:root{--ink:#10131a;--muted:#667085;--line:#e7e9ee;--bg:#f6f7f9;--orange:#ff6b35;--yellow:#ffb703;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#10131a;color:#c7cbd4;font-size:13px}.topbar .container{height:34px;display:flex;justify-content:space-between;align-items:center}.header{background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.header-inner{height:82px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:48px}.brand span{display:flex;flex-direction:column}.brand b{font-size:19px}.brand small{font-size:10px;letter-spacing:2px;color:var(--orange)}.nav{display:flex;gap:28px;font-weight:650}.nav a:hover{color:var(--orange)}.cart-link{background:var(--ink);color:#fff;padding:12px 16px;border-radius:14px}.cart-link span{background:var(--orange);padding:2px 7px;border-radius:20px;margin-left:5px}.menu-btn{display:none}.hero{background:radial-gradient(circle at 80% 30%,#2f3440,#12151c 55%);color:#fff;overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.eyebrow{display:block;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:14px}.hero h1,.page-head h1{font-size:clamp(48px,6vw,86px);line-height:.95;letter-spacing:-4px;margin:0 0 28px}.hero h1 em{font-style:normal;color:var(--yellow)}.hero p{font-size:19px;line-height:1.6;color:#c9ced7;max-width:650px}.hero-actions{display:flex;gap:12px;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;padding:15px 22px;border-radius:14px;font-weight:800;cursor:pointer;font-size:15px}.btn.primary{background:var(--orange);color:#fff}.btn.ghost{border:1px solid #ffffff55;color:#fff}.btn.darkbtn{background:#10131a;color:#fff}.hero-facts{display:flex;gap:30px;color:#aeb4bf;font-size:13px}.hero-facts span{display:flex;flex-direction:column}.hero-facts b{color:#fff;font-size:16px}.hero-art img{width:100%;filter:drop-shadow(0 30px 30px #0008)}.section{padding:90px 0}.section.muted{background:var(--bg)}.section.dark{background:#10131a;color:#fff}.section.accent{background:var(--yellow)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-head h2,.process h2,.callback h2{font-size:clamp(34px,4vw,54px);letter-spacing:-2px;margin:0}.section-head>a{font-weight:700}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #1d293915}.product-image{height:240px;background:#f0f2f5;display:flex;align-items:center;justify-content:center;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{position:absolute;top:14px;left:14px;background:var(--yellow);padding:7px 10px;border-radius:20px;font-size:11px;font-weight:800}.product-body{padding:20px}.product-body>small{color:var(--orange);font-weight:800}.product-body h3{font-size:18px;line-height:1.3;height:48px}.product-body p{color:var(--muted);font-size:14px;line-height:1.5;height:62px;overflow:hidden}.product-bottom{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;align-items:center}.product-bottom>div{display:flex;flex-direction:column}.product-bottom small{color:var(--muted)}.add-cart{width:44px;height:44px;border:0;border-radius:14px;background:var(--ink);color:#fff;font-size:25px;cursor:pointer}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.service-card{min-height:300px;border:1px solid #ffffff20;border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:45% 55%;background:#191d25}.service-card.light{background:#fff;border-color:var(--line)}.service-card img{width:100%;height:100%;object-fit:cover}.service-card div{padding:34px;display:flex;flex-direction:column;justify-content:center}.service-card h2,.service-card h3{font-size:26px;margin:0 0 14px}.service-card p{color:#aeb4bf;line-height:1.6}.service-card.light p{color:var(--muted)}.service-card span{color:var(--orange);font-weight:800}.process{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}.process ol{list-style:none;padding:0;margin:0}.process li{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.process li>b{color:var(--orange);font-size:13px}.process li span{display:flex;flex-direction:column;color:var(--muted)}.process strong{color:var(--ink);font-size:20px;margin-bottom:6px}.callback{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.callback .eyebrow{color:#10131a}.callback-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.callback-form label,.checkout label,.admin-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.callback-form .full{grid-column:1/-1}.callback-form input,.callback-form textarea,.checkout input,.checkout textarea,.checkout select,.search input{border:1px solid #0002;border-radius:12px;padding:13px;background:#fff;font:inherit}.hp{position:absolute!important;left:-9999px!important}.page-head{background:#10131a;color:#fff;padding:85px 0}.page-head.compact{padding:50px 0}.page-head p{color:#bbc0ca;font-size:18px}.catalog-tools{display:flex;justify-content:space-between;gap:25px;margin-bottom:32px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips a{padding:10px 13px;border:1px solid var(--line);border-radius:999px;font-size:13px}.chips a.active{background:var(--ink);color:#fff}.search{display:flex}.search button{border:0;background:var(--orange);color:#fff;border-radius:0 12px 12px 0;padding:0 16px}.search input{border-radius:12px 0 0 12px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-image{background:var(--bg);border-radius:30px;overflow:hidden}.detail-image img{width:100%;aspect-ratio:1.15;object-fit:cover}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:22px}.detail-info h1{font-size:48px;line-height:1.05;letter-spacing:-2px;margin:0 0 20px}.lead{font-size:18px;color:var(--muted);line-height:1.6}.detail-price{font-size:35px;font-weight:900;margin:28px 0}.detail-price small{font-size:14px;color:var(--muted)}.qty-row{display:flex;gap:10px}.qty-row input{width:80px;padding:12px;border:1px solid var(--line);border-radius:12px}.note{font-size:12px;color:var(--muted)}.detail-copy{max-width:900px;margin-top:55px;line-height:1.8}.cart-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:35px}.cart-list{border:1px solid var(--line);border-radius:20px;overflow:hidden}.cart-item{display:grid;grid-template-columns:90px 1fr 80px 130px 30px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--line)}.cart-item img{width:90px;height:75px;object-fit:cover;border-radius:12px}.cart-item h3{margin:0 0 7px;font-size:16px}.cart-item span{color:var(--muted);font-size:13px}.cart-item input{padding:10px;width:70px}.cart-item button{border:0;background:none;font-size:22px}.checkout{background:var(--bg);padding:28px;border-radius:22px}.checkout form{display:grid;gap:13px}.checkout-total{display:flex;justify-content:space-between;padding:18px 0;border-block:1px solid var(--line);margin-bottom:20px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn.full{width:100%}.empty{text-align:center;padding:70px;border:1px dashed var(--line);border-radius:20px}.success-page{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.success-icon{width:90px;height:90px;border-radius:50%;background:#e7f9ed;color:#1f9d55;display:grid;place-items:center;font-size:45px}.big404{font-size:120px;font-weight:900;color:var(--orange)}.contacts-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-card{display:flex;flex-direction:column;gap:16px;border:1px solid var(--line);border-radius:22px;padding:35px}.contact-card>a:not(.btn){font-size:20px;font-weight:800}.map-placeholder{background:url('/assets/img/map.svg') center/cover;border-radius:22px;min-height:420px;display:grid;place-items:center}.map-placeholder div{background:#fff;padding:20px;border-radius:14px;box-shadow:0 10px 30px #0002;display:flex;flex-direction:column}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery article{border:1px solid var(--line);border-radius:20px;overflow:hidden;padding-bottom:20px}.gallery img{aspect-ratio:1.3;object-fit:cover}.gallery h3,.gallery p{margin-inline:20px}.gallery p{color:var(--muted)}.prose{max-width:850px;line-height:1.8}.footer{background:#0c0e13;color:#c0c5cf;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-grid>div{display:flex;flex-direction:column;gap:12px}.footer-logo{width:180px}.copyright{border-top:1px solid #ffffff15;margin-top:40px;padding-top:20px;font-size:12px}.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:#24d366;color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 25px #0003;z-index:20}.install{background:#f3f5f8;padding:40px}.install-card{max-width:780px;margin:auto;background:#fff;border-radius:24px;padding:35px;box-shadow:0 20px 60px #0001}.install-card>img{width:180px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:flex;flex-direction:column;gap:7px}.form-grid input{padding:12px;border:1px solid var(--line);border-radius:10px}.form-grid button{grid-column:1/-1}.alert{padding:14px;border-radius:12px;margin:15px 0}.alert.success{background:#e7f9ed;color:#146c38}.alert.error{background:#fff0f0;color:#a11}@media(max-width:900px){.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px;flex-direction:column}.nav.open{display:flex}.menu-btn{display:block;border:0;background:none;font-size:24px}.hero-grid,.callback,.process,.product-detail,.cart-layout,.contacts-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0}.hero-art{display:none}.cards{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:1fr}.process{gap:30px}.catalog-tools{flex-direction:column}.cart-item{grid-template-columns:70px 1fr 60px}.cart-item>b{display:none}.form-grid{grid-template-columns:1fr}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.topbar .container span:first-child{display:none}.header-inner{height:70px}.brand img{width:40px}.brand b{font-size:16px}.cart-link{font-size:0;padding:10px}.cart-link:before{content:'Корзина';font-size:13px}.hero h1,.page-head h1{letter-spacing:-2px}.hero-facts{flex-wrap:wrap}.cards{grid-template-columns:1fr}.service-card{grid-template-columns:1fr}.service-card img{height:220px}.section{padding:60px 0}.section-head{align-items:start;flex-direction:column;gap:12px}.callback-form{grid-template-columns:1fr}.callback-form .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr 55px;gap:10px}.cart-item img{width:60px;height:60px}.form-two{grid-template-columns:1fr}}
