@charset "UTF-8";
.header {
  box-shadow: 0 4px 23px 0 rgba(12, 25, 56, 0.1);
  position: relative;
  z-index: 4;
}
.header-desc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header__logo {
  position: absolute;
  width: 8.625em;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -4.3125em;
  z-index: 2;
}
.header__top {
  padding: 0.5em 5.625em;
  background: #F8FAFF;
}
.header__bottom {
  padding: 1em 5.625em 1.25em;
  background-color: #fff;
}
.header__catalog {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 4px 23px 0 rgba(12, 25, 56, 0.1);
  padding: 0.9375em 5.625em;
}

.h-logo {
  display: block;
  width: 100%;
}
.h-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.h-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.h-social {
  display: flex;
  justify-content: flex-start;
}
.h-social__item {
  margin-left: 1.5em;
}
.h-social__item:first-child {
  margin-left: 0;
}
.h-social__link {
  display: block;
  width: 1.625em;
  height: 1.625em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}

.h-lang {
  margin-left: 1.5em;
  position: relative;
}
.h-lang__current {
  display: block;
  position: relative;
  padding-right: 0.4375em;
  line-height: 1.625em;
}
.h-lang__current::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.09375em;
  background-image: url(../img/icons/trangle-down.svg);
  width: 0.3125em;
  height: 0.1875em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.h-lang__list {
  position: absolute;
  left: 50%;
  margin-left: -1.75em;
  top: 100%;
  z-index: 2;
  background-color: #F8FAFF;
  width: 3.125em;
}
.h-lang__item {
  display: block;
}
.h-lang__link {
  padding: 0.3125em 0.625em;
  display: block;
  text-align: center;
}
.h-lang__link:hover {
  background-color: #0C2638;
  color: #ffffff;
}

.h-working {
  margin-left: 6.3333333333em;
  color: #576778;
}

.h-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.h-menu__item {
  margin-left: 1.1333333333em;
}
.h-menu__link {
  display: block;
  color: #576778;
}
.h-menu__link:hover {
  font-weight: 600;
}

.h-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.h-nav__link {
  display: block;
  padding: 0.5em 0;
  position: relative;
}
.h-nav__link::before {
  content: "";
  height: 0.2em;
  width: 100%;
  background-color: #FCD039;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.h-nav__link:hover::before {
  opacity: 1;
}
.h-nav__item {
  margin-left: 1.25em;
  position: relative;
}
.h-nav__item:first-child {
  margin-left: 0;
}
.h-nav__item-sub .h-nav__link {
  padding-right: 1em;
}
.h-nav__item-sub .h-nav__link::after {
  content: "";
  width: 0.75em;
  height: 0.35em;
  display: block;
  background-image: url(../img/icons/trangle-down.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.175em;
}
.h-nav__item-active .h-nav__link::before {
  opacity: 1;
}
.h-nav__submenu {
  position: absolute;
  left: -2.5em;
  top: 100%;
  padding-top: 1em;
}
.h-nav__submenu__wrapper {
  width: 56em;
  background-color: #fff;
  box-shadow: 0 4px 23px 0 rgba(12, 25, 56, 0.1);
  padding: 1.5em 1em;
  border-radius: 0 0 1em 1em;
}

.h-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.h-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 3.3125em;
}
.h-shop__item {
  margin-left: 2.3125em;
}
.h-shop__item:first-child {
  margin-left: 0;
}
.h-shop__link {
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.625em;
  background-color: #0C2638;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.5em auto;
  background-size: 1.5em auto;
  position: relative;
}
.h-shop__link:hover {
  background-color: #FCD039;
}
.h-shop__count {
  font-size: 0.8125em;
  color: #000000;
  width: 1.5384615385em;
  height: 1.5384615385em;
  line-height: 1.5384615385em;
  text-align: center;
  display: block;
  background-color: #FCD039;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: -0.7692307692em;
  top: -0.7692307692em;
}

.h-catalog {
  font-size: 0.75em;
  padding: 0.75em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 66%;
}
.h-catalog__item {
  display: block;
  width: 50%;
  margin-bottom: 1em;
  padding-right: 1em;
}
.h-catalog__icon {
  width: 1.75em;
  height: 1.5em;
  display: block;
  position: absolute;
  background-color: #E6EEFF;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1em 1em;
  background-size: 1em 1em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.h-catalog__link {
  padding-left: 2.3em;
  display: inline-block;
  position: relative;
}
.h-catalog__link:hover {
  font-weight: 700;
}
.h-catalog__link:hover .h-catalog__icon {
  background-color: #FCD039;
}

.h-banner {
  color: #ffffff;
  box-shadow: 0.25em 0.55em 0.65em 0 rgba(124, 124, 124, 0.11);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 15em;
  height: 17.25em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  font-family: -apple-system, "Montserrat", sans-serif;
}
.h-banner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  background: linear-gradient(86.16deg, rgba(0, 0, 0, 0.32) 27.29%, rgba(0, 0, 0, 0) 100.69%), linear-gradient(0deg, #C4C4C4, #C4C4C4);
  opacity: 0.2;
}
.h-banner__content {
  position: relative;
  z-index: 2;
  padding: 1.45em 1.85em 0;
}
.h-banner__title {
  font-size: 1.75em;
  font-weight: 700;
}
.h-banner__discount {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.55em;
}
.h-banner__additionally {
  font-size: 0.75em;
  max-width: 4.4em;
  font-weight: 500;
  text-align: right;
}
.h-banner__percent {
  font-size: 2.75em;
  font-weight: 700;
  padding-left: 0.1818181818em;
}

.h-category {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.h-category__part {
  width: 50%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.h-category__banner {
  width: 100%;
  display: block;
  height: 11.5em;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 0.9em;
  overflow: hidden;
  position: relative;
}
.h-category__banner:hover .h-category__bottom::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-color: #FCD039;
}
.h-category__bottom {
  padding: 0.2em 2.8em 0.15em 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(246, 246, 246, 0.62);
}
.h-category__bottom::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background-image: url(../img/icons/angle-right.svg);
  border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  background-color: #0C2638;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.6em auto;
  background-size: 0.6em auto;
  position: absolute;
  right: 1.5em;
  bottom: 0.2em;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.h-category__title {
  font-size: 1.75em;
  color: #032640;
  font-weight: 800;
  display: block;
}
.h-category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  margin: 0.5em -0.4em;
}
.h-category__list__item {
  width: 25%;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.h-category__list__link {
  color: #0C2638;
  font-size: 0.9em;
  font-weight: 800;
  display: block;
  width: 100%;
  padding: 0.45em 0;
  text-align: center;
  background-color: rgba(246, 246, 246, 0.62);
  border-radius: 0.75em;
}
.h-category__list__link:hover {
  background-color: #032640;
  color: #ffffff;
}
.h-category__full {
  display: block;
  width: 100%;
}
.h-category__button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.45em 0;
  background-color: #E6EEFF;
  border-radius: 0.75em;
  color: #032640;
}
.h-category__button__all {
  color: inherit;
  font-size: 0.9em;
  font-weight: 800;
  position: relative;
  display: inline;
}
.h-category__button__all svg {
  width: auto;
  height: 1.1111111111em;
  display: block;
  position: absolute;
  left: -2.2222222222em;
  top: 50%;
  margin-top: -0.5555555556em;
  fill: #032640;
}
.h-category__button:hover {
  background-color: #032640;
  color: #ffffff;
}
.h-category__button:hover svg {
  fill: #fff;
}



.h-shop__item:first-child {
  position: relative;
}
.h-shop__toggle {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1em;
  margin-top: .5em;
  background-color: #ffffff;
  box-shadow: 0 4px 23px 0 rgba(12, 25, 56, 0.1);
}
.h-shop__toggle .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-shop__toggle .input-group input {
  height: 2.1em;
  border-radius: 0.625em;
  font-size: 1em;
  border: none;
  text-align: left;
  background-color: #0C2638;
  color: #ffffff;
  margin-right: .5em;
  width: 14em;
}
.h-shop__toggle .input-group button {
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.625em;
  background-color: #0C2638;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.5em auto;
  background-size: 1.5em auto;
  position: relative;
  background-image: url(../img/icons/button/search.svg);
  padding: 0;
  border: none;
  cursor: pointer;
}
.h-shop__toggle .input-group button i {
  display: none;
}
.navigator__search {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  color: #ffffff;
  padding: 1em;
  box-shadow: 0 4px 23px 0 rgba(12, 25, 56, 0.1);
}
.navigator__search .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigator__search .input-group input {
  height: 2.1em;
  border-radius: 0.625em;
  font-size: 1em;
  border: none;
  text-align: left;
  background-color: #0C2638;
  color: #ffffff;
  margin-right: 0.5em;
  width: 100%;
}
.navigator__search .input-group button {
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.625em;
  background-color: #0C2638;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.5em auto;
  background-size: 1.5em auto;
  position: relative;
  background-image: url(../img/icons/button/search.svg);
  padding: 0;
  border: none;
  cursor: pointer;
}

.header-landing {
  padding: 0.5625em 5em;
}

.hl-logo__img {
  display: block;
  height: 7.1875em;
  width: auto;
}

.hl-menu {
  display: flex;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: 3em;
}
.hl-menu__item {
  display: block;
  margin-right: 2.8125em;
}
.hl-menu__item:last-child {
  margin-right: 0;
}
.hl-menu__link {
  font-weight: 800;
  font-size: 1.25em;
  color: #0C2638;
  position: relative;
  padding: 0.5em 0;
}
.hl-menu__link::before {
  content: "";
  height: 0.2em;
  width: 100%;
  background-color: #FCD039;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hl-menu__link:hover::before {
  opacity: 1;
}

.h1-phones {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-left: 3.5em;
}
.h1-phones::before {
  content: "";
  background-image: url(../img/landing/phone.svg);
  width: 1.9375em;
  height: 2.5625em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.28125em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.h1-phones__item {
  display: block;
  margin-right: 1.0625em;
}
.h1-phones__item:last-child {
  margin-right: 0;
}
.h1-phones__link {
  font-weight: 800;
  font-size: 1.9375em;
  color: #2E3F52;
}
.header-mob .n-menu__icon {
  width: 4em;
  height: 4em;
}
.header-mob .n-menu__count {
  width: 2em;
  height: 2em;
  top: -0.5em;
}
.header-mob .n-menu__link {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-landing {
    display: none !important;
  }
}