:root{--orange:#E8420A;--orange-dk:#BF3508;--orange-bg:#FFF1EC;--white:#fff;--bg:#F7F7F7;--dark:#111;--text:#2E2E2E;--muted:#5C5C5C;--border:#DEDEDE;--green:#18B045;--font:'Montserrat',sans-serif;--r:8px;--r-lg:14px;--shadow:0 2px 16px rgba(0,0,0,.08);--shadow-md:0 6px 32px rgba(0,0,0,.11);--max-w:1200px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}
.wrap{max-width:var(--max-w);margin:0 auto;padding:0 40px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:var(--r);font-family:var(--font);font-weight:700;cursor:pointer;transition:all .18s;white-space:nowrap}
.btn-lg{padding:15px 30px;font-size:15px}.btn-md{padding:11px 22px;font-size:14px}.btn-sm{padding:8px 16px;font-size:13px}
.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-dk);transform:translateY(-1px);box-shadow:0 5px 18px rgba(232,66,10,.35)}
.btn-ghost{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.btn-white{background:#fff;color:var(--dark);font-weight:800}.btn-white:hover{background:#f2f2f2}
.btn-ghost-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.btn-ghost-white:hover{border-color:#fff}
.topbar{background:var(--dark);color:rgba(255,255,255,.75);font-size:12px;padding:8px 40px}
.topbar__inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.topbar__left{display:flex;align-items:center}.topbar__item{padding:0 14px;border-right:1px solid rgba(255,255,255,.15)}.topbar__item:first-child{padding-left:0}.topbar__item:last-child{border-right:none}.topbar__right{font-weight:600;color:rgba(255,255,255,.9)}
.header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999}
.header__inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;height:66px;display:flex;align-items:center}
.header__logo{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-right:36px}
.header__logo-icon{width:38px;height:38px;background:var(--orange);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:#fff;letter-spacing:-.5px;flex-shrink:0}
.header__logo-name{font-size:14px;font-weight:800;color:var(--dark);line-height:1.2;white-space:nowrap}.header__logo-sub{font-size:9px;color:var(--muted);letter-spacing:1px;text-transform:uppercase;margin-top:1px}
.header__nav{display:flex;align-items:center;gap:2px;flex:1}.header__nav a{font-size:13px;font-weight:600;color:var(--text);padding:5px 10px;border-radius:6px;transition:all .15s}.header__nav a:hover,.header__nav a.active{background:var(--bg);color:var(--orange)}
.header__right{display:flex;align-items:center;gap:14px;flex-shrink:0}.header__online{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}.header__dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0;animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.header__phone{font-size:16px;font-weight:800;color:var(--dark)}.header__phone:hover{color:var(--orange)}
.breadcrumb{background:var(--bg);border-bottom:1px solid var(--border);padding:11px 40px;font-size:12px;color:var(--muted)}.breadcrumb__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;gap:7px}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--orange)}
.sec{padding:68px 40px}.sec--gray{background:var(--bg)}.sec--white{background:var(--white)}
.lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.ttl{font-size:clamp(22px,3vw,38px);font-weight:900;line-height:1.15;letter-spacing:-.5px;margin-bottom:12px;color:var(--dark)}
.sub{font-size:15px;color:var(--muted);line-height:1.65;margin-bottom:44px;max-width:600px}
.tform{background:var(--bg);border:1.5px dashed var(--border);border-radius:var(--r);padding:18px;text-align:center;font-size:12px;color:var(--muted);margin-bottom:12px}
.cta-sec{background:var(--dark);color:#fff;padding:68px 40px;text-align:center}.cta-sec__inner{max-width:580px;margin:0 auto}
.cta-sec h2{font-size:clamp(22px,3.5vw,36px);font-weight:900;margin-bottom:12px}.cta-sec p{font-size:16px;color:rgba(255,255,255,.7);margin-bottom:28px;line-height:1.65}
.cta-sec__btns{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cta-sec__phone{margin-top:20px;font-size:24px;font-weight:900}.cta-sec__phone a{color:var(--orange)}.cta-sec__sub{font-size:12px;color:rgba(255,255,255,.4);margin-top:4px}
.footer{background:#0D0D0D;color:rgba(255,255,255,.55);padding:44px 40px 22px}.footer__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px}
.footer__logo-row{display:flex;align-items:center;gap:9px;margin-bottom:10px}.footer__logo-ico{width:34px;height:34px;background:var(--orange);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;color:#fff;letter-spacing:-.5px}
.footer__logo-nm{font-size:13px;font-weight:800;color:#fff}.footer__logo-sb{font-size:8px;color:rgba(255,255,255,.35);letter-spacing:1px;text-transform:uppercase}
.footer__desc{font-size:12px;line-height:1.75;margin-bottom:14px}.footer__ph{font-size:17px;font-weight:800;color:#fff;display:block;margin-bottom:4px}.footer__ph:hover{color:var(--orange)}.footer__addr{font-size:12px;line-height:1.6}
.footer h4{font-size:11px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.footer__links a{display:block;font-size:13px;color:rgba(255,255,255,.5);margin-bottom:7px;transition:color .15s}.footer__links a:hover{color:#fff}
.footer__btm{max-width:var(--max-w);margin:28px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;font-size:11px;flex-wrap:wrap;gap:6px}
.faq{display:flex;flex-direction:column;gap:8px}.faq-i{background:var(--white);border-radius:var(--r);border:1px solid var(--border);overflow:hidden;transition:border-color .18s}.faq-i.on{border-color:var(--orange)}
.faq-q{padding:15px 20px;font-size:14px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;color:var(--dark)}.faq-q:hover{color:var(--orange)}
.faq-ic{width:25px;height:25px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--orange);flex-shrink:0;transition:transform .2s}
.faq-i.on .faq-ic{transform:rotate(45deg);border-color:var(--orange);background:var(--orange-bg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;font-size:13px;color:var(--muted);line-height:1.75;padding:0 20px}.faq-i.on .faq-a{max-height:280px;padding:0 20px 15px}
.price-table{width:100%;border-collapse:collapse;margin-top:28px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow)}
.price-table thead tr{background:var(--dark);color:#fff}.price-table th{padding:14px 18px;text-align:left;font-size:13px;font-weight:700}.price-table td{padding:12px 18px;font-size:13px;border-bottom:1px solid var(--border)}.price-table tbody tr:nth-child(even){background:var(--bg)}.price-table tbody tr:hover{background:var(--orange-bg)}.price-v{font-weight:700;color:var(--orange);font-size:14px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);padding:26px 22px;display:flex;flex-direction:column;gap:12px;transition:border-color .18s,box-shadow .18s,transform .18s;text-decoration:none;color:inherit}.card:hover{border-color:var(--orange);box-shadow:0 5px 24px rgba(232,66,10,.1);transform:translateY(-3px)}
.card__ico{width:50px;height:50px;border-radius:11px;background:var(--bg);display:flex;align-items:center;justify-content:center}.card__price{font-size:19px;font-weight:900;color:var(--orange)}.card__price span{font-size:12px;font-weight:600;color:var(--muted)}.card__name{font-size:17px;font-weight:800;color:var(--dark);line-height:1.2}.card__desc{font-size:13px;color:var(--muted);line-height:1.65;flex:1}
.card__rows{display:flex;flex-direction:column;gap:6px}.card__row{font-size:13px;color:var(--text);display:flex;align-items:center;gap:7px}.card__row::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--orange);flex-shrink:0}
.card__btn{background:var(--orange);color:#fff;border:none;border-radius:var(--r);padding:10px 18px;font-size:13px;font-weight:700;cursor:pointer;width:100%;font-family:var(--font);transition:background .18s;margin-top:auto;text-align:center;display:block}.card__btn:hover{background:var(--orange-dk)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.why{background:var(--white);border-radius:var(--r-lg);padding:24px 20px;border:1px solid var(--border);transition:all .18s}.why:hover{border-color:var(--orange)}
.why__ico{width:42px;height:42px;border-radius:10px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:13px}.why h3{font-size:14px;font-weight:800;margin-bottom:6px;color:var(--dark)}.why p{font-size:13px;color:var(--muted);line-height:1.65}.why .a{color:var(--orange);font-weight:700}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:40px;position:relative}.steps::before{content:'';position:absolute;top:25px;left:12%;right:12%;height:2px;background:var(--border);z-index:0}
.step{text-align:center;padding:0 12px;position:relative;z-index:1}.step__n{width:50px;height:50px;border-radius:50%;margin:0 auto 16px;border:2px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:var(--muted)}.step:first-child .step__n{background:var(--orange);color:#fff;border-color:var(--orange)}.step h3{font-size:14px;font-weight:800;margin-bottom:7px;color:var(--dark)}.step p{font-size:13px;color:var(--muted);line-height:1.6}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rev{background:var(--white);border-radius:var(--r-lg);padding:22px 20px;border:1px solid var(--border);border-top:3px solid var(--orange)}
.rev__head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.rev__ava{width:42px;height:42px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex-shrink:0}
.rev__name{font-size:13px;font-weight:700;color:var(--dark)}.rev__date{font-size:11px;color:var(--muted);margin-top:1px}.rev__stars{color:#F59E0B;font-size:12px;margin-bottom:8px}.rev__txt{font-size:13px;color:var(--text);line-height:1.7}.rev__tag{display:inline-block;margin-top:10px;background:var(--bg);color:var(--muted);border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600}
.geo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.geo-link{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:12px 14px;text-align:center;font-size:13px;font-weight:600;color:var(--text);transition:all .15s;text-decoration:none}.geo-link:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-bg)}
.page-hero{background:var(--white);padding:52px 40px 60px;border-bottom:1px solid var(--border)}.page-hero__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:56px;align-items:start}
.page-hero__badge{display:inline-flex;align-items:center;gap:7px;background:#E8F5E9;color:#2E7D32;border-radius:4px;padding:5px 12px;font-size:12px;font-weight:700;margin-bottom:20px}.page-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}
.page-hero h1{font-size:clamp(26px,3.5vw,46px);font-weight:900;line-height:1.1;letter-spacing:-1.5px;color:var(--dark);margin-bottom:14px}.page-hero h1 em{color:var(--orange);font-style:normal}
.page-hero__desc{font-size:15px;color:var(--muted);line-height:1.65;margin-bottom:22px;max-width:480px}.page-hero__checks{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.page-hero__check{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--text)}
.page-hero__btns{display:flex;gap:10px;flex-wrap:wrap}
.hero-form{background:var(--white);border-radius:var(--r-lg);padding:28px 24px;border:1px solid var(--border);box-shadow:var(--shadow-md)}.hero-form__title{font-size:17px;font-weight:900;color:var(--dark);margin-bottom:4px}.hero-form__sub{font-size:12px;color:var(--muted);margin-bottom:18px;line-height:1.5}
.hero-form__hit{background:var(--bg);border-radius:var(--r);padding:12px 14px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid var(--border)}.hero-form__hit-label{font-size:9px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:1.5px}.hero-form__hit-name{font-size:13px;font-weight:700;color:var(--dark);margin-top:2px}.hero-form__hit-price{font-size:18px;font-weight:900;color:var(--orange);white-space:nowrap}.hero-form__privacy{font-size:11px;color:var(--muted);text-align:center;margin-top:10px}
@media(max-width:1040px){.page-hero__inner{grid-template-columns:1fr}.hero-form{display:none}.card-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.steps::before{display:none}.why-grid{grid-template-columns:1fr 1fr}.footer__inner{grid-template-columns:1fr 1fr}.rev-grid{grid-template-columns:1fr 1fr}.geo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.topbar,.header__nav,.header__online{display:none}}
@media(max-width:640px){.wrap,.sec,.page-hero,.cta-sec,.footer{padding-left:18px;padding-right:18px}.page-hero{padding-top:36px;padding-bottom:44px}.page-hero h1{font-size:26px;letter-spacing:-1px}.page-hero__btns{flex-direction:column}.page-hero__btns .btn{width:100%;justify-content:center}.card-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.rev-grid{grid-template-columns:1fr}.geo-grid{grid-template-columns:repeat(2,1fr)}.footer__inner{grid-template-columns:1fr;gap:22px}.footer__btm{flex-direction:column}.cta-sec__btns{flex-direction:column;align-items:center}.cta-sec__btns .btn{width:100%;justify-content:center}}
.irp-lead-form{display:flex;flex-direction:column;gap:10px}
.irp-lead-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.irp-lead-form__input{width:100%;padding:13px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-family:var(--font);font-size:14px;outline:none;transition:border-color .15s}
.irp-lead-form__input:focus{border-color:var(--orange)}
.irp-lead-form__btn{width:100%;margin-top:4px}
.irp-form__ok{display:none;background:#E8F5E9;color:#2E7D32;border-radius:var(--r);padding:12px;font-size:13px;font-weight:700;text-align:center}
.irp-form--sent .irp-lead-form__fields{display:none}
@media(max-width:520px){.irp-lead-form__row{grid-template-columns:1fr}}

/* Хедер живёт в #t-header (раздел Tilda «Шапка и подвал»). Принудительно показываем. */
header#irpHeader,
#t-header .irp-header,
#t-header header.irp-header,
.irp-header.irp-header--single{display:block!important;visibility:visible!important;opacity:1!important}
#t-header,
#t-header .t-rec,
#t-header .t123,
#t-header .t-container_100,
#t-header .t-width{display:block!important}
/* Перекрываем Tilda-дефолт `.t-records a { color:#ff8562 }` для нашего хедера/футера */
#allrecords .irp-header a,
#allrecords .irp-nav a,
#allrecords .irp-mobile-menu a,
#t-header .irp-header a,
#t-header .irp-nav a,
.irp-nav a,
.irp-header a{color:#2E2E2E!important}
#allrecords .irp-header__phone,
#allrecords .irp-header .irp-header__phone,
#t-header .irp-header .irp-header__phone,
.irp-header .irp-header__phone{color:#111!important}
#allrecords .irp-btn-call,
#t-header .irp-btn-call,
.irp-btn-call{color:#fff!important}
#allrecords .irp-header a:hover,
#t-header .irp-header a:hover,
.irp-header a:hover,
.irp-nav a:hover{color:#E8420A!important}
#allrecords .irp-mm-phone,
.irp-mm-phone{color:#E8420A!important}

/* === Главная: hero и блоки === */
/* ---- HERO ---- */
    .hero { background: var(--white); padding: 60px 40px 68px; border-bottom: 1px solid var(--border); }
    .hero__inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: start; }
    .hero__badge {
      display: inline-flex; align-items: center; gap: 7px;
      background: #E8F5E9; color: #2E7D32;
      border-radius: 4px; padding: 5px 12px;
      font-size: 12px; font-weight: 700; margin-bottom: 22px;
    }
    .hero__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
    .hero h1 {
      font-size: clamp(28px, 3.8vw, 50px); font-weight: 900;
      line-height: 1.1; letter-spacing: -1.5px; color: var(--dark); margin-bottom: 16px;
    }
    .hero h1 em { color: var(--orange); font-style: normal; }
    .hero__desc { font-size: 16px; color: var(--muted); line-height: 1.65; margin-bottom: 26px; max-width: 500px; }
    .hero__checks { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 32px; }
    .hero__check { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--text); }
    .hero__check svg { flex-shrink: 0; }
    .hero__btns { display: flex; gap: 10px; flex-wrap: wrap; }
    .hero__stats { display: flex; gap: 28px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }
    .hero__stat-num { font-size: 26px; font-weight: 900; color: var(--orange); line-height: 1; }
    .hero__stat-lbl { font-size: 11px; color: var(--muted); margin-top: 3px; }
    /* Форма в Hero */
    .hero__form {
      background: var(--white); border-radius: var(--r-lg); padding: 32px 28px;
      border: 1px solid var(--border); box-shadow: var(--shadow-md);
    }
    .hero__form-title { font-size: 18px; font-weight: 900; color: var(--dark); margin-bottom: 5px; }
    .hero__form-sub { font-size: 13px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
    .form-opts { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
    .form-opt {
      display: flex; align-items: center; gap: 10px;
      border: 1.5px solid var(--border); border-radius: var(--r);
      padding: 11px 14px; cursor: pointer; font-size: 14px; font-weight: 600;
      color: var(--text); background: var(--white); transition: all .15s;
      font-family: var(--font); text-align: left; width: 100%;
    }
    .form-opt:hover, .form-opt.sel { border-color: var(--orange); color: var(--orange); background: var(--orange-bg); }
    .form-opt-ico {
      width: 30px; height: 30px; border-radius: 6px; background: var(--bg);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .form-opt.sel .form-opt-ico { background: rgba(232,66,10,.12); }
    .tform {
      background: var(--bg); border: 1.5px dashed var(--border); border-radius: var(--r);
      padding: 18px; text-align: center; font-size: 12px; color: var(--muted); margin-bottom: 12px;
    }
    .form-privacy { font-size: 11px; color: var(--muted); text-align: center; }
    /* ---- СЕКЦИИ ---- */
    .sec { padding: 72px 40px; }
    .sec--gray { background: var(--bg); }
    .sec--white { background: var(--white); }
    .sec--dark { background: var(--dark); color: #fff; }
    .sec--orange { background: var(--orange); color: #fff; }
    .lbl { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
    .lbl--w { color: rgba(255,255,255,.5); }
    .ttl { font-size: clamp(22px, 3vw, 38px); font-weight: 900; line-height: 1.15; letter-spacing: -.5px; margin-bottom: 12px; color: var(--dark); }
    .ttl--w { color: #fff; }
    .sub { font-size: 15px; color: var(--muted); line-height: 1.65; margin-bottom: 44px; max-width: 600px; }
    .sub--w { color: rgba(255,255,255,.65); }
    /* ---- УСЛУГИ ---- */
    .svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
    .svc {
      background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--border);
      padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
      transition: border-color .18s, box-shadow .18s, transform .18s;
    }
    .svc:hover { border-color: var(--orange); box-shadow: 0 6px 28px rgba(232,66,10,.1); transform: translateY(-3px); }
    .svc__ico { width: 52px; height: 52px; border-radius: 12px; background: var(--bg); display: flex; align-items: center; justify-content: center; }
    .svc__price { font-size: 20px; font-weight: 900; color: var(--orange); }
    .svc__price span { font-size: 12px; font-weight: 600; color: var(--muted); }
    .svc__name { font-size: 19px; font-weight: 800; line-height: 1.2; color: var(--dark); }
    .svc__desc { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; }
    .svc__rows { display: flex; flex-direction: column; gap: 6px; }
    .svc__row { font-size: 13px; color: var(--text); display: flex; align-items: center; gap: 7px; }
    .svc__row::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
    .svc__more { font-size: 13px; font-weight: 700; color: var(--orange); display: flex; align-items: center; gap: 4px; margin-top: 2px; }
    .svc__more::after { content: '→'; }
    /* ---- КВИЗ ---- */
    .quiz-box {
      background: var(--white); border-radius: var(--r-lg); padding: 44px;
      border: 1px solid var(--border); box-shadow: var(--shadow);
    }
    .quiz-head { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; margin-bottom: 32px; }
    .quiz-gifts { display: flex; flex-wrap: wrap; gap: 8px; }
    .quiz-gift { display: flex; align-items: center; gap: 6px; background: #E8F5E9; border-radius: 6px; padding: 7px 12px; font-size: 12px; font-weight: 700; color: #2E7D32; }
    .quiz-step { background: var(--orange); color: #fff; border-radius: 6px; padding: 5px 12px; font-size: 11px; font-weight: 700; white-space: nowrap; height: fit-content; }
    .quiz-q { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 18px; }
    .quiz-opts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 24px; }
    .quiz-opt {
      border: 1.5px solid var(--border); border-radius: var(--r); padding: 16px 12px;
      text-align: center; cursor: pointer; background: var(--white);
      font-size: 13px; font-weight: 600; color: var(--text); transition: all .15s; font-family: var(--font);
    }
    .quiz-opt:hover, .quiz-opt.on { border-color: var(--orange); background: var(--orange-bg); color: var(--orange); }
    .quiz-opt i { font-size: 26px; display: block; margin-bottom: 7px; font-style: normal; }
    /* ---- ЦИФРЫ ---- */
    .cnt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
    .cnt {
      background: var(--white); border-radius: var(--r-lg); padding: 28px 24px;
      border: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px;
      transition: border-color .18s;
    }
    .cnt:hover { border-color: var(--orange); }
    .cnt__top { display: flex; justify-content: space-between; align-items: flex-start; }
    .cnt__num { font-size: 42px; font-weight: 900; color: var(--orange); line-height: 1; }
    .cnt__name { font-size: 15px; font-weight: 800; color: var(--dark); }
    .cnt__desc { font-size: 13px; color: var(--muted); line-height: 1.65; }
    .cnt__tags { display: flex; flex-wrap: wrap; gap: 5px; }
    .cnt__tag { background: var(--bg); border-radius: 5px; padding: 4px 9px; font-size: 11px; font-weight: 700; color: var(--muted); }
    .geo-strip {
      background: var(--bg); border-radius: var(--r-lg); padding: 16px 22px;
      border: 1px solid var(--border); display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 16px;
    }
    .geo-lbl { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; flex-shrink: 0; }
    .geo-tag { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 4px 11px; font-size: 12px; font-weight: 600; color: var(--text); transition: all .15s; }
    .geo-tag:hover { border-color: var(--orange); color: var(--orange); }
    .geo-tag-a { background: var(--orange); color: #fff; border-color: var(--orange); }
    /* ---- ШАГИ ---- */
    .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 44px; position: relative; }
    .steps::before { content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: var(--border); z-index: 0; }
    .step { text-align: center; padding: 0 14px; position: relative; z-index: 1; }
    .step__n {
      width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 18px;
      border: 2px solid var(--border); background: var(--white);
      display: flex; align-items: center; justify-content: center;
      font-size: 17px; font-weight: 900; color: var(--muted);
    }
    .step:first-child .step__n { background: var(--orange); color: #fff; border-color: var(--orange); }
    .step h3 { font-size: 14px; font-weight: 800; margin-bottom: 7px; color: var(--dark); }
    .step p { font-size: 13px; color: var(--muted); line-height: 1.6; }
    /* ---- ПОЧЕМУ МЫ ---- */
    .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
    .why {
      background: var(--white); border-radius: var(--r-lg); padding: 26px 22px;
      border: 1px solid var(--border); transition: all .18s;
    }
    .why:hover { border-color: var(--orange); box-shadow: 0 3px 16px rgba(232,66,10,.08); }
    .why__ico { width: 44px; height: 44px; border-radius: 10px; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
    .why h3 { font-size: 14px; font-weight: 800; margin-bottom: 7px; color: var(--dark); }
    .why p { font-size: 13px; color: var(--muted); line-height: 1.65; }
    .why .a { color: var(--orange); font-weight: 700; }
    /* ---- МЕНЕДЖЕР ---- */
    .mgr-box {
      background: var(--white); border-radius: var(--r-lg); padding: 44px;
      border: 1px solid var(--border); box-shadow: var(--shadow);
      display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center;
    }
    .mgr-ava {
      width: 110px; height: 110px; border-radius: 50%;
      background: var(--bg); border: 2px solid var(--border);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .mgr-badge { display: inline-flex; align-items: center; gap: 6px; background: #E8F5E9; color: #2E7D32; border-radius: 4px; padding: 4px 10px; font-size: 11px; font-weight: 700; margin-bottom: 10px; }
    .mgr-name { font-size: 20px; font-weight: 900; color: var(--dark); margin-bottom: 2px; }
    .mgr-role { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    .mgr-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
    .mgr-item { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--text); }
    .mgr-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; }
    /* ---- ОТЗЫВЫ ---- */
    .rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
    .rev {
      background: var(--white); border-radius: var(--r-lg); padding: 24px 22px;
      border: 1px solid var(--border); border-top: 3px solid var(--orange);
    }
    .rev__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
    .rev__ava { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; flex-shrink: 0; }
    .rev__name { font-size: 14px; font-weight: 700; color: var(--dark); }
    .rev__date { font-size: 11px; color: var(--muted); margin-top: 1px; }
    .rev__stars { color: #F59E0B; font-size: 12px; margin-bottom: 9px; }
    .rev__txt { font-size: 13px; color: var(--text); line-height: 1.7; }
    .rev__tag { display: inline-block; margin-top: 10px; background: var(--bg); color: var(--muted); border-radius: 4px; padding: 3px 8px; font-size: 11px; font-weight: 600; }
    /* ---- ГАРАНТИИ ---- */
    .guar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
    .guar-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
    .guar-item { display: flex; align-items: flex-start; gap: 14px; }
    .guar-num { font-size: 26px; font-weight: 900; color: var(--orange); line-height: 1; min-width: 44px; flex-shrink: 0; }
    .guar-item h3 { font-size: 14px; font-weight: 800; color: var(--dark); margin-bottom: 3px; }
    .guar-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }
    .guar-cta {
      background: var(--bg); border-radius: var(--r-lg); padding: 36px 32px; border: 1px solid var(--border);
    }
    .guar-cta h3 { font-size: 20px; font-weight: 900; color: var(--dark); margin-bottom: 10px; }
    .guar-cta p { font-size: 14px; color: var(--muted); margin-bottom: 24px; line-height: 1.65; }
    .guar-phone { font-size: 22px; font-weight: 900; color: var(--orange); margin-top: 14px; }
    .guar-sub { font-size: 11px; color: var(--muted); margin-top: 3px; }
    /* ---- FAQ ---- */
    .faq { display: flex; flex-direction: column; gap: 8px; }
    .faq-i { background: var(--white); border-radius: var(--r); border: 1px solid var(--border); overflow: hidden; transition: border-color .18s; }
    .faq-i.on { border-color: var(--orange); }
    .faq-q { padding: 16px 20px; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--dark); }
    .faq-q:hover { color: var(--orange); }
    .faq-ic { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--orange); flex-shrink: 0; transition: transform .2s; }
    .faq-i.on .faq-ic { transform: rotate(45deg); border-color: var(--orange); background: var(--orange-bg); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; font-size: 13px; color: var(--muted); line-height: 1.75; padding: 0 20px; }
    .faq-i.on .faq-a { max-height: 280px; padding: 0 20px 16px; }
    /* ---- БЛОГ ---- */
    .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
    .blog {
      background: var(--white); border-radius: var(--r-lg); overflow: hidden;
      border: 1px solid var(--border); display: flex; flex-direction: column;
      transition: border-color .18s, box-shadow .18s;
    }
    .blog:hover { border-color: var(--orange); box-shadow: var(--shadow); }
    .blog__thumb { height: 150px; background: var(--bg); display: flex; align-items: center; justify-content: center; padding: 20px; }
    .blog__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
    .blog__tag { font-size: 10px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 7px; }
    .blog__ttl { font-size: 14px; font-weight: 800; line-height: 1.35; flex: 1; margin-bottom: 10px; color: var(--dark); }
    .blog__ttl a:hover { color: var(--orange); }
    .blog__meta { font-size: 11px; color: var(--muted); }
    /* ---- ФИНАЛЬНЫЙ CTA ---- */
    .cta-sec { background: var(--dark); color: #fff; padding: 72px 40px; text-align: center; }
    .cta-sec__inner { max-width: 600px; margin: 0 auto; }
    .cta-sec h2 { font-size: clamp(22px, 3.5vw, 38px); font-weight: 900; margin-bottom: 12px; }
    .cta-sec p { font-size: 16px; color: rgba(255,255,255,.7); margin-bottom: 32px; line-height: 1.65; }
    .cta-sec__btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
    .cta-sec__phone { margin-top: 22px; font-size: 26px; font-weight: 900; }
    .cta-sec__phone a { color: var(--orange); }
    .cta-sec__sub { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 5px; }

/* === Tilda: шапка и первый экран === */
#irpSiteHeaderMount{width:100%;max-width:100%;position:relative;z-index:9999}
#irpSiteHeaderMount .irp-header{display:block!important;visibility:visible!important}
.tilda-header,.t-header,.uc-header{width:100%!important;max-width:100%!important}
.irp-header,.irp-header *{box-sizing:border-box}
.irp-header{width:100%;max-width:100%;margin:0;padding:0;font-family:var(--font),Montserrat,sans-serif}
.irp-header__meta{width:100%;max-width:100%}
.irp-header__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}
.irp-header a{text-decoration:none}
.irp-mobile-menu{font-family:var(--font),Montserrat,sans-serif}
#allrecords .t-records,#allrecords .t-container{overflow:visible}
#allrecords .r.t-rec,#allrecords .t-rec{max-width:100%!important}
#allrecords .r[data-record-type="131"],#allrecords .t123{max-width:100%!important;padding-left:0!important;padding-right:0!important}
#allrecords .hero{width:100%;max-width:100%;margin-left:0;margin-right:0}
.irp-t123-start{display:none!important;position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}

