@charset "UTF-8";
:where([class$=__text],
[class*=__card-text],
[class*=__mobile-text],
.section__caption,
.about__text,
.abt-intro__lead,
.abt-stat__label,
.ff-about__text,
.brands-note,
.page-404__text,
.ff-adv-card__text,
.adv-card__text,
.format-card__text,
.feature-card__text,
.ff-kitchen__card-text,
.blog-card__text,
.article-card__text,
.blog-article__content p,
.blog-article__lead,
.cms-content p,
.ff-seo__text,
.ff-seo p,
.blog-seo__text,
.blog-seo p,
.abt-seo__text,
.abt-seo p,
.brand-about__p):where(:not(.hero *, .hero--fastfood *, .promo *, .promo__intro *, .lead-wide__intro *, .lead-wide-product__intro *, .lead__intro *, .cta *, .mfr-cta *, .blog-cta *, .makers-card *, .site-footer *, .ff-step *, .banner *, .link-arrow *, .ba-quote *)) {
  color: #16151a;
}

:where(.faq-item__btn,
.faq-item__q,
.article-card__title,
.blog-card__title,
.news-item__title,
.ff-format-card__title,
.step-card__title,
.maker-card__title) {
  font-weight: 700;
}

@media (min-width: 1367px) {
  :where([class$=__text]:not(.link-arrow__text),
  [class*=__card-text],
  [class*=__mobile-text],
  .about__text,
  .abt-intro__lead,
  .abt-stat__label,
  .ff-about__text,
  .ff-adv-card__text,
  .adv-card__text,
  .format-card__text,
  .feature-card__text,
  .blog-card__text,
  .article-card__text,
  .page-404__text,
  .brands-note,
  .brand-about__p) {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1367px) and (max-width: 1728px) and (min-width: 1367px) {
  :where([class$=__text]:not(.link-arrow__text),
  [class*=__card-text],
  [class*=__mobile-text],
  .about__text,
  .abt-intro__lead,
  .abt-stat__label,
  .ff-about__text,
  .ff-adv-card__text,
  .adv-card__text,
  .format-card__text,
  .feature-card__text,
  .blog-card__text,
  .article-card__text,
  .page-404__text,
  .brands-note,
  .brand-about__p) {
    font-size: 15px;
  }
}
@media (min-width: 1367px) {
  :where(.hero__subtitle,
  .promo__intro p,
  .lead__intro p,
  .lead-wide__intro p,
  .lead-wide-product__intro p,
  .cat-seo__body p,
  .pd-seo__body p,
  .pd-description p,
  .pd-tabs__panel p,
  .footer__brand p) {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1367px) and (max-width: 1728px) and (min-width: 1367px) {
  :where(.hero__subtitle,
  .promo__intro p,
  .lead__intro p,
  .lead-wide__intro p,
  .lead-wide-product__intro p,
  .cat-seo__body p,
  .pd-seo__body p,
  .pd-description p,
  .pd-tabs__panel p,
  .footer__brand p) {
    font-size: 15px;
  }
}
@media (min-width: 1367px) {
  .section__caption {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 1367px) and (max-width: 1728px) and (min-width: 1367px) {
  .section__caption {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  :where([class$=__text],
  [class*=__card-text],
  [class*=__mobile-text],
  .about__text,
  .abt-intro__lead,
  .abt-stat__label,
  .ff-about__text,
  .ff-adv-card__text,
  .adv-card__text,
  .format-card__text,
  .feature-card__text,
  .blog-card__text,
  .article-card__text,
  .brand-about__p):where(:not(.hero *, .hero--fastfood *, .promo *, .promo__intro *, .lead-wide__intro *, .lead-wide-product__intro *, .lead__intro *, .cta *, .mfr-cta *, .blog-cta *, .makers-card *, .site-footer *, .ff-step *, .banner *, .link-arrow *, .ba-quote *)) {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 1366px) and (min-width: 481px) {
  .mfr-cta__text, .blog-cta__text, .cta__text, .promo__intro p, .lead__intro p, .lead-wide__intro p, .lead-wide-product__intro p, .cat-seo__body, .cat-seo__body p, .pd-seo__body, .pd-seo__body p, .blog-seo p, .blog-seo__text, .ff-seo p, .ff-seo__text, .abt-seo p, .abt-seo__text, .eq-seo p, .eq-seo__text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .mfr-cta__text, .blog-cta__text, .cta__text, .promo__intro p, .lead__intro p, .lead-wide__intro p, .lead-wide-product__intro p, .cat-seo__body, .cat-seo__body p, .pd-seo__body, .pd-seo__body p, .blog-seo p, .blog-seo__text, .ff-seo p, .ff-seo__text, .abt-seo p, .abt-seo__text, .eq-seo p, .eq-seo__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.section--faq {
  padding-top: 168px;
  padding-bottom: 0px;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1.3fr;
  gap: 225px;
  align-items: start;
}

@media (max-width: 1728px) and (min-width: 1367px) {
  .faq {
    gap: 48px;
  }
  .section--faq {
    padding-top: 72px;
  }
  .faq__intro .eyebrow {
    margin-bottom: 20px;
  }
  .faq-item__btn {
    font-size: 21px;
  }
}
.faq__intro h2 {
  margin-bottom: 0;
  max-width: 500px;
}
.faq__intro .eyebrow {
  display: block;
  color: #00a0de;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #efefef;
  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.faq-item__btn {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  text-align: left;
  min-height: 62px;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #16151a;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .faq-item__btn:hover .faq-item__icon {
    background: #ffffff;
    border-color: #004e99;
    color: #004e99;
  }
}
.faq-item__q {
  flex: 1;
  min-width: 0;
}
.faq-item__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #004e99;
  border: 1px solid #004e99;
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.faq-item__icon svg {
  width: 22px;
  height: 22px;
}
.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item__body p {
  margin: 0;
  padding: 0 22px 20px;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  color: #16151a;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .faq-item__body p {
    font-size: 15px;
  }
}
.faq-item__body p {
  line-height: 1.4;
}
@media (max-width: 1366px) and (min-width: 481px) {
  .faq-item__body p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .faq-item__body p {
    font-size: 15px;
  }
}
.faq-item__body p {
  max-width: 560px;
}
.faq-item.is-open {
  background: #ffffff;
  border-color: rgba(0, 160, 222, 0.55);
}
.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
  background: #ffffff;
  border-color: #004e99;
  color: #004e99;
}
.faq-item.is-open .faq-item__body {
  max-height: 600px;
}

@media (max-width: 1366px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq__intro .eyebrow {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .faq__list {
    gap: 12px;
  }
  .faq-item {
    border-radius: 8px;
  }
  .faq-item__btn {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    gap: 12px;
    align-items: center;
  }
  .faq-item__icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .faq-item__icon svg {
    width: 16px;
    height: 16px;
  }
  .faq-item__body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 14px 14px;
    max-width: 512px;
  }
}
@media (max-width: 1366px) {
  .section--faq {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .faq {
    gap: 20px;
  }
  .faq__intro .eyebrow {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .faq__intro h2 {
    max-width: 250px;
  }
  .faq__list {
    gap: 12px;
  }
  .faq-item__q {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 480px) {
  .break_mb {
    display: block;
  }
  .section--faq {
    padding-top: 100px;
  }
  .faq {
    gap: 30px;
  }
  .faq__list {
    margin-top: 1px;
  }
  .faq__list {
    gap: 12px;
  }
  .faq__intro .h2--faq {
    font-size: 32px;
    line-height: 0.9;
    max-width: 330px;
  }
  .faq__intro .eyebrow {
    font-size: 15px;
    margin-bottom: 22px;
    font-weight: 700;
  }
  .faq-item {
    border-radius: 8px;
  }
  .faq-item__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    min-height: 42px;
    padding: 11px 14px;
    gap: 12px;
  }
  .faq-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .faq-item__icon svg {
    width: 20px;
    height: 20px;
  }
  .faq-item__q {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: auto;
    margin-bottom: auto;
  }
  .faq-item__body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 14px 14px;
  }
}
.section--lead-wide {
  padding-top: 72px;
  padding-bottom: 140px;
}

.lead-wide {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

.lead-wide__intro {
  flex: 812 1 0;
  background: linear-gradient(180deg, #0777e2 0%, #034584 100%);
  border-radius: 40px;
  padding: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 395px;
  min-width: 0;
  max-width: 100%;
}
.lead-wide__intro h2 {
  color: #fbfbfb;
  margin-bottom: 0;
  max-width: 517px;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: 0;
  font-synthesis: none;
}
.lead-wide__intro p {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .lead-wide__intro p {
    font-size: 15px;
  }
}
.lead-wide__intro p {
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 400;
}

.lead-wide__form {
  flex: 968 1 0;
  background: #f0f0f0;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 395px;
  min-width: 0;
  max-width: 100%;
}
.lead-wide__form .field__label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #878787;
}
.lead-wide__form .field__control,
.lead-wide__form .field select,
.lead-wide__form select,
.lead-wide__form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  color: #16151a;
  transition: border-color 0.2s;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 20px;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
}
.lead-wide__form .field__control::placeholder,
.lead-wide__form .field select::placeholder,
.lead-wide__form select::placeholder,
.lead-wide__form textarea::placeholder {
  color: #878787;
}
.lead-wide__form .field__control:focus,
.lead-wide__form .field select:focus,
.lead-wide__form select:focus,
.lead-wide__form textarea:focus {
  outline: none;
  border-color: #00a0de;
}
.lead-wide__form .field select,
.lead-wide__form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}
.lead-wide__form .field--select {
  position: relative;
}
.lead-wide__form .field--select:focus-within .field__control,
.lead-wide__form .field--select:focus-within select {
  border-color: #00a0de;
}
.lead-wide__form .field--select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(100% - 30px);
  bottom: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #16151a;
  border-bottom: 2px solid #16151a;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.lead-wide__form .field--select .field-select__trigger {
  background: #ffffff;
}
.lead-wide__form .field textarea,
.lead-wide__form textarea.field__control {
  display: block;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 20px;
  line-height: 1.2;
  resize: none;
  overflow: hidden;
  overflow-wrap: break-word;
  vertical-align: top;
}
.lead-wide__form .field textarea:focus,
.lead-wide__form textarea.field__control:focus {
  outline: none;
  border-color: #00a0de;
  overflow-y: auto;
}
.lead-wide__form .phone-intl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 20px;
  background: #ffffff;
  overflow: hidden;
}
.lead-wide__form .phone-intl .phone-intl__input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}
.lead-wide__form .consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #16151a;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.lead-wide__form .consent b,
.lead-wide__form .consent a,
.lead-wide__form .consent .consent__link {
  position: relative;
  z-index: 1;
  display: inline;
  font-weight: 700;
  color: #16151a;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s;
  touch-action: manipulation;
}
.lead-wide__form .consent b::after,
.lead-wide__form .consent a::after,
.lead-wide__form .consent .consent__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .lead-wide__form .consent b:hover,
  .lead-wide__form .consent a:hover,
  .lead-wide__form .consent .consent__link:hover {
    color: #00a0de;
  }
  .lead-wide__form .consent b:hover::after,
  .lead-wide__form .consent a:hover::after,
  .lead-wide__form .consent .consent__link:hover::after {
    transform: scaleX(1);
  }
}
.lead-wide__form .consent input {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 2px solid #00a0de;
  border-radius: 4px;
  border-width: 1px;
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.lead-wide__form .consent input::after {
  content: "";
  width: 6px;
  height: 11px;
  margin-top: -2px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
.lead-wide__form .consent input:checked {
  background: #00a0de;
  border-color: #00a0de;
}
.lead-wide__form .consent input:checked::after {
  opacity: 1;
}
.lead-wide__form .btn.btn--accent {
  height: 59px;
  min-height: 59px;
  padding: 20px 40px;
  margin-top: 0;
}
.lead-wide__form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: start;
}
.lead-wide__form .form-grid .field {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.lead-wide__form .form-grid .field__control,
.lead-wide__form .form-grid .field select,
.lead-wide__form .form-grid select,
.lead-wide__form .form-grid textarea,
.lead-wide__form .form-grid .phone-intl {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1728px) and (min-width: 1367px) {
  .section--lead-wide {
    padding-top: 56px;
    padding-bottom: 100px;
  }
  .lead-wide {
    gap: 20px;
  }
  .lead-wide__intro,
  .lead-wide__form {
    min-height: 395px;
    padding: 40px;
  }
  .lead-wide__intro h2 {
    max-width: none;
    font-size: 51px;
  }
  .lead-wide__form {
    gap: 20px;
  }
  .lead-wide__form .form-grid {
    display: grid;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .lead-wide__form .form-grid .field {
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lead-wide__form .form-grid .field__control,
  .lead-wide__form .form-grid .field select,
  .lead-wide__form .form-grid select,
  .lead-wide__form .form-grid textarea,
  .lead-wide__form .form-grid .phone-intl {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lead-wide__form .field__label {
    font-size: 16px;
    line-height: 1.2;
  }
  .lead-wide__form .field__control,
  .lead-wide__form .field select,
  .lead-wide__form select,
  .lead-wide__form textarea,
  .lead-wide__form .field textarea,
  .lead-wide__form textarea.field__control {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    min-width: 0;
    max-width: 100%;
    padding: 0 20px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
  }
  .lead-wide__form .field textarea,
  .lead-wide__form textarea.field__control {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding: 20px;
    resize: none;
    overflow: hidden;
  }
  .lead-wide__form .field--select::after {
    right: 20px;
    top: calc(100% - 30px);
    bottom: auto;
    width: 10px;
    height: 10px;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide__form .phone-intl {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }
  .lead-wide__form .consent {
    font-size: 16px;
    line-height: 1.2;
    gap: 12px;
    margin: 0;
  }
  .lead-wide__form .consent input {
    width: 24px;
    height: 24px;
  }
  .lead-wide__form .btn.btn--accent {
    height: 59px;
    min-height: 59px;
    padding: 20px 40px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .lead-wide {
    flex-direction: column;
  }
  .lead-wide__intro,
  .lead-wide__form {
    flex: 1 1 auto;
    width: 100%;
  }
  .lead-wide__intro {
    height: auto;
    min-height: 280px;
  }
  .lead-wide__form {
    padding: 40px;
  }
}
@media (max-width: 1366px) {
  .section--lead-wide {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .lead-wide {
    gap: 10px;
  }
  .lead-wide__intro {
    min-height: 160px;
    padding: 24px;
    border-radius: 12px;
    overflow: visible;
  }
  .lead-wide__intro h2 {
    font-size: 28px;
    line-height: 1;
    max-width: none;
    width: auto;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
  }
  .lead-wide__intro p {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.55px;
    margin-top: 16px;
  }
  .lead-wide__form {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .lead-wide__form .field {
    margin-bottom: 0;
  }
  .lead-wide__form .field__label {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #878787;
  }
  .lead-wide__form .field__control,
  .lead-wide__form select,
  .lead-wide__form textarea {
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    transition: border-color 0.2s;
  }
  .lead-wide__form .field__control:focus,
  .lead-wide__form select:focus,
  .lead-wide__form textarea:focus {
    outline: none;
    border-color: #00a0de;
  }
  .lead-wide__form .field--select:focus-within .field__control,
  .lead-wide__form .field--select:focus-within select {
    border-color: #00a0de;
  }
  .lead-wide__form .field textarea {
    min-height: 100px;
    height: 100px;
    max-height: none;
    padding: 12px 16px;
    resize: vertical;
    overflow-y: auto;
  }
  .lead-wide__form .field--select::after {
    top: calc(100% - 24px);
    bottom: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide__form .phone-intl {
    height: 48px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
    line-height: 1.2;
    background: #ffffff;
  }
  .lead-wide__form .phone-intl .phone-intl__code,
  .lead-wide__form .phone-intl .phone-intl__input {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .lead-wide__form .consent {
    font-size: 15px;
    line-height: 1.3;
    gap: 12px;
    margin: 0;
  }
  .lead-wide__form .consent b,
  .lead-wide__form .consent a,
  .lead-wide__form .consent .consent__link {
    color: #16151a;
  }
  .lead-wide__form .consent input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
  }
  .lead-wide__form .btn.btn--accent {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 32px;
    font-size: 17px;
    border-radius: 100px;
    margin-top: 0;
  }
  .lead-wide__form .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lead-wide__form button {
    height: 48px;
  }
}
@media (max-width: 1366px) and (min-width: 481px) {
  .lead-wide__intro {
    min-height: 160px;
    border-radius: 12px;
    padding: 20px;
  }
  .lead-wide__intro h2 {
    font-size: 28px;
    line-height: 0.9;
    max-width: none;
  }
  .lead-wide__intro p {
    font-size: 17px;
    line-height: 1.3;
    padding-top: 0;
    margin-top: auto;
    letter-spacing: 0;
    font-weight: 500;
  }
  .lead-wide__form {
    gap: 20px;
    background: #fbfbfb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 0;
  }
  .lead-wide__form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 20px;
    align-items: start;
  }
  .lead-wide__form .form-grid .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
    min-width: 0;
    align-self: start;
  }
  .lead-wide__form .field__label {
    font-size: 17px;
    line-height: 1.2;
    color: #878787;
  }
  .lead-wide__form .field__control,
  .lead-wide__form .field select,
  .lead-wide__form select,
  .lead-wide__form textarea,
  .lead-wide__form .field textarea,
  .lead-wide__form textarea.field__control {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    height: 44px;
    max-height: 44px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    background: #efefef;
    border-radius: 8px;
    border: 1px solid transparent;
    resize: none;
    overflow: hidden;
  }
  .lead-wide__form .field__control::placeholder,
  .lead-wide__form .field select::placeholder,
  .lead-wide__form select::placeholder,
  .lead-wide__form textarea::placeholder,
  .lead-wide__form .field textarea::placeholder,
  .lead-wide__form textarea.field__control::placeholder {
    color: #878787;
    opacity: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .lead-wide__form .field textarea,
  .lead-wide__form textarea.field__control {
    padding-block: calc((44px - 1.2em) / 2);
    padding-inline: 12px;
  }
  .lead-wide__form .field--select {
    position: relative;
  }
  .lead-wide__form .field--select .field__control,
  .lead-wide__form .field--select select,
  .lead-wide__form .field--select .field-select__trigger {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    height: 44px;
    max-height: 44px;
    padding: 10px 12px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    background: #efefef;
    border-radius: 8px;
    border: 1px solid transparent;
  }
  .lead-wide__form .field--select select.field__control,
  .lead-wide__form .field--select select {
    font-size: 16px;
  }
  .lead-wide__form .field--select::after {
    display: block;
    top: calc(100% - 22px);
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #16151a;
    border-bottom: 2px solid #16151a;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide__form .field--select.field-select--enhanced .field-select__trigger::after {
    right: 12px;
  }
  .lead-wide__form .phone-intl {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 12px;
    background: #efefef;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
  }
  .lead-wide__form .phone-intl .phone-intl__code,
  .lead-wide__form .phone-intl .phone-intl__input {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .lead-wide__form .phone-intl .phone-intl__input::placeholder {
    color: #878787;
    opacity: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .lead-wide__form .consent {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.3;
    gap: 12px;
    margin: 0;
  }
  .lead-wide__form .consent input {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    background: #fbfbfb;
  }
  .lead-wide__form .consent span {
    flex: 1;
    min-width: 0;
  }
  .lead-wide__form .btn.btn--accent {
    width: 100%;
    height: 47px;
    min-height: 47px;
    padding: 16px 32px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 100px;
  }
}
@media (max-width: 480px) {
  .section--lead-wide {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .lead-wide {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  .lead-wide__intro,
  .lead-wide__form {
    flex: 1 1 auto;
  }
  .lead-wide__intro {
    border-radius: 12px;
    overflow: hidden;
    min-height: 211px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    color: #ffffff;
    background-color: #0777e2;
    background-image: linear-gradient(180deg, #0777e2 0%, #034584 100%);
    display: flex;
    flex-direction: column;
  }
  .lead-wide__intro h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    font-synthesis: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .lead-wide__intro p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.1;
    padding-top: 0;
    margin-top: auto;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 500;
  }
  .lead-wide__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    background: #f0f0f0;
  }
  .lead-wide__form .field {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .lead-wide__form .field__label {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #878787;
  }
  .lead-wide__form .field__control,
  .lead-wide__form select,
  .lead-wide__form textarea {
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    transition: border-color 0.2s;
  }
  .lead-wide__form .field__control:focus,
  .lead-wide__form select:focus,
  .lead-wide__form textarea:focus {
    outline: none;
    border-color: #00a0de;
  }
  .lead-wide__form .field--select:focus-within .field__control,
  .lead-wide__form .field--select:focus-within select {
    border-color: #00a0de;
  }
  .lead-wide__form .field textarea {
    min-height: 100px;
    height: 100px;
    max-height: none;
    padding: 12px 16px;
    resize: vertical;
    overflow-y: auto;
  }
  .lead-wide__form .field--select::after {
    top: calc(100% - 24px);
    bottom: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    border-color: #16151a;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide__form .phone-intl {
    height: 48px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
    line-height: 1.2;
    background: #ffffff;
  }
  .lead-wide__form .phone-intl .phone-intl__code,
  .lead-wide__form .phone-intl .phone-intl__input {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .lead-wide__form .consent {
    font-size: 15px;
    line-height: 1.3;
    gap: 12px;
    margin: 0;
    align-items: flex-start;
  }
  .lead-wide__form .consent b,
  .lead-wide__form .consent a,
  .lead-wide__form .consent .consent__link {
    color: #16151a;
  }
  .lead-wide__form .consent input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
    margin-top: 0;
    flex-shrink: 0;
  }
  .lead-wide__form .consent input:checked {
    background: #00a0de;
    border-color: #00a0de;
  }
  .lead-wide__form .btn.btn--accent {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 32px;
    font-size: 17px;
    line-height: 1.1;
    margin-top: 0;
    background: #00a0de;
    color: #ffffff;
    border: none;
    border-radius: 100px;
  }
  .lead-wide__form .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.section--lead-wide-product {
  padding-top: 0;
  padding-bottom: 140px;
}

.lead-wide-product {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

.lead-wide-product__intro {
  flex: 812 1 0;
  background: linear-gradient(180deg, #0777e2 0%, #034584 100%);
  border-radius: 40px;
  padding: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 395px;
  min-width: 0;
  max-width: 100%;
}
.lead-wide-product__intro h2 {
  color: #fbfbfb;
  margin-bottom: 0;
  max-width: 684px;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 0.9;
  letter-spacing: 0;
  font-synthesis: none;
}
.lead-wide-product__intro p {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .lead-wide-product__intro p {
    font-size: 15px;
  }
}
.lead-wide-product__intro p {
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 400;
}

.lead-wide-product__form {
  flex: 968 1 0;
  background: #f0f0f0;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 395px;
  min-width: 0;
  max-width: 100%;
}
.lead-wide-product__form .field__label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #878787;
}
.lead-wide-product__form .field__control,
.lead-wide-product__form .field select,
.lead-wide-product__form select,
.lead-wide-product__form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  color: #16151a;
  transition: border-color 0.2s;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 20px;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
}
.lead-wide-product__form .field__control::placeholder,
.lead-wide-product__form .field select::placeholder,
.lead-wide-product__form select::placeholder,
.lead-wide-product__form textarea::placeholder {
  color: #878787;
}
.lead-wide-product__form .field__control:focus,
.lead-wide-product__form .field select:focus,
.lead-wide-product__form select:focus,
.lead-wide-product__form textarea:focus {
  outline: none;
  border-color: #00a0de;
}
.lead-wide-product__form .field select,
.lead-wide-product__form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}
.lead-wide-product__form .field--select {
  position: relative;
}
.lead-wide-product__form .field--select:focus-within .field__control,
.lead-wide-product__form .field--select:focus-within select {
  border-color: #00a0de;
}
.lead-wide-product__form .field--select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(100% - 30px);
  bottom: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #16151a;
  border-bottom: 2px solid #16151a;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.lead-wide-product__form .field--select .field-select__trigger {
  background: #ffffff;
}
.lead-wide-product__form .field textarea,
.lead-wide-product__form textarea.field__control {
  display: block;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 20px;
  line-height: 1.2;
  resize: none;
  overflow: hidden;
  overflow-wrap: break-word;
  vertical-align: top;
}
.lead-wide-product__form .field textarea:focus,
.lead-wide-product__form textarea.field__control:focus {
  outline: none;
  border-color: #00a0de;
  overflow-y: auto;
}
.lead-wide-product__form .phone-intl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 20px;
  background: #ffffff;
  overflow: hidden;
}
.lead-wide-product__form .phone-intl .phone-intl__input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}
.lead-wide-product__form .consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #16151a;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.lead-wide-product__form .consent b,
.lead-wide-product__form .consent a,
.lead-wide-product__form .consent .consent__link {
  position: relative;
  z-index: 1;
  display: inline;
  font-weight: 700;
  color: #16151a;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s;
  touch-action: manipulation;
}
.lead-wide-product__form .consent b::after,
.lead-wide-product__form .consent a::after,
.lead-wide-product__form .consent .consent__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .lead-wide-product__form .consent b:hover,
  .lead-wide-product__form .consent a:hover,
  .lead-wide-product__form .consent .consent__link:hover {
    color: #00a0de;
  }
  .lead-wide-product__form .consent b:hover::after,
  .lead-wide-product__form .consent a:hover::after,
  .lead-wide-product__form .consent .consent__link:hover::after {
    transform: scaleX(1);
  }
}
.lead-wide-product__form .consent input {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 2px solid #00a0de;
  border-radius: 4px;
  border-width: 1px;
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.lead-wide-product__form .consent input::after {
  content: "";
  width: 6px;
  height: 11px;
  margin-top: -2px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
.lead-wide-product__form .consent input:checked {
  background: #00a0de;
  border-color: #00a0de;
}
.lead-wide-product__form .consent input:checked::after {
  opacity: 1;
}
.lead-wide-product__form .btn.btn--accent {
  height: 59px;
  min-height: 59px;
  padding: 20px 40px;
  margin-top: 0;
}
.lead-wide-product__form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: start;
}
.lead-wide-product__form .form-grid .field {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.lead-wide-product__form .form-grid .field--full {
  grid-column: 1/-1;
}
.lead-wide-product__form .form-grid .field__control,
.lead-wide-product__form .form-grid .field select,
.lead-wide-product__form .form-grid select,
.lead-wide-product__form .form-grid textarea,
.lead-wide-product__form .form-grid .phone-intl {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1728px) and (min-width: 1367px) {
  .lead-wide-product {
    gap: 20px;
  }
  .lead-wide-product__intro,
  .lead-wide-product__form {
    min-height: 395px;
    padding: 40px;
  }
  .lead-wide-product__intro h2 {
    max-width: none;
    font-size: 51px;
  }
  .lead-wide-product__form {
    gap: 20px;
  }
  .lead-wide-product__form .form-grid {
    display: grid;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .lead-wide-product__form .form-grid .field {
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lead-wide-product__form .form-grid .field__control,
  .lead-wide-product__form .form-grid .field select,
  .lead-wide-product__form .form-grid select,
  .lead-wide-product__form .form-grid textarea,
  .lead-wide-product__form .form-grid .phone-intl {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lead-wide-product__form .field__label {
    font-size: 16px;
    line-height: 1.2;
  }
  .lead-wide-product__form .field__control,
  .lead-wide-product__form .field select,
  .lead-wide-product__form select,
  .lead-wide-product__form textarea,
  .lead-wide-product__form .field textarea,
  .lead-wide-product__form textarea.field__control {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    min-width: 0;
    max-width: 100%;
    padding: 0 20px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
  }
  .lead-wide-product__form .field textarea,
  .lead-wide-product__form textarea.field__control {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding: 20px;
    resize: none;
    overflow: hidden;
  }
  .lead-wide-product__form .field--select::after {
    right: 20px;
    top: calc(100% - 30px);
    bottom: auto;
    width: 10px;
    height: 10px;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide-product__form .phone-intl {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }
  .lead-wide-product__form .consent {
    font-size: 16px;
    line-height: 1.2;
    gap: 12px;
    margin: 0;
  }
  .lead-wide-product__form .consent input {
    width: 24px;
    height: 24px;
  }
  .lead-wide-product__form .btn.btn--accent {
    height: 59px;
    min-height: 59px;
    padding: 20px 40px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .lead-wide-product {
    flex-direction: column;
  }
  .lead-wide-product__intro,
  .lead-wide-product__form {
    flex: 1 1 auto;
    width: 100%;
  }
  .lead-wide-product__intro {
    height: auto;
    min-height: 280px;
  }
  .lead-wide-product__form {
    padding: 40px;
  }
}
@media (max-width: 1366px) {
  .section--lead-wide-product {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .lead-wide-product {
    gap: 10px;
  }
  .lead-wide-product__intro {
    min-height: 160px;
    padding: 24px;
    border-radius: 12px;
    overflow: visible;
  }
  .lead-wide-product__intro h2 {
    font-size: 28px;
    line-height: 1;
    max-width: none;
    width: auto;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .lead-wide-product__intro p {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.55px;
    margin-top: 16px;
  }
  .lead-wide-product__form {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .lead-wide-product__form .field {
    margin-bottom: 0;
  }
  .lead-wide-product__form .field__label {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #878787;
  }
  .lead-wide-product__form .field__control,
  .lead-wide-product__form select,
  .lead-wide-product__form textarea {
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    transition: border-color 0.2s;
  }
  .lead-wide-product__form .field__control:focus,
  .lead-wide-product__form select:focus,
  .lead-wide-product__form textarea:focus {
    outline: none;
    border-color: #00a0de;
  }
  .lead-wide-product__form .field--select:focus-within .field__control,
  .lead-wide-product__form .field--select:focus-within select {
    border-color: #00a0de;
  }
  .lead-wide-product__form .field textarea {
    min-height: 100px;
    height: 100px;
    max-height: none;
    padding: 12px 16px;
    resize: vertical;
    overflow-y: auto;
  }
  .lead-wide-product__form .field--select::after {
    top: calc(100% - 24px);
    bottom: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide-product__form .phone-intl {
    height: 48px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
    line-height: 1.2;
    background: #ffffff;
  }
  .lead-wide-product__form .phone-intl .phone-intl__code,
  .lead-wide-product__form .phone-intl .phone-intl__input {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .lead-wide-product__form .consent {
    font-size: 15px;
    line-height: 1.3;
    gap: 12px;
    margin: 0;
  }
  .lead-wide-product__form .consent b,
  .lead-wide-product__form .consent a,
  .lead-wide-product__form .consent .consent__link {
    color: #16151a;
  }
  .lead-wide-product__form .consent input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
  }
  .lead-wide-product__form .btn.btn--accent {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 32px;
    font-size: 17px;
    border-radius: 100px;
    margin-top: 0;
  }
  .lead-wide-product__form .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lead-wide-product__form button {
    height: 48px;
  }
}
@media (max-width: 480px) {
  .section--lead-wide-product {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lead-wide-product {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  .lead-wide-product__intro,
  .lead-wide-product__form {
    flex: 1 1 auto;
  }
  .lead-wide-product__intro {
    border-radius: 12px;
    overflow: hidden;
    min-height: 211px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    color: #ffffff;
    background-color: #0777e2;
    background-image: linear-gradient(180deg, #0777e2 0%, #034584 100%);
    display: flex;
    flex-direction: column;
  }
  .lead-wide-product__intro h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    font-synthesis: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .lead-wide-product__intro p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.1;
    padding-top: 0;
    margin-top: auto;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 500;
  }
  .lead-wide-product__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    background: #f0f0f0;
  }
  .lead-wide-product__form .field {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .lead-wide-product__form .field__label {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #878787;
  }
  .lead-wide-product__form .field__control,
  .lead-wide-product__form select,
  .lead-wide-product__form textarea {
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    transition: border-color 0.2s;
  }
  .lead-wide-product__form .field__control:focus,
  .lead-wide-product__form select:focus,
  .lead-wide-product__form textarea:focus {
    outline: none;
    border-color: #00a0de;
  }
  .lead-wide-product__form .field--select:focus-within .field__control,
  .lead-wide-product__form .field--select:focus-within select {
    border-color: #00a0de;
  }
  .lead-wide-product__form .field textarea {
    min-height: 100px;
    height: 100px;
    max-height: none;
    padding: 12px 16px;
    resize: vertical;
    overflow-y: auto;
  }
  .lead-wide-product__form .field--select::after {
    top: calc(100% - 24px);
    bottom: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    border-color: #16151a;
    transform: translateY(-65%) rotate(45deg);
  }
  .lead-wide-product__form .phone-intl {
    height: 48px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
    line-height: 1.2;
    background: #ffffff;
  }
  .lead-wide-product__form .phone-intl .phone-intl__code,
  .lead-wide-product__form .phone-intl .phone-intl__input {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .lead-wide-product__form .consent {
    font-size: 15px;
    line-height: 1.3;
    gap: 12px;
    margin: 0;
    align-items: flex-start;
  }
  .lead-wide-product__form .consent b,
  .lead-wide-product__form .consent a,
  .lead-wide-product__form .consent .consent__link {
    color: #16151a;
  }
  .lead-wide-product__form .consent input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
    margin-top: 0;
    flex-shrink: 0;
  }
  .lead-wide-product__form .consent input:checked {
    background: #00a0de;
    border-color: #00a0de;
  }
  .lead-wide-product__form .btn.btn--accent {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 32px;
    font-size: 17px;
    line-height: 1.1;
    margin-top: 0;
    background: #00a0de;
    color: #ffffff;
    border: none;
    border-radius: 100px;
  }
  .lead-wide-product__form .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.section--hits {
  padding-top: 86px;
  padding-bottom: 53px;
}

.section-foot--mobile {
  display: none;
}

.btn--block-mobile {
  width: 100%;
}

.carousel-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 7px;
  margin-bottom: 4px;
}

.carousel-wrap {
  position: relative;
}
.carousel-wrap .track--slider {
  margin-block: 11.2px 0;
  width: min(587px, 100%);
  height: 7px;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
}

.products-slider,
.carousel {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.products-slider::-webkit-scrollbar,
.carousel::-webkit-scrollbar {
  display: none;
  height: 0;
}

[data-slider] .carousel-wrap,
[data-slider] .products-slider,
[data-slider] .carousel,
[data-slider] .articles,
[data-slider] .categories,
[data-slider] .brands-grid {
  transform: none !important;
}
[data-slider] .product-card {
  overflow: hidden;
  transition: none !important;
  animation: none !important;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
}
[data-slider] .product-card:hover {
  box-shadow: none;
}
[data-slider] .product-card__cart,
[data-slider] .product-card__like {
  transition: none !important;
}

.product-card {
  position: relative;
  flex: 0 0 283px;
  width: 283px;
  height: 363px;
  background: #fbfbfb;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex-shrink: 0;
  transition: box-shadow 0.25s;
}
.product-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}
.product-card a, .product-card img {
  -webkit-user-drag: none;
  user-drag: none;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  min-width: 0;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: 112px;
  flex-shrink: 0;
}
.product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.product-card__badges {
  display: flex;
  gap: 12px;
  margin-top: 5px;
  margin-left: 1px;
  flex-wrap: wrap;
}
.product-card__badge {
  background: #e22d3f;
  color: #ffffff;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 8px 24px;
  border-radius: 100px;
}
.product-card__badge--new {
  background: #004e99;
}
.product-card__badge--top {
  background: #00a0de;
}
.product-card__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}
.product-card__like, .product-card__cart--icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  border: none;
  appearance: none;
  background: rgba(0, 160, 222, 0.2);
  color: #00a0de;
  display: grid;
  place-items: center;
  transition: background 0.2s, color 0.2s;
}
.product-card__like svg, .product-card__cart--icon svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .product-card__like:hover, .product-card__cart--icon:hover {
    background: #00a0de;
    color: #ffffff;
  }
}
.product-card__like svg path {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .product-card__like:hover {
    background: #00a0de;
    color: #ffffff;
  }
  .product-card__like:hover svg path {
    fill: #ffffff;
  }
}
.product-card__like.is-active {
  background: #00a0de;
  color: #ffffff;
}
.product-card__like.is-active svg path {
  fill: #ffffff;
}
.product-card__cart--icon {
  display: none;
}
.product-card__img {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 228/141;
  position: relative;
  overflow: hidden;
}
.product-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}
.product-card__title {
  margin: 0;
  padding: 0;
  flex: 0 0 57px;
  height: 57px;
  max-height: 57px;
  overflow: hidden;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  text-align: left;
  text-shadow: none;
  margin-top: -2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__title--stretched {
  position: static;
}
.product-card__title--stretched::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card__price-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
  min-width: 0;
}
.product-card__price {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  white-space: nowrap;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-variation-settings: "wght" 700, "wdth" 100;
  font-size: 16px;
  color: #004e99;
  flex-shrink: 0;
  text-shadow: none;
}
.product-card__price-multi {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  line-height: 1.2;
}
.product-card__price-multi-item {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #878787;
  white-space: nowrap;
  text-shadow: none;
}
.product-card__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  flex: 0 0 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
}
.product-card__cart--text {
  margin: 0;
  box-sizing: border-box;
  height: 43px;
  border: 1px solid #00a0de;
  color: #00a0de;
  background: transparent;
  appearance: none;
  border-radius: 8px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-variation-settings: "wght" 700, "wdth" 100;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .product-card__cart--text:hover {
    background: #00a0de;
    border-color: #00a0de;
    color: #ffffff;
  }
}

@media (min-width: 1367px) {
  .product-card--wide {
    flex: 0 0 587px;
    width: 587px;
    height: 363px;
    padding: 0;
    display: block;
    gap: 0;
  }
  .product-card--wide .product-card__top {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
  }
  .product-card--wide .product-card__badges {
    position: static;
    margin: 0;
  }
  .product-card--wide .product-card__like {
    position: static;
    flex-shrink: 0;
    margin-top: 0;
  }
  .product-card--wide .product-card__content {
    display: block;
    gap: 0;
    height: 100%;
  }
  .product-card--wide .product-card__img {
    position: absolute;
    left: 20px;
    top: 58px;
    width: 369px;
    height: 228px;
    aspect-ratio: auto;
    z-index: 1;
  }
  .product-card--wide .product-card__img img {
    object-position: left center;
  }
  .product-card--wide .product-card__info {
    position: absolute;
    left: 324px;
    top: 231px;
    width: 243px;
    height: 112px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  .product-card--wide .product-card__title {
    overflow: hidden;
    margin-top: -4px;
  }
  .product-card--wide .product-card__bottom {
    width: 100%;
  }
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .products-slider,
  .carousel {
    gap: 16px;
  }
  .product-card {
    flex: 0 0 283px;
    width: 283px;
    height: 363px;
    padding: 20px;
    gap: 10px;
  }
  .product-card__img {
    aspect-ratio: 228/141;
  }
  .product-card__img img {
    inset: 0;
    height: 100%;
    object-fit: contain;
  }
  .product-card__title {
    font-size: 16px;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__cart--text {
    height: 43px;
    padding: 0 24px;
    font-size: 16px;
  }
  .product-card--wide {
    flex: 0 0 587px;
    width: 587px;
    height: 363px;
  }
  .product-card--wide .product-card__img {
    left: 20px;
    top: 58px;
    width: 369px;
    height: 228px;
  }
  .product-card--wide .product-card__info {
    left: 324px;
    top: 231px;
    width: 243px;
    height: 112px;
  }
}
@media (max-width: 1366px) {
  .section--hits {
    padding-top: 123px;
    padding-bottom: 0;
  }
  .carousel-nav .link-arrow {
    display: none;
  }
  .carousel-wrap .track--slider:not(.is-static) {
    width: min(587px, 100%);
    margin-inline: auto;
    display: block;
  }
  .products-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .product-card {
    flex: 0 0 calc((100% - 16px) / 2.5);
    width: calc((100% - 16px) / 2.5);
    max-width: 250px;
    height: auto;
    scroll-snap-align: start;
    padding: 16px;
    border-radius: 12px;
    gap: 12px;
  }
  .product-card__top {
    margin-bottom: 0;
  }
  .product-card__actions {
    gap: 8px;
    margin-top: 0;
  }
  .product-card__info {
    margin-top: 16px;
    height: auto;
    gap: 10px;
  }
  .product-card__badge {
    height: 24px;
    width: auto;
    min-width: 56px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .product-card__badge--top {
    display: none;
  }
  .product-card__like, .product-card__cart--icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .product-card__like svg, .product-card__cart--icon svg {
    width: 20px;
    height: 20px;
  }
  .product-card__cart--icon {
    display: grid;
  }
  .product-card__cart--text {
    display: none;
  }
  .product-card__img {
    height: auto;
    margin-top: 8px;
    aspect-ratio: 228/141;
  }
  .product-card__img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .product-card__title {
    font-size: 16px;
    height: auto;
    max-height: none;
    flex: none;
    letter-spacing: 0;
  }
  .product-card__price {
    font-size: 18px;
  }
  .product-card__bottom {
    min-height: 0;
    max-height: none;
    flex-wrap: nowrap;
    align-items: start;
    letter-spacing: -0.3px;
    max-height: none;
    flex: 0 0 auto;
    margin-top: 4px;
  }
}
@media (max-width: 1366px) and (min-width: 900px) {
  .section--hits .product-card,
  .section--novelties .product-card {
    flex: 0 0 calc((100% - 32px) / 3.5);
    width: calc((100% - 32px) / 3.5);
  }
  .section--hits .product-card__img,
  .section--novelties .product-card__img {
    margin-top: 0;
    aspect-ratio: 228/155;
  }
  .section--hits .product-card__info,
  .section--novelties .product-card__info {
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .section--hits {
    padding-top: 71px;
    padding-bottom: 0;
  }
  .section-foot--mobile {
    display: block;
    margin-top: 19px;
  }
  .section-foot--mobile .btn {
    height: 40px;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
  }
  .products-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    align-items: start;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .product-card {
    flex: none;
    width: 100%;
    max-width: none;
    scroll-snap-align: unset;
    min-height: 0;
    height: auto;
    padding: 10px;
    border-radius: 12px;
  }
  .product-card__top {
    margin-bottom: 0;
  }
  .product-card__actions {
    gap: 6px;
    margin-top: 0;
  }
  .product-card__content {
    flex: 0 0 auto;
    height: auto;
    gap: 8px;
  }
  .product-card__info {
    margin-top: 0;
    height: auto;
    flex: 0 0 auto;
    gap: 8px;
  }
  .product-card__badge {
    height: 19px;
    width: 51px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  .product-card__badge--top {
    display: none;
  }
  .product-card__like, .product-card__cart--icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .product-card__like svg, .product-card__cart--icon svg {
    width: 17px;
    height: 17px;
  }
  .product-card__cart--icon {
    display: grid;
  }
  .product-card__cart--text {
    display: none;
  }
  .product-card__img {
    position: relative;
    overflow: hidden;
    height: 108px;
    max-height: 108px;
    margin-top: 8px;
    aspect-ratio: auto;
  }
  .product-card__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .product-card__title {
    font-size: 14px;
    margin-top: 8px;
    height: auto;
    max-height: none;
    flex: none;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__bottom {
    min-height: 0;
    max-height: none;
    margin-top: 7px;
    height: auto;
    flex-wrap: nowrap;
    align-items: start;
    flex: 0 0 auto;
  }
  .product-card--wide .product-card__top,
  .product-card--wide .product-card__info {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .product-card--wide .product-card__img {
    position: relative;
    overflow: hidden;
    inset: auto;
    width: 100%;
    height: 108px;
    max-height: 108px;
    aspect-ratio: auto;
    margin-top: 8px;
  }
  .product-card--wide .product-card__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .carousel-wrap {
    overflow: visible;
  }
  .carousel-wrap .track--slider,
  .track:not(.track--about):not(.track--makers):not(.track--cats):not(.pd-benefits__track) {
    display: none;
  }
}
.h2--promo {
  font-size: 54px;
  line-height: 0.9;
}

.promo {
  background: linear-gradient(180deg, #0777e2 0%, #034584 100%);
  border-radius: 40px;
  padding: 60px;
  display: grid;
  grid-template-columns: 559px 1fr;
  gap: 37px;
}

.promo__intro {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.promo__intro .eyebrow {
  color: #ffffff;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.promo__intro h2 {
  margin: 0 0 auto;
  max-width: 559px;
  color: #ffffff;
}
.promo__intro p {
  margin: 40px 0 0;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .promo__intro p {
    font-size: 15px;
  }
}
.promo__intro p {
  max-width: 272px;
  color: #ffffff;
}

.promo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promo .format-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 253px;
  color: #16151a;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  cursor: default;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .promo .format-card:hover {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }
}
.promo .format-card__chevron {
  display: none;
}
.promo .format-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  min-height: 46px;
  align-content: flex-start;
}
.promo .format-card__tag {
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #acacac;
  padding: 4px 8px;
  border-radius: 4px;
  background: #EFEFEF;
  white-space: nowrap;
  text-shadow: none;
}
.promo .format-card__title {
  font-family: "UNCAGE", "Montserrat", "Inter Tight", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #16151a;
  margin: 51px 0 0;
  min-height: 2em;
  text-shadow: none;
}
.promo .format-card__title-link {
  color: inherit;
  text-decoration: none;
}
.promo .format-card__text {
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .promo .format-card__text {
    font-size: 15px;
  }
}
.promo .format-card__text {
  line-height: 1.2;
  color: #16151a;
  margin: 12px 0 0;
  max-width: 259px;
  flex: 1;
  text-shadow: none;
}
.promo .format-card .link-arrow {
  margin-top: auto;
  padding-top: 18px;
  text-shadow: none;
}

@media (max-width: 1728px) and (min-width: 1367px) {
  .h2--promo {
    font-size: 37px;
    line-height: 0.9;
  }
  .promo {
    padding: 48px;
    gap: 28px;
    grid-template-columns: minmax(200px, 0.36fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .promo__intro .eyebrow {
    margin-bottom: 24px;
  }
  .promo__intro h2 {
    max-width: none;
  }
  .promo__intro p {
    margin-top: 28px;
    max-width: 220px;
    line-height: 1.3;
  }
  .promo__grid {
    gap: 16px;
  }
  .promo .format-card {
    min-height: 220px;
    padding: 18px;
    border-radius: 16px;
  }
  .promo .format-card__tags {
    min-height: 44px;
    gap: 5px;
  }
  .promo .format-card__tag {
    font-size: 11px;
    padding: 4px 7px;
  }
  .promo .format-card__title {
    font-size: 20px;
    margin-top: 36px;
  }
  .promo .format-card__text {
    font-size: 15px;
    margin-top: 10px;
    max-width: none;
    line-height: 1.25;
  }
  .promo .format-card .link-arrow {
    font-size: 15px;
    padding-top: 14px;
    gap: 3px;
  }
  .promo .format-card .link-arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1366px) {
  .promo {
    grid-template-columns: 1fr;
  }
  .promo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1366px) {
  .h2--promo {
    font-size: 32px;
    line-height: 0.9;
  }
  .promo {
    padding: 20px;
    border-radius: 20px;
    gap: 40px;
  }
  .promo__intro {
    display: grid;
    grid-template-columns: 1fr 233px;
    align-items: start;
    column-gap: 20px;
  }
  .promo__intro .eyebrow {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 20px;
  }
  .promo__intro h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    max-width: 330px;
    font-size: 32px;
    line-height: 0.9;
  }
  .promo__intro p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    max-width: 233px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.57px;
    font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
  }
  .promo__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .promo .format-card {
    min-height: 225px;
    border-radius: 12px;
    padding: 12px;
  }
  .promo .format-card__title {
    font-size: 20px;
    margin-top: 36px;
  }
  .promo .format-card__text {
    font-size: 15px;
    color: #16151a;
    max-width: none;
    margin-top: 7px;
    letter-spacing: 0.36px;
    line-height: 1.3;
  }
  .promo .format-card__tags {
    max-width: none;
    gap: 4px;
    min-height: 36px;
  }
  .promo .format-card__tag {
    font-size: 10px;
    padding: 3px 6px;
  }
  .promo .format-card .link-arrow {
    font-size: 13px;
    padding-top: 12px;
  }
  .promo .format-card .link-arrow svg {
    width: 16px;
    height: 16px;
  }
  .promo .format-card .link-arrow .link-arrow__text::before,
  .promo .format-card .link-arrow .link-arrow__text::after {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .h2--promo {
    font-size: 32px;
    line-height: 0.9;
  }
  .promo {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    grid-template-columns: none;
  }
  .promo__intro {
    display: flex;
    flex-direction: column;
  }
  .promo__intro .eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .promo__intro h2 {
    font-size: 32px;
    line-height: 0.9;
    margin: 0;
    max-width: none;
  }
  .promo__intro p {
    margin: 12px 0 0;
    font-size: 15px;
    max-width: none;
    letter-spacing: 0.02px;
    line-height: 1.4;
    font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
  }
  .promo__grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    grid-template-columns: none;
  }
  .promo .format-card {
    min-height: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: height 0.25s ease, min-height 0.25s ease;
    transform: none;
    box-shadow: none;
  }
  .promo .format-card .format-card__chevron {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 0.25s;
  }
  .promo .format-card .format-card__chevron path {
    fill: #16151A;
    transition: fill 0.25s;
  }
  .promo .format-card:not(.is-open) {
    display: flex;
  }
  .promo .format-card:not(.is-open) .format-card__title-link {
    pointer-events: none;
  }
  .promo .format-card__tags, .promo .format-card__text, .promo .format-card .link-arrow {
    display: none;
  }
  .promo .format-card__title {
    margin: 0;
    font-size: 20px;
    padding-right: 36px;
    margin-top: auto;
    min-height: 0;
  }
  .promo .format-card.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 212px;
    height: auto;
    cursor: default;
  }
  .promo .format-card.is-open .format-card__chevron {
    transform: rotate(180deg);
  }
  .promo .format-card.is-open .format-card__chevron path {
    fill: #00A0DE;
  }
  .promo .format-card.is-open .format-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    margin: 0;
    max-width: 100%;
  }
  .promo .format-card.is-open .format-card__tag {
    font-size: 12px;
    padding: 4px 8px;
  }
  .promo .format-card.is-open .format-card__title {
    margin-top: auto;
    padding-right: 36px;
    min-height: 0;
  }
  .promo .format-card.is-open .format-card__text {
    display: block;
    font-size: 15px;
    color: #16151a;
    line-height: 1.2;
    margin-top: 10px;
    max-width: none;
    flex: 0 0 auto;
  }
  .promo .format-card.is-open .link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    padding-top: 0;
    font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }
  .promo .format-card.is-open .link-arrow svg {
    width: 24px;
    height: 24px;
  }
  .promo .format-card.is-open .link-arrow .link-arrow__text::before,
  .promo .format-card.is-open .link-arrow .link-arrow__text::after {
    font-size: 15px;
    font-weight: 700;
  }
}
@media (max-width: 340px) {
  .promo__intro {
    min-width: 0;
  }
  .h2--promo {
    font-size: 26px;
  }
}
.track {
  height: 4px;
  border-radius: 100px;
  background: #efefef;
  margin-block: 85px 0;
  position: relative;
  width: 280px;
  max-width: 35%;
  margin-left: auto;
}
.track__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  height: 100%;
  border-radius: 100px;
  background: #004e99;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.track--slider {
  cursor: pointer;
}
.track--slider .track__thumb {
  cursor: grab;
}
.track.is-static {
  display: none;
}

.pd-gallery__dots {
  display: none;
}

.pd-benefits__track {
  display: none;
}

.page-product {
  min-width: 1200px;
  overflow-x: clip;
}
.page-product nav[aria-label="Хлебные крошки"] > span:last-child {
  color: #00a0de;
  font-weight: 700;
}

.pd-main {
  padding-bottom: 48px;
}

.pd-hero {
  display: grid;
  grid-template-columns: minmax(0, 960px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 85px;
}

.pd-hero__gallery {
  min-width: 0;
}

.pd-gallery {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 720px;
  overflow: hidden;
  background: #fbfbfb;
}
.pd-gallery__main {
  width: 100%;
  height: 100%;
}
.pd-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.28s ease;
}
.pd-gallery__main img.is-fading {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .pd-gallery__main img {
    transition: none;
  }
}
.pd-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  background: #00a0de;
  color: #ffffff;
  display: grid;
  place-items: center;
  padding: 0;
  z-index: 2;
}
.pd-gallery__nav svg {
  width: 24px;
  height: 24px;
}
.pd-gallery__nav--prev {
  left: 20px;
}
.pd-gallery__nav--next {
  right: 20px;
}

.pd-thumbs {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-top: 12px;
}
.pd-thumbs__viewport {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  cursor: grab;
  touch-action: none;
}
.pd-thumbs__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.pd-thumbs__viewport.is-dragging .pd-thumbs__item {
  pointer-events: none;
}
.pd-thumbs__track {
  display: flex;
  gap: 8px;
  width: max-content;
  will-change: transform;
  transition: transform 0.35s ease;
}
.pd-thumbs__item {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid #acacac;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.pd-thumbs__item.is-active {
  border-color: #00a0de;
}
.pd-thumbs__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.pd-thumbs__fade {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.pd-thumbs__fade.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.pd-thumbs__fade--start {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.pd-thumbs__fade--end {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.pd-thumbs__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  background: #00a0de;
  color: #ffffff;
  display: grid;
  place-items: center;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.pd-thumbs__nav svg {
  width: 24px;
  height: 24px;
}
.pd-thumbs__nav--prev {
  left: 0;
}
.pd-thumbs__nav--next {
  right: 0;
}
.pd-thumbs__nav:disabled, .pd-thumbs__nav.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pd-hero__info {
  position: relative;
  padding-top: 38px;
}

.pd-hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 19px;
}

.pd-hero__like {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 160, 222, 0.2);
  color: #00a0de;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.pd-hero__like svg {
  display: block;
  width: 20px;
  height: 20px;
}
.pd-hero__like svg path {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .pd-hero__like:hover {
    background: #00a0de;
    color: #ffffff;
  }
  .pd-hero__like:hover svg path {
    fill: #ffffff;
  }
}
.pd-hero__like.is-active {
  background: #00a0de;
  color: #ffffff;
}
.pd-hero__like.is-active svg path {
  fill: #ffffff;
}

.pd-sku {
  margin: 0;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #acacac;
}

.pd-title {
  margin: 0 0 30px;
  max-width: 890px;
  font-family: "UNCAGE", "Montserrat", "Inter Tight", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #16151a;
}

.pd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.pd-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.pd-badge--stock {
  background: #86cf74;
  color: #ffffff;
}
.pd-badge--brand {
  background: #efefef;
  color: #acacac;
}

.pd-specs-preview {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 587px;
  margin-bottom: 30px;
}

.pd-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 27px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  line-height: 1.2;
}
.pd-spec-row:last-child {
  margin-bottom: 0;
}
.pd-spec-row dt {
  margin: 0;
  font-weight: 400;
  color: #878787;
}
.pd-spec-row dd {
  margin: 0;
  font-weight: 400;
  color: #878787;
}

.pd-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pd-price {
  flex: 1 0 100%;
  margin: 0 0 4px;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #004e99;
}

.pd-price-multi {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  gap: 6px 16px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.pd-price-multi__item {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #878787;
}

.pd-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 145px;
  min-width: 145px;
  height: 43px;
  padding: 13px 24px;
  border-radius: 12px;
  background: #efefef;
}
.pd-qty__btn {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  color: #16151a;
}
.pd-qty__btn--minus::before, .pd-qty__btn--plus::before, .pd-qty__btn--plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.pd-qty__btn--plus::after {
  width: 2px;
  height: 14px;
}
.pd-qty__value {
  min-width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #16151a;
}

.pd-add-cart {
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #00a0de;
  color: #ffffff;
  font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1367px) {
  .pd-add-cart:hover {
    background: #ffffff;
    border-color: #00a0de;
    color: #00a0de;
  }
}

.pd-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 140px;
}

.pd-benefit {
  min-height: 220px;
  border-radius: 20px;
  padding: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.pd-benefit--blue {
  background: linear-gradient(180deg, #0777e2 0%, #034584 100%);
}
.pd-benefit--accent {
  background: #00a0de;
}
.pd-benefit__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  color: #004e99;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.pd-benefit--accent .pd-benefit__icon {
  color: #00a0de;
}
.pd-benefit__icon svg {
  width: 23px;
  height: 24px;
}
.pd-benefit__title {
  margin: 0 0 auto;
  font-family: "UNCAGE", "Montserrat", "Inter Tight", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.pd-benefit__text {
  margin: 16px 0 0;
  max-width: 259px;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .pd-benefit__text {
    font-size: 15px;
  }
}
.pd-benefit__text {
  line-height: 1.1;
  color: #ffffff;
}

.pd-tabs {
  margin-bottom: 75px;
}
.pd-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}
.pd-tabs__btn {
  padding: 8px 12px;
  border: 1px solid #00a0de;
  border-radius: 4px;
  background: transparent;
  color: #16151a;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}
.pd-tabs__btn.is-active {
  background: #00a0de;
  border-color: #00a0de;
  color: #ffffff;
  font-weight: 700;
}
.pd-tabs__panel {
  display: none;
  max-width: 890px;
}
.pd-tabs__panel.is-active {
  display: block;
}
.pd-tabs__panel[data-pd-panel=specification] {
  max-width: none;
}
.pd-tabs__panel[data-pd-panel=faq] {
  max-width: 890px;
}

.pd-description {
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .pd-description {
    font-size: 15px;
  }
}
.pd-description {
  font-weight: 500;
  line-height: 1.1;
  color: #878787;
}
.pd-description p {
  margin: 0 0 1em;
  color: inherit;
}
.pd-description p:last-child {
  margin-bottom: 0;
}
.pd-description strong, .pd-description b {
  color: #16151a;
  font-weight: 700;
}
.pd-description ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.pd-description ul li {
  position: relative;
  padding-left: 40px;
}
.pd-description ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  width: 10px;
  text-align: center;
  color: #878787;
}
.pd-description ul li + li {
  margin-top: 0;
}

.pd-spec-groups {
  display: flex;
  align-items: flex-start;
  gap: 172px;
}

.pd-spec-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pd-spec-group {
  margin: 0;
}
.pd-spec-group__title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #16151a;
}
.pd-spec-group .pd-specs-preview {
  max-width: none;
  margin-bottom: 0;
}
.pd-spec-group .pd-spec-row dd {
  color: #16151a;
}

.pd-delivery {
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .pd-delivery {
    font-size: 15px;
  }
}
.pd-delivery {
  line-height: 1.1;
  color: #16151a;
}
.pd-delivery__heading {
  margin: 0 0 1em;
  font-weight: 700;
}
.pd-delivery ul {
  margin: 0 0 1em;
  padding-left: 1.5em;
  list-style: disc;
}
.pd-delivery ul li {
  display: list-item;
  margin-bottom: 1em;
}
.pd-delivery ul li:last-child {
  margin-bottom: 0;
}
.pd-delivery .pd-delivery__note {
  color: #acacac;
  font-weight: 700;
  margin: 0;
}

.section--lead-wide {
  padding-top: 0;
}

.section--pd-related {
  padding-top: 0;
  padding-bottom: 80px;
}
.section--pd-related .section__head {
  margin-bottom: 40px;
}
.section--pd-related .h2 {
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
}

.section--pd-promo {
  padding-top: 0;
  padding-bottom: 140px;
}
.section--pd-promo .promo {
  min-height: 646px;
  grid-template-columns: minmax(0, 454px) 1fr;
  align-items: start;
}
.section--pd-promo .promo__intro {
  min-height: 526px;
}
.section--pd-promo .promo__intro .eyebrow {
  display: none;
}
.section--pd-promo .promo__intro h2 {
  font-size: 54px;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 454px;
}
.section--pd-promo .promo__intro p {
  max-width: 272px;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .section--pd-promo .promo__intro p {
    font-size: 15px;
  }
}
.section--pd-promo .promo__intro p {
  font-weight: 700;
  line-height: 1.2;
}

.pd-seo {
  padding-bottom: 0;
}
.pd-seo__title {
  margin: 0 0 40px;
  font-family: "UNCAGE", "Montserrat", "Inter Tight", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #16151a;
}
.pd-seo__body {
  padding: 40px;
  border-radius: 20px;
  background: #f4f4f4;
  font-size: 18px;
}
@media (max-width: 1728px) and (min-width: 1367px) {
  .pd-seo__body {
    font-size: 15px;
  }
}
.pd-seo__body {
  line-height: 1.4;
  color: #16151a;
}
.pd-seo__body p {
  margin: 0 0 16px;
}
.pd-seo__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1728px) {
  .page-product {
    min-width: 0;
  }
  .pd-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 32px;
    margin-bottom: 60px;
  }
  .pd-gallery {
    width: 100%;
    max-width: none;
    height: 520px;
  }
  .pd-thumbs {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1366px) {
  .pd-hero {
    gap: 32px;
  }
  .pd-gallery {
    max-width: 100%;
  }
  .pd-thumbs {
    max-width: 100%;
  }
}
@media (max-width: 1366px) and (min-width: 481px) {
  .page-product {
    min-width: 0;
  }
  .page-product .container--breadcrumbs {
    display: none;
  }
  .pd-main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .pd-hero {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 32px 40px;
    align-items: start;
    margin-bottom: 40px;
  }
  .pd-gallery {
    width: 100%;
    max-width: 380px;
    height: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }
  .pd-gallery__main {
    width: 100%;
    height: 308px;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }
  .pd-gallery__main.is-dragging {
    cursor: grabbing;
  }
  .pd-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
  }
  .pd-gallery__nav {
    display: none;
  }
  .pd-gallery__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 16px 0 0;
    padding: 0;
  }
  .pd-gallery__dot {
    width: 24px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 27px;
    background: rgba(0, 160, 222, 0.4);
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .pd-gallery__dot.is-active {
    background: #00a0de;
  }
  .pd-thumbs {
    width: 100%;
    max-width: 380px;
    margin-top: 10px;
  }
  .pd-thumbs__viewport {
    cursor: grab;
    touch-action: none;
  }
  .pd-thumbs__viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
  }
  .pd-thumbs__viewport.is-dragging .pd-thumbs__item {
    pointer-events: none;
  }
  .pd-thumbs__track {
    gap: 6px;
  }
  .pd-thumbs__item {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    border-radius: 8px;
  }
  .pd-thumbs__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pd-thumbs__fade {
    display: block;
    width: 28px;
    height: 84px;
  }
  .pd-thumbs__fade--start {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
  }
  .pd-thumbs__fade--end {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
  }
  .pd-thumbs__nav {
    display: none;
  }
  .pd-hero__info {
    padding-top: 0;
    min-width: 0;
  }
  .pd-hero__head {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }
  .pd-sku {
    font-size: 12px;
    line-height: 1.2;
  }
  .pd-hero__like {
    position: static;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 6px;
  }
  .pd-hero__like svg {
    width: 24px;
    height: 24px;
  }
  .pd-title {
    margin-bottom: 16px;
    max-width: none;
    font-size: 28px;
    line-height: 0.95;
  }
  .pd-badges {
    gap: 10px;
    margin-bottom: 16px;
  }
  .pd-badge {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.1;
  }
  .pd-specs-preview {
    max-width: none;
    margin-bottom: 16px;
  }
  .pd-spec-row {
    min-height: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
  }
  .pd-buy {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  .pd-price {
    flex: 1 0 100%;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-qty {
    width: 145px;
    min-width: 145px;
    height: 43px;
    padding: 13px 24px;
    gap: 24px;
  }
  .pd-qty__value {
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-add-cart {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 182px;
    height: 43px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 40px;
  }
  .pd-benefit {
    min-height: 178px;
    padding: 20px;
    border-radius: 12px;
  }
  .pd-benefit__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .pd-benefit__icon svg {
    width: 23px;
    height: 24px;
  }
  .pd-benefit__title {
    font-size: 16px;
    line-height: 1;
  }
  .pd-benefit__text {
    margin-top: 12px;
    max-width: none;
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-tabs {
    margin-bottom: 40px;
  }
  .pd-tabs__nav {
    gap: 10px;
    margin-bottom: 20px;
  }
  .pd-tabs__btn {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-tabs__panel {
    max-width: none;
  }
  .pd-tabs__panel[data-pd-panel=specification], .pd-tabs__panel[data-pd-panel=faq] {
    max-width: none;
  }
  .pd-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
  }
  .pd-description strong,
  .pd-description b {
    font-weight: 700;
  }
  .pd-spec-groups {
    gap: 30px;
  }
  .pd-spec-column {
    gap: 24px;
  }
  .pd-spec-group__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .pd-spec-group .pd-spec-row {
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-spec-group .pd-spec-row dt,
  .pd-spec-group .pd-spec-row dd {
    color: #878787;
  }
  .pd-spec-group .pd-spec-row dd {
    color: #16151a;
  }
  .pd-delivery {
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-delivery__heading {
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-delivery .pd-delivery__note {
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-tabs .faq__list {
    gap: 10px;
  }
  .pd-tabs .faq-item {
    border-radius: 8px;
  }
  .pd-tabs .faq-item__btn {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    gap: 12px;
  }
  .pd-tabs .faq-item__icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  .pd-tabs .faq-item__icon svg {
    width: 16px;
    height: 16px;
  }
  .pd-tabs .faq-item__body p {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 14px 14px;
  }
  .pd-tabs .faq-item.is-open {
    border-color: #004e99;
  }
  .section--lead-wide {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section--pd-related {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section--pd-related .section__head {
    margin-bottom: 20px;
  }
  .section--pd-related .h2 {
    font-size: 24px;
    line-height: 0.9;
  }
  .section--pd-promo {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section--pd-promo .promo {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 20px;
    border-radius: 20px;
    gap: 40px;
  }
  .section--pd-promo .promo__intro {
    display: grid;
    grid-template-columns: 1fr 233px;
    align-items: start;
    column-gap: 20px;
    min-height: 0;
  }
  .section--pd-promo .promo__intro .eyebrow {
    display: block;
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
  }
  .section--pd-promo .promo__intro h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    max-width: 330px;
    font-size: 32px;
    line-height: 0.9;
    color: #ffffff;
    text-transform: uppercase;
  }
  .section--pd-promo .promo__intro p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    max-width: 233px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.57px;
    font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    color: #ffffff;
  }
  .section--pd-promo .promo__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .section--pd-promo .promo .format-card {
    min-height: 225px;
    border-radius: 12px;
    padding: 12px;
  }
  .section--pd-promo .promo .format-card__title {
    font-size: 20px;
    margin-top: 36px;
  }
  .section--pd-promo .promo .format-card__text {
    font-size: 15px;
    color: #16151a;
    max-width: none;
    margin-top: 7px;
    letter-spacing: 0.36px;
    line-height: 1.3;
  }
  .section--pd-promo .promo .format-card__tags {
    max-width: none;
    gap: 6px;
    min-height: 52px;
  }
  .section--pd-promo .promo .format-card__tag {
    font-size: 13px;
    padding: 6px 10px;
  }
  .section--pd-promo .promo .format-card .link-arrow {
    font-size: 13px;
    padding-top: 12px;
  }
  .section--pd-promo .promo .format-card .link-arrow svg {
    width: 16px;
    height: 16px;
  }
  .section--pd-promo .promo .format-card .link-arrow .link-arrow__text::before,
  .section--pd-promo .promo .format-card .link-arrow .link-arrow__text::after {
    font-size: 13px;
  }
  .pd-seo {
    padding-bottom: 40px;
  }
  .pd-seo__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 0.9;
  }
  .pd-seo__body {
    min-height: 400px;
    padding: 20px;
    border-radius: 12px;
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .page-product {
    min-width: 0;
    overflow-x: clip;
  }
  .page-product .pd-main,
  .page-product .pd-main > .container {
    min-width: 0;
    max-width: 100%;
  }
  .page-product .container--breadcrumbs {
    display: none;
  }
  .pd-main {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .pd-hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
    grid-template-columns: none;
  }
  .pd-hero__gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }
  .pd-gallery {
    width: 100%;
    max-width: 320px;
    height: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }
  .pd-gallery__main {
    width: 100%;
    max-width: 320px;
    height: 260px;
    margin-inline: auto;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }
  .pd-gallery__main.is-dragging {
    cursor: grabbing;
  }
  .pd-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
  }
  .pd-gallery__nav {
    display: none;
  }
  .pd-gallery__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 16px 0 0;
    padding: 0;
  }
  .pd-gallery__dot {
    width: 24px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 27px;
    background: rgba(0, 160, 222, 0.4);
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .pd-gallery__dot.is-active {
    background: #00a0de;
  }
  .pd-thumbs {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .pd-thumbs__viewport {
    cursor: grab;
    touch-action: none;
  }
  .pd-thumbs__viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
  }
  .pd-thumbs__viewport.is-dragging .pd-thumbs__item {
    pointer-events: none;
  }
  .pd-thumbs__track {
    gap: 5px;
  }
  .pd-thumbs__item {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }
  .pd-thumbs__fade {
    display: block;
    width: 28px;
    height: 72px;
  }
  .pd-thumbs__fade--start {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
  }
  .pd-thumbs__fade--end {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
  }
  .pd-thumbs__nav {
    display: none;
  }
  .pd-hero__info {
    padding-top: 0;
    min-width: 0;
    width: 100%;
  }
  .pd-hero__head {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }
  .pd-sku {
    font-size: 12px;
    line-height: 1.2;
  }
  .pd-hero__like {
    position: static;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
  }
  .pd-hero__like svg {
    width: 20px;
    height: 20px;
  }
  .pd-title {
    margin-bottom: 16px;
    max-width: none;
    font-size: 24px;
    line-height: 0.9;
  }
  .pd-badges {
    gap: 10px;
    margin-bottom: 16px;
  }
  .pd-badge {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.1;
  }
  .pd-hero__info .pd-specs-preview {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    margin-bottom: 16px;
  }
  .pd-hero__info .pd-spec-row {
    min-height: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    line-height: 1.2;
  }
  .pd-hero__info .pd-spec-row:last-child {
    margin-bottom: 0;
  }
  .pd-hero__info .pd-spec-row dt,
  .pd-hero__info .pd-spec-row dd {
    color: #878787;
    font-weight: 400;
  }
  .pd-buy {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  .pd-price {
    flex: 1 0 100%;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-qty {
    width: 145px;
    min-width: 145px;
    height: 43px;
    padding: 13px 24px;
    gap: 24px;
  }
  .pd-qty__value {
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-add-cart {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 186px;
    height: 43px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-benefits-wrap {
    margin-bottom: 40px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .pd-benefits {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pd-benefits::-webkit-scrollbar {
    display: none;
  }
  .pd-benefit {
    flex: 0 0 300px;
    scroll-snap-align: start;
    min-height: 250px;
    padding: 20px;
    border-radius: 12px;
  }
  .pd-benefit__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .pd-benefit__icon svg {
    width: 23px;
    height: 24px;
  }
  .pd-benefit__title {
    font-size: 20px;
    line-height: 1;
  }
  .pd-benefit__text {
    margin-top: 12px;
    max-width: none;
    font-size: 14px;
    line-height: 1.1;
  }
  .pd-benefits__track.track {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .pd-tabs {
    margin-bottom: 40px;
  }
  .pd-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 20px;
  }
  .pd-tabs__btn {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  .pd-tabs__panel {
    max-width: none;
  }
  .pd-tabs__panel[data-pd-panel=specification], .pd-tabs__panel[data-pd-panel=faq] {
    max-width: none;
  }
  .pd-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #878787;
  }
  .pd-description strong,
  .pd-description b {
    color: #16151a;
    font-weight: 700;
  }
  .pd-description ul {
    margin: 0 0 1em;
    padding-left: 1.5em;
    list-style: disc;
  }
  .pd-description ul li {
    padding-left: 0;
  }
  .pd-description ul li::before {
    content: none;
  }
  .pd-spec-groups {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .pd-spec-column {
    display: contents;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group {
    width: 100%;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group__title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #16151a;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group .pd-specs-preview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: none;
    margin-bottom: 0;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group .pd-spec-row {
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    line-height: 1.2;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group .pd-spec-row dt {
    color: #878787;
    font-weight: 400;
  }
  .pd-tabs__panel[data-pd-panel=specification] .pd-spec-group .pd-spec-row dd {
    color: #16151a;
    font-weight: 400;
  }
  .pd-delivery {
    font-size: 14px;
    line-height: 1.3;
  }
  .pd-delivery__heading {
    font-size: 14px;
    line-height: 1.3;
  }
  .pd-delivery .pd-delivery__note {
    font-size: 14px;
    line-height: 1.3;
  }
  .pd-tabs .faq__list {
    gap: 10px;
  }
  .pd-tabs .faq-item {
    border-radius: 8px;
  }
  .pd-tabs .faq-item__btn {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    gap: 12px;
  }
  .pd-tabs .faq-item__icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  .pd-tabs .faq-item__icon svg {
    width: 16px;
    height: 16px;
  }
  .pd-tabs .faq-item__body p {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 14px 14px;
  }
  .pd-tabs .faq-item.is-open {
    border-color: #004e99;
  }
  .section--lead-wide {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .section--pd-related {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .section--pd-related .section__head {
    margin-bottom: 20px;
  }
  .section--pd-related .h2 {
    font-size: 32px;
    line-height: 0.9;
  }
  .section--pd-related .products-slider {
    display: flex;
    grid-template-columns: none;
    gap: 11px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    padding-bottom: 4px;
  }
  .section--pd-related .product-card {
    flex: 0 0 calc((100% - 11px) / 2);
    width: calc((100% - 11px) / 2);
    scroll-snap-align: start;
  }
  .section--pd-related .carousel-wrap .track.track--slider:not(.track--about):not(.track--makers):not(.track--cats):not(.is-static) {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .section--pd-promo {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .section--pd-promo .promo {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 20px;
    border-radius: 20px;
    gap: 40px;
  }
  .section--pd-promo .promo__intro {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .section--pd-promo .promo__intro .eyebrow {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "Roboto Flex", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
  }
  .section--pd-promo .promo__intro h2 {
    margin: 0;
    max-width: none;
    font-size: 32px;
    line-height: 0.9;
    color: #ffffff;
    text-transform: uppercase;
  }
  .section--pd-promo .promo__intro p {
    margin: 12px 0 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    color: #ffffff;
  }
  .section--pd-promo .promo__grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    grid-template-columns: none;
  }
  .section--pd-promo .promo .format-card {
    min-height: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 12px;
  }
  .section--pd-promo .promo .format-card__title {
    margin: 0;
    font-size: 20px;
    padding-right: 36px;
    margin-top: auto;
  }
  .section--pd-promo .promo .format-card__tags, .section--pd-promo .promo .format-card__text,
  .section--pd-promo .promo .format-card .link-arrow {
    display: none;
  }
  .section--pd-promo .promo .format-card.is-open {
    min-height: 212px;
    height: auto;
  }
  .section--pd-promo .promo .format-card.is-open .format-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .section--pd-promo .promo .format-card.is-open .format-card__text {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #878787;
    margin-top: 7px;
  }
  .section--pd-promo .promo .format-card.is-open .link-arrow {
    display: inline-flex;
    font-size: 15px;
    padding-top: 12px;
  }
  .pd-seo {
    padding-bottom: 32px;
  }
  .pd-seo__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 0.9;
  }
  .pd-seo__body {
    min-height: 0;
    padding: 20px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=product.css.map */
