@font-face {
  font-family: 'Geometria';
  src: url('fonts/geometria.woff2') format('woff2'), url('fonts/geometria.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('fonts/geometria-medium.woff2') format('woff2'), url('fonts/geometria-medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('fonts/geometria-bold.woff2') format('woff2'), url('fonts/geometria-bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('fonts/geometria-extrabold.woff2') format('woff2'), url('fonts/geometria-extrabold.woff') format('woff');
  font-weight: 800; font-style: normal; font-display: swap;
}

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --navy: #2b2f38; --navy-dark: #1c1f26; --navy-mid: #373c47;
      --blue: #98020e; --blue-lt: #c1121f; --blue-bg: #fdf0f0;
      --white: #ffffff; --off: #f5f5f7; --text: #2c2c2c;
      --muted: #606773; --border: #e2e2e6;
      --shadow: 0 2px 18px rgba(43,35,35,0.10);
      --container: 1200px; --nav-h: 70px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Geometria', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.65; color: var(--text); background: var(--white); }
    .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
    /* TOPBAR */
    .topbar { background: #f4f4f5; font-size: 17px; font-weight: 700; color: var(--muted); border-bottom: 1px solid var(--border); }
    .topbar-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; justify-content: flex-end; align-items: center; gap: 28px; height: 38px; }
    .topbar a { color: var(--muted); text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: var(--navy); }
    .topbar .sep { color: var(--border); }
    .tb-cta { color: var(--blue); font-weight: 500; }
    /* HEADER */
    header { background: #98020e; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.18); }
    .header-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; height: var(--nav-h); display: flex; align-items: center; gap: 32px; }
    .logo { font-family: 'Geometria', sans-serif; font-size: 22px; font-weight: 700; color: #fff; text-decoration: none; white-space: nowrap; margin-right: 36px; flex-shrink: 0; display: flex; align-items: center; gap: 5px; }
    .logo-badge { background: rgba(255,255,255,0.15); color: #fff; border-radius: 5px; padding: 1px 8px; font-size: 22px; font-weight: 700; }
    .logo-tagline { font-size: 10px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.35; letter-spacing: 0; text-transform: none; border-left: 1px solid rgba(255,255,255,0.25); padding-left: 10px; margin-left: 5px; }
    .logo-dot { color: rgba(255,255,255,0.85); }
    nav { display: flex; align-items: stretch; height: 100%; gap: 0; flex: 1; }
    .nav-link { background: none; border: none; border-bottom: 3px solid transparent; cursor: pointer; font-family: 'Geometria', sans-serif; font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.9); padding: 0 16px; height: 100%; border-radius: 0; text-decoration: none; display: flex; align-items: center; gap: 5px; transition: background .2s, color .2s; white-space: nowrap; letter-spacing: 0.1px; }
    .nav-link:hover, .nav-link.active { background: rgba(0,0,0,0.15); color: #fff; border-bottom-color: rgba(255,255,255,0.7); }
    .nav-arrow { font-size: 10px; opacity: .6; }
    .nav-item { position: relative; }
    .dropdown { position: absolute; top: 100%; left: 0; background: var(--white); border-top: 3px solid var(--blue); box-shadow: 0 8px 32px rgba(27,42,71,0.16); min-width: 210px; padding: 8px 0; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity .2s, transform .2s; z-index: 400; }
    .nav-item:hover .dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }
    .dd-head { padding: 10px 18px 8px; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--blue); border-bottom: 1px solid var(--border); margin-bottom: 4px; }
    .dropdown a { display: block; padding: 9px 18px; font-size: 14px; color: var(--text); text-decoration: none; transition: background .15s, color .15s; }
    .dropdown a:hover { background: var(--blue-bg); color: var(--blue); }
    .mega { min-width: 560px; left: 0; display: grid !important; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); padding: 20px 0 14px; gap: 0; }
    .mc { padding: 0 18px 8px; border-right: 1px solid var(--border); }
    .mc:last-child { border-right: none; }
    .mc-title { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
    .mc a { display: block; padding: 7px 0; font-size: 13.5px; color: var(--text); text-decoration: none; border: none !important; background: none !important; transition: color .15s; white-space: nowrap; }
    .mc a:hover { color: var(--blue) !important; background: none !important; }
    .dropdown.mega a { border-radius: 4px; }
    .dd-head { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.8px; padding: 4px 20px 8px; }
    .header-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
    .h-phone { color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; white-space: nowrap; }
    .btn-header { background: #fff; color: #98020e; padding: 9px 20px; border-radius: 4px; font-size: 13px; font-weight: 500; text-decoration: none; white-space: nowrap; transition: background .2s; }
    .btn-header:hover { background: rgba(255,255,255,0.88); }
    /* BURGER */
    .burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
    .burger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .25s; }
    .burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .burger.active span:nth-child(2) { opacity: 0; }
    .burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    /* MOBILE OVERLAY */
    .mob-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 300; opacity: 0; transition: opacity .3s; }
    .mob-overlay.open { display: block; opacity: 1; }
    /* MOBILE DRAWER */
    .mob-nav { position: fixed; top: 0; right: -320px; width: 300px; max-width: 85vw; height: 100%; background: #fff; z-index: 400; overflow-y: auto; transition: right .3s ease; display: flex; flex-direction: column; }
    .mob-nav.open { right: 0; }
    .mob-nav-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #98020e; border-bottom: none; flex-shrink: 0; }
    .mob-nav-head .logo { color: #fff; }
    .mob-nav-head .logo-badge { background: rgba(255,255,255,0.25); color: #fff; }
    .mob-close { background: none; border: none; color: rgba(255,255,255,0.85); font-size: 20px; cursor: pointer; padding: 4px 8px; }
    .mob-close:hover { color: #fff; }
    .mob-nav-body { padding: 12px 0 32px; flex: 1; }
    .mob-link { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 20px; color: #2c2c2c; font-size: 15px; text-decoration: none; background: none; border: none; font-family: inherit; cursor: pointer; text-align: left; border-bottom: 1px solid #e2e2e6; transition: background .2s; }
    .mob-link:hover { background: #fdf0f0; color: #98020e; }
    .mob-arrow { font-size: 11px; opacity: .5; transition: transform .25s; }
    .mob-group.active .mob-arrow { transform: rotate(180deg); }
    .mob-sub { display: none; background: #f5f5f7; }
    .mob-group.active .mob-sub { display: block; }
    .mob-sub-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #606773; padding: 10px 20px 4px; }
    .mob-sub-link { display: block; padding: 9px 20px 9px 28px; font-size: 14px; color: #606773; text-decoration: none; border-bottom: 1px solid #e2e2e6; transition: color .2s; }
    .mob-sub-link:hover { color: #98020e; }
    .mob-cta { display: block; margin: 8px 16px 0; padding: 12px 20px; text-align: center; border-radius: 5px; font-weight: 600; font-size: 15px; text-decoration: none; border: 1.5px solid #e2e2e6; color: #2b2f38; transition: border-color .2s; }
    .mob-cta:hover { border-color: #2b2f38; }
    .mob-cta-blue { background: #98020e; border-color: #98020e; color: #fff; margin-top: 8px; }
    .mob-cta-blue:hover { background: #c1121f; border-color: #c1121f; }
    /* PAGE HERO */
    .page-hero { background: linear-gradient(135deg, #fdf0f0 0%, #f5f7fa 100%); padding: 52px 0 44px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
    .page-hero::before {
      content: '';
      position: absolute; inset: 0;
      display: none;
    }
    .page-hero--img { background-size: cover; background-position: center; background-repeat: no-repeat; }
    .page-hero--img::before { display: block; background: linear-gradient(to right, rgba(20,20,20,0.72) 0%, rgba(20,20,20,0.4) 60%, rgba(20,20,20,0.15) 100%); }
    .page-hero .container { position: relative; z-index: 1; }
    .page-hero .breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
    .page-hero .breadcrumb a { color: var(--muted); text-decoration: none; }
    .page-hero .breadcrumb a:hover { color: var(--blue); }
    .page-hero h1 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; color: var(--navy); margin-bottom: 14px; letter-spacing: -0.4px; line-height: 1.1; }
    .page-hero p { font-size: 16px; color: var(--muted); max-width: 620px; }
    .page-hero.page-hero--img .breadcrumb,
    .page-hero.page-hero--img .breadcrumb a { color: rgba(255,255,255,0.75); }
    .page-hero.page-hero--img .breadcrumb a:hover { color: #fff; }
    .page-hero.page-hero--img h1 { color: #fff; }
    .page-hero.page-hero--img p { color: rgba(255,255,255,0.85); }
    /* SITEMAP */
    .sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
    .sitemap-grid h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--blue); }
    .sitemap-grid ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .sitemap-grid ul li a { color: var(--text); text-decoration: none; font-size: 14px; transition: color .2s; }
    .sitemap-grid ul li a:hover { color: var(--blue); }
    @media (max-width: 860px) { .sitemap-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
    @media (max-width: 540px) { .sitemap-grid { grid-template-columns: 1fr; gap: 24px; } }
    /* CONTENT */
    .section { padding: 64px 0; }
    .section-alt { background: var(--off); }
    .section-label { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue); background: var(--blue-bg); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
    .section-title { font-size: clamp(26px, 3vw, 42px); font-weight: 800; color: var(--navy); margin-bottom: 16px; letter-spacing: -0.4px; line-height: 1.1; }
    .section-desc { font-size: 16px; color: var(--muted); max-width: 680px; margin-bottom: 36px; }
    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .feat { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; }
    .feat-icon { font-size: 32px; margin-bottom: 14px; }
    .feat h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
    .feat p { font-size: 13px; color: var(--muted); line-height: 1.6; }
    .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .two-col img { width: 100%; border-radius: 10px; display: block; }
    .prose h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
    .prose p { color: var(--muted); margin-bottom: 14px; line-height: 1.7; }
    .prose ul { list-style: none; margin-bottom: 14px; }
    .prose ul li { padding: 5px 0; color: var(--muted); font-size: 14px; }
    .prose ul li::before { content: '✓ '; color: var(--blue); font-weight: 700; }
    .btn-primary { display: inline-block; background: var(--blue); color: #fff; padding: 13px 28px; border-radius: 5px; font-weight: 500; text-decoration: none; transition: background .2s; }
    .btn-primary:hover { background: var(--blue-lt); }
    /* CTA */
    .cta-section { background: var(--blue); padding: 60px 0; text-align: center; }
    .cta-section h2 { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 12px; }
    .cta-section p { color: rgba(255,255,255,0.65); margin-bottom: 28px; font-size: 16px; }
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .btn-cta { background: var(--blue); color: #fff; padding: 14px 32px; border-radius: 5px; font-weight: 600; text-decoration: none; font-size: 15px; transition: background .2s; }
    .btn-cta:hover { background: var(--blue-lt); }
    .btn-cta-outline { border: 2px solid rgba(255,255,255,0.3); color: #fff; padding: 12px 30px; border-radius: 5px; font-weight: 500; text-decoration: none; font-size: 15px; transition: border-color .2s; }
    .btn-cta-outline:hover { border-color: #fff; }
    /* FOOTER */
    footer { background: #2b2f38; color: rgba(255,255,255,0.6); font-size: 13px; }
    .ft-top { max-width: var(--container); margin: 0 auto; padding: 48px 24px 32px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
    .ft-logo { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; }
    .ft-about { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.6; }
    .ft-col h5 { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 600; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
    .ft-col a { display: block; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; font-size: 13px; transition: color .2s; }
    .ft-col a:hover { color: #fff; }
    .ft-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 18px 24px; max-width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.3); }
    .ft-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color .2s; }
    .ft-bottom a:hover { color: #e87a82; }
    @media (max-width: 860px) {
      .burger { display: flex; }
      nav { display: none; }
      .h-phone { display: none; }
      .btn-header { display: none; }
      .header-right { display: none; }
      .topbar-inner { display: none; }
      .features-grid { grid-template-columns: 1fr 1fr; }
      .two-col { grid-template-columns: 1fr; }
      .ft-top { grid-template-columns: 1fr 1fr; }
      .section { padding: 44px 0; }
    }
    @media (max-width: 540px) {
      .features-grid { grid-template-columns: 1fr; }
      .ft-top { grid-template-columns: 1fr; }
      .page-hero { padding: 36px 0 28px; }
    }

    /* === CERTIFICATE CAROUSEL === */
    .cert-section { padding: 64px 0; }
    .cert-section .section-title { text-align: center; margin-bottom: 8px; }
    .cert-section .section-desc { text-align: center; margin: 0 auto 40px; }

    .cert-wrap { position: relative; }
    .cert-overflow { overflow: hidden; width: 100%; }
    .cert-track { display: flex; gap: 20px; transition: transform .45s cubic-bezier(.25,.46,.45,.94); }

    .cert-slide { flex: 0 0 calc((100% - 40px) / 3); min-width: 0; cursor: zoom-in; }
    .cert-slide-inner {
      border-radius: 14px;
      border: 1px solid var(--border);
      background: var(--off);
      box-shadow: 0 4px 20px rgba(60,10,14,0.10);
      transition: transform .25s, box-shadow .25s;
      position: relative;
      overflow: hidden;
    }
    /* Padding-bottom trick for A4 portrait ratio */
    .cert-slide-inner::before {
      content: '';
      display: block;
      padding-bottom: 141.4%;
    }
    .cert-slide-inner > * {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cert-slide-inner img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .cert-slide:hover .cert-slide-inner { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(27,42,71,0.18); }

    .cert-nav { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 28px; }
    .cert-btn {
      background: var(--blue);
      color: #fff;
      border: none;
      width: 40px; height: 40px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 22px;
      line-height: 1;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
      flex-shrink: 0;
    }
    .cert-btn:hover { background: var(--blue-lt); }
    .cert-btn:disabled { background: var(--border); color: var(--muted); cursor: default; }
    .cert-dots { display: flex; gap: 8px; align-items: center; }
    .cert-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--border);
      border: none; cursor: pointer; padding: 0;
      transition: background .2s, transform .2s;
    }
    .cert-dot.active { background: var(--blue); transform: scale(1.4); }

    /* Lightbox */
    .cert-lb {
      display: none;
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.88);
      z-index: 2000;
      align-items: center;
      justify-content: center;
    }
    .cert-lb.open { display: flex; }
    .cert-lb img { max-width: min(90vw,700px); max-height: 90vh; border-radius: 10px; display: block; }
    .cert-lb-close {
      position: fixed; top: 18px; right: 18px;
      background: rgba(255,255,255,0.18); color: #fff;
      border: none; width: 40px; height: 40px;
      border-radius: 50%; cursor: pointer; font-size: 20px;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
    }
    .cert-lb-close:hover { background: rgba(255,255,255,0.32); }
    .cert-lb-nav {
      position: fixed; top: 50%; transform: translateY(-50%);
      background: rgba(255,255,255,0.18); color: #fff;
      border: none; width: 48px; height: 48px;
      border-radius: 50%; cursor: pointer; font-size: 26px;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
    }
    .cert-lb-nav:hover { background: rgba(255,255,255,0.3); }
    .cert-lb-prev { left: 14px; }
    .cert-lb-next { right: 14px; }

    @media (max-width: 860px) {
      .cert-slide { flex: 0 0 calc((100% - 20px) / 2); }
    }
    @media (max-width: 540px) {
      .cert-slide { flex: 0 0 100%; }
    }
    .cert-placeholder { display:flex; align-items:center; justify-content:center; color:var(--muted); font-size:13px; }

    /* ══ CONSULTATION FORM SECTION ══ */
    .form-section { background: var(--white); }
    .form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .fi-contacts { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }
    .fi-contacts a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s; }
    .fi-contacts a:hover { color: var(--navy); }
    .fi-phone { font-size: 22px !important; font-weight: 700 !important; color: var(--navy) !important; }
    .form-box { background: var(--white); padding: 36px 32px; border-radius: 3px; }
    .form-box h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
    .form-box > p { font-size: 13px; color: var(--muted); margin-bottom: 22px; line-height: 1.65; }
    .f-field { display: block; width: 100%; padding: 12px 14px; border: 1px solid var(--border); background: var(--off); color: var(--text); font-family: 'Geometria', sans-serif; font-size: 14px; outline: none; margin-bottom: 12px; border-radius: 2px; transition: border-color .2s, background .2s; }
    .f-field:focus { border-color: var(--blue); background: var(--white); }
    .f-field::placeholder { color: #aaa; }
    textarea.f-field { resize: vertical; min-height: 90px; }
    .btn-form { width: 100%; background: var(--blue); color: #fff; border: none; padding: 14px; font-family: 'Geometria', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; border-radius: 2px; transition: background .2s; }
    .btn-form:hover { background: var(--blue-lt); }
    .f-fine { font-size: 11px; color: #aaa; margin-top: 10px; line-height: 1.6; }
    .f-fine a { color: var(--blue); }
    @media (max-width: 860px) { .form-layout { grid-template-columns: 1fr; gap: 40px; } }
    @media (max-width: 540px) { .form-box { padding: 28px 20px; } }

/* ── News article two-column layout ── */
.news-article-title { font-size: 26px; font-weight: 700; color: #1b2a47; line-height: 1.3; margin-bottom: 8px; }
.news-article-date { font-size: 13px; color: #8892a0; margin-bottom: 0; }
.news-article-body { line-height: 1.85; color: var(--text); font-weight: 400; }
.news-article-body h2 { font-size: 20px; font-weight: 700; color: #1b2a47; margin: 28px 0 12px; }
.news-article-body h3 { font-size: 17px; font-weight: 600; color: #1b2a47; margin: 22px 0 10px; }
.news-article-body p { margin-bottom: 16px; }
.news-article-body ul, .news-article-body ol { padding-left: 22px; margin-bottom: 16px; }
.news-article-body li { margin-bottom: 6px; }
@media (max-width: 860px) {
  [style*="grid-template-columns:1fr 300px"] { grid-template-columns: 1fr !important; }
  [style*="position:sticky;top:86px"] { position: static !important; }
}

/* ── Климат — палитра сайта ─────────────────────────────────────────── */
:root {
  --klimat:      #98020e;
  --klimat-mid:  #c1121f;
  --klimat-acc:  #98020e;
  --klimat-lt:   #c1121f;
  --klimat-bg:   #fdf0f0;
  --klimat-brd:  #f5c0c3;
}
.page-hero--klimat { background: var(--blue); }
.page-hero--klimat::before { background: radial-gradient(ellipse at 70% 50%, rgba(193,18,31,0.18) 0%, transparent 65%); }
.page-hero--klimat .breadcrumb a:hover { color: rgba(255,255,255,0.9); }
.page-hero--klimat .cta-btns .btn-cta-outline { border-color: rgba(255,255,255,0.35); color: #fff; }
.page-hero--klimat .cta-btns .btn-cta-outline:hover { background: rgba(255,255,255,0.12); }
.klimat-accent { color: var(--blue); background: var(--blue-bg); }
.section--klimat-alt { background: var(--blue-bg); }
.section--klimat-alt .section-title { color: var(--navy); }
.section--klimat-alt .prose h3,
.section--klimat-alt .prose h4 { color: var(--navy); }
.section--klimat-alt .prose ul li::before { color: var(--blue); }
.feat--klimat { border-top: 3px solid var(--blue); }
.feat--klimat h4 { color: var(--navy); }
.section--klimat .section-title { color: var(--navy); }
.section--klimat .feat h4 { color: var(--navy); }
.btn-klimat { display: inline-block; background: var(--blue); color: #fff; padding: 13px 28px; border-radius: 5px; font-weight: 500; text-decoration: none; transition: background .2s; }
.btn-klimat:hover { background: var(--blue-lt); }

/* ── Страница новостей (novosti.html) ───────────────────────────────── */
.news-archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  padding: 8px 0;
}
.news-archive-list .news-sidebar-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.news-archive-list .news-sidebar-item:hover {
  box-shadow: 0 6px 24px rgba(27,42,71,0.12);
  transform: translateY(-2px);
}
.news-archive-list .news-sidebar-img {
  width: 100%; height: 190px;
  object-fit: cover;
  display: block;
}
.news-archive-list .news-sidebar-date {
  font-size: 11px; color: var(--blue); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 14px 16px 4px;
}
.news-archive-list .news-sidebar-heading {
  font-size: 15px; font-weight: 700;
  color: var(--navy); line-height: 1.45;
  padding: 0 16px 8px;
}
.news-archive-list .news-sidebar-text {
  font-size: 13px; color: var(--muted); line-height: 1.65;
  padding: 0 16px 16px;
  flex: 1;
}
@media (max-width: 640px) {
  .news-archive-list { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════ */
.section-header { margin-bottom: 32px; }
.faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.fq { border-bottom: 1px solid var(--border); }
.fq:first-child { border-top: 1px solid var(--border); }
.fq-q {
  width: 100%; background: none; border: none;
  padding: 17px 0; text-align: left;
  font-family: 'Geometria', sans-serif; font-size: 14px; font-weight: 500;
  cursor: pointer; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  transition: color .2s;
}
.fq-q:hover { color: var(--blue); }
.fq-ico {
  width: 22px; height: 22px; flex-shrink: 0;
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--blue);
  transition: background .2s, border-color .2s;
  line-height: 1;
  padding-bottom: 1px;
}
.fq.open .fq-ico { background: var(--blue); border-color: var(--blue); color: #fff; }
.fq-ico::after { content: '+'; }
.fq.open .fq-ico::after { content: '−'; }
.fq-a {
  font-size: 14px; color: var(--muted); line-height: 1.85;
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .3s;
}
.fq.open .fq-a { max-height: 600px; padding: 0 0 16px; }
@media (max-width: 700px) {
  .faq-cols { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   СТРАНИЦЫ ОБЪЕКТОВ (ob-*)
══════════════════════════════════════ */
.ob-layout { display: grid; grid-template-columns: 1fr 340px; gap: 52px; align-items: start; }
.ob-img { width: 100%; border-radius: 6px; margin-bottom: 32px; object-fit: cover; max-height: 400px; display: block; }
.ob-h2 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 16px; margin-top: 32px; }
.ob-h2:first-child { margin-top: 0; }
.ob-p { color: var(--muted); line-height: 1.85; margin-bottom: 16px; }
.ob-specs { list-style: none; padding: 0; margin-bottom: 24px; }
.ob-spec { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 14px; }
.ob-spec:last-child { border-bottom: none; }
.ob-spec-label { color: var(--blue); font-weight: 700; min-width: 180px; flex-shrink: 0; }
.ob-back { display: inline-block; background: var(--blue); color: #fff; padding: 12px 28px; text-decoration: none; border-radius: 3px; font-size: 14px; font-weight: 500; transition: background .2s; }
.ob-back:hover { background: var(--blue-lt); }
.ob-sidebar { position: sticky; top: 86px; }
.ob-details { background: var(--navy); border-radius: 6px; padding: 28px 24px; color: #fff; }
.ob-details-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.ob-details-list { display: flex; flex-direction: column; gap: 12px; font-size: 13.5px; }
.ob-details-label { color: rgba(255,255,255,0.5); display: block; margin-bottom: 2px; font-size: 12px; }
.ob-cta-box { background: var(--off); border-radius: 6px; padding: 24px; margin-top: 20px; }
.ob-cta-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ob-cta-text { font-size: 13px; color: var(--muted); margin-bottom: 16px; line-height: 1.6; }
.ob-cta-btn { display: block; background: var(--blue); color: #fff; padding: 11px; text-align: center; text-decoration: none; border-radius: 3px; font-size: 13px; font-weight: 500; transition: background .2s; }
.ob-cta-btn:hover { background: var(--blue-lt); }
@media (max-width: 860px) {
  .ob-layout { grid-template-columns: 1fr; gap: 32px; }
  .ob-sidebar { position: static; }
}
