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

body {
  font-family: Montserrat;
}

@font-face {
  font-family: Montserrat;
  src: url(../../../assets/font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../../../assets/font/Montserrat-Black.ttf);
}
header {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
  box-sizing: border-box;
}
header .header-block {
  margin: 0 auto;
  width: 80%;
  height: 60%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
header .header-block__logo {
  margin: 0 auto;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__logo {
    width: 30%;
  }
}
header .header-block__logo .logo-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block__logo .logo-box a {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block__logo .logo-box a img {
  margin: auto;
  height: auto;
  width: 100%;
}
header .header-block__navigation {
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__navigation {
    display: none;
  }
}
header .header-block__navigation .nav-box {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
header .header-block__navigation .nav-box .nav-item {
  margin: 0 auto;
  width: auto;
  max-width: 12%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block__navigation .nav-box .nav-item__text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__text:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item .promo:hover {
  color: #b70000;
}
header .header-block__navigation .nav-box .nav-item__image {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 70%;
}
header .header-block__navigation .nav-box .nav-item__button-box {
  margin: auto 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}
header .header-block__navigation .nav-box .nav-item__button-box__button {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__button-box__content {
  position: absolute;
  left: 0;
  margin-top: 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: auto;
  background-color: #040e1f;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: none;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list {
  list-style-type: none;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item__button-box__button:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item__button-box:hover .nav-item__button-box__content {
  display: block;
}
header .header-block .menu-mini {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block .menu-mini {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  header .header-block .menu-mini {
    display: none;
  }
}
header .header-block .menu-mini .menu-button {
  margin: 0 auto;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}
header .header-block .menu-mini .menu-button img {
  height: 60%;
}
header .header-block .menu-mini .menu-mini-box {
  margin: 0 auto;
  padding-top: 40.5px;
  position: absolute;
  top: 40.5px;
  left: 0;
  float: right;
  width: 95vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(4, 14, 31, 0.9);
  display: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close {
  margin: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search {
  margin: 0;
  margin-left: 2%;
  width: 85%;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  border: #b8b8b8;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
  background-color: #ffffff;
  color: #040e1f;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::-moz-placeholder {
  padding-left: 10px;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::placeholder {
  padding-left: 10px;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-search {
  margin: 0;
  padding: 0 10px;
  height: 42px;
  width: auto;
  background-color: #ffffff;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-close {
  margin: auto 0;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fbd13e;
  background: none;
  border: none;
  outline: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item {
  margin: auto;
  padding: 10px 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__image {
  margin: 0 auto;
  width: 38px;
  height: auto;
  border-radius: 50%;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__link {
  margin: 0 auto;
  margin-left: 20px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #ffffff;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__link:hover {
  color: #fbd13e;
}
header .header-block .menu-mini:hover .menu-mini-box {
  display: flex;
}
header .header-block__services {
  margin: 0 auto;
  margin-right: 0;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__services {
    width: 30%;
  }
}
header .header-block__services .services-box {
  margin: 0 auto;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
header .header-block__services .services-box .service-link {
  margin: auto;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
header .header-block__services .services-box .service-link .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
header .header-block__services .services-box .service-link:hover img {
  background-color: #fbd13e;
}
header .header-block__services .services-box .service-link:hover path {
  fill: #fbd13e;
}
header .header-block__services .services-box .cart-btn {
  margin: auto;
  margin-right: 0;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
header .header-block__services .services-box .cart-btn .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
header .header-block__services .services-box .cart-btn .cart-num {
  position: absolute;
  background-color: #d62240;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -15px;
  right: -5px;
}

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

body {
  font-family: Montserrat;
}

@font-face {
  font-family: Montserrat;
  src: url(../../../assets/font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../../../assets/font/Montserrat-Black.ttf);
}
footer {
  margin: 0 auto;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
}
@media screen and (max-width: 1023px) {
  footer {
    margin-top: 40px;
    height: auto;
  }
}
footer .footer-top {
  margin: 0 auto;
  width: 80%;
  height: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-top {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-top__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left {
    width: 100%;
  }
}
footer .footer-top__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-top__left__box__logo {
  margin: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
footer .footer-top__left__box__logo img {
  height: inherit;
}
footer .footer-top__left__box__navigation {
  margin: 0 auto;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
footer .footer-top__left__box__navigation__nav-item {
  margin: 0 auto;
  margin-left: 20px;
  height: inherit;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer-top__left__box__navigation__nav-item {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item {
    margin: 0;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    justify-content: flex-start;
  }
}
footer .footer-top__left__box__navigation__nav-item__text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item__text {
    width: 100%;
    text-align: left;
  }
}
footer .footer-top__left__box__navigation__nav-item__text:hover {
  color: #fbd13e;
}
footer .footer-top__left__box__navigation__nav-item .last {
  margin-right: 20px;
}
footer .footer-top__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right {
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
  }
}
footer .footer-top__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    justify-content: center;
  }
}
footer .footer-top__right__box__contacts {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box__contacts {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-top__right__box__contacts {
    margin: auto 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-end;
  }
}
footer .footer-top__right__box__contacts__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .footer-top__right__box__contacts__text {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-top__right__box__contacts__text {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box__contacts__text {
    margin: 0;
    margin-left: 0;
    text-align: left;
  }
}
footer .footer-top__right__box__contacts .email:hover {
  color: #fbd13e;
}
footer .footer-bottom {
  margin: 0 auto;
  width: 80%;
  height: 30%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-bottom__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__left {
    margin-top: 20px;
    width: 100%;
  }
}
footer .footer-bottom__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
footer .footer-bottom__left__box__copyrights {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
}
footer .footer-bottom__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
footer .footer-bottom__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right__box {
    justify-content: flex-start;
  }
}
footer .footer-bottom__right__box__roles {
  margin: 0;
}
footer .footer-bottom__right__box__roles__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #fbd13e;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right__box__roles__text {
    margin-left: 0;
    margin-right: 20px;
  }
}
footer .footer-bottom__right__box__roles__text:hover {
  color: #b70000;
}

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

body {
  font-family: Montserrat;
}

@font-face {
  font-family: Montserrat;
  src: url(../../../assets/font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../../../assets/font/Montserrat-Black.ttf);
}
header {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
  box-sizing: border-box;
}
header .header-block {
  margin: 0 auto;
  width: 80%;
  height: 60%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
header .header-block__logo {
  margin: 0 auto;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__logo {
    width: 30%;
  }
}
header .header-block__logo .logo-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block__logo .logo-box a {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block__logo .logo-box a img {
  margin: auto;
  height: auto;
  width: 100%;
}
header .header-block__navigation {
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__navigation {
    display: none;
  }
}
header .header-block__navigation .nav-box {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
header .header-block__navigation .nav-box .nav-item {
  margin: 0 auto;
  width: auto;
  max-width: 12%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block__navigation .nav-box .nav-item__text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__text:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item .promo:hover {
  color: #b70000;
}
header .header-block__navigation .nav-box .nav-item__image {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 70%;
}
header .header-block__navigation .nav-box .nav-item__button-box {
  margin: auto 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}
header .header-block__navigation .nav-box .nav-item__button-box__button {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__button-box__content {
  position: absolute;
  left: 0;
  margin-top: 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: auto;
  background-color: #040e1f;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: none;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list {
  list-style-type: none;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}
header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item__button-box__button:hover {
  color: #fbd13e;
}
header .header-block__navigation .nav-box .nav-item__button-box:hover .nav-item__button-box__content {
  display: block;
}
header .header-block .menu-mini {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block .menu-mini {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  header .header-block .menu-mini {
    display: none;
  }
}
header .header-block .menu-mini .menu-button {
  margin: 0 auto;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}
header .header-block .menu-mini .menu-button img {
  height: 60%;
}
header .header-block .menu-mini .menu-mini-box {
  margin: 0 auto;
  padding-top: 40.5px;
  position: absolute;
  top: 40.5px;
  left: 0;
  float: right;
  width: 95vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(4, 14, 31, 0.9);
  display: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close {
  margin: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search {
  margin: 0;
  margin-left: 2%;
  width: 85%;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  border: #b8b8b8;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
  background-color: #ffffff;
  color: #040e1f;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::-moz-placeholder {
  padding-left: 10px;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::placeholder {
  padding-left: 10px;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-search {
  margin: 0;
  padding: 0 10px;
  height: 42px;
  width: auto;
  background-color: #ffffff;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-close {
  margin: auto 0;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fbd13e;
  background: none;
  border: none;
  outline: none;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item {
  margin: auto;
  padding: 10px 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__image {
  margin: 0 auto;
  width: 38px;
  height: auto;
  border-radius: 50%;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__link {
  margin: 0 auto;
  margin-left: 20px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #ffffff;
}
header .header-block .menu-mini .menu-mini-box .menu-mini-item__link:hover {
  color: #fbd13e;
}
header .header-block .menu-mini:hover .menu-mini-box {
  display: flex;
}
header .header-block__services {
  margin: 0 auto;
  margin-right: 0;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header-block__services {
    width: 30%;
  }
}
header .header-block__services .services-box {
  margin: 0 auto;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
header .header-block__services .services-box .service-link {
  margin: auto;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
header .header-block__services .services-box .service-link .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
header .header-block__services .services-box .service-link:hover img {
  background-color: #fbd13e;
}
header .header-block__services .services-box .service-link:hover path {
  fill: #fbd13e;
}
header .header-block__services .services-box .cart-btn {
  margin: auto;
  margin-right: 0;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
header .header-block__services .services-box .cart-btn .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
header .header-block__services .services-box .cart-btn .cart-num {
  position: absolute;
  background-color: #d62240;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -15px;
  right: -5px;
}

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

body {
  font-family: Montserrat;
}

@font-face {
  font-family: Montserrat;
  src: url(../../../assets/font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../../../assets/font/Montserrat-Black.ttf);
}
footer {
  margin: 0 auto;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
}
@media screen and (max-width: 1023px) {
  footer {
    margin-top: 40px;
    height: auto;
  }
}
footer .footer-top {
  margin: 0 auto;
  width: 80%;
  height: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-top {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-top__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left {
    width: 100%;
  }
}
footer .footer-top__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-top__left__box__logo {
  margin: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
footer .footer-top__left__box__logo img {
  height: inherit;
}
footer .footer-top__left__box__navigation {
  margin: 0 auto;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
footer .footer-top__left__box__navigation__nav-item {
  margin: 0 auto;
  margin-left: 20px;
  height: inherit;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer-top__left__box__navigation__nav-item {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item {
    margin: 0;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    justify-content: flex-start;
  }
}
footer .footer-top__left__box__navigation__nav-item__text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__left__box__navigation__nav-item__text {
    width: 100%;
    text-align: left;
  }
}
footer .footer-top__left__box__navigation__nav-item__text:hover {
  color: #fbd13e;
}
footer .footer-top__left__box__navigation__nav-item .last {
  margin-right: 20px;
}
footer .footer-top__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right {
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
  }
}
footer .footer-top__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    justify-content: center;
  }
}
footer .footer-top__right__box__contacts {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box__contacts {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-top__right__box__contacts {
    margin: auto 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-end;
  }
}
footer .footer-top__right__box__contacts__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .footer-top__right__box__contacts__text {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer-top__right__box__contacts__text {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-top__right__box__contacts__text {
    margin: 0;
    margin-left: 0;
    text-align: left;
  }
}
footer .footer-top__right__box__contacts .email:hover {
  color: #fbd13e;
}
footer .footer-bottom {
  margin: 0 auto;
  width: 80%;
  height: 30%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
footer .footer-bottom__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__left {
    margin-top: 20px;
    width: 100%;
  }
}
footer .footer-bottom__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
footer .footer-bottom__left__box__copyrights {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
}
footer .footer-bottom__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
footer .footer-bottom__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right__box {
    justify-content: flex-start;
  }
}
footer .footer-bottom__right__box__roles {
  margin: 0;
}
footer .footer-bottom__right__box__roles__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #fbd13e;
}
@media screen and (max-width: 1023px) {
  footer .footer-bottom__right__box__roles__text {
    margin-left: 0;
    margin-right: 20px;
  }
}
footer .footer-bottom__right__box__roles__text:hover {
  color: #b70000;
}

.item-box {
  margin: 0;
  margin-top: 20px;
  width: 18%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #040e1f;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .item-box {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .item-box {
    width: 32%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .item-box {
    width: 23%;
  }
}
.item-box__image {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.item-box__image img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.item-box__heading {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-box__heading:hover {
  color: #fbd13e;
}
.item-box__weight {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
.item-box__text {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-box__shopping-box {
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.item-box__shopping-box__price-box {
  width: 50%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}
.item-box__shopping-box__price-box__origin {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  font-style: italic;
  text-decoration: line-through;
  color: #b8b8b8;
}
.item-box__shopping-box__price-box__active {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  color: #ffffff;
}
.item-box__shopping-box__button-box {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  border-radius: 3px;
}
.item-box__shopping-box__button-box .to-cart {
  margin: 0;
  padding: 0;
  width: 42px;
  height: 100%;
  background-color: #fbd13e;
  border-radius: 3px;
  cursor: pointer;
}
.item-box__shopping-box__button-box .to-cart:hover {
  background-color: #fabb3e;
}

@font-face {
  font-family: Montserrat;
  src: url(../../assets/font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../../assets/font/Montserrat-Black.ttf);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 10;
  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: auto;
  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: #f0f0f0;
}
@media only screen and (max-width: 1023px) {
  .modal__block {
    width: 85%;
  }
}
.modal__block__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  color: #7d7d7d;
  cursor: pointer;
  border: none;
  background-color: inherit;
  opacity: 1;
  z-index: 999;
}
.modal__block__close:hover {
  color: orange;
}
.modal__block__items {
  margin: 0 auto;
  width: 100%;
  height: inherit;
  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%;
}
.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: inherit;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .modal__block__items .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: auto;
  }
}
.modal__block__items .product__image-box {
  margin: 0;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .modal__block__items .product__image-box {
    width: 100%;
  }
}
.modal__block__items .product__image-box__image {
  margin: 0;
  width: auto;
  height: 100%;
}
.modal__block__items .product__text-box {
  margin: 0 auto;
  height: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .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: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: #051329;
  text-align: left;
}
.modal__block__items .product__text-box__weight {
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
}
.modal__block__items .product__text-box__weight .product-resume {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #051329;
  text-align: left;
}
.modal__block__items .product__text-box__resume {
  margin: 0 auto;
  margin-top: 20px;
  width: 80%;
}
.modal__block__items .product__text-box__resume .product-resume {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  color: #051329;
  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: 18px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #051329;
}
.modal__block__items .product__text-box__price-box .product-price-active {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: #051329;
}
.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: orangered;
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid orangered;
}
.modal__block__items .product__text-box__button-box .to-cart {
  padding: 5px;
  background: none;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: orangered;
  cursor: pointer;
  box-sizing: border-box;
}
.modal__block__items .product__text-box__button-box .to-cart:hover {
  border: 1px solid #051329;
  color: orange;
}
.modal--open {
  display: flex;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat;
}

.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;
  background-color: #051329;
}
.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: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
  box-sizing: border-box;
}
.wrapper .top header .header-block {
  margin: 0 auto;
  width: 80%;
  height: 60%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
.wrapper .top header .header-block__logo {
  margin: 0 auto;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper .top header .header-block__logo {
    width: 30%;
  }
}
.wrapper .top header .header-block__logo .logo-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper .top header .header-block__logo .logo-box a {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top header .header-block__logo .logo-box a img {
  margin: auto;
  height: auto;
  width: 100%;
}
.wrapper .top header .header-block__navigation {
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper .top header .header-block__navigation {
    display: none;
  }
}
.wrapper .top header .header-block__navigation .nav-box {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item {
  margin: 0 auto;
  width: auto;
  max-width: 12%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__text:hover {
  color: #fbd13e;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item .promo:hover {
  color: #b70000;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__image {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 70%;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box {
  margin: auto 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__button {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__content {
  position: absolute;
  left: 0;
  margin-top: 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: auto;
  background-color: #040e1f;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  display: none;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__content__list {
  list-style-type: none;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__content__list__row {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__content__list__row__link:hover {
  color: #fbd13e;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box__button:hover {
  color: #fbd13e;
}
.wrapper .top header .header-block__navigation .nav-box .nav-item__button-box:hover .nav-item__button-box__content {
  display: block;
}
.wrapper .top header .header-block .menu-mini {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper .top header .header-block .menu-mini {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper .top header .header-block .menu-mini {
    display: none;
  }
}
.wrapper .top header .header-block .menu-mini .menu-button {
  margin: 0 auto;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}
.wrapper .top header .header-block .menu-mini .menu-button img {
  height: 60%;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box {
  margin: 0 auto;
  padding-top: 40.5px;
  position: absolute;
  top: 40.5px;
  left: 0;
  float: right;
  width: 95vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(4, 14, 31, 0.9);
  display: none;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close {
  margin: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search {
  margin: 0;
  margin-left: 2%;
  width: 85%;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0%;
  border: #b8b8b8;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
  background-color: #ffffff;
  color: #040e1f;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::-moz-placeholder {
  padding-left: 10px;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close .menu-mini-search::placeholder {
  padding-left: 10px;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-search {
  margin: 0;
  padding: 0 10px;
  height: 42px;
  width: auto;
  background-color: #ffffff;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-close .button-close {
  margin: auto 0;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fbd13e;
  background: none;
  border: none;
  outline: none;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-item {
  margin: auto;
  padding: 10px 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-item__image {
  margin: 0 auto;
  width: 38px;
  height: auto;
  border-radius: 50%;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-item__link {
  margin: 0 auto;
  margin-left: 20px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  color: #ffffff;
}
.wrapper .top header .header-block .menu-mini .menu-mini-box .menu-mini-item__link:hover {
  color: #fbd13e;
}
.wrapper .top header .header-block .menu-mini:hover .menu-mini-box {
  display: flex;
}
.wrapper .top header .header-block__services {
  margin: 0 auto;
  margin-right: 0;
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper .top header .header-block__services {
    width: 30%;
  }
}
.wrapper .top header .header-block__services .services-box {
  margin: 0 auto;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
.wrapper .top header .header-block__services .services-box .service-link {
  margin: auto;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper .top header .header-block__services .services-box .service-link .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.wrapper .top header .header-block__services .services-box .service-link:hover img {
  background-color: #fbd13e;
}
.wrapper .top header .header-block__services .services-box .service-link:hover path {
  fill: #fbd13e;
}
.wrapper .top header .header-block__services .services-box .cart-btn {
  margin: auto;
  margin-right: 0;
  margin-left: 20px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.wrapper .top header .header-block__services .services-box .cart-btn .service-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.wrapper .top header .header-block__services .services-box .cart-btn .cart-num {
  position: absolute;
  background-color: #d62240;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -15px;
  right: -5px;
}
.wrapper .top main {
  margin: 0 auto;
  width: 80%;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top main .search-block {
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top main .search-block .search-box {
  margin: 0 auto;
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
  display: none;
}
.wrapper .top main .search-block .search-input {
  padding-left: 10px;
  width: 30%;
  height: 30px;
  background-color: #f0f0f0;
  border: none;
  outline: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wrapper .top main .search-block .search-input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #7d7d7d;
}
.wrapper .top main .search-block .search-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  color: #7d7d7d;
}
.wrapper .top main .search-block .search-button {
  margin-left: 3px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #051329;
  outline: none;
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 300;
  cursor: pointer;
}
.wrapper .top main .search-block .clear {
  margin-left: 0;
  background-color: #f0f0f0;
  color: #fbd13e;
  outline-color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wrapper .top main .search-block .search-close {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #051329;
  outline: none;
  color: #b70000;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 300;
  cursor: pointer;
}
.wrapper .top main .search-block .search-button:hover {
  color: #fbd13e;
}
.wrapper .top main .search-block .search-close:hover {
  color: #fbd13e;
}
.wrapper .top main .poster {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  height: 75vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .poster {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .top main .poster {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: auto;
  }
}
.wrapper .top main .poster__info {
  margin: 0 auto;
  margin-left: 0;
  width: 25%;
  height: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .poster__info {
    width: 100%;
  }
}
.wrapper .top main .poster__info__text {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
}
.wrapper .top main .poster__info__decor {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .poster__info__decor {
    display: none;
  }
}
.wrapper .top main .poster__info__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .poster__info__contacts {
    display: none;
  }
}
.wrapper .top main .poster__info__contacts__phone {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
}
.wrapper .top main .poster__info__contacts__email {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
}
.wrapper .top main .poster__slide {
  margin: 0 auto;
  margin-right: 0;
  width: auto;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top main .poster__slide__image {
  margin: 0 auto;
  margin-right: 0;
  width: auto;
  height: 98%;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .poster__slide__image {
    display: none;
  }
}
.wrapper .top main .catalog {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.wrapper .top main .catalog__heading {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .wrapper .top main .catalog__heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.wrapper .top main .catalog__block {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.wrapper footer {
  margin: 0 auto;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #040e1f;
}
@media screen and (max-width: 1023px) {
  .wrapper footer {
    margin-top: 40px;
    height: auto;
  }
}
.wrapper footer .footer-top {
  margin: 0 auto;
  width: 80%;
  height: 70%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.wrapper footer .footer-top__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__left {
    width: 100%;
  }
}
.wrapper footer .footer-top__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__left__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.wrapper footer .footer-top__left__box__logo {
  margin: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper footer .footer-top__left__box__logo img {
  height: inherit;
}
.wrapper footer .footer-top__left__box__navigation {
  margin: 0 auto;
  height: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__left__box__navigation {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
}
.wrapper footer .footer-top__left__box__navigation__nav-item {
  margin: 0 auto;
  margin-left: 20px;
  height: inherit;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrapper footer .footer-top__left__box__navigation__nav-item {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-top__left__box__navigation__nav-item {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__left__box__navigation__nav-item {
    margin: 0;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    justify-content: flex-start;
  }
}
.wrapper footer .footer-top__left__box__navigation__nav-item__text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__left__box__navigation__nav-item__text {
    width: 100%;
    text-align: left;
  }
}
.wrapper footer .footer-top__left__box__navigation__nav-item__text:hover {
  color: #fbd13e;
}
.wrapper footer .footer-top__left__box__navigation__nav-item .last {
  margin-right: 20px;
}
.wrapper footer .footer-top__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__right {
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
  }
}
.wrapper footer .footer-top__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__right__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    justify-content: center;
  }
}
.wrapper footer .footer-top__right__box__contacts {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__right__box__contacts {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper footer .footer-top__right__box__contacts {
    margin: auto 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    justify-content: flex-end;
  }
}
.wrapper footer .footer-top__right__box__contacts__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wrapper footer .footer-top__right__box__contacts__text {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-top__right__box__contacts__text {
    width: 23%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-top__right__box__contacts__text {
    margin: 0;
    margin-left: 0;
    text-align: left;
  }
}
.wrapper footer .footer-top__right__box__contacts .email:hover {
  color: #fbd13e;
}
.wrapper footer .footer-bottom {
  margin: 0 auto;
  width: 80%;
  height: 30%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.wrapper footer .footer-bottom__left {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-bottom__left {
    margin-top: 20px;
    width: 100%;
  }
}
.wrapper footer .footer-bottom__left__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-start;
}
.wrapper footer .footer-bottom__left__box__copyrights {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
}
.wrapper footer .footer-bottom__right {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-bottom__right {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.wrapper footer .footer-bottom__right__box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-bottom__right__box {
    justify-content: flex-start;
  }
}
.wrapper footer .footer-bottom__right__box__roles {
  margin: 0;
}
.wrapper footer .footer-bottom__right__box__roles__text {
  margin: 0 auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: none;
  cursor: pointer;
  color: #fbd13e;
}
@media screen and (max-width: 1023px) {
  .wrapper footer .footer-bottom__right__box__roles__text {
    margin-left: 0;
    margin-right: 20px;
  }
}
.wrapper footer .footer-bottom__right__box__roles__text:hover {
  color: #b70000;
}

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