/* Контент по центру: не сужать body/#root и не центрировать через flex */
body,
#root {
  width: 100% !important;
  max-width: 100% !important;
}
body {
  display: block !important;
  place-items: unset !important;
}
/* Блокировка скролла страницы при открытом мобильном меню */
body.menu-open {
  overflow: hidden !important;
}

/* Попап по центру экрана (в шаблоне margin: auto не центрирует position: fixed по горизонтали) */
.popup1 {
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
}

/* Кнопка «Вам перезвонить?» — вид как в оригинале (синий пунктир, цвет, шрифт), без обводки фокуса */
.s_top .call:focus {
  outline: none;
}
.s_top .tel button.call,
.s_top .b_line button.call {
  background: none !important;
  border: none !important;
  border-bottom: 1px dashed #2861dc !important;
  color: #2861dc;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-align: inherit;
}
.s_top .tel button.call {
  float: right;
  font-family: "RobotoRegular", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 12px;
  margin-bottom: 7px;
  padding-bottom: 6px;
  padding-top: 7px;
}
.s_top .b_line button.call {
  float: right;
  font-family: "RobotoCondensedLight", sans-serif;
  font-size: 20px;
  margin-top: 5px;
  padding-right: 10px;
  text-decoration: underline;
}

/* Как в p-c: на мобильных шапка всегда фиксирована сверху, .probel — спейсер с фиксированной высотой, верстка не ломается */
@media (max-width: 992px) {
  .s_top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000;
    background: #fff !important;
  }
  .probel {
    min-height: 100px !important;
    height: 100px !important;
    display: block !important;
  }
}

/* Мобильное меню: контейнер фиксированный на весь экран, скролл только у списка */
.s_top .menu.show {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: 100vh !important;
  overflow: hidden !important;
  z-index: 9998 !important;
}
/* Скролл только у списка пунктов меню */
.s_top .menu.show > ul {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: calc(100vh - 80px) !important;
  margin-top: 70px !important;
  padding-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}
/* Кнопка закрытия мобильного меню — как в оригинале, поверх и кликабельна */
.s_top .menu.show .m_close {
  display: block !important;
  cursor: pointer !important;
  z-index: 9999 !important;
  position: absolute !important;
}
.s_top .menu.show .m_close img {
  display: block;
}

/* s_gallery: навигация как в оригинале (owl .owl-prev/.owl-next) — только свои картинки, без лишнего */
.s_gallery .swiper-button-prev,
.s_gallery .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 38px;
  height: 54px;
  margin-top: -27px;
  top: 35%;
  color: transparent !important;
}
.s_gallery .swiper-button-prev { left: 4px; background-image: url("/images/g_prev.png"); }
.s_gallery .swiper-button-next { right: 4px; background-image: url("/images/g_next.png"); }
.s_gallery .swiper-button-prev::after,
.s_gallery .swiper-button-next::after { display: none !important; }
.s_gallery .swiper-button-prev svg,
.s_gallery .swiper-button-next svg { display: none !important; }

/* s_otz_car: навигация как в оригинале — только свои картинки, без лишнего */
.s_otz_car .swiper-button-prev,
.s_otz_car .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 25px;
  height: 41px;
  margin-top: -20px;
  top: 19%;
  color: transparent !important;
}
.s_otz_car .swiper-button-prev { left: 0; background-image: url("/images/prev2.png"); }
.s_otz_car .swiper-button-next { right: 0; background-image: url("/images/next2.png"); }
.s_otz_car .swiper-button-prev::after,
.s_otz_car .swiper-button-next::after { display: none !important; }
.s_otz_car .swiper-button-prev svg,
.s_otz_car .swiper-button-next svg { display: none !important; }

.pre-loader-hidden {
  display: none !important;
}

.s_form_lowprice .digits {
  overflow: hidden;
}
.s_form_lowprice .digits .cntDigit {
  overflow: hidden;
  background-repeat: no-repeat;
}

/* FlipClockCountdown: вид как в оригинале */
.s_form_lowprice .s_form_lowprice_flip_wrap {
  display: flex;
  justify-content: center;
  width: 527px;
  margin: 0 auto;
}
.s_form_lowprice .s_form_lowprice_flip_wrap {
  --fcc-background: #2861dc;
  --fcc-digit-color: #fff;
  --fcc-digit-block-width: 80px;
  --fcc-digit-block-height: 108px;
  --fcc-digit-block-radius: 10px;
  --fcc-digit-font-size: 88px;
  --fcc-label-color: #333;
  --fcc-label-font-size: 18px;
  --fcc-separator-color: #1a237e;
  --fcc-separator-size: 8px;
}

/* s_form_lowprice: заголовок по центру, форма как в zakaz_5min (razmetka1 в одну строку) */
.s_form_lowprice h3 {
  text-align: center;
}
.s_form_lowprice .zakaz_lowprice {
  padding-top: 30px;
  padding-left: 15px;
  text-align: center;
}

/* s_simple_text: современный вид в духе основного дизайна */
.s_simple_text {
  margin-top: 0;
  padding: 48px 0 56px;
  background: #fff;
}
.s_simple_text_inner {
  max-width: 720px;
  margin: 0 auto;
}
.s_simple_text_h1,
.s_simple_text_h2,
.s_simple_text_h3 {
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  color: #1a1a1a;
  margin: 0 0 0.6em;
  line-height: 1.25;
  font-weight: 700;
}
.s_simple_text_h1 { font-size: 28px; }
.s_simple_text_h2 {
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2861dc;
}
.s_simple_text_h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.s_simple_text_inner > .s_simple_text_h3:first-child { margin-top: 0; }
.s_simple_text p {
  margin: 0 0 1em;
  font-family: "RobotoRegular", "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444;
  text-align: left;
  text-indent: 0;
}
.s_simple_text p a {
  color: #2861dc;
  text-decoration: none;
  font-size: inherit;
  padding-top: 0;
  text-align: left;
}
.s_simple_text p a:hover { text-decoration: underline; }
.s_simple_text_list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.s_simple_text_list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-family: "RobotoRegular", "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}
.s_simple_text_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #2861dc;
  border-radius: 50%;
}
.s_simple_text_content p:last-child,
.s_simple_text_inner > p:last-child { margin-bottom: 0; }
.s_simple_text_list:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .s_simple_text { padding: 32px 0 40px; }
  .s_simple_text_inner { padding: 0 12px; }
  .s_simple_text_h1 { font-size: 24px; }
  .s_simple_text_h2 { font-size: 20px; padding-bottom: 10px; margin-bottom: 16px; }
  .s_simple_text_h3 { font-size: 19px; margin-top: 24px; margin-bottom: 12px; }
  .s_simple_text p,
  .s_simple_text_list li { font-size: 16px; }
}

/* Мини-калькулятор: нативный range вместо jQuery UI слайдера */
.s_minicalc .mc_slider_place input[type="range"] {
  width: 465px;
  max-width: 100%;
  float: left;
  margin: 0;
  vertical-align: middle;
}

/* Калькулятор потолков: ползунок без jQuery UI — позиционирование как в оригинале */
.potplok_calc #slider-horizontal {
  position: relative;
}
.potplok_calc #slider-horizontal .ui-slider-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.potplok_calc #slider-horizontal .ui-slider-handle {
  position: absolute;
  display: block;
  pointer-events: none;
}

/* О компании: карусель s_about — точки как в шаблоне (owl-dots) */
.s_about .carousel_about .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #ffe501;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  opacity: 1;
}
.s_about .carousel_about .swiper-pagination-bullet-active {
  background: #ffe501;
}

/* Страница отзывов s24: слайдер фото — автовысота по фото (Swiper autoHeight задаёт высоту контейнера по активному слайду) */
.s24 .otz_block .otz_block_carousel {
  margin-top: 15px;
  max-width: 100%;
  overflow: hidden;
}
.s24 .otz_block .otz_block_carousel .swiper {
  overflow: hidden;
}
.s24 .otz_block .otz_block_carousel .swiper-wrapper {
  align-items: flex-start;
  box-sizing: border-box;
}
.s24 .otz_block .otz_block_carousel .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
  display: block;
}
.s24 .otz_block .otz_block_carousel .swiper-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.s24 .otz_block .otz_block_carousel .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.s24 .otz_block .otz_block_carousel .swiper-pagination-bullet {
  background: #333;
  opacity: 0.4;
  width: 8px;
  height: 8px;
}
.s24 .otz_block .otz_block_carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffe501;
}

/* otz_right: форма фиксируется при скролле (как lockfixed в оригинале), только десктоп */
.s24 .otz_page .otz_right .otz_right_sticky_wrap {
  position: relative;
}
@media (min-width: 1201px) {
  .s24 .otz_page .otz_right .otz_right_sticky_wrap .zakaz_vp {
    position: sticky;
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .s24 .otz_page .otz_right .otz_right_sticky_wrap .zakaz_vp {
    position: relative;
  }
}

/* Контейнер карты на странице «Где заказать» — как в шаблоне */
#map {
  width: 100%;
  min-height: 85vh;
  margin: 0;
  padding: 0;
}

/* Информер «Оплата Долями» на главной — карточка «как родная» под дизайн сайта */
.section-dolyami-informer {
  padding: 28px 0;
}
.dolyami-informer-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: center;
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(249, 223, 85, 0.18), rgba(255, 255, 255, 0));
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 780px;
  margin: 0 auto;
}
.dolyami-informer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px;
  min-height: 84px;
}
.dolyami-informer-logo {
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dolyami-informer-content {
  min-width: 0;
}
.dolyami-informer-title {
  margin: 0 0 6px;
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}
.dolyami-informer-subtitle {
  margin: 0 0 14px;
  font-family: "RobotoRegular", "Roboto", sans-serif;
  font-size: 17px;
  color: #444;
  opacity: 0.9;
}
.dolyami-informer-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.dolyami-informer-list li {
  position: relative;
  padding-left: 22px;
  font-family: "RobotoRegular", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
  opacity: 0.92;
}
.dolyami-informer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #1a1a1a;
}
.dolyami-informer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: transform 160ms ease, background 160ms ease;
}
.dolyami-informer-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}
.dolyami-informer-legal {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #555;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .dolyami-informer-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .dolyami-informer-brand {
    justify-content: flex-start;
  }
}

/* Страница /dolyami — секции в стиле сайта */
.dolyami-section-title {
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2861dc;
}

/* Отступы контента секций (карточки не прижаты к краям) */
.section.dolyami-how .col-sm-12,
.section.dolyami-advantages .col-sm-12,
.section.dolyami-faq .col-sm-12,
.section.dolyami-official .col-sm-12,
.section.dolyami-legal .col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.dolyami-how { padding: 40px 0 56px; background: #f5f5f5; }
.dolyami-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}
.dolyami-stepper-item {
  position: relative;
  flex: 1 1 calc(25% - 16px);
  min-width: 160px;
  padding: 24px 20px 28px;
  background: #fff;
  border-radius: 12px;
  margin: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}
.dolyami-stepper-item:first-child { margin-left: 0; }
.dolyami-stepper-item:last-child { margin-right: 0; }
.dolyami-stepper-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffdd2d;
  color: #1a1a1a;
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.dolyami-stepper-title {
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.dolyami-stepper-desc {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}
.dolyami-stepper-line {
  position: absolute;
  top: 42px;
  left: calc(50% + 30px);
  width: calc(100% - 60px);
  height: 2px;
  background: #e0e0e0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .dolyami-stepper { flex-direction: column; gap: 16px; }
  .dolyami-stepper-line { display: none; }
  .dolyami-stepper-item { flex: 1 1 auto; min-width: 0; margin: 0; }
  .section.dolyami-how .col-sm-12,
  .section.dolyami-advantages .col-sm-12,
  .section.dolyami-faq .col-sm-12,
  .section.dolyami-official .col-sm-12,
  .section.dolyami-legal .col-sm-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.dolyami-advantages { padding: 48px 0 56px; background: #fff; }
.dolyami-adv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
.dolyami-adv-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
}
.dolyami-adv-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.dolyami-adv-card-title {
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffdd2d;
}
.dolyami-adv-card-text {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
@media (max-width: 768px) {
  .dolyami-adv-cards { grid-template-columns: 1fr; gap: 20px; }
}

.dolyami-faq { padding: 40px 0 48px; background: #f5f5f5; }
.dolyami-accordion { max-width: 640px; margin: 0 auto; }
.dolyami-accordion-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  overflow: hidden;
}
.dolyami-accordion-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-family: "RobotoCondensedBold", "Roboto", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}
.dolyami-accordion-head:hover { background: #f9f9f9; }
.dolyami-accordion-icon {
  font-size: 20px;
  color: #2861dc;
  flex-shrink: 0;
  margin-left: 12px;
}
.dolyami-accordion-body {
  padding: 0 20px 16px;
}
.dolyami-accordion-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}
.dolyami-accordion-body[hidden] { display: none; }

.dolyami-official { padding: 40px 0 48px; background: #fff; }
.dolyami-official-block {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 32px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #eee;
  border-left: 4px solid #ffdd2d;
}
.dolyami-official-brand {
  margin-bottom: 16px;
}
.dolyami-official-brand img {
  display: block;
  height: 42px;
  width: auto;
  object-fit: contain;
}
.dolyami-official-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #444;
}
.dolyami-official-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.dolyami-official-link:hover { text-decoration: underline; }

.dolyami-legal { padding: 40px 0 48px; background: #f5f5f5; }
.dolyami-legal-block {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 32px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}
.dolyami-legal-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

/* ========================================================
   SectionWhyUs вЂ” В«РџРѕС‡РµРјСѓ РІС‹Р±РёСЂР°СЋС‚ РЅР°СЃВ»
   ======================================================== */
.s_why_us {
  padding: 52px 0 44px;
  background: #f5f7fb;
}
.s_why_us_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.s_why_us_sub {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 36px;
}
.s_why_us_grid {
  margin-top: 0;
}
.s_why_us_card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8edf5;
  padding: 28px 22px 24px;
  margin-bottom: 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.s_why_us_card:hover {
  box-shadow: 0 4px 18px rgba(40,97,220,0.10);
}
.s_why_us_num {
  font-size: 32px;
  font-weight: 800;
  color: #2861dc;
  line-height: 1.1;
  margin-bottom: 4px;
}
.s_why_us_label {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.s_why_us_text {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

/* ========================================================
   SectionHowItWorks вЂ” В«РљР°Рє РїСЂРѕС…РѕРґРёС‚ РјРѕРЅС‚Р°Р¶В»
   ======================================================== */
.s_how_it_works {
  padding: 52px 0 48px;
  background: #fff;
}
.s_hiw_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.s_hiw_sub {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 40px;
}
.s_hiw_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-items: flex-start;
}
.s_hiw_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 200px;
  max-width: 240px;
  text-align: center;
  padding: 0 16px 32px;
}
.s_hiw_step_num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2861dc;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  flex-shrink: 0;
}
.s_hiw_step_title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.s_hiw_step_text {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
.s_hiw_step_arrow {
  display: none;
}
.s_hiw_cta_wrap {
  text-align: center;
  margin-top: 16px;
}
/* Кнопка «Записаться на замер» — как в форме zakaz_5min: компактная .blue_btn по центру */
.s_how_it_works .s_hiw_cta_wrap .blue_btn {
  display: inline-block;
  width: 253px;
  margin-top: 21px;
  margin-bottom: 21px;
}
.s_how_it_works .s_hiw_cta_wrap .blue_btn a {
  display: block;
  line-height: 32px;
  text-decoration: none;
}
.s_hiw_cta {
  display: inline-block;
  font-size: 16px;
  padding: 14px 36px;
}

/* ========================================================
   SectionFAQ вЂ” В«Р§Р°СЃС‚С‹Рµ РІРѕРїСЂРѕСЃС‹В»
   ======================================================== */
.s_faq {
  padding: 52px 0 56px;
  background: #f5f7fb;
}
.s_faq_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.s_faq_sub {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 36px;
}
.s_faq_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s_faq_item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e8f0;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.s_faq_item--open {
  box-shadow: 0 4px 16px rgba(40,97,220,0.09);
  border-color: #c2d0ef;
}
.s_faq_q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}
.s_faq_q:hover { color: #2861dc; }
.s_faq_icon {
  font-size: 22px;
  font-weight: 400;
  color: #2861dc;
  flex-shrink: 0;
  line-height: 1;
}
.s_faq_a {
  padding: 0 22px 18px;
  border-top: 1px solid #f0f0f0;
}
.s_faq_a p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* РђРґР°РїС‚РёРІ РЅРѕРІС‹С… СЃРµРєС†РёР№ */
@media (max-width: 767px) {
  .s_why_us { padding: 36px 0 28px; }
  .s_why_us_title,
  .s_hiw_title,
  .s_faq_title { font-size: 21px; }
  .s_hiw_steps { flex-direction: column; align-items: center; }
  .s_hiw_step { max-width: 100%; padding: 0 16px 24px; }
  .s_how_it_works { padding: 36px 0 32px; }
  .s_faq { padding: 36px 0 40px; }
  .s_faq_q { font-size: 15px; padding: 15px 16px; }
  .s_faq_a { padding: 0 16px 14px; }
}