@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
  color: #202020;
  background: #ffffff;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.header {
  padding: 60px 0 0;
}

.header__container {
  position: relative;
  width: min(1848px, calc(100% - 224px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo__mark {
  position: relative;
  display: block;
  width: 62px;
  height: 52px;
  overflow: hidden;
  font-size: 0;
}

.logo__mark::before,
.logo__mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.logo__mark::before {
  left: 0;
  width: 31px;
  background: #123c67;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
}

.logo__mark::after {
  right: 0;
  width: 31px;
  background: #6b9ac4;
  clip-path: polygon(30% 0, 100% 0, 55% 50%, 100% 100%, 30% 100%, 0 50%);
}

.logo__text {
  color: #113b66;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.burger {
  display: none;
  position: relative;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: #123158;
  cursor: pointer;
}

.burger__line,
.burger__line::before,
.burger__line::after {
  position: absolute;
  left: 13px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.burger__line {
  top: 26px;
  display: block;
  font-size: 0;
}

.burger__close {
  position: absolute;
  inset: 11px;
  display: block;
  background: url("../img/icon-close.svg") center / contain no-repeat;
  opacity: 0;
  font-size: 0;
  transform: scale(0.72) rotate(-40deg);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.burger__line::before,
.burger__line::after {
  content: "";
  left: 0;
}

.burger__line::before {
  top: -9px;
}

.burger__line::after {
  top: 9px;
}

.burger_active .burger__line {
  opacity: 0;
  transform: scale(0.78);
}

.burger_active .burger__line::before {
  opacity: 0;
}

.burger_active .burger__line::after {
  opacity: 0;
}

.burger_active .burger__close {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 70px;
}

.nav {
  min-width: 0;
  max-width: 100%;
}

.nav__link {
  display: block;
  color: #202020;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.nav__link_active {
  color: #6b93b8;
}

.main {
  padding: 58px 0 0;
}

.hero {
  position: relative;
  width: min(1848px, calc(100% - 224px));
  min-height: 645px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 65% 105%, rgba(3, 82, 150, 0.98) 0 14%, rgba(3, 82, 150, 0) 28%),
    radial-gradient(circle at 4% 8%, rgba(3, 84, 124, 0.92), rgba(0, 88, 134, 0) 38%),
    linear-gradient(106deg, #004b7b 0%, #00698c 45%, #4ca8c4 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.34;
}

.hero__content {
  position: relative;
  z-index: 3;
  width: 750px;
  padding: 112px 0 0 74px;
}

.hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}

.hero__text {
  margin: 27px 0 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 313px;
  min-height: 44px;
  margin-top: 48px;
  padding: 7px 35px 9px;
  border-radius: 999px;
  color: #070f8b;
  background: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero__decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero__decor_dark {
  right: -85px;
  bottom: -85px;
  width: 620px;
  height: 230px;
  border-radius: 50%;
  background: #0051a4;
  transform: rotate(-24deg);
}

.hero__decor_light {
  right: 26px;
  top: -52px;
  width: 350px;
  height: 690px;
  background: rgba(13, 114, 165, 0.78);
  clip-path: polygon(47% 0, 100% 0, 61% 100%, 4% 100%);
}

.hero__visual {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.product {
  position: absolute;
}

.product_small {
  right: 540px;
  bottom: 77px;
  width: 380px;
  height: 355px;
}

.product_big {
  right: -11px;
  bottom: 43px;
  width: 620px;
  height: 556px;
}

.product__tray,
.product__lid,
.product__cake {
  position: absolute;
}

.product__tray {
  background: #4f5359;
  box-shadow: 0 14px 24px rgba(1, 18, 31, 0.24);
}

.product__tray::before,
.product__tray::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
}

.product__tray_small {
  left: 78px;
  bottom: 0;
  width: 276px;
  height: 86px;
  border-radius: 10px 12px 20px 20px;
  transform: skewX(-12deg) rotate(1deg);
}

.product__tray_small::before {
  inset: 15px 31px 27px;
  border-radius: 8px;
}

.product__tray_small::after {
  left: 24px;
  right: 26px;
  bottom: 14px;
  height: 9px;
  border-radius: 999px;
}

.product__tray_big {
  left: 49px;
  bottom: 1px;
  width: 495px;
  height: 140px;
  border-radius: 9px 18px 25px 32px;
  transform: perspective(650px) rotateX(39deg) rotate(-8deg) skewX(-16deg);
  background: #55575c;
}

.product__tray_big::before {
  inset: 22px 50px 42px;
  border-radius: 11px;
}

.product__tray_big::after {
  left: 44px;
  right: 55px;
  bottom: 28px;
  height: 14px;
  border-radius: 999px;
}

.product__cake {
  background:
    linear-gradient(#d8d8d8, #d8d8d8) 0 72% / 100% 3px no-repeat,
    linear-gradient(180deg, #eeeeee 0%, #d7d7d7 54%, #c8c8c8 100%);
  box-shadow: 0 5px 16px rgba(5, 27, 43, 0.16);
}

.product__cake::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 13px;
  height: 25px;
  background: repeating-radial-gradient(circle at 9px 21px, #f6f6f6 0 8px, #dcdcdc 9px 12px, transparent 13px 18px);
}

.product__cake_small {
  left: 105px;
  bottom: 71px;
  width: 230px;
  height: 85px;
  border-radius: 4px 4px 7px 7px;
}

.product__cake_big {
  left: 135px;
  bottom: 128px;
  width: 340px;
  height: 178px;
  border-radius: 170px 170px 18px 18px;
}

.product__cake_big::before {
  left: 11%;
  right: 11%;
  top: 20px;
  height: 50px;
  background: repeating-radial-gradient(circle at 13px 42px, #f7f7f7 0 11px, #dcdcdc 12px 17px, transparent 18px 25px);
}

.product__lid {
  border: 3px solid rgba(255, 255, 255, 0.28);
  background: rgba(180, 188, 196, 0.56);
  box-shadow:
    inset 0 0 28px rgba(255, 255, 255, 0.28),
    0 18px 32px rgba(2, 37, 61, 0.2);
}

.product__lid::before {
  content: "";
  position: absolute;
  inset: 21px;
  border: 3px solid rgba(255, 255, 255, 0.22);
}

.product__lid_small {
  right: 20px;
  top: 26px;
  width: 285px;
  height: 172px;
  border-radius: 24px 21px 10px 10px;
  transform: perspective(520px) rotateX(54deg) rotate(-7deg) skewX(-10deg);
}

.product__lid_small::before {
  border-radius: 18px 18px 8px 8px;
}

.product__lid_big {
  left: 21px;
  top: 0;
  width: 555px;
  height: 292px;
  border-radius: 28px 35px 13px 13px;
  transform: perspective(720px) rotateX(44deg) rotate(13deg) skewX(13deg);
}

.product__lid_big::before {
  border-radius: 18px 24px 8px 8px;
}

.categories {
  padding: 76px 0 0;
}

.categories__container,
.stats__container {
  width: min(1848px, calc(100% - 128px));
  margin: 0 auto;
}

.categories__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

@media (min-width: 981px) {
  .header {
    padding-top: clamp(28px, 2.2vw, 60px);
  }

  .header__container,
  .hero,
  .categories__container {
    width: min(2442px, calc(100% - clamp(64px, 10.35vw, 282px)));
  }

  .logo {
    gap: clamp(10px, 0.59vw, 12px);
    user-select: none;
  }

  .logo__mark {
    width: clamp(46px, 3.05vw, 62px);
    height: clamp(39px, 2.55vw, 52px);
  }

  .logo__mark::before,
  .logo__mark::after {
    width: 50%;
  }

  .logo__text {
    font-size: clamp(26px, 1.67vw, 34px);
  }

  .nav__list {
    gap: clamp(48px, 3.43vw, 70px);
  }

  .nav__link {
    font-size: clamp(25px, 1.52vw, 31px);
  }

  .main {
    padding-top: clamp(32px, 2.45vw, 60px);
  }

  .hero {
    aspect-ratio: 2442 / 857;
    min-height: 0;
    background: url("../img/hero-reference.png") center / 100% 100% no-repeat;
  }

  .hero::before,
  .hero__decor,
  .hero__visual {
    display: none;
  }

  .hero__content {
    opacity: 0;
  }

  .categories {
    padding-top: clamp(24px, 1.96vw, 48px);
  }

  .categories__list {
    gap: clamp(24px, 1.97vw, 48px);
  }

  .category-card::before,
  .category-card__visual,
  .category-card__title {
    display: none;
  }

  .category-card.category-card_pastry {
    background: url("../img/category-pastry.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_eggs {
    background: url("../img/category-eggs.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_containers {
    background: url("../img/category-containers.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_trays {
    background: url("../img/category-trays.png") center / 100% 100% no-repeat;
  }
}

.category-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 13px;
  color: #ffffff;
  background:
    radial-gradient(circle at 5% 93%, rgba(0, 48, 92, 0.96), rgba(0, 48, 92, 0) 45%),
    radial-gradient(circle at 85% 18%, rgba(92, 169, 195, 0.62), rgba(92, 169, 195, 0) 48%),
    linear-gradient(135deg, #064f76 0%, #1c7896 100%);
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.36;
}

.category-card__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}

.category-card__object {
  position: absolute;
  display: block;
  font-size: 0;
}

.category-card__title {
  position: absolute;
  z-index: 2;
  left: 29px;
  bottom: 33px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.category-card__object_pastry-lid {
  left: -84px;
  top: 96px;
  width: 392px;
  height: 164px;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px 33px 12px 12px;
  background: rgba(185, 194, 201, 0.54);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.24),
    0 12px 20px rgba(7, 28, 43, 0.18);
  transform: rotate(8deg) skewX(-12deg);
}

.category-card__object_pastry-roll {
  left: -44px;
  top: 181px;
  width: 318px;
  height: 85px;
  border-radius: 48px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.34) 0 4px, transparent 5px 24px),
    linear-gradient(180deg, #eeeeee, #cfcfcf);
  box-shadow: 0 8px 16px rgba(7, 28, 43, 0.2);
}

.category-card__object_pastry-roll::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 28px;
  top: -16px;
  height: 24px;
  background: radial-gradient(circle, #d7d7d7 0 3px, transparent 4px);
  background-size: 18px 14px;
}

.category-card__object_pastry-tray {
  left: -55px;
  top: 247px;
  width: 360px;
  height: 74px;
  border-radius: 9px 9px 18px 18px;
  background: rgba(77, 82, 88, 0.84);
  box-shadow: 0 11px 17px rgba(5, 25, 39, 0.24);
  transform: skewX(11deg);
}

.category-card__object_egg-box {
  left: -27px;
  top: 63px;
  width: 358px;
  height: 212px;
  border-radius: 16px 28px 24px 18px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 12px, transparent 13px 43px), rgba(88, 95, 113, 0.62);
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.18),
    0 16px 22px rgba(0, 31, 58, 0.2);
  transform: rotate(13deg) skewX(-10deg);
}

.category-card__object_egg-box::before {
  content: "";
  position: absolute;
  inset: 30px 28px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
}

.category-card__object_eggs {
  left: 44px;
  top: 143px;
  width: 49px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4f4f4, #cfcfcf);
  box-shadow:
    52px 8px 0 #dedede,
    105px 16px 0 #d8d8d8,
    158px 23px 0 #d2d2d2,
    211px 30px 0 #cfcfcf;
  transform: rotate(10deg);
}

.category-card__object_container {
  left: -38px;
  top: 133px;
  width: 455px;
  height: 154px;
  border-radius: 9px 9px 26px 18px;
  background: linear-gradient(180deg, #868686 0%, #5c5c5c 100%);
  box-shadow: 0 15px 18px rgba(12, 30, 41, 0.25);
  transform: perspective(620px) rotateX(18deg) rotate(9deg) skewX(9deg);
}

.category-card__object_container::before {
  content: "";
  position: absolute;
  inset: 22px 20px 28px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 5px, transparent 6px 24px);
}

.category-card__object_container-lines {
  left: 31px;
  top: 118px;
  width: 356px;
  height: 44px;
  border-radius: 7px;
  background: repeating-linear-gradient(90deg, #dfdfdf 0 21px, #c8c8c8 22px 28px);
  transform: rotate(7deg);
}

.category-card__object_tray {
  left: 22px;
  top: 152px;
  width: 386px;
  height: 166px;
  border-radius: 16px 20px 28px 30px;
  background: linear-gradient(180deg, #707070, #454545);
  box-shadow: 0 17px 20px rgba(3, 25, 38, 0.24);
  transform: perspective(650px) rotateX(18deg) rotate(2deg);
}

.category-card__object_tray::before {
  content: "";
  position: absolute;
  inset: 20px 21px;
  border-radius: 10px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 6px, transparent 7px 24px);
}

.category-card__object_tray::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 71px;
  width: 56px;
  height: 72px;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.58);
}

.category-card__object_greens {
  left: 33px;
  top: 73px;
  width: 364px;
  height: 104px;
  border-radius: 16px;
  background: repeating-linear-gradient(166deg, #eeeeee 0 9px, #cfcfcf 10px 17px, transparent 18px 28px);
  filter: drop-shadow(0 8px 8px rgba(4, 28, 41, 0.17));
  transform: rotate(-7deg);
}

.stats {
  padding: clamp(48px, 3.52vw, 72px) 0 clamp(62px, 4.3vw, 88px);
}

.stats__heading {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.15vw, 44px);
}

.stats__title {
  margin: 0;
  color: #123158;
  font-size: clamp(32px, 2.64vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.stats__line {
  flex: 1;
  height: 4px;
  margin-top: 8px;
  background: #123158;
  font-size: 0;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 5.47vw, 112px);
  row-gap: clamp(38px, 2.54vw, 52px);
  margin-top: clamp(48px, 4.3vw, 88px);
}

.stats__item {
  display: grid;
  grid-template-columns: clamp(220px, 17.22vw, 446px) minmax(0, 1fr);
  align-items: end;
  color: #123158;
}

.stats__item_no-prefix {
  padding-left: 0;
}

.stats__value {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(12px, 1.66vw, 43px);
  min-width: 0;
}

.stats__prefix {
  flex: 0 0 auto;
  margin: 0 0 clamp(10px, 0.98vw, 20px);
  color: #123158;
  font-size: clamp(16px, 1.17vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.stats__number {
  flex: 0 0 auto;
  color: #123158;
  font-size: clamp(74px, 6.64vw, 136px);
  font-weight: 800;
  line-height: 0.76;
  letter-spacing: 0;
}

.stats__content {
  min-width: 0;
  margin: 0 0 3px clamp(18px, 1.2vw, 31px);
}

.stats__name {
  margin: 0;
  color: #123158;
  font-size: clamp(28px, 2.44vw, 50px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
}

.stats__text {
  margin: clamp(8px, 0.64vw, 13px) 0 0;
  color: #123158;
  font-size: clamp(16px, 1.22vw, 25px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.label-promo {
  padding: 0 0 108px;
}

.label-promo__panel {
  position: relative;
  width: min(2608px, calc(100% - 140px));
  min-height: 604px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(105, 174, 199, 0.62), rgba(105, 174, 199, 0) 42%),
    radial-gradient(circle at 0 100%, rgba(0, 51, 89, 0.98), rgba(0, 51, 89, 0) 50%),
    linear-gradient(106deg, #04496e 0%, #287e9d 100%);
}

.label-promo__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.35;
}

.label-promo__content {
  position: relative;
  z-index: 3;
  width: 990px;
  padding: 122px 0 0 153px;
}

.label-promo__title {
  margin: 0;
  color: #ffffff;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.label-promo__text {
  margin: 42px 0 0;
  color: #ffffff;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}

.label-promo__note {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.label-promo__visual {
  position: absolute;
  z-index: 2;
  top: 118px;
  right: -64px;
  width: 900px;
  height: 432px;
  font-size: 0;
}

.label-promo__pack {
  position: absolute;
  display: block;
  font-size: 0;
}

.label-promo__pack_shadow {
  right: 77px;
  bottom: 5px;
  width: 660px;
  height: 58px;
  border-radius: 50%;
  background: rgba(6, 33, 52, 0.28);
  filter: blur(10px);
}

.label-promo__pack_bottom {
  right: 12px;
  bottom: 0;
  width: 826px;
  height: 226px;
  border-radius: 18px 26px 50px 50px;
  background:
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.16) 0 7px, transparent 8px 52px),
    linear-gradient(180deg, #0269c4 0%, #0050aa 58%, #00418d 100%);
  box-shadow:
    inset 0 18px 34px rgba(255, 255, 255, 0.2),
    inset 0 -25px 30px rgba(0, 25, 87, 0.32);
  transform: perspective(900px) rotateX(18deg) skewX(-10deg);
}

.label-promo__pack_bottom::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 44px;
  top: 56px;
  height: 48px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0 62px, transparent 63px 118px);
  filter: blur(1px);
  opacity: 0.52;
}

.label-promo__pack_eggs {
  right: 54px;
  bottom: 122px;
  width: 66px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4f4f4, #d7d7d7);
  box-shadow:
    -116px -3px 0 #e4e4e4,
    -232px -8px 0 #e1e1e1,
    -348px -12px 0 #dddddd,
    -464px -17px 0 #d9d9d9,
    -580px -23px 0 #d5d5d5;
  opacity: 0.94;
}

.label-promo__pack_top {
  right: -19px;
  top: 56px;
  width: 830px;
  height: 244px;
  border-radius: 38px 40px 22px 22px;
  background:
    radial-gradient(ellipse at 18% 24%, rgba(255, 255, 255, 0.16) 0 16%, transparent 17%),
    radial-gradient(ellipse at 70% 19%, rgba(255, 255, 255, 0.17) 0 17%, transparent 18%),
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.16) 0 8px, transparent 9px 70px),
    linear-gradient(180deg, #047ad8 0%, #0061bb 68%, #004f9e 100%);
  box-shadow:
    inset 0 20px 30px rgba(255, 255, 255, 0.22),
    inset 0 -20px 32px rgba(0, 33, 114, 0.32),
    0 18px 28px rgba(0, 32, 58, 0.16);
  transform: perspective(900px) rotateX(24deg) rotate(2deg) skewX(-10deg);
}

.label-promo__pack_top::before {
  content: "";
  position: absolute;
  left: 63px;
  right: 46px;
  bottom: 34px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 125, 212, 0.9);
  box-shadow: 0 7px 0 rgba(0, 64, 153, 0.74);
}

.label-promo__pack_ridges {
  right: 58px;
  top: 115px;
  width: 727px;
  height: 142px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 54px,
    rgba(255, 255, 255, 0.14) 55px 74px,
    transparent 75px 100px
  );
  transform: perspective(900px) rotateX(24deg) rotate(2deg) skewX(-10deg);
  opacity: 0.9;
}

.label-promo__pack_label {
  right: 302px;
  top: 37px;
  width: 344px;
  height: 103px;
  border-radius: 4px 4px 12px 12px;
  background: linear-gradient(180deg, #ffffff, #e8e8e8);
  box-shadow: 0 8px 18px rgba(0, 36, 70, 0.12);
  transform: rotate(-7deg) skewX(-6deg);
}

.label-promo__pack_curl {
  right: 191px;
  top: -41px;
  width: 190px;
  height: 170px;
  border-radius: 9px 98px 10px 58px;
  background: linear-gradient(115deg, #ffffff 0 46%, #d6d6d6 100%);
  box-shadow: 0 12px 16px rgba(0, 31, 63, 0.11);
  transform: rotate(-16deg) skewX(-12deg);
}

.label-promo__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 70px;
  display: flex;
  gap: 18px;
  transform: translateX(-50%);
}

.label-promo__dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0;
}

.label-promo__brand {
  position: absolute;
  z-index: 4;
  right: 96px;
  bottom: 53px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}

.label-promo__brand-mark {
  position: relative;
  display: block;
  width: 68px;
  height: 58px;
  overflow: hidden;
  font-size: 0;
}

.label-promo__brand-mark::before,
.label-promo__brand-mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background: #ffffff;
}

.label-promo__brand-mark::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
}

.label-promo__brand-mark::after {
  right: 0;
  clip-path: polygon(30% 0, 100% 0, 55% 50%, 100% 100%, 30% 100%, 0 50%);
}

.label-promo__brand-text {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.faq {
  padding: 0 0 72px;
}

.faq__container,
.articles-heading__container {
  width: min(2500px, calc(100% - 64px));
  margin: 0 auto;
}

.faq__container {
  width: min(1912px, calc(100% - 136px));
}

.faq__heading,
.articles-heading__container {
  display: flex;
  align-items: center;
  gap: 58px;
}

.faq__title,
.articles-heading__title {
  margin: 0;
  color: #123158;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.faq__line,
.articles-heading__line {
  flex: 1;
  height: 4px;
  margin-top: 6px;
  background: #123158;
  font-size: 0;
}

.faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 42px;
  margin-top: 86px;
}

.faq__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  padding: 0 44px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #6e92b4;
  font: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.faq__tab:nth-child(1) {
  width: 502px;
}

.faq__tab:nth-child(2) {
  width: 430px;
}

.faq__tab:nth-child(3) {
  width: 394px;
}

.faq__tab:nth-child(4) {
  width: 286px;
}

.faq__tab:nth-child(5) {
  width: 656px;
}

.faq__tab:nth-child(6) {
  width: 577px;
}

.faq__tab:nth-child(7) {
  width: 684px;
}

.faq__tab:nth-child(8) {
  width: 514px;
}

.faq__tab_active {
  background: #123158;
}

.faq__list {
  margin-top: 68px;
}

.faq__item {
  color: #202020;
}

.faq__item + .faq__item {
  margin-top: 6px;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  list-style: none;
  transition: transform 0.25s ease;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__icon {
  position: relative;
  width: 48px;
  height: 34px;
  flex: 0 0 48px;
  font-size: 0;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 29px;
  height: 6px;
  border-radius: 999px;
  background: #123158;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.faq__icon::before {
  left: 0;
  transform: rotate(43deg);
}

.faq__icon::after {
  right: 0;
  transform: rotate(-43deg);
}

.faq__item[open] .faq__icon::before {
  transform: rotate(-43deg);
}

.faq__item[open] .faq__icon::after {
  transform: rotate(43deg);
}

.faq__question-text {
  color: #202020;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  transition: color 0.25s ease;
}

.faq__item[open] .faq__question-text {
  color: #123158;
}

.faq__answer-wrap {
  overflow: hidden;
  animation: faq-open 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq__answer {
  max-width: 1700px;
  margin: 11px 0 0 82px;
  color: #202020;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

@keyframes faq-open {
  0% {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    max-height: 260px;
    opacity: 1;
    transform: translateY(0);
  }
}

.articles-heading {
  padding: 22px 0 72px;
}

.articles {
  padding: 0 0 96px;
}

.articles__container {
  width: min(2526px, calc(100% - 44px));
  margin: 0 auto;
}

.articles__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
}

.article-card {
  display: block;
  color: #202020;
}

.article-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 590 / 440;
  border-radius: 16px;
  object-fit: cover;
}

.article-card__title {
  margin: 36px 0 0;
  color: #202020;
  font-size: 42px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
}

.consultation {
  padding: 0 0 48px;
}

.consultation__container {
  width: min(2584px, calc(100% - clamp(64px, 5.1vw, 136px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 38.67%) minmax(0, 1fr);
  column-gap: 11.05%;
  align-items: start;
}

.consultation__content {
  padding-top: clamp(46px, 3.37vw, 90px);
}

.consultation__title {
  margin: 0;
  color: #123158;
  font-size: clamp(41px, 2.44vw, 65px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.consultation__text {
  margin: clamp(38px, 2.77vw, 74px) 0 0;
  color: #202020;
  font-size: clamp(25px, 1.46vw, 39px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.consultation__form {
  margin-top: clamp(27px, 1.46vw, 39px);
}

.consultation__field {
  display: block;
}

.consultation__field + .consultation__field {
  margin-top: clamp(25px, 1.5vw, 40px);
}

.consultation__label {
  display: block;
  margin-bottom: clamp(10px, 0.6vw, 16px);
  color: #202020;
  font-size: clamp(17px, 0.94vw, 25px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.consultation__input,
.consultation__select,
.consultation__textarea {
  width: 100%;
  border: 0;
  border-radius: 17px;
  color: #202020;
  background: #e9e9e9;
  font: inherit;
  font-size: clamp(17px, 0.94vw, 25px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
}

.consultation__input,
.consultation__select {
  height: clamp(54px, 3.3vw, 88px);
  padding: 0 clamp(21px, 1.2vw, 32px);
}

.consultation__input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.consultation__control {
  position: relative;
  display: block;
}

.consultation__input_with-icon {
  padding-right: clamp(64px, 3.6vw, 96px);
}

.consultation__calendar {
  position: absolute;
  right: clamp(26px, 1.76vw, 47px);
  top: 50%;
  width: clamp(28px, 1.61vw, 43px);
  height: clamp(28px, 1.61vw, 43px);
  border: clamp(4px, 0.26vw, 7px) solid #969696;
  border-top-width: clamp(6px, 0.37vw, 10px);
  border-radius: 5px;
  font-size: 0;
  transform: translateY(-50%);
}

.consultation__calendar::before,
.consultation__calendar::after {
  content: "";
  position: absolute;
  top: clamp(-20px, -0.75vw, -12px);
  width: clamp(4px, 0.26vw, 7px);
  height: clamp(11px, 0.67vw, 18px);
  border-radius: 999px;
  background: #969696;
}

.consultation__calendar::before {
  left: 5px;
}

.consultation__calendar::after {
  right: 5px;
}

.consultation__select {
  appearance: none;
  padding-right: clamp(64px, 3.6vw, 96px);
}

.consultation__select-arrow {
  position: absolute;
  right: clamp(28px, 1.65vw, 44px);
  top: 50%;
  width: clamp(26px, 1.5vw, 40px);
  height: clamp(26px, 1.5vw, 40px);
  border-right: clamp(5px, 0.3vw, 8px) solid #969696;
  border-bottom: clamp(5px, 0.3vw, 8px) solid #969696;
  font-size: 0;
  transform: translateY(-66%) rotate(45deg);
  pointer-events: none;
}

.consultation__textarea {
  height: clamp(115px, 7.45vw, 199px);
  padding: clamp(18px, 1.05vw, 28px) clamp(21px, 1.2vw, 32px);
  resize: none;
}

.consultation__submit-row {
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.12vw, 30px);
  margin-top: clamp(26px, 1.42vw, 38px);
}

.consultation__button {
  width: clamp(190px, 12vw, 320px);
  min-height: clamp(46px, 2.62vw, 70px);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #123158;
  font: inherit;
  font-size: clamp(18px, 1.01vw, 27px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.consultation__agreement {
  margin: 0;
  color: #202020;
  font-size: clamp(15px, 0.9vw, 24px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.consultation__agreement-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consultation__image {
  display: block;
  width: min(1212px, 95.13%);
  height: auto;
  margin-top: clamp(46px, 3.37vw, 90px);
  border-radius: 14px;
  object-fit: cover;
}

.catalog-page {
  padding: 62px 0 120px;
}

.catalog-page__container {
  width: min(1704px, calc(100% - 344px));
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #202020;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs__link {
  color: #315c87;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.breadcrumbs__separator {
  color: #202020;
}

.breadcrumbs__current {
  color: #202020;
}

.catalog-product {
  display: grid;
  grid-template-columns: minmax(520px, 756px) minmax(500px, 1fr);
  column-gap: 92px;
  row-gap: 40px;
  align-items: start;
  margin-top: 54px;
}

.catalog-product__gallery {
  min-width: 0;
}

.catalog-product__main-image {
  overflow: hidden;
  aspect-ratio: 756 / 504;
  border-radius: 16px;
  background: #faf9fb;
}

.catalog-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-product__thumbs {
  position: relative;
  display: flex;
  gap: 16px;
  margin-top: 28px;
  overflow: hidden;
}

.catalog-product__thumb {
  flex: 0 0 198px;
  height: 134px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #faf9fb;
  cursor: pointer;
}

.catalog-product__thumb_active {
  box-shadow: inset 0 0 0 1px rgba(18, 49, 88, 0.08);
}

.catalog-product__thumb_cut {
  opacity: 0.35;
}

.catalog-product__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-product__thumb-next {
  position: absolute;
  right: -4px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7c7c7;
  cursor: pointer;
  transform: translateY(-50%);
}

.catalog-product__thumb-arrow {
  width: 19px;
  height: 19px;
  border-top: 4px solid #123158;
  border-right: 4px solid #123158;
  font-size: 0;
  transform: translateX(-3px) rotate(45deg);
}

.catalog-product__info {
  min-width: 0;
  padding-top: 1px;
}

.catalog-product__title {
  max-width: 820px;
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-product__meta {
  margin: 29px 0 0;
  color: #202020;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.08;
}

.catalog-product__meta-row {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: start;
}

.catalog-product__meta-name,
.catalog-product__meta-value,
.catalog-product__spec-name,
.catalog-product__spec-value {
  margin: 0;
}

.catalog-product__link {
  color: #315c87;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.catalog-product__specs {
  margin: 67px 0 0;
  color: #202020;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.12;
}

.catalog-product__spec-row {
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  min-height: 44px;
}

.catalog-product__spec-row_options {
  min-height: 128px;
}

.catalog-product__spec-name {
  text-transform: uppercase;
}

.catalog-product__spec-value {
  text-transform: uppercase;
}

.catalog-product__note {
  color: #315c87;
  font-size: 60%;
  font-weight: 400;
  line-height: 0;
}

.catalog-product__variants {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  color: #315c87;
  background: transparent;
  font: inherit;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-product__chevron {
  display: block;
  width: 23px;
  height: 23px;
  border-right: 4px solid #123158;
  border-bottom: 4px solid #123158;
  font-size: 0;
  transform: translateY(-5px) rotate(45deg);
}

.catalog-product__chevron_up {
  transform: translateY(5px) rotate(225deg);
}

.catalog-product__option {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
  cursor: pointer;
}

.catalog-product__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.catalog-product__box {
  display: block;
  width: 23px;
  height: 23px;
  border: 3px solid #315c87;
  background: #ffffff;
  font-size: 0;
}

.catalog-product__checkbox:checked + .catalog-product__box {
  background: #315c87;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.catalog-product__description {
  grid-column: 1 / 2;
}

.catalog-product__description-title {
  margin: 0;
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-product__description-text {
  max-width: 780px;
  margin: 28px 0 0;
  color: #202020;
  font-size: 29px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.catalog-product__actions {
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 38px;
}

.catalog-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 324px;
  min-height: 62px;
  padding: 13px 32px 15px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-product__button_primary {
  background: #123158;
}

.catalog-product__button_secondary {
  background: #6b9ac4;
}

.catalog-product__actions-text {
  color: #202020;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.footer {
  background: #ececec;
}

.footer__container {
  width: min(1918px, calc(100% - clamp(64px, 6.25vw, 128px)));
  min-height: clamp(286px, 17.58vw, 360px);
  margin: 0 auto;
  padding: clamp(38px, 2.34vw, 48px) 0 clamp(44px, 2.73vw, 56px);
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(150px, 230px) minmax(280px, 470px) minmax(250px, 440px);
  justify-content: start;
  align-items: start;
  column-gap: clamp(44px, 5.1vw, 105px);
}

.footer__logo {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 12px;
}

.footer__logo-mark {
  position: relative;
  display: block;
  width: clamp(48px, 2.8vw, 58px);
  height: clamp(40px, 2.34vw, 48px);
  overflow: hidden;
  font-size: 0;
}

.footer__logo-mark::before,
.footer__logo-mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.footer__logo-mark::before {
  left: 0;
  width: 50%;
  background: #123c67;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
}

.footer__logo-mark::after {
  right: 0;
  width: 50%;
  background: #6b9ac4;
  clip-path: polygon(30% 0, 100% 0, 55% 50%, 100% 100%, 30% 100%, 0 50%);
}

.footer__logo-text {
  color: #123158;
  font-size: clamp(24px, 1.55vw, 32px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.footer__copyright {
  margin: clamp(16px, 0.98vw, 20px) 0 0;
  color: #202020;
  font-size: clamp(14px, 0.86vw, 18px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: clamp(9px, 0.54vw, 11px);
}

.footer__menu-link {
  display: block;
  color: #202020;
  font-size: clamp(24px, 1.46vw, 30px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.footer__contacts-title {
  margin: 0;
  color: #123158;
  font-size: clamp(24px, 1.48vw, 30px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer__contacts-text {
  margin: clamp(13px, 0.78vw, 16px) 0 0;
  color: #202020;
  font-size: clamp(24px, 1.46vw, 30px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
}

@media (max-width: 1500px) {
  .header__container,
  .hero {
    width: min(1180px, calc(100% - 64px));
  }

  .categories__container,
  .stats__container {
    width: min(1180px, calc(100% - 64px));
  }

  .nav__list {
    gap: 34px;
  }

  .nav__link {
    font-size: 22px;
  }

  .hero {
    min-height: 560px;
  }

  .hero__content {
    width: 560px;
    padding: 88px 0 0 54px;
  }

  .hero__title {
    font-size: 44px;
  }

  .hero__text {
    font-size: 24px;
  }

  .product_small {
    right: 360px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .product_big {
    right: -70px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .categories {
    padding-top: 58px;
  }

  .categories__list {
    gap: 24px;
  }

  .category-card__title {
    left: 24px;
    bottom: 27px;
    font-size: 22px;
  }

  .category-card__object_pastry-lid {
    left: -88px;
    top: 71px;
    transform: scale(0.78) rotate(8deg) skewX(-12deg);
    transform-origin: left top;
  }

  .category-card__object_pastry-roll {
    left: -43px;
    top: 137px;
    transform: scale(0.78);
    transform-origin: left top;
  }

  .category-card__object_pastry-tray {
    left: -54px;
    top: 188px;
    transform: scale(0.78) skewX(11deg);
    transform-origin: left top;
  }

  .category-card__object_egg-box {
    left: -35px;
    top: 40px;
    transform: scale(0.8) rotate(13deg) skewX(-10deg);
    transform-origin: left top;
  }

  .category-card__object_eggs {
    left: 32px;
    top: 107px;
    transform: scale(0.8) rotate(10deg);
    transform-origin: left top;
  }

  .category-card__object_container {
    left: -56px;
    top: 99px;
    transform: scale(0.78) perspective(620px) rotateX(18deg) rotate(9deg) skewX(9deg);
    transform-origin: left top;
  }

  .category-card__object_container-lines {
    left: 14px;
    top: 88px;
    transform: scale(0.78) rotate(7deg);
    transform-origin: left top;
  }

  .category-card__object_tray {
    left: 13px;
    top: 116px;
    transform: scale(0.76) perspective(650px) rotateX(18deg) rotate(2deg);
    transform-origin: left top;
  }

  .category-card__object_greens {
    left: 25px;
    top: 55px;
    transform: scale(0.76) rotate(-7deg);
    transform-origin: left top;
  }

  .stats {
    padding-top: clamp(54px, 4.2vw, 63px);
  }

  .stats__heading {
    gap: clamp(24px, 2.13vw, 32px);
  }

  .stats__title {
    font-size: clamp(36px, 2.8vw, 42px);
  }

  .stats__grid {
    column-gap: clamp(34px, 3.86vw, 58px);
    row-gap: clamp(34px, 2.8vw, 42px);
    margin-top: clamp(56px, 5.2vw, 78px);
  }

  .stats__item {
    grid-template-columns: clamp(220px, 17.22vw, 260px) minmax(0, 1fr);
  }

  .stats__item_no-prefix {
    padding-left: 0;
  }

  .stats__value {
    gap: clamp(14px, 1.4vw, 20px);
  }

  .stats__prefix {
    margin: 0 0 clamp(11px, 1vw, 15px);
    font-size: clamp(17px, 1.33vw, 20px);
  }

  .stats__number {
    font-size: clamp(82px, 6.86vw, 103px);
  }

  .stats__content {
    margin-left: clamp(12px, 1vw, 15px);
  }

  .stats__name {
    font-size: clamp(31px, 2.53vw, 38px);
  }

  .stats__text {
    margin-top: 8px;
    font-size: clamp(17px, 1.33vw, 20px);
  }

  .label-promo {
    padding-bottom: 84px;
  }

  .label-promo__panel {
    width: min(1320px, calc(100% - 64px));
    min-height: 454px;
  }

  .label-promo__content {
    width: 690px;
    padding: 82px 0 0 86px;
  }

  .label-promo__title {
    font-size: 53px;
  }

  .label-promo__text {
    margin-top: 30px;
    font-size: 22px;
  }

  .label-promo__note {
    font-size: 15px;
  }

  .label-promo__visual {
    top: 73px;
    right: -101px;
    transform: scale(0.73);
    transform-origin: right top;
  }

  .label-promo__dots {
    bottom: 49px;
    gap: 13px;
  }

  .label-promo__dot {
    width: 13px;
    height: 13px;
  }

  .label-promo__brand {
    right: 58px;
    bottom: 38px;
  }

  .label-promo__brand-mark {
    width: 52px;
    height: 44px;
  }

  .label-promo__brand-mark::before,
  .label-promo__brand-mark::after {
    width: 26px;
  }

  .label-promo__brand-text {
    font-size: 29px;
  }

  .faq__container,
  .articles-heading__container {
    width: min(1180px, calc(100% - 64px));
  }

  .faq__heading,
  .articles-heading__container {
    gap: 42px;
  }

  .faq__title,
  .articles-heading__title {
    font-size: 42px;
  }

  .faq__tabs {
    gap: 24px 30px;
    margin-top: 78px;
  }

  .faq__tab {
    width: auto;
    min-height: 52px;
    padding: 0 42px;
    font-size: 19px;
  }

  .faq__tab:nth-child(n) {
    width: auto;
  }

  .faq__list {
    margin-top: 50px;
  }

  .faq__question {
    gap: 24px;
  }

  .faq__icon {
    width: 34px;
    height: 27px;
    flex-basis: 34px;
  }

  .faq__icon::before,
  .faq__icon::after {
    top: 12px;
    width: 21px;
    height: 4px;
  }

  .faq__question-text {
    font-size: 36px;
  }

  .faq__answer {
    margin-left: 58px;
    font-size: 24px;
  }

  .articles-heading {
    padding-top: 18px;
  }

  .articles__container {
    width: min(1180px, calc(100% - 64px));
  }

  .articles__list {
    gap: 28px;
  }

  .article-card__image {
    border-radius: 12px;
  }

  .article-card__title {
    margin-top: 24px;
    font-size: 26px;
  }

  .consultation__container {
    width: min(1180px, calc(100% - 64px));
    grid-template-columns: 520px minmax(0, 1fr);
    column-gap: 60px;
  }

  .consultation__content {
    padding-top: 46px;
  }

  .consultation__title {
    font-size: 41px;
  }

  .consultation__text {
    margin-top: 38px;
    font-size: 25px;
  }

  .consultation__form {
    margin-top: 27px;
  }

  .consultation__field + .consultation__field {
    margin-top: 25px;
  }

  .consultation__label {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .consultation__input,
  .consultation__select {
    height: 54px;
    padding: 0 21px;
  }

  .consultation__input,
  .consultation__select,
  .consultation__textarea {
    border-radius: 11px;
    font-size: 17px;
  }

  .consultation__input_with-icon,
  .consultation__select {
    padding-right: 64px;
  }

  .consultation__calendar {
    right: 26px;
    width: 28px;
    height: 28px;
    border-width: 4px;
    border-top-width: 6px;
  }

  .consultation__calendar::before,
  .consultation__calendar::after {
    top: -12px;
    width: 4px;
    height: 11px;
  }

  .consultation__select-arrow {
    right: 28px;
    width: 26px;
    height: 26px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }

  .consultation__textarea {
    height: 115px;
    padding: 18px 21px;
  }

  .consultation__submit-row {
    gap: 20px;
    margin-top: 26px;
  }

  .consultation__button {
    width: 190px;
    min-height: 46px;
    font-size: 18px;
  }

  .consultation__agreement {
    font-size: 15px;
  }

  .consultation__image {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .footer__container {
    width: min(1180px, calc(100% - 64px));
    min-height: 318px;
    padding: 44px 0 54px;
    grid-template-columns: 360px 150px 275px 235px;
    column-gap: clamp(28px, 2.8vw, 42px);
  }

  .footer__logo {
    gap: 11px;
  }

  .footer__logo-mark {
    width: 52px;
    height: 43px;
  }

  .footer__logo-mark::before,
  .footer__logo-mark::after {
    width: 26px;
  }

  .footer__logo-text {
    font-size: 29px;
  }

  .footer__copyright {
    margin-top: 20px;
    font-size: 15px;
  }

  .footer__menu-list {
    gap: 10px;
  }

  .footer__menu-link,
  .footer__contacts-text {
    font-size: 25px;
  }

  .footer__contacts-title {
    font-size: 25px;
  }

  .footer__contacts-text {
    margin-top: 15px;
  }

  .catalog-page {
    padding-top: 46px;
  }

  .catalog-product {
    grid-template-columns: minmax(460px, 1fr) minmax(420px, 1fr);
    column-gap: 56px;
    row-gap: 60px;
    margin-top: 42px;
  }

  .breadcrumbs {
    font-size: 25px;
  }

  .catalog-product__title {
    font-size: 32px;
  }

  .catalog-product__meta {
    margin-top: 24px;
    font-size: 25px;
  }

  .catalog-product__meta-row {
    grid-template-columns: 136px minmax(0, 1fr);
  }

  .catalog-product__specs {
    margin-top: 42px;
    font-size: 20px;
  }

  .catalog-product__spec-row {
    grid-template-columns: 330px minmax(0, 1fr);
    min-height: 36px;
  }

  .catalog-product__spec-row_options {
    min-height: 106px;
  }

  .catalog-product__thumb {
    flex-basis: 150px;
    height: 102px;
  }

  .catalog-product__description-title {
    font-size: 34px;
  }

  .catalog-product__description-text {
    font-size: 23px;
  }

  .catalog-product__actions {
    gap: 14px;
    padding-top: 30px;
  }

  .catalog-product__button {
    min-width: 224px;
    min-height: 52px;
    font-size: 17px;
  }

  .catalog-product__actions-text {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .footer__container {
    width: min(920px, calc(100% - 64px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 70px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .header {
    padding-top: 28px;
  }

  .header__container {
    width: min(720px, calc(100% - 32px));
    align-items: center;
    gap: 18px;
  }

  .header__burger {
    display: block;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 16px);
    left: 0;
    width: 100%;
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(18, 49, 88, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .nav_open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav__list {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .nav__link {
    padding: 14px 16px;
    border-radius: 12px;
    color: #123158;
    font-size: 22px;
    font-weight: 700;
    background: #f1f4f7;
  }

  .nav__link_active {
    color: #ffffff;
    background: #123158;
  }

  .main {
    padding-top: 32px;
  }

  .hero {
    width: min(720px, calc(100% - 32px));
    min-height: 700px;
  }

  .categories__container,
  .stats__container {
    width: min(720px, calc(100% - 32px));
  }

  .hero__content {
    width: auto;
    padding: 52px 32px 0;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__text {
    font-size: 22px;
    line-height: 1.08;
  }

  .hero__button {
    min-width: 260px;
    font-size: 21px;
  }

  .product_small {
    right: 238px;
    bottom: 78px;
    transform: scale(0.72);
  }

  .product_big {
    right: -145px;
    bottom: 45px;
    transform: scale(0.72);
  }

  .categories__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card__title {
    font-size: 24px;
  }

  .stats__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .stats__line {
    width: 100%;
  }

  .stats__grid {
    grid-template-columns: 1fr;
    row-gap: 44px;
    margin-top: 52px;
  }

  .stats__item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .stats__item_no-prefix {
    padding-left: 0;
  }

  .label-promo__panel {
    width: min(720px, calc(100% - 32px));
    min-height: 642px;
  }

  .label-promo__content {
    width: auto;
    padding: 54px 36px 0;
  }

  .label-promo__title {
    font-size: 44px;
  }

  .label-promo__text {
    width: 470px;
    max-width: 100%;
    font-size: 20px;
  }

  .label-promo__visual {
    top: 330px;
    right: -183px;
    transform: scale(0.6);
  }

  .label-promo__dots {
    left: 36px;
    bottom: 42px;
    transform: none;
  }

  .label-promo__brand {
    right: 35px;
    bottom: 32px;
  }

  .faq__container,
  .articles-heading__container {
    width: min(720px, calc(100% - 32px));
  }

  .faq__heading,
  .articles-heading__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .faq__line,
  .articles-heading__line {
    width: 100%;
  }

  .faq__tabs {
    gap: 16px;
    margin-top: 48px;
  }

  .faq__tab {
    min-height: 46px;
    padding: 0 26px;
    font-size: 16px;
  }

  .faq__question {
    align-items: flex-start;
    gap: 18px;
  }

  .faq__question-text {
    font-size: 30px;
  }

  .faq__answer {
    margin-left: 52px;
    font-size: 20px;
    line-height: 1.05;
  }

  .articles__container {
    width: min(720px, calc(100% - 32px));
  }

  .articles__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .consultation__container {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .consultation__content {
    padding-top: 0;
  }

  .consultation__image {
    width: 100%;
    max-height: 820px;
    object-position: center top;
  }

  .footer__container {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .catalog-page {
    padding: 38px 0 80px;
  }

  .catalog-page__container {
    width: min(720px, calc(100% - 32px));
  }

  .breadcrumbs {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 22px;
  }

  .catalog-product {
    grid-template-columns: 1fr;
    row-gap: 42px;
    margin-top: 34px;
  }

  .catalog-product__description,
  .catalog-product__actions {
    grid-column: auto;
  }

  .catalog-product__main-image {
    border-radius: 13px;
  }

  .catalog-product__thumbs {
    gap: 12px;
    margin-top: 18px;
  }

  .catalog-product__thumb {
    flex: 0 0 31%;
    height: auto;
    aspect-ratio: 198 / 134;
    border-radius: 11px;
  }

  .catalog-product__thumb_cut {
    display: none;
  }

  .catalog-product__thumb-next {
    right: 0;
    width: 44px;
    height: 44px;
  }

  .catalog-product__title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.02;
  }

  .catalog-product__meta {
    margin-top: 22px;
    font-size: 24px;
  }

  .catalog-product__specs {
    margin-top: 34px;
    font-size: 19px;
  }

  .catalog-product__spec-row {
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
    min-height: 38px;
  }

  .catalog-product__description-title {
    font-size: 30px;
  }

  .catalog-product__description-text {
    max-width: 100%;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.02;
  }

  .catalog-product__actions {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .catalog-product__button {
    min-width: 230px;
  }
}

@media (max-width: 620px) {
  .logo__mark {
    width: 46px;
    height: 39px;
  }

  .logo__mark::before,
  .logo__mark::after {
    width: 23px;
  }

  .logo__text {
    font-size: 26px;
  }

  .nav__list {
    gap: 8px;
  }

  .nav__link {
    padding: 13px 14px;
    font-size: 18px;
  }

  .nav__link_active {
    color: #ffffff;
  }

  .burger {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .burger__line,
  .burger__line::before,
  .burger__line::after {
    left: 11px;
    width: 26px;
  }

  .burger__line {
    top: 23px;
  }

  .hero {
    min-height: 640px;
    border-radius: 12px;
  }

  .hero__content {
    padding: 36px 22px 0;
  }

  .hero__title {
    font-size: 31px;
  }

  .hero__text {
    margin-top: 22px;
    font-size: 18px;
  }

  .hero__button {
    min-width: 226px;
    min-height: 40px;
    margin-top: 32px;
    font-size: 18px;
  }

  .hero__decor_dark {
    right: -250px;
  }

  .hero__decor_light {
    right: -92px;
  }

  .product_small {
    right: 112px;
    bottom: 70px;
    transform: scale(0.52);
  }

  .product_big {
    right: -265px;
    bottom: 40px;
    transform: scale(0.54);
  }

  .categories {
    padding-top: 42px;
  }

  .categories__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .category-card {
    aspect-ratio: 1.1 / 1;
  }

  .category-card__title {
    font-size: 20px;
    line-height: 1;
  }

  .stats {
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .stats__title {
    font-size: clamp(27px, 8vw, 31px);
    white-space: normal;
  }

  .stats__grid {
    row-gap: clamp(30px, 9.74vw, 38px);
    margin-top: clamp(34px, 10.77vw, 42px);
  }

  .stats__item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .stats__item_no-prefix {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .stats__value {
    justify-content: flex-start;
    gap: 8px;
  }

  .stats__content {
    grid-column: auto;
    margin: 8px 0 0 0;
  }

  .stats__item_no-prefix .stats__content {
    grid-column: auto;
  }

  .stats__prefix {
    margin: 0 0 9px;
    font-size: clamp(14px, 4.1vw, 16px);
  }

  .stats__number {
    font-size: clamp(58px, 19.49vw, 76px);
  }

  .stats__name {
    font-size: clamp(24px, 7.69vw, 30px);
    line-height: 0.98;
  }

  .stats__text {
    font-size: clamp(15px, 4.36vw, 17px);
    line-height: 1.05;
  }

  .label-promo {
    padding-bottom: 64px;
  }

  .label-promo__panel {
    min-height: 578px;
    border-radius: 12px;
  }

  .label-promo__content {
    padding: 40px 22px 0;
  }

  .label-promo__title {
    font-size: 34px;
    line-height: 1.12;
  }

  .label-promo__text {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.18;
  }

  .label-promo__note {
    margin-top: 12px;
    font-size: 12px;
  }

  .label-promo__visual {
    top: 344px;
    right: -288px;
    transform: scale(0.45);
  }

  .label-promo__dots {
    left: 22px;
    bottom: 32px;
    gap: 9px;
  }

  .label-promo__dot {
    width: 9px;
    height: 9px;
  }

  .label-promo__brand {
    right: 22px;
    bottom: 24px;
    gap: 9px;
  }

  .label-promo__brand-mark {
    width: 40px;
    height: 34px;
  }

  .label-promo__brand-mark::before,
  .label-promo__brand-mark::after {
    width: 20px;
  }

  .label-promo__brand-text {
    font-size: 22px;
  }

  .faq {
    padding-bottom: 48px;
  }

  .faq__title,
  .articles-heading__title {
    font-size: 31px;
    white-space: normal;
  }

  .faq__tabs {
    margin-top: 34px;
    gap: 12px;
  }

  .faq__tab {
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    white-space: normal;
  }

  .faq__tabs .faq__tab {
    width: 100%;
  }

  .faq__list {
    margin-top: 36px;
  }

  .faq__question {
    gap: 13px;
  }

  .faq__icon {
    width: 25px;
    height: 22px;
    flex-basis: 25px;
    margin-top: 5px;
  }

  .faq__icon::before,
  .faq__icon::after {
    top: 9px;
    width: 16px;
    height: 4px;
  }

  .faq__question-text {
    font-size: 25px;
    line-height: 1.12;
  }

  .faq__answer {
    margin: 9px 0 0 38px;
    font-size: 18px;
    line-height: 1.08;
  }

  .articles-heading {
    padding: 8px 0 48px;
  }

  .articles {
    padding-bottom: 64px;
  }

  .articles__list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .article-card__title {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1;
  }

  .consultation {
    padding-bottom: 64px;
  }

  .consultation__title {
    font-size: 31px;
  }

  .consultation__text {
    margin-top: 26px;
    font-size: 22px;
    line-height: 1.02;
  }

  .consultation__submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .consultation__button {
    width: 100%;
  }

  .consultation__agreement {
    font-size: 14px;
    line-height: 1.1;
  }

  .footer__container {
    min-height: 0;
    padding: 36px 0 42px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer__logo-mark {
    width: 46px;
    height: 38px;
  }

  .footer__logo-mark::before,
  .footer__logo-mark::after {
    width: 23px;
  }

  .footer__logo-text {
    font-size: 26px;
  }

  .footer__copyright {
    font-size: 13px;
    line-height: 1;
  }

  .footer__menu-list {
    gap: 8px;
  }

  .footer__menu-link,
  .footer__contacts-text {
    font-size: 22px;
  }

  .footer__contacts-title {
    font-size: 22px;
  }

  .catalog-page {
    padding: 30px 0 64px;
  }

  .breadcrumbs {
    font-size: 18px;
  }

  .catalog-product {
    row-gap: 34px;
    margin-top: 26px;
  }

  .catalog-product__title {
    font-size: 24px;
  }

  .catalog-product__meta {
    font-size: 20px;
  }

  .catalog-product__meta-row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .catalog-product__specs {
    font-size: 16px;
  }

  .catalog-product__spec-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
    min-height: 0;
    margin-top: 18px;
  }

  .catalog-product__spec-row:first-child {
    margin-top: 0;
  }

  .catalog-product__spec-row_options {
    min-height: 0;
  }

  .catalog-product__thumbs {
    padding-right: 48px;
  }

  .catalog-product__thumb {
    flex-basis: 48%;
  }

  .catalog-product__thumb:nth-child(3) {
    display: none;
  }

  .catalog-product__description-title {
    font-size: 27px;
  }

  .catalog-product__description-text {
    font-size: 18px;
    line-height: 1.04;
  }

  .catalog-product__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .catalog-product__actions-text {
    text-align: center;
  }

  .catalog-product__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 16px;
  }
}

@media (min-width: 981px) {
  .header__container,
  .hero,
  .categories__container,
  .stats__container,
  .label-promo__panel,
  .faq__container,
  .articles-heading__container,
  .articles__container,
  .consultation__container,
  .footer__container {
    width: min(2442px, calc(100% - clamp(64px, 10.35vw, 282px)));
  }

  .hero {
    aspect-ratio: 2442 / 857;
    min-height: 0;
    background: url("../img/hero-reference.png") center / 100% 100% no-repeat;
  }

  .hero::before,
  .hero__decor,
  .hero__visual {
    display: none;
  }

  .hero__content {
    opacity: 0;
  }

  .categories {
    padding-top: clamp(24px, 1.96vw, 48px);
  }

  .categories__list {
    gap: clamp(24px, 1.97vw, 48px);
  }

  .category-card::before,
  .category-card__visual,
  .category-card__title {
    display: none;
  }

  .category-card.category-card_pastry {
    background: url("../img/category-pastry.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_eggs {
    background: url("../img/category-eggs.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_containers {
    background: url("../img/category-containers.png") center / 100% 100% no-repeat;
  }

  .category-card.category-card_trays {
    background: url("../img/category-trays.png") center / 100% 100% no-repeat;
  }

  .stats {
    padding-top: clamp(54px, 3.55vw, 92px);
    padding-bottom: clamp(74px, 4.17vw, 108px);
  }

  .stats__heading {
    gap: clamp(28px, 1.7vw, 44px);
  }

  .stats__title {
    font-size: clamp(38px, 2.63vw, 68px);
  }

  .stats__grid {
    padding-left: 0;
    column-gap: clamp(80px, 7.72vw, 200px);
    row-gap: clamp(46px, 3.47vw, 90px);
    margin-top: clamp(72px, 4.25vw, 110px);
  }

  .stats__item {
    grid-template-columns: clamp(206px, 16.1vw, 417px) minmax(0, 1fr);
  }

  .stats__item_no-prefix {
    padding-left: 0;
  }

  .stats__value {
    gap: clamp(18px, 1.66vw, 43px);
  }

  .stats__prefix {
    margin: 0 0 clamp(14px, 0.85vw, 22px);
    font-size: clamp(18px, 1.24vw, 32px);
  }

  .stats__number {
    font-size: clamp(100px, 7.03vw, 182px);
    white-space: nowrap;
  }

  .stats__content {
    margin-left: clamp(12px, 1vw, 26px);
  }

  .stats__name {
    font-size: clamp(38px, 2.59vw, 67px);
    white-space: nowrap;
  }

  .stats__text {
    font-size: clamp(20px, 1.35vw, 35px);
  }

  .label-promo {
    padding-bottom: clamp(72px, 4.17vw, 108px);
  }

  .label-promo__panel {
    min-height: 0;
    aspect-ratio: 2506 / 808;
    border-radius: clamp(11px, 0.77vw, 20px);
    background: url("../img/label-promo-reference.png") center / 100% 100% no-repeat;
  }

  .label-promo__panel::before,
  .label-promo__content,
  .label-promo__visual,
  .label-promo__dots,
  .label-promo__brand {
    display: none;
  }
}

@media (min-width: 981px) {
  .page_catalog .header__container,
  .catalog-page__container {
    width: min(1704px, calc(100% - clamp(80px, 16.8vw, 344px)));
  }
}

.page_about {
  --about-blue: #1b3359;
  --about-muted-blue: #6f91b3;
  color: #111111;
  background: #ffffff;
}

.page_about .header {
  padding: 50px 0 0;
}

.page_about .header__container,
.about-container {
  width: min(1592px, calc(100% - 328px));
  margin: 0 auto;
}

.page_about .header__container {
  height: 48px;
}

.page_about .logo_image {
  width: 213px;
  height: auto;
  display: block;
}

.page_about .logo__image {
  display: block;
  width: 100%;
  height: auto;
}

.page_about .nav__list {
  gap: 74px;
}

.page_about .nav__link {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0;
}

.page_about .nav__link_active {
  color: #1f4a78;
}

.about-main {
  padding-top: 54px;
}

.about-hero__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.breadcrumbs__link {
  color: #1f4a78;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs__separator,
.breadcrumbs__current {
  color: #111111;
}

.about-hero__title {
  margin: 0 0 22px;
  color: #000000;
  font-size: 45px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-hero__text {
  max-width: 1500px;
  margin: 0;
  color: #111111;
  font-size: 31px;
  line-height: 0.99;
  font-weight: 400;
  letter-spacing: -0.028em;
}

.about-stats {
  margin-top: 66px;
}

.about-stats__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 128px;
  padding: 0 61px;
  color: var(--about-blue);
}

.about-stats__column {
  display: grid;
  gap: 39px;
}

.about-stats__item {
  display: grid;
  grid-template-columns: 65px auto 1fr;
  align-items: end;
  min-height: 107px;
}

.about-stats__item_shifted {
  padding-left: 132px;
  grid-template-columns: 65px auto 1fr;
}

.about-stats__prefix {
  align-self: end;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-align: right;
}

.about-stats__number {
  display: block;
  margin-left: 12px;
  color: var(--about-blue);
  font-size: 112px;
  line-height: 0.78;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.about-stats__number_wide {
  margin-left: 0;
  font-size: 112px;
  letter-spacing: -0.08em;
}

.about-stats__content {
  align-self: end;
  display: block;
  padding-left: 16px;
  padding-bottom: 12px;
}

.about-stats__title {
  display: block;
  color: var(--about-blue);
  font-size: 39px;
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.about-stats__description {
  display: block;
  margin-top: 8px;
  color: var(--about-blue);
  font-size: 15px;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-video {
  margin-top: 84px;
}

.about-video__frame {
  position: relative;
  height: 726px;
  border-radius: 9px;
  background: #292929;
  overflow: hidden;
}

.about-video__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 11px;
  transform: translateX(-50%);
}

.about-video__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
}

.about-faq {
  margin-top: 81px;
}

.about-section-heading {
  display: flex;
  align-items: center;
  gap: 49px;
}

.about-section-heading__title {
  margin: 0;
  color: var(--about-blue);
  font-size: 43px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.about-section-heading__line {
  flex: 1;
  height: 3px;
  margin-top: 7px;
  background: var(--about-blue);
}

.about-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 36px;
  margin-top: 77px;
}

.about-faq__tab {
  min-width: 305px;
  height: 50px;
  padding: 0 29px;
  border: 0;
  border-radius: 999px;
  background: var(--about-muted-blue);
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.about-faq__tab:nth-child(1) {
  min-width: 417px;
}

.about-faq__tab:nth-child(2) {
  min-width: 370px;
}

.about-faq__tab:nth-child(3) {
  min-width: 328px;
}

.about-faq__tab:nth-child(4) {
  min-width: 238px;
}

.about-faq__tab:nth-child(5) {
  min-width: 548px;
}

.about-faq__tab:nth-child(6) {
  min-width: 453px;
}

.about-faq__tab:nth-child(7) {
  min-width: 583px;
}

.about-faq__tab:nth-child(8) {
  min-width: 411px;
}

.about-faq__tab_active {
  background: var(--about-blue);
}

.about-faq__list {
  margin-top: 45px;
}

.about-faq__item {
  color: #000000;
}

.about-faq__item + .about-faq__item {
  margin-top: 8px;
}

.about-faq__question {
  position: relative;
  display: block;
  padding-left: 48px;
  color: #000000;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.025em;
  cursor: pointer;
  list-style: none;
}

.about-faq__question::-webkit-details-marker {
  display: none;
}

.about-faq__question::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 19px;
  height: 19px;
  border-right: 4px solid var(--about-blue);
  border-bottom: 4px solid var(--about-blue);
  transform: rotate(45deg);
  transition:
    transform 0.25s ease,
    top 0.25s ease;
}

.about-faq__item[open] .about-faq__question::before {
  top: 17px;
  transform: rotate(225deg);
}

.about-faq__answer {
  max-width: 1240px;
  margin: 15px 0 0 48px;
  color: #000000;
  font-size: 20px;
  line-height: 0.93;
  font-weight: 400;
  letter-spacing: -0.04em;
  animation: aboutFaqOpen 0.28s ease both;
}

@keyframes aboutFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-presentation {
  margin-top: 41px;
  /* padding: 68px 0 105px; */
  background: #ebebeb;
  padding: 30px 0;
}

.about-presentation__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
}

.about-presentation__preview {
  width: 335px;
  height: 224px;
  border-radius: 8px;
  background: #282828;
}

.about-presentation__content {
  width: 448px;
  padding-top: 4px;
}

.about-presentation__title {
  margin: 0;
  color: var(--about-blue);
  font-size: 28px;
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-presentation__text {
  margin: 31px 0 0;
  color: #000000;
  font-size: 18px;
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-presentation__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  height: 47px;
  margin-top: 25px;
  border-radius: 999px;
  background: var(--about-blue);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.about-consultation {
  padding: 95px 0 101px;
  background: #ffffff;
}

.about-consultation__container {
  display: grid;
  grid-template-columns: 622px 1fr;
  gap: 180px;
  align-items: start;
}

.about-consultation__title {
  margin: 0 0 39px;
  color: var(--about-blue);
  font-size: 43px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-consultation__subtitle {
  margin: 0 0 33px;
  color: #000000;
  font-size: 24px;
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.about-form {
  display: block;
}

.about-form__label {
  display: block;
  margin: 0 0 13px;
  color: #000000;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.about-form__label:not(:first-child) {
  margin-top: 26px;
}

.about-form__field {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 11px;
  background: #e9e9e9;
  color: #000000;
  font: inherit;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  padding: 0 23px;
  outline: none;
}

.about-form__field::placeholder {
  color: #8d8d8d;
  opacity: 1;
}

.about-form__control {
  position: relative;
}

.about-form__calendar {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 27px;
  height: 27px;
  border: 4px solid #909090;
  border-radius: 3px;
  transform: translateY(-50%);
}

.about-form__calendar::before,
.about-form__calendar::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 5px;
  height: 10px;
  border-radius: 3px;
  background: #909090;
}

.about-form__calendar::before {
  left: 4px;
}

.about-form__calendar::after {
  right: 4px;
}

.about-form__select {
  appearance: none;
  color: #000000;
  background-image:
    linear-gradient(45deg, transparent 50%, #909090 50%), linear-gradient(135deg, #909090 50%, transparent 50%);
  background-position:
    calc(100% - 40px) 22px,
    calc(100% - 28px) 22px;
  background-size:
    12px 12px,
    12px 12px;
  background-repeat: no-repeat;
}

.about-form__textarea {
  height: 199px;
  padding-top: 18px;
  resize: none;
}

.about-form__bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.about-form__button {
  flex: 0 0 223px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--about-blue);
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.about-form__agreement {
  margin: 0;
  color: #000000;
  font-size: 13px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.about-form__agreement a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-consultation__preview {
  width: 100%;
  height: 969px;
  border-radius: 8px;
  background: #282828;
}

.about-footer {
  min-height: 346px;
  padding: 0;
  background: #ebebeb;
}

.about-footer__container {
  display: grid;
  width: min(1592px, calc(100% - 328px));
  grid-template-columns: 520px 186px 335px 315px;
  gap: 95px;
  align-items: start;
  margin: 0 auto;
  padding-top: 52px;
}

.about-footer__logo {
  display: block;
  width: 213px;
}

.about-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-footer__legal {
  margin-top: 31px;
  max-width: 520px;
  color: #000000;
  font-size: 12px;
  line-height: 0.83;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.about-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0;
}

.about-footer .footer__link {
  color: #000000;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.about-footer .footer__title {
  margin: 0 0 28px;
  color: var(--about-blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-footer .footer__text {
  color: #000000;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.035em;
}

@media (max-width: 1500px) {
  .page_about .header__container,
  .about-container {
    width: min(1180px, calc(100% - 64px));
  }

  .page_about .nav__list {
    gap: 36px;
  }

  .about-hero__text {
    font-size: clamp(24px, 2vw, 31px);
  }

  .about-stats__grid {
    padding: 0;
    column-gap: 70px;
  }

  .about-stats__number,
  .about-stats__number_wide {
    font-size: clamp(82px, 7vw, 112px);
  }

  .about-stats__title {
    font-size: clamp(28px, 2.6vw, 39px);
  }

  .about-video__frame {
    height: clamp(470px, 45vw, 726px);
  }

  .about-consultation__container {
    grid-template-columns: 48% 1fr;
    gap: 70px;
  }

  .about-footer__container {
    width: min(1180px, calc(100% - 64px));
    grid-template-columns: 1.4fr 0.65fr 1fr 1fr;
    gap: 48px;
  }
}

@media (max-width: 980px) {
  .page_about .header {
    padding: 24px 0 0;
  }

  .page_about .header__container,
  .about-container {
    width: min(100% - 32px, 720px);
  }

  .page_about .header__container {
    height: auto;
  }

  .page_about .logo_image,
  .about-footer__logo {
    width: 170px;
  }

  .page_about .nav__list {
    gap: 0;
  }

  .page_about .nav__link {
    font-size: 24px;
  }

  .about-main {
    padding-top: 42px;
  }

  .about-hero__breadcrumbs {
    font-size: 18px;
  }

  .about-hero__title {
    font-size: 36px;
  }

  .about-hero__text {
    font-size: 22px;
    line-height: 1.08;
  }

  .about-stats {
    margin-top: 54px;
  }

  .about-stats__grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .about-stats__column {
    gap: 31px;
  }

  .about-stats__item,
  .about-stats__item_shifted {
    grid-template-columns: 52px auto 1fr;
    min-height: 82px;
    padding-left: 0;
  }

  .about-stats__number,
  .about-stats__number_wide {
    font-size: 74px;
  }

  .about-stats__title {
    font-size: 27px;
  }

  .about-stats__description {
    font-size: 13px;
  }

  .about-video {
    margin-top: 55px;
  }

  .about-video__frame {
    height: 320px;
  }

  .about-section-heading {
    gap: 18px;
  }

  .about-section-heading__title {
    font-size: 30px;
  }

  .about-faq__tabs {
    gap: 12px;
    margin-top: 38px;
  }

  .about-faq__tab,
  .about-faq__tab:nth-child(n) {
    width: 100%;
    min-width: 0;
    height: 44px;
    font-size: 12px;
  }

  .about-faq__question {
    padding-left: 35px;
    font-size: 22px;
  }

  .about-faq__answer {
    margin-left: 35px;
    font-size: 17px;
    line-height: 1.05;
  }

  .about-presentation {
    padding: 54px 0;
  }

  .about-presentation__container,
  .about-form__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .about-presentation__preview,
  .about-presentation__content,
  .about-presentation__button {
    width: 100%;
  }

  .about-consultation {
    padding: 62px 0;
  }

  .about-consultation__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-consultation__title {
    font-size: 34px;
  }

  .about-consultation__subtitle {
    font-size: 20px;
  }

  .about-consultation__preview {
    height: 420px;
  }

  .about-footer {
    min-height: 0;
    padding: 44px 0;
  }

  .about-footer__container {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 0;
  }

  .about-footer .footer__link,
  .about-footer .footer__text {
    font-size: 22px;
  }

  .about-footer .footer__title {
    margin-bottom: 14px;
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .page_about .header {
    padding-top: 32px;
  }

  .page_about .header__container,
  .about-container {
    width: min(960px, calc(100% - 48px));
  }

  .page_about .logo_image {
    width: 178px;
  }

  .page_about .nav__list {
    gap: 24px;
  }

  .page_about .nav__link {
    font-size: 16px;
  }

  .about-main {
    padding-top: 46px;
  }

  .about-hero__breadcrumbs {
    font-size: 18px;
  }

  .about-hero__title {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .about-hero__text {
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .about-stats {
    margin-top: 56px;
  }

  .about-stats__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
  }

  .about-stats__column {
    gap: 24px;
  }

  .about-stats__item,
  .about-stats__item_shifted {
    grid-template-columns: 58px auto minmax(0, 1fr);
    min-height: 88px;
    padding-left: 0;
  }

  .about-stats__prefix {
    padding-bottom: 20px;
    font-size: 13px;
  }

  .about-stats__number,
  .about-stats__number_wide {
    font-size: 84px;
  }

  .about-stats__title {
    font-size: 30px;
  }

  .about-stats__description {
    font-size: 13px;
    line-height: 1;
  }

  .about-video {
    margin-top: 54px;
  }

  .about-video__frame {
    height: min(460px, 56vw);
  }

  .about-faq {
    margin-top: 56px;
  }

  .about-section-heading {
    gap: 24px;
  }

  .about-section-heading__title {
    font-size: 34px;
  }

  .about-faq__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .about-faq__tab,
  .about-faq__tab:nth-child(n) {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 16px;
    font-size: 11px;
    line-height: 1.15;
  }

  .about-faq__list {
    margin-top: 32px;
  }

  .about-faq__question {
    font-size: 25px;
  }

  .about-faq__answer {
    font-size: 17px;
    line-height: 1.14;
  }

  .about-presentation {
    padding: 50px 0;
  }

  .about-presentation__preview {
    width: 280px;
    height: 180px;
  }

  .about-presentation__title {
    font-size: 24px;
    line-height: 0.92;
  }

  .about-presentation__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 0.95;
  }

  .about-presentation__button {
    width: 280px;
    height: 42px;
  }

  .about-consultation {
    padding: 64px 0;
  }

  .about-consultation__container {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 34px;
  }

  .about-consultation__title {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .about-consultation__subtitle {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.12;
  }

  .about-form__field {
    height: 54px;
    font-size: 13px;
  }

  .about-form__textarea {
    height: 170px;
  }

  .about-form__button {
    flex: none;
    width: 220px;
    height: 44px;
    font-size: 13px;
  }

  .about-consultation__preview {
    height: 430px;
  }

  .about-footer__container {
    width: min(960px, calc(100% - 48px));
    grid-template-columns: 1fr 1fr;
    gap: 34px 56px;
  }

  .about-footer .footer__link,
  .about-footer .footer__text {
    font-size: 22px;
    line-height: 1.12;
  }

  .about-footer .footer__title {
    margin-bottom: 16px;
    font-size: 25px;
  }
}

@media (max-width: 980px) {
  .page_about .header {
    padding-top: 20px;
  }

  .page_about .header__container,
  .about-container {
    width: min(720px, calc(100% - 32px));
  }

  .page_about .logo_image {
    width: 158px;
  }

  .page_about .burger {
    display: block;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .page_about .burger__line,
  .page_about .burger__line::before,
  .page_about .burger__line::after {
    left: 10px;
    width: 22px;
    height: 2px;
  }

  .page_about .burger__line {
    top: 20px;
  }

  .page_about .burger__line::before {
    top: -7px;
  }

  .page_about .burger__line::after {
    top: 7px;
  }

  .page_about .nav {
    top: calc(100% + 12px);
    padding: 12px;
    border-radius: 16px;
  }

  .page_about .nav__link {
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1;
  }

  .about-main {
    padding-top: 36px;
  }

  .about-hero__breadcrumbs {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .about-hero__title {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .about-hero__text br {
    display: block;
  }

  .about-hero__text {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
  }

  .about-stats {
    margin-top: 40px;
  }

  .about-stats__grid {
    gap: 18px;
  }

  .about-stats__column {
    gap: 18px;
  }

  .about-stats__item,
  .about-stats__item_shifted {
    grid-template-columns: 44px auto minmax(0, 1fr);
    min-height: 76px;
  }

  .about-stats__prefix {
    padding-bottom: 17px;
    font-size: 12px;
  }

  .about-stats__number,
  .about-stats__number_wide {
    font-size: 64px;
  }

  .about-stats__content {
    padding-left: 10px;
    padding-bottom: 7px;
  }

  .about-stats__title {
    font-size: 23px;
    line-height: 0.98;
  }

  .about-stats__description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.05;
  }

  .about-video {
    margin-top: 38px;
  }

  .about-video__frame {
    height: min(320px, 56vw);
    border-radius: 12px;
  }

  .about-video__dot {
    width: 9px;
    height: 9px;
  }

  .about-faq {
    margin-top: 44px;
  }

  .about-section-heading__title {
    font-size: 26px;
  }

  .about-section-heading__line {
    height: 2px;
  }

  .about-faq__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 26px -16px 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .about-faq__tabs::-webkit-scrollbar {
    height: 0;
  }

  .about-faq__tab,
  .about-faq__tab:nth-child(n) {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 10px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .about-faq__question {
    padding-left: 32px;
    font-size: 21px;
    line-height: 1.12;
  }

  .about-faq__question::before {
    top: 5px;
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

  .about-faq__item[open] .about-faq__question::before {
    top: 11px;
  }

  .about-faq__answer {
    margin: 10px 0 0 32px;
    font-size: 15px;
    line-height: 1.22;
    letter-spacing: -0.01em;
  }

  .about-presentation {
    margin-top: 34px;
    padding: 38px 0;
  }

  .about-presentation__container {
    gap: 22px;
  }

  .about-presentation__preview {
    height: 190px;
  }

  .about-presentation__title {
    font-size: 22px;
    line-height: 1;
  }

  .about-presentation__button {
    width: 100%;
    max-width: 260px;
    height: 42px;
  }

  .about-consultation {
    padding: 46px 0;
  }

  .about-consultation__title {
    margin-bottom: 18px;
    font-size: 29px;
  }

  .about-consultation__subtitle {
    font-size: 17px;
    line-height: 1.18;
  }

  .about-form__label:not(:first-child) {
    margin-top: 18px;
  }

  .about-form__field {
    height: 50px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 18px;
  }

  .about-form__textarea {
    height: 142px;
    padding-top: 16px;
  }

  .about-form__bottom {
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
  }

  .about-form__button {
    flex: none;
    width: 100%;
    max-width: 220px;
    height: 42px;
    font-size: 13px;
  }

  .about-form__agreement {
    font-size: 12px;
    line-height: 1.15;
  }

  .about-consultation__preview {
    height: 320px;
    border-radius: 12px;
  }

  .about-footer__container {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-footer__legal {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.08;
  }

  .about-footer .footer__link,
  .about-footer .footer__text {
    font-size: 19px;
  }

  .about-footer .footer__title {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .page_about .header__container,
  .about-container,
  .about-footer__container {
    width: calc(100% - 24px);
  }

  .page_about .logo_image {
    width: 142px;
  }

  .about-hero__title {
    font-size: 28px;
  }

  .about-hero__text {
    font-size: 16px;
  }

  .about-stats__item,
  .about-stats__item_shifted {
    grid-template-columns: 40px auto;
    row-gap: 4px;
    min-height: 0;
  }

  .about-stats__prefix {
    padding-bottom: 12px;
  }

  .about-stats__number,
  .about-stats__number_wide {
    font-size: 58px;
  }

  .about-stats__content {
    grid-column: 2;
    padding: 0;
  }

  .about-stats__title {
    font-size: 22px;
    white-space: normal;
  }

  .about-stats__description {
    font-size: 12px;
  }

  .about-video__frame {
    height: 210px;
  }

  .about-section-heading {
    gap: 12px;
  }

  .about-section-heading__title {
    font-size: 23px;
  }

  .about-faq__question {
    font-size: 19px;
  }

  .about-presentation__preview {
    height: 160px;
  }

  .about-consultation__title {
    font-size: 26px;
  }

  .about-form__button {
    max-width: none;
  }

  .about-consultation__preview {
    height: 260px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .about-faq__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    overflow: visible;
  }

  .about-faq__tab,
  .about-faq__tab:nth-child(n) {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    font-size: 10px;
    line-height: 1.12;
    white-space: normal;
  }
}

.page_about .header {
  padding: 60px 0 0;
}

.page_about .header__container {
  position: relative;
  width: min(1848px, calc(100% - 224px));
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin: 0 auto;
}

.page_about .nav__list {
  flex-direction: row;
  align-items: center;
  gap: 70px;
}

.page_about .nav__link {
  display: block;
  padding: 0;
  border-radius: 0;
  color: #202020;
  background: transparent;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (min-width: 981px) {
  .page_about .header {
    padding-top: clamp(28px, 2.2vw, 60px);
  }

  .page_about .header__container {
    width: min(2442px, calc(100% - clamp(64px, 10.35vw, 282px)));
  }

  .page_about .nav__list {
    gap: clamp(48px, 3.43vw, 70px);
  }

  .page_about .nav__link {
    font-size: clamp(25px, 1.52vw, 31px);
  }
}

@media (max-width: 1500px) {
  .page_about .header__container {
    width: min(1180px, calc(100% - 64px));
  }

  .page_about .nav__list {
    gap: 34px;
  }

  .page_about .nav__link {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .page_about .header {
    padding-top: 28px;
  }

  .page_about .header__container {
    width: min(720px, calc(100% - 32px));
    align-items: center;
    gap: 18px;
  }

  .page_about .header__burger {
    display: block;
    margin-left: auto;
    flex-shrink: 0;
  }

  .page_about .burger {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .page_about .burger__line,
  .page_about .burger__line::before,
  .page_about .burger__line::after {
    left: 13px;
    width: 28px;
    height: 3px;
  }

  .page_about .burger__line {
    top: 26px;
  }

  .page_about .burger__line::before {
    top: -9px;
  }

  .page_about .burger__line::after {
    top: 9px;
  }

  .page_about .nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 16px);
    left: 0;
    width: 100%;
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(18, 49, 88, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .page_about .nav_open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .page_about .nav__list {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .page_about .nav__link {
    padding: 14px 16px;
    border-radius: 12px;
    color: #123158;
    background: #f1f4f7;
    font-size: 22px;
    font-weight: 700;
  }
}

@media (max-width: 620px) {
  .page_about .nav__list {
    gap: 8px;
  }

  .page_about .nav__link {
    padding: 13px 14px;
    font-size: 18px;
  }

  .page_about .burger {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .page_about .burger__line,
  .page_about .burger__line::before,
  .page_about .burger__line::after {
    left: 11px;
    width: 26px;
  }

  .page_about .burger__line {
    top: 23px;
  }
}

.product-recommendations {
  margin-top: 43px;
}

.product-recommendations__title {
  margin: 0;
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-recommendations__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-top: 37px;
}

.product-recommendations__card {
  display: block;
  min-width: 0;
  color: #000000;
}

.product-recommendations__image {
  display: block;
  width: 100%;
  aspect-ratio: 388 / 258;
  border-radius: 12px;
  object-fit: cover;
}

.product-recommendations__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 13px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-recommendations__collection {
  color: #8d8d8d;
}

.page_catalog .catalog-page {
  padding-bottom: 0;
}

.page_catalog .catalog-product__main-image,
.page_catalog .catalog-product__thumb {
  background: #fbf9fb;
}

.page_catalog .catalog-product__image,
.page_catalog .catalog-product__thumb-image {
  object-fit: cover;
}

.page_catalog .catalog-product {
  column-gap: 45px;
  row-gap: 8px;
}

.page_catalog .catalog-product__title {
  max-width: 780px;
  font-size: 38px;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.page_catalog .catalog-product__meta {
  margin-top: 25px;
}

.page_catalog .catalog-product__specs {
  margin-top: 51px;
}

.page_catalog .catalog-product__description-text {
  max-width: 760px;
}

.consultation_product {
  padding: 106px 0 38px;
}

.consultation_product .consultation__container {
  width: min(1592px, calc(100% - 328px));
  grid-template-columns: minmax(0, 636px) minmax(0, 1fr);
  column-gap: 170px;
}

.consultation_product .consultation__content {
  padding-top: 1px;
}

.consultation_product .consultation__image {
  width: min(769px, 100%);
  max-width: none;
  margin-top: 0;
  border-radius: 12px;
}

.page_catalog .footer__container {
  width: min(1592px, calc(100% - 328px));
  min-height: 356px;
  padding-top: 53px;
  grid-template-columns: 522px 198px 336px 315px;
  column-gap: 74px;
}

.page_catalog .footer__copyright {
  max-width: 520px;
}

@media (max-width: 1500px) {
  .product-recommendations {
    margin-top: 72px;
  }

  .product-recommendations__list {
    gap: 24px;
  }

  .product-recommendations__meta {
    font-size: 24px;
  }

  .consultation_product {
    padding: 76px 0 96px;
  }

  .consultation_product .consultation__container,
  .page_catalog .footer__container {
    width: min(1180px, calc(100% - 64px));
  }

  .consultation_product .consultation__container {
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    column-gap: 7%;
  }

  .page_catalog .footer__container {
    grid-template-columns: 1.4fr 0.65fr 1fr 1fr;
    column-gap: 48px;
  }
}

@media (max-width: 980px) {
  .product-recommendations {
    margin-top: 48px;
  }

  .product-recommendations__title {
    font-size: 30px;
  }

  .product-recommendations__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin-top: 28px;
  }

  .product-recommendations__meta {
    padding: 13px 6px 0;
    font-size: 20px;
  }

  .consultation_product {
    padding: 56px 0 70px;
  }

  .consultation_product .consultation__container {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .consultation_product .consultation__image {
    order: -1;
  }

  .page_catalog .footer__container {
    width: min(720px, calc(100% - 32px));
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }
}

@media (max-width: 620px) {
  .product-recommendations__list {
    grid-template-columns: 1fr;
  }

  .product-recommendations__meta {
    font-size: 22px;
  }

  .consultation_product .consultation__container,
  .page_catalog .footer__container {
    width: calc(100% - 24px);
  }
}

.page_blog .header__container,
.page_career .header__container,
.blog-page__container,
.career-page__container {
  width: min(1592px, calc(100% - 328px));
  margin-right: auto;
  margin-left: auto;
}

.blog-page,
.career-page {
  padding: 62px 0 0;
}

.blog-hero__breadcrumbs,
.career-hero__breadcrumbs {
  font-size: 25px;
}

.blog-hero__title,
.career-hero__title {
  margin: 28px 0 0;
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-hero__text,
.career-hero__text {
  max-width: 1440px;
  margin: 26px 0 0;
  color: #202020;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: 0;
}

.blog-toolbar,
.career-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 37px;
}

.blog-toolbar__tags,
.career-toolbar__tags,
.career-toolbar__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

.blog-toolbar__tag,
.career-toolbar__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 51px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #6b93b8;
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.blog-toolbar__tag_active,
.career-toolbar__tag_active {
  background: #123158;
}

.blog-toolbar__reset {
  padding: 0 2px;
  border: 0;
  color: #202020;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.blog-toolbar__view,
.career-toolbar__view {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.blog-toolbar__count,
.career-toolbar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #123158;
  background: #e7eaee;
  font-size: 15px;
  font-weight: 700;
}

.blog-toolbar__presentation,
.blog-sort,
.career-sort {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  color: #202020;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.blog-toolbar__chevron,
.blog-sort__chevron,
.career-sort__chevron {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #123158;
  border-bottom: 3px solid #123158;
  font-size: 0;
  transform: translateY(-4px) rotate(45deg);
}

.blog-sort,
.career-filters {
  margin-top: 52px;
}

.blog-listing {
  padding: 52px 0 0;
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 130px;
}

.blog-card__link {
  display: block;
  color: #000000;
}

.blog-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 730 / 440;
  border-radius: 12px;
  object-fit: cover;
}

.blog-card__title {
  margin: 20px 0 0;
  color: #000000;
  font-size: 33px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.career-toolbar__tag {
  min-width: 220px;
}

.career-toolbar__tag:nth-child(2) {
  min-width: 190px;
}

.career-toolbar__tag:nth-child(3),
.career-toolbar__tag:nth-child(4),
.career-toolbar__tag:nth-child(5) {
  min-width: 185px;
}

.career-filters {
  display: flex;
  align-items: center;
  gap: 100px;
}

.career-vacancies {
  padding: 54px 0 0;
}

.career-vacancies__grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 650px);
  justify-content: space-between;
  gap: 43px 120px;
}

.career-card {
  color: #000000;
}

.career-card__department {
  margin: 0;
  color: #202020;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.career-card__title {
  margin: 8px 0 0;
  color: #000000;
  font-size: 55px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.career-card__text {
  margin: 18px 0 0;
  color: #202020;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.98;
}

.career-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 43px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #6b93b8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.career-vacancies__pagination {
  margin-top: 55px;
}

.consultation_career .consultation__placeholder {
  display: block;
  width: min(805px, 100%);
  aspect-ratio: 805 / 965;
  border-radius: 12px;
  background: #242424;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 67px;
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  background: #6b93b8;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}

.pagination__item_active {
  background: #123158;
}

.pagination__next {
  margin-left: 25px;
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consultation_inner,
.consultation_career {
  padding: 30px 0 86px;
}

.consultation_career {
  padding-bottom: 74px;
}

.consultation_inner .consultation__container,
.consultation_career .consultation__container {
  width: min(1592px, calc(100% - 328px));
  grid-template-columns: minmax(0, 636px) minmax(0, 1fr);
  column-gap: 170px;
}

.consultation_inner .consultation__content,
.consultation_career .consultation__content {
  padding-top: 0;
}

.consultation_inner .consultation__image {
  width: min(769px, 100%);
  max-width: none;
  margin-top: 0;
  border-radius: 12px;
}

.page_blog .footer__container,
.page_career .footer__container {
  width: min(1592px, calc(100% - 328px));
  min-height: 282px;
  padding: 50px 0 42px;
  grid-template-columns: 522px 198px 336px 315px;
  column-gap: 74px;
}

.page_blog .footer__copyright,
.page_career .footer__copyright {
  max-width: 520px;
}

@media (max-width: 1500px) {
  .page_blog .header__container,
  .page_career .header__container,
  .blog-page__container,
  .career-page__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .page_blog .footer__container,
  .page_career .footer__container {
    width: min(1180px, calc(100% - 64px));
  }

  .blog-hero__title,
  .career-hero__title {
    font-size: 42px;
  }

  .blog-hero__text,
  .career-hero__text {
    font-size: 27px;
  }

  .blog-toolbar,
  .career-toolbar {
    align-items: flex-start;
  }

  .blog-toolbar__tags,
  .career-toolbar__tags,
  .career-toolbar__filters {
    gap: 22px;
  }

  .blog-toolbar__tag,
  .career-toolbar__tag {
    min-width: 150px;
    min-height: 46px;
    padding: 0 28px;
    font-size: 15px;
  }

  .blog-listing__grid {
    gap: 34px 72px;
  }

  .blog-card__title {
    font-size: 27px;
  }

  .career-toolbar__tag,
  .career-toolbar__tag:nth-child(n) {
    min-width: 150px;
  }

  .career-vacancies__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 80px;
  }

  .career-card__department {
    font-size: 22px;
  }

  .career-card__title {
    font-size: 42px;
  }

  .career-card__text {
    font-size: 20px;
  }

  .career-card__button {
    min-width: 136px;
    min-height: 38px;
    font-size: 13px;
  }

  .consultation_inner,
  .consultation_career {
    padding: 76px 0 78px;
  }

  .consultation_inner .consultation__container,
  .consultation_career .consultation__container {
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    column-gap: 7%;
  }

  .consultation_inner .consultation__image {
    width: 100%;
  }

  .page_blog .footer__container,
  .page_career .footer__container {
    grid-template-columns: 1.4fr 0.65fr 1fr 1fr;
    column-gap: 48px;
  }
}

@media (max-width: 980px) {
  .page_blog .header__container,
  .page_career .header__container,
  .blog-page__container,
  .career-page__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .page_blog .footer__container,
  .page_career .footer__container {
    width: min(720px, calc(100% - 32px));
  }

  .blog-page,
  .career-page {
    padding-top: 38px;
  }

  .blog-hero__breadcrumbs,
  .career-hero__breadcrumbs {
    font-size: 20px;
  }

  .blog-hero__title,
  .career-hero__title {
    margin-top: 22px;
    font-size: 36px;
  }

  .blog-hero__text,
  .career-hero__text {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1;
  }

  .blog-toolbar,
  .career-toolbar {
    flex-direction: column;
    gap: 22px;
    margin-top: 28px;
  }

  .blog-toolbar__view,
  .career-toolbar__view {
    align-self: flex-start;
    flex-wrap: wrap;
  }

  .blog-toolbar__tags,
  .career-toolbar__tags,
  .career-toolbar__filters {
    gap: 12px;
  }

  .blog-toolbar__tag,
  .career-toolbar__tag {
    min-width: 0;
    min-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }

  .blog-sort,
  .career-filters {
    margin-top: 32px;
  }

  .blog-listing {
    padding-top: 34px;
  }

  .blog-listing__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .career-filters {
    gap: 54px;
  }

  .career-vacancies {
    padding-top: 42px;
  }

  .career-vacancies__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .career-card__title {
    font-size: 36px;
  }

  .career-card__text {
    font-size: 18px;
    line-height: 1.08;
  }

  .blog-card__title {
    margin-top: 16px;
    font-size: 26px;
    line-height: 1;
  }

  .pagination {
    margin-top: 45px;
  }

  .consultation_inner,
  .consultation_career {
    padding: 60px 0 62px;
  }

  .consultation_inner .consultation__container,
  .consultation_career .consultation__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .consultation_inner .consultation__image {
    order: -1;
  }

  .consultation_career .consultation__placeholder {
    order: -1;
    width: 100%;
    max-height: 620px;
  }

  .page_blog .footer__container,
  .page_career .footer__container {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }
}

@media (max-width: 620px) {
  .page_blog,
  .page_career {
    width: 100%;
    max-width: 100%;
  }

  .page_blog .header__container,
  .page_career .header__container,
  .blog-page__container,
  .career-page__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .page_blog .footer__container,
  .page_career .footer__container {
    width: calc(100% - 24px);
  }

  .page_blog .header__burger,
  .page_career .header__burger {
    display: block;
  }

  .page_blog .header__container,
  .page_career .header__container,
  .blog-page__container,
  .career-page__container,
  .blog-hero,
  .career-hero,
  .blog-listing,
  .career-vacancies,
  .blog-listing__grid,
  .career-vacancies__grid,
  .blog-card,
  .career-card,
  .consultation_inner .consultation__content,
  .consultation_career .consultation__content {
    min-width: 0;
    max-width: 100%;
  }

  .blog-hero__title,
  .career-hero__title {
    font-size: 32px;
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .blog-hero__text,
  .career-hero__text {
    font-size: 21px;
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .blog-toolbar,
  .career-toolbar {
    width: 100%;
    overflow: hidden;
  }

  .blog-toolbar__tags,
  .career-toolbar__tags,
  .career-toolbar__filters {
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .blog-toolbar__tags::-webkit-scrollbar,
  .career-toolbar__tags::-webkit-scrollbar,
  .career-toolbar__filters::-webkit-scrollbar {
    display: none;
  }

  .blog-toolbar__view,
  .career-toolbar__view {
    width: 100%;
    gap: 10px;
    font-size: 13px;
    white-space: normal;
  }

  .blog-toolbar__presentation,
  .blog-sort,
  .career-sort {
    flex: 0 0 auto;
    gap: 10px;
    font-size: 13px;
  }

  .blog-toolbar__tag,
  .career-toolbar__tag {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }

  .blog-toolbar__reset {
    flex: 0 0 auto;
  }

  .blog-card__title {
    font-size: 23px;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .career-card__department {
    font-size: 20px;
  }

  .career-card__title {
    font-size: 31px;
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .career-card__text {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .consultation_inner .consultation__form,
  .consultation_career .consultation__form,
  .consultation_inner .consultation__input,
  .consultation_career .consultation__input,
  .consultation_inner .consultation__textarea,
  .consultation_career .consultation__textarea,
  .consultation_inner .consultation__control,
  .consultation_career .consultation__control,
  .consultation_inner .consultation__select,
  .consultation_career .consultation__select {
    max-width: 100%;
  }

  .page_blog .consultation_inner .consultation__image {
    order: 0;
  }
}

.page_home .hero__content {
  opacity: 1;
}

.page_home .category-card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_home .category-card::before {
  display: block;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 44, 76, 0) 42%, rgba(4, 34, 61, 0.8) 100%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size:
    auto,
    3px 3px,
    3px 3px;
  opacity: 1;
}

.page_home .category-card__visual {
  display: none;
}

.page_home .category-card__title {
  display: block;
}

.page_home .category-card_pastry {
  background-image: url("../img/home-category-pastry.jpg");
}

.page_home .category-card_eggs {
  background-image: url("../img/home-category-eggs.jpg");
}

.page_home .category-card_containers {
  background-image: url("../img/home-category-containers.jpg");
}

.page_home .category-card_trays {
  background-image: url("../img/home-category-trays.jpg");
}

@media (min-width: 981px) {
  .page_home .header {
    padding-top: 50px;
  }

  .page_home .header__container,
  .page_home .hero,
  .page_home .categories__container,
  .page_home .stats__container,
  .page_home .label-promo__panel,
  .page_home .faq__container,
  .page_home .articles-heading__container,
  .page_home .articles__container,
  .page_home .consultation__container,
  .page_home .footer__container {
    width: min(1592px, calc(100% - clamp(128px, 17.09vw, 328px)));
  }

  .page_home .header__container {
    min-height: 55px;
  }

  .page_home .nav__list {
    gap: clamp(42px, 3.02vw, 58px);
  }

  .page_home .nav__link {
    font-size: clamp(22px, 1.43vw, 27px);
    font-weight: 500;
  }

  .page_home .main {
    padding-top: 36px;
  }

  .page_home .hero {
    aspect-ratio: 2442 / 857;
    min-height: 0;
    border-radius: 15px;
    background:
      linear-gradient(90deg, rgba(5, 36, 68, 0.44) 0%, rgba(5, 36, 68, 0.12) 44%, rgba(5, 36, 68, 0) 68%),
      url("../img/home-hero-bg.jpg") center / cover no-repeat;
  }

  .page_home .hero::before {
    display: block;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.25;
  }

  .page_home .hero__decor,
  .page_home .hero__visual {
    display: none;
  }

  .page_home .hero__content {
    width: 670px;
    padding: 95px 0 0 67px;
  }

  .page_home .hero__title {
    font-size: 55px;
    font-weight: 400;
    line-height: 0.96;
  }

  .page_home .hero__text {
    margin-top: 33px;
    font-size: 25px;
    font-weight: 700;
    line-height: 0.95;
  }

  .page_home .hero__button {
    min-width: 254px;
    min-height: 42px;
    margin-top: 31px;
    padding: 7px 28px 9px;
    font-size: 21px;
  }

  .page_home .categories {
    padding-top: 32px;
  }

  .page_home .categories__list {
    gap: 31px;
  }

  .page_home .category-card {
    border-radius: 13px;
  }

  .page_home .category-card::before {
    display: block;
  }

  .page_home .category-card__visual {
    display: none;
  }

  .page_home .category-card__title {
    display: block;
    left: 26px;
    bottom: 27px;
    font-size: 24px;
    line-height: 0.95;
  }

  .page_home .stats {
    padding-top: 86px;
    padding-bottom: 78px;
  }

  .page_home .stats__heading,
  .page_home .faq__heading,
  .page_home .articles-heading__container {
    gap: 43px;
  }

  .page_home .stats__title,
  .page_home .faq__title,
  .page_home .articles-heading__title {
    font-size: 42px;
    line-height: 1;
  }

  .page_home .stats__line,
  .page_home .faq__line,
  .page_home .articles-heading__line {
    height: 3px;
    margin-top: 5px;
  }

  .page_home .stats__grid {
    column-gap: 150px;
    row-gap: 52px;
    margin-top: 78px;
    padding: 0 46px 0 0;
  }

  .page_home .stats__item {
    grid-template-columns: 267px minmax(0, 1fr);
    align-items: end;
  }

  .page_home .stats__value {
    gap: 20px;
  }

  .page_home .stats__prefix {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .page_home .stats__number {
    font-size: 116px;
    line-height: 0.76;
  }

  .page_home .stats__content {
    margin-left: 18px;
    margin-bottom: 2px;
  }

  .page_home .stats__name {
    font-size: 38px;
    line-height: 0.9;
    white-space: nowrap;
  }

  .page_home .stats__text {
    margin-top: 9px;
    font-size: 17px;
    line-height: 0.98;
  }

  .page_home .label-promo {
    padding-bottom: 122px;
  }

  .page_home .label-promo__panel {
    min-height: 0;
    aspect-ratio: 2506 / 808;
    border-radius: 15px;
    background:
      radial-gradient(circle at 84% 4%, rgba(137, 196, 216, 0.58), rgba(137, 196, 216, 0) 41%),
      radial-gradient(circle at 7% 98%, rgba(0, 42, 78, 0.96), rgba(0, 42, 78, 0) 46%),
      linear-gradient(105deg, #073f68 0%, #257a99 100%);
  }

  .page_home .label-promo__panel::before {
    display: block;
  }

  .page_home .label-promo__content {
    display: block;
    isolation: isolate;
    width: 890px;
    padding: 102px 0 0 112px;
  }

  .page_home .label-promo__content::before {
    content: none;
  }

  .page_home .label-promo__title {
    font-size: 65px;
    font-weight: 500;
    line-height: 1.12;
  }

  .page_home .label-promo__text {
    margin-top: 43px;
    font-size: 25px;
    line-height: 1.18;
  }

  .page_home .label-promo__note {
    margin-top: 16px;
    font-size: 15px;
  }

  .page_home .label-promo__visual {
    display: block;
    top: 0;
    right: 0;
    width: 900px;
    height: 100%;
    background: url("../img/home-label-product.png") right center / auto 100% no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000000 20%, #000000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000000 20%, #000000 100%);
    transform: none;
    transform-origin: center;
  }

  .page_home .label-promo__pack {
    display: none;
  }

  .page_home .label-promo__dots {
    display: flex;
    bottom: 54px;
    gap: 15px;
  }

  .page_home .label-promo__dot {
    width: 15px;
    height: 15px;
  }

  .page_home .label-promo__brand {
    display: none;
    right: 75px;
    bottom: 45px;
  }

  .page_home .label-promo__brand-mark {
    width: 60px;
    height: 51px;
  }

  .page_home .label-promo__brand-mark::before,
  .page_home .label-promo__brand-mark::after {
    width: 30px;
  }

  .page_home .label-promo__brand-text {
    font-size: 34px;
  }

  .page_home .faq {
    padding-bottom: 56px;
  }

  .page_home .faq__tabs {
    gap: 29px 39px;
    margin-top: 77px;
  }

  .page_home .faq__tab {
    min-height: 42px;
    padding: 0 33px;
    font-size: 15px;
  }

  .page_home .faq__tab:nth-child(1) {
    width: 418px;
  }

  .page_home .faq__tab:nth-child(2) {
    width: 342px;
  }

  .page_home .faq__tab:nth-child(3) {
    width: 329px;
  }

  .page_home .faq__tab:nth-child(4) {
    width: 237px;
  }

  .page_home .faq__tab:nth-child(5) {
    width: 548px;
  }

  .page_home .faq__tab:nth-child(6) {
    width: 450px;
  }

  .page_home .faq__tab:nth-child(7) {
    width: 570px;
  }

  .page_home .faq__tab:nth-child(8) {
    width: 416px;
  }

  .page_home .faq__list {
    margin-top: 47px;
  }

  .page_home .faq__item + .faq__item {
    margin-top: 6px;
  }

  .page_home .faq__item[open] .faq__question-text {
    color: #202020;
  }

  .page_home .faq__question {
    gap: 19px;
  }

  .page_home .faq__icon {
    width: 30px;
    height: 22px;
    flex-basis: 30px;
  }

  .page_home .faq__icon::before,
  .page_home .faq__icon::after {
    top: 10px;
    width: 18px;
    height: 4px;
  }

  .page_home .faq__question-text {
    font-size: 29px;
    line-height: 1.12;
  }

  .page_home .faq__answer {
    max-width: 1220px;
    margin: 10px 0 0 49px;
    font-size: 22px;
    line-height: 0.96;
  }

  .page_home .articles-heading {
    padding: 24px 0 62px;
  }

  .page_home .articles {
    padding-bottom: 93px;
  }

  .page_home .articles__list {
    gap: 31px;
  }

  .page_home .article-card__image {
    border-radius: 13px;
  }

  .page_home .article-card__title {
    margin-top: 23px;
    font-size: 24px;
    line-height: 0.95;
  }

  .page_home .consultation {
    padding-bottom: 91px;
  }

  .page_home .consultation__container {
    grid-template-columns: 625px minmax(0, 1fr);
    column-gap: 176px;
  }

  .page_home .consultation__content {
    padding-top: 0;
  }

  .page_home .consultation__title {
    font-size: 42px;
  }

  .page_home .consultation__text {
    margin-top: 36px;
    font-size: 24px;
    line-height: 0.98;
  }

  .page_home .consultation__form {
    margin-top: 28px;
  }

  .page_home .consultation__field + .consultation__field {
    margin-top: 25px;
  }

  .page_home .consultation__label {
    margin-bottom: 11px;
    font-size: 16px;
  }

  .page_home .consultation__input,
  .page_home .consultation__select {
    height: 61px;
    padding: 0 24px;
    border-radius: 13px;
    font-size: 16px;
  }

  .page_home .consultation__textarea {
    min-height: 139px;
    padding: 18px 24px;
    border-radius: 13px;
    font-size: 16px;
  }

  .page_home .consultation__calendar {
    right: 25px;
    width: 27px;
    height: 27px;
    border-width: 4px;
    border-top-width: 6px;
  }

  .page_home .consultation__calendar::before,
  .page_home .consultation__calendar::after {
    top: -13px;
    width: 4px;
    height: 11px;
  }

  .page_home .consultation__select-arrow {
    right: 25px;
    width: 28px;
    height: 28px;
  }

  .page_home .consultation__select-arrow::before,
  .page_home .consultation__select-arrow::after {
    top: 13px;
    width: 19px;
    height: 5px;
  }

  .page_home .consultation__submit-row {
    margin-top: 30px;
    gap: 24px;
  }

  .page_home .consultation__button {
    min-width: 213px;
    min-height: 45px;
    font-size: 17px;
  }

  .page_home .consultation__agreement {
    font-size: 15px;
    line-height: 0.98;
  }

  .page_home .consultation__image {
    width: 100%;
    border-radius: 12px;
  }

  .page_home .footer__container {
    min-height: 0;
    padding: 50px 0 66px;
    grid-template-columns: 520px 170px 300px 300px;
    column-gap: 100px;
  }

  .page_home .footer__logo-mark {
    width: 57px;
    height: 48px;
  }

  .page_home .footer__logo-text {
    font-size: 30px;
  }

  .page_home .footer__copyright {
    margin-top: 20px;
    font-size: 14px;
    line-height: 0.96;
  }

  .page_home .footer__menu-list {
    gap: 10px;
  }

  .page_home .footer__menu-link,
  .page_home .footer__contacts-text {
    font-size: 24px;
    line-height: 1.12;
  }

  .page_home .footer__contacts-title {
    font-size: 24px;
  }
}

@media (min-width: 981px) and (max-width: 1500px) {
  .page_home .header__container,
  .page_home .hero,
  .page_home .categories__container,
  .page_home .stats__container,
  .page_home .label-promo__panel,
  .page_home .faq__container,
  .page_home .articles-heading__container,
  .page_home .articles__container,
  .page_home .consultation__container,
  .page_home .footer__container {
    width: min(1180px, calc(100% - 96px));
  }

  .page_home .header {
    padding-top: 42px;
  }

  .page_home .main {
    padding-top: 34px;
  }

  .page_home .nav__list {
    gap: 34px;
  }

  .page_home .nav__link {
    font-size: 20px;
  }

  .page_home .logo__mark {
    width: 49px;
    height: 42px;
  }

  .page_home .logo__mark::before,
  .page_home .logo__mark::after {
    width: 50%;
  }

  .page_home .logo__text {
    font-size: 27px;
  }

  .page_home .hero__content {
    width: 500px;
    padding: 74px 0 0 50px;
  }

  .page_home .hero__title {
    font-size: 41px;
  }

  .page_home .hero__text {
    margin-top: 25px;
    font-size: 19px;
  }

  .page_home .hero__button {
    min-width: 190px;
    min-height: 33px;
    margin-top: 23px;
    font-size: 16px;
  }

  .page_home .categories__list {
    gap: 24px;
  }

  .page_home .category-card__title {
    left: 19px;
    bottom: 20px;
    font-size: 18px;
  }

  .page_home .stats {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .page_home .stats__title,
  .page_home .faq__title,
  .page_home .articles-heading__title {
    font-size: 34px;
  }

  .page_home .stats__grid {
    column-gap: 54px;
    row-gap: 40px;
    margin-top: 62px;
    padding-right: 0;
  }

  .page_home .stats__item {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .page_home .stats__number {
    font-size: 94px;
  }

  .page_home .stats__prefix {
    font-size: 16px;
  }

  .page_home .stats__name {
    font-size: 31px;
  }

  .page_home .stats__text {
    font-size: 14px;
  }

  .page_home .label-promo {
    padding-bottom: 88px;
  }

  .page_home .label-promo__content {
    width: 650px;
    padding: 76px 0 0 73px;
  }

  .page_home .label-promo__title {
    font-size: 50px;
  }

  .page_home .label-promo__text {
    margin-top: 30px;
    font-size: 20px;
  }

  .page_home .label-promo__visual {
    top: 0;
    right: 0;
    width: 660px;
    height: 100%;
    transform: none;
  }

  .page_home .label-promo__brand {
    right: 58px;
    bottom: 38px;
  }

  .page_home .faq__tabs {
    gap: 22px 26px;
    margin-top: 58px;
  }

  .page_home .faq__tab {
    min-height: 34px;
    padding: 0 24px;
    font-size: 12px;
  }

  .page_home .faq__tab:nth-child(n) {
    width: auto;
  }

  .page_home .faq__question-text {
    font-size: 24px;
  }

  .page_home .faq__answer {
    font-size: 18px;
  }

  .page_home .articles__list {
    gap: 24px;
  }

  .page_home .article-card__title {
    font-size: 20px;
  }

  .page_home .consultation__container {
    grid-template-columns: 470px minmax(0, 1fr);
    column-gap: 58px;
  }

  .page_home .consultation__title {
    font-size: 34px;
  }

  .page_home .consultation__text {
    font-size: 19px;
  }

  .page_home .footer__container {
    grid-template-columns: 390px 135px 250px 245px;
    column-gap: 50px;
  }

  .page_home .footer__menu-link,
  .page_home .footer__contacts-text,
  .page_home .footer__contacts-title {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .page_home .header__container {
    width: calc(100% - 24px) !important;
    padding-right: 62px;
  }

  .page_home .burger.header__burger {
    position: fixed;
    top: 24px;
    right: 12px;
    z-index: 80;
    display: block !important;
    opacity: 1;
    visibility: visible;
    background: #123158;
    transform: none;
  }

  .page_home .header__container,
  .page_home .hero,
  .page_home .categories__container,
  .page_home .stats__container,
  .page_home .label-promo__panel,
  .page_home .faq__container,
  .page_home .articles-heading__container,
  .page_home .articles__container,
  .page_home .consultation__container,
  .page_home .footer__container {
    width: min(100% - 32px, 720px);
  }

  .page_home .hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(4, 35, 67, 0.58), rgba(4, 35, 67, 0.18)),
      url("../img/home-hero-bg.jpg") 68% center / cover no-repeat;
  }

  .page_home .hero__decor,
  .page_home .hero__visual {
    display: none;
  }

  .page_home .hero__content {
    width: min(100% - 40px, 440px);
    padding: 54px 0 0 36px;
  }

  .page_home .hero__title {
    font-size: clamp(29px, 6.3vw, 44px);
    line-height: 0.98;
  }

  .page_home .hero__text {
    margin-top: 24px;
    font-size: clamp(18px, 3.2vw, 23px);
  }

  .page_home .hero__button {
    min-width: 190px;
    min-height: 38px;
    margin-top: 24px;
    font-size: 16px;
  }

  .page_home .categories__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .page_home .category-card__title {
    left: 18px;
    bottom: 20px;
    font-size: clamp(18px, 3vw, 23px);
  }

  .page_home .stats__grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
    margin-top: 44px;
  }

  .page_home .stats__item {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .page_home .stats__number {
    font-size: clamp(78px, 14vw, 108px);
  }

  .page_home .stats__name {
    font-size: clamp(28px, 5.5vw, 40px);
  }

  .page_home .stats__text {
    font-size: clamp(15px, 2.8vw, 19px);
  }

  .page_home .label-promo__panel {
    min-height: 430px;
  }

  .page_home .label-promo__content {
    display: block;
    width: min(100% - 48px, 520px);
    padding: 58px 0 0 36px;
  }

  .page_home .label-promo__visual {
    display: block;
    top: auto;
    right: -300px;
    bottom: 0;
    transform: scale(0.58);
    transform-origin: right bottom;
  }

  .page_home .label-promo__dots {
    display: flex;
    bottom: 36px;
  }

  .page_home .label-promo__brand {
    display: inline-flex;
    right: 34px;
    bottom: 30px;
  }

  .page_home .faq__tabs {
    gap: 12px;
  }

  .page_home .faq__tab {
    min-height: 34px;
    padding: 0 17px;
    font-size: 11px;
    white-space: normal;
  }

  .page_home .faq__tab:nth-child(n) {
    width: auto;
  }

  .page_home .articles__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .page_home .article-card__title {
    font-size: clamp(18px, 3.2vw, 24px);
  }

  .page_home .consultation__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .page_home .consultation__image {
    max-height: 760px;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 620px) {
  .page_home .header__container,
  .page_home .hero,
  .page_home .categories__container,
  .page_home .stats__container,
  .page_home .label-promo__panel,
  .page_home .faq__container,
  .page_home .articles-heading__container,
  .page_home .articles__container,
  .page_home .consultation__container,
  .page_home .footer__container {
    width: calc(100% - 24px);
  }

  .page_home .hero {
    min-height: 500px;
    background-position: 72% center;
  }

  .page_home .hero__content {
    width: calc(100% - 28px);
    padding: 42px 0 0 22px;
  }

  .page_home .hero__title {
    font-size: 30px;
  }

  .page_home .categories__list,
  .page_home .articles__list {
    grid-template-columns: 1fr;
  }

  .page_home .stats__item {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .page_home .stats__value {
    gap: 8px;
  }

  .page_home .stats__prefix {
    font-size: 13px;
  }

  .page_home .stats__number {
    font-size: 66px;
  }

  .page_home .stats__name {
    font-size: 24px;
    white-space: normal;
  }

  .page_home .label-promo__panel {
    min-height: 520px;
  }

  .page_home .label-promo__content {
    width: calc(100% - 32px);
    padding: 42px 0 0 22px;
  }

  .page_home .label-promo__title {
    font-size: 38px;
  }

  .page_home .label-promo__text {
    font-size: 17px;
  }

  .page_home .label-promo__visual {
    right: -430px;
    transform: scale(0.48);
  }

  .page_home .label-promo__brand {
    display: none;
  }

  .page_home .faq__heading,
  .page_home .articles-heading__container,
  .page_home .stats__heading {
    gap: 16px;
  }

  .page_home .faq__title,
  .page_home .articles-heading__title,
  .page_home .stats__title {
    font-size: 26px;
  }

  .page_home .faq__question-text {
    font-size: 20px;
  }

  .page_home .faq__answer {
    margin-left: 34px;
    font-size: 15px;
  }

  .page_home .consultation__submit-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

.page_home .category-card {
  background: #0c4268;
}

.page_home .category-card::before {
  content: none;
  display: none;
}

.page_home .category-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.page_home .category-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 32, 58, 0) 42%, rgba(4, 30, 55, 0.88) 100%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size:
    auto,
    3px 3px,
    3px 3px;
}

.page_home .category-card:hover .category-card__image,
.page_home .category-card:focus-visible .category-card__image {
  transform: scale(1.035);
}

.page_home .category-card__title {
  z-index: 2;
}

.page_home .label-promo__panel {
  background:
    radial-gradient(circle at 82% 10%, rgba(117, 194, 223, 0.54), rgba(117, 194, 223, 0) 38%),
    linear-gradient(105deg, #05355c 0%, #07557c 42%, #4b9eb9 100%);
}

.page_home .label-promo__panel::before {
  display: none;
}

.page_home .label-promo__slides {
  position: relative;
  height: 100%;
  min-height: inherit;
  aspect-ratio: inherit;
}

.page_home .label-promo__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.page_home .label-promo__slide_active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.page_home .label-promo__content {
  width: auto;
  padding: clamp(54px, 4.7vw, 86px) 0 0 clamp(44px, 6vw, 112px);
}

.page_home .label-promo__title {
  max-width: 660px;
  font-size: clamp(42px, 3.25vw, 58px);
  line-height: 1.04;
}

.page_home .label-promo__text {
  max-width: 610px;
  margin-top: clamp(24px, 2.2vw, 36px);
  font-size: clamp(18px, 1.28vw, 23px);
  line-height: 1.13;
}

.page_home .label-promo__note {
  font-size: clamp(13px, 0.9vw, 16px);
}

.page_home .label-promo__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.page_home .label-promo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.page_home .label-promo__visual,
.page_home .label-promo__brand {
  display: none;
}

.page_home .label-promo__media_gradient {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, rgba(129, 200, 225, 0.66), rgba(0, 84, 137, 0.16));
}

.page_home .label-promo__shape {
  position: absolute;
  display: block;
  border-radius: 24px;
}

.page_home .label-promo__shape_roll {
  right: 10%;
  top: 25%;
  width: 64%;
  height: 33%;
  border: 4px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.2));
  transform: rotate(-9deg);
}

.page_home .label-promo__shape_sheet {
  right: 23%;
  bottom: 18%;
  width: 49%;
  height: 20%;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0 34px, rgba(255, 255, 255, 0.44) 35px 52px);
  transform: rotate(5deg);
}

.page_home .label-promo__shape_box {
  right: 7%;
  top: 24%;
  width: 68%;
  height: 44%;
  border: 4px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12));
  transform: perspective(700px) rotateX(17deg) rotate(-8deg);
}

.page_home .label-promo__shape_lid {
  right: 28%;
  bottom: 18%;
  width: 46%;
  height: 18%;
  background: linear-gradient(180deg, #f7f7f7, #d7d7d7);
  transform: skewX(-10deg);
}

.page_home .label-promo__shape_stack {
  right: 8%;
  top: 29%;
  width: 68%;
  height: 36%;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0 22px, rgba(214, 225, 232, 0.7) 23px 40px);
  transform: rotate(-6deg);
}

.page_home .label-promo__shape_label {
  right: 33%;
  bottom: 21%;
  width: 38%;
  height: 18%;
  background: #ffffff;
  transform: rotate(8deg);
}

.page_home .label-promo__dots {
  z-index: 6;
}

.page_home .label-promo__dot {
  padding: 0;
  border: 0;
  opacity: 0.66;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.page_home .label-promo__dot_active {
  opacity: 1;
  transform: scale(1.18);
}

.page_home .faq__tab {
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.page_home .faq__tab:hover,
.page_home .faq__tab:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(18, 49, 88, 0.15);
}

.page_home .faq__list {
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.page_home .faq__list_changing {
  opacity: 0;
  transform: translateY(8px);
}

@media (min-width: 981px) {
  .page_home .hero__content {
    width: min(610px, 45%);
    padding: clamp(68px, 4.65vw, 88px) 0 0 clamp(54px, 4.3vw, 76px);
  }

  .page_home .hero__title {
    font-size: clamp(40px, 3vw, 51px);
    line-height: 0.98;
  }

  .page_home .hero__text {
    margin-top: clamp(22px, 1.75vw, 30px);
    font-size: clamp(20px, 1.3vw, 24px);
  }

  .page_home .hero__button {
    margin-top: clamp(22px, 1.6vw, 28px);
  }

  .page_home .label-promo__panel {
    min-height: 0;
    aspect-ratio: 2506 / 760;
  }

  .page_home .label-promo__dots {
    bottom: clamp(34px, 2.8vw, 50px);
  }
}

@media (min-width: 981px) and (max-width: 1500px) {
  .page_home .hero__content {
    width: 465px;
    padding: 60px 0 0 45px;
  }

  .page_home .hero__title {
    font-size: 37px;
  }

  .page_home .hero__text {
    margin-top: 21px;
    font-size: 18px;
  }

  .page_home .label-promo__content {
    padding: 58px 0 0 64px;
  }

  .page_home .label-promo__title {
    font-size: 44px;
  }

  .page_home .label-promo__text {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .page_home .header__container {
    position: relative;
    min-height: 54px;
    padding-right: 64px;
  }

  .page_home .burger.header__burger {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 120;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    background: #123158 !important;
    transform: translateY(-50%);
  }

  .page_home .nav {
    top: calc(100% + 12px);
  }

  .page_home .label-promo__panel {
    min-height: 500px;
  }

  .page_home .label-promo__slides {
    min-height: 500px;
  }

  .page_home .label-promo__slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .page_home .label-promo__content {
    width: auto;
    padding: 44px 32px 0;
  }

  .page_home .label-promo__title {
    max-width: 520px;
    font-size: clamp(34px, 6.4vw, 48px);
  }

  .page_home .label-promo__text {
    max-width: 520px;
    font-size: clamp(16px, 3.1vw, 21px);
  }

  .page_home .label-promo__media {
    min-height: 230px;
  }

  .page_home .label-promo__image {
    object-position: center right;
  }

  .page_home .label-promo__dots {
    bottom: 28px;
  }

  .page_home .faq__tabs {
    align-items: center;
  }

  .page_home .faq__tab {
    flex: 1 1 calc(50% - 12px);
    min-width: 220px;
  }
}

@media (max-width: 620px) {
  .page_home .hero {
    min-height: 430px;
    background-position: 70% center;
  }

  .page_home .hero__content {
    padding: 34px 0 0 20px;
  }

  .page_home .hero__title {
    max-width: 310px;
    font-size: 28px;
  }

  .page_home .hero__text {
    max-width: 300px;
    font-size: 16px;
  }

  .page_home .label-promo__panel,
  .page_home .label-promo__slides {
    min-height: 520px;
  }

  .page_home .label-promo__content {
    padding: 36px 22px 0;
  }

  .page_home .label-promo__title {
    font-size: 31px;
  }

  .page_home .label-promo__text {
    font-size: 15px;
  }

  .page_home .label-promo__media {
    min-height: 235px;
  }

  .page_home .label-promo__dot {
    width: 12px;
    height: 12px;
  }

  .page_home .faq__tab {
    flex-basis: 100%;
    min-width: 0;
  }
}

.about-faq__list {
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.about-faq__list_changing {
  opacity: 0;
  transform: translateY(8px);
}

.about-faq__tab {
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.about-faq__tab:hover,
.about-faq__tab:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(18, 49, 88, 0.15);
}

.about-video__frame {
  transition: background 0.45s ease;
}

.about-video__frame[data-dark-slide="0"] {
  background:
    radial-gradient(circle at 72% 24%, rgba(77, 121, 160, 0.34), rgba(77, 121, 160, 0) 32%),
    linear-gradient(135deg, #252525, #151515);
}

.about-video__frame[data-dark-slide="1"] {
  background:
    radial-gradient(circle at 28% 35%, rgba(105, 146, 180, 0.32), rgba(105, 146, 180, 0) 34%),
    linear-gradient(135deg, #132d4a, #242424);
}

.about-video__frame[data-dark-slide="2"] {
  background:
    radial-gradient(circle at 65% 42%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #123158, #202020);
}

.about-video__frame[data-dark-slide="3"] {
  background:
    radial-gradient(circle at 50% 24%, rgba(105, 146, 180, 0.24), rgba(105, 146, 180, 0) 38%),
    linear-gradient(135deg, #202020, #0a2c48);
}

.about-video__dot {
  padding: 0;
  border: 0;
  opacity: 0.62;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.about-video__dot_active {
  opacity: 1;
  transform: scale(1.18);
}

.blog-toolbar__tag,
.career-toolbar__tag {
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.blog-card.is-filter-hidden,
.career-card.is-filter-hidden {
  display: none;
}

.privacy {
  padding: 36px 0 96px;
}

.privacy__container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.privacy__breadcrumbs {
  margin-bottom: 32px;
}

.privacy__title {
  max-width: 820px;
  margin: 0 0 28px;
  color: #111;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.privacy__text {
  max-width: 900px;
  margin: 0 0 18px;
  color: #222;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.18;
}

.blog-toolbar__tag:hover,
.blog-toolbar__tag:focus-visible,
.career-toolbar__tag:hover,
.career-toolbar__tag:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(18, 49, 88, 0.14);
}

@media (min-width: 981px) {
  .page_home .hero__title {
    font-size: 40px;
  }

  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container {
    width: min(1592px, calc(100% - clamp(128px, 17.09vw, 328px)));
    min-height: 0;
    padding: 50px 0 66px;
    grid-template-columns: 520px 170px 300px 300px;
    column-gap: 100px;
  }

  .footer__copyright {
    max-width: 520px;
  }
}

@media (min-width: 981px) and (max-width: 1500px) {
  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container {
    width: min(1180px, calc(100% - 64px));
    grid-template-columns: 390px 135px 250px 245px;
    column-gap: 50px;
  }

  .footer__menu-link,
  .footer__contacts-text,
  .footer__contacts-title {
    font-size: 20px;
  }
}

.page_product .header {
  padding-top: 32px;
}

.page_product .header__container,
.page_product .catalog-page__container {
  width: min(1040px, calc(100% - 48px));
}

.page_product .logo__mark {
  width: 42px;
  height: 35px;
}

.page_product .logo__mark::before,
.page_product .logo__mark::after {
  width: 21px;
}

.page_product .logo__text {
  font-size: 21px;
}

.page_product .nav__link {
  font-size: 17px;
  font-weight: 600;
}

.page_product .nav__list {
  gap: 40px;
}

.page_product .catalog-page {
  padding: 46px 0 0;
}

.page_product .breadcrumbs {
  gap: 8px;
  font-size: 19px;
  font-weight: 600;
}

.page_product .catalog-product {
  grid-template-columns: minmax(0, 462px) minmax(0, 470px);
  column-gap: 62px;
  row-gap: 42px;
  margin-top: 34px;
}

.page_product .catalog-product__gallery {
  max-width: 462px;
}

.page_product .catalog-product__main-image {
  aspect-ratio: 757 / 505;
  border-radius: 13px;
  background: #fbf9fb;
}

.page_product .catalog-product__image {
  object-fit: cover;
}

.page_product .catalog-product__thumbs {
  gap: 12px;
  margin-top: 22px;
}

.page_product .catalog-product__thumb {
  flex: 0 0 104px;
  height: 70px;
  border-radius: 10px;
  transition:
    opacity 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.page_product .catalog-product__thumb:hover,
.page_product .catalog-product__thumb:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(18, 49, 88, 0.1);
}

.page_product .catalog-product__thumb_active {
  box-shadow: inset 0 0 0 2px rgba(105, 154, 196, 0.35);
}

.page_product .catalog-product__thumb_cut {
  opacity: 0.42;
}

.page_product .catalog-product__thumb-next {
  right: -2px;
  width: 42px;
  height: 42px;
  background: rgba(199, 199, 199, 0.92);
  transition:
    background 0.24s ease,
    transform 0.24s ease;
}

.page_product .catalog-product__thumb-next:hover,
.page_product .catalog-product__thumb-next:focus-visible {
  background: #b9c6d1;
  transform: translateY(-50%) scale(1.04);
}

.page_product .catalog-product__thumb-arrow {
  width: 15px;
  height: 15px;
  border-width: 3px;
}

.page_product .catalog-product__info {
  padding-top: 0;
}

.page_product .catalog-product__title {
  max-width: 470px;
  font-size: 26px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.page_product .catalog-product__meta {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
}

.page_product .catalog-product__meta-row {
  grid-template-columns: 118px minmax(0, 1fr);
}

.page_product .catalog-product__link {
  color: #315c87;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.page_product .catalog-product__specs {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.14;
}

.page_product .catalog-product__spec-row {
  grid-template-columns: minmax(238px, 1fr) 168px;
  column-gap: 28px;
  min-height: 21px;
  align-items: start;
}

.page_product .catalog-product__spec-row + .catalog-product__spec-row {
  margin-top: 6px;
}

.page_product .catalog-product__spec-row_options {
  min-height: 62px;
}

.page_product .catalog-product__spec-name {
  color: #202020;
  font-weight: 500;
}

.page_product .catalog-product__spec-value {
  color: #202020;
  font-weight: 500;
  white-space: nowrap;
}

.page_product .catalog-product__variants {
  gap: 10px;
  color: #315c87;
  font-size: 15px;
  font-weight: 500;
}

.page_product .catalog-product__chevron {
  width: 14px;
  height: 14px;
  border-width: 3px;
}

.page_product .catalog-product__option {
  gap: 10px;
  margin-top: 7px;
  color: #202020;
  font-size: 15px;
  line-height: 1;
}

.page_product .catalog-product__box {
  width: 15px;
  height: 15px;
  border-width: 2px;
}

.page_product .catalog-product__note {
  color: #315c87;
  font-size: 63%;
}

.page_product .catalog-product__description {
  max-width: 462px;
  padding-top: 1px;
}

.page_product .catalog-product__description-title,
.page_product .product-recommendations__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.page_product .catalog-product__description-text {
  max-width: 462px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.08;
}

.page_product .catalog-product__actions {
  align-self: start;
  gap: 18px;
  padding-top: 0;
}

.page_product .catalog-product__button {
  min-width: 184px;
  min-height: 39px;
  padding: 11px 23px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.page_product .catalog-product__button:hover,
.page_product .catalog-product__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(18, 49, 88, 0.18);
}

.page_product .catalog-product__actions-text {
  font-size: 16px;
}

.page_product .product-recommendations {
  margin-top: 52px;
}

.page_product .product-recommendations__list {
  gap: 24px;
  margin-top: 27px;
}

.page_product .product-recommendations__image {
  border-radius: 10px;
  background: #fbf9fb;
}

.page_product .product-recommendations__meta {
  padding: 12px 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.page_product .consultation_product {
  padding-top: 76px;
}

.page_product .consultation_product .consultation__container {
  width: min(1040px, calc(100% - 48px));
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  column-gap: 78px;
}

.page_product .consultation_product .consultation__image {
  width: min(520px, 100%);
}

.page_product .consultation__title {
  font-size: 30px;
  line-height: 0.96;
}

.page_product .consultation__text {
  margin-top: 24px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.05;
}

.page_product .consultation__form {
  margin-top: 24px;
}

.page_product .consultation__label {
  font-size: 13px;
}

.page_product .consultation__input,
.page_product .consultation__select {
  min-height: 47px;
  padding: 12px 22px;
  font-size: 15px;
}

.page_product .consultation__textarea {
  height: 128px;
}

.page_product .consultation__submit-row {
  margin-top: 22px;
}

.page_product .consultation__button {
  width: 190px;
  min-height: 45px;
  font-size: 15px;
}

.page_product .consultation__agreement {
  font-size: 12px;
  line-height: 1.08;
}

@media (max-width: 980px) {
  .page_product .header__container,
  .page_product .catalog-page__container,
  .page_product .consultation_product .consultation__container {
    width: min(720px, calc(100% - 32px));
  }

  .page_product .header__container {
    position: relative;
    padding-right: 60px;
  }

  .page_product .burger.header__burger {
    position: fixed;
    top: 28px;
    right: 16px;
    z-index: 120;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    opacity: 1;
    visibility: visible;
    background: #123158 !important;
    transform: none;
    pointer-events: auto;
  }

  .page_product .catalog-page {
    padding-top: 34px;
  }

  .page_product .catalog-product {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .page_product .catalog-product__gallery,
  .page_product .catalog-product__description {
    max-width: none;
  }

  .page_product .catalog-product__title {
    max-width: none;
    font-size: clamp(22px, 4.2vw, 30px);
    line-height: 1;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .page_product .catalog-product__spec-row {
    grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
  }

  .page_product .catalog-product__actions {
    grid-column: 1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .page_product .catalog-product__description {
    grid-column: 1;
  }

  .page_product .product-recommendations {
    margin-top: 42px;
  }
}

@media (max-width: 620px) {
  .page_product .header__container,
  .page_product .catalog-page__container,
  .page_product .consultation_product .consultation__container {
    width: calc(100% - 24px);
  }

  .page_product .breadcrumbs {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .page_product .catalog-product {
    margin-top: 28px;
    gap: 30px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .page_product .catalog-product__info,
  .page_product .catalog-product__title,
  .page_product .catalog-product__description,
  .page_product .catalog-product__description-text,
  .page_product .catalog-product__specs {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-width: 0;
  }

  .page_product .catalog-product__title {
    font-size: 21px;
    line-height: 1.03;
  }

  .page_product .catalog-product__thumbs {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .page_product .catalog-product__thumb {
    flex-basis: 96px;
    height: 65px;
  }

  .page_product .catalog-product__thumb-next {
    display: none;
  }

  .page_product .catalog-product__meta {
    font-size: 21px;
  }

  .page_product .catalog-product__meta-row {
    grid-template-columns: 108px minmax(0, 1fr);
    column-gap: 6px;
  }

  .page_product .catalog-product__specs {
    margin-top: 32px;
    font-size: 16px;
  }

  .page_product .catalog-product__spec-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
    min-height: 0;
  }

  .page_product .catalog-product__spec-value {
    white-space: normal;
  }

  .page_product .catalog-product__description-text {
    font-size: 18px;
    line-height: 1.12;
  }

  .page_product .catalog-product__button {
    width: 100%;
    min-width: 0;
  }

  .page_product .catalog-product__actions-text {
    width: 100%;
    text-align: center;
  }

  .page_product .product-recommendations__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.page_product .burger.header__burger {
    position: fixed !important;
    top: 28px !important;
    right: 16px !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    background: #123158 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.page_product::after {
    content: "";
    position: fixed;
    top: 28px;
    right: 16px;
    z-index: 1001;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background:
      linear-gradient(#ffffff, #ffffff) center 17px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 24px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 31px / 26px 3px no-repeat,
      #123158;
    pointer-events: none;
  }

  body.page_product .header::after {
    content: "";
    position: fixed;
    top: 28px;
    right: 16px;
    z-index: 1001;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background:
      linear-gradient(#ffffff, #ffffff) center 17px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 24px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 31px / 26px 3px no-repeat,
      #123158;
    pointer-events: none;
  }

  body.page_product:has(.burger_active)::after,
  body.page_product:has(.burger_active) .header::after {
    background: #123158 url("../img/icon-close.svg") center / 26px 26px no-repeat;
  }
}

.page_product .catalog-page__container {
  width: min(1080px, calc(100% - 48px));
}

.page_product .catalog-product {
  grid-template-columns: minmax(0, 486px) minmax(0, 520px);
  column-gap: 72px;
  row-gap: 44px;
}

.page_product .catalog-product__gallery {
  width: 100%;
  max-width: 486px;
  min-width: 0;
  overflow: hidden;
}

.page_product .catalog-product__main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 756 / 504;
}

.page_product .catalog-product__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_product .catalog-product__slider {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  min-width: 0;
}

.page_product .catalog-product__thumbs {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 2px;
  overflow: hidden;
}

.page_product .catalog-product__thumbs-track {
  align-items: stretch;
}

.page_product .catalog-product__thumb.swiper-slide {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #fbf9fb;
  opacity: 0.64;
  overflow: hidden;
  transition:
    opacity 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.page_product .catalog-product__thumb.swiper-slide:hover,
.page_product .catalog-product__thumb.swiper-slide:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(18, 49, 88, 0.1);
}

.page_product .catalog-product__thumb_active.swiper-slide {
  opacity: 1;
  box-shadow: inset 0 0 0 2px #6b9ac4;
}

.page_product .catalog-product__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_product .catalog-product__thumb-next {
  display: none;
}

.page_product .catalog-product__slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #123158;
  box-shadow: 0 8px 20px rgba(18, 49, 88, 0.16);
  cursor: pointer;
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease,
    opacity 0.24s ease,
    transform 0.24s ease;
}

.page_product .catalog-product__slider-button:hover,
.page_product .catalog-product__slider-button:focus-visible {
  background: #315c87;
  box-shadow: 0 10px 24px rgba(18, 49, 88, 0.22);
  transform: translateY(-1px);
}

.page_product .catalog-product__slider-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.page_product .catalog-product__slider-icon {
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  font-size: 0;
}

.page_product .catalog-product__slider-button_prev .catalog-product__slider-icon {
  transform: translateX(2px) rotate(225deg);
}

.page_product .catalog-product__slider-button_next .catalog-product__slider-icon {
  transform: translateX(-2px) rotate(45deg);
}

.page_product .catalog-product__info {
  min-width: 0;
}

.page_product .catalog-product__title {
  max-width: 520px;
  font-size: clamp(25px, 2.2vw, 31px);
  line-height: 0.94;
  overflow-wrap: break-word;
}

.page_product .catalog-product__meta {
  display: inline-grid;
  row-gap: 1px;
  max-width: 100%;
  margin-top: 20px;
  font-size: clamp(21px, 1.9vw, 27px);
  line-height: 1.04;
}

.page_product .catalog-product__meta-row {
  display: grid;
  grid-template-columns: max-content minmax(0, max-content);
  align-items: baseline;
  column-gap: 12px;
  min-width: 0;
}

.page_product .catalog-product__meta-value {
  min-width: 0;
}

.page_product .catalog-product__link {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.page_product .catalog-product__specs {
  width: 100%;
  max-width: 520px;
  margin-top: 33px;
  font-size: 16px;
  line-height: 1.16;
}

.page_product .catalog-product__spec-row {
  grid-template-columns: minmax(0, 1fr) minmax(132px, 172px);
  column-gap: 24px;
  min-height: 0;
}

.page_product .catalog-product__spec-row + .catalog-product__spec-row {
  margin-top: 9px;
}

.page_product .catalog-product__spec-row_options {
  min-height: 88px;
}

.page_product .catalog-product__spec-name,
.page_product .catalog-product__spec-value {
  min-width: 0;
}

.page_product .catalog-product__spec-value {
  white-space: normal;
  overflow-wrap: break-word;
}

.page_product .catalog-product__variants {
  gap: 11px;
  max-width: 100%;
}

.page_product .catalog-product__option {
  gap: 10px;
  margin-top: 9px;
}

@media (max-width: 980px) {
  .page_product .catalog-page__container {
    width: min(720px, calc(100% - 32px));
  }

  .page_product .catalog-product {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .page_product .catalog-product__gallery,
  .page_product .catalog-product__info,
  .page_product .catalog-product__specs,
  .page_product .catalog-product__description,
  .page_product .catalog-product__description-text {
    width: 100%;
    max-width: 100%;
  }

  .page_product .catalog-product__title {
    max-width: 100%;
    font-size: clamp(24px, 4.2vw, 31px);
  }

  .page_product .catalog-product__spec-row {
    grid-template-columns: minmax(0, 1fr) minmax(132px, 180px);
  }
}

@media (max-width: 620px) {
  .page_product .catalog-page__container {
    width: calc(100% - 24px);
  }

  .page_product .catalog-product {
    overflow: visible;
  }

  .page_product .catalog-product__info,
  .page_product .catalog-product__title,
  .page_product .catalog-product__description,
  .page_product .catalog-product__description-text,
  .page_product .catalog-product__specs {
    width: 100%;
    max-width: 100%;
  }

  .page_product .catalog-product__slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 9px;
  }

  .page_product .catalog-product__slider-button {
    width: 34px;
    height: 34px;
  }

  .page_product .catalog-product__thumb.swiper-slide {
    height: 62px;
  }

  .page_product .catalog-product__meta {
    font-size: 20px;
  }

  .page_product .catalog-product__meta-row {
    grid-template-columns: max-content minmax(0, max-content);
  }

  .page_product .catalog-product__specs {
    margin-top: 28px;
    font-size: 15px;
  }

  .page_product .catalog-product__spec-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .page_product .catalog-product__spec-row_options {
    min-height: 0;
  }
}

body,
button,
input,
select,
textarea {
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings:
    "lnum" 1,
    "pnum" 1;
}

:root {
  --korrex-container: min(1180px, calc(100% - clamp(32px, 6vw, 96px)));
}

.header__container,
.hero,
.categories__container,
.stats__container,
.label-promo__panel,
.faq__container,
.articles-heading__container,
.articles__container,
.consultation__container,
.footer__container,
.about-container,
.blog-page__container,
.career-page__container,
.catalog-page__container,
.privacy__container {
  width: var(--korrex-container) !important;
}

.nav__link_active,
.page_about .nav__link_active {
  color: #6b93b8 !important;
}

.faq__item,
.about-faq__item {
  overflow: hidden;
}

.faq__answer-wrap,
.about-faq__answer {
  animation: faqAnswer 0.26s ease;
}

@keyframes faqAnswer {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-product__option[hidden] {
  display: none !important;
}

.catalog-product__variants[aria-expanded="true"] .catalog-product__chevron {
  transform: translateY(5px) rotate(225deg);
}

.consultation,
.consultation_inner,
.consultation_career,
.consultation_product,
.consultation_about,
.consultation_privacy {
  padding: clamp(56px, 6vw, 86px) 0 clamp(64px, 6.4vw, 96px) !important;
}

.consultation__container,
.consultation_inner .consultation__container,
.consultation_career .consultation__container,
.consultation_product .consultation__container,
.consultation_about .consultation__container,
.consultation_privacy .consultation__container {
  display: grid !important;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: clamp(48px, 7vw, 88px) !important;
}

.consultation__content,
.consultation_inner .consultation__content,
.consultation_career .consultation__content,
.consultation_product .consultation__content,
.consultation_about .consultation__content,
.consultation_privacy .consultation__content {
  padding-top: 0 !important;
}

.consultation__title,
.page_product .consultation__title {
  font-size: clamp(28px, 2.55vw, 36px) !important;
  line-height: 1 !important;
}

.consultation__text,
.page_product .consultation__text {
  margin-top: 26px !important;
  font-size: clamp(18px, 1.55vw, 23px) !important;
  line-height: 1.04 !important;
}

.consultation__form,
.page_product .consultation__form {
  margin-top: 24px !important;
}

.consultation__field + .consultation__field,
.page_product .consultation__field + .consultation__field {
  margin-top: 18px !important;
}

.consultation__label,
.page_product .consultation__label {
  margin-bottom: 9px !important;
  font-size: 13px !important;
}

.consultation__input,
.consultation__select,
.page_product .consultation__input,
.page_product .consultation__select {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 11px !important;
  font-size: 15px !important;
}

.consultation__input[type="datetime-local"] {
  color: #8a8a8a;
}

.consultation__input[type="datetime-local"]:valid {
  color: #202020;
}

.consultation__input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 18px;
  width: 28px;
  height: 28px;
  opacity: 0;
  cursor: pointer;
}

.consultation__textarea,
.page_product .consultation__textarea {
  height: 128px !important;
  padding: 16px 22px !important;
  border-radius: 11px !important;
  font-size: 15px !important;
}

.consultation__calendar {
  right: 20px !important;
  width: 24px !important;
  height: 24px !important;
  border-width: 3px !important;
  border-top-width: 5px !important;
}

.consultation__calendar::before,
.consultation__calendar::after {
  top: -11px !important;
  width: 3px !important;
  height: 10px !important;
}

.consultation__select-arrow {
  right: 22px !important;
  width: 20px !important;
  height: 20px !important;
  border-width: 4px !important;
}

.consultation__submit-row,
.page_product .consultation__submit-row {
  gap: 22px !important;
  margin-top: 22px !important;
}

.consultation__button,
.page_product .consultation__button {
  width: 190px !important;
  min-height: 45px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.consultation__agreement,
.page_product .consultation__agreement {
  font-size: 12px !important;
  line-height: 1.08 !important;
}

.consultation__image,
.consultation_inner .consultation__image,
.consultation_product .consultation__image,
.consultation_about .consultation__image,
.consultation_privacy .consultation__image {
  width: min(520px, 100%) !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  justify-self: end !important;
  border-radius: 12px !important;
}

.consultation_career .consultation__placeholder {
  margin-top: 0 !important;
}

.privacy {
  padding: 36px 0 30px;
}

.privacy__content {
  max-width: 960px;
}

.privacy__subtitle {
  margin: 34px 0 14px;
  color: #123158;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.privacy__list {
  max-width: 920px;
  margin: 0 0 16px 26px;
  padding: 0;
  list-style: disc;
}

.privacy__list li {
  margin: 0 0 8px;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.25;
}

.blog-dropdown {
  position: relative;
}

.blog-dropdown_sort {
  width: max-content;
  margin-top: 52px;
}

.blog-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(18, 49, 88, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.blog-dropdown.is-open .blog-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blog-dropdown__option {
  display: block;
  width: 100%;
  padding: 10px 13px;
  border: 0;
  border-radius: 10px;
  color: #202020;
  background: transparent;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.blog-dropdown__option:hover,
.blog-dropdown__option:focus-visible {
  color: #ffffff;
  background: #123158;
}

.blog-listing__grid_list {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

.blog-listing__grid_list .blog-card__link {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.blog-listing__grid_list .blog-card__title {
  margin-top: 0;
}

@media (min-width: 981px) and (max-width: 1100px) {
  :root {
    --korrex-container: calc(100% - 40px);
  }

  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container,
  .page_privacy .footer__container {
    grid-template-columns: minmax(260px, 1.35fr) minmax(110px, 0.55fr) minmax(210px, 0.95fr) minmax(130px, 0.55fr) !important;
    column-gap: 24px !important;
  }

  .footer__menu-link,
  .footer__contacts-text,
  .footer__contacts-title {
    font-size: 16px !important;
  }

  .footer__copyright {
    font-size: 13px !important;
  }
}

@media (max-width: 980px) {
  :root {
    --korrex-container: min(720px, calc(100% - 32px));
  }

  .consultation__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .consultation_product .consultation__container,
  .consultation_about .consultation__container,
  .consultation_privacy .consultation__container {
    grid-template-columns: 1fr !important;
    row-gap: 32px !important;
  }

  .consultation__image,
  .consultation_inner .consultation__image,
  .consultation_product .consultation__image,
  .consultation_about .consultation__image,
  .consultation_privacy .consultation__image {
    justify-self: start !important;
  }

  .blog-listing__grid_list .blog-card__link {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --korrex-container: calc(100% - 24px);
  }

  .consultation__submit-row,
  .page_product .consultation__submit-row {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .consultation__button,
  .page_product .consultation__button {
    width: 100% !important;
  }

  .blog-dropdown_sort {
    width: 100%;
  }

  .blog-toolbar__presentation,
  .blog-sort {
    width: 100%;
    justify-content: space-between;
  }
}

:root {
  --korrex-container: min(1180px, calc(100% - clamp(32px, 7vw, 96px)));
}

.header__container,
.hero,
.categories__container,
.stats__container,
.label-promo__panel,
.faq__container,
.articles-heading__container,
.articles__container,
.consultation__container,
.footer__container,
.about-container,
.blog-page__container,
.career-page__container,
.catalog-page__container,
.privacy__container {
  width: var(--korrex-container) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.about-main,
.blog-page,
.career-page,
.catalog-page,
.privacy-page {
  padding-top: clamp(34px, 3.8vw, 54px) !important;
}

.main {
  padding-top: clamp(34px, 3.8vw, 58px) !important;
}

.hero__content,
.page_home .hero__content {
  width: min(520px, 44%) !important;
}

.hero__title,
.page_home .hero__title {
  max-width: 520px !important;
  font-size: clamp(31px, 2.6vw, 38px) !important;
  line-height: 1.02 !important;
}

.hero__text,
.page_home .hero__text {
  max-width: 460px !important;
  font-size: clamp(17px, 1.3vw, 21px) !important;
  line-height: 1.05 !important;
}

.hero__button,
.page_home .hero__button {
  min-width: 220px !important;
  min-height: 40px !important;
  font-size: 18px !important;
}

@media (min-width: 981px) and (max-width: 1240px) {
  :root {
    --korrex-container: calc(100% - 48px);
  }

  .hero__content,
  .page_home .hero__content {
    width: min(430px, 43%) !important;
    padding-left: 42px !important;
  }

  .hero__title,
  .page_home .hero__title {
    font-size: 33px !important;
  }

  .hero__text,
  .page_home .hero__text {
    font-size: 16px !important;
  }

  .nav__list {
    gap: 30px !important;
  }
}

@media (max-width: 980px) {
  :root {
    --korrex-container: min(720px, calc(100% - 32px));
  }

  .about-main,
  .blog-page,
  .career-page,
  .catalog-page,
  .privacy-page,
  .main {
    padding-top: 30px !important;
  }

  .hero__content,
  .page_home .hero__content {
    width: auto !important;
    max-width: 440px !important;
  }

  .hero__title,
  .page_home .hero__title {
    font-size: clamp(27px, 5.2vw, 34px) !important;
  }
}

@media (max-width: 620px) {
  :root {
    --korrex-container: calc(100% - 24px);
  }

  .hero__content,
  .page_home .hero__content {
    max-width: 310px !important;
    padding-left: 20px !important;
  }

  .hero__title,
  .page_home .hero__title {
    font-size: 25px !important;
    line-height: 1.05 !important;
  }

  .hero__text,
  .page_home .hero__text {
    font-size: 14px !important;
  }
}

:root {
  --site-container: 1180px;
  --site-gutter: 48px;
  --site-section: 72px;
  --site-section-small: 48px;
  --site-blue: #123158;
  --site-muted-blue: #7095b8;
  --font-h1: 40px;
  --font-page-title: 40px;
  --font-section-title: 30px;
  --font-body: 18px;
  --font-small: 14px;
}

.header__container,
.hero,
.categories__container,
.stats__container,
.label-promo__panel,
.faq__container,
.articles-heading__container,
.articles__container,
.consultation__container,
.footer__container,
.about-container,
.blog-page__container,
.career-page__container,
.catalog-page__container,
.privacy__container {
  width: min(var(--site-container), calc(100% - (var(--site-gutter) * 2))) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.main,
.about-main,
.blog-page,
.career-page,
.catalog-page,
.privacy-page {
  padding-top: var(--site-section-small) !important;
}

.categories,
.stats,
.label-promo,
.faq,
.articles,
.consultation,
.about-stats,
.about-video,
.about-faq,
.about-presentation,
.blog-listing,
.career-listing,
.product-recommendations {
  /* padding-top: var(--site-section) !important;
  padding-bottom: 0 !important; */
}

.consultation,
.consultation_inner,
.consultation_career,
.consultation_product,
.consultation_about,
.consultation_privacy {
  padding-top: var(--site-section) !important;
  padding-bottom: var(--site-section) !important;
}

.hero__title,
.page_home .hero__title {
  max-width: 540px !important;
  font-size: var(--font-h1) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

.hero__text,
.page_home .hero__text,
.about-hero__text,
.blog-hero__text,
.career-hero__text,
.catalog-product__description-text,
.privacy__text,
.privacy__item {
  font-size: var(--font-body) !important;
  line-height: 1.16 !important;
}

.about-hero__title,
.blog-hero__title,
.career-hero__title,
.privacy__title {
  margin-top: 12px !important;
  margin-bottom: 18px !important;
  font-size: var(--font-page-title) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
}

.stats__title,
.faq__title,
.about-section-heading__title,
.articles-heading__title,
.consultation__title,
.catalog-product__description-title,
.product-recommendations__title,
.privacy__section-title {
  font-size: var(--font-section-title) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

.categories__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.stats__grid,
.about-stats__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 96px !important;
  row-gap: 34px !important;
}

.stats__heading,
.about-section-heading,
.articles-heading__container {
  display: grid !important;
  grid-template-columns: auto minmax(80px, 1fr) !important;
  align-items: center !important;
  gap: 32px !important;
}

.stats__line,
.faq__line,
.about-section-heading__line,
.articles-heading__line {
  width: 100% !important;
  height: 2px !important;
  background: var(--site-blue) !important;
}

.faq__tabs,
.about-faq__tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 24px !important;
}

.faq__tab,
.about-faq__tab,
.blog-toolbar__tag,
.career-toolbar__tag {
  min-height: 36px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.faq__item,
.about-faq__item {
  margin-top: 14px !important;
}

.faq__question,
.about-faq__question {
  font-size: 22px !important;
  line-height: 1.12 !important;
}

.faq__answer,
.about-faq__answer {
  max-width: 940px !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
}

.label-promo__panel,
.hero {
  border-radius: 14px !important;
}

.consultation__container,
.consultation_inner .consultation__container,
.consultation_career .consultation__container,
.consultation_product .consultation__container,
.consultation_about .consultation__container,
.consultation_privacy .consultation__container {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 72px !important;
}

.consultation__content {
  max-width: 520px !important;
}

.consultation__field {
  margin-top: 18px !important;
}

.consultation__input,
.consultation__select,
.consultation__textarea {
  height: 48px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

.consultation__textarea {
  height: 132px !important;
}

.consultation__image {
  width: 100% !important;
  max-width: 560px !important;
  aspect-ratio: 0.8 !important;
  object-fit: cover !important;
  justify-self: end !important;
}

.blog-listing__grid,
.career-listing__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 40px 72px !important;
}

.blog-card__title,
.career-card__title {
  font-size: 25px !important;
  line-height: 1.04 !important;
}

.catalog-product {
  display: grid !important;
  grid-template-columns: minmax(0, 560px) minmax(0, 500px) !important;
  column-gap: 80px !important;
  align-items: start !important;
}

.catalog-product__title {
  font-size: 31px !important;
  line-height: 0.96 !important;
  letter-spacing: -0.03em !important;
}

.catalog-product__meta {
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 24px !important;
}

.catalog-product__specs {
  margin-top: 36px !important;
}

.catalog-product__spec-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(145px, 170px) !important;
  column-gap: 28px !important;
  align-items: start !important;
}

.catalog-product__spec-name,
.catalog-product__spec-value {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.catalog-product__description {
  max-width: 520px !important;
}

.catalog-product__actions {
  align-self: start !important;
}

.footer__container,
.page_home .footer__container,
.page_catalog .footer__container,
.page_blog .footer__container,
.page_career .footer__container,
.page_about .footer__container,
.page_privacy .footer__container {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.35fr) minmax(120px, 0.48fr) minmax(230px, 0.78fr) minmax(170px, 0.56fr) !important;
  column-gap: 56px !important;
  align-items: start !important;
  padding-top: 48px !important;
  padding-bottom: 58px !important;
}

.footer__menu-link,
.footer__contacts-text {
  font-size: 20px !important;
  line-height: 1.18 !important;
}

.footer__contacts-title {
  font-size: 21px !important;
  line-height: 1.1 !important;
}

.footer__copyright {
  font-size: 12px !important;
  line-height: 1.08 !important;
}

@media (max-width: 1240px) {
  :root {
    --site-gutter: 32px;
    --site-section: 64px;
    --site-section-small: 40px;
    --font-h1: 36px;
    --font-page-title: 36px;
    --font-section-title: 28px;
    --font-body: 17px;
  }

  .stats__grid,
  .about-stats__grid {
    column-gap: 56px !important;
  }

  .catalog-product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 470px) !important;
    column-gap: 48px !important;
  }
}

@media (max-width: 980px) {
  :root {
    --site-container: 720px;
    --site-gutter: 20px;
    --site-section: 52px;
    --site-section-small: 32px;
    --font-h1: 32px;
    --font-page-title: 32px;
    --font-section-title: 26px;
    --font-body: 16px;
    --font-small: 13px;
  }

  .categories__list,
  .stats__grid,
  .about-stats__grid,
  .blog-listing__grid,
  .career-listing__grid,
  .catalog-product,
  .consultation__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .consultation_product .consultation__container,
  .consultation_about .consultation__container,
  .consultation_privacy .consultation__container,
  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container,
  .page_privacy .footer__container {
    grid-template-columns: 1fr !important;
  }

  .categories__list {
    gap: 20px !important;
  }

  .stats__grid,
  .about-stats__grid,
  .blog-listing__grid,
  .career-listing__grid {
    row-gap: 28px !important;
  }

  .consultation__container,
  .consultation_inner .consultation__container,
  .consultation_career .consultation__container,
  .consultation_product .consultation__container,
  .consultation_about .consultation__container,
  .consultation_privacy .consultation__container {
    row-gap: 32px !important;
  }

  .consultation__image {
    max-width: 100% !important;
    aspect-ratio: 1.12 !important;
    justify-self: stretch !important;
  }

  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container,
  .page_privacy .footer__container {
    row-gap: 28px !important;
  }
}

@media (max-width: 620px) {
  :root {
    --site-gutter: 12px;
    --site-section: 44px;
    --site-section-small: 26px;
    --font-h1: 27px;
    --font-page-title: 28px;
    --font-section-title: 23px;
    --font-body: 15px;
    --font-small: 12px;
  }

  .hero__title,
  .page_home .hero__title {
    font-size: var(--font-h1) !important;
  }

  .categories__list {
    grid-template-columns: 1fr !important;
  }

  .faq__tabs,
  .about-faq__tabs {
    gap: 10px !important;
  }

  .faq__tab,
  .about-faq__tab,
  .blog-toolbar__tag,
  .career-toolbar__tag {
    width: 100% !important;
    min-height: 34px !important;
    padding: 0 16px !important;
    font-size: 11px !important;
  }

  .faq__question,
  .about-faq__question {
    font-size: 18px !important;
  }

  .catalog-product__spec-row {
    grid-template-columns: 1fr !important;
    row-gap: 5px !important;
  }
}

.footer__container,
.page_home .footer__container,
.page_catalog .footer__container,
.page_blog .footer__container,
.page_career .footer__container,
.page_about .footer__container,
.page_privacy .footer__container {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: clamp(36px, 5vw, 82px) !important;
}

.footer__brand,
.footer__menu,
.footer__contacts {
  width: 100% !important;
}

.footer__menu {
  justify-self: center !important;
}

.footer__contacts {
  justify-self: end !important;
}

@media (max-width: 980px) {
  .footer__container,
  .page_home .footer__container,
  .page_catalog .footer__container,
  .page_blog .footer__container,
  .page_career .footer__container,
  .page_about .footer__container,
  .page_privacy .footer__container {
    grid-template-columns: 1fr !important;
  }

  .footer__menu,
  .footer__contacts {
    justify-self: stretch !important;
  }
}

@media (min-width: 981px) {
  .header {
    padding-top: 32px !important;
  }

  .logo__mark {
    width: 42px !important;
    height: 35px !important;
  }

  .logo__mark::before,
  .logo__mark::after {
    width: 21px !important;
  }

  .logo__text {
    font-size: 21px !important;
  }

  .nav__list {
    gap: 40px !important;
  }

  .nav__link {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000;
    transition: all 0.3s ease-in;
    &:hover {
      color: #6b93b8;
    }
  }

  .page_home .stats__grid {
    column-gap: clamp(64px, 7.5vw, 118px) !important;
    row-gap: 42px !important;
    padding: 0 !important;
  }

  .page_home .stats__item {
    grid-template-columns: clamp(205px, 18vw, 242px) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .page_home .stats__value {
    justify-content: flex-end !important;
    gap: 10px !important;
  }

  .page_home .stats__prefix {
    margin-bottom: 11px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .page_home .stats__number {
    font-size: 96px !important;
    font-weight: 800 !important;
    line-height: 0.78 !important;
  }

  .page_home .stats__content {
    margin: 0 0 0 16px !important;
  }

  .page_home .stats__name {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 0.92 !important;
    white-space: normal !important;
  }

  .page_home .stats__text {
    max-width: 280px !important;
    margin-top: 8px !important;
    font-size: 16px !important;
    line-height: 1.04 !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .page_home .stats__grid {
    column-gap: 48px !important;
  }

  .page_home .stats__item {
    grid-template-columns: 198px minmax(0, 1fr) !important;
  }

  .page_home .stats__value {
    gap: 8px !important;
  }

  .page_home .stats__prefix {
    margin-bottom: 9px !important;
    font-size: 14px !important;
  }

  .page_home .stats__number {
    font-size: 82px !important;
  }

  .page_home .stats__content {
    margin-left: 12px !important;
  }

  .page_home .stats__name {
    font-size: 28px !important;
  }

  .page_home .stats__text {
    max-width: 230px !important;
    font-size: 14px !important;
  }
}

.consultation__agreement,
.page_product .consultation__agreement {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 8px !important;
  max-width: 340px !important;
  margin: 0 !important;
  color: #202020 !important;
  cursor: pointer !important;
}

.consultation__agreement-checkbox {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.consultation__agreement-box {
  position: relative !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 1px !important;
  border: 2px solid #123158 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  font-size: 0 !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease !important;
}

.consultation__agreement-box::after {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  top: 1px !important;
  width: 6px !important;
  height: 10px !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  opacity: 0 !important;
  transform: rotate(45deg) scale(0.8) !important;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease !important;
}

.consultation__agreement-checkbox:checked + .consultation__agreement-box {
  border-color: #123158 !important;
  background: #123158 !important;
}

.consultation__agreement-checkbox:checked + .consultation__agreement-box::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

.consultation__agreement-checkbox:focus-visible + .consultation__agreement-box {
  box-shadow: 0 0 0 3px rgba(18, 49, 88, 0.18) !important;
}

.consultation__agreement-text {
  display: block !important;
  min-width: 0 !important;
}

.consultation__agreement-link {
  position: relative !important;
  z-index: 1 !important;
}

.consultation__button:disabled,
.page_product .consultation__button:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

@media (max-width: 620px) {
  .consultation__agreement,
  .page_product .consultation__agreement {
    max-width: 100% !important;
  }
}

/* OpenCart Journal integration: match the static Korrex header without shifting page sections. */
@media (min-width: 1025px) {
  html.desktop-header-active body.page {
    padding-top: 0 !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact {
    position: relative !important;
    height: 67px !important;
    min-height: 67px !important;
    background: #ffffff !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact .header.header-compact {
    height: 67px !important;
    min-height: 67px !important;
    padding-top: 32px !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact .header.header-compact .mid-bar {
    box-sizing: border-box !important;
    width: calc(100% - 100px) !important;
    max-width: 1180px !important;
    height: 35px !important;
    min-height: 35px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact #logo {
    width: 149px !important;
    height: 35px !important;
    flex: 0 0 149px !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact .desktop-logo-wrapper {
    display: flex !important;
    align-items: center !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact #logo img {
    width: 149px !important;
    height: auto !important;
    max-height: 35px !important;
    object-fit: contain !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact .desktop-main-menu-wrapper {
    width: auto !important;
    height: 19px !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact .header-cart-group {
    display: none !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact #main-menu > ul.j-menu {
    height: 19px !important;
    gap: 45px !important;
    align-items: center !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact #main-menu > ul.j-menu > li > a {
    padding: 0 !important;
    line-height: 19px !important;
  }

  html.desktop-header-active body.page .site-wrapper > header.header-compact #main-menu > ul.j-menu > li > a .links-text {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
  }

  html.desktop-header-active body.page_home .site-wrapper > header.header-compact {
    height: 87px !important;
    min-height: 87px !important;
  }

  html.desktop-header-active body.page_home .site-wrapper > header.header-compact .header.header-compact {
    height: 87px !important;
    min-height: 87px !important;
  }

  html.desktop-header-active body.page_home .site-wrapper > header.header-compact .header.header-compact .mid-bar {
    height: 55px !important;
    min-height: 55px !important;
  }
}
