/* =========================================================
   ПРОБА 585 · Тёмно-зелёный хедер в стиле сайта
   v3 · 10.07.2026
   ========================================================= */

:root{
  --hdr-bg:      #0F5A32;
  --hdr-bg-2:    #0B4A28;
  --hdr-fg:      #F1F5EE;
  --hdr-fg-dim:  #B8CFB9;
  --hdr-line:    rgba(255,255,255,.10);
  --hdr-cta:     #F4C542;
  --hdr-cta-fg:  #1A1A1A;
  --hdr-cta-h:   #FFD34F;
  --hdr-height:  84px;
}

/* Сайт-хедер */
.site-header.site-header--green{
  position: sticky; top:0; z-index: 60;
  background: linear-gradient(180deg, var(--hdr-bg) 0%, var(--hdr-bg-2) 100%);
  color: var(--hdr-fg);
  border-bottom: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 18px rgba(15,90,50,.14);
}
.site-header--green .container{
  max-width: 1440px; margin:0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

/* Ряд 1 */
.site-header--green .header-row{
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  min-height: var(--hdr-height);
}

/* Лого — полный тёмно-зелёный логотип на белом пилле (стиль Клевер) */
.site-header--green .brand{
  display: inline-flex !important; align-items: center; gap:0 !important;
  text-decoration:none !important;
  padding: 6px 18px 6px 12px !important;
  background: #FFF !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.10);
  min-height: 56px;
}
/* v26: ЛОГО — полный PNG целиком без круглой обрезки */
.site-header--green .brand{
  gap: 10px !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}
.site-header--green .brand-logo{
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  max-width: none !important;
  background: #FFF !important;
  border-radius: 50% !important;
  padding: 6px !important;
  object-fit: contain !important;
  object-position: center !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.22) !important;
  filter: none !important;
  image-rendering: auto !important;
  -webkit-image-rendering: auto !important;
  box-sizing: border-box !important;
}
.site-header--green .brand{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.site-header--green .brand-text{
  display: inline-flex !important;
  flex-direction: column !important;
  line-height: 1.05 !important;
  color: #fff !important;
}
.site-header--green .brand-text .name{
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  letter-spacing: .01em !important;
}
.site-header--green .brand-text .sub{
  color: rgba(255,255,255,.78) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  margin-top: 2px !important;
}
/* .brand-text показан выше */
.site-header--green .brand-text{
  display:flex; flex-direction:column; line-height:1.05;
}
.site-header--green .brand-text .name{
  font-family: Manrope, Inter, system-ui, sans-serif !important;
  font-weight: 900 !important; font-size: 20px !important; letter-spacing: .02em !important;
  color: #FFF !important;
  line-height: 1.05 !important;
}
.site-header--green .brand-text .sub{
  margin-top: 3px !important;
  font-size: 12.5px !important; font-weight: 500 !important;
  color: var(--hdr-fg-dim) !important;
  white-space: nowrap !important;
  line-height: 1.05 !important;
}

/* Рейтинг Яндекс */
.hdr-rating{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  text-decoration:none; color: var(--hdr-fg);
  transition: background .18s ease, transform .18s ease;
  white-space: nowrap;
}
.hdr-rating:hover{ background: rgba(255,255,255,.14); transform: translateY(-1px); }
.hdr-rating__ya{
  display:inline-flex; align-items:center; justify-content:center;
  width: 30px; height: 30px;
  background: #FFF; border-radius: 8px;
}
.hdr-rating__body{ display:flex; flex-direction:column; line-height:1.05; }
.hdr-rating__score{
  display:inline-flex; align-items:center; gap:6px;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800; font-size: 15px; color:#FFF;
}
.hdr-rating__stars{ display:inline-flex; margin-top: 2px; }
.hdr-rating__label{
  margin-top: 3px; font-size: 11px; color: var(--hdr-fg-dim);
  letter-spacing: .02em;
}
.hdr-rating__score .hdr-rating__stars{ margin-left: 4px; }
.hdr-rating .hdr-rating__body > .hdr-rating__score{ font-size: 15px; }
.hdr-rating .hdr-rating__body{ min-width: 120px; }

/* Nav */
.site-header--green .nav{ justify-self: start; background: transparent !important; padding: 0 !important; border: none !important; }
.site-header--green .nav ul{
  display:flex !important; align-items:center; gap: clamp(8px, 1.6vw, 22px);
  margin:0 !important; padding:0 !important; list-style:none !important;
  background: transparent !important;
}
.site-header--green .nav > ul > li{ background: transparent !important; }
.site-header--green .nav > ul > li > a,
.header-row .site-header--green .nav a,
.site-header--green .header-row .nav a{
  display:inline-flex !important; align-items:center; gap:4px;
  padding: 10px 4px !important;
  color: var(--hdr-fg) !important;
  font-size: 14.5px !important; font-weight: 600 !important;
  text-decoration: none !important;
  transition: color .18s ease;
  white-space: nowrap !important;
  background: transparent !important;
  border: none !important;
}
.site-header--green .nav > ul > li > a:hover{ color: var(--hdr-cta); }
.site-header--green .nav .caret{ font-size: 10px; opacity: .7; }

.site-header--green .nav .has-dropdown{ position: relative; }
.site-header--green .nav .dropdown{
  position: absolute; top: calc(100% + 2px); left: -8px;
  min-width: 240px;
  background: #FFF; color: #1A1A1A;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.06);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  list-style: none;
}
.site-header--green .nav .has-dropdown:hover .dropdown,
.site-header--green .nav .has-dropdown:focus-within .dropdown{
  opacity: 1; visibility: visible; transform: translateY(0);
}
.site-header--green .nav .dropdown li a{
  display:block; padding: 10px 14px; border-radius: 8px;
  color: #1A1A1A; font-size: 14px; font-weight: 500;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.site-header--green .nav .dropdown li a:hover{
  background: #F1F5EE; color: var(--hdr-bg);
}

/* Действия справа */
.site-header--green .header-actions{
  display:flex !important; align-items:center; gap: 12px;
  justify-self: end;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.hdr-ico{
  display:inline-flex; align-items:center; justify-content:center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: var(--hdr-fg);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.hdr-ico:hover{ background: rgba(255,255,255,.20); transform: translateY(-1px); color: #FFF; }

.site-header--green .header-phone{
  display:inline-flex !important; flex-direction:column !important; line-height:1.05;
  color: var(--hdr-fg) !important; text-decoration:none !important;
  padding: 6px 8px !important;
  background: transparent !important;
  border: none !important;
}
.site-header--green .header-phone .num{
  font-family: Manrope, Inter, sans-serif !important;
  font-weight: 800 !important; font-size: 17px !important; color: #FFF !important;
  letter-spacing: .01em;
}
.site-header--green .header-phone .schedule{
  margin-top: 3px !important; font-size: 11.5px !important; color: var(--hdr-fg-dim) !important;
}

.site-header--green .btn-callback,
.site-header--green .btn.btn-callback,
.site-header--green button.btn-callback{
  background: var(--hdr-cta) !important;
  color: var(--hdr-cta-fg) !important;
  border: none !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  font-weight: 800 !important; font-size: 14.5px !important;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 6px 16px rgba(244,197,66,.28) !important;
  white-space: nowrap;
  text-decoration: none !important;
  display:inline-flex !important; align-items:center; gap:8px;
}
.site-header--green .btn-callback:hover{
  background: var(--hdr-cta-h) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(244,197,66,.36) !important;
}

/* ============ ФИДБЭК ПРИ ПЕРЕКЛЮЧЕНИИ КАТЕГОРИИ ============ */
body.is-cat-switching main,
body.is-cat-switching #content,
body.is-cat-switching .site-content,
body.is-cat-switching .content{
  animation: proba-cat-fade .38s ease-out;
}
@keyframes proba-cat-fade{
  0%   { opacity: 1; transform: translateY(0); }
  40%  { opacity: .35; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* Мини-лоадер вверху — даёт ощущение перехода */
body.is-cat-switching::before{
  content: '';
  position: fixed; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #F5B915, transparent);
  z-index: 99999;
  animation: proba-cat-bar .38s ease-out;
}
@keyframes proba-cat-bar{
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
/* Подсветка целевого якоря на странице цен */
.cat-target-flash{
  animation: proba-cat-flash 1.4s ease-out;
}
@keyframes proba-cat-flash{
  0%   { box-shadow: 0 0 0 0 rgba(245,185,21,0),   background-color 0s; background-color: rgba(245,185,21,.22); }
  30%  { box-shadow: 0 0 0 6px rgba(245,185,21,.35); background-color: rgba(245,185,21,.22); }
  100% { box-shadow: 0 0 0 0 rgba(245,185,21,0);   background-color: transparent; }
}

/* Скрываем СТАРУЮ строку категорий с .cats внутри (из pravki-2026-07) */
.site-header--green .cats,
body .cats,
body .header-cats + .cats{ display: none !important; }

/* Ряд 2: категории (всё в зелёном хедере, не на белом) */
/* Убиваем скролл-полосу под категориями во всех состояниях */
header.site-header.site-header--green .header-cats,
header.site-header.site-header--green .header-cats *{
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
header.site-header.site-header--green .header-cats::-webkit-scrollbar,
header.site-header.site-header--green .header-cats *::-webkit-scrollbar{
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
header.site-header.site-header--green .header-cats{
  display:flex !important; align-items:center;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  gap: 4px !important;
  padding: 10px 0 12px !important;
  margin: 0 !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  border-top: 1px solid var(--hdr-line) !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--hdr-fg-dim) !important;
  position: relative;
  z-index: 2;
  width: 100% !important;
}
header.site-header.site-header--green .header-cats a:not(.header-cats__fav){
  display:inline-flex !important; align-items:center; justify-content: center;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  color: var(--hdr-fg-dim) !important;
  font-size: 12.5px !important; font-weight: 500 !important;
  text-decoration: none !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
  border: 1px solid transparent !important;
  background: transparent !important;
  white-space: nowrap;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  text-align: center !important;
}
header.site-header.site-header--green .header-cats a:hover{
  color: #FFF !important;
  background: rgba(255,255,255,.10) !important;
}
header.site-header.site-header--green .header-cats a.is-active{
  color: #1A1A1A !important;
  background: var(--hdr-cta) !important;
  font-weight: 700 !important;
}

/* Сердечко — жёлтое пульсирующее с круговой волной, как было на белой полосе */
header.site-header.site-header--green .header-cats__fav,
header.site-header.site-header--green a.header-cats__fav,
header.site-header.site-header--green .header-cats__fav.header-cats__fav{
  margin-left: 8px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  width: 40px !important; height: 40px !important;
  flex: 0 0 40px !important;
  padding: 0 !important;
  justify-content: center !important; align-items: center !important;
  display: inline-flex !important;
  box-shadow: 0 0 0 0 rgba(244,197,66,.7);
  animation: proba-heart-ring 1.8s ease-out infinite;
  flex: 0 0 auto;
  color: #F4C542 !important;
  transform-origin: center;
  position: relative;
  transition: background .2s ease;
}
header.site-header.site-header--green .header-cats__fav svg,
header.site-header.site-header--green a.header-cats__fav svg{
  width: 28px !important; height: 28px !important;
  fill: #F4C542 !important;
  stroke: #F4C542 !important;
  stroke-width: 2 !important;
  color: #F4C542 !important;
  overflow: visible !important;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.55));
}
header.site-header.site-header--green .header-cats__fav svg *,
header.site-header.site-header--green a.header-cats__fav svg *,
header.site-header.site-header--green .header-cats__fav svg path,
header.site-header.site-header--green a.header-cats__fav svg path{
  fill: #F4C542 !important;
  stroke: #F4C542 !important;
  stroke-width: 2 !important;
}
header.site-header.site-header--green .header-cats__fav:hover{
  background: rgba(244,197,66,.16) !important;
  border-radius: 50% !important;
  transform: scale(1.08);
}
@keyframes proba-heart-ring{
  0%   { box-shadow: 0 0 0 0 rgba(244,197,66,.75), 0 0 0 0 rgba(244,197,66,.4); }
  60%  { box-shadow: 0 0 0 12px rgba(244,197,66,0),   0 0 0 20px rgba(244,197,66,0); }
  100% { box-shadow: 0 0 0 0 rgba(244,197,66,0),      0 0 0 0 rgba(244,197,66,0); }
}
@keyframes proba-heart-beat {
  0%   { transform: scale(1);    filter: drop-shadow(0 1px 3px rgba(0,0,0,.45)); }
  30%  { transform: scale(1.22); filter: drop-shadow(0 2px 6px rgba(244,197,66,.7)); }
  50%  { transform: scale(1);    filter: drop-shadow(0 1px 3px rgba(0,0,0,.45)); }
  70%  { transform: scale(1.14); filter: drop-shadow(0 2px 5px rgba(244,197,66,.6)); }
  100% { transform: scale(1);    filter: drop-shadow(0 1px 3px rgba(0,0,0,.45)); }
}
header.site-header.site-header--green .header-cats__fav svg{
  animation: proba-heart-beat 1.8s ease-in-out infinite;
}
/* keyframes proba-heart-pulse defined above */

/* ============ УБИВАЕМ СКРОЛЛ-ПОЛОСУ ПОД КАТЕГОРИЯМИ — все варианты ============ */
.header-cats,
.header-cats *,
.cats,
.cats *,
.site-header--green .header-cats,
.site-header--green .cats,
.site-header.scrolled .header-cats,
.site-header.scrolled .cats{
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.header-cats::-webkit-scrollbar,
.header-cats *::-webkit-scrollbar,
.cats::-webkit-scrollbar,
.cats *::-webkit-scrollbar,
.site-header--green .header-cats::-webkit-scrollbar,
.site-header--green .cats::-webkit-scrollbar,
.site-header.scrolled .header-cats::-webkit-scrollbar,
.site-header.scrolled .cats::-webkit-scrollbar{
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  -webkit-appearance: none !important;
}

/* ЛОГО ФУТЕРА — круглый белый как в шапке (v21: перебиваем layout.css .brand--dark) */
.site-footer .brand,
.site-footer .brand.brand--dark,
.site-footer .brand.brand--footer{
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
/* v35: офис в плашке — метро с новой строки */
.hero .price-now #priceOffice{
  display: block !important;
  line-height: 1.35 !important;
}
.hero .price-now .price-now__office-place{
  display: block !important;
  font-weight: 500 !important;
}
.hero .price-now .price-now__office-metro{
  display: block !important;
  color: #7a7974 !important;
  font-size: 0.92em !important;
  margin-top: 2px !important;
}

/* v33: заголовок плашки + ? в одну строку */
.hero .price-now__left h3{
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  margin: 0 0 4px !important;
}
.hero .price-now__title-text{
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
}
.hero .price-now .q{
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* v31: ЛОГО ФУТЕРА — точно как в шапке (1в1), без фильтров pravki.css */
.site-footer .brand .brand-logo,
.site-footer .brand-logo.brand-logo--footer,
.site-footer .brand-logo{
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  max-width: none !important;
  background: #FFF !important;
  border-radius: 50% !important;
  padding: 6px !important;
  object-fit: contain !important;
  object-position: center !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.22) !important;
  filter: none !important;
  image-rendering: auto !important;
  -webkit-image-rendering: auto !important;
  box-sizing: border-box !important;
}
.site-footer .brand .brand-text{
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.site-footer .brand .brand-text .name,
.site-footer .brand--dark .brand-text .name,
.site-footer .brand--footer .brand-text .name{
  display: block !important;
  color: #FFF !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: .5px !important;
  line-height: 1.15 !important;
  font-family: inherit !important;
}
.site-footer .brand .brand-text .sub,
.site-footer .brand--dark .brand-text .sub,
.site-footer .brand--footer .brand-text .sub{
  display: block !important;
  color: #C4CAC2 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  margin-top: 0 !important;
}

/* v24: Статичный виджет рейтинга Яндекса — без iframe */
.site-header--green .hdr-yararing{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #FFF !important;
  border-radius: 10px !important;
  padding: 6px 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  text-decoration: none !important;
  height: 46px !important;
  box-sizing: border-box !important;
  transition: transform .15s ease, box-shadow .15s ease !important;
  flex-shrink: 0 !important;
}
.site-header--green .hdr-yararing:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.24) !important;
}
.site-header--green .hdr-yararing__pin{
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.site-header--green .hdr-yararing__pin svg{ display: block !important; }
.site-header--green .hdr-yararing__main{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1px !important;
  line-height: 1 !important;
}
.site-header--green .hdr-yararing__top{
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.site-header--green .hdr-yararing__score{
  color: #202020 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: -.2px !important;
}
.site-header--green .hdr-yararing__stars{
  display: inline-flex !important;
  align-items: center !important;
}
.site-header--green .hdr-yararing__stars svg{ display: block !important; }
.site-header--green .hdr-yararing__label{
  color: #6B6B6B !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: .1px !important;
  white-space: nowrap !important;
}

/* ================================================================
   ХИРО — ФОТО НА ВЕСЬ ЭКРАН, ТЕКСТ ПОВЕРХ СЛЕВА
   (референс — "Неразменный рубль")
   ================================================================ */
.hero{
  background: #0F5A32 !important;
  color: #FFF !important;
  min-height: calc(100vh - 148px) !important;
  height: calc(100vh - 148px) !important;
  max-height: 780px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden !important;
  display: block !important;
}
.hero > .container{
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  height: 100% !important;
  position: relative;
}
.hero .hero-grid,
.hero .hero__inner{
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
  height: 100% !important;
  position: relative !important;
}

/* ФОТО — на весь хиро, абсолютно */
.hero .hero-media{
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #0F5A32 !important;
  overflow: hidden !important;
}
.hero .hero-media__frame{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  background: transparent !important;
}
.hero .hero-slides{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.hero .hero-slide{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transition: opacity .7s ease;
}
.hero .hero-slide.is-active{ opacity: 1; }
.hero .hero-media img,
.hero .hero-slide img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}

/* Тёмный фейд слева для читаемости текста (v18: усилен) */
.hero::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,
      rgba(15,29,22,.97) 0%,
      rgba(15,29,22,.92) 22%,
      rgba(15,29,22,.78) 40%,
      rgba(15,29,22,.45) 58%,
      rgba(15,29,22,.15) 75%,
      rgba(15,29,22,0) 90%),
    linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,.40) 100%);
  pointer-events: none;
}
/* Убеждаемся что hero-media под градиентом */
.hero .hero-media{ z-index: 1 !important; }

/* ЛЕВАЯ КОЛОНКА — текст поверх фото (v20: поднят выше) */
.hero .hero-left{
  position: absolute !important;
  top: 20px !important;
  bottom: 120px !important;
  transform: none !important;
  left: max(24px, calc((100vw - 1240px)/2 + 24px)) !important;
  z-index: 10 !important;
  max-width: 560px !important;
  color: #FFF !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}
.hero .pill,
.hero .pill-neutral,
.hero .hero-eyebrow,
.hero .hero__eyebrow,
.hero .hero-left > .pill:first-child{
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  background: rgba(255,255,255,.16) !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  backdrop-filter: blur(8px) !important;
  color: #FFF !important;
  padding: 6px 12px !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  margin: 0 0 14px !important;
  text-align: left !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
.hero .hero-h1,
.hero h1{
  font-family: 'Playfair Display', 'Instrument Serif', Georgia, serif !important;
  color: #FFF !important;
  font-weight: 700 !important;
  letter-spacing: -.015em !important;
  font-size: clamp(26px, 2.8vw, 42px) !important;
  line-height: 1.04 !important;
  margin: 0 0 10px !important;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.hero .hero-h1 .sub,
.hero h1 .sub{
  display: block;
  font-family: inherit !important;
  color: #F5B915 !important;
  font-size: clamp(13px, 1.1vw, 17px) !important;
  font-weight: 600 !important;
  margin-top: 8px !important;
  letter-spacing: 0 !important;
}
.hero .hero-pitch,
.hero .hero-lead,
.hero-left p{
  color: rgba(255,255,255,.92) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
  max-width: 520px !important;
  text-shadow: 0 1px 12px rgba(0,0,0,.6);
}

/* USP-карточки — тонкие стеклянные */
.hero .usp-row{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
  max-width: 560px !important;
}
.hero .usp-card{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 10px !important;
  padding: 8px !important;
  color: #FFF !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.hero .usp-card .icon-square{
  width: 24px !important; height: 24px !important;
  min-width: 24px !important;
  background: rgba(245,185,21,.20) !important;
  border-radius: 6px !important;
  display: inline-flex; align-items: center; justify-content: center;
  color: #F5B915 !important;
}
.hero .usp-card .icon-square svg{ width: 13px !important; height: 13px !important; }
.hero .usp-card .label{
  font-size: 11px !important;
  color: rgba(255,255,255,.9) !important;
  font-weight: 500 !important;
}

/* Кнопки */
.hero .actions,
.hero .hero-cta,
.hero .hero__cta{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
  width: 100% !important;
  max-width: 560px !important;
}
.hero .actions-row2{
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
}
.hero .btn{
  padding: 10px 14px !important;
  font-size: 13px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}
.hero .btn-lg{
  padding: 10px 14px !important;
  font-size: 13px !important;
  min-width: 0 !important;
}
.hero .btn svg{ width: 16px !important; height: 16px !important; }
.hero .btn-primary,
.hero .btn-hero-primary{
  background: #F5B915 !important;
  color: #1A1A1A !important;
  border: none !important;
  box-shadow: 0 6px 22px rgba(245,185,21,.35) !important;
}
.hero .btn-primary:hover{ background: #E9A800 !important; transform: translateY(-1px); }
.hero .btn-secondary,
.hero .btn-hero-secondary{
  background: rgba(255,255,255,.10) !important;
  color: #FFF !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  backdrop-filter: blur(6px);
}
.hero .btn-secondary:hover{ background: rgba(255,255,255,.20) !important; }
.hero .btn-max{
  background: #0F5A32 !important;
  color: #FFFFFF !important;
  border: 2px solid #F5B915 !important;
  box-shadow: 0 6px 18px rgba(15,90,50,.35), 0 0 0 0 rgba(245,185,21,.35) !important;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease !important;
}
.hero .btn-max .btn-max__badge{
  display:inline-flex; align-items:center; justify-content:center;
  width:26px; height:26px; margin-right:8px; flex-shrink:0;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
}
.hero .btn-max .btn-max__badge svg{ display:block; }
.hero .btn-max:hover{
  background: #F5B915 !important;
  color:#0F1D16 !important;
  border-color:#F5B915 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(245,185,21,.45), 0 0 0 4px rgba(245,185,21,.18) !important;
}
.hero .btn-max:hover .btn-max__badge svg rect{ fill:#0F5A32 !important; }
.hero .btn-max:hover .btn-max__badge svg path{ stroke:#F5B915 !important; }
.hero .btn-ghost{
  background: transparent !important;
  color: rgba(255,255,255,.85) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  border-radius: 10px !important;
}
.hero .btn-ghost:hover{ background: rgba(255,255,255,.10) !important; color: #FFF !important; }

/* Стрелки слайдера в правой части фото */
.hero .slider-arrow{
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 6 !important;
  width: 44px !important; height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.85) !important;
  border: none !important;
  color: #0F5A32 !important;
  display: inline-flex !important;
  align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  transition: background .2s ease;
}
.hero .slider-arrow:hover{ background: #FFF !important; }
.hero .slider-arrow--prev{ left: 60% !important; }
.hero .slider-arrow--next{ right: 24px !important; }
@media (max-width: 900px){
  .hero .slider-arrow--prev{ left: 24px !important; }
}

/* v18: Шильдик адреса и точки слайдера ПОЛНОСТЬЮ СКРЫТЫ (v19: более агрессивно) */
.hero .hero-place-pill,
.hero #heroPlacePill,
.hero-place-pill,
#heroPlacePill,
.hero .slider-dots,
.slider-dots{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

/* v33: стрелка только справа — белый круг + золотая стрелка SVG */
.hero .slider-arrow--prev{ display: none !important; }
.hero .slider-arrow--next{
  right: 20px !important;
  width: 52px !important; height: 52px !important;
  background: #FFF !important;
  backdrop-filter: none !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.35), 0 0 0 2px rgba(245,185,21,.35) !important;
  opacity: 1 !important;
  color: #F5B915 !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.hero .slider-arrow--next > *{ display: none !important; }
.hero .slider-arrow--next::before{
  content: "";
  display: block;
  width: 22px; height: 22px;
  background: none;
  border: 0;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>") no-repeat center / 22px 22px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>") no-repeat center / 22px 22px;
  background-color: #F5B915;
}
.hero .slider-arrow--next:hover{
  background: #FFF !important;
  transform: translateY(-50%) scale(1.08) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 0 0 3px rgba(245,185,21,.6) !important;
}

/* v36: шире плашка + gap между left/right, left тянется, right не сжимается */
.hero .price-now__left{ flex: 1 1 auto !important; min-width: 0 !important; }
.hero .price-now__right{ flex: 0 0 auto !important; }

/* v32: hero-grid = grid, hero-left НЕ тянется по высоте (align-self:start), плашка снизу hero-left на уровне кнопок */
.hero .hero-grid{
  align-items: start !important;
}
.hero .hero-left{
  position: relative !important;
  width: 620px !important;
  max-width: 620px !important;
  align-self: start !important;
  height: auto !important;
}
.hero > .container .price-now,
.hero .hero-grid > .price-now,
.hero .hero-left .price-now,
.hero .price-now{
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  left: calc(100% - 20px) !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 40 !important;
  background: #FFF !important;
  border-radius: 16px !important;
  padding: 18px 26px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  box-shadow: 0 12px 36px rgba(0,0,0,.55), 0 0 0 2px rgba(245,185,21,.7) !important;
  width: 500px !important;
  max-width: 500px !important;
  min-height: auto !important;
  backdrop-filter: none !important;
  border: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  isolation: isolate !important;
}
/* На узких (мобила/планшет) — flex-item под кнопками */
@media (max-width: 1100px){
  .hero > .container .price-now,
  .hero .hero-grid > .price-now,
  .hero .hero-left .price-now,
  .hero .price-now{
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 16px 0 0 0 !important;
    max-width: 100% !important;
    width: auto !important;
    align-self: flex-start !important;
  }
}
.hero .price-now *{
  filter: none !important;
  opacity: 1 !important;
}
.hero .price-now__left{
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.hero .price-now h3{
  font-size: 15px !important;
  color: #0F5A32 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  display: inline-flex; align-items: center; gap: 6px;
}
.hero .price-now .updated{
  display: flex; flex-direction: column; gap: 2px;
  font-size: 11.5px; color: #7A7974;
}
.hero .price-now__right{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 2px !important;
}
.hero .price-now .pill-accent{
  background: #F5B915 !important;
  color: #1A1A1A !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  letter-spacing: .08em !important;
  border: none !important;
}
.hero .price-now .value{
  font-size: clamp(24px, 2.6vw, 34px) !important;
  font-weight: 800 !important;
  color: #0F5A32 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
}
.hero .price-now .value .unit{ font-size: .55em; font-weight: 600; color: #0F5A32; }
.hero .price-now .delta{
  font-size: 11px; color: #437A22;
  display: inline-flex; gap: 6px;
}

/* МОБИЛКА */
@media (max-width: 900px){
  .hero{ height: auto !important; min-height: 100vh !important; max-height: none !important; }
  .hero .hero-left{
    position: relative !important;
    top: auto !important; left: auto !important;
    transform: none !important;
    padding: 100px 20px 220px !important;
    max-width: 100% !important;
  }
  .hero .price-now{
    right: 12px !important; left: 12px !important;
    max-width: none !important;
    bottom: 12px !important;
  }
  .hero .slider-dots{ bottom: 130px !important; }
  .hero .hero-place-pill{ font-size: 11px !important; padding: 6px 10px !important; }
  .hero .usp-row{ grid-template-columns: 1fr 1fr !important; }
}

/* Скролл: чуть плотнее */
.site-header.scrolled.site-header--green{
  background: var(--hdr-bg-2);
  box-shadow: 0 4px 14px rgba(0,0,0,.20);
}
.site-header.scrolled.site-header--green .header-row{ min-height: 72px; }
.site-header.scrolled.site-header--green .brand-logo{ width:44px; height:44px; }

/* Бургер */
.m-burger{
  display: none;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: background .18s ease;
}
.m-burger:hover{ background: rgba(255,255,255,.18); }
.m-burger__line{
  position: absolute; left: 50%; top: 50%;
  width: 22px; height: 2px; background: #FFF;
  border-radius: 2px;
  transform-origin: center;
  transition: transform .28s cubic-bezier(.65,.05,.36,1), opacity .18s ease, top .28s ease;
}
.m-burger__line:nth-child(1){ transform: translate(-50%, -8px); }
.m-burger__line:nth-child(2){ transform: translate(-50%, 0); }
.m-burger__line:nth-child(3){ transform: translate(-50%, 8px); }
.m-burger.is-active .m-burger__line:nth-child(1){ transform: translate(-50%, 0) rotate(45deg); }
.m-burger.is-active .m-burger__line:nth-child(2){ opacity: 0; transform: translate(-50%,0) scaleX(0); }
.m-burger.is-active .m-burger__line:nth-child(3){ transform: translate(-50%, 0) rotate(-45deg); }

/* Медиа */
@media (max-width: 1200px){
  .site-header--green .nav > ul{ gap: 12px; }
  .site-header--green .brand-text .sub{ display:none; }
  .hdr-rating__label{ display:none; }
  .hdr-rating__body{ min-width: auto; }
}
@media (max-width: 1024px){
  .site-header--green .nav{ display: none; }
  .site-header--green .header-row{ grid-template-columns: auto 1fr auto auto; }
  .hdr-rating{ padding: 6px 10px; }
  .hdr-rating__stars svg{ width: 72px; height: 13px; }
}
@media (max-width: 820px){
  .site-header--green .header-actions .btn-callback span{ display:none; }
  .site-header--green .header-actions .btn-callback::before{ content:"Заявка"; }
  .site-header--green .header-phone .schedule{ display:none; }
  .site-header--green .header-cats{ overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none !important; -ms-overflow-style: none !important; }
  .site-header--green .header-cats::-webkit-scrollbar{ display:none !important; width:0 !important; height:0 !important; }
  .site-header--green .header-cats a{ flex-shrink: 0; }
  .m-burger{ display: block; }
}
@media (max-width: 640px){
  .site-header--green .header-actions .btn-callback{ display: none; }
  .site-header--green .header-actions .hdr-max-btn .hdr-max-btn__text{ display: none; }
  .site-header--green .header-actions .hdr-max-btn{ padding: 6px 8px !important; }
  .site-header--green .brand-logo{ width: 42px; height: 42px; }
  .site-header--green .brand-text .name{ font-size: 17px; }
  .hdr-rating{ padding: 5px 8px; gap: 6px; }
  .hdr-rating__ya{ width: 24px; height: 24px; }
  .hdr-rating__ya svg{ width: 16px; height: 16px; }
  .hdr-rating__score{ font-size: 13px; }
  .hdr-rating__stars svg{ width: 60px; height: 11px; }
  .site-header--green .header-phone .num{ font-size: 14.5px; }
  .site-header--green .header-row{ min-height: 68px; gap: 10px; }
  :root{ --hdr-height: 68px; }
}
@media (max-width: 480px){
  .site-header--green .header-phone .num{ display:none; }
  .site-header--green .header-phone::after{
    content:""; display:inline-flex; width:38px; height:38px;
    border-radius:50%; background: rgba(255,255,255,.10);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.37 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    background-repeat:no-repeat; background-position:center;
  }
}

/* ======= Мобильный drawer ======= */
.m-drawer{
  position: fixed; inset: 0;
  z-index: 200;
  visibility: hidden; opacity: 0;
  transition: opacity .24s ease, visibility .24s;
}
.m-drawer.is-open{ visibility: visible; opacity: 1; }
.m-drawer__backdrop{
  position: absolute; inset: 0;
  background: rgba(6,32,20,.55);
  backdrop-filter: blur(4px);
}
.m-drawer__panel{
  position: absolute; top:0; right:0; bottom:0;
  width: min(92vw, 400px);
  background: #FFFFFF;
  color: #1A1A1A;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.32,.72,0,1);
  display:flex; flex-direction:column;
  overflow-y: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -18px 0 44px rgba(0,0,0,.24);
}
.m-drawer.is-open .m-drawer__panel{ transform: translateX(0); }

.m-drawer__head{
  display:flex; align-items:center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #EEF2E9;
  background: linear-gradient(180deg, #F5FBEF 0%, #FFFFFF 100%);
}
.m-drawer__brand{
  display:flex; align-items:center; gap:12px;
  text-decoration:none; color: #1A1A1A;
}
.m-drawer__brand img{ width:44px; height:44px; border-radius:10px; background:#F1F5EE; padding:4px; }
.m-drawer__brand span{ display:flex; flex-direction:column; line-height:1.15; }
.m-drawer__brand b{ font-family:Manrope,Inter,sans-serif; font-weight:800; font-size:16px; }
.m-drawer__brand em{ font-style:normal; font-size:12px; color:#5A6660; margin-top:2px; }

.m-drawer__close{
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #F1F5EE;
  border: 1px solid #E1E9DA;
  cursor: pointer;
  display:inline-flex; align-items:center; justify-content:center;
  color: #0F5A32;
  transition: background .18s ease, transform .18s ease;
}
.m-drawer__close:hover{ background: #E1E9DA; transform: rotate(90deg); }

.m-drawer__rating{
  display:flex; align-items:center; gap:12px;
  margin: 16px 20px 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #FFF9E6;
  border: 1px solid #F4D97A;
  text-decoration:none; color: #1A1A1A;
}
.m-drawer__rating-ya{ display:inline-flex; width:36px; height:36px; background:#FFF; border-radius:10px; align-items:center; justify-content:center; }
.m-drawer__rating-body{ display:flex; flex-direction:column; line-height:1.15; }
.m-drawer__rating-body b{ font-family:Manrope,Inter,sans-serif; font-weight:800; font-size:15px; display:inline-flex; align-items:center; gap:6px; }
.m-drawer__rating-body .stars{ color: #FFB800; font-size: 14px; letter-spacing: 1px; }
.m-drawer__rating-body em{ font-style:normal; font-size:11.5px; color:#5A6660; margin-top:2px; }

.m-drawer__ctas{
  display:grid; grid-template-columns: 1fr 1fr;
  gap: 8px; padding: 14px 20px;
}
.m-drawer__cta{
  display:flex; align-items:center; gap:10px;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration:none;
  transition: background .18s ease;
}
.m-drawer__cta--phone{ background:#F1F5EE; color:#0F5A32; }
.m-drawer__cta--phone:hover{ background:#E1E9DA; }
.m-drawer__cta--max{ background:#EEF6FF; color:#0F5A32; }
.m-drawer__cta--max:hover{ background:#DDECFB; }
.m-drawer__cta span{ display:flex; flex-direction:column; line-height:1.15; }
.m-drawer__cta b{ font-family:Manrope,Inter,sans-serif; font-weight:800; font-size:13.5px; color:#1A1A1A; }
.m-drawer__cta em{ font-style:normal; font-size:11px; color:#5A6660; margin-top:2px; }

.m-drawer__nav{
  display:flex; flex-direction:column;
  padding: 8px 12px 12px;
  border-top: 1px solid #EEF2E9;
  margin-top: 6px;
}
.m-drawer__nav > a, .m-drawer__group > summary{
  display:flex; align-items:center; justify-content: space-between;
  padding: 14px 12px;
  border-radius: 12px;
  color: #1A1A1A; text-decoration:none;
  font-size: 15px; font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: background .15s ease;
}
.m-drawer__nav > a:hover, .m-drawer__group > summary:hover{ background: #F5FBEF; }
.m-drawer__group > summary::-webkit-details-marker{ display:none; }
.m-drawer__group .chev{ color:#5A6660; transition: transform .2s; }
.m-drawer__group[open] > summary .chev{ transform: rotate(90deg); color: #0F5A32; }

.m-drawer__sub{
  display:flex; flex-direction:column; gap: 2px;
  padding: 4px 8px 8px 22px;
}
.m-drawer__sub a{
  display:block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #3D3D3D; text-decoration:none;
  font-size: 14px; font-weight: 500;
  transition: background .15s ease, color .15s ease;
}
.m-drawer__sub a:hover{ background: #F1F5EE; color: #0F5A32; }
.m-drawer__sub--grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:4px;
}

.m-drawer__footer{
  margin-top: auto;
  padding: 14px 20px 20px;
  border-top: 1px solid #EEF2E9;
  background: #FAFDF6;
  display:grid; gap: 8px;
}
.m-drawer__footer .btn-block{
  display:flex; align-items:center; justify-content:center;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 800; font-size: 14.5px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.m-drawer__footer .btn-primary{ background: #F4C542; color: #1A1A1A; }
.m-drawer__footer .btn-primary:hover{ background: #FFD34F; }
.m-drawer__footer .btn-secondary{ background: #0F5A32; color: #FFF; }
.m-drawer__footer .btn-secondary:hover{ background: #0B4A28; }

/* Убираем старый белый .site-header фон если был */
.site-header--green + .hero,
.site-header--green ~ .hero{ margin-top: 0; }

/* ================= Кнопка "Написать в MAX" в шапке v14 ================= */
.site-header--green .header-actions .hdr-max-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 6px;
  background: linear-gradient(135deg, #0F5A32 0%, #0B4A28 100%);
  color: #FFFFFF;
  border: 1.5px solid rgba(245,185,21,.55);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .25s ease, border-color .2s ease, background .2s ease;
  box-shadow: 0 3px 10px rgba(15,90,50,.22);
}
.site-header--green .header-actions .hdr-max-btn:hover{
  transform: translateY(-1px);
  border-color: #F5B915;
  background: linear-gradient(135deg, #F5B915 0%, #E9A800 100%);
  color: #0F1D16;
  box-shadow: 0 8px 22px rgba(245,185,21,.4), 0 0 0 3px rgba(245,185,21,.15);
}
.site-header--green .header-actions .hdr-max-btn:hover .hdr-max-btn__icon svg rect{ fill:#0F5A32 !important; }
.site-header--green .header-actions .hdr-max-btn:hover .hdr-max-btn__icon svg path{ stroke:#F5B915 !important; }
.site-header--green .header-actions .hdr-max-btn__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.25));
}
.site-header--green .header-actions .hdr-max-btn__icon svg{ width:22px; height:22px; }
.site-header--green .header-actions .hdr-max-btn__icon svg{ display: block; }
.site-header--green .header-actions .hdr-max-btn__text{
  color: inherit;
  font-weight: 600;
}

/* На узких десктопах — прячем "Контакты" и подтягиваем кнопку MAX */
@media (max-width: 1700px){
  .site-header--green .nav > ul > li:nth-last-child(1){ display:none !important; } /* Контакты — есть отдельная секция ниже */
}
@media (max-width: 1280px){
  .site-header--green .nav > ul{ gap: 14px !important; }
  .site-header--green .nav > ul > li > a{ font-size: 14px !important; }
  .site-header--green .header-actions .btn-callback{ padding: 8px 14px !important; font-size: 13px !important; }
  .site-header--green .header-phone .num{ font-size: 15px !important; }
  .site-header--green .header-phone .schedule{ font-size: 11px !important; }
}
