:root{
  --font:"Inter",Arial,sans-serif;
  --black:#141414;
  --black-2:#202020;
  --dark:#0f0f0f;
  --gray:#f2f2f2;
  --gray-2:#d8d8d8;
  --text:#1d1d1d;
  --muted:#6f6f6f;
  --yellow:#ffc400;
  --yellow-2:#d2a01d;
  --border:rgba(255,255,255,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--text);background:#fff;overflow-x:hidden}
body.menu-open,body.popup-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.container{width:100%;max-width:1660px;margin:0 auto;padding:0 40px}
.section{padding:110px 0}
.section-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:13px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow)}
.section-kicker::before{content:"";display:block;width:26px;height:2px;background:currentColor}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(42px,5.5vw,57px);line-height:.96;font-weight:820;text-transform:uppercase}
h2{font-size:clamp(34px,4.1vw,51px);line-height:.98;font-weight:700;text-transform:uppercase;color:var(--black)}
h3{font-size:24px;line-height:1.06;font-weight:760;letter-spacing:-.035em}
p{font-size:18px;line-height:1.45;color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:58px;padding:18px 30px;border:1px solid transparent;background:transparent;color:inherit;font-weight:760;font-size:15px;line-height:1;text-align:center;text-transform:uppercase;letter-spacing:.04em;transition:.25s ease;white-space:nowrap}
.button--yellow{background:var(--yellow);color:#161616;border-color:var(--yellow)}
.button--yellow:hover{background:#fff;color:#161616;border-color:#fff;transform:translateY(-2px)}
.button--dark{background:var(--black);color:#fff;border-color:var(--black)}
.button--dark:hover{background:var(--yellow);color:#111;border-color:var(--yellow)}
.button--outline{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.02)}
.button--outline:hover{background:#fff;color:#111;border-color:#fff}
/* header */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;color:#fff;transition:.3s ease;background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.2))}
.site-header.is-scrolled{background:rgba(15,15,15,.94);box-shadow:0 15px 45px rgba(0,0,0,.25)}
.site-header__container{max-width:1660px;margin:0 auto;padding:0 40px}
.site-header__container--top{min-height:124px;display:grid;grid-template-columns:210px 190px minmax(250px,1fr) 150px 220px;gap:28px;align-items:center;border-bottom:1px solid var(--border)}
.site-header__logo img,.site-footer__logo img,.mobile-menu__logo img{width:160px;height:auto;object-fit:contain}
.site-header__descriptor{font-size:14px;line-height:1.28;font-weight:650;color:rgba(255,255,255,.86)}
.header-info{display:flex;gap:14px;align-items:center;font-size:14px;line-height:1.3;color:rgba(255,255,255,.88)}
.header-info b{font-size:13px;color:#fff}.header-info__icon{width:28px;height:28px;flex:0 0 28px;color:var(--yellow)}.header-info__icon svg{width:28px;height:28px;fill:currentColor}
.site-header__online{display:flex;flex-direction:column;gap:9px;align-items:flex-start}.site-header__label{font-size:13px;font-weight:700;color:rgba(255,255,255,.9);position:relative;padding-left:14px}.site-header__label::before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;background:var(--yellow)}
.site-header__socials{display:flex;gap:10px}.social-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;transition:.2s}.social-link svg{width:18px;height:18px;fill:currentColor}.social-link--max svg{width:22px;height:22px}.social-link:hover{background:var(--yellow);border-color:var(--yellow);color:#111}
.site-header__contacts{justify-self:end;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.site-header__email{font-size:13px;font-weight:650;color:rgba(255,255,255,.9)}.site-header__worktime{font-size:13px;color:rgba(255,255,255,.78)}.site-header__phone{font-size:22px;line-height:1;font-weight:850;color:#fff;margin-top:6px}.site-header__callback{padding:0;border:0;background:transparent;color:var(--yellow);border-bottom:1px dashed var(--yellow);font-size:14px;font-weight:800;text-transform:uppercase}
.site-header__container--nav{height:68px;border-bottom:1px solid var(--border)}.site-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.site-nav__item{position:relative;height:100%;display:flex;align-items:center}.site-nav__item>a{height:100%;display:flex;align-items:center;gap:7px;padding:0 10px;font-size:15px;font-weight:800;text-transform:uppercase;color:rgba(255,255,255,.92);white-space:nowrap}.site-nav__item>a:hover,.site-nav__item>a.is-active{color:var(--yellow)}.site-nav__dropdown{position:absolute;top:100%;left:0;width:310px;background:#171717;border:1px solid rgba(255,255,255,.12);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.has-dropdown:hover .site-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__dropdown a{display:block;padding:15px 18px;font-size:14px;color:rgba(255,255,255,.86);border-bottom:1px solid rgba(255,255,255,.08)}.site-nav__dropdown a:last-child{border-bottom:0}.site-nav__dropdown a:hover{background:var(--yellow);color:#111}
.site-header__burger{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);padding:11px}.site-header__burger span{display:block;height:2px;background:#fff;margin:6px 0;transition:.25s}
/* mobile */
.mobile-menu{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;pointer-events:none;transition:.3s}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu__panel{width:360px;max-width:calc(100vw - 42px);height:100%;margin-left:auto;background:#111;color:#fff;padding:28px;transform:translateX(100%);transition:.3s;overflow:auto}.mobile-menu.is-open .mobile-menu__panel{transform:translateX(0)}.mobile-menu__close{position:absolute;top:16px;right:16px;width:44px;height:44px;background:#222;border:1px solid rgba(255,255,255,.2)}.mobile-menu__close span{position:absolute;left:12px;width:20px;height:2px;background:#fff}.mobile-menu__close span:first-child{transform:rotate(45deg)}.mobile-menu__close span:last-child{transform:rotate(-45deg)}.mobile-menu__logo{display:block;width:190px;margin-bottom:30px}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__nav a{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:17px;font-weight:750}.mobile-menu__nav a.mobile-menu__sub{padding-left:18px;font-size:14px;color:rgba(255,255,255,.68)}.mobile-menu__contacts{margin-top:30px;display:flex;flex-direction:column;gap:16px}
/* hero */
.hero{position:relative;min-height:950px;color:#fff;overflow:hidden}.hero__bg{position:absolute;inset:0;background:url('/img/hero-industrial-floor.webp') center/cover no-repeat;filter:grayscale(.3)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.36) 53%,rgba(0,0,0,.72)),linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.1) 50%,rgba(0,0,0,.72))}.hero__container{position:relative;z-index:2;min-height:950px;padding-top:250px;padding-bottom:80px;display:grid;grid-template-columns:minmax(0,1fr) 530px;gap:70px;align-items:end}.breadcrumbs{display:flex;gap:12px;align-items:center;margin-bottom:24px;font-size:13px;font-weight:700;color:rgba(255,255,255,.75)}.breadcrumbs a:hover{color:var(--yellow)}.hero__content h1{max-width:980px;margin-bottom:28px;color:#fff}.hero__lead{max-width:900px;margin-bottom:18px;color:rgba(255,255,255,.9);font-size:22px;line-height:1.32}.hero__subline{margin:30px 0 30px;padding-left:72px;position:relative;font-size:18px;line-height:1.15;color:#fff}.hero__subline::before{content:"••••";position:absolute;left:0;top:0;color:var(--yellow);letter-spacing:6px}.hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;max-width:960px;margin-bottom:36px}.hero-benefits div{font-size:16px;line-height:1.2;font-weight:400}.hero-benefits span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:var(--yellow);color:#111;font-size:22px;font-weight:900}.hero__actions{display:flex;gap:18px;flex-wrap:wrap}
.hero-form{background:rgba(17,17,17,.94);border:1px solid rgba(255,255,255,.14);padding:38px 42px;color:#fff}.hero-form__title{max-width:430px;margin:0 auto 26px;text-align:center;font-size:27px;line-height:1.15;font-weight:850;letter-spacing:-.035em}.request-form{display:flex;flex-direction:column;gap:16px}.request-form label{display:flex;flex-direction:column;gap:8px;font-size:15px;font-weight:760;color:#fff}.request-form input,.request-form select,.request-form textarea{width:100%;height:56px;border:1px solid transparent;background:#f4f4f4;color:#111;padding:0 18px;font-size:16px;outline:none}.request-form textarea{height:116px;padding-top:16px;resize:vertical}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:var(--yellow);background:#fff}.agreement{flex-direction:row!important;align-items:flex-start!important;gap:12px!important;font-size:12px!important;font-weight:650!important;line-height:1.25!important;color:rgba(255,255,255,.82)!important}.agreement input{width:18px!important;height:18px!important;flex:0 0 18px;accent-color:var(--yellow)}.agreement a{color:var(--yellow);border-bottom:1px solid rgba(255,196,0,.55)}.form-btn{width:100%;margin-top:2px}
/* sections */
.section-head{max-width:920px;margin-bottom:54px}.section-head p{max-width:760px}.section-head--row{max-width:none;display:grid;grid-template-columns:1fr 520px;gap:50px;align-items:end}.section-head--row p{margin-bottom:0}.services-section{background:#fff}.service-card{height:auto;background:#fff;border:1px solid #d9d9d9;display:flex;flex-direction:column}.service-card__image{height:260px;overflow:hidden;background:#ddd}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.service-card:hover .service-card__image img{transform:scale(1.05)}.service-card__body{padding:28px;display:flex;flex-direction:column;gap:16px;flex:1}.service-card__body>span{width:max-content;padding:7px 10px;background:#111;color:var(--yellow);font-size:12px;font-weight:850;text-transform:uppercase}.service-card h3{margin:0}.service-card p{font-size:16px;margin:0}.service-card ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}.service-card li{position:relative;padding-left:18px;font-size:14px;color:#555}.service-card li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--yellow)}.service-card__link{margin-top:auto;font-weight:850;color:#111;border-top:1px solid #e0e0e0;padding-top:18px}.service-card__link:hover{color:var(--yellow-2)}
.slider-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px}.swiper-button-prev-custom,.swiper-button-next-custom{width:48px;height:48px;border:1px solid #111;background:#111;color:#fff;font-size:20px}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background:var(--yellow);color:#111;border-color:var(--yellow)}.swiper-pagination{position:static!important;width:auto!important}.swiper-pagination-bullet{background:#111!important;opacity:.25!important}.swiper-pagination-bullet-active{background:var(--yellow)!important;opacity:1!important}.slider-controls--light .swiper-pagination-bullet{background:#fff!important}
.dark-section{background:#151515;color:#fff}.dark-section h2,.dark-section h3{color:#fff}.dark-section p{color:rgba(255,255,255,.74)}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,650px);gap:70px;align-items:center}.fit-card{border:1px solid rgba(255,255,255,.18);background:#202020}.fit-card img{width:100%;height:340px;object-fit:cover}.fit-card__info{padding:32px}.fit-card__info ul{margin:0;padding-left:18px;color:rgba(255,255,255,.82);line-height:1.5}.objects-section{background:#f3f3f3}.objects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d6d6d6;border-left:1px solid #d6d6d6}.object-card{min-height:330px;position:relative;overflow:hidden;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#111;color:#fff}.object-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.52;transition:.3s}.object-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.82))}.object-card>div{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.object-card h3{color:#fff;margin-bottom:12px}.object-card p{font-size:15px;color:rgba(255,255,255,.82);margin:0}.object-card:hover img{transform:scale(1.08);opacity:.72}.why-section{background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8}.why-card{min-height:310px;padding:32px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}.why-card b{display:block;margin-bottom:48px;color:var(--yellow-2);font-size:42px;line-height:1}.why-card h3{margin-bottom:18px;color:#111}.why-card p{font-size:16px;margin:0}.include-section{background:#f4f4f4}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#d8d8d8;border:1px solid #d8d8d8}.steps-grid>div{background:#fff;min-height:230px;padding:32px}.steps-grid span{display:inline-block;margin-bottom:38px;color:var(--yellow-2);font-size:13px;font-weight:850}.steps-grid h3{margin-bottom:14px}.steps-grid p{font-size:16px;margin:0}.steps-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.compare-section{background:#fff}.table-wrap{overflow:auto}.compare-table{width:100%;border-collapse:collapse;min-width:760px}.compare-table th,.compare-table td{border:1px solid #d7d7d7;text-align:left;padding:24px;font-size:16px;vertical-align:top}.compare-table th{background:#111;color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.compare-table td:first-child{font-weight:800;color:#111}.price-section{background:#171717;color:#fff}.price-section h2{color:#fff}.price-section p{color:rgba(255,255,255,.75)}.price-factors{display:grid;gap:1px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.15)}.price-factors div{padding:24px;background:#222;display:grid;grid-template-columns:210px 1fr;gap:16px}.price-factors b{color:#fff}.price-factors span{color:rgba(255,255,255,.68)}.portfolio-section{background:#111;color:#fff}.portfolio-section h2{color:#fff}.portfolio-card{height:auto;background:#1f1f1f;border:1px solid rgba(255,255,255,.12)}.portfolio-card img{width:100%;height:360px;object-fit:cover}.portfolio-card__body{padding:28px}.portfolio-card h3{color:#fff}.portfolio-card dl{display:grid;gap:12px;margin:0}.portfolio-card dl div{display:grid;grid-template-columns:105px 1fr;gap:14px}.portfolio-card dt{color:rgba(255,255,255,.45)}.portfolio-card dd{margin:0;color:#fff;font-weight:650}.faq-section{background:#f4f4f4}.faq-list{border-top:1px solid #d2d2d2}.faq-item{border-bottom:1px solid #d2d2d2}.faq-item__question{width:100%;padding:28px 0;border:0;background:transparent;display:flex;justify-content:space-between;gap:24px;text-align:left;font-size:24px;font-weight:800;color:#111}.faq-item__question span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #111;flex:0 0 34px}.faq-item__answer{display:grid;grid-template-rows:0fr;transition:.25s}.faq-item__answer p{overflow:hidden;margin:0;max-width:850px}.faq-item.is-open .faq-item__answer{grid-template-rows:1fr;padding-bottom:28px}.faq-item.is-open .faq-item__question span{background:var(--yellow);border-color:var(--yellow);transform:rotate(45deg)}.cta-section{background:#fff}.cta-box{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:60px;align-items:start;padding-top:70px!important;padding-bottom:70px!important;background:#151515;color:#fff}.cta-box h2{color:#fff}.cta-box p{color:rgba(255,255,255,.72)}.cta-form{background:#202020;padding:32px;border:1px solid rgba(255,255,255,.12)}
/* inner pages */
.page-hero{position:relative;min-height:650px;color:#fff;overflow:hidden}.page-hero__bg{position:absolute;inset:0;background:center/cover no-repeat;filter:grayscale(.28)}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.35)),linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.72))}.page-hero--simple{background:#151515}.page-hero--simple::before{content:"";position:absolute;inset:0;background:url('/img/hero-industrial-floor.webp') center/cover no-repeat;opacity:.22}.page-hero__container{position:relative;z-index:2;padding-top:250px;padding-bottom:80px}.page-hero h1{max-width:1000px;color:#fff}.page-hero p{max-width:850px;color:rgba(255,255,255,.84);font-size:22px}.page-hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.service-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:80px;align-items:start}.service-detail article h2{margin-top:40px;margin-bottom:20px}.checked-list{margin:0;padding:0;list-style:none;display:grid;gap:14px}.checked-list li{position:relative;padding-left:34px;font-size:18px;line-height:1.4}.checked-list li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;color:#111}.tag-grid,.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#d8d8d8;border:1px solid #d8d8d8}.tag-grid a,.solution-grid a{background:#fff;padding:22px;font-weight:800}.solution-grid a{display:flex;flex-direction:column;gap:8px}.solution-grid span{font-size:14px;color:#666}.tag-grid a:hover,.solution-grid a:hover{background:#111;color:#fff}.solution-grid a:hover span{color:rgba(255,255,255,.68)}.side-form{position:sticky;top:220px;background:#171717;color:#fff;padding:34px;border:1px solid rgba(255,255,255,.12)}.side-form h3{color:#fff}.side-form p{color:rgba(255,255,255,.7);font-size:16px}.services-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#d8d8d8;border:1px solid #d8d8d8}.list-card{background:#fff;padding:32px;min-height:240px}.list-card h2{font-size:26px;line-height:1.05;margin-bottom:18px}.list-card p{font-size:16px}.list-card span{font-weight:850}.list-card:hover{background:#111;color:#fff}.list-card:hover h2,.list-card:hover p{color:#fff}
/* footer */
.site-footer{background:#111;color:#fff}.site-footer__container{max-width:1660px;margin:0 auto;padding:70px 40px 30px}.site-footer__main{display:grid;grid-template-columns:360px 1fr;gap:90px}.site-footer__brand p{color:rgba(255,255,255,.68);font-size:16px;margin-top:24px}.site-footer__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}.site-footer__col{display:flex;flex-direction:column;gap:12px}.site-footer__col h3{font-size:17px;color:#fff;margin-bottom:10px}.site-footer__col a,.site-footer__col span{font-size:15px;color:rgba(255,255,255,.68);line-height:1.3}.site-footer__col a:hover{color:var(--yellow)}.footer-callback{width:max-content;padding:0;border:0;background:transparent;color:var(--yellow);font-weight:800;border-bottom:1px dashed var(--yellow)}.site-footer__bottom{margin-top:70px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:30px;color:rgba(255,255,255,.55);font-size:13px}.site-footer__bottom div{display:flex;gap:20px;flex-wrap:wrap}.site-footer__bottom a:hover{color:var(--yellow)}
/* floating, cookie, popup */
.floating-actions{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:80;display:flex;flex-direction:column;gap:6px}.floating-actions__item{width: 120px;
    min-height: 88px;
    border: 0;
    background: var(--yellow);
    color: #111;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;}.floating-actions__item:hover{background:#fff}.floating-actions__close{width:42px;height:42px;margin-left:auto;border:0;background:var(--yellow);color:#111;font-size:24px}.floating-actions.is-hidden{display:none}.cookie-consent{position:fixed;left:50%;bottom:30px;z-index:220;transform:translateX(-50%) translateY(20px);width:min(760px,calc(100vw - 32px));opacity:0;visibility:hidden;transition:.3s}.cookie-consent.is-visible{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.cookie-consent__box{position:relative;display:grid;grid-template-columns:44px 1fr auto;gap:18px;align-items:center;padding:22px;background:#151515;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 50px rgba(0,0,0,.25)}.cookie-consent__icon{width:44px;height:44px;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:center;font-weight:900}.cookie-consent h3{color:#fff;margin:0 0 6px;font-size:19px}.cookie-consent p{margin:0;color:rgba(255,255,255,.72);font-size:13px}.cookie-consent a{color:var(--yellow)}.cookie-consent__close{position:absolute;right:8px;top:6px;width:28px;height:28px;border:0;background:transparent;color:#fff;font-size:22px}.popup{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.25s}.popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}.popup__dialog{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#171717;color:#fff;border:1px solid rgba(255,255,255,.15);padding:38px}.popup__dialog h2{color:#fff;font-size:38px}.popup__dialog p{color:rgba(255,255,255,.72);font-size:16px}.popup__close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;background:transparent;color:#fff;font-size:34px}
.text-page{max-width:920px}.text-page a{color:var(--yellow-2);font-weight:800}
@media (max-width:1320px){.site-header__container--top{grid-template-columns:180px 1fr 1fr auto}.site-header__descriptor{display:none}.site-header__online{display:none}.site-nav{justify-content:flex-start;overflow:auto}.site-nav__item>a{font-size:13px}.hero__container{grid-template-columns:1fr 480px}.objects-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:1080px){.site-header__navrow{display:none}.site-header__container--top{min-height:86px;grid-template-columns:180px 1fr auto}.site-header__office,.site-header__contacts{display:none}.site-header__burger{display:block;margin-left:auto;margin-right:0px;}.hero__container{grid-template-columns:1fr;padding-top:170px}.hero-form{max-width:560px}.split-grid,.cta-box,.section-head--row,.service-detail__grid,.site-footer__main{grid-template-columns:1fr}.side-form{position:static}.services-list-grid{grid-template-columns:repeat(2,1fr)}.site-footer__cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.container,.site-header__container,.site-footer__container{padding-left:16px;padding-right:16px}.section{padding:70px 0}h1{font-size:38px}h2{font-size:32px}.site-header__container--top{grid-template-columns:150px auto;min-height:72px}.site-header__logo img,.site-footer__logo img{width:150px}.hero{min-height:auto}.hero__container{min-height:auto;padding-top:135px;padding-bottom:50px}.hero__lead{font-size:17px}.hero__subline{font-size:20px;padding-left:0}.hero__subline::before{display:block;position:static;margin-bottom:10px}.hero-benefits{grid-template-columns:1fr 1fr;gap:16px}.hero-benefits span{width:38px;height:38px}.hero-form{padding:24px}.hero-form__title{font-size:22px}.button{width:100%;white-space:normal}.section-head--row{gap:20px}.objects-grid,.why-grid,.steps-grid,.steps-grid--compact,.tag-grid,.solution-grid,.services-list-grid{grid-template-columns:1fr}.object-card{min-height:260px}.price-factors div{grid-template-columns:1fr}.portfolio-card img{height:260px}.faq-item__question{font-size:18px}.cta-box{padding-top:36px!important;padding-bottom:36px!important}.site-footer__cols{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column}.floating-actions{display:none}.cookie-consent__box{grid-template-columns:1fr;padding:20px}.cookie-consent__icon{display:none}.cookie-consent .button{width:100%}.page-hero__container{padding-top:135px;padding-bottom:54px}.page-hero p{font-size:17px}.service-detail article h2{font-size:28px}}
