*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input{font:inherit}button{cursor:pointer}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(9,58,90,.08);transition:.2s}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,48,82,.08)}.topline{background:var(--navy);color:#fff}.topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topline-links{display:flex;gap:22px;align-items:center;white-space:nowrap;overflow:hidden}.topline-links a{font-size:.72rem;opacity:.82;transition:.2s}.topline-links a:hover{opacity:1}.top-specialist{font-size:.72rem;font-weight:700;background:var(--primary);padding:8px 12px;border-radius:0 0 8px 8px;white-space:nowrap}.mainbar{background:#fff}.mainbar-inner{height:72px;display:flex;align-items:center;gap:34px}.brand{border:0;background:none;padding:0;display:flex;align-items:center;flex:0 0 auto}.brand img{width:132px;height:46px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:24px;flex:1}.desktop-nav a{font-size:.79rem;font-weight:650;color:#233e55;position:relative;padding:26px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--primary);transition:.22s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:9px}.header-search-btn{border:0;background:#f4f8fb;color:var(--navy);width:38px;height:38px;border-radius:10px;font-size:1.2rem}.header-wa{background:var(--navy);color:#fff;border-radius:9px;padding:10px 14px;font-size:.75rem;font-weight:700}.mobile-menu-btn{display:none;width:40px;height:40px;border:0;background:#f4f8fb;border-radius:10px;padding:10px}.mobile-menu-btn i{display:block;height:2px;background:var(--navy);margin:4px 0}.mobile-menu{position:fixed;z-index:150;inset:0 0 0 auto;width:min(370px,92vw);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.15);padding:20px;transform:translateX(105%);transition:.28s}.mobile-menu.open{transform:none}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.mobile-menu-head img{width:130px;height:45px;object-fit:contain}.mobile-menu-head button{border:0;background:#eef4f7;width:40px;height:40px;border-radius:50%;font-size:1.5rem;color:var(--navy)}.mobile-menu>a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid #edf2f5;font-weight:700;color:#28455a}
.catalog-shell{padding:32px 0 72px;background:#fff;min-height:70vh}.catalog-container{max-width:980px}.breadcrumb{font-size:.66rem;color:#81909b;display:flex;gap:8px;align-items:center;margin-bottom:30px}.breadcrumb b{font-weight:500;color:#aab5bc}.catalog-intro{text-align:center;max-width:720px;margin:0 auto 28px}.eyebrow,.section-heading>span,.promo-copy>span,.contact-cta-inner>div>span{font-size:.67rem;font-weight:800;letter-spacing:.12em;color:var(--green)}.catalog-intro h1{font-size:clamp(1.65rem,3.1vw,2.35rem);line-height:1.15;margin:8px 0 10px;color:#233b50;letter-spacing:-.03em}.catalog-intro p{font-size:.82rem;line-height:1.6;color:#73838f;margin:0}.catalog-tools{max-width:790px;margin:0 auto 28px}.catalog-search{height:43px;border:1px solid #d9e2e8;border-radius:22px;display:flex;align-items:center;padding:0 13px;gap:8px;background:#fff;box-shadow:0 4px 14px rgba(24,70,97,.04)}.catalog-search>span{color:#698093;font-size:1.05rem}.catalog-search input{border:0;outline:0;min-width:0;flex:1;font-size:.76rem;color:#263f53}.catalog-search input::placeholder{color:#a2afb8}.catalog-search button{border:0;background:transparent;color:#83939e;font-size:1rem;padding:4px 8px}.category-filters{display:flex;justify-content:center;gap:10px;margin-top:22px;flex-wrap:wrap}.category-filter{width:104px;min-height:72px;border:1px solid #d7e2e8;background:#fff;border-radius:11px;color:#506576;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:.2s;box-shadow:0 3px 10px rgba(16,60,88,.025)}.category-filter .filter-icon{font-size:1.05rem;color:var(--green)}.category-filter b{font-size:.65rem;font-weight:700}.category-filter:hover,.category-filter.active{border-color:var(--green);background:#f3fff8;color:#1b6549;transform:translateY(-2px);box-shadow:0 6px 18px rgba(47,157,106,.1)}.results-line{border-top:1px solid #edf1f3;padding:19px 2px 13px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.67rem;color:#86949e}.results-line b{color:#355065}.active-filter-label{color:var(--green);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{min-width:0;border:1px solid #d8e3e9;border-radius:10px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-height:315px;transition:transform .2s,box-shadow .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:#b9ccd7;box-shadow:0 12px 26px rgba(22,62,87,.1)}.product-card.is-hidden{display:none}.product-image{height:132px;background:linear-gradient(180deg,#fff,#f7fafb);position:relative;padding:12px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:.25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;left:8px;top:8px;background:#eef8f3;color:#297250;border:1px solid #d1eadc;padding:4px 6px;border-radius:5px;font-size:.5rem;font-weight:700}.product-body{padding:11px 11px 10px;display:flex;flex-direction:column;flex:1}.product-body small{font-size:.49rem;color:#94a0a8;margin-bottom:4px}.product-body h2{font-size:.75rem;line-height:1.28;color:#344b5f;margin:0 0 7px;letter-spacing:-.015em}.product-body p{font-size:.59rem;line-height:1.5;color:#798892;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-action{margin-top:auto;background:#e9fff3;color:#27704f;min-height:31px;padding:8px 10px;font-size:.57rem;font-weight:700;display:flex;align-items:center;gap:5px;border-top:1px solid #d0f0df;transition:.2s}.product-action span{font-size:.8rem}.product-action:hover{background:#d9fae8;color:#17593c}.load-more-wrap{text-align:center;padding-top:30px}.load-more{border:1px solid var(--navy);background:#fff;color:var(--navy);border-radius:8px;padding:11px 17px;font-size:.68rem;font-weight:750}.load-more:hover{background:var(--navy);color:#fff}.empty-state{display:none;text-align:center;padding:55px 20px;color:#72838f}.empty-state.show{display:block}.empty-state>span{font-size:2rem}.empty-state h3{color:#2f485b;margin:10px 0 4px}.empty-state p{font-size:.78rem}.empty-state a{display:inline-block;margin-top:10px;background:var(--green);color:#fff;padding:10px 14px;border-radius:8px;font-size:.72rem;font-weight:700}
.support-section{padding:70px 0;background:#f7fafc;border-top:1px solid #edf2f4}.section-heading{max-width:620px;text-align:center;margin:0 auto 30px}.section-heading h2{font-size:clamp(1.45rem,2.5vw,2rem);color:#273f52;margin:7px 0 8px}.section-heading p{font-size:.78rem;color:#758691;line-height:1.6}.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.support-card{background:#fff;border:1px solid #e0e8ed;border-radius:12px;padding:20px;min-height:190px;transition:.2s}.support-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,54,88,.08)}.support-icon{width:34px;height:34px;background:#eef7fc;color:var(--blue);border-radius:9px;display:grid;place-items:center;font-weight:800}.support-card h3{font-size:.83rem;color:#30495d;margin:14px 0 7px}.support-card p{font-size:.65rem;line-height:1.55;color:#7e8d96}.support-card b{display:block;margin-top:13px;font-size:.62rem;color:var(--green)}.promo-section{padding:65px 0;background:#fff}.promo-card{max-width:920px;margin:auto;border-radius:18px;overflow:hidden;background:var(--navy);display:grid;grid-template-columns:1.05fr .95fr;min-height:300px}.promo-image{position:relative;min-height:300px}.promo-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(0,59,112,.2))}.promo-image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.promo-copy{padding:38px;color:#fff;display:flex;flex-direction:column;justify-content:center}.promo-copy>span{color:#9de3c2}.promo-copy h2{font-size:1.75rem;line-height:1.2;margin:9px 0}.promo-copy p{font-size:.76rem;line-height:1.6;color:#d7e4ed}.promo-copy a{align-self:flex-start;margin-top:10px;background:#fff;color:var(--navy);padding:10px 13px;border-radius:8px;font-size:.7rem;font-weight:750}.contact-cta{padding:0 0 70px}.contact-cta-inner{max-width:920px;border:1px solid #dce6eb;background:linear-gradient(135deg,#f8fcfe,#f5fff9);border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-cta-inner h2{font-size:1.4rem;color:#30485a;margin:6px 0}.contact-cta-inner p{font-size:.72rem;color:#758792;max-width:600px;line-height:1.55;margin:0}.contact-cta-inner>a{background:var(--green);color:#fff;padding:11px 14px;border-radius:8px;font-size:.68rem;font-weight:750;white-space:nowrap}.footer{background:#f7fafb;border-top:1px solid #e3eaee;color:#536977}.footer-main{padding:45px 0;display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:30px}.footer-brand img{width:130px;height:48px;object-fit:contain}.footer-brand p{font-size:.65rem;line-height:1.6;color:#81909a;max-width:300px}.footer-group h4{font-size:.7rem;color:#385266;margin:0 0 10px}.footer-group a{display:block;font-size:.62rem;color:#7d8e99;padding:4px 0}.footer-group a:hover{color:var(--green)}.footer-bottom{border-top:1px solid #e3eaee;padding:15px 0 24px;display:flex;justify-content:space-between;gap:20px;font-size:.58rem;color:#93a0a8}.floating-wa{position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;background:#22bd67;color:#fff;display:grid;place-items:center;font-size:1.3rem;box-shadow:0 10px 30px rgba(34,189,103,.3);z-index:120;border:4px solid #fff}.cookie{display:none;position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:130;width:min(760px,calc(100% - 24px));background:#fff;border:1px solid #dfe8ed;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.15);padding:17px 52px 17px 17px;grid-template-columns:1fr auto;align-items:center;gap:20px}.cookie.show{display:grid}.cookie strong{font-size:.75rem;color:#314b5f}.cookie p{font-size:.62rem;color:#758690;line-height:1.5;margin:4px 0 0}.cookie-actions{display:flex;gap:7px}.cookie-actions button{border:1px solid #d7e1e7;background:#fff;color:#566b79;border-radius:7px;padding:8px 10px;font-size:.62rem;font-weight:700}.cookie-actions .accept{background:var(--navy);border-color:var(--navy);color:#fff}.cookie-close{position:absolute;right:12px;top:10px;border:0;background:#edf3f6;color:#526977;width:29px;height:29px;border-radius:50%}.reveal{opacity:0;transform:translateY(12px);transition:.45s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.product-grid{grid-template-columns:repeat(3,1fr)}.support-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.4fr repeat(2,1fr)}.promo-card{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.container{width:min(100% - 24px,1120px)}.topline-links{display:none}.topline-inner{justify-content:flex-end}.mainbar-inner{height:66px}.brand img{width:120px;height:42px}.header-wa{display:none}.catalog-shell{padding-top:20px}.breadcrumb{margin-bottom:22px}.catalog-tools{margin-bottom:18px}.category-filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}.category-filter{flex:0 0 94px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{min-height:300px}.product-image{height:122px}.support-grid{grid-template-columns:1fr}.promo-card{grid-template-columns:1fr}.promo-image{min-height:220px}.promo-copy{padding:25px}.contact-cta-inner{flex-direction:column;align-items:flex-start}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cookie{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}}
@media(max-width:430px){.catalog-container{width:calc(100% - 22px)}.catalog-intro h1{font-size:1.55rem}.catalog-search{height:41px}.results-line{font-size:.6rem}.active-filter-label{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card{min-height:280px;border-radius:8px}.product-image{height:105px;padding:8px}.product-body{padding:9px}.product-body h2{font-size:.69rem}.product-body p{font-size:.55rem;-webkit-line-clamp:2}.product-action{font-size:.53rem;padding:7px 8px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.floating-wa{right:12px;bottom:12px}}
