@font-face {
  font-family: Roboto;
  src: url(../../assets/font/Roboto.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../../assets/font/Roboto.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto;
}

header {
  margin: 0 auto;
  width: 100%;
  height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  header {
    height: 7.5vh;
  }
}
header .header-block {
  margin: 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #ebe8f4;
}
@media only screen and (max-width: 767px) {
  header .header-block {
    height: 100%;
  }
}
header .header-block__box {
  margin: 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block__box__search {
  margin: 0 auto;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block__box__search .menu {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header .header-block__box__search .menu {
    display: none;
  }
}
header .header-block__box__search .menu .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
header .header-block__box__search .menu .button-open {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
header .header-block__box__search .menu .button-open img {
  margin: 0 auto;
}
header .header-block__box__search .menu .menu-content {
  margin: 0;
  margin-top: 5px;
  width: 90vw;
  position: absolute;
  left: -5px;
  top: 2.25vh;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: none;
  border: none;
  background-color: rgba(34, 32, 46, 0.9);
  z-index: 99;
}
header .header-block__box__search .menu .menu-content .menu-close {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
header .header-block__box__search .menu .menu-content .menu-close .button-close {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #eb9a21;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
header .header-block__box__search .menu .menu-content .search-mini-box {
  padding-left: 10px;
  width: 90%;
  height: 28px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block__box__search .menu .menu-content .search-mini-box .search-input {
  margin: 0;
  width: 90%;
  height: 100%;
  border: none;
  outline: #ebe8f4;
}
header .header-block__box__search .menu .menu-content .search-mini-box .search-input:focus {
  border: 1px solid #726e8d;
  background-color: #ebe8f4;
  outline: #726e8d;
  display: block;
}
header .header-block__box__search .menu .menu-content .search-mini-box .search-button {
  margin: 0;
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
header .header-block__box__search .menu .menu-content .search-mini-box .search-button img {
  margin: 0 auto;
}
header .header-block__box__search .menu .menu-content .menu-item {
  margin-top: 10px;
  padding-left: 10px;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  color: #fff;
}
header .header-block__box__search .menu .menu-content .last {
  margin-bottom: 20px;
}
header .header-block__box__search .menu .menu-content .menu-item:hover {
  font-weight: 400;
  color: #eb9a21;
}
header .header-block__box__search .menu:hover .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
}
header .header-block__box__search .menu:active .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: inline-flex;
}
header .header-block__box__search .search-box {
  margin-left: 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .header-block__box__search .search-box {
    display: none;
  }
}
header .header-block__box__search .search-box__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
header .header-block__box__search .search-box__input {
  margin: 0 auto;
  margin-left: 20px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  outline: #ebe8f4;
  display: none;
}
header .header-block__box__search .search-box__input:focus {
  border: 1px solid #726e8d;
  background-color: #ebe8f4;
  outline: #726e8d;
  display: block;
}
header .header-block__box__search .search-box:hover .search-box__input {
  display: inline-flex;
}
header .header-block__box__logo {
  margin: 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
header .header-block__box__logo__image {
  margin: 0 auto;
  height: auto;
}
header .header-block__box__services {
  margin: auto;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
header .header-block__box__services .services-link {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
header .header-block__box__services .cart-btn {
  margin-right: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
header .header-block__box__services .cart-btn .cart-num {
  position: absolute;
  background-color: #eb9a21;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  header .header-block__box__services .cart-btn .cart-num {
    width: 14px;
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0%;
  }
}
header .categories-box {
  margin: 0 auto;
  width: 100%;
  height: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  header .categories-box {
    display: none;
  }
}
header .categories-box .categories {
  margin: 0 auto;
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .categories-box .categories__link {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
header .categories-box .categories__link:hover {
  color: #726e8d;
  font-weight: 400;
}
header .categories-box .categories .first {
  margin-left: 0;
  color: #4e4d93;
}

@font-face {
  font-family: Roboto;
  src: url(../../assets/font/Roboto.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto;
}

footer {
  margin: 0 auto;
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #2a254b;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
footer .footer-block {
  margin: 0 auto;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #726e8d;
}
footer .footer-block__box {
  margin: 0 auto;
  width: 88.8888888889%;
  height: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .footer-block__box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-block__box .menu {
  margin: 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  footer .footer-block__box .menu {
    margin: 0;
    width: 48%;
  }
}
footer .footer-block__box .menu__heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #fff;
}
footer .footer-block__box .menu__link {
  margin-top: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #fff;
}
footer .footer-block__box .subscribe {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  footer .footer-block__box .subscribe {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
footer .footer-block__box .subscribe__heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #fff;
}
footer .footer-block__box .subscribe__input-box {
  margin-top: 10px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
footer .footer-block__box .subscribe__input-box__input {
  width: 80%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #ebe8f4;
  background-color: #4e4d93;
  border: #2a254b;
}
@media only screen and (max-width: 767px) {
  footer .footer-block__box .subscribe__input-box__input {
    width: 65%;
  }
}
footer .footer-block__box .subscribe__input-box__input:focus {
  border: none;
  outline: #2a254b;
  color: #2a254b;
  background-color: #ebe8f4;
}
footer .footer-block__box .subscribe__input-box__button {
  width: 20%;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #2a254b;
  background-color: #fff;
  border: 1px solid #2a254b;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  footer .footer-block__box .subscribe__input-box__button {
    width: 35%;
  }
}
footer .footer-block__box .subscribe__input-box__button:hover {
  background-color: #d9d9d9;
}
footer .footer-block__box .subscribe__input-box__button:focus {
  background-color: #d9d9d9;
}
footer .footer-bottom {
  margin: 0 auto;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 20px;
  }
}
footer .footer-bottom__box {
  margin: 0 auto;
  width: 88.8888888889%;
  height: 40%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-bottom__box__copyrights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
footer .footer-bottom__box__copyrights__text {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #fff;
}
footer .footer-bottom__box__socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom__box__socials {
    margin-top: 20px;
  }
}
footer .footer-bottom__box__socials .socials-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom__box__socials .socials-box {
    width: 80%;
    justify-content: space-evenly;
  }
}
footer .footer-bottom__box__socials .socials-box__link {
  margin: 0 auto;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
footer .footer-bottom__box__socials .socials-box__link img {
  margin: 0 auto;
}
footer .footer-bottom__box__socials .socials-box__link img:hover {
  background-color: #726e8d;
}
footer .footer-bottom__box__socials .socials-box__link:active {
  background-color: #726e8d;
}

@font-face {
  font-family: Roboto;
  src: url(../../assets/font/Roboto.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto;
}

.item-box {
  margin-right: 10px;
  margin-bottom: 20px;
  min-width: 23%;
  max-width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .item-box {
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: 48%;
    width: 48%;
  }
}
.item-box__image {
  width: 100%;
  height: auto;
}
.item-box__heading {
  margin-top: 10px;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #2a254b;
  cursor: pointer;
}
.item-box__bottom-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: center;
}
.item-box__bottom-box .stores {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.item-box__bottom-box .stores .price {
  padding: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2a254b;
}
.item-box__bottom-box .stores .to-cart {
  padding-left: 5px;
  padding-right: 5px;
  background: none;
  border: 1px solid white;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1b767d;
  cursor: pointer;
  box-sizing: border-box;
}
.item-box__bottom-box .stores .to-cart:hover {
  border: 1px solid #4e4d93;
  color: #4e4d93;
}
.item-box__heading:hover {
  color: #726e8d;
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(../../assets/font/Roboto.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 999;
  display: none;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal__block {
  margin: 0 auto;
  width: 65%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-around;
  overflow: auto;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
}
.modal__block__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  color: #726e8d;
  cursor: pointer;
  border: none;
  background-color: #fff;
  opacity: 1;
  z-index: 999;
}
.modal__block__close:hover {
  color: #1b767d;
}
.modal__block__items {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #2a254b;
}
.modal__block__items .product {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #fff;
  overflow-y: auto;
}
.modal__block__items .product__image-box {
  margin: auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__block__items .product__image-box__image {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__block__items .product__text-box {
  margin: 0;
  min-width: 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .modal__block__items .product__text-box {
    width: 100%;
  }
}
.modal__block__items .product__text-box__heading {
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: #4e4d93;
  text-align: left;
}
.modal__block__items .product__text-box__resume {
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
}
.modal__block__items .product__text-box__resume .product-resume {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #4e4d93;
  text-align: left;
}
.modal__block__items .product__text-box__price-box {
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.modal__block__items .product__text-box__price-box .product-price-origin {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #4e4d93;
}
.modal__block__items .product__text-box__price-box .product-price-active {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: #2a254b;
}
.modal__block__items .product__text-box__button-box {
  margin: 10px auto;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.modal__block__items .product__text-box__button-box .to-product-page {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #4e4d93;
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #4e4d93;
}
.modal__block__items .product__text-box__button-box .to-cart {
  padding: 5px;
  background: none;
  border: 1px solid white;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #1b767d;
  cursor: pointer;
  box-sizing: border-box;
}
.modal__block__items .product__text-box__button-box .to-cart:hover {
  border: 1px solid #4e4d93;
  color: #4e4d93;
}
.modal--open {
  display: flex;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.wrapper .top {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-grow: 1;
}
.wrapper .top header {
  margin: 0 auto;
  width: 100%;
  height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrapper .top header {
    height: 7.5vh;
  }
}
.wrapper .top header .header-block {
  margin: 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #ebe8f4;
}
@media only screen and (max-width: 767px) {
  .wrapper .top header .header-block {
    height: 100%;
  }
}
.wrapper .top header .header-block__box {
  margin: 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top header .header-block__box__search {
  margin: 0 auto;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper .top header .header-block__box__search .menu {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrapper .top header .header-block__box__search .menu {
    display: none;
  }
}
.wrapper .top header .header-block__box__search .menu .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
.wrapper .top header .header-block__box__search .menu .button-open {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.wrapper .top header .header-block__box__search .menu .button-open img {
  margin: 0 auto;
}
.wrapper .top header .header-block__box__search .menu .menu-content {
  margin: 0;
  margin-top: 5px;
  width: 90vw;
  position: absolute;
  left: -5px;
  top: 2.25vh;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: none;
  border: none;
  background-color: rgba(34, 32, 46, 0.9);
  z-index: 99;
}
.wrapper .top header .header-block__box__search .menu .menu-content .menu-close {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
.wrapper .top header .header-block__box__search .menu .menu-content .menu-close .button-close {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #eb9a21;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.wrapper .top header .header-block__box__search .menu .menu-content .search-mini-box {
  padding-left: 10px;
  width: 90%;
  height: 28px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper .top header .header-block__box__search .menu .menu-content .search-mini-box .search-input {
  margin: 0;
  width: 90%;
  height: 100%;
  border: none;
  outline: #ebe8f4;
}
.wrapper .top header .header-block__box__search .menu .menu-content .search-mini-box .search-input:focus {
  border: 1px solid #726e8d;
  background-color: #ebe8f4;
  outline: #726e8d;
  display: block;
}
.wrapper .top header .header-block__box__search .menu .menu-content .search-mini-box .search-button {
  margin: 0;
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
.wrapper .top header .header-block__box__search .menu .menu-content .search-mini-box .search-button img {
  margin: 0 auto;
}
.wrapper .top header .header-block__box__search .menu .menu-content .menu-item {
  margin-top: 10px;
  padding-left: 10px;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  color: #fff;
}
.wrapper .top header .header-block__box__search .menu .menu-content .last {
  margin-bottom: 20px;
}
.wrapper .top header .header-block__box__search .menu .menu-content .menu-item:hover {
  font-weight: 400;
  color: #eb9a21;
}
.wrapper .top header .header-block__box__search .menu:hover .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
}
.wrapper .top header .header-block__box__search .menu:active .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: inline-flex;
}
.wrapper .top header .header-block__box__search .search-box {
  margin-left: 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrapper .top header .header-block__box__search .search-box {
    display: none;
  }
}
.wrapper .top header .header-block__box__search .search-box__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
.wrapper .top header .header-block__box__search .search-box__input {
  margin: 0 auto;
  margin-left: 20px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  outline: #ebe8f4;
  display: none;
}
.wrapper .top header .header-block__box__search .search-box__input:focus {
  border: 1px solid #726e8d;
  background-color: #ebe8f4;
  outline: #726e8d;
  display: block;
}
.wrapper .top header .header-block__box__search .search-box:hover .search-box__input {
  display: inline-flex;
}
.wrapper .top header .header-block__box__logo {
  margin: 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper .top header .header-block__box__logo__image {
  margin: 0 auto;
  height: auto;
}
.wrapper .top header .header-block__box__services {
  margin: auto;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
.wrapper .top header .header-block__box__services .services-link {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
.wrapper .top header .header-block__box__services .cart-btn {
  margin-right: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
.wrapper .top header .header-block__box__services .cart-btn .cart-num {
  position: absolute;
  background-color: #eb9a21;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .wrapper .top header .header-block__box__services .cart-btn .cart-num {
    width: 14px;
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0%;
  }
}
.wrapper .top header .categories-box {
  margin: 0 auto;
  width: 100%;
  height: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrapper .top header .categories-box {
    display: none;
  }
}
.wrapper .top header .categories-box .categories {
  margin: 0 auto;
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top header .categories-box .categories__link {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  color: #22202e;
  cursor: pointer;
}
.wrapper .top header .categories-box .categories__link:hover {
  color: #726e8d;
  font-weight: 400;
}
.wrapper .top header .categories-box .categories .first {
  margin-left: 0;
  color: #4e4d93;
}
.wrapper .top main {
  margin: 0 auto;
  width: 100%;
  min-height: 704px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
  background-color: #fff;
}
.wrapper .top main .catalog-slide {
  margin: 0 auto;
  width: 100%;
  height: 15vh;
  background-image: url(../../assets/images/image-6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wrapper .top main .catalog-slide__heading {
  margin: auto;
  width: 88.8888888889%;
  position: absolute;
  left: 5.5555555556%;
  bottom: 40px;
}
.wrapper .top main .catalog-slide__heading__text {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.wrapper .top main .catalog {
  margin: 0 auto;
  margin-top: 40px;
  width: 88.8888888889%;
  min-height: 46.75vh;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.wrapper .top main .catalog__block {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top main .catalog__block__heading {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper .top main .catalog__block__heading__content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.wrapper .top main .catalog__block__heading__content__text {
  width: 85%;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  color: #2a254b;
  text-align: left;
}
.wrapper .top main .catalog__block__heading__content__services {
  margin: 0 auto;
  width: 15%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
.wrapper .top main .catalog__block__heading__content__services .service-block {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.wrapper .top main .catalog__block__heading__content__services .service-block__service {
  background: none;
  border: none;
}
.wrapper .top main .catalog__block__heading__content__services .service-block__content {
  width: 500%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: none;
  border: none;
  position: absolute;
  left: -200%;
  top: 100%;
  border: 1px solid green;
  display: none;
}
.wrapper .top main .catalog__block__heading__content__services .service-block:hover {
  background-color: #d9d9d9;
}
.wrapper .top main .catalog__block__heading__content__services .service-block:hover .service-block__content {
  display: inline-flex;
}
.wrapper .top main .catalog__block__items {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.wrapper .top main .catalog__block__items .first {
  margin-left: 0;
}
.wrapper footer {
  margin: 0 auto;
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #2a254b;
}
@media only screen and (max-width: 767px) {
  .wrapper footer {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
.wrapper footer .footer-block {
  margin: 0 auto;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #726e8d;
}
.wrapper footer .footer-block__box {
  margin: 0 auto;
  width: 88.8888888889%;
  height: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-block__box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.wrapper footer .footer-block__box .menu {
  margin: 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-block__box .menu {
    margin: 0;
    width: 48%;
  }
}
.wrapper footer .footer-block__box .menu__heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #fff;
}
.wrapper footer .footer-block__box .menu__link {
  margin-top: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #fff;
}
.wrapper footer .footer-block__box .subscribe {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-block__box .subscribe {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.wrapper footer .footer-block__box .subscribe__heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #fff;
}
.wrapper footer .footer-block__box .subscribe__input-box {
  margin-top: 10px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper footer .footer-block__box .subscribe__input-box__input {
  width: 80%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #ebe8f4;
  background-color: #4e4d93;
  border: #2a254b;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-block__box .subscribe__input-box__input {
    width: 65%;
  }
}
.wrapper footer .footer-block__box .subscribe__input-box__input:focus {
  border: none;
  outline: #2a254b;
  color: #2a254b;
  background-color: #ebe8f4;
}
.wrapper footer .footer-block__box .subscribe__input-box__button {
  width: 20%;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 5%;
  color: #2a254b;
  background-color: #fff;
  border: 1px solid #2a254b;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-block__box .subscribe__input-box__button {
    width: 35%;
  }
}
.wrapper footer .footer-block__box .subscribe__input-box__button:hover {
  background-color: #d9d9d9;
}
.wrapper footer .footer-block__box .subscribe__input-box__button:focus {
  background-color: #d9d9d9;
}
.wrapper footer .footer-bottom {
  margin: 0 auto;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-bottom {
    margin-top: 20px;
  }
}
.wrapper footer .footer-bottom__box {
  margin: 0 auto;
  width: 88.8888888889%;
  height: 40%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-bottom__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.wrapper footer .footer-bottom__box__copyrights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper footer .footer-bottom__box__copyrights__text {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #fff;
}
.wrapper footer .footer-bottom__box__socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-bottom__box__socials {
    margin-top: 20px;
  }
}
.wrapper footer .footer-bottom__box__socials .socials-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrapper footer .footer-bottom__box__socials .socials-box {
    width: 80%;
    justify-content: space-evenly;
  }
}
.wrapper footer .footer-bottom__box__socials .socials-box__link {
  margin: 0 auto;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper footer .footer-bottom__box__socials .socials-box__link img {
  margin: 0 auto;
}
.wrapper footer .footer-bottom__box__socials .socials-box__link img:hover {
  background-color: #726e8d;
}
.wrapper footer .footer-bottom__box__socials .socials-box__link:active {
  background-color: #726e8d;
}

.lock {
  overflow-y: hidden;
}/*# sourceMappingURL=catalog.css.map */