.inner-top {
  background: #0f2d24;
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.inner-top a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  margin-right: 0.85rem;
  white-space: nowrap;
}
.inner-top a:hover {
  color: #fff;
  text-decoration: none;
}
.inner-top .inner-logo img {
  height: 42px;
  width: auto;
}
.inner-main {
  padding: 2.5rem 0 3.5rem;
  background: #fff;
}
.inner-main .section__title {
  margin-bottom: 1rem;
}
.inner-main .section__text {
  margin-bottom: 1.15rem;
  max-width: 52rem;
}
.inner-main h2.section__title {
  margin-top: 2rem;
}
.inner-cta {
  margin: 1.75rem 0 2rem;
}
.inner-related {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e5e5e5;
  max-width: 52rem;
}
.inner-related ul {
  margin: 0;
  padding-left: 1.25rem;
}
.inner-footer-mini {
  background: #f4f6f5;
  padding: 1.5rem 0;
  font-size: 14px;
}
.inner-footer-mini a {
  color: inherit;
  text-decoration: underline;
}
#faq.faq-section {
  padding: 3rem 0 3.5rem;
  background: #f4f6f5;
}
#faq .faq-item {
  margin-bottom: 1.35rem;
  max-width: 52rem;
}
#faq .faq-item h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
#faq .faq-item p {
  margin: 0;
  color: #444;
  line-height: 1.55;
}
.landing-links {
  margin-top: 1rem;
  font-size: 15px;
}
.landing-links a {
  margin-right: 0.5rem;
}

/* Кнопки в стиле главной (#FDC95C, акцент сайта) */
.btn-splav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 2rem;
  border: none;
  border-radius: 4px;
  background: #fdc95c;
  color: #232323 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 18px rgba(253, 201, 92, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  max-width: 100%;
}
.btn-splav:hover {
  background: #ffc241;
  color: #151515 !important;
  box-shadow: 0 6px 22px rgba(253, 201, 92, 0.55);
  transform: translateY(-1px);
}
.btn-splav:active {
  transform: translateY(0);
}
.btn-splav:focus {
  outline: 2px solid #d3a671;
  outline-offset: 3px;
}

.inner-cta .btn-splav {
  width: auto;
  min-width: 280px;
}

/* Кнопки с эмодзи: без uppercase, читаемый текст */
.btn-splav.btn-splav--friendly {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.landing-cta-strip {
  background: linear-gradient(135deg, #1a4d3a 0%, #0f2d24 100%);
  color: #fff;
  padding: 2rem 0 2.25rem;
  text-align: center;
}
.landing-cta-strip__text {
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  font-weight: 600;
}
.landing-cta-strip .btn-splav {
  margin: 0 auto;
}

/* Мини-квиз */
.landing-playbox {
  margin: 2.5rem 0;
  padding: 1.75rem 1.5rem 2rem;
  background: linear-gradient(180deg, #f8faf9 0%, #eef4f1 100%);
  border: 1px solid #dde8e3;
  border-radius: 8px;
  max-width: 52rem;
  box-shadow: 0 8px 28px rgba(53, 65, 79, 0.08);
}
.landing-playbox__lead {
  font-size: 16px;
  line-height: 1.55;
  color: #333;
  margin-bottom: 1.25rem;
}
.landing-playbox .section__title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.quiz-progress {
  height: 6px;
  background: #dde8e3;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.quiz-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fdc95c, #d3a671);
  border-radius: 3px;
  transition: width 0.35s ease;
}
.quiz-step {
  display: none;
}
.quiz-step.is-active {
  display: block;
}
.quiz-q {
  font-weight: 600;
  font-size: 17px;
  color: #35414f;
  margin-bottom: 1rem;
}
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.quiz-opt {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border: 2px solid #c5d5cd;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.quiz-opt:hover {
  border-color: #fdc95c;
  background: #fffef8;
}
.quiz-opt.is-picked {
  border-color: #d3a671;
  background: #fff9ec;
  box-shadow: 0 0 0 2px rgba(211, 166, 113, 0.25);
}
.quiz-result__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

/* Подарок за прохождение квиза (скидка показывается только на финальном шаге) */
.quiz-bonus {
  margin: 0 0 1.35rem;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff9ec 0%, #fff4dc 50%, #fef6e8 100%);
  border: 1px solid rgba(211, 166, 113, 0.45);
  box-shadow: 0 6px 20px rgba(253, 201, 92, 0.22);
}
.quiz-bonus__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c4a2a;
  background: rgba(253, 201, 92, 0.55);
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.quiz-bonus__lead {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3328;
  margin: 0 0 0.45rem;
  line-height: 1.35;
}
.quiz-bonus__text {
  font-size: 15px;
  line-height: 1.55;
  color: #3d3d3d;
  margin: 0;
}
.quiz-bonus__text strong {
  color: #b8860b;
}

/* Политика: светлое окно с прокруткой */
.modal-content--policy {
  background: #f8faf9 !important;
  color: #222 !important;
  border-radius: 6px;
}
.modal-content--policy .close {
  color: #35414f !important;
  opacity: 0.75;
  text-shadow: none;
}
.modal-content--policy .consultation__title {
  color: #35414f !important;
  margin-top: 15px;
}
.policy-scroll {
  max-height: 62vh;
  overflow-y: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding-right: 10px;
  margin-top: 0.5rem;
}
.policy-scroll p {
  margin-bottom: 0.85rem;
}
.policy-scroll strong {
  color: #1a3328;
}
.policy-docx-note {
  font-size: 13px;
  color: #555;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dde8e3;
}
.policy-docx-note a {
  color: #1a5c40;
  text-decoration: underline;
}

.inner-footer-mini .policy-footer-link {
  margin-left: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

/* Верхняя полоса меню: только CSS, без скриптов */
.site-topbar {
  background: #0f2d24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 100;
}
.site-topbar .container-fluid {
  max-width: 100%;
}
.site-topbar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 1rem;
  padding: 0.45rem 0 0.5rem;
  margin: 0;
}
.site-topbar__nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.site-topbar__nav a:hover {
  color: #fdc95c;
}
.site-topbar__accent {
  color: #fdc95c !important;
  font-weight: 600;
}
.site-topbar__accent:hover {
  color: #ffe08a !important;
}

/* Десктоп: полоса меню чуть шире (~+5%) */
@media (min-width: 577px) {
  .site-topbar__nav {
    gap: 0.42rem 1.05rem;
    padding: 0.47rem 0 0.52rem;
  }
  .site-topbar__nav a {
    font-size: 13.65px;
  }
}

/* С мобильного в верхней полосе скрыты маршруты — они в подвале */
@media (max-width: 767px) {
  .site-topbar__link--footer-only {
    display: none !important;
  }
}

/* Главная: шапка с логотипом — класс header--home на <header> */
header#header.header--home .header-home-top-row {
  display: flex !important;
  flex-wrap: wrap !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  position: relative;
  z-index: 20;
  align-items: flex-start;
}

@media (min-width: 768px) {
  header#header.header--home > .container-full {
    position: relative;
    z-index: 5;
  }
  header#header.header--home .logo-block {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  header#header.header--home .logo-block img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100%;
    height: auto;
  }
}

/* Только узкие телефоны: без верхней шапки; бургер закреплён; отступы героя как в media.css */
@media (max-width: 767px) {
  header#header.header--home .header-home-top-row {
    display: none !important;
  }
  header#header.header--home #menu-icon {
    display: block !important;
    position: fixed;
    top: 14px;
    right: 16px;
    left: auto;
    float: none;
    z-index: 10050;
    margin: 0;
  }
  header#header.header--home .menu-mobile {
    position: relative;
    z-index: 10040;
  }
  header#header.header--home .offer {
    margin-left: 0 !important;
    margin-top: 75px !important;
  }
}
@media (max-width: 576px) {
  header#header.header--home .offer {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

/*
 * SEO под контактами: без класса .services.
 * .contacts-wrap в main.css имеет z-index: 1000 — нельзя задавать SEO z-index ниже, иначе текст уходит «под» серый блок.
 * Плюс резерв снизу у .contacts-section — у absolute-блока не было места в потоке.
 */
@media (min-width: 993px) {
  section#contacts-section.contacts-section,
  #contacts-section.contacts-section {
    padding-top: 240px !important;
    padding-bottom: 160px !important;
  }
}

.seo-about-section {
  position: relative;
  z-index: 1010;
  isolation: isolate;
  clear: both;
  margin-top: 0;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
.seo-about-section::before {
  content: none !important;
  display: none !important;
}

.menu-mobile__nav {
  padding: 1rem 1.25rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.menu-mobile__nav a {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.menu-mobile__nav a:hover {
  color: #fdc95c;
}

/* Выпадающее меню (бургер): всё по центру */
.menu-mobile {
  text-align: center;
}
.menu-mobile .menu-mobile__nav a {
  text-align: center;
}
.menu-mobile .header__contacts--mobile.contacts,
.menu-mobile .header__contacts--mobile.d-flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.menu-mobile .contacts__address--mobile {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.menu-mobile .contacts__address--mobile::before {
  display: none;
}
.menu-mobile .contacts__order {
  margin: 0.65rem auto;
}
.menu-mobile .contacts__phone {
  text-align: center;
}

/* Шапка посадочных: Главная → Корпоративный отдых → Прокат → Сертификат (порядок в разметке и на мобилке) */
.inner-top__wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}
.inner-top__wrap .inner-logo {
  flex-shrink: 0;
}
.inner-top__wrap .inner-top__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.2rem 0 0.2rem 8px;
  margin: 0;
  scroll-padding-left: 8px;
}
.inner-top__nav a.inner-top__link {
  margin-right: 0 !important;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  line-height: 1.35;
  border: none !important;
  background: none !important;
  border-radius: 0;
  padding: 0 2px;
  flex-shrink: 0;
  text-indent: 0;
  overflow: visible;
}
.inner-top__nav a.inner-top__link:hover {
  color: #fdc95c !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .inner-top__wrap {
    flex-wrap: nowrap;
  }
  .inner-top__wrap .inner-top__nav {
    justify-content: flex-end;
    gap: 0.3rem 0.55rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-left: 10px;
    scroll-padding-left: 10px;
  }
  .inner-top__wrap .inner-top__nav::-webkit-scrollbar {
    display: none;
  }
  .inner-top__nav a.inner-top__link {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .inner-top {
    padding: 0.65rem 0 0.85rem;
  }
  .inner-top__wrap .inner-logo img {
    height: 36px;
  }
}

/* Подвал: уже по вертикали, меньше «серой полосы», колонки по одной линии сверху */
.footer {
  padding: 40px 0 32px !important;
  background-color: #2e2e2e !important;
}
.footer > .container-fluid > .row:first-child {
  align-items: flex-start;
}
.footer > .container-fluid > .row:first-child > [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer > .container-fluid > .row:first-child > [class*="col-"] {
    align-items: center;
  }
}
.footer .copyright-wrap {
  margin-top: 1.75rem !important;
  padding-top: 1.25rem !important;
}

/* Подвал: ссылки обычным текстом, без «кнопок», плотнее блоки */
.footer .header-panel__link--footer {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  width: auto !important;
  max-width: none !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  color: #fff !important;
  text-decoration: none;
  text-transform: none;
}
.footer .header-panel__link--footer:hover {
  color: #fdc95c !important;
  text-decoration: underline;
  background: transparent !important;
}
.footer .header-panel__item--footer {
  margin-top: 0.35rem !important;
}
.footer .header-panel__list--footer {
  margin-bottom: 0.5rem !important;
}
.footer .header-panel__nav--footer {
  margin-top: 0.75rem !important;
  padding-top: 0.75rem !important;
}
@media (max-width: 1199px) {
  .footer .header-panel__nav--footer {
    margin-top: 0.35rem !important;
    padding-top: 0.5rem !important;
  }
  .footer .copyright-wrap {
    margin-top: 1.25rem !important;
  }
  .logo-block--footer {
    margin-bottom: 0.35rem !important;
  }
}

/* Подвал главной: компактно на мобильных */
@media (max-width: 767px) {
  .footer {
    padding-top: 1.1rem !important;
    padding-bottom: 0.85rem;
    text-align: center;
  }
  .footer .container-fluid.container-full > .row:first-child {
    row-gap: 0.15rem;
  }
  .footer .container-fluid.container-full > .row:first-child > [class*="col-"] {
    margin-bottom: 0.45rem;
  }
  .footer .logo-block--footer {
    margin-bottom: 0.2rem !important;
  }
  .footer .header-panel__nav--footer {
    margin: 0 auto !important;
    padding-top: 0.45rem !important;
    margin-top: 0.25rem !important;
    max-width: 20rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer .header-panel__list--footer {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 0 !important;
  }
  .footer .header-panel__item--footer {
    margin-bottom: 0.12rem !important;
    margin-top: 0.2rem !important;
  }
  .footer .header-panel__link--footer {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-contacts {
    padding-top: 0.05rem;
  }
  .footer-contacts .contacts__phone {
    margin-bottom: 0.35rem !important;
  }
  .footer-contacts .contacts__phone a {
    font-size: 1.05rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .footer-contacts .contacts__address {
    font-size: 13px;
    line-height: 1.45;
    margin-top: 0.2rem;
    opacity: 0.92;
  }
  .footer .social.social--footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.35rem;
  }
  .footer .copyright-wrap {
    margin-top: 0.35rem !important;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer .copyright-wrap .copyright {
    font-size: 12px;
    margin-bottom: 0.35rem;
  }
  .footer .copyright-wrap .text-md-right {
    text-align: center !important;
  }
  .footer .footer__link.policy-footer-link {
    font-size: 12px;
    display: inline-block;
  }
}

/* Slick: повторное объявление с font-display: swap (Lighthouse / производительность) */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../slick/fonts/slick.woff") format("woff"),
    url("../slick/fonts/slick.ttf") format("truetype"),
    url("../slick/fonts/slick.svg#slick") format("svg");
}

/* Каталог программ 2026 на главной */
.programs-hub {
  background: #f4f6f5;
  padding: 3rem 0 3.25rem;
}
.programs-hub__schedule {
  background: #ffffff;
  border-radius: 10px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 4px 14px rgba(53, 65, 79, 0.06);
  border: 1px solid #d7e2dd;
  font-size: 13px;
}
.programs-hub__schedule-title {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a3328;
}
.programs-hub__schedule-body {
  max-height: 260px;
  overflow-y: auto;
}
.programs-hub__schedule-month {
  margin-bottom: 0.5rem;
}
.programs-hub__schedule-month strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
  color: #2f3e38;
}
.programs-hub__schedule-month span {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  background: #eef4f1;
}
.programs-hub__schedule-note {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: #607069;
}
.programs-hub__schedule-link {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 13px;
  font-weight: 600;
  color: #1a5c40;
  text-decoration: underline;
}
.programs-hub__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 1.4rem;
}
.programs-hub__chip {
  border: 1px solid #c9d8d1;
  background: #fff;
  color: #2f3e38;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  line-height: 1.2;
  cursor: pointer;
}
.programs-hub__chip:hover,
.programs-hub__chip.is-active {
  background: #0f2d24;
  border-color: #0f2d24;
  color: #fff;
}
.programs-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.program-card {
  background: #fff;
  border: 1px solid #d7e2dd;
  border-radius: 10px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 4px 14px rgba(53, 65, 79, 0.06);
}
.program-card.is-hidden {
  display: none;
}
.program-card__meta {
  margin: 0 0 0.4rem;
  color: #607069;
  font-size: 13px;
  font-weight: 600;
}
.program-card__title {
  font-size: 1.15rem;
  line-height: 1.35;
  color: #222;
  margin-bottom: 0.45rem;
}
.program-card__text {
  margin: 0 0 0.65rem;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.5;
}
.program-card__link {
  color: #1a5c40;
  font-weight: 600;
  text-decoration: underline;
}
.programs-hub__cta {
  margin-top: 1.3rem;
}

/* Общий шаблон страниц программ */
.program-template {
  background: #fff;
}
.program-template .inner-main {
  padding-bottom: 2.6rem;
}
.program-hero {
  background: linear-gradient(130deg, #0f2d24 0%, #1a4d3a 100%);
  color: #fff;
  border-radius: 10px;
  padding: 1.3rem 1.2rem;
  margin: 0 0 1.25rem;
}
.program-hero__meta {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.program-hero h1 {
  margin: 0 0 0.5rem;
  font-size: 1.7rem;
  line-height: 1.3;
}
.program-hero p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
}
.program-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1rem 0 1.2rem;
}
.program-facts__item {
  border: 1px solid #dde8e3;
  border-radius: 8px;
  padding: 0.75rem;
  background: #f8faf9;
}
.program-facts__item b {
  display: block;
  font-size: 13px;
  color: #61716a;
  margin-bottom: 0.2rem;
}
.program-facts__item span {
  color: #212121;
  font-weight: 600;
}
.program-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}
.program-list li {
  margin-bottom: 0.45rem;
}
.program-cta {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.program-cta .btn-splav {
  min-height: 50px;
}

@media (max-width: 991px) {
  .programs-hub__schedule {
    margin-top: 1rem;
  }
  .programs-hub__grid {
    grid-template-columns: 1fr;
  }
  .program-facts {
    grid-template-columns: 1fr;
  }
}

/* Таблица проката и калькулятор */
.rent-table-wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.rent-table th,
.rent-table td {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
}
.rent-table td:first-child,
.rent-table th:first-child {
  white-space: normal;
}
.rent-table .rent-qty {
  width: 70px;
  max-width: 100%;
}
.rent-calc__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin: 0.75rem 0 0.75rem;
  font-size: 14px;
}
.rent-calc__controls label {
  margin-bottom: 0;
}
.rent-calc__summary {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 14px;
}
.rent-calc__form .form__field {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0.75rem;
}
.rent-calc__form .btn-splav {
  min-width: 260px;
}
