@font-face{font-family:Manrope;src:url('fonts/Manrope-300.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/Manrope-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/Manrope-500.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/Manrope-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/Manrope-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
:root{--white:#FFFFFF;--blue:#0078DB;--card:#F6F7F9;--ink:#131315;--muted:#B7BAC0;--line:#DDE1E8;--r:10px;--page:1440px;--gutter:56px;--content:1240px}
*{box-sizing:border-box}html{background:var(--card);scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.45;background:var(--card)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.page{width:min(100%,var(--page));margin:0 auto;background:var(--white);overflow:hidden;box-shadow:0 0 0 1px var(--line)}.mode-tablet{--page:768px;--gutter:32px;--content:704px}.mode-mobile{--page:390px;--gutter:20px;--content:350px;font-size:14px}.container{width:min(var(--content),calc(100% - var(--gutter)*2));margin:0 auto}.previewbar{height:44px;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);font-size:12px}.previewbar__modes{display:flex;gap:6px}.previewbar a{border:1px solid var(--line);border-radius:10px;padding:6px 10px}.previewbar a.is-active{background:var(--blue);border-color:var(--blue)}
.header{height:82px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--white)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px}.brand__mark{width:36px;height:36px;border-radius:10px;background:var(--blue);color:var(--white);display:grid;place-items:center;font-size:20px}.nav{display:flex;gap:25px;font-size:14px}.nav a{padding:10px 0}.header__phone{text-align:right;font-size:14px}.header__phone b{display:block;font-size:16px}.burger{display:none;width:42px;height:42px;border-radius:10px;background:var(--card);align-items:center;justify-content:center;font-size:20px}
.section{padding:92px 0}.section--tight{padding:66px 0}.section--soft{background:var(--card)}.section--dark{background:var(--ink);color:var(--white)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--blue);margin-bottom:18px}.section--dark .eyebrow{color:var(--white)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600;letter-spacing:-.035em}h1{font-size:58px;line-height:1.06;margin-bottom:26px;max-width:1000px}h2{font-size:44px;line-height:1.08;margin-bottom:22px;max-width:920px}h3{font-size:24px;line-height:1.15;margin-bottom:12px}.lead{font-size:20px;line-height:1.5;max-width:780px}.muted{color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head>*{margin-bottom:0}.section-head p{max-width:500px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;background:var(--blue);color:var(--white);border:1px solid var(--blue);border-radius:10px;font-weight:600}.btn--ghost{background:var(--white);color:var(--ink);border-color:var(--line)}.btn--dark{background:var(--ink);border-color:var(--ink);color:var(--white)}.text-link{display:inline-flex;color:var(--blue);font-weight:600;margin-top:auto}.tag{display:inline-flex;padding:7px 11px;border-radius:10px;background:var(--white);color:var(--blue);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hero{position:relative;min-height:590px;color:var(--white);display:flex;align-items:end;background:var(--ink)}.hero--inner{min-height:430px}.hero__media{position:absolute;inset:0;background:url('images/hero.jpg') center/cover no-repeat}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#131315 0%,transparent 54%,#131315 100%);opacity:.82}.hero__content{position:relative;padding:72px 0 68px;z-index:1}.hero h1{max-width:940px}.hero .lead{color:var(--white);max-width:700px}.hero__actions{display:flex;gap:12px;margin-top:32px}.hero__meta{position:absolute;right:0;bottom:74px;width:300px;border:1px solid var(--line);border-radius:10px;padding:18px;background:var(--white);color:var(--ink)}
.grid{display:grid;gap:18px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:26px;display:flex;flex-direction:column;min-width:0}.card p:last-child{margin-bottom:0}.card--white{background:var(--white)}.card--blue{background:var(--blue);border-color:var(--blue);color:var(--white)}.card--blue .text-link{color:var(--white)}.card--dark{background:var(--ink);border-color:var(--ink);color:var(--white)}.card__num{font-size:12px;color:var(--blue);font-weight:700;margin-bottom:30px}.card--blue .card__num{color:var(--white)}.situation-card{min-height:250px}.situation-card .btn{align-self:flex-start;margin-top:auto}.feature-list{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden}.feature{padding:26px;background:var(--white);min-height:190px}.feature b{display:block;margin-bottom:8px}.feature__num{color:var(--blue);font-size:12px;font-weight:700;margin-bottom:36px}.note{border-left:4px solid var(--blue);padding:18px 20px;background:var(--card);border-radius:0 10px 10px 0;max-width:880px}.divider-title{font-size:18px;font-weight:600;margin:40px 0 18px;padding-top:28px;border-top:1px solid var(--line)}
.service-main{display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden;padding:0;min-height:360px}.service-main__copy{padding:38px;display:flex;flex-direction:column}.service-main__media{background:url('images/service-1.jpg') center/cover no-repeat;min-height:300px}.service-card{min-height:250px}.service-card p{color:var(--ink)}.service-card .text-link{margin-top:auto}.compact .service-card{min-height:210px}.service-card:nth-child(2n) .card__num{color:var(--ink)}
.work-card{padding:0;overflow:hidden}.work-card__cover{height:250px;background-position:center;background-size:cover;position:relative;border-bottom:1px solid var(--line)}.work-card__cover:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,var(--ink));opacity:.7}.work-card__cover span{position:absolute;z-index:1;left:14px;bottom:14px;background:var(--white);color:var(--ink);border-radius:10px;padding:7px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.work-card__photos{display:grid;grid-template-columns:1fr 1fr;height:160px}.work-card__photos div{background-position:center;background-size:cover;position:relative}.work-card__photos span{position:absolute;left:10px;bottom:10px;background:var(--white);border-radius:10px;padding:5px 8px;font-size:11px;font-weight:700}.work-card__copy{padding:24px}.work-card dl{display:grid;grid-template-columns:100px 1fr;gap:8px;margin:18px 0 0;font-size:13px}.work-card dt{color:var(--muted)}.work-card dd{margin:0}.work-card__process{margin-top:auto;border-top:1px solid var(--line)}.work-card__process>b{display:block;padding:16px 24px;font-size:13px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{min-height:250px}.review__stars{letter-spacing:3px;color:var(--blue);margin-bottom:22px}.review__author{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-size:13px}.review__author b{display:block}.review-actions{display:flex;gap:12px;margin-top:20px}
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cta-card{padding:34px;min-height:315px}.cta-card .price{font-size:38px;font-weight:600;line-height:1;margin:28px 0 8px}.cta-card .btn{align-self:flex-start;margin-top:auto}.team{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.person{display:grid;grid-template-columns:145px 1fr;gap:22px;align-items:center}.person__photo{height:160px;border-radius:10px;background:linear-gradient(135deg,var(--line),var(--card));display:grid;place-items:center;color:var(--muted);font-weight:600}.faq{border-top:1px solid var(--line)}.faq__item{border-bottom:1px solid var(--line);padding:24px 0}.faq__question{display:flex;justify-content:space-between;gap:20px;font-size:20px;font-weight:600}.faq__icon{width:32px;height:32px;border-radius:10px;background:var(--card);display:grid;place-items:center;flex:0 0 auto}.faq__answer{max-width:860px;padding-top:15px;font-size:17px}.faq__item:not(.is-open) .faq__answer{display:none}
.contact-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;background:var(--card);border:1px solid var(--line);border-radius:10px;padding:18px}.contact-card__info{padding:20px}.contact-card__visuals{display:grid;grid-template-columns:1fr 1fr;gap:10px}.facade,.map{border-radius:10px;min-height:320px}.facade{background:center/cover no-repeat}.map{position:relative;background-color:var(--white);background-image:linear-gradient(30deg,var(--line) 12%,transparent 12.5%,transparent 87%,var(--line) 87.5%),linear-gradient(150deg,var(--line) 12%,transparent 12.5%,transparent 87%,var(--line) 87.5%),linear-gradient(30deg,var(--line) 12%,transparent 12.5%,transparent 87%,var(--line) 87.5%);background-size:80px 140px;background-position:0 0,0 0,40px 70px}.map:after{content:"A";position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:10px 10px 10px 0;rotate:-45deg;background:var(--blue);color:var(--white);display:grid;place-items:center;font-weight:700}.map:before{content:"A";position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);color:var(--white);z-index:1;font-weight:700}.contact-details{display:grid;gap:18px;margin:28px 0}.label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700;display:block;margin-bottom:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{border:1px solid var(--line);border-radius:10px;background:var(--white);padding:17px;color:var(--muted);min-height:58px}.field--wide{grid-column:1/-1;min-height:120px}.footer{background:var(--ink);color:var(--white);padding:55px 0}.footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.footer a{display:block;margin:8px 0;color:var(--muted)}.footer small{color:var(--muted)}
.mode-tablet h1{font-size:46px}.mode-tablet h2{font-size:36px}.mode-tablet .nav{display:none}.mode-tablet .burger{display:flex}.mode-tablet .hero{min-height:570px}.mode-tablet .hero__meta{position:static;margin-top:22px;width:100%}.mode-tablet .grid--3{grid-template-columns:repeat(2,1fr)}.mode-tablet .grid--5{grid-template-columns:repeat(2,1fr)}.mode-tablet .feature-list{grid-template-columns:repeat(2,1fr)}.mode-tablet .feature:last-child{grid-column:1/-1}.mode-tablet .reviews{grid-template-columns:repeat(2,1fr)}.mode-tablet .reviews .review:last-child{grid-column:1/-1}.mode-tablet .person{grid-template-columns:110px minmax(0,1fr);gap:14px}.mode-tablet .person__photo{height:145px}.mode-tablet .contact-card{grid-template-columns:1fr}.mode-tablet .contact-card__visuals{order:-1}.mode-tablet .section{padding:72px 0}
.mode-mobile .previewbar{height:auto;padding:9px var(--gutter);align-items:flex-start;gap:8px}.mode-mobile .previewbar__label{display:none}.mode-mobile .previewbar a{padding:5px 7px}.mode-mobile .header{height:66px}.mode-mobile .nav,.mode-mobile .header__phone{display:none}.mode-mobile .burger{display:flex;width:38px;height:38px}.mode-mobile .brand{font-size:15px}.mode-mobile .brand__mark{width:34px;height:34px}.mode-mobile h1{font-size:34px;line-height:1.08}.mode-mobile h2{font-size:29px}.mode-mobile h3{font-size:20px}.mode-mobile .lead{font-size:16px}.mode-mobile .section{padding:56px 0}.mode-mobile .section--tight{padding:44px 0}.mode-mobile .section-head{display:block;margin-bottom:26px}.mode-mobile .section-head p{margin-top:12px}.mode-mobile .hero,.mode-mobile .hero--inner{min-height:560px}.mode-mobile .hero__content{padding:46px 0}.mode-mobile .hero__actions{display:grid}.mode-mobile .hero__meta{position:static;width:100%;margin-top:18px}.mode-mobile .grid--2,.mode-mobile .grid--3,.mode-mobile .grid--5,.mode-mobile .cta-grid,.mode-mobile .team,.mode-mobile .reviews{grid-template-columns:1fr}.mode-mobile .feature-list{grid-template-columns:1fr}.mode-mobile .feature:last-child{grid-column:auto}.mode-mobile .feature{min-height:auto}.mode-mobile .feature__num{margin-bottom:20px}.mode-mobile .service-main{grid-template-columns:1fr}.mode-mobile .service-main__copy{padding:26px}.mode-mobile .service-main__media{order:-1;min-height:210px}.mode-mobile .service-card{min-height:auto}.mode-mobile .work-card__cover{height:220px}.mode-mobile .work-card__photos{height:150px}.mode-mobile .reviews .review:last-child{grid-column:auto}.mode-mobile .review-actions{display:grid}.mode-mobile .cta-card{min-height:290px;padding:26px}.mode-mobile .person{grid-template-columns:1fr}.mode-mobile .person__photo{height:210px}.mode-mobile .faq__question{font-size:17px}.mode-mobile .faq__answer{font-size:15px}.mode-mobile .contact-card{grid-template-columns:1fr;padding:10px}.mode-mobile .contact-card__visuals{grid-template-columns:1fr;order:-1}.mode-mobile .facade,.mode-mobile .map{min-height:220px}.mode-mobile .form-grid{grid-template-columns:1fr}.mode-mobile .field--wide{grid-column:auto}.mode-mobile .footer__grid{grid-template-columns:1fr}.mode-mobile .footer{padding:40px 0}
@media(max-width:500px){body:not(.mode-desktop):not(.mode-tablet):not(.mode-mobile){--page:390px;--gutter:20px;--content:350px}}

/* Client review 14.08.2026: black-and-white brand system, blue reserved for actions */
.brand__logo{display:block;width:150px;height:auto}.eyebrow{color:var(--ink)}.hero .eyebrow{color:var(--white)}.text-link{color:var(--ink);border-bottom:1px solid var(--ink);width:max-content}.tag{background:var(--card);color:var(--ink);border:1px solid var(--line)}
.component-g3{position:relative;background:var(--ink);color:var(--white);overflow:hidden}.component-g3:before{content:"";position:absolute;inset:0;background:url('images/hero.jpg') center/cover no-repeat;opacity:.16}.component-g3 .container{position:relative}.component-g3 .eyebrow{color:var(--white)}.component-g3 .feature,.component-g3 .feature b,.component-g3 .feature span{color:var(--ink)}.component-g3 .note{background:var(--white);color:var(--ink)}

/* Compact services block used only on the finished home page */
.component-g5--compact{background:var(--white)}.service-feature{display:grid;grid-template-columns:.9fr 1.1fr;min-height:300px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--ink);color:var(--white)}.service-feature__media{background:url('images/service-1.jpg') center/cover no-repeat;min-height:260px}.service-feature__copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.service-feature__copy h3{font-size:30px;margin:18px 0 12px}.service-feature__copy .tag{align-self:flex-start}.service-feature__copy .text-link{color:var(--white);border-color:var(--white);margin-top:18px}.service-index{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:14px}.service-index__item{position:relative;display:flex;flex-direction:column;gap:7px;min-height:150px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.service-index__item:nth-child(4n){border-right:0}.service-index__item:nth-last-child(-n+4){border-bottom:0}.service-index__item span{font-size:13px;color:var(--ink)}.service-index__item i{margin-top:auto;font-style:normal;font-size:18px}.service-index__footer{display:flex;justify-content:flex-end;margin-top:20px}

/* Full catalogue: important service is visual, neutral and lets the blue CTA lead */
.service-main--primary{background:var(--white);color:var(--ink);border-color:var(--line)}.service-main--primary .service-main__copy h3{font-size:34px;margin-top:24px}.service-main--primary .service-main__copy .tag,.service-main--primary .service-main__copy .btn{align-self:flex-start}.service-main--primary .service-main__media{position:relative}.service-main--primary .service-main__media:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,var(--ink));opacity:.55}.zone-list{position:absolute;z-index:1;left:20px;right:20px;bottom:20px;display:flex;flex-wrap:wrap;gap:7px}.zone-list span{padding:8px 10px;background:var(--white);color:var(--ink);border-radius:10px;font-size:11px;font-weight:700}.service-card .btn{align-self:flex-start;margin-top:auto}.compact .service-card{background:var(--white)}

/* Portfolio: no vehicle covers; clear before / process / after sequence */
.work-card__copy{min-height:270px}.work-card__process{margin-top:auto}.work-card__photos{height:180px}.work-card__after{height:250px;background-position:center;background-size:cover;position:relative;border-top:1px solid var(--line)}.work-card__after span{position:absolute;left:12px;bottom:12px;background:var(--white);border-radius:10px;padding:6px 9px;font-size:11px;font-weight:700}.work-card__process>b{letter-spacing:.03em}

/* About page: centre, process and people get visible evidence */
.about-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch}.about-story__visual{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;min-height:440px}.about-story__visual>div,.about-center__gallery>div{position:relative;background-position:center;background-size:cover;border-radius:10px;overflow:hidden}.about-story__visual span,.about-center__gallery span,.person__photo span{position:absolute;left:12px;bottom:12px;background:var(--white);color:var(--ink);border-radius:10px;padding:7px 10px;font-size:11px;font-weight:700}.about-center__gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-center__gallery>div{min-height:380px}.about-center .section-head p{color:var(--muted)}.person__photo{position:relative;background-position:center;background-size:cover;color:transparent}.person__photo span{color:var(--ink)}

/* FAQ is intentionally narrower than the viewport */
.faq-shell{display:grid;grid-template-columns:280px minmax(0,760px);gap:60px;justify-content:center;align-items:start}.faq-aside{position:sticky;top:20px;padding:26px;border:1px solid var(--line);border-radius:10px;background:var(--card)}.faq-aside .btn{margin-top:14px}.faq__question{font-size:18px}.faq__answer{font-size:16px;line-height:1.6;max-width:680px}

/* Contacts explicitly show two different deliverables */
.contact-card__visuals figure{margin:0;display:flex;flex-direction:column;gap:8px}.contact-card__visuals figcaption{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.contact-card__visuals .facade{background-position:center;background-size:cover}

/* One footer, matching the main page, with the supplied brand logo */
.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:36px;border-bottom:1px solid var(--line)}.footer__logo{width:210px;height:auto}.footer__phone{display:block;font-size:34px;font-weight:600;color:var(--white)!important;margin:0!important}.footer__top small{display:block}.footer__grid{grid-template-columns:1fr 1fr .8fr;padding:34px 0}.footer__grid b{display:block;margin-bottom:12px}.footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--line)}.footer__bottom a{margin:0}

/* Tablet refinements */
.mode-tablet .brand__logo{width:136px}.mode-tablet .service-index{grid-template-columns:repeat(2,1fr)}.mode-tablet .service-index__item:nth-child(n){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.mode-tablet .service-index__item:nth-child(2n){border-right:0}.mode-tablet .service-index__item:nth-last-child(-n+2){border-bottom:0}.mode-tablet .about-story{grid-template-columns:1fr}.mode-tablet .about-story__visual{min-height:360px}.mode-tablet .faq-shell{grid-template-columns:220px minmax(0,1fr);gap:28px}.mode-tablet .contact-card__visuals{order:0}

/* Mobile refinements */
.mode-mobile .brand__logo{width:125px}.mode-mobile .service-feature{grid-template-columns:1fr}.mode-mobile .service-feature__media{min-height:210px}.mode-mobile .service-feature__copy{padding:24px}.mode-mobile .service-feature__copy h3{font-size:24px}.mode-mobile .service-index{grid-template-columns:1fr}.mode-mobile .service-index__item:nth-child(n){min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.mode-mobile .service-index__item:last-child{border-bottom:0}.mode-mobile .service-index__footer{justify-content:stretch}.mode-mobile .service-index__footer .btn{width:100%}.mode-mobile .service-main--primary .service-main__copy h3{font-size:27px}.mode-mobile .zone-list{left:12px;right:12px;bottom:12px}.mode-mobile .work-card__copy{min-height:auto}.mode-mobile .work-card__photos{height:170px}.mode-mobile .work-card__after{height:230px}.mode-mobile .about-story{grid-template-columns:1fr}.mode-mobile .about-story__visual{grid-template-columns:1fr;min-height:auto}.mode-mobile .about-story__visual>div{min-height:240px}.mode-mobile .about-center__gallery{grid-template-columns:1fr}.mode-mobile .about-center__gallery>div{min-height:250px}.mode-mobile .faq-shell{grid-template-columns:1fr;gap:20px}.mode-mobile .faq-aside{position:static}.mode-mobile .contact-card__visuals{order:0}.mode-mobile .footer__top,.mode-mobile .footer__bottom{display:grid}.mode-mobile .footer__logo{width:180px}.mode-mobile .footer__phone{font-size:26px}.mode-mobile .footer__grid{grid-template-columns:1fr}

/* Reconciliation with the client-supplied Figma exports */
.page{position:relative}.header{position:absolute;z-index:20;top:44px;left:0;right:0;height:82px;background:transparent;border:0;color:var(--white)}.header__inner{height:100%}.header .brand__logo{width:142px}.header__actions{display:flex;align-items:center;gap:26px}.header__phone,.header__place{display:flex;flex-direction:column;color:var(--white);font-size:12px;line-height:1.25}.header__phone b,.header__place b{font-size:14px}.header__phone span,.header__place span{color:var(--white);opacity:.72}.header__telegram{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--white);color:var(--ink);font-size:18px}.nav{font-size:12px;gap:22px}.nav a:hover{color:var(--blue)}
.section{padding:88px 0}.eyebrow{text-transform:none;letter-spacing:0;font-weight:400;color:var(--muted);margin-bottom:12px}h2{font-size:48px}h3{font-size:26px}.card{border:0}.btn{transition:background-color .18s ease,border-color .18s ease,color .18s ease}.btn:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}.section--dark .btn:hover,.cta-card .btn:hover{background:var(--white);border-color:var(--white);color:var(--ink)}.btn--ghost:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}
.hero{min-height:790px}.hero--inner{min-height:500px}.hero__media{background-image:url('images/figma-hero.jpg')}.hero__media:after{background:linear-gradient(180deg,var(--ink),transparent 44%,var(--ink));opacity:.58}.hero__content{padding:170px 0 70px}.hero__layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:70px;align-items:end}.hero__copy h1{max-width:820px}.hero__place{display:none}.hero__meta{position:static;width:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--white);line-height:1.7}.hero__meta .label{color:var(--white)}.hero__meta .btn{display:flex;width:100%;margin-top:24px}.hero--inner .hero__content{padding-top:165px}.hero--inner h1{max-width:980px}
.situation-card{min-height:360px;padding:38px;background:var(--card)}.situation-card__image{width:86px;height:86px;object-fit:cover;border-radius:10px;margin-bottom:28px}.situation-card .btn{width:100%;margin-top:auto}.situation-card:hover{background:var(--ink);color:var(--white)}
.component-g3{background:var(--white);color:var(--ink)}.component-g3:before{display:none}.component-g3 .eyebrow{color:var(--muted)}.component-g3 .section-head{margin-bottom:30px}.component-g3 .feature-list{gap:14px;background:transparent;border:0;overflow:visible}.component-g3 .feature{display:flex;flex-direction:column;justify-content:space-between;min-height:210px;padding:28px;background:var(--card);border-radius:10px}.feature__top{display:flex;justify-content:space-between;align-items:flex-start}.feature__icon{font-size:34px;line-height:1}.feature__num{margin:0;color:var(--muted)}.component-g3 .feature b{font-size:17px}.component-g3 .feature>div:last-child>span{display:block}.component-g3 .feature:hover .feature__icon{color:var(--blue)}.component-g3 .note{max-width:none;padding:0 0 0 18px;border:0;background:transparent;color:var(--ink);position:relative}.component-g3 .note:before{content:"▸";position:absolute;left:0;color:var(--blue)}.component-g3 .note p{color:var(--muted);margin:4px 0 0}
.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.benefit-card{position:relative;display:flex;align-items:flex-end;min-height:280px;padding:34px;background:var(--card);border-radius:10px;overflow:hidden}.benefit-card:nth-child(-n+2){grid-column:span 3}.benefit-card:nth-child(n+3){grid-column:span 2}.benefit-card>div{position:relative;z-index:2;max-width:62%}.benefit-card h3{font-size:18px;margin-bottom:6px}.benefit-card p{margin:0}.benefit-card img{position:absolute;right:-4%;bottom:-7%;width:50%;height:82%;object-fit:contain}.benefit-card__check{position:absolute;z-index:2;left:34px;top:30px;display:grid;place-items:center;width:30px;height:30px;border:2px solid var(--ink);border-radius:50%}.benefit-card:hover .benefit-card__check{color:var(--blue);border-color:var(--blue)}
.component-g5--compact{background:var(--white)}.service-feature{grid-template-columns:1.15fr .85fr;background:var(--card);color:var(--ink);border:0;min-height:360px}.service-feature__copy{order:1;padding:44px}.service-feature__media{order:2;min-height:320px;background:var(--card) url('images/figma-benefit-car.png') center/88% auto no-repeat}.service-feature__copy .text-link{color:var(--ink);border-color:var(--ink)}.service-index{gap:14px;border:0;overflow:visible}.service-index__item{min-height:165px;border:0!important;border-radius:10px;background:var(--card)}.service-index__item:hover{background:var(--ink);color:var(--white)}.service-index__item:hover span{color:var(--white)}.service-main--primary .service-main__media{background:var(--card) url('images/figma-benefit-car.png') center/82% auto no-repeat}.service-main--primary .service-main__media:after{display:none}.zone-list span{border:1px solid var(--line)}
.component-g6{background:var(--white)}.component-g6 .work-card{background:var(--card)}.work-card__photos span,.work-card__after span{background:var(--ink);color:var(--white)}
.component-g7 .review{background:var(--card);min-height:300px}.component-g7 .review__stars{margin-bottom:24px}.component-g7 .review-actions .btn:last-child{background:var(--white);color:var(--blue)}
.component-g8{padding-bottom:72px}.cta-card{position:relative;display:flex;flex-direction:column;min-height:390px;padding:36px;border-radius:10px;overflow:hidden;background-position:center;background-size:cover;color:var(--white)}.cta-card:before{content:"";position:absolute;inset:0;background:var(--ink);opacity:.66}.cta-card>*{position:relative}.cta-card--new{background-image:url('images/figma-cta-new.jpg')}.cta-card--used{background-image:url('images/figma-cta-used.jpg')}.cta-card__offer{display:flex;justify-content:space-between;gap:18px;margin:28px 0;padding:12px 14px;border:1px solid var(--white);border-radius:10px}.cta-card__offer b{white-space:nowrap}.cta-card .btn{width:100%;margin-top:auto}
.footer{padding:52px 0 24px;border-top:1px solid var(--line)}.footer__contacts{display:flex;justify-content:space-between;align-items:flex-end;gap:50px}.footer__phone{font-size:46px!important}.footer__addresses{display:flex;gap:44px}.footer__addresses>div{display:flex;flex-direction:column;gap:4px}.footer__addresses small,.footer__contacts small{display:block}.footer__bottom{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:150px;padding-top:42px;border:0;overflow:hidden}.footer__bottom>div{position:relative;z-index:2;display:flex;gap:24px}.footer__bottom>div a{color:var(--muted)}.footer__logo{position:absolute;z-index:1;left:0;bottom:-32px;width:560px;opacity:.05}.footer__up{position:relative;z-index:2;display:grid!important;place-items:center;min-width:120px;min-height:44px;margin:0!important;border:1px solid var(--white);border-radius:10px;color:var(--white)!important}
.modal{display:none;position:fixed;z-index:100;inset:0;align-items:center;justify-content:center;padding:24px}.modal:target{display:flex}.modal__backdrop{position:absolute;inset:0;background:var(--ink);opacity:.86}.modal__dialog{position:relative;width:min(620px,100%);padding:52px;background:var(--card);border-radius:10px;color:var(--ink)}.modal__dialog h2{font-size:42px}.modal__close{position:absolute;right:22px;top:14px;font-size:34px;color:var(--muted)}.modal__field{min-height:64px;margin-top:14px;padding:20px;border:1px solid var(--line);border-radius:10px;color:var(--muted)}.modal__dialog .btn{width:100%;margin-top:26px}.modal__dialog small{display:block;margin-top:16px;text-align:center}.modal__dialog small span{color:var(--blue)}

.mode-tablet .header{top:44px}.mode-tablet .header .brand__logo{width:132px}.mode-tablet .nav{display:none}.mode-tablet .header__actions{gap:20px}.mode-tablet h1{font-size:48px}.mode-tablet h2{font-size:42px}.mode-tablet .hero{min-height:860px}.mode-tablet .hero--inner{min-height:540px}.mode-tablet .hero__content{padding:150px 0 60px}.mode-tablet .hero__layout{grid-template-columns:1fr;gap:24px;max-width:540px}.mode-tablet .hero__meta{width:420px}.mode-tablet .situation-grid{grid-template-columns:1fr}.mode-tablet .situation-card{display:grid;grid-template-columns:120px 1fr;column-gap:26px;min-height:230px}.mode-tablet .situation-card__image{grid-row:1/4;margin:0}.mode-tablet .situation-card .btn{width:max-content}.mode-tablet .component-g3 .feature-list{grid-template-columns:repeat(6,1fr)}.mode-tablet .component-g3 .feature{grid-column:span 2}.mode-tablet .component-g3 .feature:nth-child(n+4),.mode-tablet .component-g3 .feature:last-child{grid-column:span 3}.mode-tablet .benefit-card{min-height:250px;padding:26px}.mode-tablet .benefit-card__check{left:26px;top:24px}.mode-tablet .benefit-card>div{max-width:70%}.mode-tablet .service-feature{grid-template-columns:1fr 1fr}.mode-tablet .footer__phone{font-size:38px!important}.mode-tablet .footer__addresses{display:grid;gap:14px}

.mode-mobile .header{top:56px;height:64px}.mode-mobile .header .brand__logo{width:112px}.mode-mobile .header__actions{gap:10px;margin-left:auto}.mode-mobile .header__place{display:none}.mode-mobile .header__phone{display:flex;text-align:right;font-size:9px}.mode-mobile .header__phone b{font-size:11px}.mode-mobile .header__telegram{width:34px;height:34px}.mode-mobile h1{font-size:34px}.mode-mobile h2{font-size:31px}.mode-mobile .hero{min-height:690px}.mode-mobile .hero--inner{min-height:500px}.mode-mobile .hero__content{padding:142px 0 34px}.mode-mobile .hero__place{display:block;margin-bottom:16px}.mode-mobile .hero__layout{grid-template-columns:1fr;gap:18px}.mode-mobile .hero__copy h1{font-size:31px}.mode-mobile .hero__meta{width:100%}.mode-mobile .hero__meta .btn{margin-top:16px}.mode-mobile .situation-card{min-height:0;padding:24px}.mode-mobile .situation-card__image{width:86px;height:86px;margin-bottom:20px}.mode-mobile .component-g3 .feature-list{grid-template-columns:1fr}.mode-mobile .component-g3 .feature,.mode-mobile .component-g3 .feature:last-child{grid-column:auto;display:grid;grid-template-columns:46px 1fr;gap:14px;min-height:88px;padding:18px}.mode-mobile .component-g3 .feature__top{display:block}.mode-mobile .feature__num{position:absolute;right:18px}.mode-mobile .feature__icon{font-size:30px}.mode-mobile .benefit-grid{grid-template-columns:1fr}.mode-mobile .benefit-card:nth-child(n){grid-column:auto;min-height:210px;padding:22px}.mode-mobile .benefit-card__check{left:22px;top:auto;bottom:22px}.mode-mobile .benefit-card>div{align-self:flex-start;max-width:72%}.mode-mobile .benefit-card h3{font-size:16px}.mode-mobile .benefit-card img{width:48%;height:70%}.mode-mobile .service-feature{grid-template-columns:1fr}.mode-mobile .service-feature__copy{order:2}.mode-mobile .service-feature__media{order:1;min-height:240px}.mode-mobile .cta-card{min-height:390px;padding:24px}.mode-mobile .cta-card__offer{display:grid}.mode-mobile .footer__contacts,.mode-mobile .footer__addresses{display:grid;gap:24px}.mode-mobile .footer__phone{font-size:28px!important}.mode-mobile .footer__bottom{display:grid;min-height:210px;align-content:end;gap:24px}.mode-mobile .footer__bottom>div{display:grid;gap:8px}.mode-mobile .footer__logo{width:330px}.mode-mobile .footer__up{width:130px}.mode-mobile .modal__dialog{padding:36px 24px}.mode-mobile .modal__dialog h2{font-size:29px}
.component-g3 .feature{position:relative}
.component-g3 .feature__icon{display:block;width:40px;height:40px;object-fit:contain;font-size:0}
.component-g3 .g3-intro{margin-bottom:14px}.component-g3 .g3-check{margin:36px 0 22px}
.person__photo--left{background-position:25% center}.person__photo--right{background-position:72% center}
.service-main--primary .service-main__media{display:flex;background:var(--card);overflow:hidden}.service-main__diagram{display:block;width:100%;height:100%;object-fit:contain}
.mode-tablet .service-main--primary{grid-template-columns:1fr}.mode-tablet .service-main--primary .service-main__media{order:-1;min-height:480px}
.mode-mobile .service-main--primary .service-main__media{min-height:280px}
.home-value .cost-total--good i{background:#42C96B!important}.home-value .cost-total--bad i{background:#E31F26!important}

/* The finished home page is preserved from the supplied Figma exports. */
.home-hero .hero__copy h1{max-width:720px}.home-hero .hero__meta p{font-size:18px;line-height:1.45}.home-situations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-situation-card{display:flex;flex-direction:column;min-height:450px;padding:38px;background:var(--card);border-radius:10px}.home-situation-card>img{width:86px;height:86px;object-fit:cover;border-radius:10px;margin-bottom:30px}.home-situation-card__copy{display:flex;flex:1;flex-direction:column}.home-situation-card__copy h3{font-size:28px}.home-situation-card__copy p{margin-bottom:10px}.home-situation-card__copy .btn{width:100%;margin-top:auto}.home-situation-card__price{display:flex;flex-direction:column;margin:12px 0 18px;padding:12px 14px;background:var(--white);border-radius:10px}.home-situation-card__price span{font-size:12px}
.home-value .lead{max-width:720px;margin-bottom:36px}.cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cost-card{display:flex;flex-direction:column;min-height:370px;padding:38px;background:var(--card);border-radius:10px}.cost-card h3{font-size:28px;margin-bottom:24px}.cost-row{display:grid;grid-template-columns:58px 1fr auto;gap:14px;align-items:center;margin-bottom:10px}.cost-row img{width:58px;height:58px;object-fit:cover;border-radius:10px}.cost-row b{white-space:nowrap}.cost-total{display:grid;grid-template-columns:1fr auto 24px;gap:10px;align-items:center;margin-top:auto;padding-top:20px;border-top:1px dashed var(--muted);font-size:18px}.cost-total b{font-size:25px}.cost-total i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--blue);color:var(--white);font-style:normal;font-weight:700}
.home-guarantee{padding-top:50px}.guarantee-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.guarantee-layout>div:first-child{display:flex;flex-direction:column;justify-content:space-between;padding-right:50px}.guarantee-layout h2{font-size:54px}.guarantee-cards{display:grid;gap:14px}.guarantee-cards article{padding:34px;background:var(--card);border-radius:10px}.guarantee-cards article:first-child{display:flex;justify-content:space-between;align-items:center}.guarantee-cards h3{margin:0 0 18px}.guarantee-cards article:first-child h3{margin:0}.guarantee-cards b{font-size:16px}.guarantee-cards b:first-letter{color:var(--blue)}.guarantee-cards p{margin:28px 0 0}
.home-examples{background:var(--white)}.home-examples__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(390px,1fr);gap:14px;overflow:hidden}.home-example{display:grid;grid-template-rows:1fr 1fr;height:440px;border-radius:10px;overflow:hidden}.home-example>div{position:relative;background-position:center;background-size:cover}.home-example span{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:6px;background:var(--ink);color:var(--white);font-size:12px}.home-examples__controls{display:flex;align-items:center;gap:8px;margin-top:26px}.home-examples__controls>span{display:block;width:74px;height:2px;background:var(--line)}.home-examples__controls>span.is-active{background:var(--ink)}.home-examples__controls>div{margin-left:auto;padding:9px 14px;border-radius:10px;background:var(--blue);color:var(--white)}
.mode-tablet .home-hero .hero__layout{max-width:560px}.mode-tablet .home-situations__grid{grid-template-columns:1fr}.mode-tablet .home-situation-card{display:grid;grid-template-columns:140px 1fr;gap:24px;min-height:250px;padding:36px}.mode-tablet .home-situation-card>img{grid-row:1;margin:0;width:110px;height:110px}.mode-tablet .home-situation-card__copy{grid-column:2}.mode-tablet .home-situation-card__copy .btn{width:max-content}.mode-tablet .cost-card{padding:30px}.mode-tablet .cost-row{grid-template-columns:54px 1fr}.mode-tablet .cost-row b{grid-column:2}.mode-tablet .guarantee-layout{grid-template-columns:1fr}.mode-tablet .guarantee-layout>div:first-child{padding:0}.mode-tablet .guarantee-layout h2{font-size:46px}.mode-tablet .home-examples__track{grid-auto-columns:66%}
.mode-mobile .home-hero .hero__meta p{font-size:15px}.mode-mobile .home-situations__grid{grid-template-columns:1fr}.mode-mobile .home-situation-card{min-height:0;padding:24px}.mode-mobile .home-situation-card>img{width:86px;height:86px;margin-bottom:20px}.mode-mobile .home-situation-card__copy h3{font-size:22px}.mode-mobile .cost-grid{grid-template-columns:1fr}.mode-mobile .cost-card{min-height:0;padding:22px}.mode-mobile .cost-card h3{font-size:22px}.mode-mobile .cost-row{grid-template-columns:50px 1fr;gap:10px}.mode-mobile .cost-row img{width:50px;height:50px}.mode-mobile .cost-row b{grid-column:2}.mode-mobile .cost-total b{font-size:22px}.mode-mobile .guarantee-layout{grid-template-columns:1fr}.mode-mobile .guarantee-layout>div:first-child{padding:0}.mode-mobile .guarantee-layout h2{font-size:34px}.mode-mobile .guarantee-cards article,.mode-mobile .guarantee-cards article:first-child{display:block;padding:24px}.mode-mobile .guarantee-cards article:first-child h3{margin-bottom:18px}.mode-mobile .home-examples__track{grid-auto-columns:94%}.mode-mobile .home-example{height:380px}.mode-mobile .home-examples__controls>span{display:none}
.component-g5--compact .service-feature__media{display:flex;background:var(--card)!important;overflow:hidden}.service-feature__diagram{display:block;width:100%;height:100%;object-fit:contain}.component-g5--compact .service-feature__copy .text-link{color:var(--blue);border-color:var(--blue)}.component-g5--compact .service-index__item i{color:var(--blue)}
.mode-mobile .component-g5--compact .service-feature__media{min-height:280px}
.service-volume__grid{display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}.service-volume__copy .lead{max-width:650px}.service-volume__media{margin:0}.service-volume__media img{display:block;width:100%;height:430px;object-fit:cover;border-radius:10px}.service-volume__media figcaption{margin-top:10px;color:var(--muted);font-size:12px}.component-g5:not(.component-g5--compact) .service-card .btn--ghost{background:var(--blue);border-color:var(--blue);color:var(--white)}
.mode-tablet .service-volume__grid,.mode-mobile .service-volume__grid{grid-template-columns:1fr}.mode-tablet .service-volume__media img{height:380px}.mode-mobile .service-volume__grid{gap:28px}.mode-mobile .service-volume__media img{height:260px}
.about-center__locations{display:grid;gap:22px}.about-location{padding:24px;border:1px solid rgba(221,225,232,.18);border-radius:10px;background:rgba(246,247,249,.04)}.about-location__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.about-location__head>span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.about-location__head h3{margin:0;color:var(--white);font-size:26px}.about-location__photos{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-location__photos figure{margin:0}.about-location__photos figure>div{height:320px;border-radius:10px;background-position:center;background-size:cover}.about-location__photos figcaption{margin-top:10px;color:var(--muted);font-size:12px}
.mode-tablet .about-location__photos figure>div{height:260px}.mode-mobile .about-location{padding:16px}.mode-mobile .about-location__head{display:block}.mode-mobile .about-location__head h3{margin-top:8px;font-size:22px}.mode-mobile .about-location__photos{grid-template-columns:1fr}.mode-mobile .about-location__photos figure>div{height:230px}
.contact-hub{padding-bottom:34px}.contact-hub+.section{padding-top:38px}.contact-hub__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:14px;align-items:stretch}.contact-hub__info,.contact-hub__form{padding:38px;border-radius:10px}.contact-hub__info{display:flex;flex-direction:column;justify-content:space-between;gap:34px;background:var(--ink);color:var(--white)}.contact-hub__info .eyebrow{color:var(--white)}.contact-hub__facts{display:grid;gap:24px}.contact-hub__facts p{margin:0;font-size:20px}.contact-hub__phone{font-size:31px;font-weight:600;letter-spacing:-.03em}.contact-channels{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-channels>a{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(221,225,232,.22);border-radius:10px;background:rgba(246,247,249,.06);color:var(--white)}.contact-channels i{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--blue);font-style:normal;font-weight:700}.contact-channels span{display:grid}.contact-channels small{color:var(--muted);font-size:10px}.contact-channels strong{color:var(--blue);font-size:20px}.contact-hub__form{background:var(--card);border:1px solid var(--line)}.contact-hub__form h2{font-size:36px}.compact-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.compact-form .field{min-height:54px;padding:15px}.address-choice{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin:0;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.address-choice legend{float:left;width:auto;margin:0 auto 0 4px;padding:0;color:var(--muted);font-size:12px}.address-choice label{position:relative;display:flex;align-items:center;gap:8px;min-height:38px;padding:9px 14px;border:1px solid var(--line);border-radius:10px;font-weight:600;cursor:default}.address-choice input{position:absolute;opacity:0;pointer-events:none}.address-choice label:has(input:checked){border-color:var(--blue);background:var(--blue);color:var(--white)}.address-choice label span:before{content:"";display:inline-block;width:9px;height:9px;margin-right:7px;border:2px solid currentColor;border-radius:50%;vertical-align:0}.compact-form__message{grid-column:1/-1;min-height:82px!important}.compact-form__footer{display:flex;align-items:center;gap:18px;margin-top:14px}.compact-form__footer small{max-width:300px;color:var(--muted);font-size:10px;line-height:1.4}
.mode-tablet .contact-hub__grid{grid-template-columns:1fr}.mode-tablet .contact-hub__info,.mode-tablet .contact-hub__form{padding:32px}.mode-tablet .contact-channels{max-width:520px}.mode-mobile .contact-hub{padding-bottom:20px}.mode-mobile .contact-hub+.section{padding-top:28px}.mode-mobile .contact-hub__info,.mode-mobile .contact-hub__form{padding:22px}.mode-mobile .contact-hub__phone{font-size:25px}.mode-mobile .contact-channels{grid-template-columns:1fr}.mode-mobile .contact-hub__form h2{font-size:28px}.mode-mobile .compact-form{grid-template-columns:1fr}.mode-mobile .address-choice{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.mode-mobile .address-choice legend{grid-column:1/-1;margin:0 0 3px}.mode-mobile .address-choice label{justify-content:center;padding:8px}.mode-mobile .compact-form__message{grid-column:auto}.mode-mobile .compact-form__footer{display:grid}.mode-mobile .compact-form__footer .btn{width:100%}
.footer__nav{display:grid;grid-template-columns:180px 1fr;gap:36px;margin-top:38px;padding:28px 0;border-top:1px solid rgba(221,225,232,.22);border-bottom:1px solid rgba(221,225,232,.22)}.footer__nav>span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.footer__nav>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 30px}.footer__nav a{margin:0;color:var(--white);font-size:16px}.footer__nav a:hover{color:var(--blue)}.footer__nav+.footer__bottom{padding-top:30px}
.mode-tablet .footer__nav{grid-template-columns:140px 1fr}.mode-tablet .footer__nav>div{grid-template-columns:repeat(2,1fr)}.mode-mobile .footer__nav{grid-template-columns:1fr;gap:16px;margin-top:28px;padding:24px 0}.mode-mobile .footer__nav>div{grid-template-columns:1fr 1fr;gap:10px 16px}.mode-mobile .footer__nav a{font-size:14px}.mode-mobile .footer__nav+.footer__bottom{padding-top:24px}

/* Страница «Антикор днища» */
.underbody-hero{position:relative;min-height:760px;overflow:hidden;background:var(--ink);color:var(--white)}.underbody-hero__media{position:absolute;inset:0;background:url('images/underbody-hero.jpg') center/cover no-repeat}.underbody-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0%,var(--ink) 34%,transparent 82%);opacity:.9}.underbody-hero__content{position:relative;z-index:1;display:flex;align-items:end;min-height:760px;padding-top:170px;padding-bottom:80px}.underbody-hero__layout{display:grid;grid-template-columns:1.35fr .65fr;gap:90px;align-items:end;width:100%}.underbody-hero__overline{max-width:650px;margin-bottom:22px;font-size:17px}.underbody-hero h1{max-width:820px}.underbody-hero .lead{max-width:760px}.underbody-hero aside{padding:28px;border-radius:10px;background:var(--white);color:var(--ink)}.underbody-hero aside p{font-size:18px;line-height:1.45}.underbody-hero aside .btn{width:100%}
.underbody-situations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px}.underbody-situation{display:flex;flex-direction:column;min-height:610px;padding:12px;border-radius:10px;background:var(--card)}.underbody-situation>img{width:100%;height:230px;border-radius:10px;object-fit:cover}.underbody-situation__copy{display:flex;flex:1;flex-direction:column;padding:24px}.underbody-situation__copy h3{font-size:27px}.underbody-situation__copy p{line-height:1.48}.underbody-situation__copy .btn{width:100%;margin-top:auto}
.underbody-stages{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:40px}.underbody-stage{grid-column:span 2;display:flex;flex-direction:column;justify-content:space-between;min-height:270px;padding:26px;border:1px solid var(--line);border-radius:10px;background:var(--ink)}.underbody-stage:nth-child(4){grid-column:2/span 2}.underbody-stage>span{color:var(--muted);font-size:40px;font-weight:600}.underbody-stage h3{font-size:22px}.underbody-stage p{margin:0;color:var(--muted)}.underbody-process__accent{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:12px;padding:24px 28px;border-radius:10px;background:var(--blue)}.underbody-process__accent span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.underbody-process__accent b{font-size:22px}
.underbody-agreement>.container>.lead{margin-bottom:38px}.underbody-agreement__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px}.underbody-agreement__card{display:flex;flex-direction:column;min-height:460px;padding:38px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.underbody-agreement__card h3{max-width:580px;margin:32px 0;font-size:31px}.underbody-agreement__card .btn{align-self:flex-start;margin-top:auto}.underbody-priority{display:grid;grid-template-columns:1fr 1fr;gap:10px}.underbody-priority>div{padding:22px;border-radius:10px;background:var(--card)}.underbody-priority b{display:block;margin-bottom:8px;color:var(--blue);font-size:12px;text-transform:uppercase}.underbody-priority p{margin:0}.underbody-agreement__final{max-width:680px;margin:24px 0;font-weight:600}
.underbody-guarantee__layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.underbody-guarantee__cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.underbody-guarantee__cards article{min-height:250px;padding:30px;border-radius:10px;background:var(--card)}.underbody-guarantee__cards article:last-child{grid-column:1/-1;min-height:auto;background:var(--ink);color:var(--white)}.underbody-guarantee__cards span{display:block;margin-bottom:28px;color:var(--muted);font-size:12px;text-transform:uppercase}.underbody-guarantee__cards h3{font-size:28px}.underbody-guarantee__cards p{margin:0}
.underbody-works__grid{display:grid;gap:18px}.underbody-work{padding:20px;border-radius:10px;background:var(--white)}.underbody-work__head{display:flex;justify-content:space-between;gap:20px;padding:14px}.underbody-work__head h3{margin-bottom:5px}.underbody-work__head span{color:var(--muted)}.underbody-work__head>b{color:var(--blue)}.underbody-work__details{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:18px 0;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden}.underbody-work__details p{margin:0;padding:18px;background:var(--white);font-size:13px}.underbody-work__details span{display:block;margin-bottom:10px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.underbody-work__photos{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:10px}.underbody-work__photos figure{position:relative;height:300px;margin:0;overflow:hidden;border-radius:10px}.underbody-work__photos img{width:100%;height:100%;object-fit:cover}.underbody-work__photos figcaption{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:10px;background:var(--ink);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase}
.underbody-faq__layout{display:grid;grid-template-columns:340px minmax(0,780px);justify-content:space-between;gap:80px}.underbody-faq__layout>aside .text-link{margin-top:25px}.underbody-faq__item{padding:24px 0;border-bottom:1px solid var(--line)}.underbody-faq__item:first-child{border-top:1px solid var(--line)}.underbody-faq__question{display:flex;justify-content:space-between;gap:20px;font-size:19px;font-weight:600}.underbody-faq__question i{display:grid;place-items:center;width:32px;height:32px;flex:0 0 auto;border-radius:10px;background:var(--card);font-style:normal}.underbody-faq__answer{max-width:680px;padding-top:14px}.underbody-faq__item:not(.is-open) .underbody-faq__answer{display:none}
.underbody-cta__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:38px}.underbody-cta__grid article{position:relative;min-height:500px;overflow:hidden;border-radius:10px;background-position:center;background-size:cover}.underbody-cta__grid article:before{content:"";position:absolute;inset:0;background:var(--ink);opacity:.72}.underbody-cta__grid article>div{position:relative;z-index:1;display:flex;flex-direction:column;min-height:500px;padding:38px}.underbody-cta__grid h3{font-size:30px}.underbody-cta__grid p{max-width:520px}.underbody-cta__row{display:flex;justify-content:space-between;gap:25px;margin-top:auto;padding:20px 0;border-top:1px solid var(--line)}.underbody-cta__row span{max-width:330px}.underbody-cta__row b{text-align:right}.underbody-cta__grid .btn{align-self:flex-start;margin-top:20px}
.mode-tablet .underbody-hero,.mode-tablet .underbody-hero__content{min-height:820px}.mode-tablet .underbody-hero__layout{grid-template-columns:1fr;gap:28px;max-width:620px}.mode-tablet .underbody-hero aside{max-width:450px}.mode-tablet .underbody-situations__grid{grid-template-columns:1fr}.mode-tablet .underbody-situation{display:grid;grid-template-columns:240px 1fr;min-height:330px}.mode-tablet .underbody-situation>img{height:100%}.mode-tablet .underbody-stage{grid-column:span 3}.mode-tablet .underbody-stage:nth-child(4){grid-column:span 3}.mode-tablet .underbody-stage:last-child{grid-column:2/span 4}.mode-tablet .underbody-agreement__grid,.mode-tablet .underbody-guarantee__layout{grid-template-columns:1fr}.mode-tablet .underbody-work__details{grid-template-columns:repeat(2,1fr)}.mode-tablet .underbody-work__details p:last-child{grid-column:1/-1}.mode-tablet .underbody-work__photos{grid-template-columns:1fr 1fr}.mode-tablet .underbody-work__photos figure:last-child{grid-column:1/-1}.mode-tablet .underbody-faq__layout{grid-template-columns:240px minmax(0,1fr);gap:35px}.mode-tablet .underbody-cta__grid{grid-template-columns:1fr}
.mode-mobile .underbody-hero,.mode-mobile .underbody-hero__content{min-height:760px}.mode-mobile .underbody-hero__content{padding-top:150px;padding-bottom:34px}.mode-mobile .underbody-hero__layout{grid-template-columns:1fr;gap:18px}.mode-mobile .underbody-hero__overline{font-size:14px}.mode-mobile .underbody-hero h1{font-size:33px}.mode-mobile .underbody-hero aside{padding:20px}.mode-mobile .underbody-situations__grid{grid-template-columns:1fr}.mode-mobile .underbody-situation{display:flex;min-height:0}.mode-mobile .underbody-situation>img{height:210px}.mode-mobile .underbody-situation__copy{padding:18px}.mode-mobile .underbody-situation__copy h3{font-size:23px}.mode-mobile .underbody-stages{grid-template-columns:1fr}.mode-mobile .underbody-stage,.mode-mobile .underbody-stage:nth-child(4),.mode-mobile .underbody-stage:last-child{grid-column:auto;display:grid;grid-template-columns:48px 1fr;gap:14px;min-height:0;padding:20px}.mode-mobile .underbody-stage>span{font-size:25px}.mode-mobile .underbody-process__accent{display:grid;padding:20px}.mode-mobile .underbody-process__accent b{font-size:19px}.mode-mobile .underbody-agreement__grid,.mode-mobile .underbody-guarantee__layout{grid-template-columns:1fr;gap:20px}.mode-mobile .underbody-agreement__card{min-height:0;padding:24px}.mode-mobile .underbody-agreement__card h3{font-size:25px}.mode-mobile .underbody-priority{grid-template-columns:1fr}.mode-mobile .underbody-agreement__card .btn{width:100%}.mode-mobile .underbody-guarantee__cards{grid-template-columns:1fr}.mode-mobile .underbody-guarantee__cards article:last-child{grid-column:auto}.mode-mobile .underbody-work{padding:10px}.mode-mobile .underbody-work__head{display:block}.mode-mobile .underbody-work__head>b{display:block;margin-top:8px}.mode-mobile .underbody-work__details{grid-template-columns:1fr}.mode-mobile .underbody-work__details p:last-child{grid-column:auto}.mode-mobile .underbody-work__photos{grid-template-columns:1fr}.mode-mobile .underbody-work__photos figure,.mode-mobile .underbody-work__photos figure:last-child{grid-column:auto;height:230px}.mode-mobile .underbody-faq__layout{grid-template-columns:1fr;gap:30px}.mode-mobile .underbody-faq__question{font-size:17px}.mode-mobile .underbody-faq__answer{font-size:15px}.mode-mobile .underbody-cta__grid{grid-template-columns:1fr}.mode-mobile .underbody-cta__grid article,.mode-mobile .underbody-cta__grid article>div{min-height:430px}.mode-mobile .underbody-cta__grid article>div{padding:24px}.mode-mobile .underbody-cta__row{display:grid}.mode-mobile .underbody-cta__row b{text-align:left}.mode-mobile .underbody-cta__grid .btn{width:100%}
.underbody-faq__inline-link{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.arches-hero .underbody-hero__media{background-position:center 55%}.mode-mobile .arches-hero .underbody-hero__media{background-position:center}
.complex-hero .underbody-hero__media{background-image:url('images/complex-hero.jpg');background-position:center 58%}.complex-process .underbody-stage:nth-child(4){min-height:320px}.complex-works .section-head .lead{max-width:760px}.mode-mobile .complex-hero .underbody-hero__media{background-position:62% center}.mode-mobile .complex-process .underbody-stage:nth-child(4){min-height:0}
.newcar-hero .underbody-hero__media{background-image:url('images/newcar-hero.jpg');background-position:center 58%}.newcar-zones__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px}.newcar-zone{overflow:hidden;border-radius:10px;background:var(--card)}.newcar-zone>img{width:100%;height:300px;object-fit:cover}.newcar-zone>div{padding:28px}.newcar-zone span{display:block;margin-bottom:38px;color:var(--muted);font-size:14px;font-weight:600}.newcar-zone h3{font-size:28px}.newcar-zone p{margin-bottom:0}.newcar-zones__note{max-width:760px;margin:28px 0 14px}.newcar-zones__accent{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:24px 28px;border-radius:10px;background:var(--blue);color:var(--white)}.newcar-zones__accent span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.newcar-zones__accent b{max-width:850px;font-size:21px}.newcar-agreement__layout{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:stretch}.newcar-agreement__card{margin-top:36px;padding:30px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.newcar-agreement__card p{max-width:680px;font-size:20px}.newcar-agreement__card .btn{margin-top:18px}.newcar-agreement__layout>img{width:100%;height:100%;min-height:560px;border-radius:10px;object-fit:cover}.newcar-guarantee__layout{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:stretch}.newcar-guarantee__layout>article{display:flex;flex-direction:column;justify-content:end;min-height:360px;padding:34px;border-radius:10px;background:var(--ink);color:var(--white)}.newcar-guarantee__layout>article span{margin-bottom:auto;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.newcar-guarantee__layout>article p{font-size:21px}.newcar-work__details{display:grid;grid-template-columns:1fr 1fr 1.5fr .7fr;gap:1px;margin:18px 0;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden}.newcar-work__details p{margin:0;padding:18px;background:var(--white);font-size:13px}.newcar-work__details span{display:block;margin-bottom:10px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.newcar-cta__layout{display:grid;grid-template-columns:1fr 1fr;min-height:570px;overflow:hidden;border-radius:10px;background:var(--card);color:var(--ink)}.newcar-cta__copy{display:flex;flex-direction:column;padding:52px}.newcar-cta__copy h2{font-size:52px}.newcar-cta__copy p{max-width:590px;font-size:20px}.newcar-cta__row{margin-top:auto;padding:22px 0;border-top:1px solid var(--line);font-weight:600}.newcar-cta__copy .btn{align-self:flex-start;margin-top:22px}.newcar-cta__layout>img{width:100%;height:100%;object-fit:cover}.mode-tablet .newcar-zones__grid{grid-template-columns:1fr}.mode-tablet .newcar-zone{display:grid;grid-template-columns:260px 1fr}.mode-tablet .newcar-zone>img{height:100%;min-height:310px}.mode-tablet .newcar-agreement__layout,.mode-tablet .newcar-guarantee__layout{grid-template-columns:1fr}.mode-tablet .newcar-agreement__layout>img{min-height:420px}.mode-tablet .newcar-work__details{grid-template-columns:1fr 1fr}.mode-tablet .newcar-cta__layout{grid-template-columns:1fr}.mode-tablet .newcar-cta__layout>img{height:440px}.mode-mobile .newcar-hero .underbody-hero__media{background-position:65% center}.mode-mobile .newcar-zones__grid{grid-template-columns:1fr}.mode-mobile .newcar-zone{display:block}.mode-mobile .newcar-zone>img{height:220px;min-height:0}.mode-mobile .newcar-zone>div{padding:22px}.mode-mobile .newcar-zone span{margin-bottom:22px}.mode-mobile .newcar-zones__accent{display:grid;padding:20px}.mode-mobile .newcar-zones__accent b{font-size:18px}.mode-mobile .newcar-agreement__layout,.mode-mobile .newcar-guarantee__layout{grid-template-columns:1fr;gap:24px}.mode-mobile .newcar-agreement__card{padding:22px}.mode-mobile .newcar-agreement__card .btn{width:100%}.mode-mobile .newcar-agreement__layout>img{min-height:0;height:280px}.mode-mobile .newcar-guarantee__layout>article{min-height:300px;padding:26px}.mode-mobile .newcar-work__details{grid-template-columns:1fr}.mode-mobile .newcar-cta__layout{grid-template-columns:1fr;min-height:0}.mode-mobile .newcar-cta__copy{padding:26px}.mode-mobile .newcar-cta__copy h2{font-size:36px}.mode-mobile .newcar-cta__copy .btn{width:100%}.mode-mobile .newcar-cta__layout>img{height:280px}
.cavities-hero .underbody-hero__media{background-image:url('images/cavities-hero.png');background-position:center}.cavities-zone:first-child>img{object-position:center 58%}.cavities-zone:last-child>img{object-position:center 60%}.cavities-faq__link{max-width:320px;margin-top:28px}.cavities-faq__link .text-link{display:inline}.mode-mobile .cavities-hero .underbody-hero__media{background-position:68% center}.mode-mobile .cavities-faq__link{max-width:none}
.service-index-group{margin-top:42px}.service-index-group>h3{margin-bottom:18px;font-size:25px}.service-index-group .service-index{margin-top:0}.service-index--antikor,.service-index--extra{grid-template-columns:repeat(3,1fr)}.service-index__item em{margin-top:auto;color:var(--blue);font-size:13px;font-style:normal;font-weight:700}.service-index__item:hover em{color:var(--white)}.service-feature:hover .text-link{color:var(--blue)}.mode-tablet .service-index--antikor,.mode-tablet .service-index--extra{grid-template-columns:repeat(2,1fr)}.mode-mobile .service-index-group{margin-top:32px}.mode-mobile .service-index-group>h3{font-size:22px}.mode-mobile .service-index--antikor,.mode-mobile .service-index--extra{grid-template-columns:1fr}

/* Client corrections 21.08.26: complex hero contrast and branded Telegram icon. */
.header__telegram img{display:block;width:23px;height:23px}
.complex-hero .underbody-hero__media:after{background:var(--ink);opacity:.72}

/* Client corrections 21.08.26: complex preparation and process sections. */
.complex-situations .underbody-situation{min-height:520px}
.complex-process .underbody-stages{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.complex-process .complex-stage,.complex-process .complex-stage:nth-child(4),.complex-process .complex-stage:last-child{grid-column:auto;display:flex;flex-direction:column;justify-content:flex-start;min-height:460px;padding:0;overflow:hidden;background:var(--card);color:var(--ink)}
.complex-stage__image{display:block;width:100%;height:175px;object-fit:cover}
.complex-stage__copy{display:flex;flex:1;flex-direction:column;padding:22px}
.complex-stage__copy>span{display:block;margin-bottom:28px;color:var(--muted);font-size:28px;font-weight:600}
.complex-stage__copy h3{font-size:20px}
.complex-stage__copy p{margin-top:auto;color:var(--ink);font-size:14px;opacity:.76}
.complex-process__payment{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:32px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.complex-process__payment span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.complex-process__payment b{font-size:22px}
.mode-tablet .complex-situations .underbody-situation{min-height:330px}
.mode-tablet .complex-process .underbody-stages{grid-template-columns:repeat(2,minmax(0,1fr))}
.mode-tablet .complex-process .complex-stage,.mode-tablet .complex-process .complex-stage:nth-child(4),.mode-tablet .complex-process .complex-stage:last-child{grid-column:auto;min-height:420px}
.mode-mobile .complex-situations .underbody-situation{min-height:0}
.mode-mobile .complex-process .underbody-stages{grid-template-columns:1fr}
.mode-mobile .complex-process .complex-stage,.mode-mobile .complex-process .complex-stage:nth-child(4),.mode-mobile .complex-process .complex-stage:last-child{display:block;min-height:0;padding:0}
.mode-mobile .complex-stage__image{height:210px}
.mode-mobile .complex-stage__copy{padding:20px}
.mode-mobile .complex-stage__copy>span{margin-bottom:18px;font-size:24px}
.mode-mobile .complex-stage__copy p{margin-top:0}
.mode-mobile .complex-process__payment{display:grid;gap:10px;padding:20px 0}
.mode-mobile .complex-process__payment b{font-size:19px}

/* Client corrections 21.08.26: complex pricing accents and visual guarantee cards. */
.complex-agreement .tag{padding:0;border:0;background:transparent;color:var(--muted);font-size:16px;line-height:1.5;letter-spacing:0;text-transform:none}
.complex-agreement .underbody-priority b{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:16px;text-transform:none}
.complex-agreement .underbody-priority b:before{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid var(--blue)}
.complex-guarantee__intro{max-width:820px;margin-bottom:40px}
.complex-guarantee__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.complex-guarantee-card{position:relative;display:flex;align-items:flex-end;min-height:360px;padding:32px;overflow:hidden;border-radius:10px;background:var(--card)}
.complex-guarantee-card__check{position:absolute;z-index:2;top:28px;left:30px;display:grid;place-items:center;width:30px;height:30px;border:2px solid var(--ink);border-radius:50%;font-weight:700}
.complex-guarantee-card>div{position:relative;z-index:2;max-width:68%}
.complex-guarantee-card__label{margin-bottom:12px;color:var(--muted);font-size:16px}
.complex-guarantee-card h3{font-size:26px}
.complex-guarantee-card>div>p:last-child{margin-bottom:0}
.complex-guarantee-card img{position:absolute;right:-5%;bottom:-5%;width:48%;height:72%;object-fit:contain}
.complex-guarantee-card:hover .complex-guarantee-card__check{border-color:var(--blue);color:var(--blue)}
.mode-tablet .complex-guarantee__grid{grid-template-columns:1fr}
.mode-tablet .complex-guarantee-card{min-height:300px}
.mode-tablet .complex-guarantee-card>div{max-width:62%}
.mode-mobile .complex-agreement .tag{font-size:15px}
.mode-mobile .complex-agreement .underbody-priority b{font-size:15px}
.mode-mobile .complex-guarantee__intro{margin-bottom:28px}
.mode-mobile .complex-guarantee__grid{grid-template-columns:1fr}
.mode-mobile .complex-guarantee-card{min-height:300px;padding:24px}
.mode-mobile .complex-guarantee-card__check{top:22px;left:22px}
.mode-mobile .complex-guarantee-card>div{max-width:72%}
.mode-mobile .complex-guarantee-card h3{font-size:23px}
.mode-mobile .complex-guarantee-card img{width:47%;height:62%}

/* Client corrections 21.08.26: complex works typography and photo gallery. */
.complex-works .section-head .lead{font-size:16px}
.complex-works .complex-work .underbody-work__head{padding:16px}
.complex-works .complex-work .underbody-work__head h3{font-size:28px}
.complex-works .complex-work .underbody-work__head span{font-size:16px}
.complex-works .complex-work .underbody-work__details p{font-size:16px;line-height:1.45}
.complex-works .complex-work .underbody-work__details span{margin-bottom:12px;color:var(--ink);font-size:18px;font-weight:600;line-height:1.3;text-transform:none}
.complex-works .complex-work .underbody-work__photos figcaption{font-size:14px}
.complex-work-gallery{position:relative}
.complex-work-gallery__arrow{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:46px;height:46px;padding:0;transform:translateY(-50%);border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--ink);font:600 23px/1 Manrope,Arial,sans-serif;cursor:pointer}
.complex-work-gallery__arrow:hover{border-color:var(--blue);color:var(--blue)}
.complex-work-gallery__arrow--prev{left:14px}
.complex-work-gallery__arrow--next{right:14px}
.mode-tablet .complex-works .complex-work .underbody-work__details p{font-size:16px}
.mode-tablet .complex-works .complex-work .underbody-work__details span{font-size:18px}
.mode-mobile .complex-works .section-head .lead{font-size:16px}
.mode-mobile .complex-works .complex-work .underbody-work__head h3{font-size:25px}
.mode-mobile .complex-works .complex-work .underbody-work__head span{font-size:15px}
.mode-mobile .complex-works .complex-work .underbody-work__details p{font-size:16px}
.mode-mobile .complex-works .complex-work .underbody-work__details span{font-size:18px}
.mode-mobile .complex-work-gallery__arrow{width:42px;height:42px}
.mode-mobile .complex-work-gallery__arrow--prev{left:12px}
.mode-mobile .complex-work-gallery__arrow--next{right:12px}

/* Client corrections 21.08.26: complex FAQ composition and responsive spacing. */
.complex-faq .underbody-faq__layout{grid-template-columns:minmax(260px,300px) minmax(0,760px);column-gap:72px;row-gap:36px;align-items:start}
.complex-faq__aside,.complex-faq__answers{min-width:0}
.complex-faq__aside h3{margin:14px 0 12px;font-size:28px;line-height:1.18;overflow-wrap:anywhere}
.complex-faq__aside p{margin-bottom:0;font-size:16px;line-height:1.55}
.complex-faq__aside .text-link{display:inline-block;max-width:100%;margin-top:24px;overflow-wrap:anywhere}
.complex-faq__answers .underbody-faq__question>span{min-width:0;overflow-wrap:anywhere}
.complex-faq__answers .underbody-faq__answer{font-size:16px;line-height:1.6;overflow-wrap:anywhere}
.mode-tablet .complex-faq .underbody-faq__layout{grid-template-columns:230px minmax(0,1fr);column-gap:42px;row-gap:32px}
.mode-tablet .complex-faq__aside h3{font-size:24px}
.mode-tablet .complex-faq__aside .text-link{margin-top:20px}
.mode-mobile .complex-faq .underbody-faq__layout{grid-template-columns:1fr;column-gap:0;row-gap:28px}
.mode-mobile .complex-faq__aside{position:static;padding:22px}
.mode-mobile .complex-faq__aside h3{font-size:24px}
.mode-mobile .complex-faq__aside .text-link{margin-top:18px}
.mode-mobile .complex-faq__answers .underbody-faq__question{gap:16px}
.mode-mobile .complex-faq__answers .underbody-faq__answer{font-size:16px}

/* Client corrections 21.08.26: complex booking block mirrors the home CTA. */
.complex-cta .complex-cta__card{isolation:isolate;background-image:none}
.complex-cta .complex-cta__card:after{content:"";position:absolute;z-index:0;inset:0;background-image:var(--cta-bg);background-position:center;background-size:cover;transform:scale(1);transition:transform .55s ease}
.complex-cta .complex-cta__card:before{z-index:1}
.complex-cta .complex-cta__card>*{z-index:2}
.complex-cta .complex-cta__card:hover:after,.complex-cta .complex-cta__card:focus-within:after{transform:scale(1.045)}
@media (prefers-reduced-motion:reduce){.complex-cta .complex-cta__card:after{transition:none}}

/* Client corrections 21.08.26: shared four-column footer. */
.footer__contacts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-items:start}
.footer__phone-block{grid-column:1;text-align:left}
.footer__phone-block .footer__phone{font-size:28px!important;white-space:nowrap}
.footer__addresses{grid-column:3/5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;text-align:left}
.footer__addresses>div{align-items:flex-start;text-align:left}
.footer__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:34px;padding:28px 0}
.footer__nav>div{grid-column:3/5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,auto);grid-auto-flow:column;gap:12px 28px}
.footer__nav a{margin:0;text-align:left}
.footer__bottom>div.footer__legal{display:flex;gap:24px}
.footer__actions{position:relative;z-index:2;display:flex;align-items:center;gap:10px}
.footer__social{display:grid!important;place-items:center;width:44px;height:44px;margin:0!important;border:1px solid var(--white);border-radius:10px;background:var(--white)}
.footer__social img{display:block;width:23px;height:23px}
.footer__actions .footer__up{margin:0!important}
.mode-tablet .footer__contacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mode-tablet .footer__phone-block{grid-column:1}
.mode-tablet .footer__phone-block .footer__phone{font-size:21px!important}
.mode-tablet .footer__addresses{grid-column:2;grid-template-columns:1fr;gap:20px}
.mode-tablet .footer__nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mode-tablet .footer__nav>div{grid-column:2/4;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,auto);grid-auto-flow:column;gap:12px 24px}
.mode-tablet .footer__bottom{align-items:end}
.mode-tablet .footer__bottom>div.footer__legal{display:grid;gap:8px}
.mode-mobile .footer__contacts{grid-template-columns:1fr;gap:24px}
.mode-mobile .footer__phone-block,.mode-mobile .footer__addresses{grid-column:1}
.mode-mobile .footer__phone-block .footer__phone{font-size:28px!important}
.mode-mobile .footer__addresses{grid-template-columns:1fr;gap:18px}
.mode-mobile .footer__nav{grid-template-columns:1fr;gap:0;margin-top:28px;padding:24px 0}
.mode-mobile .footer__nav>div{grid-column:1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,auto);grid-auto-flow:column;gap:12px 18px}
.mode-mobile .footer__bottom>div.footer__legal{display:grid;gap:8px}
.mode-mobile .footer__actions{display:flex;gap:8px}
.mode-mobile .footer__social{width:42px;height:42px}
.mode-mobile .footer__actions .footer__up{width:auto;min-width:112px}

/* Client corrections 21.08.26: button labels always stay on one line. */
.btn{max-width:100%;white-space:nowrap}
.mode-mobile .btn{padding-right:16px;padding-left:16px;font-size:14px}
