@font-face{font-family:Manrope;src:url("assets/fonts/Manrope-Variable.ttf") format("truetype");font-style:normal;font-weight:200 800;font-display:swap}
:root{--blue:#079bd3;--blue-dark:#087ba9;--ink:#18222b;--muted:#68747d;--ice:#f2f8fc;--red:#ef2733;--button-hover:#e62129;--shadow:0 18px 45px rgba(18,49,67,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.skip-link{position:fixed;z-index:9999;left:16px;top:12px;padding:10px 14px;background:#fff;transform:translateY(-150%);transition:.2s}
.skip-link:focus{transform:none}
.desktop-header{position:sticky;z-index:120;top:0;width:100%;max-width:none;margin:auto;background:#fff;box-shadow:0 5px 18px rgba(16,43,59,.08)}
.header-top{position:relative;height:45px;overflow:hidden;background:linear-gradient(90deg,#fff 0 35.104%,var(--blue) 35.104% 100%);color:#fff;transition:height .28s,background .28s}.header-top::before{content:"";position:absolute;z-index:1;left:34.1%;top:-18px;width:8.55%;height:64px;background:#fff;clip-path:polygon(0 0,75% 0,100% 100%,25% 100%)}.header-top::after{content:"";position:absolute;z-index:2;left:34.219%;top:-17px;width:7.656%;height:62px;background:var(--red);clip-path:polygon(0 0,72% 0,100% 100%,28% 100%)}.header-top-inner{position:relative;z-index:3;height:100%;max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:22px;font-size:14px;transition:font-size .28s}.header-top-inner>i{width:1px;height:22px;background:rgba(255,255,255,.65)}
.header-nav-row{height:92px;max-width:1600px;margin:auto;display:flex;align-items:center;transition:height .28s}.desktop-logo{width:220px;flex:none;transition:width .28s}.desktop-logo img{width:100%;height:auto}.desktop-hotspots{z-index:5;margin-left:auto;height:100%;display:flex;align-items:stretch;gap:clamp(22px,2.55vw,49px);transition:gap .28s}
.desktop-hotspots a{position:relative;display:flex;align-items:center;height:100%;font-size:17px;color:#17191b;outline:none;white-space:nowrap}
.desktop-hotspots a::after{content:"";position:absolute;left:0;right:0;bottom:22px;height:4px;background:var(--red);transform:scaleX(0);transform-origin:center;border-radius:2px;transition:transform .24s ease}
.desktop-hotspots a:hover::after,.desktop-hotspots a:focus-visible::after,.desktop-hotspots a.current-menu-item::after,.desktop-hotspots>.current-menu-item>a::after{transform:scaleX(1)}
.header-socials{z-index:6;display:flex;gap:10px;padding:2px 6px}.header-socials a,.footer-socials a{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:rgba(255,255,255,.42);color:#fff;font-size:9px;font-weight:800;transition:.22s}.header-socials a img,.footer-socials a img{width:62%;height:62%;object-fit:contain}.header-socials a:hover,.header-socials a:focus-visible{background:#fff;color:var(--blue);transform:translateY(-2px)}
.language-picker{position:relative}.language-picker>button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;cursor:pointer}.language-picker>button>img{width:17px;height:17px;object-fit:contain}.desktop-language{z-index:8;color:#fff}.desktop-language>button{height:32px;padding:0 8px;font-size:14px}.language-menu{position:absolute;right:0;top:calc(100% + 6px);display:grid;min-width:145px;padding:7px;background:#fff;border:1px solid #e3e9ed;border-radius:7px;box-shadow:0 15px 35px rgba(12,42,60,.2);opacity:0;transform:translateY(-7px);pointer-events:none;transition:.22s}.language-picker.is-open .language-menu{opacity:1;transform:none;pointer-events:auto}.language-menu button{border:0;border-radius:4px;background:#fff;color:#26333c;padding:8px 10px;text-align:left;cursor:pointer}.language-menu button:hover,.language-menu button:focus-visible{background:#edf8fd;color:var(--blue)}
.desktop-header.is-compact .header-top{height:34px;background:var(--blue)}.desktop-header.is-compact .header-top::before{top:-14px;height:49px}.desktop-header.is-compact .header-top::after{top:-13px;height:47px}.desktop-header.is-compact .header-top-inner{font-size:12px}.desktop-header.is-compact .header-nav-row{height:68px}.desktop-header.is-compact .desktop-logo{width:176px}.desktop-header.is-compact .desktop-hotspots{gap:clamp(18px,2vw,38px)}.desktop-header.is-compact .desktop-hotspots a{font-size:15px}.desktop-header.is-compact .desktop-hotspots a::after{bottom:12px}
.desktop-hotspots>.nav-item{position:relative;display:flex;align-items:stretch;height:100%}.desktop-hotspots>.nav-item>a{display:flex;align-items:center;height:100%;white-space:nowrap}.nav-dropdown{position:absolute;z-index:150;left:-22px;top:100%;display:grid;width:365px;padding:10px 0;background:#fff;box-shadow:0 18px 40px rgba(16,43,59,.2);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:.22s}.nav-dropdown.brand-dropdown{width:240px}.nav-dropdown a{display:block!important;height:auto!important;padding:12px 22px!important;color:#333!important;font-size:15px!important;line-height:1.3!important;white-space:normal!important}.nav-dropdown a::after{display:none!important}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:#edf8fd!important;color:#0393d2!important}.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.header-socials a{width:20px;height:20px}.footer-socials a{width:36px;height:36px}.header-socials a img,.footer-socials a img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.language-picker>button>img{width:33px;height:33px;object-fit:contain;filter:brightness(0) invert(1)}
.header-top{background:var(--blue)}.header-top::before{left:0;top:0;width:44.06%;height:100%;background:#fff;clip-path:polygon(0 0,92.7% 0,100% 100%,0 100%)}.header-top::after{left:36.98%;top:0;width:6.41%;height:100%;background:var(--red);clip-path:polygon(0 0,48% 0,100% 100%,52% 100%)}.desktop-header.is-compact .header-top::before,.desktop-header.is-compact .header-top::after{display:none}.desktop-header.is-compact .header-top{background:#0393d2}
.mobile-header{display:none}
.hero{position:relative;width:min(100%,1920px);height:min(40.052vw,769px);margin:auto;overflow:hidden;background:#152535;color:#fff;isolation:isolate}
.hero-slides,.hero-slide,.hero-shade{position:absolute;inset:0}
.hero-slide{opacity:0;background-position:center;background-size:cover;transition:opacity 1s cubic-bezier(.22,.61,.36,1);transform:scale(1.035)}
.hero-slide.is-active{opacity:1;animation:kenburns 7s ease-out both}
.hero-excavator{background-image:url("assets/images/hero-excavator-topil.png")}
.hero-factory{background-image:url("assets/images/hero-factory.png")}
.hero-building{background-image:url("assets/images/hero-building.png")}
.hero-shade{z-index:1;background:linear-gradient(90deg,rgba(3,24,43,.88) 0%,rgba(4,27,48,.62) 39%,rgba(4,27,48,.1) 68%,transparent 100%);opacity:1;transition:opacity .7s}
.hero-content{position:relative;z-index:2;width:83.4%;height:100%;margin:auto;opacity:1;transition:opacity .65s .15s}
.hero-content h1{position:absolute;left:0;top:26.7%;margin:0;font-size:clamp(23px,3.07vw,59px);line-height:1.015;font-weight:800;letter-spacing:.015em}
.hero-content>p{position:absolute;left:0;top:52.2%;width:51%;margin:0;font-size:clamp(10px,1.12vw,21.5px);line-height:1.3;font-weight:400}
.hero-parts{position:absolute;left:0;bottom:10.3%;display:flex;gap:2.15vw}
.hero-parts a{position:relative;width:7.34vw;max-width:141px;height:7.34vw;max-height:141px;min-width:54px;min-height:54px;display:grid;place-items:center;background:#fff;border-radius:10px;box-shadow:var(--shadow);overflow:visible;transition:transform .25s,box-shadow .25s}.hero-parts a::before,.hero-parts a::after{content:"";position:absolute;pointer-events:none;width:34%;height:28%;border-color:var(--blue);border-style:solid}.hero-parts a::before{right:-7px;top:-7px;border-width:2px 2px 0 0;border-radius:0 11px 0 0}.hero-parts a::after{left:-7px;bottom:-7px;border-width:0 0 2px 2px;border-radius:0 0 0 11px}
.hero-parts a:hover{transform:translateY(-8px);box-shadow:0 20px 35px rgba(0,0,0,.25)}
.hero-parts img{width:78%;height:78%;object-fit:contain}
.hero-cta{position:absolute;right:2%;bottom:13.7%;padding:16px 25px;background:var(--blue);border-radius:3px;font-size:16px;font-weight:700;transition:.25s}
.hero-cta:hover{background:#fff;color:var(--blue);transform:translateY(-3px)}
.hero-cta span{margin-left:15px}
.hero-dots{position:absolute;z-index:4;left:50%;bottom:3.8%;display:flex;gap:8px;transform:translateX(-50%)}
.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.55);padding:0;cursor:pointer;transition:.25s}
.hero-dots button.is-active{width:28px;border-radius:8px;background:var(--blue)}
.desktop-stream{max-width:1920px;margin:auto}
.design-section{position:relative;margin:0;line-height:0;overflow:hidden;background:#fff;opacity:1;transform:translateY(0);transition:filter .35s}
.design-section:hover{filter:saturate(1.025)}
.design-section img{width:100%;height:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.desktop-search-form{position:absolute;inset:0;z-index:3;pointer-events:none}
.desktop-search-form input{pointer-events:auto;position:absolute;left:44.8958%;top:31.5493%;width:37.4479%;height:17.7465%;margin:0;padding:0 1.7%;border:0 solid #b9b9b9;border-radius:11px;background:transparent;color:transparent;caret-color:transparent;font-size:clamp(10px,1.105vw,21.2px);outline:none;transition:background .18s,border-color .18s,box-shadow .18s,color .18s}
.desktop-search-form input:focus,.desktop-search-form input.has-value{border-width:1px;background:#fff;color:#383f43;caret-color:var(--blue);box-shadow:0 0 0 3px rgba(7,155,211,.12)}
.desktop-search-form button{pointer-events:auto;position:absolute;left:82.6042%;top:31.5493%;width:9.1146%;height:17.4648%;padding:0;border:0;border-radius:10px;background:transparent;color:transparent;cursor:pointer;transition:background .2s,box-shadow .2s}
.desktop-search-form button:hover,.desktop-search-form button:focus-visible{background:rgba(255,255,255,.12);box-shadow:0 7px 18px rgba(0,128,184,.22);outline:2px solid rgba(255,255,255,.85);outline-offset:-4px}
.desktop-search-status{position:absolute;left:45%;top:53%;width:46%;color:#16865f;font-size:clamp(8px,.72vw,14px);font-weight:700;line-height:1.3;opacity:0;transform:translateY(-4px);transition:.2s}
.desktop-search-status.is-visible{opacity:1;transform:none}
.desktop-product-grid{position:absolute;inset:0;z-index:3;pointer-events:none}
.desktop-product-card{pointer-events:auto;position:absolute;display:block;overflow:hidden;background:#edf5ff;color:#17191b;box-shadow:0 0 0 1px rgba(215,228,239,.35);outline:none}
.desktop-product-card.card-one{left:8.2292%;top:16.9916%;width:32.5521%;height:69.4522%}
.desktop-product-card.card-two{left:42.1875%;top:17.0845%;width:24.0625%;height:33.0548%}
.desktop-product-card.card-three{left:67.7083%;top:17.0845%;width:24.0625%;height:33.0548%}
.desktop-product-card.card-four{left:42.1875%;top:53.2962%;width:24.0625%;height:33.0548%}
.desktop-product-card.card-five{left:67.7083%;top:53.2962%;width:24.0625%;height:33.0548%}
.desktop-product-card>img{position:absolute;left:13%;top:8%;width:74%;height:62%;object-fit:contain;transition:transform .45s cubic-bezier(.22,.61,.36,1),filter .35s}
.desktop-product-card.card-one>img{left:18%;top:17%;width:64%;height:58%}
.desktop-product-card>strong{position:absolute;left:6%;right:5%;bottom:7%;font-size:clamp(11px,1.48vw,28.5px);line-height:1.18;font-weight:700}
.desktop-product-card.card-one>strong{font-size:clamp(12px,1.5vw,29px);bottom:5%}
.product-hover{position:absolute;inset:0;display:flex;flex-direction:column;padding:10% 6%;background:rgba(45,99,137,.91);color:#fff;opacity:0;transform:translateY(5%);transition:opacity .32s ease,transform .38s cubic-bezier(.22,.61,.36,1)}
.product-hover b{font-size:clamp(11px,1.3vw,25px);line-height:1.2}.product-hover em{max-width:82%;margin-top:5%;font-size:clamp(8px,.9vw,17px);line-height:1.55;font-style:normal}.product-hover i{margin-top:auto;font-size:clamp(20px,2vw,38px);line-height:1;font-style:normal}.product-hover u{margin-top:4%;font-size:clamp(9px,1.05vw,20px);line-height:1.25;text-decoration:none}
.desktop-product-card:hover .product-hover,.desktop-product-card:focus-visible .product-hover{opacity:1;transform:none}.desktop-product-card:hover>img,.desktop-product-card:focus-visible>img{transform:scale(1.06);filter:saturate(.8)}
.desktop-brand-grid{position:absolute;inset:0;z-index:4;pointer-events:none}.brand-hit{position:absolute;pointer-events:auto;outline:none}.brand-hit.b1{left:8.2813%;top:17.4545%;width:16.1979%;height:25.5758%}.brand-hit.b2{left:25.8333%;top:17.4545%;width:16.1979%;height:25.5758%}.brand-hit.b3{left:43.3854%;top:17.4545%;width:16.1979%;height:25.5758%}.brand-hit.b4{left:8.2813%;top:47.2727%;width:16.1979%;height:25.5758%}.brand-hit.b5{left:25.8333%;top:47.2727%;width:16.1979%;height:25.5758%}.brand-hit.b6{left:43.3854%;top:47.2727%;width:16.1979%;height:25.5758%}.brand-hit>span{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8% 6% 5%;border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(13,42,60,.18);opacity:0;transform:scale(1);transition:opacity .18s,transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s}.brand-hit img{width:90%;height:58%;object-fit:contain}.brand-hit b{margin-top:auto;font-size:clamp(10px,1.08vw,21px);font-weight:500}.brand-hit:hover>span,.brand-hit:focus-visible>span{opacity:1;transform:scale(1.04);box-shadow:0 20px 45px rgba(13,42,60,.28)}
.about-photo-hit{position:absolute;z-index:4;left:54.4271%;top:12.2807%;width:45.625%;height:50.1253%;overflow:hidden;outline:none}.about-photo-hit img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .18s,transform .5s cubic-bezier(.22,.61,.36,1)}.about-photo-hit:hover img,.about-photo-hit:focus-visible img{opacity:1;transform:scale(1.035)}
.factory-gallery{position:absolute;inset:0;z-index:5;pointer-events:none}.factory-thumb{position:absolute;top:71.8463%;height:17.9616%;padding:0;border:0;border-radius:9px;background:transparent;overflow:hidden;cursor:zoom-in;pointer-events:auto;outline:none}.factory-thumb.g1{left:8.2292%;width:19.9479%}.factory-thumb.g2{left:29.375%;width:20%}.factory-thumb.g3{left:50.5729%;width:20%}.factory-thumb.g4{left:71.7188%;width:20%}.factory-thumb img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .16s,transform .38s cubic-bezier(.22,.61,.36,1)}.factory-thumb:hover img,.factory-thumb:focus-visible img{opacity:1;transform:scale(1.05)}
.desktop-advantage-grid{position:absolute;inset:0;z-index:4;pointer-events:none}.desktop-advantage-grid article{position:absolute;top:16.1417%;width:20.4688%;height:66.5354%;padding:9.8% 1.75% 3%;background:#fff;color:#17191b;clip-path:polygon(0 0,100% 0,100% 85%,73% 100%,0 100%);pointer-events:auto;outline:none;transition:background .28s,color .28s,transform .28s,box-shadow .28s}.desktop-advantage-grid article:nth-child(1){left:8.2292%}.desktop-advantage-grid article:nth-child(2){left:29.2188%}.desktop-advantage-grid article:nth-child(3){left:50.2604%}.desktop-advantage-grid article:nth-child(4){left:71.25%}.desktop-advantage-grid b{position:absolute;left:8.6%;top:14%;color:var(--blue);font-size:clamp(15px,1.94vw,37px)}.desktop-advantage-grid h3{margin:0;font-size:clamp(12px,1.55vw,29px);line-height:1.23;font-weight:500}.desktop-advantage-grid p{margin:13% 0 0;font-size:clamp(8px,.9vw,17px);line-height:1.7}.desktop-advantage-grid article:hover,.desktop-advantage-grid article:focus-visible{background:var(--blue);color:#fff;transform:translateY(-6px);box-shadow:0 22px 40px rgba(0,142,198,.22)}.desktop-advantage-grid article:hover b,.desktop-advantage-grid article:focus-visible b{color:#fff}
.russia-carousel,.recommended-carousel{position:absolute;inset:0;z-index:4;pointer-events:none}.russia-slot{position:absolute;overflow:hidden;pointer-events:auto;background:#eef3f5}.russia-slot.rs1{left:0;top:22.2453%;width:14.5833%;height:41.4761%}.russia-slot.rs2{left:16.0417%;top:19.3347%;width:33.2292%;height:47.1933%}.russia-slot.rs3{left:50.7292%;top:19.3347%;width:33.1771%;height:47.1933%}.russia-slot.rs4{left:85.3646%;top:22.2453%;width:14.6354%;height:41.4761%}.russia-slot img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.22,.61,.36,1),opacity .25s}.russia-slot:hover img{transform:scale(1.045)}
.carousel-arrow{position:absolute;z-index:6;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:clamp(20px,2.1vw,40px);line-height:1;pointer-events:auto;cursor:pointer;transition:transform .2s,filter .2s}.carousel-arrow:hover,.carousel-arrow:focus-visible{transform:scale(1.08);filter:brightness(1.08)}.russia-carousel .prev{left:14.5833%;top:39.9168%;width:3.0729%;height:6.1331%;background:#8b8b8b}.russia-carousel .next{left:82.2917%;top:39.9168%;width:3.0729%;height:6.1331%}
.recommended-slots{position:absolute;inset:0}.recommended-card{position:absolute;top:19.6987%;width:19.4792%;height:49.9421%;padding:1.2% .65% 1%;border:1px solid #8d8d8d;background:#fff;pointer-events:auto;overflow:hidden;transition:transform .32s,box-shadow .32s}.recommended-card::before{content:"";position:absolute;z-index:3;right:6%;top:0;width:19%;height:21.6%;background:var(--blue)}.recommended-card::after{content:"★";position:absolute;z-index:4;right:6%;top:0;width:19%;height:21.6%;display:grid;place-items:center;color:#fff;font-size:clamp(22px,2.8vw,54px);line-height:1}.recommended-card.rc1{left:8.2813%}.recommended-card.rc2{left:29.5833%}.recommended-card.rc3{left:50.9375%}.recommended-card.rc4{left:72.2396%}.recommended-card:hover{transform:scale(1.035);box-shadow:0 18px 38px rgba(20,47,64,.2);z-index:2}.recommended-card img{width:100%;height:70%;object-fit:contain;background:#f7f7f7}.recommended-card b{display:block;padding:5% 5% 0;text-align:center;font-size:clamp(10px,1.18vw,22.5px);line-height:1.25;font-weight:500}.recommended-carousel .prev{left:3.8542%;top:41.2514%;width:3.0729%;height:6.8366%;background:#8b8b8b}.recommended-carousel .next{left:93.0208%;top:41.2514%;width:3.0729%;height:6.8366%}
.news-photo-hit{position:absolute;z-index:4;left:8.2292%;top:25.8394%;width:38.4375%;height:58.5401%;overflow:hidden;outline:none}.news-photo-hit img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .16s,transform .45s cubic-bezier(.22,.61,.36,1)}.news-photo-hit:hover img,.news-photo-hit:focus-visible img{opacity:1;transform:scale(1.04)}
.desktop-news-list{position:absolute;inset:0;z-index:5;pointer-events:none}.desktop-news-list>a{position:absolute;left:53.3854%;width:38.3333%;height:18.5401%;display:grid;grid-template-columns:19% 1px 1fr;align-items:center;gap:3.4%;padding:0 2.4%;background:#fafafa;color:#1d2022;pointer-events:auto}.desktop-news-list>a:nth-child(1){top:25.8394%}.desktop-news-list>a:nth-child(2){top:45.9854%}.desktop-news-list>a:nth-child(3){top:65.9854%}.desktop-news-list time{display:grid;text-align:center;color:#6c6c6c;font-style:normal}.desktop-news-list time b{font-size:clamp(18px,2.75vw,53px);font-weight:400;line-height:1}.desktop-news-list time span{font-size:clamp(8px,1.05vw,20px)}.desktop-news-list i{height:80%;background:#777;transition:background .22s}.desktop-news-list>a>span{display:grid;gap:10%}.desktop-news-list>a>span b{font-size:clamp(10px,1.08vw,21px);font-weight:600}.desktop-news-list>a>span em{color:#707070;font-size:clamp(8px,.94vw,18px);line-height:1.35;font-style:normal}.desktop-news-list>a:hover,.desktop-news-list>a:focus-visible{color:var(--blue)}.desktop-news-list>a:hover time,.desktop-news-list>a:focus-visible time{color:var(--blue)}.desktop-news-list>a:hover i,.desktop-news-list>a:focus-visible i{background:var(--red)}.desktop-news-list>a:hover em,.desktop-news-list>a:focus-visible em{color:var(--blue)}
.search-design-section{height:min(18.4896vw,355px);background:linear-gradient(#071c2d 0 65%,#fff 65%)}.desktop-search-panel{position:absolute;inset:0 4.375%;border-radius:24px 24px 0 0;background:#fff;overflow:hidden}.desktop-search-copy{position:absolute;left:4.3%;top:22%;z-index:2}.desktop-search-copy h2{margin:0;color:var(--blue);font-size:clamp(21px,2.45vw,47px);line-height:1.04}.desktop-search-copy p{margin:2% 0 0;font-size:clamp(10px,1.05vw,20px)}.search-map{position:absolute;right:-2%;top:-18%;width:32%;height:110%;opacity:.22;background-image:radial-gradient(circle,#178bc0 1.4px,transparent 1.6px);background-size:8px 8px;mask-image:radial-gradient(ellipse at center,#000 20%,transparent 72%)}
.desktop-search-form input{left:44.8958%;top:31.5493%;width:37.4479%;height:17.7465%;padding:0 1.7%;border:1px solid #aaa;background:#fff;color:#4b5155;caret-color:var(--blue)}.desktop-search-form input::placeholder{color:#b8b8b8}.desktop-search-form input:focus,.desktop-search-form input.has-value{border-width:1px}.desktop-search-form button{left:82.6042%;top:31.5493%;width:9.1146%;height:17.4648%;background:var(--blue);color:#fff;font-size:clamp(10px,1.05vw,20px);font-weight:650}.desktop-search-form button::before{content:"⌕";margin-right:8%}
.product-design-section{height:min(56.0938vw,1077px);background:#fff}.product-section-heading{position:absolute;z-index:5;left:0;right:0;top:0;text-align:center}.product-section-heading h2{margin:0;font-size:clamp(28px,2.9vw,56px);line-height:1.15}.product-section-heading p{margin:1.2% 0 0;font-size:clamp(11px,1.05vw,20px);line-height:1.35}
.brand-design-section{height:min(42.9688vw,825px);background:linear-gradient(rgba(9,27,40,.18),rgba(9,27,40,.28)),url("assets/images/brand-section-background.png") center/cover}.brand-design-section::after{content:"";position:absolute;right:0;bottom:0;width:25%;height:17%;background:rgba(25,25,25,.6);clip-path:polygon(0 0,100% 0,100% 100%,22% 100%)}.brand-hit>span{opacity:1;box-shadow:none}.brand-copy-panel{position:absolute;z-index:4;left:64.74%;top:13.7%;width:29.8%;height:80.1%;padding:5.2% 3%;background:rgba(20,20,20,.7);color:#fff}.brand-copy-panel h2{margin:0;font-size:clamp(24px,2.5vw,48px);line-height:1.05}.brand-copy-panel p{margin:5% 0 0;font-size:clamp(10px,1.05vw,20px);line-height:1.45}.brand-copy-panel>a,.about-copy>a,.custom-copy>a,.recommended-more,.news-design-section>header>a{display:inline-block;margin-top:8%;padding:3.4% 7%;border-radius:7px;background:var(--blue);color:#fff;font-size:clamp(10px,1.08vw,21px);font-weight:650;transition:.25s}.brand-copy-panel>a:hover,.about-copy>a:hover,.custom-copy>a:hover,.recommended-more:hover,.news-design-section>header>a:hover{transform:translateY(-4px);filter:brightness(1.08)}
.about-design-section{height:min(62.3438vw,1197px);background:#fff}.about-design-section::before{content:"";position:absolute;left:0;top:0;width:58%;height:66%;opacity:.1;background-image:radial-gradient(circle,var(--blue) 1.3px,transparent 1.5px);background-size:8px 8px;mask-image:radial-gradient(ellipse at center,#000 15%,transparent 72%)}.about-design-section::after{content:"";position:absolute;z-index:0;right:0;top:6.4%;width:37.4%;height:45.2%;background:#f1f7fc}.about-copy{position:absolute;z-index:2;left:8.33%;top:16.4%;width:39.2%}.about-copy h2{margin:0;color:var(--blue);font-size:clamp(28px,2.8vw,54px);line-height:1.06}.about-copy p{margin:4.3% 0 0;font-size:clamp(10px,.98vw,19px);line-height:1.55}.about-copy>a{margin-top:7%;padding:2.3% 7%}.about-photo-hit{z-index:2}.about-photo-hit img{opacity:1}.factory-thumb img{opacity:1}.factory-strip-prev,.factory-strip-next{position:absolute;top:78.3%;width:3.1%;height:5%;padding:0;border:0;background:transparent;color:#777;font-size:clamp(26px,3vw,58px);pointer-events:auto;cursor:pointer;transition:.2s}.factory-strip-prev{left:4.1%}.factory-strip-next{right:4.1%;color:var(--blue)}.factory-strip-prev:hover,.factory-strip-next:hover{transform:scale(1.15)}
.advantage-design-section{height:min(39.6875vw,762px);background:linear-gradient(#fff 0 53%,#f3f8fc 53%)}.advantage-design-section>h2{position:absolute;left:0;right:0;top:0;margin:0;text-align:center;font-size:clamp(28px,2.85vw,55px);line-height:1.1}.desktop-advantage-grid article{padding:min(7.1vw,136px) 1.75vw 20px}.desktop-advantage-grid p{margin:8% 0 0}
.custom-design-section{height:min(47.3438vw,909px);background:#fff}.custom-copy{position:absolute;z-index:2;inset:0 auto auto 0;width:58.8%;height:85.92%;padding:8% 12% 7% 8.2%;background:var(--blue);color:#fff;clip-path:polygon(0 0,100% 0,83% 100%,0 100%)}.custom-copy>p{margin:0;font-size:clamp(11px,1.25vw,24px);font-weight:700}.custom-copy h2{margin:2.5% 0 0;font-size:clamp(28px,3vw,58px);line-height:1.08}.custom-copy>span{display:block;margin-top:5%;font-size:clamp(10px,1.03vw,20px);line-height:1.45;color:rgba(255,255,255,.86)}.custom-copy>a{margin-top:7%;padding:2.4% 6.5%;background:#fff;color:var(--blue)}.custom-photo{position:absolute;right:0;top:0;width:50%;height:85.92%;overflow:hidden}.custom-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.custom-photo:hover img{transform:scale(1.035)}
.russia-design-section{height:min(50.1042vw,962px);background:#fff}.russia-design-section>header,.process-design-section>header{position:absolute;z-index:5;left:0;right:0;top:0;text-align:center}.russia-design-section>header h2,.process-design-section>header h2{margin:0;font-size:clamp(27px,2.75vw,53px);line-height:1.15}.russia-design-section>header p,.process-design-section>header p{margin:1.25% 0 0;font-size:clamp(10px,1.02vw,19.5px);line-height:1.35}.russia-services{position:absolute;z-index:5;left:8.2%;right:8.3%;top:77.2%;height:10.2%;display:grid;grid-template-columns:repeat(3,1fr)}.russia-services article{display:flex;align-items:center;gap:5%;padding:0 6%;border-right:2px solid #777}.russia-services article:last-child{border-right:0}.russia-services img{width:23%;height:90%;object-fit:contain}.russia-services b{font-size:clamp(10px,1.12vw,21px);line-height:1.25}
.process-design-section{height:min(45vw,864px);background:#f2f8fc;overflow:hidden}.process-design-section>header{top:8%}.process-design-section::before{content:"";position:absolute;inset:9% 10%;opacity:.12;background-image:radial-gradient(circle,var(--blue) 1.3px,transparent 1.5px);background-size:8px 8px;mask-image:radial-gradient(ellipse at center,#000 22%,transparent 72%)}.desktop-process-grid{position:absolute;z-index:3;left:18.2%;right:17.2%;top:34.4%;display:grid;grid-template-columns:1fr 1fr;gap:4% 3.6%}.desktop-process-grid article{min-height:min(10.9vw,209px);padding:4.5% 7%;background:#fff;border-left:8px solid var(--blue);box-shadow:0 10px 30px rgba(17,51,72,.05);transition:transform .28s,box-shadow .28s}.desktop-process-grid article:nth-child(1),.desktop-process-grid article:nth-child(4){border-left-color:var(--red)}.desktop-process-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(17,51,72,.12)}.desktop-process-grid b{color:var(--blue);font-size:clamp(15px,1.65vw,32px)}.desktop-process-grid p{margin:2% 0 0;font-size:clamp(9px,1vw,19px);line-height:1.35}
.recommended-design-section{height:min(44.9479vw,863px);background:#fff}.recommended-design-section>header{position:absolute;left:8.33%;right:8.33%;top:4.5%;display:grid;grid-template-columns:1fr 1.4fr;align-items:center}.recommended-design-section>header h2{margin:0;font-size:clamp(28px,2.72vw,52px);line-height:1.05}.recommended-design-section>header p{margin:0;font-size:clamp(10px,1.02vw,19.5px);line-height:1.4}.recommended-more{position:absolute;left:50%;bottom:13.56%;transform:translateX(-50%);margin:0;padding:1.2% 3.2%}.recommended-more:hover{transform:translateX(-50%) translateY(-4px)}
.news-design-section{height:min(35.6771vw,685px);background:#fff}.news-design-section>header{position:absolute;left:8.33%;right:8.4%;top:0;display:flex;justify-content:space-between;align-items:flex-start}.news-design-section>header h2{margin:0;font-size:clamp(27px,2.72vw,52px);line-height:1.05}.news-design-section>header>a{margin:1.7% 0 0;padding:1.1% 3.6%}.news-photo-hit{background:#111}.news-photo-hit img{opacity:1}.news-photo-hit>span{position:absolute;z-index:2;left:5%;right:5%;bottom:7%;display:grid;gap:10px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.news-photo-hit small{font-size:clamp(8px,.92vw,17px)}.news-photo-hit b{font-size:clamp(12px,1.45vw,28px);line-height:1.18}.news-photo-hit::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.8));pointer-events:none}
.contact-design-section{height:min(42.3958vw,814px);background:linear-gradient(rgba(9,25,37,.62),rgba(9,25,37,.72)),url("assets/images/contact-background.png") center/cover}.contact-design-section>header{position:absolute;z-index:3;left:0;right:0;top:6%;text-align:center;color:#fff}.contact-design-section>header h2{margin:0;font-size:clamp(27px,2.6vw,50px);line-height:1.15}.contact-design-section>header p{margin:1% 0 0;font-size:clamp(10px,1.05vw,20px);line-height:1.25}.desktop-contact-form{position:absolute;z-index:4;left:16.0417%;top:27.15%;width:67.9167%;height:64.74%;background:#fff}.desktop-contact-form input,.desktop-contact-form textarea{position:absolute;margin:0;border:0;background:#f6f6f6;padding:0 2%;font-size:clamp(10px,1vw,19px);color:#333;outline:none}.desktop-contact-form input:focus,.desktop-contact-form textarea:focus{box-shadow:0 0 0 3px rgba(7,155,211,.18)}.desktop-contact-form input{left:5.756%;top:10.626%;width:27.782%;height:12.714%}.desktop-contact-form .dc-email{left:36.224%}.desktop-contact-form .dc-phone{left:66.615%}.desktop-contact-form textarea{left:5.756%;top:28.084%;width:88.565%;height:22.011%;padding-top:2%;resize:none}.desktop-contact-form .dc-captcha{left:5.756%;top:55.029%;width:42.901%;height:12.714%}.captcha-code{position:absolute;left:50.73%;top:56.2%;font-family:Georgia,serif;font-size:clamp(22px,2.2vw,42px);letter-spacing:.28em;color:#000}.desktop-contact-form>button{position:absolute;left:39.832%;top:72.676%;width:20.338%;height:11.954%;border:0;border-radius:8px;background:var(--blue);color:#fff;font-size:clamp(10px,1.08vw,21px);cursor:pointer}.desktop-contact-form>button:hover{filter:brightness(1.08);transform:translateY(-3px)}.desktop-contact-form>output{position:absolute;left:28%;right:28%;top:85%;text-align:center;color:#19845f;font-size:clamp(9px,.85vw,16px);font-weight:700}.desktop-contact-form>small{position:absolute;left:12%;right:12%;bottom:4%;text-align:center;color:#999;font-size:clamp(7px,.72vw,14px)}
.desktop-footer{height:min(36.8229vw,707px);background:#fff;overflow:hidden}.desktop-footer::before{content:"";position:absolute;left:0;top:10.608%;width:40.208%;height:82.885%;background:linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.84)),url("assets/images/footer-background.png") right center/cover no-repeat}.desktop-footer::after{content:"";position:absolute;left:0;top:0;width:30.16%;height:15.7%;background:linear-gradient(108deg,var(--blue) 0 80%,#fff 80.5% 82%,var(--red) 82.5% 93%,transparent 93.5%)}.footer-contact{position:absolute;z-index:3;left:21.9%;top:26.59%;width:27%}.footer-contact>img{width:52%;height:auto}.footer-contact p{margin:4% 0 0;padding-left:2%;font-size:clamp(8px,.88vw,17px);line-height:1.35}.footer-contact p::first-letter{color:var(--red)}.footer-links-overlay{position:absolute;z-index:3;left:55.5%;top:43.85%;display:grid;grid-template-columns:1.35fr 1fr;gap:12%;width:36%;background:#fff}.footer-links-overlay nav{display:grid;align-content:start;gap:clamp(8px,1.25vw,24px)}.footer-links-overlay h3{margin:0;color:var(--blue);font-size:clamp(14px,1.45vw,28px)}.footer-links-overlay a{position:relative;font-size:clamp(8px,.8vw,15.5px);transition:color .2s,transform .2s}.footer-links-overlay a::before{content:"—";position:absolute;right:100%;margin-right:5px;color:var(--blue);opacity:0;transform:translateX(6px);transition:.2s}.footer-links-overlay a:hover,.footer-links-overlay a:focus-visible{color:var(--blue);transform:translateX(10px)}.footer-links-overlay a:hover::before,.footer-links-overlay a:focus-visible::before{opacity:1;transform:none}.footer-socials{position:absolute;z-index:4;right:8.8%;top:31.82%;display:flex;align-items:center;gap:12px;background:#fff}.footer-socials strong{margin-right:8px;font-size:clamp(11px,1.05vw,20px)}.footer-socials a{width:28px;height:28px;background:#c9c9c9;font-size:11px}.footer-socials a:hover,.footer-socials a:focus-visible{background:var(--blue);transform:translateY(-3px)}.footer-copyright{position:absolute;z-index:5;left:0;right:0;bottom:0;height:9.34%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:clamp(9px,.85vw,16px)}
.desktop-footer::before{top:15.56%;height:75.1%;background:linear-gradient(rgba(255,255,255,.80),rgba(255,255,255,.80)),url("assets/images/footer-background.png") right center/cover no-repeat}.desktop-footer::after{top:8.2%;width:28.9%;height:7.36%;background:linear-gradient(108deg,var(--blue) 0 79%,#fff 79.5% 82%,var(--red) 82.5% 100%)}.footer-contact p{position:relative;margin-left:min(2.71vw,52px);padding-left:min(2.03vw,39px)}.footer-contact p::first-letter{color:inherit}.footer-contact p>img{position:absolute;left:0;top:-8px;width:min(2.03vw,39px);height:min(2.03vw,39px);object-fit:contain;filter:brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(5169%) hue-rotate(350deg) brightness(102%) contrast(89%)}.footer-contact p>span{display:block}.footer-socials a{width:36px;height:36px}.footer-socials a:hover,.footer-socials a:focus-visible{background:var(--blue);transform:none}
.desktop-footer::after{background:linear-gradient(108deg,var(--blue) 0 78%,#fff 78.5% 80.3%,var(--red) 80.8% 98.8%,transparent 99.2%)}
.desktop-stream .design-section{line-height:normal;scroll-margin-top:137px}
.lightbox[hidden]{display:none}.lightbox{position:fixed;z-index:500;inset:0;display:grid;grid-template-columns:minmax(48px,8vw) minmax(0,1fr) minmax(48px,8vw);align-items:center;background:rgba(4,14,22,.91);backdrop-filter:blur(8px)}.lightbox figure{margin:0;display:grid;place-items:center;gap:14px}.lightbox figure img{max-width:min(82vw,1400px);max-height:78vh;object-fit:contain;border-radius:10px;box-shadow:0 25px 70px rgba(0,0,0,.5)}.lightbox figcaption{color:#fff}.lightbox button{border:0;background:transparent;color:#fff;font-size:64px;cursor:pointer}.lightbox-close{position:absolute;right:24px;top:14px;font-size:46px!important}.side-actions{position:fixed;z-index:130;right:0;top:44%;display:grid;border-radius:10px 0 0 10px;overflow:hidden;box-shadow:0 12px 28px rgba(8,77,110,.25)}.side-actions a,.side-actions button{display:grid;place-items:center;width:58px;height:58px;border:0;border-bottom:1px solid rgba(255,255,255,.24);background:rgba(0,145,202,.91);color:#fff;font-size:25px;cursor:pointer;transition:.22s}.side-actions img{width:28px;height:28px;object-fit:contain}.side-actions button img{width:22px;height:24px}.side-actions a:hover,.side-actions button:hover{background:#087ead;transform:translateX(-4px)}
.side-actions img{width:auto;height:auto;max-width:44px;max-height:44px;object-fit:contain;filter:brightness(0) invert(1)}.side-actions button img{max-width:38px;max-height:40px}.side-actions a,.side-actions button{background:#0393d2}
.desktop-search-panel{inset:auto;left:4.375%;right:4.375%;top:0;height:65.07%;border-radius:24px;box-shadow:0 14px 25px rgba(20,42,56,.17)}.desktop-advantage-grid article:hover,.desktop-advantage-grid article:focus-visible{box-shadow:none;filter:drop-shadow(0 14px 16px rgba(24,52,69,.28))}.factory-strip-prev,.factory-strip-next,.carousel-arrow{display:grid;place-items:center;line-height:1;text-align:center}
.hero-cta:hover,.desktop-search-form button:hover,.desktop-search-form button:focus-visible,.brand-copy-panel>a:hover,.brand-copy-panel>a:focus-visible,.about-copy>a:hover,.about-copy>a:focus-visible,.custom-copy>a:hover,.custom-copy>a:focus-visible,.recommended-more:hover,.recommended-more:focus-visible,.news-design-section>header>a:hover,.news-design-section>header>a:focus-visible,.desktop-contact-form>button:hover,.desktop-contact-form>button:focus-visible,.search-form button:hover,.search-form button:focus-visible,.contact-form button:hover,.contact-form button:focus-visible,.button:hover,.button:focus-visible,.carousel-arrow:hover,.carousel-arrow:focus-visible,.factory-strip-prev:hover,.factory-strip-prev:focus-visible,.factory-strip-next:hover,.factory-strip-next:focus-visible,.language-menu button:hover,.language-menu button:focus-visible{background:var(--button-hover)!important;color:#fff!important}
.product-hover{background:rgba(10,70,116,.70)}.desktop-advantage-grid article:hover,.desktop-advantage-grid article:focus-visible{background:#0393d2;color:#fff;box-shadow:0 22px 48px rgba(3,147,210,.34)}.russia-carousel .carousel-arrow:hover,.russia-carousel .carousel-arrow:focus-visible{background:#0393d2!important;color:#fff!important}.russia-services article{outline:none;cursor:pointer}.russia-services article b{position:relative;transition:color .22s}.russia-services article b::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#0393d2;transform:scaleX(0);transform-origin:left;transition:transform .22s}.russia-services article:hover b,.russia-services article:focus-visible b{color:#0393d2}.russia-services article:hover b::after,.russia-services article:focus-visible b::after{transform:scaleX(1)}.desktop-process-grid article{outline:none;cursor:pointer}.desktop-process-grid article:hover b,.desktop-process-grid article:focus-visible b,.desktop-process-grid article:hover p,.desktop-process-grid article:focus-visible p{color:#0393d2}.desktop-process-grid article:hover p,.desktop-process-grid article:focus-visible p{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:4px}
.side-actions{overflow:visible}.side-actions>a,.side-actions>button{position:relative}.side-actions>a>span{position:absolute;z-index:-1;right:calc(100% - 8px);top:0;height:58px;display:flex;align-items:center;min-width:max-content;padding:0 22px 0 14px;border-radius:8px 0 0 8px;background:rgba(63,63,63,.92);color:#fff;font-size:13px;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(16px);transition:.24s}.side-actions>a:hover>span,.side-actions>a:focus-visible>span{opacity:1;visibility:visible;transform:none}.side-actions .whatsapp-panel{height:88px;top:-15px;gap:10px}.mini-qr{width:54px;height:54px;display:block;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 0/9px 9px;border:4px solid #fff}.whatsapp-panel b{font-weight:650}.recommended-card b{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.recommended-card:hover,.recommended-card:focus-visible{background:#fff;box-shadow:0 20px 44px rgba(23,55,75,.25);outline:none}.recommended-card:hover b,.recommended-card:focus-visible b{color:#0393d2}.recommended-carousel .carousel-arrow:hover,.recommended-carousel .carousel-arrow:focus-visible,.recommended-carousel .carousel-arrow:active{background:#0393d2!important;color:#fff!important}.desktop-news-list>a{transition:color .22s,background .22s,box-shadow .25s,transform .25s}.desktop-news-list>a:hover,.desktop-news-list>a:focus-visible{z-index:2;background:#fff;box-shadow:0 16px 34px rgba(24,52,69,.18);transform:translateY(-3px);outline:none}.desktop-news-list>a:hover i,.desktop-news-list>a:focus-visible i{background:#e62129}
.js .reveal{opacity:0;transform:translateY(26px)}.js .reveal.is-visible{opacity:1;transform:none;animation:reveal-in .72s cubic-bezier(.22,.61,.36,1) both}.desktop-header{animation:header-enter .55s ease-out both}.hero-content h1{animation:hero-enter .7s .12s both}.hero-content>p{animation:hero-enter .7s .25s both}.hero-parts{animation:hero-enter .7s .38s both}.hero-cta{animation:hero-enter .7s .5s both}.reveal{--reveal-y:26px}
.reveal.is-visible{animation:reveal-in .72s cubic-bezier(.22,.61,.36,1) both}
.mobile-content{display:none}
.back-to-top{position:fixed;z-index:50;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(0,137,195,.35);font-size:23px;opacity:0;pointer-events:none;transform:translateY(12px);transition:.25s;cursor:pointer}
.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}
@keyframes kenburns{from{transform:scale(1.035)}to{transform:scale(1.1)}}
@keyframes reveal-in{from{opacity:.93;transform:translateY(var(--reveal-y))}to{opacity:1;transform:none}}
@keyframes header-enter{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}
@keyframes hero-enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

.desktop-contact-form{box-shadow:0 28px 65px rgba(15,35,48,.18)}
.catalog-body{background:#f4f8fb}.catalog-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px max(22px,calc((100vw - 1180px)/2));background:#fff;box-shadow:0 6px 22px rgba(18,49,67,.1)}.catalog-header img{width:185px}.catalog-header>a:last-child{color:#0393d2;font-weight:700}.catalog-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:70px 0}.catalog-page>header{text-align:center;margin-bottom:45px}.catalog-page>header p{margin:0;color:#0393d2;font-weight:800;letter-spacing:.15em}.catalog-page>header h1{margin:8px 0;font-size:clamp(34px,5vw,62px)}.catalog-page>header span{color:var(--muted)}.catalog-category{scroll-margin-top:110px;display:grid;grid-template-columns:360px 1fr;align-items:center;gap:54px;margin:22px 0;padding:35px;background:#fff;box-shadow:0 14px 40px rgba(18,49,67,.08)}.catalog-category img{width:100%;height:260px;object-fit:contain;background:#edf5ff}.catalog-category h2{font-size:32px;margin:0}.catalog-category p{line-height:1.7;color:var(--muted)}.catalog-category a{display:inline-block;margin-top:12px;padding:13px 24px;border-radius:6px;background:var(--blue);color:#fff;font-weight:750}.catalog-category a:hover{background:var(--button-hover)}
@media (max-width:900px){
  body{background:#fff;font-size:14px}
  .desktop-header,.desktop-stream{display:none}
  .mobile-header{display:flex;position:sticky;z-index:100;top:0;height:66px;padding:10px 18px;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);box-shadow:0 5px 20px rgba(17,42,60,.09);backdrop-filter:blur(12px)}
  .mobile-logo img{width:138px;height:auto}.mobile-language{z-index:4;color:#fff}.mobile-language>button{padding:5px 8px;border-radius:16px;background:var(--blue);font-size:12px}.mobile-language>button>img{width:25px;height:25px}.mobile-language .language-menu{right:-18px;min-width:125px}
  .menu-button{width:42px;height:42px;border:0;background:transparent;padding:8px;display:grid;align-content:center;gap:5px;cursor:pointer}
  .menu-button span{display:block;width:26px;height:2px;background:#14212a;transition:.25s}
  .menu-button.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .mobile-menu{position:absolute;left:0;right:0;top:66px;display:grid;padding:10px 20px 22px;background:#fff;box-shadow:0 18px 25px rgba(14,38,53,.12);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.3s}
  .mobile-menu.is-open{transform:none;opacity:1;pointer-events:auto}.mobile-menu a{padding:13px 4px;border-bottom:1px solid #edf1f4;font-weight:650}
  .hero{width:100%;height:620px;min-height:620px}
  .hero-reference{display:none}.hero-slide{background-position:center;transform:scale(1.02)}.hero-excavator{background-position:61% center}.hero-factory{background-position:59% center}
  .hero-shade{opacity:1!important;background:linear-gradient(180deg,rgba(5,23,37,.24),rgba(5,24,42,.78) 55%,rgba(5,24,42,.97))}.hero[data-slide="0"] .hero-dots{opacity:1}
  .hero-content,.hero[data-slide="0"] .hero-content{width:auto;height:100%;margin:0 22px;opacity:1;pointer-events:auto}
  .hero-content h1{left:0;top:28%;font-size:32px;line-height:1.12;letter-spacing:0}
  .hero-content>p{left:0;top:52%;width:100%;font-size:14px;line-height:1.58;color:rgba(255,255,255,.9)}
  .hero-parts{left:0;bottom:83px;gap:9px}.hero-parts a{width:54px;height:54px;min-width:54px;min-height:54px;border-radius:7px}
  .hero-cta{left:0;right:auto;bottom:22px;padding:12px 16px;font-size:13px}.hero-dots{left:50%;right:auto;bottom:22px}
  .mobile-content{display:block}.panel,.mobile-section{padding:62px 20px}.mobile-section{overflow:hidden}
  h2{margin:0 0 14px;font-size:28px;line-height:1.15;font-weight:800;letter-spacing:-.025em}.eyebrow{margin:0 0 9px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.16em}.eyebrow.light{color:#d8f4ff}.center{text-align:center}.lead{max-width:650px;margin:0 auto 28px;text-align:center;color:var(--muted);line-height:1.65}
  .mobile-search{padding-top:40px;padding-bottom:42px;background:#fff}.mobile-search p:not(.eyebrow){color:var(--muted);margin:0 0 20px}.search-form{display:flex;flex-wrap:wrap;gap:8px}.search-form input{min-width:0;flex:1;border:1px solid #dce5eb;border-radius:7px;padding:13px;background:#f8fafb}.search-form button,.contact-form button{border:0;border-radius:7px;background:var(--blue);color:#fff;padding:12px 18px;font-weight:750}.mobile-search-status{flex-basis:100%;min-height:18px;color:#16865f;font-size:12px;font-weight:700}
  .product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.product-card{position:relative;overflow:hidden;min-height:205px;padding:16px 12px;background:#eff7fc;border-radius:4px;display:flex;flex-direction:column;justify-content:flex-end;transition:.25s;outline:none}.product-card:hover,.product-card:focus-visible{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card img{height:125px;width:100%;object-fit:contain}.product-card h3{margin:10px 0 0;font-size:13px;line-height:1.35}.product-card-large{grid-row:span 2;min-height:422px}.product-card-large img{height:300px}.mobile-product-hover{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:18px;background:rgba(45,99,137,.94);color:#fff;opacity:0;transform:translateY(8%);transition:.3s}.product-card:hover .mobile-product-hover,.product-card:focus-visible .mobile-product-hover{opacity:1;transform:none}.mobile-product-hover b{font-size:15px;line-height:1.3}.mobile-product-hover p{font-size:12px;line-height:1.55;color:rgba(255,255,255,.88)}.mobile-product-hover span{margin-top:12px;font-weight:800}
  .brand-section{background:linear-gradient(rgba(7,24,37,.76),rgba(7,24,37,.88)),url("assets/images/hero-excavator-topil.png") center/cover;color:#fff}.brand-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:36px}.brand-logos img{width:100%;height:74px;padding:18px;object-fit:contain;background:#fff;border-radius:5px}.brand-section p{line-height:1.65;color:rgba(255,255,255,.82)}
  .button{display:inline-block;margin-top:18px;padding:12px 18px;border-radius:5px;background:var(--blue);color:#fff;font-weight:750}.about-mobile{padding-bottom:0}.about-mobile p{color:var(--muted);line-height:1.72}.about-mobile>img{width:calc(100% + 40px);max-width:none;margin:32px -20px 0}
  .advantage-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.advantage-grid article{min-height:190px;padding:20px 15px;background:#f4f9fc;border-bottom:4px solid var(--blue);clip-path:polygon(0 0,100% 0,100% 90%,89% 100%,0 100%)}.advantage-grid b{color:var(--blue);font-size:18px}.advantage-grid h3{font-size:15px;line-height:1.3}.advantage-grid p{font-size:12px;line-height:1.55;color:var(--muted)}
  .split-feature{background:var(--blue);color:#fff}.split-copy{padding:56px 22px}.split-copy h2{font-size:29px}.split-copy p{line-height:1.7;color:rgba(255,255,255,.86)}.split-feature>img{width:100%;max-height:320px;object-fit:cover}.light-button{background:#fff;color:var(--blue)}
  .wide-photo{width:calc(100% + 40px);max-width:none;margin:28px -20px 0;height:230px;object-fit:cover}.service-list{display:grid;gap:10px;margin-top:22px}.service-list span{display:flex;align-items:center;gap:14px;padding:15px;background:#f3f8fb;color:#25404f;font-weight:650}.service-list span img{width:48px;height:48px;object-fit:contain;flex:none}
  .process-mobile{background:#f3f8fc}.process-grid{display:grid;gap:10px;margin-top:28px}.process-grid article{padding:18px;border-left:4px solid var(--blue);background:#fff;box-shadow:0 8px 20px rgba(17,56,80,.06)}.process-grid b{color:var(--blue)}.process-grid p{margin:8px 0 0;line-height:1.55;color:var(--muted)}
  .recommend-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.recommend-grid article{padding:10px;background:#fff;border:1px solid #e5edf2;box-shadow:0 10px 26px rgba(17,45,64,.06)}.recommend-grid img{width:100%;aspect-ratio:1;object-fit:contain;background:#f7fafc}.recommend-grid h3{font-size:12px;text-align:center}.center-button{display:table;margin:24px auto 0}
  .news-mobile{background:#f7fafc}.news-feature{margin-top:25px;background:#fff;box-shadow:var(--shadow)}.news-feature img{width:100%;aspect-ratio:16/9;object-fit:cover}.news-feature time{display:block;padding:16px 18px 0;color:var(--blue);font-size:11px;font-weight:750}.news-feature h3{margin:8px 18px 20px;padding-bottom:20px;font-size:17px;line-height:1.45}.news-list{display:grid;margin-top:14px}.news-list a{padding:16px 4px;border-bottom:1px solid #dae4ea;font-weight:650;line-height:1.4}.news-list a::after{content:"→";float:right;color:var(--blue)}
  .mobile-contact{padding:55px 16px;background:linear-gradient(rgba(8,29,42,.75),rgba(8,29,42,.82)),url("assets/images/contact-background.png") center/cover}.mobile-contact-inner{padding:28px 18px;background:rgba(255,255,255,.96);box-shadow:var(--shadow);text-align:center}.mobile-contact-inner>p{color:var(--muted);line-height:1.5}.mobile-contact-inner .eyebrow{color:var(--blue)}.contact-form{display:grid;gap:10px;margin-top:20px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #dbe5eb;border-radius:6px;padding:13px 12px;background:#fff;resize:vertical}.form-status{min-height:18px;color:#218651}
  .mobile-footer{padding:44px 22px;background:#fff;color:#4b5962}.mobile-footer>img{width:190px;margin-bottom:22px}.mobile-footer p{line-height:1.6}.mobile-footer address{font-style:normal;line-height:1.8;margin:22px 0}.mobile-footer small{display:block;padding-top:20px;border-top:1px solid #e4e9ed;font-size:10px}
  .back-to-top{display:none}.side-actions{top:auto;bottom:16px}.side-actions a,.side-actions button{width:42px;height:42px;font-size:18px}.side-actions img{max-width:32px;max-height:32px}.side-actions>a>span{display:none}
  .catalog-header{padding:10px 16px}.catalog-header img{width:140px}.catalog-header>a:last-child{font-size:12px}.catalog-page{width:min(100% - 28px,620px);padding:44px 0}.catalog-category{grid-template-columns:1fr;gap:20px;padding:20px}.catalog-category img{height:220px}.catalog-category h2{font-size:25px}
}

@media (min-width:901px) and (max-width:1100px){.hero-content h1{top:25%}.hero-cta{font-size:11px;padding:10px 13px}.hero-parts{gap:2vw}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.desktop-header,.hero-content h1,.hero-content>p,.hero-parts,.hero-cta,.hero-slide,.hero-slide.is-active,.reveal.is-visible{animation:none!important;transition:none!important}.hero-slide,.js .reveal{transform:none!important;opacity:1!important}}
