:root{--ink:#172018;--muted:#667168;--green:#385e39;--green-dark:#244226;--green-soft:#eef4eb;--olive:#7d963f;--gold:#d7bd62;--cream:#faf7ec;--red:#d91f2b;--line:#dfe6dc;--white:#fff;--shadow:0 20px 50px rgba(24,47,27,.12);--radius:22px;--container:1220px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 36px),var(--container));margin-inline:auto}.narrow{max-width:850px}.skip-link{position:fixed;z-index:1000;left:16px;top:-100px;background:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}.top-strip{background:var(--green-dark);color:#e9f0e7;font-size:13px}.top-strip-inner{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:24px}.top-strip-inner div{display:flex;gap:22px}.top-strip a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{border-color:var(--line);box-shadow:0 7px 24px rgba(30,55,34,.08)}.header-main{height:96px;display:flex;align-items:center;gap:32px}.site-logo{width:185px;flex:none}.site-logo img{width:100%;height:82px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.main-nav a{padding:10px 13px;border-radius:10px;font-weight:750;font-size:14px}.main-nav a:hover,.main-nav a.active{background:var(--green-soft);color:var(--green-dark)}.language-switch{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-left:6px}.language-switch a{font-size:12px;font-weight:900;padding:8px 9px}.language-switch a.active{background:var(--green-dark);color:#fff}.mobile-toggle{display:none;border:0;background:var(--green-soft);border-radius:11px;padding:9px 12px;align-items:center;gap:7px;color:var(--green-dark);font-weight:800}.icon{width:20px;height:20px;fill:currentColor;flex:none}.hero-section{overflow:hidden;position:relative;background:radial-gradient(circle at 78% 15%,rgba(215,189,98,.35),transparent 33%),linear-gradient(135deg,#f9f6ea 0,#eef4eb 56%,#fff 100%);padding:82px 0 92px}.hero-section:before{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(56,94,57,.12);border-radius:50%;right:-120px;top:-130px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:12px;color:var(--green)}.eyebrow:before{content:"";width:34px;height:2px;background:var(--gold)}.eyebrow.light{color:#f5eabf}.hero-copy h1{font-size:clamp(42px,5.3vw,76px);line-height:1.03;letter-spacing:-.045em;margin:18px 0 24px;max-width:760px}.hero-copy>p{font-size:19px;color:#566259;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.btn{border:0;border-radius:12px;padding:13px 21px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn.primary{background:var(--green-dark);color:#fff;box-shadow:0 10px 24px rgba(36,66,38,.22)}.btn.primary:hover{transform:translateY(-2px);background:#17381c}.btn.secondary{border:1px solid #bfcab9;background:rgba(255,255,255,.72);color:var(--green-dark)}.btn.secondary:hover{background:#fff}.btn.full{width:100%}.hero-stats{display:flex;gap:42px;margin-top:38px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:27px;color:var(--green-dark)}.hero-stats span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.hero-products{height:520px;position:relative}.hero-product{position:absolute;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:28px;padding:20px;display:flex;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite}.hero-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(25,35,23,.15))}.hero-product span{position:absolute;right:15px;bottom:14px;background:var(--green-dark);color:#fff;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.hero-product-1{left:0;top:52px;width:45%;height:390px;z-index:3}.hero-product-2{right:10px;top:0;width:45%;height:300px;z-index:2;animation-delay:-2s}.hero-product-3{right:36px;bottom:0;width:44%;height:245px;animation-delay:-4s}.section{padding:88px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2{font-size:clamp(29px,4vw,48px);line-height:1.1;letter-spacing:-.03em;margin:10px 0 0}.text-link{font-weight:850;color:var(--green);white-space:nowrap}.categories-section{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.category-card{position:relative;min-height:190px;border:1px solid var(--line);border-radius:19px;padding:24px;background:linear-gradient(145deg,#fff,#f7faf5);overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#b9c8b2}.category-number{font-size:12px;color:#9da89f;font-weight:900}.category-card h3{font-size:20px;margin:30px 0 4px}.category-card p{margin:0;color:var(--muted);font-size:14px}.category-arrow{position:absolute;right:20px;bottom:18px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:20px}.products-section{background:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.22s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:290px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f3f5ee);padding:22px;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-view{position:absolute;bottom:14px;right:14px;background:rgba(36,66,38,.93);color:#fff;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900;opacity:0;transform:translateY(8px);transition:.2s}.product-card:hover .product-view{opacity:1;transform:none}.product-card-body{padding:20px}.product-meta{display:flex;justify-content:space-between;gap:10px;color:var(--olive);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.product-card h3{font-size:18px;line-height:1.25;margin:10px 0 9px}.product-card h3 a:hover{color:var(--green)}.product-card p{font-size:13px;color:var(--muted);margin:0;min-height:42px}.product-code{border-top:1px solid var(--line);margin-top:16px;padding-top:12px;display:flex;align-items:center;justify-content:space-between}.product-code small{color:var(--muted)}.product-code strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.company-band{padding:68px 0;background:linear-gradient(120deg,#203e24,#3e6c40);color:#fff}.company-band-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.company-band h2{font-size:40px;line-height:1.1;margin:12px 0 0}.company-band p{font-size:18px;color:#dce8da}.page-hero{background:linear-gradient(135deg,#f6f2e3,#eef4eb);padding:72px 0}.page-hero.compact{padding:58px 0}.page-hero h1{font-size:clamp(36px,5vw,58px);letter-spacing:-.04em;line-height:1.08;margin:12px 0}.page-hero p{max-width:720px;color:var(--muted);font-size:18px}.catalog-section{background:#f7f9f5}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:start}.catalog-filters{position:sticky;top:126px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.catalog-filters form,.contact-form,.auth-form{display:grid;gap:16px}.catalog-filters label,.contact-form label{font-weight:800;font-size:13px}.catalog-filters input,.catalog-filters select,.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfd9cb;border-radius:10px;background:#fff;padding:11px 12px;margin-top:6px;color:var(--ink)}.search-field{position:relative}.search-field .icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:17px;color:#869488}.search-field input{padding-left:37px}.reset-link{font-size:13px;text-align:center;color:var(--muted);text-decoration:underline}.results-head{display:flex;justify-content:space-between;align-items:center;margin:3px 0 20px;color:var(--muted)}.results-head strong{color:var(--ink)}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state{grid-column:1/-1;text-align:center;padding:70px 20px;background:#fff;border:1px dashed #bcc9b6;border-radius:18px}.pagination{display:flex;gap:7px;justify-content:center;margin-top:34px;flex-wrap:wrap}.pagination a,.pagination span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:800}.pagination a.active,.pagination a:hover{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.product-detail-section{padding:52px 0 85px}.breadcrumbs{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;margin-bottom:30px}.breadcrumbs a:hover{color:var(--green)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}.main-product-image{height:570px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#f4f6ef);display:flex;align-items:center;justify-content:center;padding:35px}.main-product-image img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumbs button{width:76px;height:76px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:5px;cursor:pointer}.product-thumbs button.active{border:2px solid var(--green)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-tags{display:flex;gap:8px;flex-wrap:wrap}.product-tags span{background:var(--green-soft);color:var(--green-dark);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.product-info h1{font-size:clamp(35px,4.5vw,57px);line-height:1.06;letter-spacing:-.04em;margin:17px 0}.product-lead{font-size:18px;color:var(--muted)}.product-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:28px 0}.product-specs div{background:#f6f8f4;border:1px solid var(--line);border-radius:12px;padding:13px}.product-specs span{display:block;font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:900;letter-spacing:.08em}.product-specs strong{display:block;margin-top:4px}.product-description{border-top:1px solid var(--line);padding-top:22px}.rich-content{font-size:17px}.rich-content h2,.rich-content h3{line-height:1.2;margin-top:1.5em}.rich-content a{color:var(--green);text-decoration:underline}.related-section{background:var(--cream)}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px}.contact-details h2,.contact-form-wrap h2{font-size:30px;margin-top:0}.contact-card{padding:19px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column}.contact-card span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.contact-card strong,.contact-card a{font-size:17px;margin-top:5px}.contact-card a:hover{color:var(--green)}.contact-form-wrap{background:#f7f9f5;border:1px solid var(--line);border-radius:22px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.honeypot{position:absolute;left:-10000px}.site-alert{padding:13px 15px;border-radius:10px;margin-bottom:18px;font-weight:750}.site-alert.success{background:#e0f4e2;color:#205c2a}.site-alert.error{background:#fde7e7;color:#9b2020}.site-footer{background:#162a19;color:#dbe6d9;padding:65px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr .75fr 1fr;gap:60px}.footer-logo{width:180px;height:110px;object-fit:contain;filter:brightness(1.1)}.site-footer h3{color:#fff}.site-footer p{color:#aebdac}.site-footer div>a{display:block;margin:7px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#96a894}.error-page{text-align:center;padding:120px 0;background:linear-gradient(145deg,#f9f6ea,#eef4eb);min-height:65vh}.error-code{font-size:90px;line-height:1;font-weight:950;color:var(--gold)}.error-page h1{font-size:42px;margin:15px 0}.error-page p{color:var(--muted);font-size:18px}.error-page .hero-actions{justify-content:center}.empty-state p{color:var(--muted)}
@keyframes float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}
@media(max-width:1050px){.main-nav{position:fixed;top:135px;left:18px;right:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:15px;padding:14px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.mobile-toggle{display:flex;margin-left:auto}.language-switch{margin-left:0}.hero-grid{grid-template-columns:1fr;gap:20px}.hero-products{max-width:650px;width:100%;margin:auto}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.top-strip{display:none}.header-main{height:82px}.site-logo{width:145px}.site-logo img{height:70px}.main-nav{top:91px}.hero-section{padding:55px 0}.hero-copy h1{font-size:45px}.hero-products{height:420px}.hero-product-1{height:310px}.hero-product-2{height:240px}.hero-product-3{height:205px}.product-grid,.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{grid-template-columns:1fr}.catalog-filters{position:static}.product-detail-grid,.contact-grid,.company-band-grid{grid-template-columns:1fr}.main-product-image{height:470px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.section{padding:65px 0}}
@media(max-width:540px){.container{width:min(calc(100% - 24px),var(--container))}.header-main{gap:10px}.language-switch a{padding:7px}.mobile-toggle span{display:none}.hero-copy h1{font-size:38px}.hero-products{height:350px}.hero-product{padding:12px;border-radius:20px}.hero-product-1{height:260px}.hero-product-2{height:190px}.hero-product-3{height:165px}.hero-stats{gap:24px}.category-grid,.product-grid,.catalog-results .product-grid{grid-template-columns:1fr}.product-image{height:320px}.section-head{align-items:start;flex-direction:column}.page-hero{padding:45px 0}.product-detail-grid{gap:32px}.main-product-image{height:370px}.form-grid,.product-specs{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.contact-form-wrap{padding:21px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.company-band h2{font-size:32px}.top-strip-inner{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.product-tags a{background:var(--green-soft);color:var(--green-dark);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.product-specs{margin:28px 0}.product-specs dt{font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:900;letter-spacing:.08em}.product-specs dd{margin:4px 0 0;font-weight:800}.product-lead p:first-child{margin-top:0}

/* HELIOS v1.1.0 */
.hero-articles .hero-product{overflow:hidden;align-items:flex-end;justify-content:flex-start;padding:0;background:#fff}.hero-articles .hero-product img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:none}.hero-articles .hero-product:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(13,26,15,.86))}.hero-articles .hero-product h3{position:relative;z-index:2;color:#fff;font-size:clamp(15px,1.4vw,22px);line-height:1.25;margin:0;padding:22px 18px 48px;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-articles .hero-product span{z-index:3;left:18px;right:auto;background:rgba(255,255,255,.92);color:var(--green-dark);max-width:calc(100% - 36px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-gallery-section{padding-bottom:28px}.home-gallery-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:250px 250px;gap:16px}.home-gallery-item{position:relative;overflow:hidden;border-radius:22px;background:#edf2ea;box-shadow:0 12px 35px rgba(23,42,25,.1)}.home-gallery-item-1{grid-row:1/3}.home-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.home-gallery-item:hover img{transform:scale(1.025)}.home-gallery-item span{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(18,35,21,.82);color:#fff;border-radius:10px;padding:10px 13px;font-weight:850;backdrop-filter:blur(7px)}
.category-grid.with-images .category-card{padding-top:0;overflow:hidden}.category-card-image{height:165px;margin:0 -1px 22px;overflow:hidden;background:#eef2ed}.category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover .category-card-image img{transform:scale(1.04)}
.category-menu-section{position:sticky;top:96px;z-index:55;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 20px rgba(20,42,23,.05)}.catalog-category-menu{min-height:66px;display:flex;align-items:stretch;gap:4px;overflow:visible}.catalog-category-menu>a,.catalog-category-menu>ul>li>a{display:flex;align-items:center;padding:0 15px;font-size:14px;font-weight:850;color:var(--green-dark);white-space:nowrap}.catalog-category-menu>a:hover,.catalog-category-menu>a.active,.catalog-category-menu li.active>a{background:var(--green-soft)}.catalog-category-menu ul{list-style:none;margin:0;padding:0;display:flex}.catalog-category-menu>ul{align-items:stretch}.catalog-category-menu li{position:relative;display:flex;align-items:stretch}.catalog-category-menu li>ul{display:none;position:absolute;left:0;top:100%;min-width:245px;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:var(--shadow);padding:8px;flex-direction:column;z-index:60}.catalog-category-menu li:hover>ul,.catalog-category-menu li:focus-within>ul,.catalog-category-menu li.open>ul{display:flex}.catalog-category-menu li>ul li{display:block}.catalog-category-menu li>ul a{display:block;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:750}.catalog-category-menu li>ul a:hover{background:var(--green-soft)}.catalog-category-menu li>ul ul{left:100%;top:-8px;border-radius:14px}.category-submenu-toggle{border:0;background:transparent;color:var(--green-dark);width:30px;padding:0;display:grid;place-items:center;cursor:pointer;font-size:14px}.catalog-category-menu>ul>li>.category-submenu-toggle{margin-left:-10px}.catalog-category-menu li>ul li>.category-submenu-toggle{position:absolute;right:5px;top:4px;width:32px;height:32px}.catalog-category-menu li.open>.category-submenu-toggle span{transform:rotate(180deg)}.category-submenu-toggle span{transition:transform .2s ease}
.article-category-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.article-category-nav a{display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;font-weight:800;color:var(--green-dark);background:#fff}.article-category-nav a:hover,.article-category-nav a.active{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.article-category-nav small{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:rgba(125,150,63,.15);font-size:10px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(25,46,28,.07);display:flex;flex-direction:column}.article-card-image{height:240px;background:#edf2ea;overflow:hidden}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card-image img{transform:scale(1.035)}.article-card-body{padding:22px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.article-category{display:inline-flex;color:var(--green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.article-card time,.article-detail time{display:block;color:var(--muted);font-size:12px;margin:9px 0}.article-card h2,.article-card h3{margin:5px 0 10px;font-size:24px;line-height:1.18;letter-spacing:-.025em}.article-card h3{font-size:20px}.article-card p{color:var(--muted);margin:0 0 17px}.article-card .text-link{margin-top:auto}.article-detail-header{padding:78px 0 48px;background:linear-gradient(135deg,#f8f5e9,#eef4eb)}.article-detail-header h1{font-size:clamp(38px,5vw,66px);line-height:1.04;letter-spacing:-.045em;margin:15px 0}.article-detail-header p{font-size:19px;color:#536157}.article-detail-image{margin-top:46px}.article-detail-image img{width:100%;max-height:720px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.article-content{padding-top:48px;padding-bottom:80px;font-size:18px}.article-content h2,.article-content h3{line-height:1.2;margin-top:1.8em}.article-content p{margin:0 0 1.25em}.article-content a{color:var(--green);text-decoration:underline}.related-articles{background:#f7f9f6}
@media(max-width:1050px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-category-menu{overflow-x:auto;overflow-y:visible}.catalog-category-menu li>ul ul{left:0;top:100%}}
@media(max-width:760px){.home-gallery-grid{grid-template-columns:1fr;grid-template-rows:330px 220px 220px}.home-gallery-item-1{grid-row:auto}.category-menu-section{top:78px}.catalog-category-menu{padding:8px 0;min-height:auto;align-items:center}.catalog-category-menu>ul{gap:4px}.catalog-category-menu>a,.catalog-category-menu>ul>li>a{min-height:44px;padding:0 13px;border-radius:10px;background:#f4f7f3}.catalog-category-menu li>ul{position:fixed;left:18px!important;right:18px;top:138px;max-height:55vh;overflow:auto;border-radius:14px}.catalog-category-menu>ul>li>.category-submenu-toggle{height:44px;margin-left:-9px;border-radius:0 10px 10px 0;background:#f4f7f3}.catalog-category-menu li>ul li{padding-right:38px}.catalog-category-menu li>ul ul{position:static!important;box-shadow:none;border:0;border-left:2px solid var(--green-soft);margin:4px 0 4px 12px;padding:3px 0 3px 8px;max-height:none}.article-grid,.article-grid.compact{grid-template-columns:1fr}.article-card-image{height:230px}.article-detail-header{padding:55px 0 36px}}
