/* ПК Лифт — главная (новый дизайн). Всё под .hv2, чтобы стили не текли
   на внутренние страницы. Собран из макета redesign/preview-1/style.css. */
.hv2 img{max-width:100%;height:auto;display:block}
.hv2 a{color:var(--c-blue);text-decoration:none}
.hv2 a:hover{color:var(--c-red)}
.hv2 h1,.hv2 h2,.hv2 h3,.hv2 h4{margin:0;line-height:1.2;color:var(--c-navy)}
.hv2 h1{font-size:50px;line-height:1.08;font-weight:800;letter-spacing:-.01em}
.hv2 h2{font-size:36px;font-weight:700;letter-spacing:-.01em}
.hv2 h3{font-size:20px;font-weight:700}
.hv2 p{margin:0 0 16px}
.hv2 .wrap{max-width:var(--w);margin:0 auto;padding:0 24px}
.hv2 section{padding:var(--sp) 0}
.hv2 .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.hv2 .sec-head h2::after{content:"";display:block;width:52px;height:3px;background:var(--c-red);margin-top:14px;border-radius:2px}
.hv2 .sec-head p{max-width:540px;color:var(--c-muted);margin:0;font-size:16px}
.hv2 .eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-blue);margin-bottom:12px}
.hv2 .muted{color:var(--c-muted)}
.hv2 .bg{background:var(--c-bg)}
.hv2 .dark{background:var(--c-navy);color:#c8d6e2}
.hv2 .dark h2,.hv2 .dark h3{color:#fff}
.hv2 .dark .eyebrow{color:#9fd0ff}
.hv2 .hero{position:relative;background:var(--c-navy);color:#fff;padding:0;overflow:hidden}
.hv2 .hero-bg{position:absolute;inset:0}
.hv2 .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:62% 50%}
.hv2 .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,21,36,.96) 0%,rgba(2,21,36,.9) 40%,rgba(2,21,36,.6) 66%,rgba(2,21,36,.35) 100%)}
.hv2 .hero .wrap{position:relative;display:grid;grid-template-columns:1.14fr .86fr;gap:52px;align-items:center;min-height:560px;padding-top:56px;padding-bottom:56px}
.hv2 .hero h1{color:#fff;margin:14px 0 18px}
.hv2 .hero .lead{font-size:19px;line-height:1.5;color:#d6e0ea;max-width:580px;margin-bottom:30px}
.hv2 .hero .cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}
.hv2 .trust{display:flex;flex-wrap:wrap;gap:10px 26px;font-size:14px;color:#c8d6e2}
.hv2 .trust span{display:inline-flex;align-items:center;gap:8px}
.hv2 .trust svg{width:18px;height:18px;color:#7cc4ff;flex:none}
.hv2 .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9fd0ff}
.hv2 .hero-eyebrow::before{content:"";width:28px;height:2px;background:var(--c-red)}
.hv2 .form-card{background:#0a2237;border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:28px 28px 24px;justify-self:end;width:100%;max-width:410px;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.hv2 .form-card h3{color:#fff;font-size:23px;margin-bottom:6px}
.hv2 .form-card p{color:#b3c5d5;font-size:14px;margin-bottom:18px}
.hv2 .field{margin-bottom:12px}
.hv2 .field label{display:block;font-size:13px;font-weight:600;color:#a9bccd;margin-bottom:6px}
.hv2 .field input,.hv2 .field select,.hv2 .field textarea{width:100%;height:50px;border-radius:10px;border:1px solid #d7e0ea;background:#fff;color:var(--c-text);padding:0 16px;font:500 15px Montserrat,sans-serif;outline:0}
.hv2 .field input::placeholder{color:#8a97a5}
.hv2 .field input:focus{border-color:var(--c-blue);box-shadow:0 0 0 3px rgba(36,113,184,.15)}
.hv2 .form-card .pkb{width:100%;margin-top:6px}
.hv2 .legal{font-size:12px;color:#8fa3b5;margin:12px 0 0}
.hv2 .legal a{color:#9fd0ff}
.hv2 .legal-light{color:#8a97a5}
.hv2 .legal-light a{color:var(--c-blue)}
.hv2 .segments{padding:48px 0 6px}
.hv2 .seg-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:16px}
.hv2 .seg-head h2{font-size:26px}
.hv2 .seg-head p{margin:0;color:var(--c-muted);font-size:15px}
.hv2 .seg-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.hv2 .seg{background:#fff;border:1px solid var(--c-line);border-radius:12px;padding:18px 18px 16px;color:var(--c-navy);transition:border-color .15s,background .15s;display:flex;flex-direction:column;gap:8px}
.hv2 .seg:hover{border-color:var(--c-blue);background:var(--c-blue);color:#fff;box-shadow:0 12px 26px rgba(36,113,184,.25)}
.hv2 .seg:hover svg,.hv2 .seg:hover b,.hv2 .seg:hover span{color:#fff}
.hv2 .seg svg{width:28px;height:28px;color:var(--c-blue)}
.hv2 .seg b{font-size:16px;line-height:1.25}
.hv2 .seg span{font-size:13px;color:var(--c-muted);line-height:1.4}
.hv2 .numbers{padding:28px 0 var(--sp)}
.hv2 .num-band{background:linear-gradient(135deg,var(--c-navy) 0%,var(--c-navy-2) 100%);border-radius:var(--r);padding:32px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;color:#fff}
.hv2 .num b{display:block;font-size:44px;line-height:1;font-weight:800;letter-spacing:-.02em}
.hv2 .num b small{font-size:22px;font-weight:700;color:var(--c-red);margin-left:2px}
.hv2 .num span{display:block;margin-top:8px;font-size:14px;color:#c8d6e2;line-height:1.35}
.hv2 .num+.num{border-left:1px solid rgba(255,255,255,.12);padding-left:24px}
.hv2 .svc-main{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.hv2 .svc{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:20px;row-gap:8px;align-content:start;background:#fff;border:1px solid var(--c-line);border-radius:var(--r);padding:26px 26px 22px;color:var(--c-navy);transition:transform .15s,box-shadow .15s,border-color .15s}
.hv2 .svc:hover{transform:translateY(-3px);background:var(--c-blue);border-color:var(--c-blue);color:#fff;box-shadow:0 16px 32px rgba(36,113,184,.3)}
.hv2 .svc:hover b,.hv2 .svc:hover>span,.hv2 .svc:hover .price,.hv2 .svc:hover .price small,.hv2 .svc:hover .mlink{color:#fff}
.hv2 .svc:hover .ico{background:rgba(255,255,255,.18);color:#fff}
.hv2 .svc:hover .foot{border-top-color:rgba(255,255,255,.28)}
.hv2 .svc .ico{grid-column:1;grid-row:1/span 3;width:56px;height:56px;border-radius:14px;background:var(--c-blue-l);display:grid;place-items:center;color:var(--c-blue)}
.hv2 .svc b,.hv2 .svc>span,.hv2 .svc .foot{grid-column:2}
.hv2 .svc .ico svg{width:28px;height:28px}
.hv2 .svc b{font-size:22px;line-height:1.25;overflow-wrap:break-word}
.hv2 .svc span{font-size:15px;color:var(--c-muted);line-height:1.5;overflow-wrap:break-word}
.hv2 .svc .foot{margin-top:6px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;padding-top:14px;border-top:1px solid var(--c-line)}
.hv2 .price{font-size:15px;font-weight:700;color:var(--c-navy)}
.hv2 .price small{font-weight:500;color:var(--c-muted)}
.hv2 .mlink{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:700;color:var(--c-blue);white-space:nowrap}
.hv2 .mlink svg{width:16px;height:16px;transition:transform .15s}
.hv2 .svc:hover .mlink,.hv2 .eq:hover .mlink{color:#fff}
.hv2 .svc:hover .mlink svg,.hv2 .eq:hover .mlink svg{transform:translateX(3px)}
.hv2 .svc-extra{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.hv2 .svc-extra a{display:flex;flex-direction:column;gap:5px;background:#fff;border:1px solid var(--c-line);border-radius:12px;padding:16px 18px;color:var(--c-navy)}
.hv2 .svc-extra a:hover{background:var(--c-blue);border-color:var(--c-blue);color:#fff;box-shadow:0 12px 26px rgba(36,113,184,.25)}
.hv2 .svc-extra a:hover svg,.hv2 .svc-extra a:hover b,.hv2 .svc-extra a:hover span{color:#fff}
.hv2 .svc-extra svg{width:22px;height:22px;color:var(--c-blue)}
.hv2 .svc-extra b{font-size:15px;line-height:1.3}
.hv2 .svc-extra span{font-size:13px;color:var(--c-muted);line-height:1.35}
.hv2 .svc-title{font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);margin:44px 0 16px;display:flex;align-items:center;gap:14px}
.hv2 .svc-title::after{content:"";flex:1;height:1px;background:var(--c-line)}
.hv2 .equip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hv2 .eq{background:#fff;border:1px solid var(--c-line);border-radius:var(--r);padding:18px;color:var(--c-navy);display:flex;flex-direction:column;gap:7px;transition:border-color .15s,box-shadow .15s}
.hv2 .eq:hover{background:var(--c-blue);border-color:var(--c-blue);color:#fff;box-shadow:0 16px 32px rgba(36,113,184,.3)}
.hv2 .eq:hover>svg,.hv2 .eq:hover b,.hv2 .eq:hover span,.hv2 .eq:hover .mlink{color:#fff}
.hv2 .eq>svg{width:26px;height:26px;color:var(--c-blue)}
.hv2 .eq b{font-size:17px;line-height:1.25}
.hv2 .eq span{font-size:14px;color:var(--c-muted);line-height:1.45}
.hv2 .eq.withphoto{padding:0;overflow:hidden}
.hv2 .eq.withphoto img{aspect-ratio:16/9;object-fit:cover;width:100%}
.hv2 .eq.withphoto .body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:7px;flex:1}
.hv2 .eq .mlink{margin-top:auto;padding-top:10px;font-size:14px}
.hv2 .cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hv2 .case{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r);padding:16px}
.hv2 .case .letter{display:block;position:relative;padding:0;border:0;background:none;cursor:pointer;width:100%}
.hv2 .case .letter .zoom{position:absolute;left:0;right:0;bottom:0;padding:6px 4px;font:600 11px Montserrat,sans-serif;color:#fff;background:rgba(2,21,36,.82);border-radius:0 0 8px 8px;opacity:0;transition:opacity .15s}
.hv2 .case .letter:hover .zoom,.hv2 .case .letter:focus-visible .zoom{opacity:1}
.hv2 .case .letter:hover img{border-color:var(--c-blue)}
.hv2 .case .letter img{aspect-ratio:3/4;object-fit:cover;object-position:top center;border-radius:8px;border:1px solid var(--c-line);background:#fff}
.hv2 .case .txt{display:flex;flex-direction:column;gap:6px}
.hv2 .case .brand{height:26px;display:flex;align-items:center}
.hv2 .case .brand img{max-height:26px;width:auto;filter:grayscale(1);opacity:.8}
.hv2 .case .brand.text{font-size:14px;font-weight:700;color:var(--c-muted);letter-spacing:.02em}
.hv2 .case b{font-size:18px;line-height:1.25;color:var(--c-navy);overflow-wrap:break-word}
.hv2 .case>.txt>span{font-size:14px;color:var(--c-muted);line-height:1.45}
.hv2 .case .meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.hv2 .case .tag,.hv2 .case .qty,.hv2 .case .year{font-size:12px;font-weight:700;padding:5px 10px;border-radius:6px;letter-spacing:.02em}
.hv2 .case .year{background:var(--c-bg);color:var(--c-muted)}
.hv2 .case .tag{background:var(--c-blue-l);color:var(--c-blue)}
.hv2 .case .qty{background:var(--c-bg);color:var(--c-muted)}
.hv2 .doclink{margin-top:auto;padding:8px 0 0;display:inline-flex;align-items:center;gap:7px;font:600 14px Montserrat,sans-serif;color:var(--c-blue);background:none;border:0;cursor:pointer;align-self:flex-start}
.hv2 .doclink:hover{color:var(--c-red)}
.hv2 .doclink svg{width:16px;height:16px}
.hv2 .more-cases{margin-top:22px;font-size:15px;color:var(--c-muted)}
.hv2 .videos{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.hv2 .vid{position:relative;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:3/4;cursor:pointer;border:0;padding:0}
.hv2 .vid img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:.3s}
.hv2 .vid:hover img{opacity:1;transform:scale(1.03)}
.hv2 .vid .play{position:absolute;left:50%;top:50%;width:54px;height:54px;margin:-27px 0 0 -27px;border-radius:50%;background:var(--c-red);display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.3)}
.hv2 .vid .play svg{width:22px;height:22px;margin-left:3px}
.hv2 .vid .cap{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);color:#fff;font-size:13px;font-weight:600;text-align:left}
.hv2 .vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hv2 .why-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:start}
.hv2 .why-photo{position:sticky;top:132px;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.hv2 .why-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.hv2 .why-photo .cap{position:absolute;left:0;right:0;bottom:0;padding:22px 22px 20px;background:linear-gradient(0deg,rgba(2,21,36,.94),rgba(2,21,36,0));color:#fff}
.hv2 .why-photo .cap b{display:block;font-size:17px;margin-bottom:3px}
.hv2 .why-photo .cap span{font-size:14px;color:#c8d6e2}
.hv2 .why-list h2{margin-bottom:6px}
.hv2 .why{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--c-line)}
.hv2 .why:last-child{border-bottom:0;padding-bottom:0}
.hv2 .why .ico{flex:none;width:48px;height:48px;border-radius:12px;background:#fff;border:1px solid var(--c-line);display:grid;place-items:center;color:var(--c-blue)}
.hv2 .why .ico svg{width:24px;height:24px}
.hv2 .why b{display:block;font-size:17px;line-height:1.3;margin-bottom:4px;color:var(--c-navy)}
.hv2 .why span{display:block;font-size:14px;color:var(--c-muted);line-height:1.5}
.hv2 .why em{font-style:normal;color:var(--c-navy);font-weight:700}
.hv2 .why a{display:inline-block;margin-top:8px;font-size:14px;font-weight:600}
.hv2 .quiz-sec .wrap{display:grid;grid-template-columns:1fr 1.05fr;gap:52px;align-items:center}
.hv2 .quiz-sec h2{color:#fff}
.hv2 .quiz-sec .lead{font-size:18px;color:#c8d6e2;margin-bottom:26px}
.hv2 .steps-list{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:12px}
.hv2 .steps-list li{display:flex;gap:14px;align-items:flex-start;color:#d6e0ea;font-size:15px}
.hv2 .steps-list b{flex:none;width:30px;height:30px;border-radius:50%;background:var(--c-blue);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}
.hv2 .quiz-note{font-size:14px;color:#a9bccd;margin:0;max-width:420px}
.hv2 .dark .pkq h3{color:var(--c-navy)}
.hv2 .company .wrap{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:center}
.hv2 .company .dir{border-radius:var(--r);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;width:100%}
.hv2 .company h2{margin-bottom:16px}
.hv2 .company p{font-size:16px;color:var(--c-muted);max-width:640px}
.hv2 .company blockquote{margin:22px 0 0;font-size:20px;line-height:1.45;font-weight:500;color:var(--c-navy);padding-left:24px;border-left:4px solid var(--c-red)}
.hv2 .dir-full{margin-top:16px}
.hv2 .dir-full summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--c-blue)}
.hv2 .dir-full summary::-webkit-details-marker{display:none}
.hv2 .dir-full summary::after{content:"";width:8px;height:8px;border:solid var(--c-blue);border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:3px;transition:.2s}
.hv2 .dir-full[open] summary::after{transform:rotate(-135deg);margin-bottom:0}
.hv2 .dir-full summary:hover{color:var(--c-red)}
.hv2 .dir-full p{margin:14px 0 0;font-size:15px;color:var(--c-muted);line-height:1.6;max-width:640px}
.hv2 .company .who{margin-top:18px;display:flex;flex-direction:column;gap:2px}
.hv2 .company .who b{font-size:17px;color:var(--c-navy)}
.hv2 .company .who span{font-size:14px;color:var(--c-muted)}
.hv2 .company .links{margin-top:22px;display:flex;gap:18px;flex-wrap:wrap;font-weight:600;font-size:15px}
.hv2 .logos{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.hv2 .logos div{background:#fff;border:1px solid var(--c-line);border-radius:12px;height:100px;display:grid;place-items:center;padding:16px}
.hv2 .logos img{max-height:60px;max-width:100%;width:auto;filter:grayscale(1) contrast(1.15) brightness(.94);opacity:.85;transition:.2s}
.hv2 .logos div:hover img{filter:none;opacity:1}
.hv2 .docs{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.hv2 .docs:has(.txt){grid-template-columns:1.25fr repeat(3,1fr)}
.hv2 .docs .txt{background:var(--c-navy);color:#c8d6e2;border-radius:var(--r);padding:26px}
.hv2 .docs .txt h3{color:#fff;margin-bottom:10px}
.hv2 .docs .txt p{font-size:14px;line-height:1.55}
.hv2 .dlinks{display:flex;flex-direction:column;gap:8px}
.hv2 .dlinks a{color:#9fd0ff;font-weight:600;font-size:14px}
.hv2 .dlinks a:hover{color:#fff}
.hv2 .doc{background:#fff;border:1px solid var(--c-line);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px;color:var(--c-navy);text-align:left;font:inherit;cursor:pointer}
.hv2 .doc:hover{border-color:var(--c-blue);color:var(--c-navy)}
.hv2 .doc img{aspect-ratio:3/4;max-height:400px;object-fit:cover;object-position:top;border-radius:8px;width:100%}
.hv2 .doc span{font-size:12px;color:var(--c-muted);line-height:1.35}
.hv2 .partners{margin-top:30px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hv2 .partners .lbl{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);flex:none}
.hv2 .partners .prow{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:22px;align-items:center;justify-items:center;flex:1}
.hv2 .partners img{height:30px;width:100%;max-width:100%;object-fit:contain;filter:grayscale(1) contrast(1.1);opacity:.65}
.hv2 .partners img:hover{filter:none;opacity:1}
.hv2 .faq-sec .wrap{display:grid;grid-template-columns:1fr 1.6fr;gap:52px;align-items:start}
.hv2 .faq details{border:1px solid var(--c-line);border-radius:12px;margin-bottom:10px;background:#fff}
.hv2 .faq summary{list-style:none;cursor:pointer;padding:18px 54px 18px 22px;font-weight:600;font-size:17px;color:var(--c-navy);position:relative}
.hv2 .faq summary::-webkit-details-marker{display:none}
.hv2 .faq summary::after{content:"";position:absolute;right:22px;top:24px;width:10px;height:10px;border:solid var(--c-blue);border-width:0 2px 2px 0;transform:rotate(45deg);transition:.2s}
.hv2 .faq details[open] summary::after{transform:rotate(-135deg);top:28px}
.hv2 .faq details[open] summary{background:var(--c-bg);border-radius:12px 12px 0 0}
.hv2 .faq .a{padding:4px 22px 20px;font-size:15px;color:#33414f;line-height:1.6}
.hv2 .faq-sec .side p{color:var(--c-muted);font-size:16px}
.hv2 .posts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hv2 .post{background:#fff;border:1px solid var(--c-line);border-radius:var(--r);padding:22px;color:var(--c-navy);display:flex;flex-direction:column;gap:8px;transition:.15s}
.hv2 .post:hover{box-shadow:var(--shadow-s);border-color:#cfe0f2;color:var(--c-navy)}
.hv2 .post .pdate{font-size:13px;color:var(--c-muted)}
.hv2 .post b{font-size:18px;line-height:1.3}
.hv2 .post .dsc{font-size:14px;color:var(--c-muted);line-height:1.45}
.hv2 .post .lnk{margin-top:auto;padding-top:10px;font-size:14px;font-weight:700;color:var(--c-blue)}
.hv2 .post:hover .lnk{color:var(--c-red)}
.hv2 .cta-sec.dark{background:var(--c-blue)}
.hv2 .cta-sec{position:relative;overflow:hidden;padding:60px 0}
.hv2 .cta-sec .bgimg{position:absolute;inset:0}
.hv2 .cta-sec .bgimg img{width:100%;height:100%;object-fit:cover;opacity:.25}
.hv2 .cta-sec .bgimg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,83,138,.96),rgba(36,113,184,.86))}
.hv2 .cta-sec .wrap{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}
.hv2 .cta-sec h2{color:#fff;margin-bottom:12px}
.hv2 .cta-sec p{color:#c8d6e2;font-size:17px;max-width:520px}
.hv2 .contacts{margin-top:22px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.hv2 .contacts .ph{font-size:28px;font-weight:800;color:#fff}
.hv2 .contacts .ph:hover{color:#fff}
.hv2 .contacts .adr{display:inline-flex;align-items:center;gap:9px;font-size:15px;color:#a9bccd}
.hv2 .contacts .adr svg{width:18px;height:18px;color:#7cc4ff}
.hv2 .contacts .tg{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:600;color:#9fd0ff}
.hv2 .contacts .tg svg{width:18px;height:18px}
.hv2 .cta-form .frow{display:grid;grid-template-columns:1fr auto;gap:12px}
.hv2 .cta-form .field{margin:0}
@media (max-width:1100px){
.hv2 h1{font-size:42px}
.hv2 h2{font-size:31px}
.hv2 .hero .wrap{min-height:0;gap:36px}
.hv2 .seg-grid{grid-template-columns:repeat(3,1fr)}
.hv2 .num-band{grid-template-columns:repeat(2,1fr);padding:28px 30px}
.hv2 .num+.num{border:0;padding-left:0}
.hv2 .svc-extra{grid-template-columns:repeat(2,1fr)}
.hv2 .equip,.hv2 .cases-grid,.hv2 .posts{grid-template-columns:repeat(2,1fr)}
.hv2 .videos{grid-template-columns:repeat(2,1fr)}
.hv2 .logos{grid-template-columns:repeat(3,1fr)}
.hv2 .docs{grid-template-columns:1fr 1fr}
.hv2 .docs .txt{grid-column:1/-1}
.hv2 .why-wrap{grid-template-columns:1fr;gap:28px}
.hv2 .why-photo{position:relative}
.hv2 .why-photo img{aspect-ratio:21/9}
}
@media (max-width:991px){
.hv2 .hero .wrap{grid-template-columns:1fr;padding-top:44px;padding-bottom:40px;gap:28px}
.hv2 .hero-bg::after{background:linear-gradient(180deg,rgba(2,21,36,.95) 0%,rgba(2,21,36,.9) 60%,rgba(2,21,36,.78) 100%)}
.hv2 .form-card{justify-self:stretch;max-width:none}
.hv2 .segments{padding-top:44px}
.hv2 .seg-head{flex-direction:column;align-items:flex-start;gap:6px}
.hv2 .svc-main{grid-template-columns:1fr}
.hv2 .quiz-sec .wrap,.hv2 .company .wrap,.hv2 .faq-sec .wrap,.hv2 .cta-sec .wrap{grid-template-columns:1fr;gap:28px}
.hv2 .company .dir{max-width:300px}
}
@media (max-width:600px){
.hv2 h1{font-size:32px}
.hv2 h2{font-size:26px}
.hv2 .wrap{padding:0 18px}
.hv2 .hero .lead{font-size:17px}
.hv2 .hero .cta .pkb{width:100%}
.hv2 .seg-grid{grid-template-columns:1fr 1fr;gap:10px}
.hv2 .seg{padding:14px 14px 12px}
.hv2 .seg span{display:none}
.hv2 .num-band{padding:22px 20px;gap:18px}
.hv2 .num b{font-size:32px}
.hv2 .svc{padding:20px}
.hv2 .svc b{font-size:19px}
.hv2 .svc-extra{grid-template-columns:1fr}
.hv2 .equip,.hv2 .cases-grid,.hv2 .posts{grid-template-columns:1fr}
.hv2 .case{grid-template-columns:74px minmax(0,1fr);gap:12px;padding:14px}
.hv2 .case b{font-size:16px}
.hv2 .case>.txt>span{font-size:13px;line-height:1.4}
.hv2 .case .tag,.hv2 .case .qty,.hv2 .case .year{font-size:11px;padding:4px 8px}
.hv2 .case .letter .zoom{display:none}
.hv2 .videos{grid-template-columns:1fr 1fr;gap:10px}
.hv2 .logos{grid-template-columns:repeat(2,1fr)}
.hv2 .docs{grid-template-columns:1fr 1fr}
.hv2 .company blockquote{font-size:18px}
.hv2 .cta-form .frow{grid-template-columns:1fr}
.hv2 .sec-head{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:26px}
}

/* --- Правила уровня <body>: в макете это были body{} и html{} --- */
body.home-v2{font-size:17px;color:var(--c-text);background:#fff}
.hv2{overflow-x:clip}
.hv2 section[id]{scroll-margin-top:132px}
.hv2 ul{list-style:none}
.hv2 button{font-family:Montserrat,sans-serif}
.hv2 blockquote{margin:0}
@media (max-width:991px){
  .hv2 section[id]{scroll-margin-top:76px}
}
@media (max-width:600px){
  body.home-v2{font-size:16px}
}

/* Ленивая загрузка EWWW не «раскрывает» картинку, пока её ширина считается
   по содержимому: до загрузки это 1 px. Логотипам брендов ширину задаёт ячейка. */
