:root{
  --navy:#0a2142;
  --navy-2:#07182f;
  --navy-3:#12355f;
  --red:#e91b23;
  --red-dark:#cf1119;
  --text:#151a22;
  --muted:#667085;
  --line:#dfe6ee;
  --line-2:#edf1f5;
  --soft:#f7f8fa;
  --white:#fff;
  --radius:24px;
  --shadow:0 18px 55px rgba(21,26,34,.07);
  --shadow-strong:0 28px 70px rgba(21,26,34,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(1280px,calc(100% - 48px));margin-inline:auto}.section-pad{padding:82px 0}.section-pad-sm{padding:34px 0}svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.section-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.16em;color:#718098;margin-bottom:11px}.section-kicker.red{color:var(--red)}.section-kicker.light{color:#a9b9ce}.section-heading h2,.section-row h2{margin:0;letter-spacing:-.035em}.section-heading h2{font-size:43px;line-height:1.08}.section-heading p{color:var(--muted);font-size:17px;line-height:1.6;margin:14px 0 0;max-width:710px}.section-heading.centered{text-align:center;max-width:800px;margin:0 auto 42px}.section-heading.centered p{margin-inline:auto}.section-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.section-row h2{font-size:30px;line-height:1.1}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-weight:700;font-size:13px;white-space:nowrap}.text-link svg{width:15px}.block-intro{color:var(--muted);margin:10px 0 20px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(221,229,237,.78)}.header-inner{display:grid;align-items:center}.brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px}.brand img{height:auto}.brand span{font-size:8px;letter-spacing:.32em;font-weight:800;color:#42516a;margin-left:9px}.desktop-nav{display:flex;justify-content:center;white-space:nowrap}.desktop-nav a{transition:.2s}.desktop-nav a:hover,.desktop-nav .nav-accent{color:var(--red)}.header-actions{display:flex;align-items:center}.header-phone{display:flex;flex-direction:column;text-align:right;line-height:1.08}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;border-radius:12px;font-weight:700;font-size:14px;border:1px solid transparent;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;cursor:pointer}.btn svg{width:17px;height:17px}.btn:hover{transform:translateY(-1px)}.btn-small{min-height:43px;padding:0 15px;font-size:12px}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(237,28,36,.18)}.btn-primary:hover{background:var(--red-dark);box-shadow:0 16px 30px rgba(237,28,36,.23)}.btn-outline{border-color:#aeb9c8;background:#fff}.btn-outline:hover{border-color:var(--navy)}.btn-ghost{border-color:#d4dce6;background:#f9fbfd}.menu-button{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;padding:11px}.menu-button span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:10px}

.hero{padding-top:26px;padding-bottom:50px}.hero-shell{display:grid;grid-template-columns:.88fr 1.12fr;min-height:590px;border-radius:30px;background:linear-gradient(110deg,#f4f8fc 0%,#f7f9fc 43%,#fff 43%);overflow:hidden;box-shadow:var(--shadow)}.hero-copy{padding:62px 36px 48px 46px;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.1em;color:#596a80;display:flex;align-items:center;gap:9px;margin-bottom:19px}.eyebrow i{width:4px;height:4px;background:var(--red);border-radius:50%}.hero h1{margin:0 0 22px;max-width:600px}.hero h1 em{font-style:normal;color:var(--red)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:31px;padding-top:23px;border-top:1px solid #dde5ed}.hero-facts>div{display:flex;gap:10px;align-items:center;min-width:0}.fact-icon{width:38px;height:38px;flex:0 0 38px;border:1px solid #d6dee8;border-radius:50%;display:grid;place-items:center;color:var(--red)}.fact-icon svg{width:18px}.hero-facts span:last-child{display:flex;flex-direction:column;min-width:0}.hero-facts b{font-size:12px;white-space:nowrap}.hero-facts small{font-size:10px;color:var(--muted);margin-top:3px}.hero-media{position:relative;overflow:hidden;min-height:590px}.hero-media:before{content:"";position:absolute;inset:0;z-index:1}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo-label{position:absolute;right:24px;bottom:24px;z-index:2;display:flex;align-items:center;gap:10px;background:rgba(7,26,53,.9);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:12px 15px;box-shadow:0 14px 35px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.hero-photo-label>svg{color:#fff;width:19px}.hero-photo-label div{display:flex;flex-direction:column}.hero-photo-label span{font-size:10px;color:#bac8da}.hero-photo-label strong{font-size:12px;margin-top:2px}

.commercial{padding-top:12px;padding-bottom:54px}.services-card,.promos-card{border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff;box-shadow:none}.price-list{border-top:1px solid var(--line)}.price-list a{display:flex;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid var(--line-2)}.price-list a span{transition:.2s}.price-list a:hover span{color:var(--red)}.price-list strong{white-space:nowrap}.card-actions{margin-top:22px}.card-actions .btn{min-height:46px}.promo-card{position:relative;min-height:306px;border-radius:20px;padding:22px;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;box-shadow:0 14px 30px rgba(9,31,59,.13)}.promo-card:before,.promo-card:after{content:"";position:absolute;border-radius:50%;z-index:-1}.service-view-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:48px;align-items:center}.service-copy h2{font-size:44px;line-height:1.06;letter-spacing:-.04em;margin:0 0 16px}.service-copy>p{font-size:17px;line-height:1.62;color:var(--muted);margin:0 0 26px}.clean-list{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:14px}.clean-list li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:750}.clean-list svg{width:18px;height:18px;color:var(--red);flex:0 0 18px}

.booking{background:#fff}.booking-card{display:grid;grid-template-columns:.86fr 1.14fr;gap:50px;align-items:center;padding:52px;color:#fff}.booking-copy h2{font-size:46px;line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.booking-copy>p{font-size:16px;line-height:1.62;color:#c1cede;margin:0 0 25px;max-width:510px}.booking-phone{display:inline-flex;align-items:center;gap:12px;color:#fff;margin-bottom:22px}.booking-phone>svg{width:25px;height:25px;color:var(--red)}.booking-phone span{display:flex;flex-direction:column}.booking-phone strong{font-size:22px}.booking-phone small{font-size:10px;color:#9eb0c6;margin-top:4px}.booking-note{display:flex;align-items:flex-start;gap:10px;color:#aebed1;font-size:11px;line-height:1.5;max-width:440px}.booking-note svg{width:18px;height:18px;color:#fff;flex:0 0 18px}.booking-form{background:#fff;color:var(--text);border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.form-head{grid-column:1/-1;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:7px}.form-head strong{font-size:18px}.form-head span{font-size:10px;color:var(--muted)}.booking-form label{display:flex;flex-direction:column;gap:7px}.booking-form label>span{font-size:10px;font-weight:700;color:#68778b}.booking-form input,.booking-form textarea{width:100%;border:1px solid #d7e0e9;background:#fbfcfe;border-radius:12px;padding:13px 14px;color:var(--text);outline:none;transition:.2s}.booking-form input{height:48px}.booking-form textarea{resize:vertical;min-height:104px}.booking-form input:focus,.booking-form textarea:focus{border-color:#8798ad;box-shadow:0 0 0 3px rgba(10,33,66,.07);background:#fff}.booking-form .wide{grid-column:1/-1}.consent{flex-direction:row!important;align-items:flex-start;gap:8px!important}.consent input{width:15px!important;height:15px!important;margin:1px 0 0}.consent span{font-weight:500!important;font-size:10px!important;line-height:1.4}.form-status{grid-column:1/-1;font-size:12px;min-height:0;color:#4b5f76}.form-status.success{background:#ebf7ef;border:1px solid #bee4cb;color:#25623c;padding:10px 12px;border-radius:10px}

.contacts{padding-top:26px}.contacts-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:22px}.contact-card,.map-card{border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden}.contact-card{padding:38px}.contact-card h2{font-size:38px;line-height:1.06;letter-spacing:-.04em;margin:0 0 12px}.contact-lead{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 24px}.contact-list{display:grid;gap:2px}.contact-list>div{display:flex;align-items:center;gap:14px;padding:13px 0;border-top:1px solid var(--line-2)}.contact-icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--red)}.contact-icon svg{width:20px}.contact-list p{display:flex;flex-direction:column;margin:0}.contact-list small{font-size:10px;color:var(--muted);margin-bottom:4px}.contact-list strong{font-size:13px;line-height:1.4}.contact-actions{display:flex;gap:10px;margin-top:24px}.map-card{position:relative;background:#edf2f7}.map-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.site-footer{color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.55fr .7fr .7fr 1fr 1.15fr;gap:36px}.brand-light span{color:#96a8c0}.footer-brand p{font-size:12px;line-height:1.65;color:#aebed1;margin:18px 0}.footer-brand small{color:#7f91a8}.site-footer h3{font-size:12px;margin:0 0 15px}.site-footer .footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.site-footer a,.site-footer .footer-grid span{font-size:11px;color:#b8c5d6}.site-footer a:hover{color:#fff}.footer-telegram{display:grid!important;grid-template-columns:42px 1fr!important;align-content:start}.footer-telegram>svg{width:42px;height:42px;padding:10px;border-radius:14px;background:rgba(255,255,255,.07);grid-row:1/3}.footer-telegram>div{display:flex;flex-direction:column;gap:3px}.footer-telegram strong{font-size:12px}.footer-telegram>a{grid-column:2;color:#fff!important;font-weight:800}.legal{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:20px}.legal span,.legal a{font-size:12px;color:#71849c}.legal div{display:flex;gap:20px}.mobile-menu,.menu-overlay,.mobile-sticky{display:none}

@media(max-width:1180px){.hero h1{font-size:52px}.promo-card{min-height:285px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.footer-telegram{grid-column:2/-1!important;display:flex!important;flex-direction:row!important;align-items:center!important}.footer-telegram>svg{width:38px}.footer-telegram>a{margin-left:auto}}

@media(max-width:860px){
  body{padding-bottom:68px}.container{width:min(100% - 30px,680px)}.section-pad{padding:56px 0}.section-pad-sm{padding:26px 0}.brand span{font-size:7px;margin-left:8px}.desktop-nav,.header-actions{display:none}.menu-button{display:block}.mobile-menu{display:flex;position:fixed;z-index:100;right:0;top:0;bottom:0;width:min(88vw,410px);background:#fff;flex-direction:column;transform:translateX(105%);transition:.25s;box-shadow:-18px 0 60px rgba(7,26,53,.2)}.mobile-menu.open{transform:translateX(0)}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.menu-close{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:28px;line-height:1;color:var(--navy)}.mobile-menu nav{display:flex;flex-direction:column;padding:22px 28px}.mobile-menu nav a{padding:14px 0;font-size:18px;font-weight:800}.mobile-menu nav a:nth-child(3){color:var(--red)}.mobile-menu-actions{margin-top:auto;border-top:1px solid var(--line);padding:20px;display:grid;gap:10px}.menu-overlay{display:block;position:fixed;z-index:90;inset:0;background:rgba(5,25,52,.46)}
  .hero{padding-top:15px;padding-bottom:28px}.hero-shell{display:flex;flex-direction:column;min-height:auto;border-radius:22px;background:#f6f9fc}.hero-copy{padding:34px 22px 24px}.eyebrow{font-size:9px;margin-bottom:14px}.hero h1{font-size:43px;line-height:1.01;margin-bottom:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-facts{grid-template-columns:1fr;margin-top:23px;padding-top:18px;gap:11px}.hero-facts b{font-size:13px}.hero-facts small{font-size:11px}.hero-media{min-height:295px}.hero-media:before{background:linear-gradient(180deg,rgba(246,249,252,.36),transparent 23%)}.hero-photo-label{display:none}
  .commercial{padding-top:8px}.services-card,.promos-card{padding:23px}.section-row h2{font-size:26px}.price-list a{min-height:48px}.promo-card{flex:0 0 84%;min-height:260px;scroll-snap-align:start}.promo-card h3{font-size:22px}
  .section-heading h2{font-size:34px}
  
  .service-view-grid{grid-template-columns:1fr;gap:28px}.service-copy h2{font-size:36px}.service-copy>p{font-size:16px}
  .booking-card{grid-template-columns:1fr;padding:30px 20px;gap:28px}.booking-copy h2{font-size:36px}.booking-form{grid-template-columns:1fr}.booking-form label,.booking-form .wide{grid-column:1}.form-head{align-items:flex-start;flex-direction:column;gap:4px}
  .contacts-grid{grid-template-columns:1fr}.contact-card{padding:28px 22px}.contact-card h2{font-size:31px}.contact-actions{display:grid}.map-card{min-height:360px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-telegram{grid-column:1/-1!important;display:grid!important;grid-template-columns:42px 1fr!important}.legal{flex-direction:column;gap:10px}.legal div{flex-direction:column;gap:7px}.mobile-sticky{display:grid;grid-template-columns:1fr 1.28fr;position:fixed;z-index:70;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 35px rgba(8,30,59,.12)}.mobile-sticky a{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800;color:var(--red)}.mobile-sticky a:last-child{background:var(--red);color:#fff}.mobile-sticky svg{width:18px;height:18px}
}

@media(max-width:500px){.container{width:calc(100% - 24px)}.section-pad{padding:45px 0}.section-pad-sm{padding:20px 0}.hero-shell{border-radius:18px}.hero-copy{padding:28px 16px 20px}.hero-media{min-height:235px}.btn{min-height:50px}.services-card,.promos-card{border-radius:18px;padding:18px}.section-row h2{font-size:24px}.section-row .text-link{font-size:11px}.block-intro{font-size:12px}.price-list a{min-height:0;padding:12px 0;align-items:flex-start}.price-list a span{max-width:67%;line-height:1.28}.card-actions .btn{width:100%}.promo-card{flex-basis:88%;min-height:235px;padding:18px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}.service-copy h2{font-size:31px}.service-copy>p{font-size:15px}.clean-list li{font-size:13px}.booking-card{border-radius:20px}.booking-copy h2{font-size:31px}.booking-phone strong{font-size:20px}.booking-form{padding:16px;border-radius:18px}.contact-card{border-radius:20px}.contact-card h2{font-size:29px}.map-card{border-radius:20px;min-height:310px}.footer-grid{gap:27px 20px}.site-footer{padding-top:40px}}

.service-view{background:#fff}
.booking-card{background:linear-gradient(135deg,#081b35,#0c294e);box-shadow:0 24px 60px rgba(21,26,34,.16)}
.site-footer{background:#08182d}

@media(max-width:860px){
  
}
@media(max-width:500px){
  
  
}
h1{font-weight:800}
h2{font-weight:800}
h3{font-weight:700}
body{color:#151a22}
.section-heading p,.block-intro,.service-copy>p,.parts-card>p,.contact-lead{color:#667085}

.site-header,.header-inner,.brand img,.desktop-nav,.header-phone strong,.header-actions .btn{transition:height .22s ease,width .22s ease,font-size .22s ease,padding .22s ease,background .22s ease,box-shadow .22s ease}
.header-inner{grid-template-columns:188px minmax(0,1fr) auto;gap:18px}
.brand img{width:134px}
.desktop-nav{font-weight:700}
.header-actions{gap:10px}
.header-actions .btn-small{min-height:44px;padding-inline:16px;font-size:13px}
.site-header.compact{background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(21,26,34,.055)}
.site-header.compact .header-inner{height:68px}
.site-header.compact .brand img{width:121px}
.site-header.compact .desktop-nav{font-size:14px}
.site-header.compact .header-phone strong{font-size:16px}
.site-header.compact .header-phone span{font-size:10px;margin-top:3px}
.site-header.compact .header-actions .btn-small{min-height:40px;padding-inline:14px;font-size:12px}

.hero h1{font-size:55px;line-height:1.02;letter-spacing:-.035em;font-weight:800}
.hero-media:before{background:linear-gradient(90deg,rgba(247,249,251,1) 0%,rgba(247,249,251,.78) 5%,rgba(247,249,251,.30) 11%,rgba(247,249,251,.08) 16%,transparent 21%);pointer-events:none}.hero-picture{display:block;width:100%;height:100%}
.card-actions .btn-outline{background:#fff;color:#151a22;border-color:#cfd6df;box-shadow:none}
.card-actions .btn-outline:hover{border-color:#8d9aaa;color:var(--red)}
.cars{background:#f8f9fa;border-top:1px solid #eff1f3;border-bottom:1px solid #eff1f3}
.vehicle-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.vehicle-photo-card{box-shadow:none;display:flex;flex-direction:column;min-width:0}
.vehicle-photo-wrap{position:relative}
.vehicle-photo-wrap img{transition:transform .35s ease}
.vehicle-photo-copy small{display:block;font-weight:800;letter-spacing:.14em;margin-bottom:7px}
.vehicle-photo-copy h3{line-height:1.14;letter-spacing:-.025em;margin:0 0 13px}
.vehicle-photo-copy p{margin:0 0 12px}
.other-brands{display:inline-block}

.booking-card{border-radius:24px}

@media(max-width:1320px){
  .header-inner{grid-template-columns:165px minmax(0,1fr) auto;gap:13px}
  .brand img{width:128px}
  .desktop-nav{gap:14px;font-size:13.5px}
  .header-actions .btn-small{padding-inline:13px;font-size:12px}
}
@media(max-width:1180px){
  .header-actions .btn-outline{display:none}
  .header-phone{display:none}
  .header-inner{grid-template-columns:155px 1fr auto}
}
@media(max-width:980px){
  .vehicle-photo-grid{grid-template-columns:1fr 1fr}
  .vehicle-photo-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1.15fr .85fr}
  .vehicle-photo-card:last-child .vehicle-photo-wrap{aspect-ratio:auto;min-height:280px}
  .vehicle-photo-card:last-child .vehicle-photo-copy{display:flex;flex-direction:column;justify-content:center}
}
@media(max-width:860px){
  .header-inner{grid-template-columns:1fr auto}
  .brand img{width:116px}
  .site-header.compact .header-inner{height:64px}
  .site-header.compact .brand img{width:110px}
  .vehicle-photo-grid{grid-template-columns:1fr}
  .vehicle-photo-card:last-child{grid-column:auto;display:flex}
  .vehicle-photo-card:last-child .vehicle-photo-wrap{aspect-ratio:16/10;min-height:0}
}
@media(max-width:500px){
  .hero h1{font-size:36px;line-height:1.02;letter-spacing:-.03em}
  .vehicle-photo-grid{gap:14px}
  .vehicle-photo-card{border-radius:16px}
  .vehicle-photo-copy{padding:20px 18px 21px}
  .vehicle-photo-copy h3{font-size:21px}
  .vehicle-photo-copy p{font-size:12.5px;line-height:1.65}
  
}

.hero-facts>a.hero-fact-link{display:flex;gap:10px;align-items:center;min-width:0;border-radius:12px;transition:background .2s,color .2s,transform .2s}
.hero-facts>a.hero-fact-link:hover{background:rgba(255,255,255,.55);transform:translateY(-1px)}
.hero-facts>a.hero-fact-link>span:last-child{display:flex;flex-direction:column;min-width:0}
.hero-facts>a.hero-fact-link b{font-size:12px;white-space:nowrap}
.hero-facts>a.hero-fact-link small{font-size:10px;color:var(--muted);margin-top:3px}
.hero-photo-label{transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.hero-photo-label:hover{transform:translateY(-2px);background:rgba(7,26,53,.96);box-shadow:0 18px 40px rgba(0,0,0,.22)}
.trust{background:#f6f8fa}
.vehicle-photo-grid{gap:20px}
.vehicle-photo-card{border-radius:20px;background:#fff;border:1px solid #dfe5ec;overflow:hidden}
.vehicle-photo-wrap{aspect-ratio:14/6.5;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px 12px 0;overflow:hidden}
.vehicle-photo-wrap img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
.vehicle-photo-card:hover .vehicle-photo-wrap img{transform:translateY(-2px)!important}
.vehicle-photo-copy{padding:22px 24px 26px;border-top:1px solid #f0f2f5}
.vehicle-photo-copy small{font-size:9px;color:var(--red)}
.vehicle-photo-copy h3{color:var(--navy);font-size:23px}
.vehicle-photo-copy p{color:#525c68;font-size:13px;line-height:1.7}
.other-brands{color:var(--navy);font-weight:700;font-size:11px}
.reviews{background:#f6f8fa}
.yandex-widget-credit{pointer-events:auto}
.contact-address-link{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:14px;padding:13px 0;border-top:1px solid var(--line-2);transition:color .2s ease,background .2s ease}
.contact-address-link p{display:flex;flex-direction:column;margin:0}
.contact-address-link small{font-size:10px;color:var(--muted);margin-bottom:4px}
.contact-address-link strong{font-size:13px;line-height:1.4}
.contact-address-arrow{width:16px;color:#a6b0bc;transition:transform .2s,color .2s}
.contact-address-link:hover{color:var(--navy)}
.contact-address-link:hover .contact-address-arrow{transform:translateX(2px);color:var(--red)}
.map-card{min-height:500px}
.map-top-link{position:absolute;right:16px;top:16px;z-index:3;display:flex;align-items:center;gap:7px;background:#fff;color:var(--navy);border:1px solid rgba(209,219,230,.96);box-shadow:0 8px 22px rgba(21,26,34,.08);border-radius:12px;padding:10px 12px;font-size:10px;font-weight:700}
.map-top-link svg{width:13px;color:var(--red)}
.map-address-chip{position:absolute;right:16px;bottom:16px;z-index:3;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:10px;min-width:270px;background:#fff;color:var(--navy);border:1px solid #d7e0e9;box-shadow:0 12px 30px rgba(21,26,34,.13);border-radius:14px;padding:11px 13px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.map-address-chip:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(21,26,34,.16);border-color:#bcc9d7}
.map-chip-pin{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff0f1;color:var(--red)}
.map-chip-pin svg{width:18px}
.map-address-chip>span:nth-child(2){display:flex;flex-direction:column}
.map-address-chip small{font-size:9px;color:#7b8796;font-weight:700}
.map-address-chip strong{font-size:12px;margin-top:3px}
.map-chip-arrow{width:15px;color:var(--navy)}

@media(max-width:1080px){
  
  .yandex-reviews-widget{justify-self:start;width:min(760px,100%)}
}

@media(max-width:620px){
  
  
  .vehicle-photo-grid{grid-template-columns:1fr}.vehicle-photo-wrap{aspect-ratio:14/6.2;padding:6px 8px 0}.vehicle-photo-copy{padding:18px 18px 20px}
  .yandex-reviews-widget{height:560px;border-radius:16px}
  
  .map-card{min-height:390px}.map-top-link{left:12px;right:auto;top:12px}.map-address-chip{left:12px;right:12px;bottom:12px;min-width:0}.map-address-chip strong{font-size:11px}
}

.vehicle-photo-grid-layout{gap:20px}
.vehicle-photo-grid-layout .vehicle-photo-card{border-radius:20px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.vehicle-photo-grid-layout .vehicle-photo-card:hover{transform:translateY(-2px);border-color:#cdd7e2;box-shadow:0 14px 32px rgba(21,26,34,.055)}
.vehicle-photo-grid-layout .vehicle-photo-wrap img{object-position:center!important;width:100%;height:100%;image-rendering:auto}
.vehicle-photo-grid-layout .vehicle-photo-copy{padding:20px 22px 24px}
.vehicle-photo-grid-layout .vehicle-photo-copy h3{font-size:22px;margin-top:7px;margin-bottom:9px}
.vehicle-photo-grid-layout .vehicle-photo-copy p{font-size:12.5px;line-height:1.62;margin-bottom:9px}

@media(max-width:620px){
  
  
  .vehicle-photo-grid-layout .vehicle-photo-wrap{aspect-ratio:1.85/1;padding:4px 6px 0}
}

.vehicle-photo-grid-layout .vehicle-photo-wrap{background:#fff;aspect-ratio:2/1;padding:8px 12px 0}
.vehicle-photo-grid-layout .vehicle-photo-wrap img{object-fit:contain!important;filter:none!important;transform:none!important}
.vehicle-photo-grid-layout .vehicle-photo-card:hover .vehicle-photo-wrap img{transform:translateY(-2px)!important}
.vehicle-photo-grid-layout .vehicle-photo-copy{border-top:1px solid #eef1f4}
.vehicle-photo-grid-layout .vehicle-photo-card:nth-child(1) .vehicle-photo-copy small{color:#173d69}
.vehicle-photo-grid-layout .vehicle-photo-card:nth-child(2) .vehicle-photo-copy small{color:#6f7b89}
.vehicle-photo-grid-layout .vehicle-photo-card:nth-child(3) .vehicle-photo-copy small{color:#a42931}

.parts{background:#fafbfc;border-top:1px solid #eff2f5;border-bottom:1px solid #eff2f5}

.warranty{background:#fff}
.warranty-block{display:grid;grid-template-columns:.7fr 1.3fr;border:1px solid #dfe5ec;border-radius:26px;background:#f8fafc;padding:18px;overflow:hidden}
.warranty-intro{display:flex;flex-direction:column;justify-content:center}
.warranty-intro h2{line-height:1.06;letter-spacing:-.035em;margin:7px 0 15px;color:var(--text)}
.warranty-intro>p{color:#606b78;margin:0 0 24px}
.warranty-note{display:flex;align-items:center;gap:10px;border-top:1px solid #dde4eb}
.warranty-panel{position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(145deg,#0b2448 0%,#071a34 100%);border-radius:21px;overflow:hidden;color:#fff;box-shadow:0 18px 40px rgba(10,33,66,.14)}
.warranty-panel:after{content:"";position:absolute;right:-80px;bottom:-110px;width:300px;height:300px;border-radius:50%;border:55px solid rgba(255,255,255,.035);pointer-events:none}
.warranty-panel article{position:relative;z-index:1;display:flex;flex-direction:column}.warranty-panel article+article{border-left:1px solid rgba(255,255,255,.12)}
.warranty-icon{display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff}
.warranty-panel article>div{display:flex;align-items:flex-end;gap:8px}.warranty-panel strong{line-height:.82;letter-spacing:-.055em;color:#ff3037}.warranty-panel b{margin-bottom:2px;color:#fff}
.warranty-panel p{line-height:1.52;color:#c9d4e1}

@media(max-width:1050px){
  
  
  
  .warranty-block{grid-template-columns:1fr}.warranty-intro{padding-bottom:10px}
}
@media(max-width:720px){
  
  
  
  
  
  .warranty-block{padding:12px;border-radius:22px}.warranty-intro{padding:24px 18px}.warranty-intro h2{font-size:33px}.warranty-panel{grid-template-columns:1fr}.warranty-panel article{min-height:auto;padding:25px 22px}.warranty-panel article+article{border-left:0;border-top:1px solid rgba(255,255,255,.12)}.warranty-icon{margin-bottom:18px}.warranty-panel p{margin-top:4px;max-width:none}.warranty-panel strong{font-size:54px}
}
.promo-ticker-wrap{border-bottom:1px solid var(--line)}
.promo-ticker{overflow:hidden;white-space:nowrap;padding:10px 0}
.promo-ticker-track{display:inline-flex;align-items:center;gap:34px;min-width:max-content;animation:promoTicker 26s linear infinite}
.promo-ticker-track a{display:inline-flex;align-items:center;gap:10px;color:#334155;font-size:13px;font-weight:650;text-decoration:none;padding:4px 2px;border-radius:8px;transition:color .18s ease,background .18s ease}
.promo-ticker-track b{color:var(--navy)}
.promo-ticker-track svg{width:16px;height:16px;color:var(--red);flex:0 0 16px}
@keyframes promoTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.warranty-intro h2{font-size:38px}
.warranty-panel strong{font-size:60px}
.warranty-panel b{font-size:15px}
.warranty-panel p{font-size:13px}

@media (max-width:1024px){
  
  
}
@media (max-width:768px){
  .promo-ticker{padding:8px 0}.promo-ticker-track a{font-size:12px}
  
  
  
  
  
}
@media (max-width:500px){
}
.promo-ticker-wrap{position:sticky;z-index:49;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 6px 18px rgba(21,26,34,.035)}
.site-header.compact + .promo-ticker-wrap{top:68px}
.promo-ticker:hover .promo-ticker-track{animation-play-state:paused}

@media (prefers-reduced-motion:reduce){.promo-ticker-track{animation:none;transform:none}}
@media(max-width:900px){
  .promo-ticker-wrap{top:72px}.site-header.compact + .promo-ticker-wrap{top:64px}
  
}
@media(max-width:500px){
  .promo-ticker-wrap{top:64px}.site-header.compact + .promo-ticker-wrap{top:64px}
  .promo-ticker-track{animation-duration:34s}
}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent a{text-decoration:underline;text-underline-offset:2px}
.simple-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff);padding:54px 0}.simple-page-shell{max-width:920px}.simple-brand{margin-bottom:52px}.simple-page h1{font-size:52px;line-height:1.04;letter-spacing:-.04em;margin:8px 0 18px}.simple-lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:780px;margin:0 0 30px}.simple-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 28px}.simple-promo-grid article{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px}.simple-promo-grid article>span{font-size:9px;font-weight:800;letter-spacing:.12em;color:var(--red)}.simple-promo-grid h2{font-size:23px;line-height:1.12;margin:10px 0 12px}.simple-promo-grid p,.legal-copy p{font-size:14px;line-height:1.7;color:#566273}.legal-copy h2{font-size:22px;margin:28px 0 8px}.legal-copy{margin-bottom:32px}.simple-page .btn{margin-top:8px}
@media(max-width:700px){.simple-page{padding:28px 0}.simple-brand{margin-bottom:36px}.simple-page h1{font-size:36px}.simple-lead{font-size:16px}.simple-promo-grid{grid-template-columns:1fr}}
@media (min-width:901px){
  .hero{padding-top:22px;padding-bottom:34px}
  .hero-shell{
    grid-template-columns:.96fr 1.04fr;
    min-height:0;
    height:clamp(560px,calc(100svh - 210px),650px);
  }
  .hero-copy{padding:38px 30px 30px 44px;justify-content:center}
  .hero h1{font-size:52px;line-height:1.01;margin-bottom:17px;max-width:620px}
  
  .hero-actions{gap:9px;flex-wrap:nowrap}
  .hero-actions .btn{min-height:49px;padding-inline:16px;font-size:13px;white-space:nowrap}
  .hero-facts{margin-top:23px;padding-top:17px;gap:8px}
  .fact-icon{width:34px;height:34px;flex-basis:34px}
  .hero-media{min-height:0;height:100%}
  .hero-photo-label{right:20px;bottom:18px}
}
@media (min-width:901px) and (max-height:850px){
  .hero{padding-top:16px;padding-bottom:24px}
  .hero-shell{height:clamp(525px,calc(100svh - 190px),585px)}
  .hero-copy{padding:30px 26px 24px 40px}
  .eyebrow{margin-bottom:13px}
  .hero h1{font-size:48px;line-height:1;margin-bottom:14px}
  
  .hero-actions .btn{min-height:46px;padding-inline:14px;font-size:12.5px}
  .hero-facts{margin-top:18px;padding-top:14px}
  .hero-facts b{font-size:11.5px}.hero-facts small{font-size:9.5px}
}
.about-section{background:#fff;padding-bottom:38px}
.trust{padding-top:38px}

@media(max-width:768px){
  .about-section{padding-bottom:24px}
  .trust{padding-top:24px}
  
  
  
}
.service-process-illustration>svg{width:100%;height:100%;overflow:visible}

@media(max-width:1100px){
}
@media(max-width:760px){
  .service-process-illustration{height:100px}
  .service-process-comfort span:nth-child(2){border-right:0}
  .service-process-comfort span:nth-child(n + 3){border-bottom:0}
}
@media(max-width:480px){
}
.service-process-illustration>svg{max-width:300px;margin:auto}

@media (max-width:1280px){
}
@media (max-width:1024px){
}
@media (max-width:768px){
}
.service-process-illustration>img{display:block}

.service-process-illustration{height:112px;margin:-4px 0 3px;display:flex;align-items:center;justify-content:center;overflow:visible}
.service-process-illustration>img{width:auto;height:auto;max-width:96%;max-height:112px;object-fit:contain;object-position:center;filter:none}
.service-process-card:nth-child(1) .service-process-illustration>img{max-width:92%;max-height:106px}
.service-process-card:nth-child(2) .service-process-illustration>img{max-height:108px}
.service-process-card:nth-child(3) .service-process-illustration>img{max-height:104px}
.service-process-card:nth-child(4) .service-process-illustration>img{max-height:103px}

@media(max-width:1280px){
  .service-process-illustration{height:106px}
  .service-process-illustration>img{max-height:104px}
}
@media(max-width:1024px){
}
@media(max-width:768px){
  .service-process-illustration{height:118px;margin:-2px 0 3px}
  .service-process-illustration>img{max-height:116px}
}
.service-process-illustration-layout{display:flex;align-items:center;justify-content:center}
.service-process-illustration-layout img{display:block}

@media(max-width:768px){
  .service-process-illustration-layout{height:126px}
}
@media (max-width: 1200px){
}
@media (max-width: 767px){
}
.service-gallery{
  position:relative;
  height:560px;
  border-radius:28px;
  overflow:hidden;
  background:#f5f7fa;
  box-shadow:var(--shadow-strong);
}
.service-gallery-viewport{height:100%;overflow:hidden}
.service-gallery-track{
  display:flex;
  height:100%;
  transition:transform .45s cubic-bezier(.22,.7,.25,1);
  will-change:transform;
}
.service-gallery-slide{
  flex:0 0 100%;
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(190px,.85fr);
  gap:10px;
  padding:10px;
  background:#fff;
}
.service-gallery figure{margin:0;min-width:0;overflow:hidden;background:#eef2f6}
.service-gallery-main{border-radius:20px}
.service-gallery-side{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:10px;
  min-height:0;
}
.service-gallery-side figure{border-radius:16px}
.service-gallery img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.service-gallery-main img{object-position:center}
.service-gallery-side figure:first-child img{object-position:center}
.service-gallery-side figure:last-child img{object-position:center}
.service-gallery:hover .service-gallery-slide.is-active img{transform:scale(1.015)}
.service-gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(208,218,229,.95);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  box-shadow:0 8px 22px rgba(18,35,59,.12);
  cursor:pointer;
  z-index:3;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.service-gallery-arrow:hover{transform:translateY(-50%) scale(1.04);box-shadow:0 10px 28px rgba(18,35,59,.16);background:#fff}
.service-gallery-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-gallery-prev{left:14px}
.service-gallery-next{right:14px}
.service-gallery-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(8px);
  box-shadow:0 5px 16px rgba(18,35,59,.09);
  z-index:3;
}
.service-gallery-dots button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#cfd8e3;
  cursor:pointer;
  transition:width .25s ease,background .25s ease;
}
.service-gallery-dots button.is-active{width:24px;background:var(--navy)}

@media(max-width:900px){
  .service-gallery{height:480px;border-radius:24px}
}
@media(max-width:600px){
  .service-gallery{height:400px;border-radius:20px}
  .service-gallery-slide{grid-template-columns:1.45fr .85fr;gap:7px;padding:7px}
  .service-gallery-side{gap:7px}
  .service-gallery-main{border-radius:15px}
  .service-gallery-side figure{border-radius:12px}
  .service-gallery-arrow{width:38px;height:38px}
  .service-gallery-prev{left:10px}
  .service-gallery-next{right:10px}
  .service-gallery-dots{bottom:12px}
}
.promo-ticker-track a:hover{color:var(--navy);background:rgba(239,32,43,.055)}
.promo-ticker-track a:focus-visible{outline:2px solid rgba(239,32,43,.38);outline-offset:3px}
.contact-messengers p{min-width:0}
.messenger-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}
.messenger-link{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:6px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:11px;font-weight:800;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.messenger-link:hover{transform:translateY(-1px);border-color:#c7d2df;box-shadow:0 5px 15px rgba(16,38,68,.07)}
.messenger-whatsapp::before{content:"WA";display:grid;place-items:center;width:20px;height:20px;margin-right:6px;border-radius:50%;background:#f1f7f3;color:#176b43;font-size:8px;font-weight:900}
.messenger-max::before{content:"MAX";display:grid;place-items:center;min-width:24px;height:20px;margin-right:6px;border-radius:7px;background:#f2f5fb;color:#163b70;font-size:7px;font-weight:900;padding:0 3px}
@media(min-width:769px){.header-actions>.btn-outline.btn-small{display:none!important}}
.brand{cursor:pointer}
.messenger-telegram svg{width:16px;height:16px;margin-right:6px;fill:none;stroke:currentColor;stroke-width:1.8}
.messenger-telegram{color:#183765}
.footer-messengers{grid-template-columns:42px 1fr!important}
.footer-messengers .footer-messenger-links{grid-column:2;display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
.footer-messengers .footer-messenger-links a{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border:1px solid rgba(255,255,255,.13);border-radius:9px;color:#fff!important;font-size:10px;font-weight:750;background:rgba(255,255,255,.04)}
.footer-messengers .footer-messenger-links a:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.24)}
@media(max-width:1180px){.footer-messengers .footer-messenger-links{margin-left:auto;grid-column:auto}.footer-messengers{gap:12px}}
@media(max-width:768px){.footer-messengers{display:grid!important;grid-template-columns:42px 1fr!important}.footer-messengers .footer-messenger-links{grid-column:2;margin-left:0}}
.footer-contact-facts span{display:block;color:#b5c5d8;margin-top:10px;font-size:13px}
.footer-messengers>svg{align-self:flex-start}
.contact-actions-route-only{display:block}
.contact-actions-route-only .btn{width:100%;justify-content:center}
.parts-section{padding-top:48px;padding-bottom:50px;background:#fafbfc;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}
.parts-heading{max-width:980px;margin-bottom:24px}
.parts-heading h2{font-size:46px;line-height:1.04;letter-spacing:-.045em;max-width:900px;margin:10px 0 13px}
.parts-heading p{font-size:15px;line-height:1.65;max-width:850px;color:#667085;margin:0}
.parts-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.parts-card{min-height:350px;border:1px solid #dfe6ee;border-radius:24px;background:#fff;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;position:relative}
.parts-card-main{border-color:#ecd8dc;background:linear-gradient(145deg,#fff 0%,#fffafa 100%)}
.parts-card-main:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--red)}
.parts-copy{padding:28px 8px 27px 30px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.parts-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff0f1;border:1px solid #ffd2d6;color:var(--red);font-size:8.5px;font-weight:800;letter-spacing:.11em;margin-bottom:13px}
.parts-label{display:inline-flex;align-items:center;gap:7px;color:var(--navy);font-size:8.5px;font-weight:800;letter-spacing:.11em;margin-bottom:13px}
.parts-label svg{width:16px;height:16px;color:var(--red)}
.parts-copy h3{font-size:27px;line-height:1.08;letter-spacing:-.035em;margin:0 0 10px;color:var(--navy)}
.parts-copy>p{font-size:13px;line-height:1.57;color:#5f6b7a;margin:0 0 15px}
.parts-points{display:grid;gap:7px;margin-bottom:14px}
.parts-points span{display:flex;align-items:center;gap:8px;font-size:11.5px;line-height:1.35;font-weight:650;color:#384454}
.parts-points svg{width:15px;height:15px;color:var(--red);flex:0 0 auto}
.parts-copy .text-link{margin-top:auto;font-size:12px}
.parts-art{display:flex;align-items:center;justify-content:center;padding:16px 18px 16px 4px;min-width:0}
.parts-art svg,.parts-art img{display:block;width:100%;height:auto;max-height:270px;object-fit:contain}
@media(max-width:1150px){
  .parts-card{grid-template-columns:1fr;min-height:0}
  .parts-copy{padding:26px 26px 12px}
  .parts-art{padding:0 22px 22px}
  .parts-art svg,.parts-art img{max-height:220px}
}
@media(max-width:820px){
  .parts-section{padding-top:38px;padding-bottom:40px}
  .parts-heading h2{font-size:36px}
  .parts-grid{grid-template-columns:1fr}
  .parts-card{grid-template-columns:1.05fr .95fr;min-height:330px}
}
@media(max-width:620px){
  .parts-heading h2{font-size:31px}
  .parts-heading p{font-size:13px}
  .parts-card{grid-template-columns:1fr;border-radius:20px}
  .parts-copy{padding:24px 20px 10px}
  .parts-copy h3{font-size:25px}
  .parts-art{padding:0 18px 18px}
  .parts-art svg,.parts-art img{max-height:205px}
}
html{
  scroll-padding-top:150px;
}
main section[id]{
  scroll-margin-top:150px;
}
.parts-point-link{
  display:flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  font-size:11.5px;
  line-height:1.35;
  font-weight:650;
  color:#384454;
  text-decoration:none;
  transition:color .18s ease;
}
.parts-point-link>svg:first-child{
  width:15px;
  height:15px;
  color:var(--red);
  flex:0 0 auto;
}
.parts-point-link .parts-point-arrow{
  width:14px;
  height:14px;
  color:var(--red);
  flex:0 0 auto;
  transition:transform .18s ease;
}
.parts-point-link:hover{
  color:var(--navy);
}
.parts-point-link:hover .parts-point-arrow{
  transform:translateX(3px);
}
@media(max-width:767px){
  html{scroll-padding-top:122px}
  main section[id]{scroll-margin-top:122px}
}
.reviews-layout{display:grid;grid-template-columns:minmax(320px,.84fr) minmax(420px,1.16fr);gap:42px;align-items:start}
.reviews-intro{padding-top:12px}
.reviews-intro h2{font-size:44px;line-height:1.05;letter-spacing:-.04em;margin:0 0 14px;color:var(--text)}
.reviews-intro>p{font-size:15px;line-height:1.7;color:var(--muted);margin:0 0 24px;max-width:500px}
.reviews-awards-block{background:#fff;border:1px solid #dfe5ec;border-radius:22px;padding:18px 18px 16px;box-shadow:0 12px 28px rgba(21,26,34,.04)}
.reviews-awards-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.reviews-awards-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7185a0}
.reviews-awards-kicker svg{width:16px;height:16px;color:#ff2b2b}
.reviews-awards-head strong{font-size:18px;color:var(--navy)}
.reviews-awards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.reviews-award-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#fffaf2 0%,#fff 100%);border:1px solid #f1e1b9;min-height:82px}
.reviews-award-icon{flex:0 0 44px;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff;border:1px solid #f1e1b9;color:#d29a00;box-shadow:0 8px 18px rgba(210,154,0,.12)}
.reviews-award-icon svg{width:22px;height:22px}
.reviews-award-card strong{display:block;font-size:22px;line-height:1;color:var(--navy);margin-bottom:5px}
.reviews-award-card small{display:block;font-size:11px;line-height:1.45;color:var(--muted)}
.reviews-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.reviews-actions .btn{min-width:214px;justify-content:center}
.yandex-reviews-widget{position:relative;width:min(100%,760px);height:590px;justify-self:end;overflow:hidden;border-radius:22px;background:#fff;border:1px solid #dfe5ec;box-shadow:0 16px 38px rgba(21,26,34,.055)}
.yandex-reviews-widget iframe{width:100%;height:100%;border:0;display:block;background:#fff}
.yandex-widget-credit{position:absolute;left:0;right:0;bottom:10px;text-align:center;font-size:11px;color:#9aa8bc;text-decoration:none}
@media (max-width:1100px){.reviews-layout{grid-template-columns:1fr;gap:26px}.reviews-intro{max-width:760px}.yandex-reviews-widget{justify-self:start;width:min(760px,100%)}.reviews-awards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:860px){.reviews-intro h2{font-size:34px}.reviews-awards-grid{grid-template-columns:1fr}.reviews-awards-head{align-items:flex-start;flex-direction:column}.yandex-reviews-widget{height:560px;border-radius:18px}.reviews-actions .btn{min-width:unset;flex:1 1 220px}}
@media (max-width:560px){.reviews-summary-card,.reviews-awards-block{padding:16px}.yandex-reviews-widget{height:520px}}
@media (min-width: 1081px){
  .reviews.section-pad{padding:56px 0 58px}
  .reviews-layout{gap:34px}
  .reviews-intro{padding-top:4px}
  .reviews-intro h2{font-size:41px;margin-bottom:11px}
  .reviews-intro>p{font-size:14px;line-height:1.62;margin-bottom:17px;max-width:500px}
  
  .reviews-awards-block{padding:14px 14px 13px;border-radius:20px}
  .reviews-awards-head{margin-bottom:10px}
  .reviews-awards-grid{gap:9px}
  .reviews-award-card{padding:10px;gap:9px;min-height:68px;border-radius:15px}
  .reviews-award-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .reviews-award-icon svg{width:19px;height:19px}
  .reviews-award-card strong{font-size:19px;margin-bottom:3px}
  .reviews-award-card small{font-size:9.5px;line-height:1.3}
  .reviews-actions{margin-top:14px;gap:9px}
  .reviews-actions .btn{min-height:46px;font-size:12px;min-width:190px}
  .yandex-reviews-widget{height:535px}

  .contacts.section-pad{padding-top:20px;padding-bottom:54px}
  .contacts-grid{gap:18px;grid-template-columns:.68fr 1.32fr}
  .contact-card{padding:30px 34px}
  .contact-card h2{font-size:35px;margin-bottom:9px}
  .contact-lead{font-size:13px;line-height:1.5;margin-bottom:18px}
  .contact-address-link{padding:10px 0}
  .contact-list>div{padding:10px 0}
  .contact-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .contact-icon svg{width:18px}
  .contact-list small{font-size:9px;margin-bottom:3px}
  .contact-list strong{font-size:12.5px}
  .contact-actions{margin-top:18px}
  .contact-actions .btn{min-height:48px}
  .map-card{min-height:455px}
}

.booking-form textarea{line-height:1.5}
.warranty-note{
  padding:13px 15px;
  border:1px solid #dce4ec;
  border-radius:14px;
  background:#fff;
  color:#435166;
  font-size:11.5px;
  font-weight:650;
}
.warranty-note svg{width:22px;height:22px;color:var(--navy)}
.warranty-icon{width:54px;height:54px;border-radius:16px}
.warranty-icon svg{width:28px;height:28px}
.warranty-panel article:nth-child(3) strong{font-size:55px;letter-spacing:-.045em}
.warranty-panel:after{border-color:rgba(255,255,255,.024)}
@media(max-width:620px){
  .warranty-panel article:nth-child(3) strong{font-size:49px}
  .warranty-icon{width:50px;height:50px}
  .warranty-icon svg{width:26px;height:26px}
}

.header-socials{display:flex;align-items:center;gap:5px;margin-left:1px}
.header-social{position:relative;display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid #d7e0e9;border-radius:11px;background:#fff;color:var(--navy);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,background .18s ease}
.header-social svg{width:17px;height:17px;stroke-width:1.9}
.header-social:hover{transform:translateY(-1px);border-color:#bac7d5;box-shadow:0 8px 18px rgba(10,33,66,.09)}
.header-social-telegram:hover{color:#168bd2;background:#f7fcff}
.header-social-whatsapp:hover{color:#159c54;background:#f7fff9}
.header-social-max span{font-size:8px;line-height:1;font-weight:800;letter-spacing:-.02em}
.header-social-max:hover{color:#3156b8;background:#f8faff}
.site-header.compact .header-social{width:32px;height:32px;flex-basis:32px;border-radius:10px}
.site-header.compact .header-social svg{width:16px;height:16px}
@media(min-width:1321px){
  .header-inner{grid-template-columns:158px minmax(0,1fr) auto;gap:11px}
  .brand img{width:126px}
  .desktop-nav{gap:10px;font-size:12.7px}
  .header-actions{gap:7px}
  .header-actions .btn-small{min-height:42px;padding-inline:13px;font-size:12px}
}
@media(min-width:1181px) and (max-width:1320px){
  .header-inner{grid-template-columns:148px minmax(0,1fr) auto;gap:9px}
  .brand img{width:120px}
  .desktop-nav{gap:8px;font-size:11.8px}
  .header-actions{gap:6px}
  .header-social{width:32px;height:32px;flex-basis:32px;border-radius:10px}
  .header-actions .btn-small{padding-inline:11px;font-size:11.5px}
}
@media(max-width:1180px) and (min-width:861px){
  .header-socials{display:flex}
  .header-actions{gap:6px}
}
@media(max-width:860px){.header-socials{display:none}}
.seo-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e8edf3;backdrop-filter:blur(14px)}

.seo-site-header .brand{flex:0 0 auto}

.seo-main{background:#f7f9fc}
.seo-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:#77849a;margin-bottom:22px}.seo-breadcrumbs a{color:#4b5f78}.seo-breadcrumbs a:hover{color:var(--red)}
.seo-hero{padding:54px 0 42px}.seo-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:30px;align-items:stretch}
.seo-hero-copy{background:#fff;border:1px solid #e4eaf1;border-radius:28px;padding:44px;box-shadow:0 16px 50px rgba(18,38,63,.06)}
.seo-hero-copy .section-kicker{margin-bottom:15px}.seo-hero-copy h1{font-size:clamp(34px,4vw,56px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px;color:#121923}.seo-hero-copy>p{color:#5f6d80;max-width:760px;margin:0 0 26px}
.seo-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.seo-hero-actions .btn{min-height:48px}
.seo-hero-side{position:relative;min-height:360px;border-radius:28px;overflow:hidden;background:#0b2448;color:#fff}.seo-hero-side img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.54}.seo-hero-side:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,24,49,.12),rgba(6,24,49,.92))}.seo-hero-facts{position:absolute;z-index:2;inset:auto 25px 24px;display:grid;gap:10px}.seo-hero-fact{padding:14px 16px;border-radius:15px;background:rgba(255,255,255,.94);color:#172235}.seo-hero-fact small{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#7e8da2;margin-bottom:5px}.seo-hero-fact strong{font-size:14px;line-height:1.35}
.seo-section{padding:46px 0}.seo-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.seo-section-head h2{font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.035em;margin:5px 0 0}.seo-section-head p{max-width:580px;color:#647287;margin:0}
.seo-price-card{background:#fff;border:1px solid #e3e9f0;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px rgba(18,38,63,.045)}
.seo-price-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 142px;align-items:center;gap:18px;padding:17px 22px;border-top:1px solid #edf1f5}.seo-price-row:first-child{border-top:0}.seo-price-row span{color:#28364a}.seo-price-row small{color:#8390a3}.seo-price-row strong{text-align:right;color:#101828;white-space:nowrap}.seo-price-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;background:#f8fafc;border-top:1px solid #e8edf2}.seo-price-foot p{margin:0;max-width:790px}
.seo-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.seo-info-card{background:#fff;border:1px solid #e3e9f0;border-radius:22px;padding:28px}.seo-info-card h2{font-size:26px;margin:8px 0 18px;letter-spacing:-.025em}.seo-check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.seo-check-list li{display:flex;gap:11px;align-items:flex-start;color:#49586d}.seo-check-list li:before{content:"✓";flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#eef4fb;color:#0b3567;font-weight:900;font-size:12px}
.seo-faq{display:grid;gap:10px}.seo-faq details{background:#fff;border:1px solid #e3e9f0;border-radius:16px;padding:0 19px}.seo-faq summary{cursor:pointer;list-style:none;padding:17px 32px 17px 0;font-weight:750;color:#26354a;position:relative}.seo-faq summary::-webkit-details-marker{display:none}.seo-faq summary:after{content:"+";position:absolute;right:0;top:13px;font-size:23px;color:#8a98ab}.seo-faq details[open] summary:after{content:"–"}.seo-faq details p{margin:0 0 18px;color:#637186}
.seo-related-grid,.seo-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.seo-service-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;padding:22px;display:flex;flex-direction:column;min-height:174px;transition:.18s ease}.seo-service-card:hover{border-color:#c5d1de;transform:translateY(-2px);box-shadow:0 13px 30px rgba(18,38,63,.06)}.seo-service-card small{font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--red);text-transform:uppercase}.seo-service-card h3{font-size:20px;line-height:1.15;margin:10px 0 8px;letter-spacing:-.02em}.seo-service-card p{margin:0 0 18px}.seo-service-card b{margin-top:auto;color:#17365f;font-size:12px}
.seo-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.seo-trust-item{background:#fff;border:1px solid #e3e9f0;border-radius:17px;padding:18px}.seo-trust-item strong{display:block;font-size:14px;color:#1a2a3d;margin-bottom:5px}.seo-trust-item span{color:#758398}
.seo-booking{padding:52px 0 62px}.seo-booking-card{background:#091f3e;border-radius:28px;padding:38px;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;color:#fff}.seo-booking-copy h2{font-size:36px;line-height:1.08;letter-spacing:-.035em;margin:10px 0 14px}.seo-booking-copy p{color:#c3cfdd;line-height:1.65;font-size:14px}.seo-booking-facts{display:grid;gap:10px;margin-top:22px}.seo-booking-facts a,.seo-booking-facts span{color:#fff;font-size:13px}.seo-booking-card .booking-form{margin:0}
.seo-hub-hero{padding:56px 0 32px}.seo-hub-shell{background:#fff;border:1px solid #e3e9f0;border-radius:28px;padding:44px}.seo-hub-shell h1{font-size:clamp(36px,4vw,58px);line-height:1.03;letter-spacing:-.045em;margin:8px 0 16px}.seo-hub-shell p{color:#607086;max-width:850px}.seo-hub-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}

.seo-404{min-height:80vh;display:grid;place-items:center;background:#f7f9fc}.seo-404-card{width:min(620px,calc(100% - 32px));background:#fff;border:1px solid #e3e9f0;border-radius:28px;padding:42px;text-align:center}.seo-404-card h1{font-size:56px;margin:0;color:#0b2448}.seo-404-card h2{font-size:28px;margin:8px 0 10px}.seo-404-card p{color:#6b778a}
@media(max-width:1180px){.seo-site-header .btn{padding-inline:13px}}
@media(max-width:900px){.seo-hero-grid,.seo-booking-card{grid-template-columns:1fr}.seo-hero-side{min-height:300px}.seo-related-grid,.seo-services-grid{grid-template-columns:repeat(2,1fr)}.seo-trust-strip{grid-template-columns:1fr 1fr}.seo-section-head{align-items:flex-start;flex-direction:column}.seo-info-grid{grid-template-columns:1fr}}
@media(max-width:620px){.seo-site-header .btn{font-size:11px;padding:10px 12px}.seo-hero{padding:26px 0 24px}.seo-hero-copy,.seo-hub-shell{padding:26px;border-radius:21px}.seo-hero-copy h1,.seo-hub-shell h1{font-size:36px}.seo-hero-copy>p{font-size:15px}.seo-hero-side{min-height:280px;border-radius:21px}.seo-section{padding:32px 0}.seo-price-row{grid-template-columns:1fr auto;gap:7px 12px;padding:15px 16px}.seo-price-row small{grid-column:1}.seo-price-row strong{grid-column:2;grid-row:1/3}.seo-price-foot{align-items:flex-start;flex-direction:column;padding:16px}.seo-related-grid,.seo-services-grid,.seo-trust-strip{grid-template-columns:1fr}.seo-info-card{padding:22px}.seo-booking{padding:34px 0 45px}.seo-booking-card{padding:24px;border-radius:21px}.seo-booking-copy h2{font-size:29px}.seo-breadcrumbs{font-size:11px}.seo-service-card{min-height:auto}}

.seo-commercial{padding-top:6px}
.seo-commercial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.seo-commercial-grid article{border:1px solid #e2e8ef;border-radius:18px;background:#fff;padding:19px 18px;min-height:154px;box-shadow:0 8px 25px rgba(13,35,64,.035)}
.seo-commercial-grid small{display:block;color:#ed1c24;font-size:9.5px;font-weight:900;letter-spacing:.11em;margin-bottom:9px}
.seo-commercial-grid strong{display:block;color:#0b2448;font-size:16px;line-height:1.23;margin-bottom:8px}
.seo-commercial-grid p{margin:0;color:#667085;font-size:12px;line-height:1.5}

@media(max-width:1180px){
  .seo-commercial-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .seo-commercial-grid{grid-template-columns:1fr}
  .seo-commercial-grid article{min-height:auto}
}
.hero-title{color:var(--text)}
.hero-title em{font-style:normal;color:var(--red)}
.hero-seo-h1{display:inline;font:inherit;font-weight:800;color:var(--navy);margin:0;padding:0}

@media(max-width:767px){.hero-title{line-height:1.01}}

.hero-title{
  font-size:55px;
  line-height:1.02;
  letter-spacing:-.038em;
  font-weight:800;
  margin:0 0 24px;
  max-width:620px;
}
.hero-seo{
  max-width:590px;
  margin:0 0 28px;
}
.hero .hero-seo-h1{
  display:block;
  margin:0 0 7px;
  padding:0;
  max-width:570px;
  font-family:inherit;
  font-size:23px;
  line-height:1.19;
  letter-spacing:-.025em;
  font-weight:800;
  color:var(--navy);
}
.hero-seo p{
  margin:0;
  max-width:570px;
  font-size:16.5px;
  line-height:1.55;
  color:#5d6878;
}
.desktop-nav{font-size:13px;gap:21px}
.block-intro{font-size:14.5px;line-height:1.6;max-width:620px}
.price-list a{min-height:46px;font-size:14px}
.price-list strong{font-size:14px}
.price-all-cta{
  min-height:38px;
  padding:0 12px;
  border:1px solid #dce4ed;
  border-radius:11px;
  background:#fff;
  box-shadow:0 5px 14px rgba(14,35,61,.035);
}
.price-all-cta:hover{border-color:#c7d2df;background:#f8fafc}

.warranty-intro>p{font-size:14.5px;line-height:1.65}

.seo-hero-copy>p{font-size:17px;line-height:1.68}
.seo-section-head p{font-size:15px;line-height:1.62}
.seo-price-row span{font-size:14.5px;line-height:1.4}
.seo-price-row small{font-size:11.5px}
.seo-price-row strong{font-size:15.5px}
.seo-price-foot p{font-size:13px;line-height:1.58;color:#65748a}
.seo-check-list li{font-size:14.5px;line-height:1.5}
.seo-faq details p{font-size:14.5px;line-height:1.62}
.seo-service-card p{font-size:13.5px;line-height:1.58;color:#66758a}
.seo-trust-item span{font-size:12.5px;line-height:1.5}
.seo-hub-shell p{font-size:16.5px;line-height:1.68}

@media(max-width:1180px){
  .desktop-nav{font-size:12.5px;gap:14px}
  .hero-title{font-size:50px}
  .hero .hero-seo-h1{font-size:21px}
}
@media(max-width:767px){
  .hero-title{font-size:43px;margin-bottom:18px}
  .hero-seo{margin-bottom:22px}
  .hero .hero-seo-h1{font-size:20px;line-height:1.23;margin-bottom:6px}
  .hero-seo p{font-size:15.5px;line-height:1.5}
  .block-intro{font-size:14px}
  .seo-section-head p{font-size:14.5px}
}
@media(max-width:500px){
  .hero-title{font-size:36px}
  .hero .hero-seo-h1{font-size:18.5px}
  .hero-seo p{font-size:15px}
  .price-list a{font-size:13.5px}
  .price-list strong{font-size:13px}
  .price-all-cta{min-height:34px;padding:0 10px}
}

.price-page{background:#f7f9fc}
.price-page .seo-main{background:#f7f9fc}
.price-page-hero{padding:30px 0 12px}
.price-page-hero .seo-breadcrumbs{margin-bottom:14px}
.price-clarity-card{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
  border:1px solid #e0e7ef;
  background:#fff;
  border-radius:16px;
  padding:14px 17px;
}
.price-clarity-copy{display:flex;align-items:baseline;gap:10px;min-width:0}
.price-clarity-copy strong{font-size:13px;color:#14253e;white-space:nowrap}
.price-clarity-copy span{font-size:12.5px;line-height:1.45;color:#657286}

.price-page>.seo-site-header + .seo-main .seo-section{padding:34px 0}
.price-page .seo-section-head{margin-bottom:19px}
.price-page .seo-section-head h2{font-size:clamp(28px,2.4vw,38px)}
.price-page .price-popular{border-radius:17px}

@media(max-width:1050px){
  
  
  .price-clarity-card{align-items:flex-start;flex-direction:column;gap:10px}
  .price-clarity-copy{display:block}
  .price-clarity-copy strong{display:block;margin-bottom:4px}
}
@media(max-width:620px){
  .price-page-hero{padding:20px 0 8px}
  
  
  
  
  
  .price-clarity-card{padding:13px 14px}
  
  
  
}

@keyframes priceCategoryFlash{0%,100%{box-shadow:none}35%{box-shadow:0 0 0 4px rgba(237,28,36,.10)}}
.seo-main + .site-footer{margin-top:0}
.desktop-nav .nav-current{color:var(--red)}
.price-page>.site-header + .seo-main .seo-section{padding:34px 0}
.price-page>.site-header + .seo-main{background:#f7f9fc}
.site-header .desktop-nav .nav-current{color:var(--red)}
.mobile-menu nav .nav-current{color:var(--red);font-weight:800}
.header-phone{
  position:relative;
  display:flex;
  flex-direction:column;
  line-height:1.08;
  text-align:right;
  margin-right:3px;
  padding:7px 10px 7px 14px;
  border:1px solid #e2e8f0;
  border-radius:13px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:inset 3px 0 0 rgba(237,28,36,.9);
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
  transform:none!important;
}
.header-phone strong{
  color:#101828;
  font-size:13px;
  font-weight:700;
  letter-spacing:normal;
  transition:color .18s ease!important;
}
.header-phone span{
  font-size:9px;
  color:#7a8799;
  margin-top:4px;
  font-weight:400;
}
.header-phone:focus:not(:hover){
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border-color:#e2e8f0;
  box-shadow:inset 3px 0 0 rgba(237,28,36,.9);
  transform:none!important;
}
.header-phone:focus:not(:hover) strong{color:#101828}
.header-phone:hover{
  background:#fff7f7;
  border-color:#f2b9bd;
  box-shadow:inset 3px 0 0 var(--red),0 8px 18px rgba(17,24,39,.06);
  transform:translateY(-1px)!important;
}
.header-phone:hover strong{color:var(--red)}
html,body{max-width:100%;overflow-x:clip}
.menu-overlay[hidden]{display:none!important}
@media(min-width:1181px){
  .header-phone{
    flex:0 0 auto;
    min-width:138px;
    white-space:nowrap;
  }
  .header-phone strong,
  .header-phone span{white-space:nowrap}
}
@media(max-width:1180px) and (min-width:1025px){
  .header-phone{display:none!important}
}
@media(max-width:1024px){
  .header-inner{
    height:72px;
    grid-template-columns:1fr auto;
    gap:14px;
  }
  .desktop-nav,
  .header-actions{display:none!important}
  .menu-button{display:block}

  .mobile-menu{
    display:flex;
    position:fixed;
    z-index:100;
    right:0;
    top:0;
    bottom:0;
    width:min(88vw,410px);
    background:#fff;
    flex-direction:column;
    transform:translateX(105%);
    transition:.25s;
    box-shadow:-18px 0 60px rgba(7,26,53,.2)
  }
  .mobile-menu.open{transform:translateX(0)}
  .mobile-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    border-bottom:1px solid var(--line)
  }
  .menu-close{
    width:42px;
    height:42px;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    font-size:28px;
    line-height:1;
    color:var(--navy)
  }
  .mobile-menu nav{
    display:flex;
    flex-direction:column;
    padding:22px 28px
  }
  .mobile-menu nav a{
    padding:14px 0;
    font-size:18px;
    font-weight:800
  }
  .mobile-menu-actions{
    margin-top:auto;
    border-top:1px solid var(--line);
    padding:20px;
    display:grid;
    gap:10px
  }
  .menu-overlay{
    display:block;
    position:fixed;
    z-index:90;
    inset:0;
    background:rgba(5,25,52,.46)
  }
}

@media(max-width:1024px) and (min-width:901px){
  .promo-ticker-wrap{top:72px}
}
@media(max-width:860px){
  .hero-actions .btn-primary{
    background:var(--navy);
    color:#fff;
    box-shadow:0 10px 22px rgba(7,24,47,.14);
    border-color:var(--navy);
  }
  .hero-actions .btn-primary:hover,
  .hero-actions .btn-primary:focus{
    background:var(--navy);
    border-color:var(--navy);
    box-shadow:0 10px 22px rgba(7,24,47,.14);
  }
}

.site-header{box-shadow:none}
.header-inner{height:80px}
.desktop-nav .nav-accent{color:var(--red)}
.mobile-menu nav .nav-accent{color:var(--red)}
.mobile-menu nav .nav-current:not(.nav-accent){
  border-left:3px solid var(--navy);
}
.mobile-menu nav a:nth-child(3){color:inherit}
.mobile-menu nav a.nav-accent{color:var(--red)}
.promo-ticker-wrap{top:80px;transition:none}

@media(max-width:1024px) and (min-width:861px){
  .header-inner{height:72px}
  .promo-ticker-wrap{top:72px}
}
@media(max-width:860px){
  .header-inner{height:68px}
  .promo-ticker-wrap{top:68px}
}
.desktop-nav a,
.mobile-menu nav a{text-decoration:none!important}
.desktop-nav .nav-current:not(.nav-accent){
  color:var(--navy);
  box-shadow:none!important;
  border:0!important;
  font-weight:800;
}
.mobile-menu nav .nav-current:not(.nav-accent){
  color:var(--navy);
  border:0!important;
  padding-left:0!important;
  margin-left:0!important;
  box-shadow:none!important;
  font-weight:800;
}
.desktop-nav .nav-accent,
.mobile-menu nav .nav-accent{color:var(--red)!important}

.price-page-tools{padding:10px 0 7px}
.price-page .price-clarity-card{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
  gap:18px;
  align-items:start;
  padding:16px 18px;
}
.price-page .price-clarity-copy,
.price-clarity-materials{display:grid;gap:5px;min-width:0}
.price-page .price-clarity-copy strong,
.price-clarity-materials strong{font-size:12.5px;color:#14253e;white-space:normal}
.price-page .price-clarity-copy span,
.price-clarity-materials span{font-size:11.5px;line-height:1.5;color:#657286}
.price-clarity-materials{padding-left:18px;border-left:1px solid #e2e9f0}

@media(max-width:960px){
  
  
  
  
  .price-page .price-clarity-card{grid-template-columns:1fr}
  .price-clarity-materials{padding-left:0;padding-top:12px;border-left:0;border-top:1px solid #e2e9f0}
}
@media(max-width:620px){
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .price-page .price-clarity-card{padding:14px 15px;gap:12px}
}
@media(min-width:961px){
  .price-page-hero{padding-top:24px}
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  

  .price-page-tools{padding-top:8px}
}
.header-phone:hover,.header-phone:focus{
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)!important;
  border-color:#e2e8f0!important;
  box-shadow:inset 3px 0 0 rgba(237,28,36,.9)!important;
  transform:none!important;
}
.header-phone:hover strong,.header-phone:focus strong{color:#101828!important}
.price-list-main a{min-height:58px;gap:16px}
.price-list-main .price-service{display:flex;align-items:center;gap:13px;min-width:0;max-width:78%;color:inherit}
.price-list-main .price-service>i{width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:#f7f9fc;border:1px solid #e6ebf1;display:grid;place-items:center;color:#111827;font-style:normal;transition:border-color .18s ease,background .18s ease,color .18s ease}
.price-list-main .price-service>i svg{width:22px;height:22px}
.price-list-main .price-service>span{min-width:0;line-height:1.32}
.price-list-main a:hover .price-service>i{border-color:#f5c8cb;background:#fff8f8;color:var(--red)}
.price-list-main a:hover .price-service>span{color:var(--text)}
.price-list-main strong{font-size:13.5px;color:#101828}

@media(max-width:1180px){
  .price-list-main a{min-height:56px}
  
  
  
  
  
  
}

@media(max-width:500px){
  .price-list-main a{padding:10px 0;align-items:center}
  .price-list-main .price-service{max-width:72%;gap:10px}
  .price-list-main .price-service>i{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .price-list-main .price-service>i svg{width:20px;height:20px}
  .price-list-main .price-service>span{font-size:12px}
  
  
  
  
  
  
  
}
.warranty-block{
  gap:18px;
}
.warranty-intro{
  padding:24px 28px 23px;
}
.warranty-intro h2{
  margin-bottom:13px;
}
.warranty-intro>p{
  margin-bottom:20px;
}
.warranty-note{
  padding-top:15px;
}
.warranty-panel article{
  min-height:238px;
  padding:31px 28px 27px;
}
.warranty-icon{
  margin-bottom:23px;
}
.warranty-panel article>div{
  margin-bottom:0;
}
.warranty-panel p{
  margin:19px 0 0;
  max-width:205px;
}
@media(max-width:1180px){
  .warranty-panel article{min-height:225px;padding:28px 23px 25px}
  .warranty-icon{margin-bottom:20px}
  .warranty-panel p{margin-top:16px}
}
@media(max-width:760px){
  .warranty-intro{padding:22px 18px 18px}
  .warranty-panel article{min-height:auto;padding:24px 22px}
  .warranty-icon{margin-bottom:16px}
  .warranty-panel p{margin-top:8px;max-width:none}
}
@media(max-width:760px){
  body{padding-bottom:calc(94px + env(safe-area-inset-bottom,0px))}
  .promo-ticker-wrap>.container{width:100%;max-width:none}
  .promo-ticker{overflow:hidden;white-space:nowrap;padding:8px 0;scroll-snap-type:none}
  .promo-ticker::-webkit-scrollbar{display:none}
  .promo-ticker-track{display:inline-flex;width:max-content;min-width:max-content;align-items:center;gap:8px;animation:promoTicker 24s linear infinite!important;transform:translateX(0)}
  .promo-ticker-track a{flex:0 0 auto;min-height:36px;padding:0 13px;border:1px solid #e1e8f0;border-radius:999px;background:#fff;box-shadow:0 4px 12px rgba(12,31,57,.035);font-size:0!important;line-height:1;color:#26364d}
  .promo-ticker-track a::after{content:attr(data-mobile);font-size:11.5px;font-weight:800;white-space:nowrap}
  .promo-ticker-track a svg{width:15px;height:15px;flex:0 0 15px;color:var(--red)}
  .promo-ticker-track a:nth-child(n + 4){display:inline-flex}
  .promo-ticker-track a:nth-child(2) svg,.promo-ticker-track a:nth-child(5) svg{color:#0b8c76}
  .services-card .section-row{display:block}
  .services-card .section-row>div{min-width:0}
  .services-card .price-all-cta{display:inline-flex;margin-top:13px;min-height:38px;max-width:100%;padding:0 13px;font-size:11.5px}
  .services-card .block-intro{margin-top:14px}
  .promo-stack-layout .promo-card-feature,
  .promo-stack-layout .promo-card-feature:nth-child(3){display:block;grid-column:auto!important;flex:none!important;width:100%!important;min-height:236px!important;border-radius:20px;scroll-snap-align:none!important;overflow:hidden}
  .promo-card-copy,
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{position:relative;z-index:5;width:64%!important;height:100%;pointer-events:none}
  .promo-card-art,
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{position:absolute;z-index:2;inset:0 0 0 44%!important;width:auto!important;height:100%;overflow:hidden}
  .mobile-sticky{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:7px;
    left:12px;right:12px;
    bottom:max(10px,env(safe-area-inset-bottom,10px));
    height:72px;
    padding:6px;
    border:1px solid rgba(211,220,231,.92);
    border-radius:22px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 14px 36px rgba(8,30,59,.18),0 2px 10px rgba(8,30,59,.06);
    overflow:hidden;
  }
  .mobile-sticky a{
    min-width:0;
    border-radius:16px;
    gap:7px;
    font-size:13.5px;
    font-weight:850;
    letter-spacing:-.01em;
    transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  }
  .mobile-sticky a:first-child{
    color:#e51d2a;
    background:linear-gradient(180deg,#fff 0%,#fff8f8 100%);
    border:1px solid #f2d6d9;
  }
  .mobile-sticky a:last-child{
    color:#fff;
    background:linear-gradient(135deg,#f5222d 0%,#dd1623 100%);
    border:1px solid rgba(200,13,28,.35);
    box-shadow:0 8px 18px rgba(225,28,40,.22);
  }
  .mobile-sticky a:active{transform:scale(.98)}
  .mobile-sticky svg{
    width:18px;height:18px;
    box-sizing:content-box;
    padding:7px;
    border-radius:11px;
  }
  .mobile-sticky a:first-child svg{background:#fff0f1}
  .mobile-sticky a:last-child svg{background:rgba(255,255,255,.14)}
}

@media(max-width:420px){
  .promo-ticker{padding-inline:10px}
  .promo-ticker-track a{min-height:34px;padding-inline:11px}
  .promo-ticker-track a::after{font-size:11px}
  .services-card .price-all-cta{font-size:11px}
  .promo-stack-layout .promo-card-feature,
  .promo-stack-layout .promo-card-feature:nth-child(3){min-height:226px!important}
  .promo-card-copy,
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:65%!important;padding:19px 6px 18px 18px!important}
  .mobile-sticky{left:9px;right:9px;height:68px;border-radius:20px;padding:5px;gap:5px}
  .mobile-sticky a{border-radius:15px;font-size:13px;gap:5px}
  .mobile-sticky svg{width:17px;height:17px;padding:6px}
}
@media(max-width:760px){
  .services-card,.promos-card{min-width:0;overflow:hidden}
  .services-card .card-actions{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}
  .services-card .card-actions .text-link{width:max-content;max-width:100%}
  .services-card .card-actions .btn{width:100%;justify-content:center}
}
.price-page-hero{padding-bottom:44px}
.price-public-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:28px;align-items:stretch}
.price-public-hero-copy{background:#fff;border:1px solid var(--line);border-radius:26px;padding:36px;box-shadow:0 18px 45px rgba(15,35,62,.06)}
.price-public-hero-copy h1{max-width:820px;margin:10px 0 16px}
.price-public-hero-copy>p{max-width:760px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.price-public-hero-copy .seo-hub-actions{margin-top:26px}
.price-personal-card{border-radius:26px;padding:30px;background:linear-gradient(150deg,#102b4b 0%,#173b63 100%);color:#fff;box-shadow:0 18px 45px rgba(10,35,65,.16)}
.price-personal-card>span{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;color:#a9c7e7}
.price-personal-card h2{margin:8px 0 20px;color:#fff;font-size:26px}
.price-personal-card ol{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:14px}
.price-personal-card li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}
.price-personal-card li>b{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff;color:#d9232e;font-size:14px}
.price-personal-card li p{margin:0;display:grid;gap:3px}
.price-personal-card li strong{font-size:14px;color:#fff}
.price-personal-card li small{font-size:12px;line-height:1.45;color:#bed0e2}
.price-personal-card .text-link{color:#fff}
.price-public-row{text-decoration:none;color:inherit}
.price-public-row:hover{background:#f7f9fc}
.price-public-note{margin-top:14px;padding:18px 20px;border:1px solid #dce4ed;border-radius:18px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:20px}
.price-public-note>div{display:grid;gap:4px}
.price-public-note strong{font-size:15px;color:var(--navy)}
.price-public-note span{font-size:13px;line-height:1.5;color:var(--muted);max-width:760px}
.price-page .price-page-tools{padding-top:12px}
.price-page .price-clarity-card{margin-top:0}
@media(max-width:900px){
  .price-public-hero{grid-template-columns:1fr}
  .price-personal-card{max-width:none}
}
@media(max-width:760px){
  .price-page-hero{padding-bottom:28px}
  .price-public-hero{gap:14px}
  .price-public-hero-copy{padding:22px 18px;border-radius:20px}
  .price-public-hero-copy h1{font-size:clamp(30px,9vw,42px);line-height:1.04}
  .price-public-hero-copy>p{font-size:15px;line-height:1.55}
  .price-public-hero-copy .seo-hub-actions{display:grid;grid-template-columns:1fr;margin-top:20px}
  .price-personal-card{padding:22px 18px;border-radius:20px}
  .price-personal-card h2{font-size:23px}
  .price-public-note{align-items:stretch;flex-direction:column;padding:16px}
  .price-public-note .btn{width:100%}
}
@media (max-width:760px){
  .contact-actions-route-only .btn-primary{
    background:linear-gradient(135deg,var(--navy) 0%,var(--navy-3) 100%);
    border-color:var(--navy);
    color:#fff;
    box-shadow:0 12px 28px rgba(10,33,66,.18);
  }
  .contact-actions-route-only .btn-primary:hover,
  .contact-actions-route-only .btn-primary:focus-visible{
    background:linear-gradient(135deg,var(--navy-2) 0%,var(--navy) 100%);
    border-color:var(--navy-2);
    color:#fff;
  }
  .contact-actions-route-only .btn-primary svg{
    color:#fff;
  }
}
.price-list-main .price-row{
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  min-height:58px;border-bottom:1px solid var(--line-2);font-size:13px;
  cursor:default;color:var(--text)
}
.price-list-main .price-row .price-service{display:flex;align-items:center;gap:13px;min-width:0;max-width:78%;color:inherit}
.price-list-main .price-row strong{white-space:nowrap;font-size:13.5px;color:#101828}
.price-list-main .price-row .price-service>i.price-icon-chip{
  width:50px;height:50px;flex:0 0 50px;border:0;background:transparent;box-shadow:none;
  overflow:visible;font-style:normal
}
.price-list-main .price-row .price-service>i.price-icon-chip img{
  display:block;width:50px;height:50px;object-fit:contain;transform:none;
  filter:drop-shadow(0 5px 9px rgba(9,31,59,.09))
}
.price-list-main .price-row .price-service>span{min-width:0;line-height:1.32;display:inline-block;max-width:460px}
.promo-stack-layout .promo-card-feature:nth-child(3){grid-column:1/-1;min-height:226px}
.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:61%;padding:26px 12px 24px 28px}
.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{inset:0 0 0 58%;width:auto}

@media(max-width:1320px){
  .price-list-main .price-row .price-service>span{max-width:380px}.promo-stack-layout .promo-card-feature:nth-child(3){min-height:220px}
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:63%;padding-left:24px}
}
@media(max-width:1180px){
  .price-list-main .price-row{min-height:56px}.price-list-main .price-row .price-service>i.price-icon-chip,.price-list-main .price-row .price-service>i.price-icon-chip img{width:46px;height:46px;flex-basis:46px}.promo-stack-layout .promo-card-feature:nth-child(3){min-height:208px}
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:65%;padding-left:22px}
}
@media(max-width:760px){
  .price-list-main .price-row{min-height:0;padding:12px 0;align-items:flex-start}.price-list-main .price-row .price-service{max-width:72%;gap:10px;align-items:center}
  .price-list-main .price-row .price-service>i.price-icon-chip,.price-list-main .price-row .price-service>i.price-icon-chip img{width:43px;height:43px;flex-basis:43px}
  .price-list-main .price-row .price-service>span{font-size:12px;max-width:none}.price-list-main .price-row strong{font-size:12px}
  .promo-stack-layout .promo-card-feature,.promo-stack-layout .promo-card-feature:nth-child(3){display:block;grid-column:auto!important;flex:none!important;width:100%!important;min-height:224px!important;border-radius:20px!important;overflow:hidden!important;scroll-snap-align:none!important}
  .promo-card-copy,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:56%!important;height:100%;padding:18px 10px 16px 18px!important;justify-content:flex-end!important}
  .promo-card-art,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{inset:0 0 0 46%!important;width:auto!important;height:100%!important}
  .promo-stack-layout .promo-card-feature:nth-child(3){min-height:206px!important}.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:60%!important;padding-right:6px!important}.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{inset:0 0 0 54%!important}
}
@media(max-width:420px){
  .promo-stack-layout .promo-card-feature,.promo-stack-layout .promo-card-feature:nth-child(3){min-height:214px!important}
  .promo-card-copy,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:58%!important}
  .promo-card-art,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{inset:0 0 0 48%!important}
  .promo-stack-layout .promo-card-feature:nth-child(3){min-height:198px!important}.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:62%!important}.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-art{inset:0 0 0 58%!important}
}
.map-profile-links{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px;font-size:11px;color:var(--muted)}
.map-profile-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-weight:800}
.map-profile-links a:hover{border-color:#cfd9e5;background:#f8fafc}
@media(max-width:760px){.map-profile-links{justify-content:flex-start;flex-wrap:wrap;margin-top:10px}.map-profile-links span{width:100%}.map-profile-links a{min-height:36px}}
.header-actions{position:relative}
.header-socials .header-social-whatsapp,
.header-socials .header-social-max{display:none}
.header-social-telegram{
  display:flex;align-items:center;justify-content:center;gap:7px;
  width:auto;min-width:34px;flex:0 0 auto;padding:0 10px;
}
.header-social-telegram::after{
  content:"Telegram-группа";font-size:10px;font-weight:800;white-space:nowrap;color:var(--navy)
}

.hero-actions-main{gap:9px;flex-wrap:nowrap}
.hero-actions-main .btn{min-height:50px;padding-inline:15px;font-size:12.5px;white-space:nowrap}
.gt-phone-dialog,.gt-live-chat{position:fixed;inset:0;z-index:1600;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.gt-phone-dialog.is-open,.gt-live-chat.is-open{opacity:1;visibility:visible;pointer-events:auto}
.gt-dialog-backdrop,.gt-live-chat-backdrop{position:absolute;inset:0;background:rgba(5,20,39,.44);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.gt-phone-card{
  position:absolute;left:50%;top:50%;width:min(92vw,520px);transform:translate(-50%,-47%);
  padding:34px;border:1px solid #dfe6ee;border-radius:26px;background:#fff;
  box-shadow:0 28px 80px rgba(5,25,49,.28);transition:transform .2s ease
}
.gt-phone-dialog.is-open .gt-phone-card{transform:translate(-50%,-50%)}
.gt-dialog-close,.gt-live-chat-close{
  border:1px solid #dce4ed;background:#fff;color:var(--navy);cursor:pointer
}
.gt-dialog-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border-radius:50%;font-size:26px;line-height:1}
.gt-phone-kicker{display:block;padding-right:50px;font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--red)}
.gt-phone-card h2{margin:10px 0 12px;font-size:34px;line-height:1.03;letter-spacing:-.04em;color:var(--navy)}
.gt-phone-card>p{max-width:410px;margin:0 0 24px;font-size:14px;line-height:1.6;color:var(--muted)}
.gt-phone-number{display:block;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.035em;color:var(--navy)}
.gt-phone-number:hover{color:var(--red)}
.gt-phone-hours{display:block;margin-top:8px;font-size:11px;font-weight:750;color:#718096}
.gt-phone-actions{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:26px}
.gt-live-chat-backdrop{background:rgba(5,20,39,.18)}
.gt-live-chat-panel{
  position:absolute;right:22px;width:min(410px,calc(100vw - 32px));
  display:grid;overflow:hidden;border:1px solid #dbe3ec;
  border-radius:24px;background:#fff;box-shadow:0 28px 75px rgba(6,27,52,.28);transition:transform .2s ease
}
.gt-live-chat-head{display:grid;grid-template-columns:44px 1fr 38px;gap:11px;align-items:center;padding:15px 15px 13px;background:linear-gradient(135deg,#0b2948 0%,#123b66 100%);color:#fff}
.gt-live-chat-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff;color:var(--red);font-size:14px;font-weight:800;letter-spacing:-.04em}
.gt-live-chat-head strong{display:block;font-size:14px;line-height:1.2}
.gt-live-chat-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:9.5px;color:#c4d6e8}
.gt-live-chat-status i{width:7px;height:7px;border-radius:50%;background:#29c879;box-shadow:0 0 0 3px rgba(41,200,121,.13)}
.gt-live-chat-status.is-offline i{background:#e7a52b;box-shadow:0 0 0 3px rgba(231,165,43,.13)}
.gt-live-chat-close{width:38px;height:38px;border-color:rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;line-height:1}
.gt-live-chat-messages{overflow-y:auto;padding:16px;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);scroll-behavior:smooth}
.gt-chat-bubble{width:max-content;max-width:84%;margin:0 0 10px;padding:10px 12px;border-radius:15px;font-size:12.5px;line-height:1.45;box-shadow:0 4px 12px rgba(8,30,57,.05)}
.gt-chat-bubble small{display:block;margin-top:5px;font-size:8.5px;opacity:.62}
.gt-chat-bubble-admin{margin-right:auto;border:1px solid #dfe6ee;border-bottom-left-radius:5px;background:#fff;color:#182437}
.gt-chat-bubble-client{margin-left:auto;border-bottom-right-radius:5px}
.gt-chat-error{margin:8px auto;padding:8px 10px;border-radius:10px;background:#fff3f4;color:#b4232c;font-size:10px;text-align:center}
.gt-live-chat-chips{display:flex;gap:6px;overflow-x:auto;padding:9px 12px;border-top:1px solid #edf1f5;background:#fff;scrollbar-width:none}
.gt-live-chat-chips::-webkit-scrollbar{display:none}
.gt-live-chat-chips button{flex:0 0 auto;min-height:32px;padding:0 10px;border:1px solid #dbe3ec;border-radius:999px;background:#f8fafc;color:var(--navy);font:inherit;font-size:9.5px;font-weight:800;cursor:pointer}
.gt-live-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;padding:10px 12px;border-top:1px solid #edf1f5;background:#fff}
.gt-live-chat-form textarea{width:100%;min-height:44px;max-height:112px;resize:none;border:1px solid #d8e0e9;border-radius:14px;padding:11px 12px;outline:none;font:inherit;font-size:12px;line-height:1.35;background:#f9fbfd;color:#192436}
.gt-live-chat-form textarea:focus{border-color:#9fb2c7;background:#fff;box-shadow:0 0 0 3px rgba(20,61,102,.07)}
.gt-live-chat-form button{display:flex;align-items:center;justify-content:center;gap:6px;min-width:105px;height:44px;padding:0 12px;border:0;border-radius:14px;color:#fff;font:inherit;font-size:10.5px;font-weight:850;cursor:pointer}
.gt-live-chat-form button:disabled{opacity:.6;cursor:wait}
.gt-live-chat-form button svg{width:16px;height:16px}
.gt-live-chat-foot{padding:0 13px 10px;background:#fff;font-size:8px;line-height:1.35;color:#8a96a6}
.gt-live-chat-foot a{text-decoration:underline}
.mobile-sticky button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;font:inherit;font-size:14px;font-weight:800;color:#fff;background:linear-gradient(135deg,#f5222d 0%,#dd1623 100%);cursor:pointer}
.mobile-sticky button svg{width:18px;height:18px}
.mobile-menu-actions button{width:100%}

@media(max-width:1450px){
  .header-social-telegram::after{display:none}
  .header-social-telegram{width:34px;padding:0;flex-basis:34px}
}
@media(max-width:1180px){
}
@media(max-width:860px){
  .hero-actions-main{display:grid;grid-template-columns:1fr!important;gap:10px}
  body.gt-chat-open .mobile-sticky{opacity:0;visibility:hidden;pointer-events:none}
  .gt-live-chat-head{padding:13px;grid-template-columns:42px 1fr 38px}
  .gt-live-chat-avatar{width:42px;height:42px}
  .gt-live-chat-messages{padding:13px}
  .gt-chat-bubble{max-width:88%;font-size:12px}
  .gt-live-chat-form button{min-width:48px;width:48px;padding:0;font-size:0}
  .gt-live-chat-form button svg{width:18px;height:18px}
  .gt-live-chat-foot{font-size:7.5px}
}
@media(max-width:500px){
  .gt-phone-card{padding:28px 20px;border-radius:22px}
  .gt-phone-card h2{font-size:28px}.gt-phone-number{font-size:27px}.gt-phone-actions{grid-template-columns:1fr}
  .gt-live-chat-panel{height:min(80vh,610px)}
  .gt-live-chat-chips{padding-inline:10px}
}
@media(max-width:860px){
  .mobile-sticky.gt-deferred-sticky{
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease
  }
  .mobile-sticky.gt-deferred-sticky.is-visible{
    opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)
  }
}
.gt-live-chat{
  --gt-chat-red:#cf3743;
  --gt-chat-red-dark:#b92f3a;
}
.gt-live-chat [hidden]{display:none!important}
.gt-live-chat-panel{grid-template-rows:auto 1fr auto auto auto}
.gt-live-chat-intro{
  overflow-y:auto;
  padding:20px;
  background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);
}
.gt-live-chat-intro-copy{margin-bottom:17px}
.gt-live-chat-intro-copy>span{
  display:block;margin-bottom:6px;color:#738399;font-size:11px;font-weight:700;letter-spacing:.08em
}
.gt-live-chat-intro-copy h3{
  margin:0 0 7px;color:var(--navy);font-size:20px;line-height:1.12;letter-spacing:-.025em
}
.gt-live-chat-intro-copy p{
  max-width:345px;margin:0;color:#69778a;font-size:11px;line-height:1.5
}
.gt-live-chat-intro-form{display:grid;gap:11px}
.gt-live-chat-intro-form label{display:grid;gap:6px}
.gt-live-chat-intro-form label>span{color:#536176;font-size:9.5px;font-weight:800}
.gt-live-chat-intro-form input,
.gt-live-chat-intro-form textarea{
  width:100%;border:1px solid #d8e0e9;border-radius:14px;background:#fff;color:#192436;
  outline:none;font:inherit;font-size:12px;line-height:1.4;transition:border-color .16s ease,box-shadow .16s ease
}
.gt-live-chat-intro-form input{height:45px;padding:0 12px}
.gt-live-chat-intro-form textarea{min-height:84px;padding:11px 12px;resize:vertical;max-height:150px}
.gt-live-chat-intro-form input:focus,
.gt-live-chat-intro-form textarea:focus{
  border-color:#91a8bf;box-shadow:0 0 0 3px rgba(20,61,102,.07)
}
.gt-live-chat-intro-form button{
  display:flex;align-items:center;justify-content:center;gap:8px;height:46px;margin-top:2px;border:0;border-radius:14px;
  background:var(--gt-chat-red);color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer;
  box-shadow:0 8px 18px rgba(185,47,58,.16);transition:background .16s ease,transform .16s ease
}
.gt-live-chat-intro-form button:hover{background:var(--gt-chat-red-dark)}
.gt-live-chat-intro-form button:active{transform:scale(.99)}
.gt-live-chat-intro-form button:disabled{opacity:.62;cursor:wait}
.gt-live-chat-intro-form button svg{width:16px;height:16px}
.gt-live-chat-intro-foot{margin-top:10px;color:#8995a5;font-size:7.8px;line-height:1.4}
.gt-live-chat-intro-foot a{text-decoration:underline}
.gt-chat-intro-error{margin:10px 0 0;padding:9px 10px;border-radius:11px;background:#fff2f3;color:#a82d37;font-size:9.5px;text-align:center}
.gt-chat-bubble-client{background:var(--gt-chat-red);color:#fff}
.gt-live-chat-form button{background:var(--gt-chat-red);box-shadow:0 7px 16px rgba(185,47,58,.16)}
.gt-live-chat-form button:hover{background:var(--gt-chat-red-dark)}

@media(max-width:860px){
  .gt-live-chat-intro{padding:17px 15px}
  .gt-live-chat-intro-copy{margin-bottom:14px}
  .gt-live-chat-intro-copy h3{font-size:19px}
  .gt-live-chat-intro-form{gap:10px}
  .gt-live-chat-intro-form input{height:44px}
  .gt-live-chat-intro-form textarea{min-height:78px}
  .gt-live-chat-intro-form button{height:45px}
}
.gt-live-chat-expired{margin:0 0 14px;padding:11px 13px;border:1px solid #d9e4ef;border-radius:14px;background:#f2f7fb;color:#31465f;font-size:11px;line-height:1.45}
:root{
  --gt-cta-red:#d53b49;
  --gt-cta-red-dark:#c42f3d;
}
.js-booking,
.hero-chat-trigger,
.booking-form button.btn-primary{
  background:linear-gradient(135deg,var(--gt-cta-red) 0%,#cb3442 100%)!important;
  border-color:#c93442!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(169,39,53,.17)!important;
}
.js-booking:hover,
.hero-chat-trigger:hover,
.hero-chat-trigger:focus,
.booking-form button.btn-primary:hover{
  background:linear-gradient(135deg,#cb3543 0%,var(--gt-cta-red-dark) 100%)!important;
  border-color:#bd2d3a!important;
  box-shadow:0 13px 26px rgba(155,34,48,.20)!important;
}
.gt-mobile-messenger-sheet{
  position:fixed;inset:0;z-index:1700;opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .18s ease,visibility .18s ease;
}
.gt-mobile-messenger-sheet.is-open{opacity:1;visibility:visible;pointer-events:auto}
.gt-mobile-messenger-backdrop{position:absolute;inset:0;background:rgba(5,20,39,.36);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.gt-mobile-messenger-panel{
  position:absolute;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom,10px));
  padding:17px;border:1px solid #dce4ed;border-radius:24px;background:#fff;
  box-shadow:0 24px 60px rgba(4,23,48,.28);transform:translateY(16px);transition:transform .2s ease;
}
.gt-mobile-messenger-sheet.is-open .gt-mobile-messenger-panel{transform:translateY(0)}
.gt-mobile-messenger-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.gt-mobile-messenger-head strong{display:block;font-size:19px;line-height:1.1;color:var(--navy)}
.gt-mobile-messenger-head span{display:block;margin-top:4px;font-size:11px;color:var(--muted)}
.gt-mobile-messenger-head button{width:38px;height:38px;border:1px solid #e0e6ed;border-radius:12px;background:#fff;color:var(--navy);font-size:23px;line-height:1;cursor:pointer}
.gt-mobile-messenger-options{display:grid;gap:8px}
.gt-messenger-option:hover{transform:translateY(-1px);border-color:#cbd6e1!important;box-shadow:0 8px 20px rgba(12,34,62,.08)}
.gt-messenger-main{display:flex;align-items:center;gap:11px;min-width:0}
.gt-messenger-main>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}
.gt-messenger-main b{font-size:13px;line-height:1.1;color:var(--navy)}
.gt-messenger-main em{font-style:normal;font-size:9.5px;line-height:1.2;font-weight:650;color:#7c8999;white-space:nowrap}
.gt-messenger-option>small{flex:0 0 auto;font-size:9.5px!important;font-weight:850!important;color:#66758a!important;white-space:nowrap}
.gt-messenger-icon{
  display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:13px;
  background:#edf6ff;color:#229ed9;box-shadow:inset 0 0 0 1px rgba(34,158,217,.10),0 5px 14px rgba(34,158,217,.10);
}
.gt-messenger-icon svg{width:20px;height:20px}
.gt-messenger-whatsapp .gt-messenger-icon{background:#eaf9ef;color:#20a75a;box-shadow:inset 0 0 0 1px rgba(32,167,90,.10),0 5px 14px rgba(32,167,90,.10)}
.gt-messenger-max .gt-messenger-icon{background:#eef2ff;color:#3156b8;box-shadow:inset 0 0 0 1px rgba(49,86,184,.10),0 5px 14px rgba(49,86,184,.10)}
.gt-messenger-icon-max{font-size:9px;font-style:normal;font-weight:800;letter-spacing:-.03em}
.gt-live-chat-panel{
  top:max(14px,env(safe-area-inset-top,14px));
  bottom:auto;
  height:min(650px,calc(100dvh - 28px));
  transform:translateY(-10px) scale(.985);
  transform-origin:top right;
}
.gt-live-chat.is-open .gt-live-chat-panel{transform:translateY(0) scale(1)}
.gt-chat-launcher{
  position:fixed;right:22px;bottom:22px;z-index:1450;display:flex;align-items:center;
  color:var(--navy)!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transform:translateY(12px)!important;
  transition:opacity .28s ease,transform .32s cubic-bezier(.22,.61,.36,1),visibility .28s ease,bottom .2s ease!important;
}
.gt-chat-launcher.is-visible{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;
}
.gt-chat-launcher:hover{color:var(--navy)!important;
  transform:translateY(-2px)!important;
}
.gt-chat-launcher svg{box-shadow:none!important}
.gt-chat-launcher::before{content:none!important;display:none!important}
.gt-chat-launcher::after{content:"";border-radius:50%}
.gt-chat-launcher.has-unread{border-color:#f0c5c8!important}
.gt-chat-unread{position:absolute;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--gt-cta-red);color:#fff;font-size:8px}
.gt-chat-unread[hidden]{display:none!important}
body.mobile-menu-open .gt-chat-launcher,
body.gt-chat-open .gt-chat-launcher,
body.gt-messenger-open .gt-chat-launcher{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.mobile-sticky.gt-deferred-sticky{
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);
  transition:opacity .24s ease,transform .28s ease,visibility .24s ease;
}
.mobile-sticky.gt-deferred-sticky.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
@media(min-width:861px){
}

@media(max-width:760px){
  .promo-card-copy,
  .promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{justify-content:flex-start!important;padding:16px 10px 12px 18px!important}
}
@media(max-width:420px){
  .promo-card-copy,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{padding:15px 8px 12px 16px!important}
}

@media(min-width:861px){.gt-mobile-messenger-sheet{display:none!important}}
@media(max-width:860px){
  .hero-actions .hero-chat-trigger,.hero-actions .btn-primary.hero-chat-trigger,.mobile-sticky a.js-booking{
    background:linear-gradient(135deg,var(--gt-cta-red) 0%,#c93442 100%)!important;
    border-color:#c93442!important;box-shadow:0 9px 20px rgba(169,39,53,.17)!important;color:#fff!important;
  }
  .hero-actions .hero-chat-trigger:hover,.hero-actions .hero-chat-trigger:focus,.mobile-sticky a.js-booking:hover{
    background:linear-gradient(135deg,#cb3543 0%,var(--gt-cta-red-dark) 100%)!important;
  }
  .mobile-sticky{overflow:visible!important}
  .mobile-sticky a,.mobile-sticky a.js-booking{border-radius:16px!important;min-width:0}
  .mobile-sticky a.js-booking{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #c93442!important}
  .mobile-sticky a.js-booking svg{background:rgba(255,255,255,.14);border-radius:11px}

  .gt-chat-launcher{display:flex!important;right:12px;min-height:46px!important;padding:0 13px 0 9px!important;font-size:11.7px!important}
  .gt-chat-launcher svg{width:18px;height:18px;padding:6px;border-radius:10px}
  .gt-chat-launcher.above-mobile-sticky{bottom:calc(92px + env(safe-area-inset-bottom,0px))}
  body.gt-chat-open .mobile-sticky,body.gt-messenger-open .mobile-sticky{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

  .gt-live-chat-panel{
    top:max(6px,env(safe-area-inset-top,6px));right:7px;left:7px;bottom:auto;width:auto;
    height:min(86dvh,calc(100dvh - 12px));border-radius:22px;transform-origin:top center;
  }
  .gt-live-chat-backdrop{background:rgba(5,20,39,.32)}
  .gt-mobile-messenger-options>a.gt-messenger-option{min-height:66px;padding:9px 10px;border-radius:17px}
}
@media(max-width:420px){
  .gt-chat-launcher{padding-inline:10px 12px!important}
  .gt-chat-launcher.above-mobile-sticky{bottom:calc(86px + env(safe-area-inset-bottom,0px))}
  .gt-mobile-messenger-panel{left:8px;right:8px;padding:16px;border-radius:22px}
  .gt-live-chat-panel{top:max(4px,env(safe-area-inset-top,4px));right:4px;left:4px;height:min(88dvh,calc(100dvh - 8px))}
}
@media(prefers-reduced-motion:reduce){
  .gt-chat-launcher,.mobile-sticky.gt-deferred-sticky{transition:none!important}
}
.gt-chat-launcher{
  min-height:54px!important;
  padding:0 18px 0 9px!important;
  gap:10px!important;
  border:1px solid rgba(19,55,94,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 14px 34px rgba(8,30,58,.14),0 3px 10px rgba(8,30,58,.05)!important;
  font-size:13.5px!important;
  font-weight:700!important;
  letter-spacing:-.01em;
  overflow:visible;
}
.gt-chat-launcher svg{
  box-sizing:border-box;
  flex:0 0 36px;
  width:36px!important;
  height:36px!important;
  padding:9px!important;
  border-radius:50%!important;
  background:#fff1f3!important;
  color:var(--gt-cta-red)!important;
}
.gt-chat-launcher::after{
  flex:0 0 8px;
  width:8px;
  height:8px;
  margin-left:0;
  border:2px solid #fff;
  background:#2abb72;
  box-shadow:0 0 0 1px rgba(42,187,114,.10)!important;
}
.gt-chat-launcher:hover{
  border-color:rgba(19,55,94,.16)!important;
  background:#fff!important;
  box-shadow:0 18px 38px rgba(8,30,58,.17),0 4px 12px rgba(8,30,58,.06)!important;
}
.gt-chat-unread{right:-2px;top:-4px}
@media(min-width:861px){
}
@media(min-width:861px) and (max-width:1180px){
}
.service-process-illustration-layout{
  height:150px;
  margin:-4px 0 10px;
  overflow:visible;
}
.service-process-illustration-layout img{
  width:100%;
  max-width:100%;
  height:100%;
  max-height:150px;
  object-fit:contain;
  mix-blend-mode:multiply;
}

@media(max-width:1100px){
}
@media(max-width:700px){
}
@media(max-width:420px){
  .gt-chat-launcher{
    right:10px;
    min-height:48px!important;
    padding:0 14px 0 7px!important;
    gap:8px!important;
    font-size:12px!important;
  }
  .gt-chat-launcher svg{flex-basis:32px;width:32px!important;height:32px!important;padding:8px!important}
  .gt-chat-launcher::after{width:7px;height:7px;flex-basis:7px}
  .service-process-illustration-layout{height:146px}
  .service-process-illustration-layout img{max-height:146px}
}
.mobile-menu-actions .mobile-telegram-group{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  border-color:#cfdceb;
  background:#f8fbff;
  color:var(--navy);
  font-weight:800;
}
.mobile-menu-actions .mobile-telegram-group svg{
  width:19px;
  height:19px;
  color:#168bd2;
  stroke:currentColor;
}
@media(max-width:700px){
  .service-process-illustration-layout{
    height:74px!important;
    margin:11px 5px 5px!important;
    flex:0 0 74px;
  }
  .service-process-illustration-layout img{
    max-height:74px!important;
  }
}
@media(max-width:390px){
  .service-process-illustration-layout{height:62px!important;flex-basis:62px;margin:10px 3px 4px!important}
  .service-process-illustration-layout img{max-height:62px!important}
}
.gt-live-chat.is-hours-closed .gt-live-chat-panel{height:auto;max-height:calc(100dvh - 28px);grid-template-rows:auto auto}
.gt-live-chat-hours-closed{
  overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:390px;padding:32px 28px 30px;text-align:center;
  background:
    radial-gradient(circle at 50% 2%,rgba(17,57,98,.08),transparent 34%),
    linear-gradient(180deg,#f7f9fc 0%,#fff 74%);
}
.gt-live-chat-hours-closed[hidden],.gt-live-chat-hours-inline[hidden]{display:none!important}
.gt-live-chat-hours-visual{
  display:grid;place-items:center;width:68px;height:68px;margin-bottom:17px;border:1px solid #d9e4ee;border-radius:22px;
  background:linear-gradient(145deg,#fff 0%,#edf4fa 100%);color:#173c63;
  box-shadow:0 13px 30px rgba(11,41,72,.10),inset 0 1px 0 rgba(255,255,255,.9)
}
.gt-live-chat-hours-visual svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gt-live-chat-hours-closed>span{margin-bottom:7px;color:#7a8aa0;font-size:8px;font-weight:800;letter-spacing:.13em}
.gt-live-chat-hours-closed h3{max-width:330px;margin:0 0 9px;color:var(--navy);font-size:24px;line-height:1.1;letter-spacing:-.035em}
.gt-live-chat-hours-closed>p{max-width:335px;margin:0 0 19px;color:#65758a;font-size:12px;line-height:1.55}
.gt-live-chat-hours-action{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:14px;
  background:var(--gt-chat-red);color:#fff!important;font-size:11px;font-weight:900;text-decoration:none!important;
  box-shadow:0 9px 20px rgba(185,47,58,.18);transition:transform .16s ease,background .16s ease,box-shadow .16s ease
}
.gt-live-chat-hours-action:hover{background:var(--gt-chat-red-dark);transform:translateY(-1px);box-shadow:0 12px 24px rgba(185,47,58,.21)}
@media(max-width:860px){
  .gt-live-chat.is-hours-closed .gt-live-chat-panel{height:auto;max-height:calc(100dvh - 12px)}
  .gt-live-chat-hours-closed{min-height:360px;padding:28px 20px 26px}
  .gt-live-chat-hours-visual{width:64px;height:64px;border-radius:20px}
  .gt-live-chat-hours-closed h3{font-size:22px}
  .gt-live-chat-hours-closed>p{font-size:11.5px}
}
@media(max-width:420px){
  .gt-live-chat.is-hours-closed .gt-live-chat-panel{max-height:calc(100dvh - 8px)}
  .gt-live-chat-hours-closed{min-height:345px;padding:24px 18px 24px}
  .gt-live-chat-hours-visual{width:60px;height:60px;margin-bottom:15px;border-radius:18px}
  .gt-live-chat-hours-closed h3{font-size:21px}
}
.gt-live-chat-hours-inline{
  padding:10px 14px;border-top:1px solid #e7edf4;background:#fff8ec;color:#765922;
  font-size:9.5px;font-weight:700;line-height:1.45;text-align:center
}
.gt-scroll-lock{overflow:hidden}
.service-gallery-track.gt-gallery-index-0{transform:translateX(0)}
.service-gallery-track.gt-gallery-index-1{transform:translateX(-100%)}
.service-gallery-track.gt-gallery-index-2{transform:translateX(-200%)}
.service-gallery-track.gt-gallery-index-3{transform:translateX(-300%)}
.service-gallery-track.gt-gallery-index-4{transform:translateX(-400%)}
.service-gallery-track.gt-gallery-index-5{transform:translateX(-500%)}
.service-gallery-track.gt-gallery-index-6{transform:translateX(-600%)}
.service-gallery-track.gt-gallery-index-7{transform:translateX(-700%)}
.service-gallery-track.gt-gallery-index-8{transform:translateX(-800%)}
.service-gallery-track.gt-gallery-index-9{transform:translateX(-900%)}

.seo-404-actions{justify-content:center}

.brand-light .footer-logo{position:relative;display:block;margin:0;line-height:0}
.brand-light .footer-logo>img{filter:brightness(0) invert(1)}
.brand-light .footer-logo>img.footer-logo-red{position:absolute;inset:0;filter:none;clip-path:inset(0 58% 0 0)}
@media(max-width:860px){
  body .mobile-sticky{grid-template-columns:repeat(3,minmax(0,1fr))}
  body .mobile-sticky>a,body .mobile-sticky>button{min-width:0;flex:1;font-size:12px}
  body .promo-ticker-wrap{position:relative;top:auto}
  body .hero-media{min-height:0;height:auto;aspect-ratio:1800/771}
  .seo-hero-grid .seo-hero-side{min-height:210px}
  .seo-commercial .seo-commercial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .seo-commercial .seo-commercial-grid article{padding:14px 12px}
  .gt-live-chat.gt-viewport-fitted{top:var(--chat-viewport-top,0px);bottom:auto;height:var(--chat-viewport-height,100dvh)}
  .gt-live-chat.gt-viewport-fitted .gt-live-chat-panel{top:4px;bottom:auto;height:calc(100% - 8px);max-height:calc(100% - 8px);min-height:0}
  .gt-live-chat.gt-viewport-fitted .gt-live-chat-head{min-height:0;padding-block:10px}
  .gt-live-chat.gt-viewport-fitted .gt-live-chat-intro{min-height:0;overflow-y:auto;overscroll-behavior:contain}
  .gt-live-chat.gt-viewport-fitted .gt-live-chat-messages{min-height:0;overscroll-behavior:contain}
}
@media(prefers-reduced-motion:reduce){
  body .promo-ticker-track{animation:none!important;transform:none!important}
  body .service-gallery-track{transition:none!important}
  html:focus-within{scroll-behavior:auto}
}


button,input,textarea,select{font-family:inherit}
:focus-visible{outline:3px solid #2563a5;outline-offset:3px}
.btn:disabled,button:disabled{cursor:wait;opacity:.65;transform:none}
.gt-chat-completed{padding:14px 18px;border-top:1px solid var(--line);background:#f4f7fa;flex-shrink:0}
.gt-chat-completed p{font-size:13px;line-height:1.5;margin:0 0 10px;color:var(--navy)}
.gt-chat-completed .btn{min-height:42px;font-size:13px}
.booking-alternative{font-size:13px;line-height:1.6;color:#dbe5f1}
.booking-alternative button{padding:2px 0;border:0;border-bottom:1px solid currentColor;background:none;color:inherit;font:inherit;cursor:pointer}
.gt-live-chat-chips a{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:9px;padding:7px 10px;font-size:12px;color:var(--navy);background:#fff}
@media(max-width:860px){
  .booking-form input,.booking-form textarea,.gt-live-chat-form textarea,.gt-live-chat-intro-form input,.gt-live-chat-intro-form textarea{font-size:16px}
  .mobile-sticky a.js-booking{background:var(--red);color:#fff}
  .gt-live-chat-panel{min-width:0;max-width:100%}
}


.home-overview{background:#fff}
.home-services-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:28px 0 16px}
.home-services-head h2{margin:7px 0 0;font-size:32px;line-height:1.08;letter-spacing:-.035em;color:var(--navy)}
.home-services-head .text-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.home-services-head .text-link svg{width:15px;height:15px}
.home-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.home-services-grid>a{display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:11px;min-height:84px;padding:14px 15px;border:1px solid #e0e6ed;border-radius:17px;background:#fff;color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.home-services-grid>a:hover{border-color:#cbd6e2;transform:translateY(-1px);box-shadow:0 8px 22px rgba(12,34,62,.055)}
.home-services-grid>a>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#f5f8fc;color:var(--red)}
.home-services-grid>a>span svg{width:23px;height:23px}
.home-services-grid>a>div{min-width:0}
.home-services-grid strong{display:block;color:var(--navy);font-size:13.5px;line-height:1.25}
.home-services-grid small{display:block;margin-top:4px;color:#738094;font-size:10.5px;line-height:1.35}
.home-services-grid>a>svg{width:16px;height:16px;color:#98a5b5}
.home-about-details{margin-top:18px;border-top:1px solid #e5eaf0;padding-top:16px}
.home-about-details summary{width:max-content;max-width:100%;cursor:pointer;color:var(--navy);font-size:12px;font-weight:800;list-style:none}
.home-about-details summary::-webkit-details-marker{display:none}
.home-about-details summary::after{content:" ↓";color:var(--red)}
.home-about-details[open] summary::after{content:" ↑"}
.booking-mobile-expand{display:none}

@media screen and (max-width:860px){
  
  body{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}
  .section-pad{padding:34px 0}
  .section-pad-sm{padding:18px 0 30px}

  .hero.section-pad{padding:16px 0 24px}
  .hero-copy{padding:24px 17px 16px}
  .hero .eyebrow{font-size:9px;letter-spacing:.07em}
  .hero-title{font-size:clamp(31px,9.4vw,42px);line-height:1.01;margin-top:11px}
  .hero-seo{margin-top:12px}
  .hero-seo p{font-size:13px;line-height:1.5}
  .hero-actions-main{display:grid;grid-template-columns:1fr 1fr!important;gap:8px;margin-top:18px}
  .hero-actions-main .btn{min-height:48px;padding-inline:12px;font-size:12px}
  .hero-facts{display:grid;grid-template-columns:1.45fr .9fr .9fr;gap:0;margin-top:14px;border-top:1px solid #e7ebf0}
  .hero-facts>div,.hero-facts>a{min-width:0;padding:12px 7px 2px;border:0;background:none;box-shadow:none;gap:7px}
  .hero-facts .fact-icon{width:28px;height:28px;flex:0 0 28px;border-radius:9px}
  .hero-facts .fact-icon svg{width:15px;height:15px}
  .hero-facts b{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero-facts small{font-size:8.5px;line-height:1.3}
  .hero-media{border-radius:0 0 18px 18px}
  .hero-photo-label{display:none}

  
  .home-overview{padding-top:30px;padding-bottom:28px}
  .home-trust-grid>div:nth-child(even){padding-left:12px;border-left:1px solid #e7ebf0}
  .home-trust-grid>div:nth-child(n+3){border-top:1px solid #e7ebf0}
  .home-services-head{align-items:flex-end;margin:27px 0 13px}
  .home-services-head h2{font-size:25px}
  .home-services-head .text-link{font-size:11px}
  .home-services-grid{grid-template-columns:1fr 1fr;gap:8px}
  .home-services-grid>a{grid-template-columns:34px 1fr 13px;gap:8px;min-height:70px;padding:10px;border-radius:14px}
  .home-services-grid>a>span{width:34px;height:34px;border-radius:11px}
  .home-services-grid>a>span svg{width:18px;height:18px}
  .home-services-grid strong{font-size:11.5px}
  .home-services-grid small{display:none}
  .home-services-grid>a>svg{width:13px;height:13px}
  .home-about-details{margin-top:14px;padding-top:12px}
  .home-about-details summary{font-size:11px}
  .services-card,.promos-card{padding:17px;border-radius:18px}
  .services-card .section-row h2,.promos-card .section-row h2{font-size:23px}
  .services-card .block-intro{font-size:11.5px;line-height:1.5;margin:11px 0 4px}
  .price-list-main .price-row{min-height:50px;gap:10px}
  .price-list-main .price-row:nth-child(n+6){display:none}
  .price-list-main .price-row .price-service{max-width:74%;gap:8px}
  .price-list-main .price-row .price-service>i.price-icon-chip{width:36px;height:36px;flex-basis:36px}
  .price-list-main .price-row .price-service>i.price-icon-chip img{width:36px;height:36px}
  .price-list-main .price-row .price-service>span{font-size:11.5px;line-height:1.25}
  .price-list-main .price-row strong{font-size:11.5px}
  .services-card .card-actions{margin-top:13px}
  .services-card .card-actions .btn{display:none}
  .promo-stack-layout .promo-card-feature,.promo-stack-layout .promo-card-feature:nth-child(3){display:block!important;grid-column:auto!important;flex:0 0 84%!important;width:84%!important;min-height:188px!important;scroll-snap-align:start!important;border-radius:18px!important;overflow:hidden!important}
  .promo-card-copy,.promo-stack-layout .promo-card-feature:nth-child(3) .promo-card-copy{width:64%!important;padding:15px 8px 14px 16px!important;justify-content:flex-start!important}

  
  .reviews{padding-top:30px;padding-bottom:30px}
  .reviews-layout{display:block}
  .reviews-intro{padding-top:0}
  .reviews-intro h2{font-size:29px;margin-bottom:8px}
  .reviews-intro>p{display:none}
  .reviews-awards-block{padding:12px;border-radius:16px}
  .reviews-awards-head{margin-bottom:8px}
  .reviews-awards-head strong{font-size:14px}
  .reviews-awards-grid{grid-template-columns:repeat(3,1fr);gap:6px}
  .reviews-award-card{display:block;min-height:0;padding:9px 7px;border-radius:12px;text-align:center}
  .reviews-award-icon{display:none}
  .reviews-award-card strong{font-size:17px;margin-bottom:3px}
  .reviews-award-card small{font-size:8px;line-height:1.25}
  .reviews-actions{display:grid;grid-template-columns:1fr;margin-top:12px}
  .reviews-actions .btn{min-width:0;min-height:44px;font-size:11px}
  .reviews-actions .btn-primary{display:none}
  .yandex-reviews-widget{display:none}

  
  .service-view{padding-top:30px;padding-bottom:30px}
  .service-view-grid{gap:16px}
  .service-copy{order:1}
  .service-gallery{order:2}
  .service-copy h2{font-size:29px;margin-bottom:8px}
  .service-copy>p{font-size:13px;line-height:1.55;margin-bottom:0}
  .service-copy .clean-list,.service-copy>.btn{display:none}
  .service-gallery{border-radius:17px}
  .service-gallery-slide{padding:5px;gap:5px}
  .service-gallery-main{border-radius:13px}
  .service-gallery-side{gap:5px}
  .service-gallery-side figure{border-radius:11px}

  
  .cars,.parts{padding-top:28px;padding-bottom:28px}
  .cars .section-heading,.parts .section-heading{margin-bottom:14px}
  .cars .section-heading h2,.parts .section-heading h2{font-size:27px;line-height:1.08}
  .cars .section-heading p,.parts .section-heading p{font-size:12.5px;line-height:1.5}
  .vehicle-photo-grid-layout,.parts-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-12px;padding-right:12px;scrollbar-width:none}
  .vehicle-photo-grid-layout::-webkit-scrollbar,.parts-grid::-webkit-scrollbar{display:none}
  .vehicle-photo-grid-layout .vehicle-photo-card{flex:0 0 82%;scroll-snap-align:start;border-radius:17px}
  .vehicle-photo-grid-layout .vehicle-photo-wrap{aspect-ratio:2.2/1}
  .vehicle-photo-grid-layout .vehicle-photo-copy{padding:13px 14px 15px}
  .vehicle-photo-grid-layout .vehicle-photo-copy h3{font-size:16px;margin:4px 0 5px}
  .vehicle-photo-grid-layout .vehicle-photo-copy p{font-size:10.5px;line-height:1.45;margin-bottom:5px}
  .parts-card{flex:0 0 86%;scroll-snap-align:start;min-height:230px;grid-template-columns:1fr;border-radius:18px}
  .parts-copy{padding:18px}
  .parts-copy h3{font-size:20px}
  .parts-copy>p{font-size:11.5px;margin-bottom:10px}
  .parts-points{gap:5px;margin-bottom:8px}
  .parts-points span{font-size:10px}
  .parts-art{display:none}

  
  .warranty{padding-top:28px;padding-bottom:28px}
  .warranty-block{padding:10px;gap:10px;border-radius:18px}
  .warranty-intro{padding:15px 13px 12px}
  .warranty-intro h2{font-size:27px;margin-bottom:8px}
  .warranty-intro>p{font-size:12px;line-height:1.5;margin-bottom:12px}
  .warranty-note{padding-top:9px;font-size:10px}
  .warranty-note svg{width:18px;height:18px}
  .warranty-panel{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:15px}
  .warranty-panel article{min-height:126px;padding:13px 9px;align-items:flex-start}
  .warranty-panel article+article{border-top:0;border-left:1px solid rgba(255,255,255,.12)}
  .warranty-icon{width:32px;height:32px;margin-bottom:10px;border-radius:10px}
  .warranty-icon svg{width:17px;height:17px}
  .warranty-panel article>div{display:block}
  .warranty-panel strong,.warranty-panel article:nth-child(3) strong{font-size:27px;line-height:.95;letter-spacing:-.04em}
  .warranty-panel b{display:block;margin-top:2px;font-size:9px;line-height:1.15}
  .warranty-panel p{margin-top:6px;font-size:8.5px;line-height:1.3}

  
  .booking{padding-top:28px;padding-bottom:28px}
  .booking-card{display:block;padding:22px 18px;border-radius:18px}
  .booking-copy h2{font-size:29px;line-height:1.05;margin-bottom:9px}
  .booking-copy>p{font-size:13px;line-height:1.52;margin-bottom:17px}
  .booking-mobile-expand{display:flex;width:100%;justify-content:center;min-height:48px}
  .booking:not(.is-expanded) .booking-phone,
  .booking:not(.is-expanded) .booking-note,
  .booking:not(.is-expanded) .booking-alternative,
  .booking:not(.is-expanded) .booking-form{display:none}
  .booking.is-expanded .booking-mobile-expand{display:none}
  .booking.is-expanded .booking-copy{margin-bottom:18px}
  .booking.is-expanded .booking-form{display:grid}
  .booking.is-expanded .booking-phone{display:inline-flex;margin-bottom:12px}
  .booking.is-expanded .booking-note{display:flex;margin-bottom:8px}
  .booking.is-expanded .booking-alternative{display:block;margin:8px 0 0}
  .booking-form{padding:15px;border-radius:16px;gap:10px}
  .form-head strong{font-size:16px}

  
  .contacts{padding-top:24px;padding-bottom:28px}
  .contacts-grid{gap:10px}
  .contact-card{padding:20px 17px;border-radius:18px}
  .contact-card h2{font-size:27px;margin-bottom:7px}
  .contact-lead{font-size:11.5px;margin-bottom:13px}
  .contact-list>div,.contact-address-link{padding:9px 0;gap:10px}
  .contact-icon{width:34px;height:34px;flex-basis:34px;border-radius:11px}
  .contact-icon svg{width:17px}
  .contact-list small{font-size:8.5px}
  .contact-list strong{font-size:11.5px}
  .contact-actions{margin-top:14px}
  .contact-actions .btn{min-height:44px;font-size:11px}
  .map-card{min-height:240px;border-radius:18px}

  
  .site-footer{padding-top:30px;padding-bottom:24px}
  .footer-grid{grid-template-columns:1fr;gap:18px}
  .footer-grid>div:not(.footer-brand):not(.footer-contact-facts):not(.footer-telegram){display:none}
  .footer-brand p{max-width:340px;font-size:11px;line-height:1.5}
  .footer-contact-facts{display:grid;gap:6px}
  .footer-contact-facts h4{margin-bottom:2px}
  .footer-telegram{margin-top:0}
  .legal{font-size:9px;gap:8px}

  
  body .mobile-sticky{grid-template-columns:1fr 1.2fr;height:68px;left:10px;right:10px;bottom:max(9px,env(safe-area-inset-bottom,9px));padding:5px;gap:5px;border-radius:20px}
  body .mobile-sticky>a{font-size:12.5px;border-radius:15px}
   .gt-chat-launcher{right:14px!important;bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;width:54px!important;height:54px!important;min-height:54px!important;padding:0!important;display:grid!important;place-items:center;border-radius:50%!important;background:#fff!important;box-shadow:0 14px 34px rgba(8,30,58,.18),0 4px 12px rgba(8,30,58,.08)!important}
  .gt-chat-launcher.above-mobile-sticky{bottom:calc(88px + env(safe-area-inset-bottom,0px))}
  .gt-chat-launcher>span{display:none}
   .gt-chat-launcher svg{width:38px!important;height:38px!important;flex-basis:38px!important;padding:10px!important;background:#fff1f3!important;color:var(--gt-cta-red)!important}
  .gt-chat-launcher::after{position:absolute;right:3px;bottom:4px;width:10px;height:10px;min-width:10px;flex-basis:10px;margin:0}
  .gt-chat-unread{right:-3px;top:-3px}
}

@media screen and (max-width:420px){
  .home-services-head .text-link{font-size:10px}
  .home-services-grid>a{grid-template-columns:32px 1fr 12px;padding:9px;min-height:66px}
  .home-services-grid>a>span{width:32px;height:32px}
  .home-services-grid strong{font-size:10.8px}
  .warranty-panel strong,.warranty-panel article:nth-child(3) strong{font-size:24px}
  .warranty-panel p{font-size:8px}
  .gt-chat-launcher{right:12px!important;width:52px!important;height:52px!important;min-height:52px!important;bottom:calc(84px + env(safe-area-inset-bottom,0px))!important}
  .gt-chat-launcher.above-mobile-sticky{bottom:calc(84px + env(safe-area-inset-bottom,0px))}
}
