/*=========================================================
  ДИЗАЙН-СИСТЕМА «ВЕЧЕРНИЙ САД»
  Тёмная тема для ландшафтной компании «Дачный сервис».
  Фон — глубокий хвойно-графитовый (не чёрный),
  акцент — свежая листва, детали — тёплый песок.
  Шрифты: Prata (заголовки) + Manrope (текст/интерфейс).
===========================================================*/

:root {
  /* Поверхности */
  --background: #F6F7F4;      /* фон страницы — светло-серый */
  --bg-light: #EFF1ED;        /* светлые секции */
  --bg-dark: #2B2D2B;         /* шапка, футер, тёмные панели — графит */
  --elements-2: #E8EAE6;      /* чипы, табы, светлые плашки */
  --elements-3: #DCDFDA;      /* ховеры плашек */

  /* Текст */
  --main-text: #2A2C2A;       /* основной — графит */
  --light-text: #737772;      /* приглушённый серый */
  --elements-1: #D6DAD3;      /* светлый текст на тёмных панелях */

  /* Контрастно-светлое (текст на тёмном / белые карточки) */
  --card: #FFFFFF;

  /* Акценты */
  --primary: #79A84E;         /* листва */
  --primary-hover: #5F8C3B;   /* глубокая листва */
  --accent-warm: #C9A96B;     /* тёплый песок */
  --on-primary: #FFFFFF;      /* текст на акцентных кнопках */

  /* Контуры */
  --stroke: #E1E4DE;

  /* Типографика */
  --font-display: "Manrope", "Arial", sans-serif;
  --font-body: "Manrope", "Arial", sans-serif;

  /* Переменные cookie-плагина Grampus */
  --cookie-bg: #EFF1ED;
  --cookie-text-color: #2A2C2A;
  --cookie-font-family: "Manrope", sans-serif;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: none; }

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset; } }
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
  background-color: var(--bg-dark); }

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-weight: 400;
  box-sizing: border-box; }

::selection {
  background-color: var(--primary);
  color: var(--on-primary); }

body {
  background-color: var(--background);
  background-image:
    radial-gradient(1100px 700px at 85% 0%, rgba(121, 168, 78, 0.04) 0%, transparent 60%),
    radial-gradient(900px 600px at -10% 22%, rgba(140, 143, 138, 0.05) 0%, transparent 55%);
  background-repeat: no-repeat;
  color: var(--main-text);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/* Тёмный скроллбар в тон */
body::-webkit-scrollbar {
  width: 10px; }
body::-webkit-scrollbar-track {
  background-color: var(--bg-light); }
body::-webkit-scrollbar-thumb {
  background-color: var(--elements-3);
  border-radius: 10px; }
body::-webkit-scrollbar-thumb:hover {
  background-color: var(--light-text); }

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

svg {
  width: 100%;
  height: 100%; }
  svg path {
    transition: all 0.3s ease-in; }

a {
  text-decoration: none; }

/* Перекраска inline-SVG со старыми фирменными цветами (красный/тёмно-серый) */
svg [fill="#EE1E24"], svg [fill="#ee1e24"] {
  fill: var(--primary); }
svg [fill="#B10006"], svg [fill="#b10006"] {
  fill: var(--primary-hover); }
svg [fill="#2F2F2F"], svg [fill="#2f2f2f"] {
  fill: var(--main-text); }
svg [stroke="#EE1E24"], svg [stroke="#ee1e24"] {
  stroke: var(--primary); }
svg [stroke="#2F2F2F"], svg [stroke="#2f2f2f"] {
  stroke: var(--main-text); }

/* Логотип — прозрачный PNG; мягкая подсветка, чтобы тёмный контур
   дома не тонул на тёмной шапке */
/* Логотип — белый силуэт (как в фирменном белом лого): шапка, футер, мобильное меню */
.header__top .logo__image,
.footer__top_contacts .logo__image,
#header #mobile-mnu .logo-holder img {
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25)); }
/* Текст логотипа в футере — светлый на тёмном */
.footer__top_contacts .logo__text {
  color: rgba(255, 255, 255, 0.65) !important; }
.footer__top_contacts .logo__text span {
  color: #FFFFFF !important; }

/* ===== SCROLLY-HERO: видео, управляемое скроллом ===== */
#scrolly-hero {
  position: relative;
  height: 340vh;
  /* svh не прыгает при скрытии адресной строки iOS — видео не «зумится» */
  height: 340svh;
  background-color: #232C25;
  margin-bottom: clamp(50px, 5vw, 90px); }
  #scrolly-hero .scrolly-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh; /* стабильная высота на мобильных — без скачков масштаба */
    overflow: hidden;
    background-color: #232C25; /* до загрузки видео — фирменный тёмный, не серый */ }
  #scrolly-hero .scrolly-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  #scrolly-hero .scrolly-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(58, 61, 58, 0.5) 0%, rgba(32, 34, 32, 0.2) 30%, rgba(32, 34, 32, 0.25) 55%, rgba(32, 34, 32, 0.88) 100%),
      radial-gradient(120% 90% at 20% 80%, rgba(32, 34, 32, 0.5) 0%, transparent 60%); }
  #scrolly-hero .scrolly-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: clamp(70px, 10vh, 130px);
    z-index: 3; }
  #scrolly-hero .scrolly-kicker {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: clamp(18px, 3vh, 34px);
    opacity: 0; }
  #scrolly-hero .scrolly-lines {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vh, 22px);
    max-width: 900px; }
  #scrolly-hero .scrolly-line {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(20px, 1.1vw + 16.5px, 38px);
    line-height: 130%;
    color: var(--card);
    transition: color 0.4s ease; }
    #scrolly-hero .scrolly-line.is-done {
      color: #FFFFFF; }
  #scrolly-hero .scrolly-word {
    display: inline-block;
    opacity: 0;
    will-change: opacity, transform; }
  #scrolly-hero .scrolly-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: rgba(244, 247, 236, 0.12);
    z-index: 4; }
    #scrolly-hero .scrolly-progress span {
      display: block;
      height: 100%;
      background-color: #FFFFFF;
      transform: scaleX(0);
      transform-origin: left center; }
  #scrolly-hero .scrolly-hint {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--elements-1);
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    z-index: 4;
    transition: opacity 0.4s ease;
    animation: scrolly-bob 2.2s ease-in-out infinite; }

@keyframes scrolly-bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-7px); } }

/* Режим без анимаций: показываем текст сразу */
#scrolly-hero.scrolly-static {
  height: 100vh; }
  #scrolly-hero.scrolly-static .scrolly-word,
  #scrolly-hero.scrolly-static .scrolly-kicker {
    opacity: 1 !important; }
  #scrolly-hero.scrolly-static .scrolly-hint,
  #scrolly-hero.scrolly-static .scrolly-progress {
    display: none; }

/* ===== SCROLL-REVEAL: появление контента при скролле ===== */
@media (prefers-reduced-motion: no-preference) {
  .sr-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--sr-delay, 0s); }
  .sr-reveal.sr-in {
    opacity: 1;
    transform: none; }
  /* Клоны слайдов swiper не наблюдаются IntersectionObserver — показываем сразу */
  .swiper-slide-duplicate .sr-reveal,
  .swiper-slide-duplicate.sr-reveal {
    opacity: 1;
    transform: none; } }

h1,
.h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px,1.5vw + 23.2px, 52px);
  line-height: 118%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--main-text); }

h2,
.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px,1vw + 20.8px, 40px);
  line-height: 122%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--main-text); }

h3,
.h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(19px,0.4375vw + 17.6px, 26px);
  line-height: 132%;
  color: var(--main-text); }

h4,
.h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--main-text); }

.p1 {
  font-weight: 600;
  font-size: clamp(20px,0.25vw + 19.2px, 24px);
  line-height: 120%;
  color: var(--main-text); }

.p2 {
  font-weight: 500;
  font-size: clamp(18px,0.125vw + 17.6px, 20px);
  line-height: 120%;
  color: var(--main-text); }

.p3 {
  font-weight: 600;
  font-size: clamp(18px,0.125vw + 17.6px, 20px);
  line-height: 120%;
  color: var(--main-text); }

.p4 {
  font-weight: 600;
  font-size: clamp(18px,0.125vw + 17.6px, 20px);
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-text); }
/* min чтобы свайпер нормально растягивался */
/* .swiper-backface-hidden .swiper-slide{
  min-width: 340px;
} */
.p5,
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--main-text); }

.p6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-text); }

.p7 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--main-text); }

.p8 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-text); }

.p9 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text); }

.p10 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-text); }

.p11 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text); }

.p12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text); }

.price-1 {
  font-weight: 500;
  font-size: clamp(20px,0.375vw + 18.8px, 26px);
  line-height: 120%;
  color: var(--main-text); }

.price-2 {
  font-weight: 600;
  font-size: clamp(26px,0.625vw + 24px, 36px);
  line-height: 100%;
  color: var(--main-text); }

.price-3 {
  font-weight: 500;
  font-size: clamp(20px,0.375vw + 18.8px, 26px);
  line-height: 120%;
  text-decoration: line-through;
  color: var(--main-text); }
.products__navigation{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:10px;
	margin-top:10px;
}
.products__navigation *{
	margin-top:0px !important;
}
.light {
  color: var(--light-text); }

.breadcrumbs {
  padding: 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text);
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .breadcrumbs > span:not(:last-child) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px; }
    .breadcrumbs > span:not(:last-child)::after {
      content: '';
      position: relative;
      width: 6px;
      height: 6px;
      background-image: url("../images/breadcrumbs-icon.svg");
      background-position: center center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .breadcrumbs a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .breadcrumbs span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .breadcrumbs span.current-item {
    color: var(--main-text); }
  .breadcrumbs .current-item span {
    color: var(--main-text); }

.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.title-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
  .title-group .subtitle {
    color: var(--main-text);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; }
    .title-group .subtitle::before,
    .title-group .subtitle::after {
      content: '';
      width: 28px;
      height: 1px;
      background-color: var(--main-text);
      flex-shrink: 0; }

.block-title {
  margin-bottom: 15px; }

.page-title {
  margin-bottom: clamp(30px,0.625vw + 28px, 40px); }

.m-80 {
  margin-bottom: clamp(40px,2.5vw + 32px, 80px); }

.m-100 {
  margin-bottom: clamp(40px,3.75vw + 28px, 100px); }

.m-120 {
  margin-bottom: clamp(40px,5vw + 24px, 120px); }

.p-block {
  padding: clamp(30px,3.125vw + 20px, 80px) 0; }

.btn {
  border: 1px solid var(--bg-dark);
  outline: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 17px clamp(30px,0.625vw + 28px, 40px);
  background-color: var(--bg-dark);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease; }
  .btn:hover {
    background-color: #454845;
    border-color: #454845;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(43, 45, 43, 0.3); }

.btn-white {
  border: 1px solid var(--stroke);
  outline: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  color: var(--main-text);
  padding: 17px clamp(30px,0.625vw + 28px, 40px);
  background-color: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease; }
  .btn-white:hover {
    border-color: var(--primary);
    color: var(--primary); }

.arr {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background-color: transparent;
  transition: all 0.25s ease;
  cursor: pointer; }
  .arr:hover {
    border-color: var(--primary);
    background-color: rgba(165, 201, 115, 0.08); }
  .arr svg {
    width: 24px;
    height: 24px; }

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center; }
  .navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    text-align: center; }
  .navigation.pagination .page-numbers {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--main-text);
    margin: 0 10px; }
    .navigation.pagination .page-numbers.current {
      font-weight: 750; }
  .navigation.pagination a.prev {
    margin-right: 100px;
    margin-left: -100px; }
  .navigation.pagination a.next {
    margin-right: -100px;
    margin-left: 100px; }

.socials {
  display: flex;
  gap: 10px; }
  .socials .social {
    width: 46px;
    height: 46px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.25s ease; }
    .socials .social:hover {
      background-color: var(--primary-hover);
      border-color: var(--primary-hover);
      transform: translateY(-2px); }
    .socials .social svg {
      width: 24px;
      height: 24px; }

/*============ HEADER =================*/
.site-header {
  background-color: var(--bg-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

/* Шапка тёмная на светлом сайте — тексты внутри всегда светлые */
.site-header .header__top ul li a {
  color: var(--card); }
.site-header .header__top ul li a:hover,
.site-header .header__top ul li.active a {
  color: #A5C973; }
.site-header .phones .phone {
  color: var(--card); }
.site-header .phones .phone:hover {
  color: #A5C973; }
.site-header .logo__text {
  color: var(--elements-1); }
.site-header .logo__text span {
  color: var(--card); }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li > a {
  color: var(--card);
  border-color: rgba(244, 247, 236, 0.22); }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li > a:hover,
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs:hover > a {
  color: #A5C973;
  border-color: #A5C973; }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu {
  background-color: var(--bg-dark);
  border-color: rgba(244, 247, 236, 0.15); }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li a {
  color: var(--card); }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li a:hover {
  color: #A5C973; }
#header #mobile-mnu ul li a {
  color: var(--card); }
#header #mobile-mnu .phone__item {
  color: var(--card); }

/* Мобильное меню: основные разделы + все услуги по категориям */
#header #mobile-mnu {
  width: min(86vw, 380px);
  padding: 26px 22px 40px; }
#header #mobile-mnu .mm-primary {
  gap: 14px;
  padding-bottom: 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  #header #mobile-mnu .mm-primary li a {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF; }
#header #mobile-mnu .mm-services-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px; }
#header #mobile-mnu .mm-services {
  gap: 0;
  margin-bottom: 24px; }
  #header #mobile-mnu .mm-services > li {
    margin-bottom: 18px; }
  #header #mobile-mnu .mm-services > li > a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #A5C973;
    margin-bottom: 10px; }
  #header #mobile-mnu .mm-services .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding-left: 12px;
    border-left: 1px solid rgba(165, 201, 115, 0.35); }
    #header #mobile-mnu .mm-services .sub-menu li a {
      font-weight: 400;
      font-size: 15px;
      line-height: 140%;
      color: rgba(255, 255, 255, 0.85); }

/* На главной шапка прозрачная, hero-картинка уходит под неё до самого верха */
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: linear-gradient(to bottom, rgba(70, 86, 74, 0.9) 0%, rgba(60, 75, 64, 0.45) 60%, transparent 100%);
  border-bottom: none; }
body.home .header__bottom #menu-nizhnee-menyu-hedera > li > a {
  border-color: rgba(244, 247, 236, 0.22);
  background-color: rgba(29, 36, 30, 0.35);
  backdrop-filter: blur(6px); }
body.home .header__bottom #menu-nizhnee-menyu-hedera > li > a:hover {
  border-color: var(--primary); }
/* Когда видео-hero отсутствует (нет файла) — слайдер первый, отступ под шапку */
body.home main > #mainbanner-block:first-child .mainbanner-swiper .swiper-slide .slide-content {
  padding-top: clamp(170px, 10vw + 130px, 260px); }

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    #header .burger.open_menu {
      display: flex; } }
  #header .burger.open_menu span {
    background-color: var(--primary);
    width: 30px;
    height: 4px;
    transition: all 0.3s ease-in;
    pointer-events: none; }
#header .burger.open_menu.clicked {
  background-color: var(--primary); }
  #header .burger.open_menu.clicked span {
    background-color: #fff; }
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--bg-dark);
  border-right: 1px solid var(--stroke);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto; }
  #header #mobile-mnu .logo-holder {
    margin-bottom: 30px; }
    #header #mobile-mnu .logo-holder img {
      width: 60px;
      height: auto;
      max-height: 200px;
      object-fit: contain; }
  #header #mobile-mnu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px; }
    #header #mobile-mnu ul li {
      list-style: none; }
      #header #mobile-mnu ul li a {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        color: var(--main-text); }
  #header #mobile-mnu .phones__holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px; }
  #header #mobile-mnu #close-mnu {
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: rotate(45deg);
    display: block;
    color: var(--primary); }
#header #mobile-mnu.opened {
  transform: translateX(0); }
.swiper-button-disabled{
  opacity: 0.5;
  pointer-events: none;
}
.header__top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: clamp(15px,0.3125vw + 14px, 20px) 0; }
  .header__top .logo {
    display: flex;
    gap: 15px;
    align-items: center; }
    .header__top .logo__image {
      height: 60px;
      width: auto;
      object-fit: contain; }
    .header__top .logo__text {
      font-weight: 600;
      font-size: 12px;
      line-height: 100%;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--light-text);
      display: flex;
      flex-direction: column;
      gap: 6px; }
      @media (max-width: 550px) {
        .header__top .logo__image {
          width: 100%;
        }
        .header__top .logo__text {
          display: none; } }
      .header__top .logo__text span {
        font-family: var(--font-display);
        font-weight: 400;
        font-size: 21px;
        line-height: 110%;
        letter-spacing: 0;
        color: var(--main-text);
        text-transform: none; }
  .header__top ul {
    display: flex;
    gap: clamp(15px,1.6304347826vw + -1.3043478261px, 30px); }
    @media (max-width: 1100px) {
      .header__top ul {
        display: none; } }
    .header__top ul li {
      list-style: none; }
      .header__top ul li.active a {
        color: var(--primary); }
      .header__top ul li a {
        font-weight: 600;
        font-size: 13px;
        line-height: 120%;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--main-text);
        transition: all 0.25s ease; }
        .header__top ul li a:hover {
          color: var(--primary); }
  .header__top_contacts {
    display: flex;
    align-items: center;
    gap: clamp(15px,2.7173913043vw + -12.1739130435px, 40px); }
    @media (max-width: 1100px) {
      .header__top_contacts {
        margin-left: auto; } }
    .header__top_contacts .phones {
      display: flex;
      flex-direction: column;
      gap: 5px;
      flex-shrink: 0;
      white-space: nowrap; }
      .header__top_contacts .phones .phone {
        transition: all 0.3s ease-in; }
        .header__top_contacts .phones .phone:hover {
          color: var(--primary-hover); }
    @media (max-width: 750px) {
      .header__top_contacts .socials {
/*         display: none;  */
		} 
		.header__top .logo__text{
			display:none;
		}
		.header__top_contacts .phones .phone{
			font-size:clamp(0.875rem, 0.782rem + 0.47vw, 1rem);
		}
		.header__top_contacts .socials .social{
			width:clamp(1.563rem, 0.865rem + 3.49vw, 2.5rem);
			height:clamp(1.563rem, 0.865rem + 3.49vw, 2.5rem);
		}
		#header .burger.open_menu{
			width:clamp(1.25rem, 0.32rem + 4.65vw, 2.5rem);
			height:clamp(1.25rem, 0.32rem + 4.65vw, 2.5rem);
		}
		#header .burger.open_menu span{
			width:20px;
		}
		.header__top_contacts {
            margin-left: 0;
        }
	}
.header__bottom {
  padding: 10px 0;
  padding-bottom: 20px; }
  @media (max-width: 1200px) {
    .header__bottom {
      display: none; } }
  .header__bottom #menu-nizhnee-menyu-hedera {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(10px,1.0869565217vw + -0.8695652174px, 20px); }
    .header__bottom #menu-nizhnee-menyu-hedera > li {
      list-style-type: none;
      position: relative; }
      .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(10px,1.3888888889vw + -6.6666666667px, 20px); }
        .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs > a::after {
          content: '';
          width: 16px;
          height: 16px;
          flex-shrink: 0;
          background-image: url("../images/menu-arr.svg");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center;
          transition: all 0.3s ease-in; }
      .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -20px;
        opacity: 0;
        pointer-events: none; }
      .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs:hover > a {
        border-color: var(--primary);
        color: var(--primary); }
        .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs:hover > a::after {
          transform: scale(1, -1); }
      .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs:hover ul.sub-menu {
        opacity: 1;
        pointer-events: all; }
      .header__bottom #menu-nizhnee-menyu-hedera > li.has-childs:hover::before {
        opacity: 1;
        pointer-events: all; }
      .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu {
        position: absolute;
        width: 100%;
        border-radius: 14px;
        background-color: var(--elements-2);
        border: 1px solid var(--stroke);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
        padding: 26px 30px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 100;
        margin-top: 8px;
        transition: all 0.3s ease-in;
        opacity: 0;
        pointer-events: none; }
        .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li {
          list-style: none; }
          .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li a {
            font-weight: 500;
            font-size: 15px;
            line-height: 130%;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--main-text);
            transition: all 0.25s ease; }
            .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li a:hover {
              color: var(--primary); }
      .header__bottom #menu-nizhnee-menyu-hedera > li > a {
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--main-text);
        padding: 16px 5px;
        width: 100%;
        display: inline-block;
        text-align: center;
        background-color: transparent;
        border: 1px solid var(--stroke);
        border-radius: 12px;
        transition: all 0.25s ease; }
        .header__bottom #menu-nizhnee-menyu-hedera > li > a:hover {
          border-color: var(--primary);
          color: var(--primary);
          background-color: rgba(165, 201, 115, 0.06); }

/*============ FOOTER ===============*/
/* .content div:last-child#form-block{
  margin-bottom: 0px;
  border-bottom: 1px solid var(--card) !important;
} */
.site-footer {
  margin-top: auto;
  background-color: var(--bg-dark);
  border-top: 1px solid var(--stroke); }

.footer {
  padding: clamp(30px,0.625vw + 28px, 40px) 0;
  padding-bottom: 20px; }
  .footer__top {
    padding-bottom: clamp(30px,1.875vw + 24px, 60px);
    margin-bottom: 15px;
    border-bottom: 1px solid var(--stroke);
    display: flex;
    gap: 20px;
    row-gap: clamp(20px,1.25vw + 16px, 40px);
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 740px) {
      .footer__top {
        flex-direction: column; } }
    .footer__top * {
      color: var(--card); }
    .footer__top_contacts {
      display: flex;
      flex-direction: column;
      max-width: 340px;
      margin-right: auto; }
      .footer__top_contacts .logo {
        display: flex;
        gap: 15px;
        align-items: center;
        padding-bottom: clamp(20px,0.625vw + 18px, 30px);
        margin-bottom: clamp(20px,0.625vw + 18px, 30px);
        border-bottom: 1px solid var(--stroke);
        width: fit-content; }
        .footer__top_contacts .logo__image {
          height: 60px;
          width: auto;
          object-fit: contain; }
        .footer__top_contacts .logo__text {
          font-weight: 600;
          font-size: 12px;
          line-height: 100%;
          text-transform: uppercase;
          letter-spacing: 0.18em;
          color: var(--light-text); }
          .footer__top_contacts .logo__text span {
            font-family: var(--font-display);
            font-weight: 400;
            font-size: 21px;
            line-height: 130%;
            color: var(--main-text);
            text-transform: none; }
      .footer__top_contacts .phones {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .footer__top_contacts .phones .phone {
          transition: all 0.3s ease-in;
          margin-bottom: clamp(15px,0.3125vw + 14px, 20px); }
          .footer__top_contacts .phones .phone:hover {
            color: var(--primary); }
      .footer__top_contacts .addresses {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: clamp(15px,0.3125vw + 14px, 20px); }
    .footer__top .item {
      display: flex;
      flex-direction: column;
      width: 220px; }
      .footer__top .item__title {
        margin-bottom: 20px; }
      .footer__top .item ul {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .footer__top .item ul li {
          list-style-type: none; }
          .footer__top .item ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            transition: all 0.3s ease-in; }
            .footer__top .item ul li a:hover {
              opacity: 0.7; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px; }
    @media (max-width: 650px) {
      .footer__bottom {
        flex-direction: column;
        align-items: center; } }
    .footer__bottom .privacy {
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-align: center;
      color: var(--light-text);
      transition: all 0.3s ease-in; }
      .footer__bottom .privacy:hover {
        color: var(--card); }
    .footer__bottom .grampus {
      display: flex;
      gap: 10px;
      align-items: center;
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      text-align: center;
      color: var(--light-text);
      transition: all 0.3s ease-in; }
      .footer__bottom .grampus:hover {
        color: var(--card); }
        .footer__bottom .grampus:hover svg path {
          fill: var(--card); }
      .footer__bottom .grampus svg {
        width: 115px;
        height: auto;
        max-width: 120px;
        max-height: 26px;
        object-fit: contain; }
    .footer__bottom .copy {
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      text-align: center;
      color: var(--light-text); }

/* ============== MODAL ============= */
.form-callback .privacy {
  color: var(--light-text); }

.privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--elements-1); }
  .privacy a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: underline; }

.form-contacts,
.form-callback {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.form-callback .input {
  border: 1px solid var(--stroke);
  transition: all 0.3s ease-in; }
  .form-callback .input:hover, .form-callback .input:focus {
    border-color: var(--primary); }

.form-block .top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px; }
  @media (max-width: 700px) {
    .form-block .top {
      flex-direction: column; }
      .form-block .top .btn {
        width: 100%; } }

.input {
  border: 1px solid var(--stroke);
  outline: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--main-text);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 30px;
  border-radius: 12px;
  transition: border-color 0.25s ease, background-color 0.25s ease; }
  .input:hover, .input:focus {
    border-color: var(--primary);
    background-color: rgba(255, 255, 255, 0.08); }
  .input.error {
    border-color: #E06A5A; }
  .input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--light-text);
    display: none;
    color: transparent; }

.form-floating {
  position: relative;
  width: 100%;
  display: flex; }
  .form-floating input {
    width: 100%; }
  .form-floating label {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--light-text); }
  .form-floating .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(1) translateY(-14px) translateX(0px);
    font-size: 10px;
    font-weight: 400;
    line-height: 150%; }

.theme-modal {
  border-radius: 20px;
  height: fit-content;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: var(--bg-light);
  border: 1px solid var(--stroke);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 99999;
  overflow-y: auto;
  padding: clamp(20px,1.25vw + 16px, 40px);
  padding-top: clamp(30px,1.875vw + 24px, 60px); }
  @media (max-width: 600px) {
    .theme-modal {
      width: calc(100% - 20px);
      max-width: unset; } }
  .theme-modal .modal-title {
    margin-bottom: 10px;
    text-align: center; }
  .theme-modal .modal-text {
    margin-bottom: 30px;
    text-align: center; }
  .theme-modal.modal-open {
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  .theme-modal .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer; }

#modal-success .modal-text {
  margin-bottom: 10px; }
#modal-success .btn {
  width: 100%; }

#modal-review {
  height: fit-content;
  border-radius: 20px;
  overflow: auto;
  padding: 0; }
  #modal-review .short__text {
    display: none; }
  #modal-review .open-review {
    display: none; }
  #modal-review .full__text {
    display: block !important; }

.pagination {
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  gap: 5px; }
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--main-text); }
  .pagination span.page-numbers {
    border: 1px solid var(--primary);
    border-radius: 100px;
    color: var(--primary); }
  .pagination .prev {
    margin-right: clamp(15px,0.625vw + 13px, 25px); }
  .pagination .next {
    margin-left: clamp(15px,0.625vw + 13px, 25px); }
  .pagination .prev,
  .pagination .next {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--primary);
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .pagination .prev:hover,
    .pagination .next:hover {
      border-radius: 50%;
      background-color: var(--primary-hover); }
    .pagination .prev svg,
    .pagination .next svg {
      width: 24px;
      height: 24px; }

.swiper-nav {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: clamp(15px,2.1875vw + 8px, 50px);
  margin-top: 30px; }
  .swiper-nav .swiper-pagination {
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    display: flex;
    gap: clamp(5px,0.3125vw + 4px, 10px);
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
    .swiper-nav .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      width: clamp(20px,1.25vw + 16px, 40px);
      height: 3px;
      border: none;
      border-radius: 3px;
      opacity: 0.35;
      background-color: var(--light-text);
      transition: all 0.3s ease-in; }
      .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: var(--primary); }

.error-page .error {
  display: flex;
  gap: 20px;
  align-items: flex-end; }
  @media (max-width: 900px) {
    .error-page .error {
      flex-direction: column;
      align-items: center; } }
  .error-page .error__left {
    width: clamp(500px,19.6078431373vw + 323.5294117647px, 700px);
    height: clamp(500px,9.8039215686vw + 411.7647058824px, 600px);
    border-radius: 20px;
    flex-shrink: 0; }
    @media (max-width: 900px) {
      .error-page .error__left {
        width: 100%;
        height: clamp(300px,18.75vw + 240px, 600px); } }
  .error-page .error__right {
    max-width: 560px; }
    @media (max-width: 900px) {
      .error-page .error__right * {
        text-align: center; } }
    .error-page .error__right .num {
      font-weight: 600;
      font-size: clamp(120px,5vw + 104px, 200px);
      line-height: 100%;
      color: var(--primary);
      margin-bottom: clamp(20px,0.625vw + 18px, 30px); }
    .error-page .error__right .title {
      margin-bottom: 15px; }
    .error-page .error__right .subtitle {
      margin-bottom: clamp(25px,0.3125vw + 24px, 30px); }
    @media (max-width: 900px) {
      .error-page .error__right .btn {
        display: flex;
        width: fit-content;
        margin: 0 auto; } }

.archive-review .reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 20px; }
  @media (max-width: 1400px) {
    .archive-review .reviews {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1000px) {
    .archive-review .reviews {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .archive-review .reviews {
      grid-template-columns: 1fr; } }
  .archive-review .reviews .review-card {
    min-height: 400px; }
    @media (max-width: 600px) {
      .archive-review .reviews .review-card {
        min-height: unset;
        height: fit-content;
        min-height: unset; } }
    .archive-review .reviews .review-card .video-review {
      min-height: 400px; }
      @media (max-width: 600px) {
        .archive-review .reviews .review-card .video-review {
          min-height: 300px; } }
    .archive-review .reviews .review-card .text-review {
      min-height: 400px; }
      @media (max-width: 600px) {
        .archive-review .reviews .review-card .text-review {
          min-height: unset;
          height: fit-content; } }

.archive-service .services,
.category-page .services,
.archive-work_container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: clamp(15px,0.3125vw + 14px, 20px);
  row-gap: clamp(30px,0.625vw + 28px, 40px); }
  @media (max-width: 1200px) {
    .archive-service .services,
    .category-page .services,
    .archive-work_container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 900px) {
    .archive-service .services,
    .category-page .services,
    .archive-work_container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 550px) {
    .archive-service .services,
    .category-page .services,
    .archive-work_container {
      grid-template-columns: 1fr; } }

/* Карточка услуги — крупное «окно» с фото и кнопками действий */
.service-card {
  display: flex;
  flex-direction: column;
  background-color: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(42, 44, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
  .service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(121, 168, 78, 0.55);
    box-shadow:
      0 22px 44px rgba(42, 44, 42, 0.14),
      0 0 28px rgba(121, 168, 78, 0.1); }
  .service-card:hover .image-wrapper .image {
    transform: scale(1.04); }
  .service-card:hover .service-card__name {
    color: var(--primary); }
  .service-card .image-wrapper {
    position: relative;
    display: block;
    overflow: hidden; }
    .service-card .image-wrapper .image {
      width: 100%;
      height: clamp(240px, 16vw, 300px);
      border-radius: 0;
      transition: transform 0.45s ease; }
    .service-card .image-wrapper .icon {
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 46px;
      height: 46px;
      background-color: rgba(43, 45, 43, 0.82);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease-in; }
      .service-card .image-wrapper .icon svg {
        width: 18px;
        height: 18px; }
        .service-card .image-wrapper .icon svg path{
         fill:#fff;
        }
  .service-card:hover .image-wrapper .icon {
    background-color: #2B2D2B; }
  .service-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: clamp(18px, 1.4vw, 26px); }
  .service-card__name {
    margin-bottom: clamp(12px,0.3125vw + 11px, 16px);
    transition: all 0.3s ease-in; }
  .service-card__content p {
    font-size: 15px;
    line-height: 158%;
    font-weight: 400;
    color: var(--light-text); }
    .service-card__content p:not(:last-child) {
      margin-bottom: 10px; }
  /* описания услуг — чистый текст без маркеров-точек */
  .service-card__content ul,
  .service-card__content ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
  .service-card__content li {
    font-size: 15px;
    line-height: 158%;
    color: var(--light-text);
    display: block; }
  .service-card__content li::marker {
    content: none; }
  .service-card__actions {
    margin-top: auto;
    padding-top: clamp(16px, 1.2vw, 22px);
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .service-card__actions .btn,
    .service-card__actions .btn-white {
      font-size: 15px;
      padding: 13px 20px;
      flex: 1 1 auto;
      text-align: center;
      white-space: nowrap; }

.review-card .video-review {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  position: relative;
  height: auto;
  padding: clamp(15px,0.3125vw + 14px, 20px);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer; }
  .review-card .video-review:hover::after {
    transform: scale(1.2); }
  .review-card .video-review::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 0; }
  .review-card .video-review::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url("../images/play.svg");
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    z-index: 3;
    transition: all 0.3s ease-in; }
  .review-card .video-review .review__name {
    color: var(--card);
    z-index: 2; }
  .review-card .video-review .review__date {
    color: var(--card);
    z-index: 2; }
  .review-card .video-review .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1; }
.review-card .text-review {
  padding: clamp(15px,0.3125vw + 14px, 20px);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  height: auto;
  display: flex;
  flex-direction: column; }
  .review-card .text-review .review__name {
    margin-bottom: 5px; }
  .review-card .text-review .review__date {
    margin-bottom: auto; }
  .review-card .text-review .review__text {
    margin-top: 60px; }
    @media (max-width: 600px) {
      .review-card .text-review .review__text {
        margin-top: 30px; } }
    .review-card .text-review .review__text .structure-text-all {
      margin-top: 10px;
      color: var(--primary);
      cursor: pointer; }
    .review-card .text-review .review__text .full__text p,
    .review-card .text-review .review__text .short__text p {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }

.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
  margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
.seo-content p:not(:last-child) {
  margin-bottom: 10px; }
.seo-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .seo-content ul:not(:first-child) {
    margin-top: 20px; }
  .seo-content ul:not(:last-child) {
    margin-bottom: 20px; }
  .seo-content ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--main-text); }
    .seo-content ul li::before {
      content: '';
      width: 10px;
      height: 10px;
      background-color: var(--primary);
      border-radius: 50%;
      display: block;
      position: relative;
      top: 4.5px; }

.product-cat-card {
  display: flex;
  flex-direction: column;
  position: relative; }
  .product-cat-card .image-wrapper {
    height: clamp(300px,6.9444444444vw + 216.6666666667px, 350px);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px; }
    .product-cat-card .image-wrapper:hover::before {
      opacity: 0.2; }
    .product-cat-card .image-wrapper:hover .btn-white {
      opacity: 1; }
    .product-cat-card .image-wrapper::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #000;
      opacity: 0;
      z-index: 0;
      transition: all 0.3s ease-in; }
    .product-cat-card .image-wrapper .image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .product-cat-card .image-wrapper .icon {
      height: 30px;
      width: 30px;
      box-sizing: content-box;
      padding: 12px;
      margin-bottom: auto;
      position: relative;
      z-index: 2;
      background-color: var(--primary);
      border-radius: 10px; }
    .product-cat-card .image-wrapper .btn-white {
      position: relative;
      z-index: 2;
      opacity: 0;
      transition: all 0.3s ease-in;
      margin-top: auto; }
  .product-cat-card .name {
    margin-bottom: 10px; }

.tax-product_cat .subcats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1200px) {
    .tax-product_cat .subcats {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 550px) {
    .tax-product_cat .subcats {
      grid-template-columns: 1fr;
      gap: 30px; } }
.tax-product_cat .filters-widget {
  background-color: var(--bg-light);
  padding-top: clamp(30px,0.625vw + 28px, 40px);
  padding-bottom: clamp(30px,0.625vw + 28px, 40px);
  margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
  .tax-product_cat .filters-widget .filters-form {
    display: flex;
    flex-direction: column; }
    .tax-product_cat .filters-widget .filters-form .blocks {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 20px; }
      @media (max-width: 1100px) {
        .tax-product_cat .filters-widget .filters-form .blocks {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 600px) {
        .tax-product_cat .filters-widget .filters-form .blocks {
          grid-template-columns: 1fr;
          gap: 10px; } }
    .tax-product_cat .filters-widget .filters-form .filter-block {
      border-radius: 12px;
      background-color: var(--elements-2);
      border: 1px solid var(--stroke);
      padding: 20px;
      position: relative;
      transition: all 0.3s ease-in; }
      .tax-product_cat .filters-widget .filters-form .filter-block.disabled {
        display: none; }
      .tax-product_cat .filters-widget .filters-form .filter-block.opened {
        border-radius: 15px; }
        .tax-product_cat .filters-widget .filters-form .filter-block.opened .filter-block-header .filter-block-title {
          color: var(--light-text); }
        .tax-product_cat .filters-widget .filters-form .filter-block.opened .filter-block-header .filter-block-toggler svg {
          transform: scale(1, -1); }
      .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        cursor: pointer; }
        .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-header .filter-block-title {
          font-weight: 400;
          font-size: 18px;
          line-height: 120%;
          color: var(--main-text);
          transition: all 0.3s ease-in; }
        .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-header .filter-block-toggler svg {
          width: 12px;
          height: 24px;
          object-fit: contain;
          transition: all 0.3s ease-in; }
      .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content {
        position: absolute;
        border-radius: 14px;
        padding: 20px 30px;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: var(--elements-2);
        border: 1px solid var(--stroke);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        z-index: 5;
        overflow: auto;
        max-height: 340px; }
        .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .local-search {
          display: none !important; }
        .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group input[type=checkbox] {
            display: none; }
          .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group input:checked + label::before {
            background-color: var(--primary);
            border-color: var(--primary); }
          .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group input:checked + label::after {
            opacity: 1; }
          .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group label {
            position: relative;
            display: flex;
            align-items: flex-start;
            gap: 5px;
            cursor: pointer;
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            color: var(--main-text); }
            .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group label::before {
              content: '';
              width: 20px;
              height: 20px;
              border-radius: 5px;
              border: 1px solid var(--primary);
              transition: all 0.3s ease-in;
              flex-shrink: 0; }
            .tax-product_cat .filters-widget .filters-form .filter-block .filter-block-content .inputs .group label::after {
              content: '';
              background-image: url("../images/filter-check.svg");
              background-position: center center;
              background-size: 100% 100%;
              background-repeat: no-repeat;
              position: absolute;
              left: 5px;
              top: 7px;
              width: 12px;
              height: 9px;
              opacity: 0;
              transition: all 0.3s ease-in; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .inputs.price,
    .tax-product_cat .filters-widget .filters-form .filter-block-price .inputs.custom-range {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 10px; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .filter-block-content {
      display: flex;
      flex-direction: column;
      margin-top: 0;
      gap: 15px;
      padding-top: 30px; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .group {
      display: flex;
      gap: 10px;
      cursor: pointer; }
      .tax-product_cat .filters-widget .filters-form .filter-block-price .group input {
        width: 100%;
        padding: 15px;
        background: rgba(255, 255, 255, 0.05);
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: var(--main-text);
        outline: none;
        border: 1px solid var(--stroke);
        border-radius: 12px; }
        .tax-product_cat .filters-widget .filters-form .filter-block-price .group input::placeholder {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          color: var(--light-text); }
        .tax-product_cat .filters-widget .filters-form .filter-block-price .group input::-webkit-outer-spin-button, .tax-product_cat .filters-widget .filters-form .filter-block-price .group input::-webkit-inner-spin-button {
          /* display: none; <- Crashes Chrome on hover */
          -webkit-appearance: none;
          margin: 0; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-target {
      background: var(--stroke);
      height: 2px;
      border: 1px solid var(--stroke); }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-horizontal {
      height: 1px; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-target {
      position: relative;
      direction: ltr; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-target,
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-target * {
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-user-select: none;
      -ms-touch-action: none;
      touch-action: none;
      -ms-user-select: none;
      -moz-user-select: none;
      user-select: none;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 96%; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-base,
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-connects {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-connects {
      border-radius: 3px;
      height: 3px;
      top: -1px; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-connects {
      overflow: hidden;
      z-index: 0; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-connect {
      background: var(--primary);
      height: 100%; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-connect,
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-origin {
      will-change: transform;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 3px;
      height: 100%;
      width: 100%;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
      left: auto;
      right: 0; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-handle {
      position: absolute; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-horizontal .noUi-handle {
      cursor: pointer;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid var(--primary);
      right: -8px;
      top: -6px;
      background: var(--primary);
      box-shadow: unset; }
    .tax-product_cat .filters-widget .filters-form .filter-block-price .noUi-horizontal .noUi-handle::before {
      content: "";
      background: var(--primary);
      opacity: 0;
      width: 21px;
      height: 21px;
      display: block;
      border-radius: 50%;
      border: 1px solid var(--primary);
      left: -7px;
      top: -7px;
      position: absolute;
      transition: opacity 0.3s ease; }
    .tax-product_cat .filters-widget .filters-form .tags {
      margin-bottom: clamp(20px,0.625vw + 18px, 30px); }
      .tax-product_cat .filters-widget .filters-form .tags .inputs {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .tax-product_cat .filters-widget .filters-form .tags .inputs .group input[type=checkbox] {
          display: none; }
        .tax-product_cat .filters-widget .filters-form .tags .inputs .group input:checked + label::before {
          background-color: var(--primary);
          border-color: var(--primary); }
        .tax-product_cat .filters-widget .filters-form .tags .inputs .group input:checked + label::after {
          opacity: 1; }
        .tax-product_cat .filters-widget .filters-form .tags .inputs .group label {
          position: relative;
          display: flex;
          align-items: center;
          gap: 5px;
          cursor: pointer;
          font-weight: 500;
          font-size: 16px;
          line-height: 120%;
          text-transform: uppercase;
          color: var(--primary); }
          .tax-product_cat .filters-widget .filters-form .tags .inputs .group label::before {
            content: '';
            width: 20px;
            height: 20px;
            border-radius: 5px;
            border: 1px solid var(--primary);
            transition: all 0.3s ease-in;
            flex-shrink: 0; }
          .tax-product_cat .filters-widget .filters-form .tags .inputs .group label::after {
            content: '';
            background-image: url("../images/filter-check.svg");
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            position: absolute;
            left: 5px;
            top: 7px;
            width: 12px;
            height: 9px;
            opacity: 0;
            transition: all 0.3s ease-in; }
  .tax-product_cat .filters-widget .filter__bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px; }
    @media (max-width: 600px) {
      .tax-product_cat .filters-widget .filter__bottom {
        flex-direction: column-reverse;
        align-items: center; } }
    .tax-product_cat .filters-widget .filter__bottom .buttons {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: fit-content; }
      @media (max-width: 600px) {
        .tax-product_cat .filters-widget .filter__bottom .buttons {
          width: 100%; } }
      @media (max-width: 600px) {
        .tax-product_cat .filters-widget .filter__bottom .buttons .btn {
          width: 100%; } }
      .tax-product_cat .filters-widget .filter__bottom .buttons .link {
        display: flex;
        gap: 10px;
        background-color: inherit;
        border: none;
        outline: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: fit-content;
        margin: 0 auto; }
        .tax-product_cat .filters-widget .filter__bottom .buttons .link svg {
          width: 18px;
          height: 18px; }
        .tax-product_cat .filters-widget .filter__bottom .buttons .link span {
          font-weight: 400;
          font-size: 18px;
          line-height: 120%;
          color: var(--main-text);
          transition: all 0.3s ease-in; }
        .tax-product_cat .filters-widget .filter__bottom .buttons .link:hover span {
          color: var(--primary); }
        .tax-product_cat .filters-widget .filter__bottom .buttons .link:hover svg path {
          fill: var(--primary); }
    .tax-product_cat .filters-widget .filter__bottom .btn-white {
      height: fit-content;
      display: flex;
      gap: 10px;
      align-items: center;
      border-radius: 30px;
      transition: all 0.3s ease-in;
      width: fit-content; }
      @media (max-width: 600px) {
        .tax-product_cat .filters-widget .filter__bottom .btn-white {
          width: 100%;
          justify-content: center; } }
      .tax-product_cat .filters-widget .filter__bottom .btn-white:hover {
        border-radius: 15px; }
      .tax-product_cat .filters-widget .filter__bottom .btn-white span {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: var(--primary); }
      .tax-product_cat .filters-widget .filter__bottom .btn-white svg {
        width: 16px;
        height: 16px; }
.tax-product_cat .woocommerce-no-products-found {
  margin-top: 30px;
  margin-bottom: clamp(40px,2.5vw + 32px, 80px); }
  .tax-product_cat .woocommerce-no-products-found .woocommerce-info {
    font-weight: 600;
    font-size: clamp(30px,1.125vw + 26.4px, 48px);
    line-height: 100%;
    color: var(--main-text); }

.products.catalog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1200px) {
    .products.catalog {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 900px) {
    .products.catalog {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 570px) {
    .products.catalog {
      grid-template-columns: 1fr; } }
  .products.catalog .products-wrapper {
    display: flex;
    flex-direction: column; }

.products.build {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 30px; }
  @media (max-width: 1150px) {
    .products.build {
      grid-template-columns: 1fr; } }

.catalog-product-card {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in; }
  .catalog-product-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--primary); }
    .catalog-product-card:hover .name {
      color: var(--primary); }
  .catalog-product-card .product__galery {
    position: relative;
    width: 100%;
    height: clamp(260px,5vw + 244px, 340px);
    overflow: hidden;
    transition: all 0.3s ease-in;
    cursor: pointer;
    position: relative;
    background-color: var(--card);
    z-index: 5; }
    .catalog-product-card .product__galery .images__list {
      transition: all 0.3s ease-in;
      border-radius: 10px;
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1; }
      .catalog-product-card .product__galery .images__list .image {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        opacity: 0;
        z-index: 1;
        transition: all 0.3s ease-in; }
        .catalog-product-card .product__galery .images__list .image.active {
          z-index: 1;
          opacity: 1; }
    .catalog-product-card .product__galery .images__nav {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 2;
      opacity: 1; }
      .catalog-product-card .product__galery .images__nav .nav-item {
        height: 100%;
        position: relative;
        width: calc(100% / 4); }
        .catalog-product-card .product__galery .images__nav .nav-item.active::after {
          opacity: 1; }
        .catalog-product-card .product__galery .images__nav .nav-item::after {
          content: "";
          height: 4px;
          background: var(--card);
          opacity: 0.4;
          display: block;
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform: translateX(-50%);
          transition: background 0.3s ease;
          z-index: 6; }
        .catalog-product-card .product__galery .images__nav .nav-item:first-child::after {
          width: 70%;
          margin-left: 7px; }
        .catalog-product-card .product__galery .images__nav .nav-item:last-child::after {
          width: 70%;
          margin-left: -7px; }
  .catalog-product-card .product__info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
    flex-grow: 1; }
    .catalog-product-card .product__info .name {
      margin-bottom: 10px;
      transition: all 0.3s ease-in; }
    .catalog-product-card .product__info .descr {
      margin-bottom: 20px; }
    .catalog-product-card .product__info .price-1 {
      margin-top: auto; }

.build-product-card {
  padding: clamp(15px,0.3125vw + 14px, 20px);
  border-radius: 20px;
  background-color: var(--bg-light);
  border: 1px solid var(--bg-light);
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column; }
  .build-product-card:hover {
    border-color: var(--primary); }
    .build-product-card:hover .image img {
      transform: scale(1.1); }
  .build-product-card .product__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--stroke);
    gap: clamp(20px,1.875vw + 14px, 50px); }
    @media (max-width: 600px) {
      .build-product-card .product__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px; } }
    .build-product-card .product__top .attrs {
      display: flex;
      gap: 10px;
      flex-shrink: 0;
      flex-wrap: wrap; }
      .build-product-card .product__top .attrs .attr {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        background-color: var(--bg-dark);
        border-radius: 10px;
        color: var(--card); }
        .build-product-card .product__top .attrs .attr svg {
          width: 15px;
          height: 15px; }
  .build-product-card .image {
    height: clamp(250px,3.125vw + 240px, 300px);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative; }
    .build-product-card .image img {
      transition: all 0.3s ease-in; }
    .build-product-card .image .tags {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 5; }
      .build-product-card .image .tags .tag {
        padding: 10px 15px;
        border-radius: 10px;
        background-color: var(--primary);
        color: var(--card);
        display: flex;
        align-items: center;
        gap: 5px; }
        .build-product-card .image .tags .tag svg {
          width: 20px;
          height: 20px; }
  .build-product-card .product__bottom {
    display: flex;
    justify-content: space-between;
    gap: clamp(30px,1.25vw + 26px, 50px);
    margin-top: auto; }
    @media (max-width: 500px) {
      .build-product-card .product__bottom {
        flex-direction: column;
        gap: 15px; } }
    .build-product-card .product__bottom .price {
      flex-shrink: 0;
      flex-direction: column;
      gap: 5px; }

[form-send][disabled] {
  opacity: 0.5; }

form.woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: clamp(20px,0.625vw + 18px, 30px);
  padding-bottom: 20px;
  margin-bottom: clamp(20px,0.625vw + 18px, 30px);
  border-bottom: 1px solid var(--stroke); }
  @media (max-width: 420px) {
    form.woocommerce-ordering {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; } }
  form.woocommerce-ordering select.orderby {
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--main-text);
    cursor: pointer; }
    form.woocommerce-ordering select.orderby option {
      padding: 5px;
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      color: #1D241E;
      background-color: #fff; }

#seo-block .seo {
  display: flex;
  gap: 20px; }
  @media (max-width: 1000px) {
    #seo-block .seo {
      flex-direction: column; } }
  #seo-block .seo__image {
    width: clamp(450px,24.5098039216vw + 229.4117647059px, 700px);
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0; }
    @media (max-width: 1000px) {
      #seo-block .seo__image {
        width: 100%;
        height: clamp(260px,15vw + 212px, 500px); } }
  #seo-block .seo__text {
    width: 100%;
    max-height: 500px;
    overflow: auto;
    padding-right: clamp(15px,1.5625vw + 10px, 40px); }
    #seo-block .seo__text::-webkit-scrollbar {
      width: 4px;
      height: 15px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    #seo-block .seo__text::-webkit-scrollbar-track {
      background-color: var(--bg-light);
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      width: 4px;
      background-clip: padding-box;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    #seo-block .seo__text::-webkit-scrollbar-thumb {
      background-color: var(--stroke);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }

.single-product .single-product-wrapper {
  display: flex;
  gap: clamp(20px,1.25vw + 16px, 40px);
  justify-content: space-between;
  position: relative; }
  @media (max-width: 1200px) {
    .single-product .single-product-wrapper {
      flex-direction: column-reverse; } }
  .single-product .single-product-wrapper .summary {
    width: clamp(900px,4.347826087vw + 856.5217391304px, 940px); }
    @media (max-width: 1200px) {
      .single-product .single-product-wrapper .summary {
        width: 100%; } }
    .single-product .single-product-wrapper .summary .single-product__gallery {
      margin-bottom: clamp(30px,0.625vw + 28px, 40px);
      display: flex;
      flex-direction: row-reverse;
      gap: 20px;
      height: 580px;
      width: 100%; }
      @media (max-width: 1000px) {
        .single-product .single-product-wrapper .summary .single-product__gallery {
          width: 100%;
          justify-content: space-between; } }
      @media (max-width: 800px) {
        .single-product .single-product-wrapper .summary .single-product__gallery {
          height: 460px; } }
      @media (max-width: 650px) {
        .single-product .single-product-wrapper .summary .single-product__gallery {
          flex-direction: column;
          height: fit-content; } }
      .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-swiper {
        width: clamp(600px,21.7391304348vw + 382.6086956522px, 800px);
        flex-shrink: 0;
        flex-grow: 1; }
        @media (max-width: 800px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-swiper {
            width: calc(80% - 10px); } }
        @media (max-width: 650px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-swiper {
            width: 100%;
            height: clamp(360px,8.75vw + 332px, 500px); } }
        .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-swiper .swiper-slide {
          border-radius: 20px;
          overflow: hidden;
          cursor: pointer;
          height: auto; }
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-swiper .swiper-slide img {
            border-radius: 20px;
            background-color: var(--card); }
      .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails {
        width: 120px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        flex-shrink: 0; }
        @media (max-width: 800px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails {
            width: calc(20% - 10px); } }
        @media (max-width: 650px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails {
            height: 120px; } }
        @media (max-width: 650px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails {
            width: 100%; } }
        .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .gallery-thumbnails {
          height: 510px;
          overflow: hidden; }
          @media (max-width: 800px) {
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .gallery-thumbnails {
              height: 380px; } }
        @media (max-width: 650px) {
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .swiper-wrapper {
            height: 120px; } }
        .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .swiper-wrapper .swiper-slide {
          max-height: 120px;
          width: 100%;
          border-radius: 15px;
          overflow: hidden;
          cursor: pointer; }
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .swiper-wrapper .swiper-slide img {
            border-radius: 15px;
            background-color: var(--card); }
        .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav {
          position: absolute;
          display: flex;
          bottom: 0;
          gap: 20px;
          align-items: center;
          width: fit-content;
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media (max-width: 650px) {
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav {
              display: none; } }
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--prev,
          .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--next {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid var(--main-text);
            border-radius: 10px;
            transition: all 0.3s ease-in; }
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--prev:hover,
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--next:hover {
              border-radius: 50%;
              border-color: var(--primary); }
              .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--prev:hover svg path,
              .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--next:hover svg path {
                fill: var(--primary); }
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--prev svg,
            .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--next svg {
              width: 24px;
              height: 24px; }
            @media (max-width: 550px) {
              .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--prev,
              .single-product .single-product-wrapper .summary .single-product__gallery .single-product__gallery-thumbnails .nav .slider-btn--next {
                display: none; } }
    .single-product .single-product-wrapper .summary .short-descr {
      margin-bottom: 30px; }
    .single-product .single-product-wrapper .summary .short-attrs {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding-bottom: clamp(30px,0.625vw + 28px, 40px);
      margin-bottom: clamp(30px,0.625vw + 28px, 40px);
      border-bottom: 1px solid var(--stroke); }
      @media (max-width: 600px) {
        .single-product .single-product-wrapper .summary .short-attrs {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 400px) {
        .single-product .single-product-wrapper .summary .short-attrs {
          grid-template-columns: 1fr; } }
      .single-product .single-product-wrapper .summary .short-attrs .attr {
        display: flex;
        flex-direction: column;
        gap: 15px; }
    .single-product .single-product-wrapper .summary .attrs-title {
      margin-top: clamp(30px,0.625vw + 28px, 40px);
      margin-bottom: 30px; }
    .single-product .single-product-wrapper .summary .all-attrs {
      display: flex;
      flex-direction: column; }
      .single-product .single-product-wrapper .summary .all-attrs .attr {
        width: 100%;
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--stroke); }
        .single-product .single-product-wrapper .summary .all-attrs .attr:first-child {
          padding-top: 20px;
          border-top: 1px solid var(--stroke); }
        .single-product .single-product-wrapper .summary .all-attrs .attr:not(:last-child) {
          margin-bottom: 20px; }
        @media (max-width: 600px) {
          .single-product .single-product-wrapper .summary .all-attrs .attr {
            flex-direction: column;
            gap: 10px; } }
        .single-product .single-product-wrapper .summary .all-attrs .attr__name {
          width: 35%; }
          @media (max-width: 600px) {
            .single-product .single-product-wrapper .summary .all-attrs .attr__name {
              width: 100%; } }
        .single-product .single-product-wrapper .summary .all-attrs .attr__value {
          width: 65%; }
          @media (max-width: 600px) {
            .single-product .single-product-wrapper .summary .all-attrs .attr__value {
              width: 100%; } }
  .single-product .single-product-wrapper .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: clamp(380px,6.5217391304vw + 314.7826086957px, 440px);
    position: sticky;
    top: 0;
    height: fit-content; }
    @media (max-width: 1200px) {
      .single-product .single-product-wrapper .info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        position: relative; } }
    @media (max-width: 700px) {
      .single-product .single-product-wrapper .info {
        grid-template-columns: 1fr; } }
    .single-product .single-product-wrapper .info .info-price {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--stroke);
      border-radius: 20px;
      padding: clamp(15px,0.9375vw + 12px, 30px); }
      .single-product .single-product-wrapper .info .info-price .price-2 {
        margin-bottom: 15px; }
      .single-product .single-product-wrapper .info .info-price .metr-price {
        margin-bottom: 30px; }
      .single-product .single-product-wrapper .info .info-price .btn {
        margin-top: auto;
        padding: 18px; }
    .single-product .single-product-wrapper .info .info-text {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--stroke);
      border-radius: 20px;
      padding: clamp(15px,0.9375vw + 12px, 30px); }
      .single-product .single-product-wrapper .info .info-text .title {
        margin-bottom: 15px; }
      .single-product .single-product-wrapper .info .info-text .text {
        margin-bottom: 30px; }
      .single-product .single-product-wrapper .info .info-text .btn {
        margin-top: auto;
        padding: 18px; }

.single-product-build .banner {
  border-radius: 15px;
  height: clamp(300px,18.75vw + 240px, 600px);
  margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
.single-product-build .product-info-wrapper {
  display: flex;
  gap: clamp(30px,0.625vw + 28px, 40px);
  justify-content: space-between;
  position: relative; }
  @media (max-width: 1000px) {
    .single-product-build .product-info-wrapper {
      flex-direction: column-reverse; } }
  .single-product-build .product-info-wrapper .product-info-left {
    display: flex;
    flex-direction: column;
    gap: clamp(30px,0.625vw + 28px, 40px); }
    .single-product-build .product-info-wrapper .product-info-left .layout__title {
      margin-bottom: 30px; }
    .single-product-build .product-info-wrapper .product-info-left .layout .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      @media (max-width: 400px) {
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery {
          grid-template-columns: 1fr; } }
      .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image {
        height: clamp(200px,7.5vw + 176px, 320px);
        border: 1px solid var(--stroke);
        overflow: hidden;
        border-radius: 20px;
        cursor: pointer;
        position: relative; }
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image:hover::before {
          opacity: 0.2; }
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image:hover::after {
          opacity: 1; }
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0;
          background-color: #000;
          opacity: 0;
          transition: all 0.3s ease-in; }
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          inset: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background-image: url("../images/layout-icon.svg");
          background-size: 40px 40px;
          background-position: center center;
          background-repeat: no-repeat;
          opacity: 0;
          transition: all 0.3s ease-in; }
        .single-product-build .product-info-wrapper .product-info-left .layout .gallery .image img {
          object-fit: contain; }
    .single-product-build .product-info-wrapper .product-info-left .attrs .attrs-title {
      margin-top: clamp(30px,0.625vw + 28px, 40px);
      margin-bottom: 30px; }
    .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs {
      display: flex;
      flex-direction: column; }
      .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr {
        width: 100%;
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--stroke); }
        .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr:first-child {
          padding-top: 20px;
          border-top: 1px solid var(--stroke); }
        .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr:not(:last-child) {
          margin-bottom: 20px; }
        @media (max-width: 600px) {
          .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr {
            flex-direction: column;
            gap: 10px; } }
        .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr__name {
          width: 35%; }
          @media (max-width: 600px) {
            .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr__name {
              width: 100%; } }
        .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr__value {
          width: 65%; }
          @media (max-width: 600px) {
            .single-product-build .product-info-wrapper .product-info-left .attrs .all-attrs .attr__value {
              width: 100%; } }
  .single-product-build .product-info-wrapper .product-info-right {
    width: clamp(420px,15.2173913043vw + 267.8260869565px, 560px);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: fit-content; }
    @media (max-width: 1000px) {
      .single-product-build .product-info-wrapper .product-info-right {
        position: relative;
        width: 100%; } }
    .single-product-build .product-info-wrapper .product-info-right .short-attrs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
      row-gap: 30px;
      padding-bottom: clamp(30px,0.625vw + 28px, 40px);
      border-bottom: 1px solid var(--stroke);
      margin-bottom: clamp(30px,0.625vw + 28px, 40px); }
      @media (max-width: 400px) {
        .single-product-build .product-info-wrapper .product-info-right .short-attrs {
          grid-template-columns: 1fr;
          row-gap: 20px; } }
    .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper {
      display: flex;
      flex-direction: column; }
      .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info {
        display: flex;
        gap: 20px;
        margin-bottom: 30px; }
        @media (max-width: 400px) {
          .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info {
            flex-direction: column; } }
        .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info__icon {
          width: 50px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: var(--primary);
          border-radius: 10px; }
          .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info__icon svg {
            width: 20px;
            height: 20px; }
        .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info__text {
          display: flex;
          flex-direction: column;
          gap: 15px; }
          .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .price-info__text .prices {
            display: flex;
            gap: 15px;
            align-items: flex-end; }
      .single-product-build .product-info-wrapper .product-info-right .price-info-wrapper .btn {
        width: fit-content; }
.single-product-build .product-gallery .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 1000px) {
    .single-product-build .product-gallery .images {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .single-product-build .product-gallery .images {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .single-product-build .product-gallery .images .image {
    height: clamp(270px,14.3939393939vw + 183.6363636364px, 460px);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .single-product-build .product-gallery .images .image.disabled {
      display: none; }
    .single-product-build .product-gallery .images .image:hover::before {
      opacity: 0.2; }
    .single-product-build .product-gallery .images .image:hover::after {
      opacity: 1; }
    .single-product-build .product-gallery .images .image::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
      background-color: #000;
      opacity: 0;
      transition: all 0.3s ease-in; }
    .single-product-build .product-gallery .images .image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url("../images/layout-icon.svg");
      background-size: 40px 40px;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: all 0.3s ease-in; }
.single-product-build .product-gallery .btn {
  display: flex;
  width: clamp(300px,2.5vw + 292px, 340px);
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center; }

.related.products {
  height: fit-content; }
  .related.products .swiper-slide {
    height: auto; }
    .related.products .swiper-slide .catalog-product-card,
    .related.products .swiper-slide .build-product-card {
      height: 100%; }
  .related.products .swiper-nav {
    margin: 0 auto;
    margin-top: 30px; }

/* ============= MEDIA QUERIES =========== */

/*# sourceMappingURL=main.css.map */
/* ==== Cookie — плавающая панель со скруглением и блюром ===== */
.grampus-cookie-notice{
  padding: 18px 26px !important;
  background-color: rgba(240, 241, 238, 0.75) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(42, 44, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(20, 21, 20, 0.18);
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 16px !important;
  width: min(1180px, calc(100% - 170px));
  right: auto !important;
}
@media (max-width: 700px) {
  .grampus-cookie-notice{
    width: calc(100% - 24px);
    bottom: 90px !important;
  }
}
.grampus-cookie-notice, .grampus-cookie-notice * {
  color: var(--main-text);
}
.grampus-cookie-notice .cookie-notice-container{
  position: relative;
  padding: 0;
  max-width: none;
}
/* Заголовок панели, как в референсе */
.grampus-cookie-notice .cookie-notice-container::before{
  content: 'Файлы Cookie';
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  order: -1;
}
.grampus-cookie-notice .cookie-notice-container{
  flex-wrap: wrap;
}
.grampus-cookie-notice p{
  flex: 1 1 60%;
}
#grampus-cookie-accept{
  padding: 12px 26px;
  background-color: var(--bg-dark);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}
#grampus-cookie-accept:hover{
  background-color: #454845;
}

/* ==== Плавающий виджет мессенджеров (справа снизу) ==== */
#messengers-widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#messengers-widget .mw-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#messengers-widget .mw-item{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(20, 21, 20, 0.25);
  opacity: 0;
  transform: translateY(14px) scale(0.85);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#messengers-widget.open .mw-item{
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#messengers-widget.open .mw-item:nth-child(1){ transition-delay: 0.1s; }
#messengers-widget.open .mw-item:nth-child(2){ transition-delay: 0.05s; }
#messengers-widget.open .mw-item:nth-child(3){ transition-delay: 0s; }
#messengers-widget .mw-item svg{
  width: 26px;
  height: 26px;
  fill: #fff;
}
#messengers-widget .mw-tg{ background: #29A9EB; }
#messengers-widget .mw-vk{ background: #0077FF; }
#messengers-widget .mw-phone{ background: #79A84E; }
#messengers-widget .mw-toggle{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(20, 21, 20, 0.3);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
#messengers-widget .mw-toggle:hover{
  transform: scale(1.06);
}
#messengers-widget .mw-toggle svg{
  width: 28px;
  height: 28px;
  fill: #fff;
  transition: transform 0.25s ease;
}
#messengers-widget .mw-toggle .mw-ico-close{ display: none; }
#messengers-widget.open .mw-toggle .mw-ico-chat{ display: none; }
#messengers-widget.open .mw-toggle .mw-ico-close{ display: block; }
/* лёгкая пульсация, чтобы виджет замечали */
@media (prefers-reduced-motion: no-preference) {
  #messengers-widget:not(.open) .mw-toggle{
    animation: mw-pulse 2.6s ease-in-out infinite;
  }
}
@keyframes mw-pulse{
  0%, 100% { box-shadow: 0 10px 26px rgba(20, 21, 20, 0.3), 0 0 0 0 rgba(43, 45, 43, 0.35); }
  50% { box-shadow: 0 10px 26px rgba(20, 21, 20, 0.3), 0 0 0 12px rgba(43, 45, 43, 0); }
}
button:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.agreement{
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.agreement .p3{
    margin: 0px 5px;
    color: var(--light-text);
}
.footer__callback .agreement{
      max-width: 301px;
}
.agreement .p3 a{
  color: var(--primary) !important;
}
.agreement .p3 a:hover{
  color: var(--primary-hover) !important;
}
/* ==== End Cookie ==== */
/* Подпись разработчика в футере */
.footer__bottom .grampus .dev-name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #A5C973;
  transition: color 0.25s ease; }
.footer__bottom .grampus:hover .dev-name {
  color: #BCDA8D; }

/* =========================================================
   РЕДИЗАЙН ПО РЕФЕРЕНСУ IDEA HOUSE:
   шапка-«пилюля», компактный логотип, тёмная секция
   преимуществ с цветовым переходом от слайдера
========================================================= */

/* --- Шапка-«пилюля» --- */
.site-header {
  background: transparent;
  border-bottom: none;
  padding-top: 14px; }
.site-header .header__top {
  background: rgba(43, 45, 43, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 10px clamp(14px, 1.8vw, 26px);
  box-shadow: 0 14px 34px rgba(20, 28, 22, 0.25); }
.site-header .header__top .logo {
  gap: 10px; }
.site-header .header__top .logo__image {
  height: 52px; }
.site-header .header__top .logo__text {
  font-size: 11px;
  gap: 4px; }
.site-header .header__top .logo__text span {
  font-size: 19px;
  font-weight: 800; }
.site-header .header__top ul li a {
  font-size: 14px; }
.site-header .header__top_contacts .phones .phone {
  font-size: 17px; }
.site-header .header__top_contacts .socials .social {
  width: 42px;
  height: 42px; }
  .site-header .header__top_contacts .socials .social svg {
    width: 22px;
    height: 22px; }
.site-header .header__bottom {
  padding: 10px 0 4px; }
.site-header .header__bottom #menu-nizhnee-menyu-hedera > li > a {
  background: rgba(43, 45, 43, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px 5px;
  font-size: 15px; }
/* на главной шапка парит над видео без градиентной подложки */
body.home .site-header {
  background: transparent; }

/* --- Слайдер «Посмотреть варианты»: скругляем и кладём поверх тёмной секции --- */
#mainbanner-block {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  padding: 0 clamp(12px, 1.6vw, 26px); }
#mainbanner-block .mainbanner-swiper {
  border-radius: 28px;
  overflow: hidden; }

/* Текст логотипа в тёмной пилюле — всегда светлый */
.site-header .header__top .logo__text {
  color: #C9D5BC; }
.site-header .header__top .logo__text span {
  color: #F4F7EC; }

/* Кнопка «Заказать звонок» в шапке — светлая на тёмной шапке */
.header-callback {
  font-size: 14px;
  padding: 12px 22px;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #F6F7F4;
  border-color: #F6F7F4;
  color: #2A2C2A; }
.header-callback:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25); }
@media (max-width: 1300px) {
  .header-callback {
    display: none; } }

/* ===== ШИРОКИЕ ЭКРАНЫ (>1920px): пропорциональное укрупнение UI ===== */
@media (min-width: 1921px) {
  .container {
    max-width: 1720px; }
  .site-header .header__top ul li a {
    font-size: 15px; }
  .header-callback {
    font-size: 16px;
    padding: 14px 28px; }
  .site-header .logo__text {
    font-size: 13px; }
  .site-header .logo__text span {
    font-size: 24px; }
  .header__top .logo__image {
    height: 68px; }
  .header__top_contacts .phones .phone {
    font-size: 20px; }
  .header__bottom #menu-nizhnee-menyu-hedera > li > a {
    font-size: 17px;
    padding: 19px 5px; }
  .header__bottom #menu-nizhnee-menyu-hedera > li ul.sub-menu li a {
    font-size: 17px; }
  #scrolly-hero .scrolly-kicker {
    font-size: 16px; }
  #scrolly-hero .scrolly-line {
    font-size: 44px; }
  #scrolly-hero .scrolly-hint {
    font-size: 16px; }
  h1, .h1 { font-size: 56px; }
  h2, .h2 { font-size: 44px; }
  .btn { font-size: 19px; }
  .p5, p { font-size: 19px; } }

/* ===== Галерея работ на странице услуги (заборы и т.п.) ===== */
.zabor-gallery-block .title-group { margin-bottom: clamp(20px, 2vw, 34px); }
.zabor-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.2vw, 20px); }
@media (max-width: 900px) { .zabor-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .zabor-gallery { grid-template-columns: 1fr; } }
.zabor-gallery .zabor-item {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--stroke);
  box-shadow: 0 8px 22px rgba(38, 51, 43, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
.zabor-gallery .zabor-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }
.zabor-gallery .zabor-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(38, 51, 43, 0.16); }
.zabor-gallery .zabor-item:hover img { transform: scale(1.05); }
