
.forsunki-page {
  --forsunki-black: #1d1d1b;
  --forsunki-red: #ed0613;
  --forsunki-yellow: #fcdf44;
  --forsunki-grey: #f4f4f4;
  --forsunki-line: rgba(29, 29, 27, 0.16);
  background: #fff;
  color: var(--forsunki-black);
}

.forsunki-page [hidden] {
  display: none !important;
}

.forsunki-page .forsunki-tv-text {
  white-space: pre-line;
}

.forsunki-page .main {
  overflow: hidden;
}

.forsunki-section {
  padding: 92px 0 100px;
}

.forsunki-title {
  margin: 0;
  color: var(--forsunki-black);
  font: 700 32px/1.08 Uncage, Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.forsunki-visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Первый экран */
.forsunki-hero {
  height: 600px;
  position: relative;
  overflow: hidden;
  background: #d89d08;
}

.forsunki-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 218, 49, 0.12) 0%, rgba(0, 0, 0, 0) 64%);
}

.forsunki-hero__background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.forsunki-hero__inner {
  height: 100%;
  position: relative;
  z-index: 2;
}

.forsunki-hero__content {
  width: 650px;
  max-width: 50%;
  padding-top: 70px;
}

.forsunki-hero__title {
  margin: 0 0 24px;
  color: var(--forsunki-black);
  font: 700 48px/0.98 Uncage, Montserrat, sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.forsunki-hero__lead {
  max-width: 670px;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.28;
}

.forsunki-hero__benefits {
  margin: 0 -10px 31px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.forsunki-hero__benefits li {
  min-height: 74px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 1px solid rgba(237, 6, 19, 0.75);
  font-size: 14px;
  line-height: 1.25;
}

.forsunki-hero__benefit-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--forsunki-red);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.forsunki-hero__actions {
  display: flex;
  gap: 15px;
}

/* Товарные группы */
.forsunki-categories {
  background: #fff;
}

.forsunki-categories__grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.forsunki-category {
  width: auto;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--forsunki-black);
}

.forsunki-category__visual {
  height: 245px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.forsunki-category__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.forsunki-category__title {
  min-height: 48px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(237, 6, 19, 0.75);
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.forsunki-category__text {
  max-width: 360px;
  padding-top: 16px;
  color: rgba(29, 29, 27, 0.42);
  font-size: 13px;
  line-height: 1.35;
}

/* Преимущества */
.forsunki-benefits {
  background: var(--forsunki-grey);
}

.forsunki-benefits__grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.forsunki-benefit {
  aspect-ratio: 496 / 934;
  position: relative;
  overflow: hidden;
  background: #9b7d46;
}

.forsunki-benefit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 16, 10, 0.48) 0%, rgba(20, 16, 10, 0.04) 48%, rgba(20, 16, 10, 0.18) 58%, rgba(20, 16, 10, 0.78) 100%);
}

.forsunki-benefit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forsunki-benefit h3 {
  max-width: calc(100% - 34px);
  margin: 0;
  position: absolute;
  top: 28px;
  left: 17px;
  z-index: 2;
  color: #fff;
  font: 500 21px/1.08 Montserrat, sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.forsunki-benefit__text {
  margin: 0;
  position: absolute;
  top: 73%;
  right: 17px;
  left: 17px;
  z-index: 2;
  color: #fff;
  font: 500 12px/1.25 Montserrat, sans-serif;
}

/* Каталог */
.forsunki-catalog {
  background: #fff;
}

.forsunki-catalog__toolbar {
  margin: 62px 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 280px;
  align-items: center;
  gap: 16px;
}

.forsunki-search {
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(29, 29, 27, 0.28);
  border-radius: 22px;
  transition: all 0.3s linear;
}

.forsunki-search:focus-within {
  border-color: var(--forsunki-black);
  box-shadow: 0 0 0 3px rgba(252, 223, 68, 0.32);
}

.forsunki-search__icon {
  width: 18px;
  height: 18px;
  margin-left: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(29, 29, 27, 0.42);
  stroke-width: 1.6;
}

.forsunki-search input {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 15px 0 10px;
  background: transparent;
  border: 0;
  color: var(--forsunki-black);
  font-size: 13px;
}

.forsunki-catalog__reset,
.forsunki-catalog__filter-toggle {
  height: 44px;
  margin: 0;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #fff;
  border: 1px solid rgba(29, 29, 27, 0.28);
  border-radius: 22px;
  color: rgba(29, 29, 27, 0.56);
  font-size: 12px;
  transition: all 0.3s linear;
}

.forsunki-catalog__reset {
  border-color: rgba(237, 6, 19, 0.58);
  color: var(--forsunki-red);
}

.forsunki-catalog__reset span {
  font-size: 18px;
  line-height: 1;
}

.forsunki-catalog__filter-toggle {
  justify-content: space-between;
}

.forsunki-catalog__filter-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: all 0.3s linear;
}

.forsunki-catalog__filter-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.desktop .forsunki-catalog__reset:hover,
.desktop .forsunki-catalog__filter-toggle:hover {
  border-color: var(--forsunki-black);
  color: var(--forsunki-black);
}

.forsunki-catalog__filter-panel {
  margin: -45px 0 60px;
  padding: 28px 28px 1px;
  background: #fafafa;
  border: 1px solid var(--forsunki-line);
}

.forsunki-catalog__filter-panel .filter__cols {
  margin-bottom: -28px;
}

.forsunki-catalog__filter-panel .filter__col {
  padding-bottom: 28px;
}

.forsunki-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 78px 32px;
}

.forsunki-product {
  width: auto;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}

.forsunki-product__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.forsunki-product__visual {
  height: auto;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: #ededed var(--forsunki-product-placeholder, url("../img/webp/product-placeholder.webp")) center / cover no-repeat;
}

.forsunki-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forsunki-product__body {
  min-height: 185px;
  padding: 16px 10px 10px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.forsunki-product__title {
  min-height: 56px;
  margin: 0 0 9px;
  color: var(--forsunki-black);
  font: 700 15px/1.13 Uncage, Montserrat, sans-serif;
  text-transform: uppercase;
}

.forsunki-product__codes {
  margin: 0 0 13px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: rgba(29, 29, 27, 0.42);
  font-size: 10px;
  line-height: 1.25;
}

.forsunki-product__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  position: relative;
  z-index: 2;
}

/*
 * У .button в общей теме есть минимальная ширина. В карточке две кнопки должны
 * сжиматься до ширины своих колонок, иначе они выходят за правый край товара.
 */
.forsunki-page .forsunki-product__button {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  margin: 0;
  padding: 8px 6px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.forsunki-catalog__empty {
  max-width: 720px;
  margin: 40px auto 0;
  color: rgba(29, 29, 27, 0.56);
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.forsunki-page-nav {
  padding: 70px 0 0;
}

/* Подбор по номеру */
.forsunki-lookup {
  min-height: 560px;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.forsunki-lookup__lines {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center bottom;
}

.forsunki-lookup__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.forsunki-lookup__lead {
  margin: 42px 0 25px;
  font-size: 16px;
}

.forsunki-lookup__tags {
  margin: 0 0 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.forsunki-lookup__tags li {
  min-height: 42px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--forsunki-red);
  border-radius: 21px;
  color: #fff;
  font-size: 15px;
}

.forsunki-lookup__tags li span {
  color: var(--forsunki-yellow);
  font-size: 20px;
  line-height: 1;
}

/* Карта: размеры полностью повторяют действующий компонент сайта. */
.forsunki-dealers {
  padding-top: 94px;
  background: #fff;
}

.forsunki-dealers__lead {
  max-width: 700px;
  margin: 40px auto 55px;
  color: rgba(29, 29, 27, 0.72);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.forsunki-page .forsunki-map {
  margin-bottom: 0;
}

.forsunki-page .forsunki-map .map__left {
  background: #ededed;
}

/* Нижняя форма */
.forsunki-consultation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forsunki-red);
}

.forsunki-consultation__form-side,
.forsunki-consultation__visual {
  min-width: 0;
  min-height: min(50vw, 720px);
}

.forsunki-consultation__form-side {
  display: flex;
  justify-content: flex-end;
  background: var(--forsunki-red);
  color: #fff;
}

.forsunki-consultation__content {
  width: 700px;
  max-width: 100%;
  padding: 68px 50px 60px 40px;
}

.forsunki-consultation__title {
  margin: 0 0 22px;
  color: #fff;
  font: 700 32px/1.08 Uncage, Montserrat, sans-serif;
  text-transform: uppercase;
}

.forsunki-consultation__lead {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.45;
}

.forsunki-consultation__visual {
  overflow: hidden;
  background: var(--forsunki-yellow);
}

.forsunki-consultation__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forsunki-form {
  max-width: 575px;
}

.forsunki-form__field {
  margin-bottom: 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.76);
}

.forsunki-form__field > span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.forsunki-form__field input,
.forsunki-form__field textarea {
  width: 100%;
  margin: 0;
  padding: 5px 0 8px;
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  resize: vertical;
}

.forsunki-form__field textarea {
  min-height: 62px;
}

.forsunki-form__field:focus-within {
  border-bottom-color: var(--forsunki-yellow);
}

.forsunki-form__field.has-error {
  border-bottom-color: var(--forsunki-yellow);
}

.forsunki-form__error {
  padding-bottom: 5px;
  display: block;
  color: var(--forsunki-yellow);
  font-size: 11px;
}

.forsunki-form__messages {
  margin-bottom: 20px;
  padding: 12px 15px;
  background: rgba(29, 29, 27, 0.22);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.forsunki-form__success {
  max-width: 575px;
  padding: 20px;
  background: #fff;
  color: var(--forsunki-black);
  font-size: 14px;
  line-height: 1.45;
}

.forsunki-form__submit {
  margin-top: 20px;
}

/*
 * Законченная светлая форма быстрого заказа из Figma. Открытие, закрытие и AJAX
 * остаются у общих main.js/cms.js; здесь описан только внешний вид макета.
 */
.forsunki-page #popup-callback {
  background: rgba(29, 29, 27, 0.68);
}

.forsunki-page #popup-callback .popup__cell {
  padding: 15px 0;
}

.forsunki-page #popup-callback .popup__window {
  width: calc(100% - 40px);
  max-width: 720px;
  padding: 56px 59px 60px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--forsunki-yellow);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(29, 29, 27, 0.24);
}

.forsunki-page #popup-callback .popup__close {
  top: 22px;
  right: 22px;
}

.forsunki-page #popup-callback .popup__title {
  margin: 0 26px 52px;
  color: var(--forsunki-black);
  font: 700 34px/1.08 Uncage, Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.forsunki-order-form__field {
  margin-bottom: 32px;
  display: block;
  position: relative;
}

.forsunki-order-form__field--textarea {
  margin-bottom: 0;
}

.forsunki-order-form__label {
  margin: 0;
  padding: 0 5px;
  display: block;
  position: absolute;
  top: -7px;
  left: 13px;
  z-index: 1;
  background: #fff;
  color: rgba(29, 29, 27, 0.82);
  font-size: 12px;
  line-height: 1.2;
}

.forsunki-order-form__field input,
.forsunki-order-form__field textarea {
  width: 100%;
  margin: 0;
  display: block;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 8px;
  color: var(--forsunki-black);
  font: 13px/1.35 Montserrat, sans-serif;
  transition: all 0.3s linear;
}

.forsunki-order-form__field input {
  height: 49px;
  padding: 0 17px;
}

.forsunki-order-form__field textarea {
  min-height: 188px;
  padding: 15px 17px;
  resize: vertical;
}

.forsunki-order-form__field input::placeholder,
.forsunki-order-form__field textarea::placeholder {
  color: rgba(29, 29, 27, 0.38);
}

.forsunki-order-form__field input:focus,
.forsunki-order-form__field textarea:focus {
  background: #fff;
  border-color: var(--forsunki-yellow);
  box-shadow: 0 0 0 3px rgba(252, 223, 68, 0.24);
}

.forsunki-order-form__field.has-error input,
.forsunki-order-form__field.has-error textarea {
  border-color: var(--forsunki-red);
}

.forsunki-order-form .invalid-feedback {
  margin: 5px 10px 0;
  display: block;
  color: var(--forsunki-red);
  font-size: 10px;
  line-height: 1.3;
}

.forsunki-order-form .invalid-feedback:empty {
  display: none;
}

.forsunki-order-form__consent {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  position: relative;
  color: rgba(29, 29, 27, 0.48);
  font-size: 9px;
  line-height: 1.35;
  cursor: pointer;
}

.forsunki-order-form__consent > input {
  width: 18px;
  height: 18px;
  margin: 0;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  opacity: 0;
}

.forsunki-order-form__check {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  border: 1px solid var(--forsunki-yellow);
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s linear;
}

.forsunki-order-form__check::after {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 4px;
  border-bottom: 2px solid var(--forsunki-black);
  border-left: 2px solid var(--forsunki-black);
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
  transition: all 0.3s linear;
}

.forsunki-order-form__consent > input:checked + .forsunki-order-form__check {
  background: var(--forsunki-yellow);
}

.forsunki-order-form__consent > input:checked + .forsunki-order-form__check::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.forsunki-order-form__consent > input:focus-visible + .forsunki-order-form__check {
  box-shadow: 0 0 0 3px rgba(252, 223, 68, 0.38);
}

.forsunki-order-form__consent-link {
  color: rgba(29, 29, 27, 0.62);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.forsunki-order-form__consent .invalid-feedback {
  margin: 4px 0 0;
}

.forsunki-order-form__messages {
  margin-bottom: 16px;
  padding: 11px 13px;
  background: rgba(237, 6, 19, 0.08);
  border: 1px solid rgba(237, 6, 19, 0.24);
  color: var(--forsunki-red);
  font-size: 11px;
  line-height: 1.4;
}

.forsunki-page .forsunki-order-form__submit {
  min-width: 180px;
  min-height: 48px;
  margin: 55px auto 0;
  display: flex;
}

.forsunki-order-form__success {
  padding: 24px;
  background: #f7f7f7;
  color: var(--forsunki-black);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1279px) and (min-width: 701px) {
  .forsunki-section {
    padding: 65px 0;
  }

  .forsunki-title {
    font-size: 26px;
  }

  .forsunki-hero {
    height: 428px;
  }

  .forsunki-hero__content {
    width: 540px;
    padding-top: 46px;
  }

  .forsunki-hero__title {
    margin-bottom: 16px;
    font-size: 35px;
  }

  .forsunki-hero__lead {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .forsunki-hero__benefits {
    margin-bottom: 20px;
  }

  .forsunki-hero__benefits li {
    min-height: 58px;
    gap: 4px;
    font-size: 9px;
  }

  .forsunki-hero__benefit-icon {
    width: 17px;
    height: 17px;
    font-size: 14px;
  }

  .forsunki-categories__grid {
    margin-top: 52px;
    gap: 30px;
  }

  .forsunki-category__visual {
    height: 185px;
    margin-bottom: 22px;
  }

  .forsunki-category__title {
    min-height: 42px;
    font-size: 13px;
  }

  .forsunki-category__text {
    font-size: 10px;
  }

  .forsunki-benefits__grid {
    margin-top: 45px;
    gap: 14px;
  }

  .forsunki-benefit h3 {
    top: 20px;
    left: 13px;
    font-size: 15px;
  }

  .forsunki-benefit__text {
    top: 72%;
    right: 13px;
    left: 13px;
    font-size: 10px;
  }

  .forsunki-catalog__toolbar {
    margin: 45px 0 52px;
    grid-template-columns: minmax(0, 1fr) auto 210px;
  }

  .forsunki-products {
    gap: 58px 26px;
  }

  .forsunki-product__body {
    min-height: 160px;
    padding: 12px 8px 8px;
  }

  .forsunki-product__title {
    min-height: 45px;
    font-size: 11px;
  }

  .forsunki-product__codes {
    font-size: 8px;
  }

  .forsunki-page .forsunki-product__button {
    min-height: 32px;
    padding: 6px;
    font-size: 9px;
  }

  .forsunki-lookup {
    min-height: 430px;
    padding: 68px 0 60px;
  }

  .forsunki-lookup__lead {
    margin: 30px 0 20px;
    font-size: 13px;
  }

  .forsunki-lookup__tags {
    margin-bottom: 50px;
  }

  .forsunki-lookup__tags li {
    min-height: 34px;
    padding: 6px 13px;
    font-size: 11px;
  }

  .forsunki-consultation__content {
    padding: 48px 36px 42px 40px;
  }

  .forsunki-consultation__title {
    font-size: 24px;
  }

  .forsunki-consultation__lead {
    margin-bottom: 28px;
    font-size: 10px;
  }

  .forsunki-form__field {
    margin-bottom: 13px;
  }

  .forsunki-form__field > span,
  .forsunki-form__field input,
  .forsunki-form__field textarea {
    font-size: 11px;
  }
}

@media (max-width: 950px) and (min-width: 701px) {
  .forsunki-title {
    font-size: 21px;
  }

  .forsunki-hero {
    height: 320px;
  }

  .forsunki-hero__content {
    width: 400px;
    padding-top: 32px;
  }

  .forsunki-hero__title {
    margin-bottom: 12px;
    font-size: 27px;
  }

  .forsunki-hero__lead {
    margin-bottom: 12px;
    font-size: 9px;
  }

  .forsunki-hero__benefits {
    margin: 0 -6px 14px;
  }

  .forsunki-hero__benefits li {
    min-height: 45px;
    padding: 0 6px;
    font-size: 7px;
  }

  .forsunki-hero__benefit-icon {
    display: none;
  }

  .forsunki-category__visual {
    height: 145px;
  }

  .forsunki-category__title {
    min-height: 36px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .forsunki-benefit h3 {
    top: 14px;
    left: 9px;
    font-size: 11px;
  }

  .forsunki-benefit__text {
    top: 70%;
    right: 9px;
    left: 9px;
    font-size: 8px;
  }

  .forsunki-catalog__toolbar {
    grid-template-columns: minmax(0, 1fr) auto 160px;
  }

  .forsunki-search,
  .forsunki-catalog__reset,
  .forsunki-catalog__filter-toggle {
    height: 36px;
    font-size: 9px;
  }

  .forsunki-search input {
    height: 34px;
    font-size: 9px;
  }

  .forsunki-product__title {
    font-size: 9px;
  }

  .forsunki-product__actions {
    gap: 5px;
  }

  .forsunki-consultation__content {
    padding: 34px 28px 30px 30px;
  }

  .forsunki-consultation__title {
    font-size: 18px;
  }

  .forsunki-consultation__lead {
    margin-bottom: 18px;
    font-size: 8px;
  }

  .forsunki-form__field {
    margin-bottom: 8px;
  }

  .forsunki-form__field textarea {
    min-height: 40px;
  }
}

@media (max-width: 700px) {
  .forsunki-section {
    padding: 62px 0 68px;
  }

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

  .forsunki-hero {
    height: auto;
    min-height: 660px;
  }

  .forsunki-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 214, 43, 0.12) 0%, rgba(245, 177, 15, 0.95) 60%, #efb314 100%);
  }

  .forsunki-hero::after {
    background: linear-gradient(90deg, rgba(255, 223, 65, 0.7), rgba(255, 223, 65, 0) 75%);
  }

  .forsunki-hero__background {
    object-position: 67% top;
  }

  .forsunki-hero__content {
    width: 100%;
    max-width: none;
    padding: 48px 0 36px;
  }

  .forsunki-hero__title {
    max-width: 520px;
    margin-bottom: 22px;
    font-size: clamp(31px, 10.3vw, 44px);
  }

  .forsunki-hero__lead {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 13px;
  }

  .forsunki-hero__benefits {
    width: min(100%, 520px);
    margin: 0 0 28px;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }

  .forsunki-hero__benefits li {
    min-height: 60px;
    font-size: 10px;
  }

  .forsunki-hero__actions {
    width: min(100%, 360px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .forsunki-categories__grid {
    margin-top: 46px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .forsunki-category__visual {
    height: 190px;
    margin-bottom: 20px;
  }

  .forsunki-category__title {
    min-height: 0;
    font-size: 15px;
  }

  .forsunki-benefits__grid {
    margin-top: 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .forsunki-benefit:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 496 / 700;
  }

  .forsunki-benefit h3 {
    top: 18px;
    left: 12px;
    font-size: clamp(14px, 4.5vw, 19px);
  }

  .forsunki-benefit__text {
    top: 70%;
    right: 12px;
    left: 12px;
    font-size: clamp(9px, 2.8vw, 12px);
  }

  .forsunki-catalog__toolbar {
    margin: 42px 0 44px;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .forsunki-search {
    grid-column: 1 / -1;
  }

  .forsunki-catalog__reset,
  .forsunki-catalog__filter-toggle {
    width: 100%;
    padding: 0 13px;
  }

  .forsunki-catalog__filter-panel {
    margin-top: -24px;
    padding: 20px 16px 1px;
  }

  .forsunki-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 10px;
  }

  .forsunki-product__body {
    min-height: 188px;
    padding: 12px 8px 8px;
  }

  .forsunki-product__title {
    min-height: 60px;
    font-size: 11px;
  }

  .forsunki-product__codes {
    font-size: 8px;
  }

  .forsunki-product__actions {
    grid-template-columns: 1fr;
  }

  .forsunki-page .forsunki-product__button {
    min-height: 34px;
    font-size: 10px;
  }

  .forsunki-lookup {
    min-height: 530px;
    padding: 65px 0 60px;
  }

  .forsunki-lookup__lines {
    width: 190%;
    max-width: none;
    left: -45%;
  }

  .forsunki-lookup__lead {
    margin: 28px 0 20px;
    font-size: 14px;
  }

  .forsunki-lookup__tags {
    margin-bottom: 52px;
    gap: 8px;
  }

  .forsunki-lookup__tags li {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .forsunki-dealers__lead {
    margin: 28px auto 38px;
    font-size: 12px;
  }

  .forsunki-page .forsunki-map .map__cols {
    display: block;
  }

  .forsunki-page .forsunki-map .map__left {
    width: 100%;
    height: 420px;
    margin-bottom: 0;
  }

  .forsunki-page .forsunki-map .map__right {
    width: 100%;
    height: 360px;
  }

  .forsunki-consultation {
    grid-template-columns: 1fr;
  }

  .forsunki-consultation__form-side,
  .forsunki-consultation__visual {
    min-height: auto;
  }

  .forsunki-consultation__content {
    width: 100%;
    padding: 58px 20px 60px;
  }

  .forsunki-consultation__title {
    font-size: 27px;
  }

  .forsunki-consultation__lead {
    margin-bottom: 36px;
    font-size: 12px;
  }

  .forsunki-form {
    max-width: none;
  }

  .forsunki-consultation__visual {
    aspect-ratio: 1;
  }

  .forsunki-page #popup-callback .popup__cell {
    padding: 16px 0;
  }

  .forsunki-page #popup-callback .popup__window {
    width: calc(100% - 24px);
    padding: 36px 20px 30px;
    border-radius: 18px;
  }

  .forsunki-page #popup-callback .popup__close {
    top: 15px;
    right: 15px;
  }

  .forsunki-page #popup-callback .popup__title {
    margin: 0 24px 34px;
    font-size: 22px;
  }

  .forsunki-order-form__field {
    margin-bottom: 18px;
  }

  .forsunki-order-form__field--textarea {
    margin-bottom: 0;
  }

  .forsunki-order-form__field textarea {
    min-height: 120px;
  }

  .forsunki-order-form__consent {
    margin-top: 22px;
  }

  .forsunki-page .forsunki-order-form__submit {
    width: 100%;
    margin-top: 24px;
  }

}

.forsunki-page .forsunki-benefit__text {
  top: auto;
  right: 17px;
  bottom: 20px;
  left: 17px;

  height: 90px;
  margin: 0;
}

@media (max-width: 1200px) {
  .forsunki-page .forsunki-benefit__text {
    bottom: 16px;
    height: 84px;
  }
}

@media (max-width: 700px) {
  .forsunki-page .forsunki-benefit__text {
    bottom: 16px;
    height: 96px;
  }
}

@media (max-width: 420px) {
  .forsunki-products {
    grid-template-columns: 1fr;
  }

  .forsunki-product__body {
    min-height: 170px;
  }

  .forsunki-product__title {
    min-height: 0;
    font-size: 14px;
  }

  .forsunki-product__actions {
    grid-template-columns: 1fr 1fr;
  }

  .forsunki-benefits__grid {
    grid-template-columns: 1fr;
  }

  .forsunki-benefit,
  .forsunki-benefit:last-child {
    grid-column: auto;
    aspect-ratio: 496 / 760;
  }

  .forsunki-benefit__text {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .forsunki-page *,
  .forsunki-page *::before,
  .forsunki-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

}
