:root{--ink:#075985;--muted:#607286;--line:#dbe7f0;--panel:#f5f9fc;--brand:#075985;--accent:#16bfe3;--accent-strong:#086d8a;--logo-light:#afe1ff;--radius:6px;--gutter:16px;--header-h:72px;--hero-min:240px;font-family:sans-serif}*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a,button,[role=button]{-webkit-tap-highlight-color:transparent}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}button:focus-visible,.icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius)}.main-nav a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.home-category-card:focus-visible,.why-card:focus-visible,.product-row__media:focus-visible{outline:2px solid var(--accent);outline-offset:4px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:0;border-radius:var(--radius);box-shadow:0 0 0 4px rgba(22,191,227,.15)}html{min-width:320px;scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background:#fff;overflow-x:clip;display:flex;flex-direction:column;min-height:100vh}body>main{flex:1 0 auto}a{color:var(--brand);text-decoration:none}.top-contact{display:flex;justify-content:flex-end;align-items:center;width:100%;height:34px;overflow:hidden;padding:0 var(--gutter);border-bottom:1px solid #cfeaf7;background:#eaf9fe}.top-contact__partner{margin-right:auto}.top-contact a{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:14px;font-weight:700;white-space:nowrap}.top-contact svg{width:15px;height:15px;fill:none;stroke:#075985;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;width:100%;min-height:var(--header-h);padding:0 var(--gutter);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}body.search-open{overflow:hidden}body.search-open::before{content:"";position:fixed;inset:var(--header-h)0 0 0;z-index:18;background:rgba(255,255,255,.34);backdrop-filter:blur(18px)saturate(160%);-webkit-backdrop-filter:blur(18px)saturate(160%)}.site-header.search-open{z-index:30;padding-bottom:130px;background:rgba(255,255,255,.82);backdrop-filter:blur(26px)saturate(170%);-webkit-backdrop-filter:blur(26px)saturate(170%);box-shadow:0 12px 34px rgba(7,21,34,8%)}.brand{flex:none;display:inline-flex;align-items:center;gap:4px;color:var(--brand);font-size:34px;font-weight:850;letter-spacing:.3px;position:relative}.brand img{display:block;width:64px;height:64px;object-fit:contain;margin-top:0;position:relative}html[data-theme=dark] .brand::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:64px;height:64px;background:#075985;border-radius:13px}html[data-theme=dark] .brand img{filter:brightness(0)invert(1)}.brand-text{display:inline-block;line-height:1}.brand-text span{position:relative;top:-11px;color:var(--accent-strong);font-size:.66em}.main-nav{display:flex;align-items:center;gap:clamp(18px,2vw,42px);margin-left:auto}.main-nav a{min-height:40px;display:inline-flex;align-items:center;color:var(--brand);font-size:16px;font-weight:700;white-space:nowrap}.main-nav a:hover{color:var(--accent)}.nav-dropdown{position:relative}.nav-dropdown__menu{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%)translateY(-4px);min-width:220px;padding:8px 0;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px rgba(7,25,50,.12);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:200}.nav-dropdown__menu::before{content:'';position:absolute;top:-10px;left:0;right:0;height:10px}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translateX(-50%)translateY(0)}@media(max-width:768px){.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:0;pointer-events:none}}.nav-dropdown__menu a{display:block;min-height:0;padding:9px 18px;font-size:14px;font-weight:600;white-space:nowrap;color:var(--brand)}.nav-dropdown__menu a:hover{color:var(--brand);background:var(--panel)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:clamp(18px,2vw,36px)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:40px;padding:0;border:0;background:0 0;color:var(--brand);cursor:pointer}.icon-btn:hover{color:var(--accent)}.theme-toggle{position:relative;width:28px;border-radius:999px}.theme-toggle .theme-icon{position:absolute;inset:0;margin:auto;width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:opacity .18s ease,transform .18s ease}.theme-toggle .theme-icon--sun{opacity:1;transform:scale(1)}.theme-toggle .theme-icon--moon{opacity:0;transform:scale(.72)}.lang-current{color:currentColor;font-size:14px;font-weight:800;line-height:1}.icon-btn svg,.search-submit svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.menu-toggle{display:none;flex-direction:column;gap:4px}.menu-toggle span{display:block;width:22px;height:2px;border-radius:999px;background:currentColor}.search-wrap,.lang-wrap{position:relative}.lang-wrap{display:none}.search-panel{position:absolute;top:calc(100% + 9px);right:-40px;display:flex;flex-direction:column;width:min(420px,calc(100vw - (var(--gutter) * 2)));min-height:44px;padding:0;border:1px solid #1c2733;border-radius:var(--radius);background:#fff;box-shadow:0 12px 24px rgba(7,21,34,.16);overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-10px)scale(.985);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.search-panel__bar{display:flex;align-items:center;min-height:44px;padding:0 14px}.search-wrap.open .search-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.search-wrap.open .search-toggle{color:var(--accent)}.site-header.search-open .search-wrap{position:static}.site-header.search-open .search-panel{position:absolute;top:var(--header-h);bottom:auto;left:0;right:0;width:100%;max-width:none;min-height:0;padding:18px clamp(18px,2vw,48px)0;border:none;border-radius:0;background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;opacity:1;pointer-events:auto;transform:none;z-index:31;overflow:visible;transition:opacity .52s cubic-bezier(.25,.46,.45,.94),transform .52s cubic-bezier(.25,.46,.45,.94)}.site-header.search-open .search-panel input{font-size:18px;font-weight:600}.site-header.search-open .search-panel__bar{min-height:72px}.site-header.search-open .search-submit{width:46px}.site-header.search-open .search-submit:hover{color:var(--accent)}.search-toggle:focus-visible,.search-submit:focus-visible,.search-panel:focus-visible{outline:none}.search-panel input,.search-panel input:focus,.search-panel input:focus-visible{outline:none;box-shadow:none}.search-panel input{min-width:0;flex:1;border:0;outline:0;padding:0 14px 0 10px;color:var(--brand);background:0 0}.search-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;color:var(--brand)}.search-panel__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.search-submit{display:none}.search-results{list-style:none;margin:0;padding:0 0 6px}.search-result{display:flex;align-items:center;gap:10px;padding:8px 18px;border-top:1px solid rgba(7,21,34,6%);cursor:pointer;transition:background .12s ease}.search-result.is-active,.search-result:hover{background:rgba(7,89,133,6%)}.search-result__thumb{flex-shrink:0;width:44px;height:44px;object-fit:contain;border-radius:4px;background:rgba(7,89,133,4%)}.search-result__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.search-result__type{flex-shrink:0;padding:2px 7px;border-radius:4px;background:rgba(22,191,227,.12);color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.search-result__title{font-size:14px;font-weight:600;color:var(--brand);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result__hint{font-size:12px;color:var(--brand);opacity:.6;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result__title mark,.search-result__hint mark{background:0 0;color:var(--accent);font-weight:700}.search-results__empty{padding:18px;text-align:center;color:var(--muted);font-size:14px}.lang-menu{position:absolute;top:calc(100% + 9px);right:-12px;min-width:60px;padding:6px;border:1px solid rgba(7,21,34,.12);border-radius:var(--radius);background:#fff;box-shadow:0 12px 24px rgba(7,21,34,.16);display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .12s cubic-bezier(.22,1,.36,1),transform .12s cubic-bezier(.22,1,.36,1)}.lang-wrap.open .lang-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.lang-menu button{display:grid;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:var(--radius);background:0 0;color:#050505;font-size:14px;font-weight:500;text-align:center;cursor:pointer;appearance:none;flex:none;align-self:center}.lang-menu button:hover,.lang-menu button.active{background:var(--accent);color:#fff}.hero,.category-strip,.home-categories,.why-section,.section,.band,.footer{width:100%;padding-left:var(--gutter);padding-right:var(--gutter)}.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,760px)auto;grid-template-rows:auto auto;gap:26px clamp(36px,5vw,82px);align-items:center;align-content:center;justify-content:start;min-height:var(--hero-min);padding-top:clamp(22px,2.2vw,40px);padding-bottom:clamp(20px,2vw,36px);overflow:hidden;color:#fff;background:linear-gradient( 90deg,rgba(4,20,36,.96),rgba(13,80,145,.92),rgba(19,116,200,.88) ),radial-gradient( circle at 90% 20%,rgba(255,255,255,.22),transparent 18% ),#0e5599}.hero::after{display:none}.hero-particles{position:absolute;inset:0;display:block;pointer-events:none;overflow:hidden;z-index:0;mix-blend-mode:screen;opacity:1}.hero-snowflake{position:absolute;top:var(--y);left:var(--x);display:block;width:var(--size);height:var(--size);color:rgba(255,255,255,var(--opacity));opacity:0;transform:translate3d(0,0,0)rotate(0);animation:hero-snow-fall var(--duration)linear infinite;animation-delay:var(--delay);will-change:transform,opacity}.hero-snowflake:nth-child(3n){width:calc(var(--size) * 1.02);height:calc(var(--size) * 1.02)}.hero-snowflake:nth-child(4n){filter:drop-shadow(0 0 6px rgba(255,255,255,.55))}.hero-snowflake::before,.hero-snowflake::after{content:"";position:absolute;inset:0;border-radius:999px;background:radial-gradient(circle at 50% 50%,currentColor 0 18%,transparent 20%),linear-gradient(currentColor,currentColor);opacity:1}.hero-snowflake::before{transform:scale(1);box-shadow:0 calc(var(--size) * -.28)0 -.35px currentColor,0 calc(var(--size) * .28)0 -.35px currentColor,calc(var(--size) * -.28)0 0 -.35px currentColor,calc(var(--size) * .28)0 0 -.35px currentColor}.hero-snowflake::after{transform:rotate(45deg)scale(.72);box-shadow:0 calc(var(--size) * -.28)0 -.35px currentColor,0 calc(var(--size) * .28)0 -.35px currentColor,calc(var(--size) * -.28)0 0 -.35px currentColor,calc(var(--size) * .28)0 0 -.35px currentColor}@keyframes hero-snow-fall{0%{opacity:0;transform:translate3d(0,0,0)rotate(0)}12%{opacity:var(--opacity)}50%{opacity:calc(var(--opacity) * .92);transform:translate3d(calc(var(--drift) * .35),52%,0)rotate(140deg)}100%{opacity:0;transform:translate3d(var(--drift),116%,0)rotate(240deg)}}.hero-copy{position:relative;z-index:2;display:contents}.hero-copy h1{grid-column:1;grid-row:1;align-self:start;max-width:760px;position:relative;z-index:2;color:#fff}.hero-mobile-break{display:none}.hero-copy p:not(.eyebrow){grid-column:1;grid-row:2;align-self:start;position:relative;z-index:2}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--brand)}h1{margin-bottom:0;font-size:clamp(40px,3.7vw,68px);line-height:1.04;letter-spacing:0}h1 span{display:inline-block;background:linear-gradient(90deg,#16bfe3 0%,#76dcf2 58%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.hero p:not(.eyebrow){max-width:760px;margin-top:0;margin-bottom:0;color:rgba(255,255,255,.78);font-size:clamp(15px,.95vw,18px);font-weight:700;line-height:1.55}.hero-cta{position:relative;z-index:2;grid-column:1;grid-row:2;justify-self:start;display:inline-flex;align-items:center;align-self:start;margin-top:18px;min-height:48px;padding:0 24px;border-radius:var(--radius);border:0;background:var(--accent);color:#053a56;font-weight:800;cursor:pointer;transition:background .18s ease}.hero-cta:hover{background:#37d2ef;color:#fff}.category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding-top:42px;padding-bottom:42px;background:#f5f9fc}.category-strip article{display:flex;flex-direction:column;min-height:300px;padding:28px 26px 0;overflow:hidden;border:1px solid #cfeaf7;border-radius:var(--radius);background:#fff;box-shadow:0 14px 32px rgba(7,21,34,8%);transform:translateY(0);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.category-strip article:hover{border-color:var(--accent);box-shadow:0 28px 34px -14px rgba(7,21,34,.42);transform:translateY(-6px)}.category-strip h3{margin:0 0 12px;color:#092b49;font-size:clamp(19px,1.25vw,24px);font-weight:800;line-height:1.2}.category-strip p{margin:0;color:#648197;font-size:15px;line-height:1.45}.category-strip img{display:block;width:calc(100% + 52px);height:180px;margin:24px -26px 0;padding:18px 22px 24px;background:#fff;object-fit:contain}.home-categories{padding-top:clamp(54px,5.2vw,104px);padding-bottom:clamp(54px,5.2vw,104px);background:#f5f9fc}.home-categories__head{margin-bottom:clamp(28px,3vw,52px)}.home-categories__head h2{margin:0;color:#092b49;font-size:clamp(30px,3.1vw,54px)}.home-categories__head p:not(.eyebrow){max-width:860px;margin:0;color:var(--muted);font-size:clamp(16px,1vw,19px);line-height:1.58}.home-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-category-card{display:grid;grid-template-rows:minmax(52px,auto)minmax(0,1fr);min-height:380px;padding:22px;border:1px solid #cfeaf7;border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 14px 32px rgba(7,21,34,6%);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.home-category-card:hover{border-color:var(--accent);box-shadow:0 24px 34px -18px rgba(7,21,34,.38)}.home-category-card--featured{grid-column:1/-1;grid-template-columns:1fr;grid-template-rows:auto 1fr;position:relative;min-height:450px}.home-category-card--featured h3{position:relative;z-index:2;width:100%;max-width:none;margin:0 0 14px;padding:0;transform:none;background:0 0;color:var(--brand);text-align:center;text-shadow:none;backdrop-filter:none;pointer-events:none;white-space:nowrap}.home-category-card img{display:block;align-self:stretch;width:100%;height:100%;min-height:0;padding:4px;object-fit:contain;object-position:center bottom;border-radius:var(--radius);background:0 0}.home-category-card--warehouse img{padding:0;object-fit:cover}.home-category-card--featured img{align-self:stretch;height:100%;padding:0 8px 8px;object-fit:contain;object-position:center center;border-radius:0;transform:none}.home-category-card h3{display:flex;align-items:center;justify-content:center;margin:0;color:var(--brand);font-size:clamp(18px,1.15vw,24px);line-height:1.2;text-align:center}.home-category-card--featured h3{margin-bottom:18px;font-size:clamp(30px,3.1vw,54px);letter-spacing:-.02em}.home-category-card p{margin:0;color:#607286;font-size:14px;line-height:1.58}.suppliers-strip{overflow:hidden;height:80px;border-top:1px solid #e4f3fa;border-bottom:1px solid #e4f3fa;background:#f8fcff}.suppliers-track{display:flex;align-items:center;justify-content:center;height:100%;gap:clamp(32px,5vw,72px)}.suppliers-track img{height:95%;width:auto;object-fit:contain;opacity:.55;filter:grayscale(1);transition:opacity .2s,filter .2s}.suppliers-track img:hover{opacity:1;filter:none}.why-section{padding-top:clamp(48px,4.6vw,88px);padding-bottom:clamp(52px,5vw,96px);background:#fff}.why-head{display:grid;justify-items:center;gap:12px;max-width:760px;margin:0 auto clamp(28px,3vw,46px);text-align:center}.why-head h2{margin:0;color:var(--brand);font-size:clamp(30px,3.1vw,54px)}.why-head p{margin:0;color:var(--muted);font-size:clamp(15px,1vw,18px);line-height:1.55}.why-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.3vw,22px)}.why-card{color:inherit;font:inherit;cursor:pointer;text-decoration:none;position:relative;display:grid;align-content:center;justify-items:center;min-height:164px;padding:28px 18px 26px;border:1px solid #cfeaf7;border-radius:var(--radius);background:linear-gradient(180deg,#f8fcff 0%,#e9f8fd 100%);box-shadow:0 14px 28px rgba(7,21,34,6%);overflow:hidden;animation:whyCardIn .58s ease both;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.why-card:visited{color:inherit}.why-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--accent),#afe1ff)}.why-card:nth-child(2){animation-delay:.06s}.why-card:nth-child(3){animation-delay:.12s}.why-card:nth-child(4){animation-delay:.18s}.why-card:nth-child(5){animation-delay:.24s}.why-card:hover{border-color:var(--accent);box-shadow:0 24px 34px -18px rgba(7,21,34,.34);transform:translateY(-4px)}.why-card:hover h3{color:var(--accent)}.why-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:18px;border-radius:var(--radius);background:var(--accent);box-shadow:0 12px 20px rgba(22,191,227,.26)}.why-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.why-card h3{margin:0;color:var(--brand);font-size:clamp(16px,1vw,18px);line-height:1.22;text-align:center;transition:color .18s ease}.why-card p{margin:10px 0 0;color:var(--brand);font-size:clamp(13px,.85vw,15px);line-height:1.5;text-align:center}@keyframes whyCardIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.why-card{animation:none;transition:none}}.section{padding-top:clamp(58px,5.6vw,128px);padding-bottom:clamp(58px,5.6vw,128px)}.service-detail{background:radial-gradient(circle at top right,rgba(22,191,227,.12),transparent 28%),linear-gradient(180deg,#fbfeff 0%,#f6fbfe 100%)}.service-detail .section-head{max-width:1020px}.service-detail .section-lead{max-width:920px;margin:0;color:var(--muted);font-size:clamp(16px,1.1vw,20px);line-height:1.7}.service-flow{display:grid;gap:18px;max-width:920px}.service-flow h2{margin:18px 0 0;font-size:clamp(22px,1.4vw,32px);line-height:1.12}.service-flow p{margin:0;color:var(--ink);font-size:clamp(16px,1vw,18px);line-height:1.7}.service-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.service-list li{position:relative;padding-left:18px;color:var(--ink);font-size:clamp(15px,.95vw,17px);line-height:1.6}.service-list li::before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:999px;background:var(--accent);transform:translateY(-50%)}.section-head{display:grid;gap:12px;margin-bottom:clamp(28px,3vw,56px)}h2{max-width:920px;margin-bottom:0;font-size:clamp(30px,3.2vw,64px);line-height:1.08}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.product-grid article{min-height:260px;padding:clamp(24px,2.2vw,48px);background:#fff}h3{margin-bottom:16px;font-size:clamp(22px,1.5vw,32px)}.product-grid p,.band p{color:var(--muted);font-size:clamp(16px,1vw,21px);line-height:1.6}.band{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(280px,.9fr);gap:clamp(32px,5vw,120px);align-items:center;padding-top:clamp(58px,5.2vw,120px);padding-bottom:clamp(58px,5.2vw,120px);background:var(--panel)}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.stats div{min-height:170px;padding:clamp(22px,2vw,42px);background:#fff}.stats strong{display:block;margin-bottom:10px;color:var(--brand);font-size:clamp(34px,3.6vw,72px);line-height:1}.stats span{color:var(--muted);font-size:clamp(15px,1vw,20px)}.products-page{width:100%;padding:clamp(28px,3.5vw,72px)var(--gutter);background:#f5f9fc}.refrig-page{width:100%;padding:clamp(34px,4vw,84px)var(--gutter)}.refrig-category{max-width:none}.refrig-category{margin-bottom:clamp(40px,5vw,80px)}.refrig-category__head{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #cfeaf7}.refrig-category__head h2{margin:0 0 10px;color:var(--brand);font-size:clamp(20px,2vw,30px);line-height:1.2}.refrig-category__head p{margin:0;color:#5a7a90;font-size:clamp(14px,.95vw,16px);line-height:1.65}.refrig-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.refrig-card{display:flex;flex-direction:column;border:1px solid #cfeaf7;border-radius:var(--radius);background:linear-gradient(180deg,#f8fcff 0%,#edf9fd 100%);overflow:hidden;text-decoration:none;color:inherit;transition:border-color .18s,box-shadow .18s,transform .18s}.refrig-card:hover{border-color:var(--accent);box-shadow:0 8px 24px rgba(7,21,34,.12);transform:translateY(-3px)}.refrig-card__img{display:flex;align-items:center;justify-content:center;height:200px;padding:4px;background:#fff}.refrig-card__img img{max-width:100%;max-height:100%;object-fit:contain}.refrig-card__name{display:flex;align-items:center;justify-content:center;height:62px;overflow:hidden;padding:8px 12px 10px;color:var(--brand);font-size:clamp(12px,.88vw,14px);font-weight:600;line-height:1.25;text-align:center;border-top:1px solid #e4f3fa}.ergo-promo{margin-bottom:clamp(40px,5vw,80px);padding-bottom:16px;border-bottom:2px solid #cfeaf7}.ergo-promo__title{margin:0 0 10px;color:var(--brand);font-size:clamp(20px,2vw,30px);font-weight:700;line-height:1.2}.ergo-promo__link{color:#5a7a90;font-size:clamp(14px,.95vw,16px);line-height:1.65;text-decoration:underline;transition:color .15s}.ergo-promo__link:hover{color:var(--brand)}.cases-page{--cases-bg:#f5f9fc;width:100%;padding:clamp(34px,4vw,84px)0;background:radial-gradient(circle at top left,rgba(22,191,227,8%),transparent 24%),linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%)}.cases-progress{position:sticky;top:var(--header-h);z-index:19;width:100%;height:4px;overflow:hidden;background:rgba(7,89,133,.12);pointer-events:none}.cases-progress__bar{display:block;width:100%;height:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,#075985,#22c0e8)}.cases-hero{display:grid;gap:12px;width:100%;margin:0 0 28px;padding:0 var(--gutter)}.cases-hero__eyebrow{margin:0;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.cases-hero p.cases-hero__eyebrow{color:var(--brand)}.cases-hero h1{margin:0;color:var(--brand);font-size:clamp(44px,5vw,88px);line-height:1.02}.cases-hero p{max-width:72ch;margin:0;color:var(--muted);font-size:clamp(16px,1.05vw,21px);line-height:1.7}.cases-list{display:grid;gap:14px;width:100%;margin:0;padding:0 var(--gutter)}.cases-cta{display:flex;flex-direction:column;align-items:center;gap:24px;padding:clamp(48px,5vw,88px)var(--gutter);text-align:center}.cases-cta h3{margin:0;font-size:clamp(22px,2.4vw,42px);font-weight:800;color:var(--brand);line-height:1.2}.cases-cta h3 strong{color:var(--brand);font-weight:800}.cases-cta__trigger{background:0 0;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:4px;text-decoration-color:transparent;transition:text-decoration-color .2s ease}.cases-cta__trigger:hover{text-decoration-color:var(--brand)}.case-card{--case-card-pad-y:38px;display:grid;grid-template-columns:minmax(0,1.18fr)minmax(320px,.82fr);gap:4px;padding:var(--case-card-pad-y)0;border-bottom:1px solid var(--line);border-radius:0;background:0 0;box-shadow:none;align-items:start}.case-card,.case-detail__gallery-item,.case-detail__back,.case-card__body-link,.case-card__image-link{transition:transform .22s ease,opacity .22s ease,color .22s ease,background-color .22s ease,box-shadow .22s ease}.case-card:hover{transform:none}.case-card__image{position:relative;display:block;overflow:hidden;border-radius:0;padding:0;background:0 0;grid-column:1}.case-card__content{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;padding-left:clamp(16px,2vw,32px)}.case-card__info{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,28px);padding-top:0}.case-card__image--gallery{cursor:grab;touch-action:pan-y;-webkit-user-drag:none}.case-card__image--gallery:active,.case-card__image--gallery.is-grabbing,.case-card__image--gallery.is-grabbing img{cursor:grabbing}.case-card__image[data-card-idx]{cursor:grab}.case-card__image[data-card-idx]:active{cursor:grabbing}.case-card__image-link{display:block}.case-card__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .22s ease}.case-card:hover .case-card__image img{transform:scale(1.015)}.case-card:hover .case-card__image--gallery img{transform:none}.case-card__track{display:flex;width:100%;will-change:transform;touch-action:pan-y}.case-card__slide{flex:0 0 calc(100% + 1px);margin-right:-1px;min-width:0;display:block;line-height:0}.case-card__image--gallery img{pointer-events:none;user-select:none;-webkit-user-drag:none}.case-card__image--gallery::before,.case-card__image--gallery::after{content:"";position:absolute;top:0;bottom:0;z-index:1;width:3px;background:var(--cases-bg);pointer-events:none}.case-card__image--gallery::before{left:0}.case-card__image--gallery::after{right:0}.case-card__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:0;border-radius:var(--radius);background:rgba(7,89,133,.7);color:#fff;cursor:pointer;opacity:1;z-index:2;transition:opacity .2s ease,background-color .2s ease}.case-card__nav--prev{left:12px}.case-card__nav--next{right:12px}.case-card__nav svg{stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.case-card__nav svg path,.case-lightbox__nav svg path,.gallery-arrow svg path{animation:nav-arrow-wave 1.4s ease-in-out infinite}.case-card__nav svg path:nth-child(1),.case-lightbox__nav svg path:nth-child(1),.gallery-arrow svg path:nth-child(1){animation-delay:0s}.case-card__nav svg path:nth-child(2),.case-lightbox__nav svg path:nth-child(2),.gallery-arrow svg path:nth-child(2){animation-delay:.28s}.case-card__nav svg path:nth-child(3),.case-lightbox__nav svg path:nth-child(3),.gallery-arrow svg path:nth-child(3){animation-delay:.56s}@keyframes nav-arrow-wave{0%,100%{opacity:.2}40%{opacity:1}}.case-card__nav:hover{background:rgba(7,89,133,.95)}.case-card__image:hover .case-card__nav,.case-card__image:focus-within .case-card__nav{background:rgba(7,89,133,.95)}@media(hover:none){.case-card__nav{opacity:.72}}.case-card__body{position:relative;display:grid;gap:16px;min-width:0}.case-card__body-link{color:inherit;text-decoration:none;text-align:left}.case-card__body h2{margin:0;color:var(--brand);font-size:inherit;line-height:1;display:flex;flex-direction:column;gap:4px}.case-card__type{font-size:clamp(13px,1vw,16px);font-weight:400;color:var(--brand);text-transform:uppercase;letter-spacing:.06em}.case-card__name{font-size:clamp(24px,2.2vw,42px);font-weight:700;line-height:1.05;color:var(--brand)}.case-card__location{font-size:clamp(12px,.9vw,15px);font-weight:400;color:var(--brand);line-height:1.4}.case-card__body-link:hover h2,.case-card__body-link:hover .case-card__name,.case-card__body-link:hover .case-card__type,.case-card__body-link:hover .case-card__location,.case-card__body-link:hover p,.case-detail__back:hover{color:var(--accent)}.case-card__body p{margin:0;color:var(--brand);font-size:clamp(16px,1.02vw,19px);line-height:1.7}.case-card__more{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:clamp(13px,1vw,15px);font-weight:500;transition:gap .2s ease,color .2s ease}.case-card__more svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.case-card__body-link:hover .case-card__more{gap:10px}.case-card__body-link:hover .case-card__more svg{transform:translateX(3px)}.case-card__body-inner{position:relative}.case-card__3d-cta{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font-size:22px;font-weight:800;letter-spacing:.08em;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(22,191,227,.32);animation:cta3dPulse 1.8s ease-in-out infinite;transition:transform .16s ease,background .16s ease;perspective:240px}.case-card__3d-cta svg{display:block;transform-style:preserve-3d;animation:cta3dSpin 3.2s linear infinite}.case-card__3d-cta:hover,.case-card__3d-cta:focus-visible{background:#37d2ef;color:#fff;transform:scale(1.08)}.case-card__3d-cta:hover svg,.case-card__3d-cta:focus-visible svg{animation-duration:1.4s}@keyframes cta3dPulse{0%,100%{box-shadow:0 6px 18px rgba(22,191,227,.3),0 0 rgba(22,191,227,.5)}50%{box-shadow:0 6px 18px rgba(22,191,227,.3),0 0 0 12px rgba(22,191,227,0)}}@keyframes cta3dSpin{0%{transform:rotateY(0)}100%{transform:rotateY(360deg)}}@media(prefers-reduced-motion:reduce){.case-card__3d-cta,.case-card__3d-cta svg{animation:none}}.project-model-lightbox{position:fixed;inset:0;z-index:120;display:none;place-items:center;padding:clamp(14px,3vw,36px);background:rgba(233,241,248,.94);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=dark] .project-model-lightbox{background:rgba(2,10,16,.92)}.project-model-lightbox.is-open{display:grid}.project-model-lightbox__dialog{position:relative;width:100%;height:100%}.project-model-lightbox model-viewer{display:block;width:100%;height:100%;background:0 0;--poster-color:transparent;cursor:grab}.project-model-lightbox model-viewer:active{cursor:grabbing}.project-model-lightbox__close{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:var(--radius);background:rgba(7,89,133,.92);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.project-model-lightbox__close:hover,.project-model-lightbox__close:focus-visible{background:var(--accent);color:#fff}html[data-theme=dark] .project-model-lightbox__close:hover,html[data-theme=dark] .project-model-lightbox__close:focus-visible{background:var(--accent);color:#0a1722}.mv-progress{position:absolute;top:0;left:0;width:100%;height:4px;overflow:hidden;background:rgba(7,89,133,.12);opacity:1;transition:opacity .35s ease;pointer-events:none}.mv-progress.is-done{opacity:0}.mv-progress__fill{display:block;width:100%;height:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,#075985,#22c0e8);transition:transform .15s ease}html[data-theme=dark] .mv-progress{background:rgba(111,220,248,.14)}html[data-theme=dark] .mv-progress__fill{background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}.case-gallery-thumbs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:12px}.case-gallery-thumb{aspect-ratio:1;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:0 0;transition:border-color .18s ease}.case-gallery-thumb:hover{border-color:var(--accent)}.case-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.case-detail__model-preview{display:block;position:relative;width:100%;height:clamp(220px,30vw,380px);padding:0;border:0;overflow:hidden;background:0 0;border-radius:var(--radius);cursor:pointer}.case-detail__model-preview model-viewer{display:block;width:100%;height:100%;background:0 0;--poster-color:transparent;pointer-events:none}.case-detail__model-preview model-viewer::part(default-poster){transition:opacity .6s ease}.case-card__btns{display:flex;flex-wrap:wrap;gap:12px}.case-card__btns .case-card__3d-cta{font-size:inherit;font-weight:800}.case-card__order{white-space:nowrap;display:inline-flex;align-items:center;min-height:48px;padding:0 24px;border-radius:var(--radius);border:0;background:var(--accent);color:#053a56;font:inherit;font-weight:800;cursor:pointer;transition:background .18s ease}.case-card__order:hover{background:#37d2ef;color:#fff}.case-detail__order{justify-self:start;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:var(--radius);border:0;background:var(--accent);color:#053a56;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap;transition:background .18s ease}.case-detail__order:hover{background:#37d2ef;color:#fff}.case-card:hover{border-color:var(--line);background:0 0;box-shadow:none}.case-detail{display:grid;gap:26px;padding:0 var(--gutter)34px;width:100%;border:0;border-radius:0;background:0 0;box-shadow:none}.case-detail__back{display:inline-flex;align-items:center;gap:6px;justify-self:start;margin-bottom:clamp(8px,1.4vw,18px);color:var(--brand);font-weight:800}.case-detail__back svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.case-detail__back:hover svg{transform:translateX(-3px)}.case-detail__media{margin:0;overflow:hidden;border-radius:0;padding:10px;background:#fff;border:0;width:100%;text-align:left;cursor:zoom-in}.case-detail__media img,.case-detail__gallery-item img{pointer-events:none}.case-detail__media img{display:block;width:100%;max-height:520px;aspect-ratio:16/9;object-fit:contain}.case-detail__body{display:grid;gap:16px}.case-detail__head{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.case-detail__head h1,.case-detail__body h2{margin:0;color:var(--brand);font-size:inherit;line-height:1;display:flex;flex-direction:column;gap:6px}.case-detail .case-card__type{font-size:clamp(13px,1vw,16px)}.case-detail .case-card__name{font-size:clamp(30px,3.2vw,54px)}.case-detail .case-card__location{font-size:clamp(13px,1vw,16px)}.case-detail__body p{margin:0;color:var(--brand);font-size:clamp(17px,1.1vw,21px);line-height:1.8}.case-detail__gallery{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;cursor:grab;user-select:none;padding-bottom:4px}.case-detail__gallery::-webkit-scrollbar{display:none}.case-detail__gallery.is-dragging{cursor:grabbing;scroll-behavior:auto}.case-detail__gallery-item{display:block;flex:none;width:260px;overflow:hidden;border:2px solid transparent;border-radius:0;padding:0;background:0 0;box-shadow:none;font:inherit;cursor:pointer;transition:border-color .18s ease,transform .18s ease}.case-detail__gallery-item.is-active{border-color:var(--accent)}.case-detail__gallery.is-dragging .case-detail__gallery-item{cursor:grabbing}.case-detail__gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;transition:transform .2s ease;pointer-events:none}.case-detail__gallery-item:hover img{transform:scale(1.02)}.case-detail__gallery-item:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(7,21,34,.1)}body.lightbox-open{overflow:hidden}.gallery-slider{display:grid;gap:12px;min-width:0;width:100%}.gallery-main{display:flex;align-items:center;gap:10px;min-width:0}.gallery-arrow{flex:none;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--brand);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.gallery-arrow svg{stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.gallery-arrow:hover{background:var(--accent);border-color:transparent;color:#fff}.gallery-track-wrap{flex:1;min-width:0;height:clamp(280px,46vw,520px);overflow:hidden;background:0 0;cursor:grab}.gallery-track-wrap:active{cursor:grabbing}.gallery-track{position:relative;height:100%}.gallery-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .9s ease;pointer-events:none;user-select:none;-webkit-user-drag:none}.gallery-slide.active{opacity:1}.gallery-thumbs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.gallery-thumb{aspect-ratio:1;border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;background:0 0;cursor:pointer;transition:border-color .18s ease}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.gallery-thumb.active{border-color:var(--accent)}.gallery-track-wrap.is-loading,.gallery-thumb.is-loading,.refrig-card__img.is-loading{position:relative}.gallery-track-wrap.is-loading::after,.gallery-thumb.is-loading::after,.refrig-card__img.is-loading::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient( 100deg,rgba(22,191,227,5%) 30%,rgba(22,191,227,.18) 50%,rgba(22,191,227,5%) 70% );background-size:200% 100%;animation:gallery-skeleton-shimmer 1.4s ease-in-out infinite;pointer-events:none}@keyframes gallery-skeleton-shimmer{from{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.gallery-track-wrap.is-loading::after,.gallery-thumb.is-loading::after,.refrig-card__img.is-loading::after{animation:none}}.case-card--skeleton{pointer-events:none}.case-card--skeleton .case-card__image,.case-card--skeleton .skeleton-line{background-color:#eef2f5;background-image:linear-gradient( 100deg,rgba(22,191,227,0) 30%,rgba(22,191,227,.16) 50%,rgba(22,191,227,0) 70% );background-size:200% 100%;background-repeat:no-repeat;animation:gallery-skeleton-shimmer 1.4s ease-in-out infinite}.case-card--skeleton .case-card__image{aspect-ratio:16/10;border-radius:8px}.case-card--skeleton .skeleton-line{display:block;height:.95em;border-radius:6px;margin:0 0 14px}.case-card--skeleton .skeleton-line--title{width:62%;height:1.5em}.case-card--skeleton .skeleton-line--sub{width:38%}html[data-theme=dark] .case-card--skeleton .case-card__image,html[data-theme=dark] .case-card--skeleton .skeleton-line{background-color:#0d1821}@media(prefers-reduced-motion:reduce){.case-card--skeleton .case-card__image,.case-card--skeleton .skeleton-line{animation:none}}html[data-theme=dark] .gallery-arrow{background:#0f1a24;border-color:rgba(159,186,210,.2);color:var(--brand)}html[data-theme=dark] .gallery-arrow:hover{background:var(--accent);border-color:transparent;color:#fff}@media(max-width:760px){.gallery-slide{object-fit:contain}.gallery-main{position:relative}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;margin:0;background:rgba(255,255,255,.85);backdrop-filter:blur(2px)}.gallery-arrow--prev{left:8px}.gallery-arrow--next{right:8px}.gallery-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:460px){.gallery-track-wrap{height:230px}.gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.case-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center}.case-lightbox[hidden]{display:none!important}.case-lightbox__backdrop{position:absolute;inset:0;background:rgba(7,21,34,.84);backdrop-filter:blur(10px)saturate(140%)}.case-lightbox__dialog{position:relative;z-index:1;width:min(100vw,1600px);margin:5vh auto}.case-lightbox__figure{position:relative;margin:0;display:flex;flex-direction:column;overflow:hidden}.case-lightbox__track{display:flex;width:100%;will-change:transform;touch-action:none}.case-lightbox__slide{flex:0 0 100%;min-width:0;display:flex;align-items:center;justify-content:center}.case-lightbox__image{display:block;width:100%;max-width:none;max-height:90vh;height:auto;object-fit:contain;background:#fff;padding:0;box-shadow:0 24px 64px rgba(0,0,0,.34);touch-action:none;user-select:none;cursor:grab;-webkit-user-drag:none}.case-lightbox__image:active{cursor:grabbing}.case-lightbox__track.is-grabbing,.case-lightbox__track.is-grabbing .case-lightbox__image{cursor:grabbing}.case-lightbox__caption{color:rgba(255,255,255,.82);font-size:14px;font-weight:700;letter-spacing:.08em;text-align:center;width:100%}.case-lightbox__nav,.case-lightbox__close{border:0;background:rgba(7,89,133,.75);color:#fff;cursor:pointer;pointer-events:auto;transition:transform .2s ease,background-color .2s ease}.case-lightbox__nav{display:inline-grid;place-items:center;width:44px;height:64px;border-radius:var(--radius);position:absolute;top:50%;transform:translateY(-50%);z-index:2;pointer-events:auto}.case-lightbox__nav svg{stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.case-lightbox__nav:hover,.case-lightbox__close:hover{background:var(--accent);color:#fff}html[data-theme=dark] .case-lightbox__close:hover{background:var(--accent);color:#0a1722}.case-lightbox__nav:hover{}.case-lightbox__close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:var(--radius);font-size:32px;line-height:1;z-index:130;transform:none}.case-lightbox__close:hover{}.case-lightbox__nav--prev{left:12px}.case-lightbox__nav--next{right:12px}.products-catalog-page{padding:clamp(40px,5vw,80px)var(--gutter)}.products-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);max-width:1320px;margin:0 auto}.product-row{display:flex;flex-direction:column;gap:0;padding:clamp(18px,1.8vw,26px);min-height:100%;border:1px solid #cfeaf7;border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 14px 32px rgba(7,21,34,8%);transition:transform .22s ease,border-color .18s ease,box-shadow .18s ease}.product-row:hover{border-color:var(--accent);box-shadow:0 28px 34px -16px rgba(7,21,34,.24);transform:translateY(-4px)}.product-row h2{margin:0;color:#092b49;font-size:clamp(20px,1.6vw,30px);line-height:1.15;font-weight:800;text-align:center}.product-row p{max-width:760px;margin:0;color:var(--muted);font-size:clamp(16px,1.05vw,21px);line-height:1.62}.product-row img{display:block;width:100%;height:clamp(160px,19vw,240px);object-fit:contain;object-position:center}.page-blank{width:100%;min-height:45vh;display:grid;place-items:start;justify-items:start;padding:clamp(48px,6vw,100px)var(--gutter);text-align:left;gap:1rem}.page-blank h1{margin:0;color:var(--brand);font-size:clamp(38px,4.8vw,84px);line-height:1.05}.page-blank h2{margin:1.5rem 0 0;font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15}.page-blank p{margin:0;max-width:72ch;color:var(--muted);font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.75}.page-blank--warranty h1,.page-blank--warranty h2,.page-blank--warranty p{color:var(--brand)}.page-blank p+p{margin-top:.1rem}.page-blank--service,.page-blank--installation,.page-blank--delivery,.page-blank--warranty{color:var(--brand);background:radial-gradient(circle at top left,rgba(22,191,227,8%),transparent 32%),linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%)}.page-blank--service h1,.page-blank--service h2,.page-blank--service p,.page-blank--service li,.page-blank--installation h1,.page-blank--installation h2,.page-blank--installation p,.page-blank--installation li,.page-blank--delivery h1,.page-blank--delivery h2,.page-blank--delivery p,.page-blank--delivery li,.page-blank--warranty h1,.page-blank--warranty h2,.page-blank--warranty p,.page-blank--warranty li{color:var(--brand)}.page-blank--service .case-detail__back,.page-blank--warranty .case-detail__back{margin-bottom:18px}.page-blank--service h2,.page-blank--installation h2,.page-blank--delivery h2,.page-blank--warranty h2{margin:1.4rem 0 0;font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15}.page-blank--service p,.page-blank--installation p,.page-blank--delivery p,.page-blank--warranty p{max-width:72ch;color:var(--brand);font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.72}.page-blank--service ul,.page-blank--installation ul,.page-blank--delivery ul,.page-blank--warranty ul{max-width:72ch}.page-blank--service li,.page-blank--installation li,.page-blank--delivery li,.page-blank--warranty li{line-height:1.62}.page-blank--service strong,.page-blank--installation strong,.page-blank--delivery strong,.page-blank--warranty strong{color:var(--accent-strong)}html:not([data-theme=light]) .page-blank--service,html:not([data-theme=light]) .page-blank--installation,html:not([data-theme=light]) .page-blank--delivery,html:not([data-theme=light]) .page-blank--warranty,html[data-theme=dark] .page-blank--service,html[data-theme=dark] .page-blank--installation,html[data-theme=dark] .page-blank--delivery,html[data-theme=dark] .page-blank--warranty{background:#08131d}html:not([data-theme=light]) .page-blank--service h1,html:not([data-theme=light]) .page-blank--service h2,html:not([data-theme=light]) .page-blank--service p,html:not([data-theme=light]) .page-blank--service li,html:not([data-theme=light]) .page-blank--installation h1,html:not([data-theme=light]) .page-blank--installation h2,html:not([data-theme=light]) .page-blank--installation p,html:not([data-theme=light]) .page-blank--installation li,html:not([data-theme=light]) .page-blank--delivery h1,html:not([data-theme=light]) .page-blank--delivery h2,html:not([data-theme=light]) .page-blank--delivery p,html:not([data-theme=light]) .page-blank--delivery li,html:not([data-theme=light]) .page-blank--warranty h1,html:not([data-theme=light]) .page-blank--warranty h2,html:not([data-theme=light]) .page-blank--warranty p,html:not([data-theme=light]) .page-blank--warranty li,html[data-theme=dark] .page-blank--service h1,html[data-theme=dark] .page-blank--service h2,html[data-theme=dark] .page-blank--service p,html[data-theme=dark] .page-blank--service li,html[data-theme=dark] .page-blank--installation h1,html[data-theme=dark] .page-blank--installation h2,html[data-theme=dark] .page-blank--installation p,html[data-theme=dark] .page-blank--installation li,html[data-theme=dark] .page-blank--delivery h1,html[data-theme=dark] .page-blank--delivery h2,html[data-theme=dark] .page-blank--delivery p,html[data-theme=dark] .page-blank--delivery li,html[data-theme=dark] .page-blank--warranty h1,html[data-theme=dark] .page-blank--warranty h2,html[data-theme=dark] .page-blank--warranty p,html[data-theme=dark] .page-blank--warranty li{color:var(--brand)}.about-page{position:relative;width:100%;padding:clamp(58px,6vw,132px)var(--gutter);background:linear-gradient(180deg,rgba(248,252,255,.88) 0%,rgba(255,255,255,.84) 42%,rgba(245,249,252,.9) 100%);overflow:hidden}.about-page::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.4);pointer-events:none}.about-page>*{position:relative;z-index:1}.about-page__head{display:grid;gap:12px;max-width:920px;margin-bottom:clamp(28px,3.6vw,64px)}.about-page__head h1{max-width:920px;color:#03314f;font-size:clamp(42px,5.4vw,92px)}.about-page__media{position:absolute;inset:0;margin:0;max-width:none;z-index:0;pointer-events:none}.about-page__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.34;filter:saturate(.95)contrast(.95)}html[data-theme=light] .about-page__media img{opacity:.6}.product-page{width:100%;padding:clamp(10px,1.5vw,16px)var(--gutter)clamp(24px,3vw,48px);display:flex;flex-direction:column;gap:10px}.product-not-found{display:flex;flex-direction:column;align-items:center;gap:20px;padding:clamp(48px,8vw,120px)var(--gutter);text-align:center;color:var(--muted)}.product-not-found a{color:var(--brand);font-weight:600;text-decoration:none}.product-not-found[hidden],.product-page[hidden]{display:none!important}.product-intro{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.product-intro__eyebrow{display:none}.product-intro__title{margin:0;color:var(--brand);font-size:clamp(18px,2.2vw,30px);line-height:1.1;letter-spacing:-.02em}.product-intro__text{display:none}.breadcrumb,.product-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;padding:clamp(16px,2vw,28px)var(--gutter)0;margin-bottom:0;font-size:13px;color:var(--muted);flex-shrink:0}.breadcrumb a,.product-breadcrumb a{color:var(--brand);text-decoration:none}.breadcrumb a:hover,.product-breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep,.product-breadcrumb__sep{color:var(--line)}.product-hero{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(0,.92fr);gap:clamp(24px,4vw,56px);align-items:start}.product-gallery{display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.product-gallery__frame{display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0;border:0;appearance:none;color:inherit;background:0 0;cursor:zoom-in}.product-gallery__frame:focus-visible,.product-gallery__thumb:focus-visible{outline:3px solid rgba(36,182,220,.32);outline-offset:3px}.product-gallery__frame img{display:block;width:auto;max-width:100%;height:auto;max-height:clamp(260px,50vh,520px);object-fit:contain;object-position:center center;filter:none;pointer-events:none}.product-gallery__frame{touch-action:pan-y}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:2px}.product-gallery__thumb{position:relative;padding:0;min-height:0;border:2px solid transparent;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.72);box-shadow:0 10px 20px rgba(7,21,34,8%);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-gallery__thumb::after{content:'';display:block;padding-top:100%}.product-gallery__thumb img{position:absolute;inset:0;width:100%;height:100%;padding:8px;object-fit:contain;display:block}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{transform:translateY(-1px);border-color:rgba(36,182,220,.36);box-shadow:0 14px 24px rgba(7,21,34,.12)}.product-gallery__thumb.is-active{background:rgba(36,182,220,8%)}.product-info{display:flex;flex-direction:column;gap:clamp(10px,1.2vw,16px)}.product-features-wrap+.product-specs-wrap{margin-top:clamp(12px,1.6vw,22px)}.product-category-tag{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:20px;background:rgba(7,89,133,8%);color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-lead{margin:0;color:var(--ink);font-size:clamp(14px,1vw,17px);line-height:1.65}.product-summary{display:flex;flex-direction:column;gap:14px}.product-facts{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:8px 16px;margin:0;padding:0}.product-facts dt{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-facts dd{margin:0;color:var(--brand);font-size:14px;font-weight:700}.product-lead-wrap{padding:0}.product-features{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.product-features li{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:14px;color:var(--ink);line-height:1.5}.product-features li::before{content:'';flex:0 0 18px;height:18px;margin-top:1px;background:var(--accent);border-radius:50%;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")center/12px no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")center/12px no-repeat}.product-specs{width:100%;margin-top:4px;border-collapse:collapse;font-size:14px}.product-specs tr{border-bottom:1px solid rgba(7,89,133,8%)}.product-specs tr:first-child{border-top:0}.product-specs th,.product-specs td{padding:13px 16px;vertical-align:top;line-height:1.4;text-align:left;font-weight:400}.product-specs th{width:auto;white-space:nowrap;color:var(--muted);padding-left:0;padding-right:12px;font-weight:700}.product-spec__label{width:48%;color:var(--muted);padding-right:12px;font-weight:700}.product-spec__value{color:var(--brand);font-weight:600}@media(max-width:860px){.product-hero{grid-template-columns:1fr}.product-gallery{max-width:480px;min-height:340px}.product-gallery__frame{min-height:300px}.product-intro__title{font-size:clamp(22px,6vw,32px)}.product-facts{grid-template-columns:1fr;gap:6px 0}.product-facts dd{margin-bottom:8px}}@media(max-width:520px){.product-info{padding:14px}.product-gallery{max-width:100%}.product-gallery__frame{aspect-ratio:4/3;min-height:0;padding:10px}.product-gallery__frame img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center center}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));width:100%;min-width:0;gap:10px;padding-bottom:4px}.product-gallery__thumb{width:100%}.product-specs td{padding:10px 12px}}@media(max-width:768px){.about-page__media img{object-fit:cover;object-position:top center}}.about-page__content{display:grid;gap:18px;max-width:920px;margin-bottom:clamp(36px,4vw,72px)}.about-page__content p{margin:0;color:#03314f;font-size:clamp(17px,1.15vw,23px);font-weight:800;line-height:1.7;letter-spacing:-.005em}.about-page__departments{max-width:1100px}.about-page__departments h2{margin:0 0 24px;color:#03314f;font-size:clamp(28px,2.8vw,48px)}.about-page__department-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.about-page__department{position:relative;overflow:hidden;border:1px solid #cfeaf7;border-radius:var(--radius);background:linear-gradient(160deg,#f8fcff 0%,#e9f8fd 100%);box-shadow:0 4px 20px rgba(7,21,34,7%);animation:whyCardIn .58s ease both;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.about-page__department::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--accent),#afe1ff)}.about-page__department:hover{border-color:var(--accent);box-shadow:0 12px 32px rgba(7,21,34,.14);transform:translateY(-3px)}.about-page__department:hover h3{color:var(--accent)}.about-page__department-link{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:32px 24px 28px;border:0;background:0 0;color:inherit;font:inherit;cursor:pointer;text-decoration:none}.about-page__dept-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;border-radius:50%;background:rgba(0,120,200,8%);color:var(--accent);flex-shrink:0}.about-page__department h3{margin:0 0 10px;color:var(--brand);font-size:clamp(18px,1.4vw,22px);font-weight:700;line-height:1.2;transition:color .18s ease}.about-page__department p{margin:0;color:#5a7a90;font-size:clamp(14px,.95vw,16px);line-height:1.6}.product-row__media{display:grid;grid-template-rows:auto 1fr;gap:12px;width:100%;height:100%;text-decoration:none;color:inherit}.product-row__media img{align-self:end;padding:8px 10px 10px;border-radius:calc(var(--radius) - 1px);background:#fff}.product-row__cta{display:inline-flex;align-items:center;justify-self:end;min-height:48px;padding:0 24px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font-weight:800;white-space:nowrap;cursor:pointer;transition:background .18s ease}.product-row__cta:hover{background:#37d2ef;color:#fff}@media(max-width:860px){.case-card{display:flex;flex-direction:column;grid-template-columns:unset}.case-card__content,.case-card__info{display:contents}.case-card__body{order:1;grid-column:unset;grid-row:unset;justify-content:start;justify-items:start;text-align:left}.case-card__image{order:2;grid-column:unset;grid-row:unset}.case-card__btns{order:3;grid-column:unset;grid-row:unset;justify-content:flex-start}.case-card__image img{aspect-ratio:4/3}.case-detail{padding:0 0 24px}.case-lightbox__dialog{grid-template-columns:1fr;gap:0;padding:0;width:100%}.case-lightbox__image{max-width:100%;max-height:90vh}}@media(max-width:540px){.cases-page{padding-top:26px}}.footer{padding-top:34px;padding-bottom:0;background:linear-gradient(90deg,#0a2a4f 0%,#0d5091 58%,#1374c8 100%);color:#fff}.footer-grid{display:grid;grid-template-columns:minmax(220px,1fr)minmax(220px,1fr)minmax( 220px,1fr )minmax(260px,1fr);gap:clamp(24px,4vw,56px);align-items:start;margin:0;padding:0 var(--gutter)30px}.footer-col h2{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#fff;font-size:20px;line-height:1.15}.footer-col h2 a{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.footer a{color:#fff}.footer address{display:grid;gap:5px;margin:0 0 12px;font-style:normal}.footer-address-pin{flex:none;width:18px;height:18px;fill:none;stroke:#7ddcff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.footer address span,.footer address a,.footer-contacts a{color:rgba(255,255,255,.78);font-size:16px;line-height:1.5}.footer address a:hover,.footer-contacts a:hover,.footer-map-link:hover{color:#fff}.footer-link-row{display:inline-flex;align-items:center;gap:9px;color:inherit;text-decoration:none}.footer-link-row span{color:inherit}.footer-bottom a{color:inherit;text-decoration:none}.contacts-page{width:100%;padding:18px var(--gutter)clamp(56px,6vw,110px);color:var(--brand);background:radial-gradient( circle at top left,rgba(22,191,227,8%),transparent 32% ),linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%)}.contacts-layout{display:grid;gap:12px;width:100%}.contacts-page-title{margin:0;padding:10px 16px;border-bottom:4px solid #bdbdbd;background:#efefef;color:#404040;font-size:clamp(30px,3vw,44px);font-weight:900;letter-spacing:.01em;line-height:1.1;text-transform:uppercase}.contacts-main{display:grid;gap:12px;min-width:0}.contacts-grid{display:grid;grid-template-columns:1fr;gap:12px}.contacts-sidebar{min-width:0}.contacts-sales-card{align-content:start}.contacts-feedback{min-height:144px}.contacts-card{display:grid;gap:12px;padding:clamp(18px,2vw,26px);border:0;border-radius:0;background:0 0;box-shadow:none;backdrop-filter:none}.contacts-card:hover,.contacts-map-card:hover{border-color:transparent;box-shadow:none}.contacts-card h2{margin:0;color:inherit;font-size:clamp(22px,1.8vw,34px)}.contacts-tel h2{color:inherit}.contacts-links,.contacts-hours-list,.contacts-phones{display:grid;gap:10px;margin:0;padding:0;list-style:none}.contacts-links a,.contacts-phones a,.contacts-email,.contacts-address a{color:inherit;font-size:18px;font-weight:700}.contacts-links a:hover,.contacts-phones a:hover,.contacts-email:hover,.contacts-address a:hover{color:inherit}.contacts-address a{display:grid;gap:4px}.contacts-address a span{display:block}.contacts-address-block{display:grid;gap:8px;margin:0;color:inherit;font-style:normal}.contacts-address-card{gap:12px}.contacts-address-block p{margin:0;color:inherit;font-size:18px;font-weight:700;line-height:1.5}.contacts-hours-card{align-content:start}.contacts-hours-card h2,.contacts-sales-card h2,.contacts-service-card h2,.contacts-feedback h2,.contacts-address-card h2{padding-bottom:10px;border-bottom:1px solid #dbeaf3}.contacts-sales{display:grid;gap:6px;padding-top:8px;border-top:1px solid #e1edf5}.contacts-sales h3{margin:0;color:inherit;font-size:18px;line-height:1.2}.contacts-sales-card .contacts-phones{margin-top:0}.contacts-email{font-size:18px}.contacts-hours-list li{display:flex;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #e1edf5}.contacts-hours-list strong{color:inherit}.contacts-feedback p{margin:0;color:inherit;font-size:16px;line-height:1.6}.contacts-feedback__btn{justify-self:start;min-height:48px;padding:0 20px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font-weight:800;cursor:pointer;transition:background .18s ease}.contacts-service-card__link{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:fit-content}.contacts-feedback__btn:hover{background:#37d2ef;color:#fff}@media(min-width:1025px){.contacts-sales-card h2,.contacts-service-card h2{white-space:nowrap}.contacts-layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.contacts-main,.contacts-grid,.contacts-sidebar{display:contents}.contacts-grid{grid-template-columns:none}.contacts-hours-card{grid-column:3;grid-row:1/span 4}.contacts-sales-card{grid-column:1;grid-row:1}.contacts-address-card{grid-column:1;grid-row:2}.contacts-service-card{grid-column:2;grid-row:1;min-height:144px}.contacts-feedback{grid-column:2;grid-row:2;min-height:144px}.contacts-feedback,.contacts-service-card,.contacts-sales-card{align-self:stretch;align-content:start}.contacts-map-card{grid-column:1/span 2}.contacts-map-card{grid-row:3;min-height:300px}}@media(max-width:768px){.contacts-hours-list li{flex-direction:column;align-items:flex-start}.contacts-feedback{margin-top:0}.contacts-address-block p{font-size:18px}.contacts-map-card{min-height:320px}}.row{width:100%}.contacts-map-card{min-height:420px;overflow:hidden;border:0;border-radius:0;background:0 0;box-shadow:none}.google-map{position:relative;width:100%;height:100%;min-height:inherit;overflow:hidden}.google-map iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:0}.google-map-link{position:absolute;inset:0;z-index:1;display:block;cursor:pointer}.table-open-time{width:100%;border-collapse:collapse;overflow:hidden;border:0;border-radius:0;background:0 0}.table-open-time tr{border-bottom:1px solid #e3edf4}.table-open-time tr:last-child{border-bottom:0}.table-open-time tr.current-day{background:rgba(15,76,117,6%);font-weight:700}.table-open-time tr.current-day .day,.table-open-time tr.current-day .time{color:var(--brand);font-weight:700}.contacts-hours-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.contacts-hours-head h2{margin:0;padding-bottom:0;border-bottom:none}.hours-status{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius);font-size:13px;font-weight:600;line-height:1.4;letter-spacing:0;white-space:nowrap}.hours-status:empty{display:none}.hours-status--open{color:#053a56;background:var(--accent)}.hours-status--closed{color:#b04141;background:rgba(176,65,65,.12)}.hours-status--service{color:var(--brand);background:rgba(15,76,117,.1)}html[data-theme=dark] .table-open-time tr.current-day{background:rgba(91,182,255,.1)}html[data-theme=dark] .hours-status--open{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .hours-status--open{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}}html[data-theme=dark] .hours-status--closed{color:#ff8a8a;background:rgba(255,138,138,.16)}.table-open-time td{padding:13px 16px;font-size:16px;line-height:1.3}.table-open-time .day{width:54%;color:inherit;font-weight:500}.table-open-time .time{color:inherit;font-weight:500;text-align:right;white-space:nowrap}.table-open-time tr.closed .day,.table-open-time tr.closed .time{color:var(--brand);font-style:normal}.table-open-time tr.today{background:0 0}.table-open-time tr.today td{background:var(--brand)}.table-open-time tr.today td:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.table-open-time tr.today td:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.table-open-time tr.today .day,.table-open-time tr.today .time{color:#fff;font-weight:700}.table-open-time tr.today.closed .day,.table-open-time tr.today.closed .time{color:rgba(255,255,255,.75)}.footer-map{display:block;width:100%;max-width:360px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);box-shadow:0 18px 34px rgba(0,0,0,.18)}.footer-map img{display:block;width:100%;height:112px;object-fit:cover}.footer-map-col{display:flex;flex-direction:column;align-items:flex-start;justify-self:start}.footer-map-link{display:inline-flex;margin-top:12px;color:var(--logo-light);font-weight:800}.footer-contacts{display:flex;flex-direction:column;align-items:flex-start;justify-self:start;text-align:left}.footer-phone-row{display:inline-flex;align-items:center;gap:9px;margin-bottom:11px}.footer-phone-row a{display:inline-flex;align-items:center;gap:9px;line-height:1;margin-bottom:0}.footer-carrier{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#06c;font-size:15px;line-height:1;flex:none}.footer-carrier--kyivstar{width:22px;height:22px}.footer-carrier--kyivstar img{display:block;width:19px;height:19px;object-fit:contain}.footer-carrier--vodafone{color:inherit}.footer-carrier--vodafone img{display:block;width:19px;height:19px;object-fit:contain}.footer-messenger{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--logo-light);flex:none}.footer-messenger svg{width:18px;height:18px;fill:currentColor}.footer-telegram{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--logo-light);flex:none}.footer-telegram svg{width:18px;height:18px;fill:currentColor}.footer-bottom{min-height:42px;display:flex;align-items:center;justify-content:flex-start;padding:0 var(--gutter);border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.72);font-size:14px;text-align:left}.footer-domain__ua{color:var(--logo-light)}@media(prefers-color-scheme:dark){html:not([data-theme=light]){color-scheme:dark;--ink:#e8eef6;--muted:#9aa9ba;--line:#223042;--panel:#0d1620;--brand:#d9ebfa;--accent:#6fdcf8;--logo-light:#9be4ff}html:not([data-theme=light]) body{background:#061019}html:not([data-theme=light]) .top-contact{border-bottom-color:rgba(159,186,210,.16);background:#08131d}html:not([data-theme=light]) .site-header{border-bottom-color:rgba(159,186,210,.16);background:rgba(7,16,25,.86)}html:not([data-theme=light]) body.search-open::before{background:rgba(4,9,15,.58)}html:not([data-theme=light]) .site-header.search-open{padding-bottom:130px;background:rgba(8,18,28,.9);box-shadow:0 16px 38px rgba(0,0,0,.34)}html:not([data-theme=light]) .search-panel,html:not([data-theme=light]) .lang-menu,html:not([data-theme=light]) .nav-dropdown__menu{border-color:rgba(159,186,210,.18);background:#101b26;box-shadow:0 18px 34px rgba(0,0,0,.32)}@media(max-width:1024px){html:not([data-theme=light]) .main-nav{border-color:rgba(159,186,210,.18);background:0 0;box-shadow:none}}html:not([data-theme=light]) .main-nav{background:0 0;box-shadow:none}html:not([data-theme=light]) .search-panel{border-color:rgba(159,186,210,.2);background:#101b26}html:not([data-theme=light]) .site-header.search-open .search-panel{background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border:none}html:not([data-theme=light]) .search-submit{border-left-color:rgba(159,186,210,.18);background:#151f2b;color:var(--muted)}html:not([data-theme=light]) .search-panel input{color:var(--ink)}html:not([data-theme=light]) .lang-menu button{color:var(--ink)}html:not([data-theme=light]) .lang-menu button:hover,html:not([data-theme=light]) .lang-menu button.active{color:#07111a}html:not([data-theme=light]) .theme-toggle .theme-icon--sun{opacity:0;transform:scale(.72)}html:not([data-theme=light]) .theme-toggle .theme-icon--moon{opacity:1;transform:scale(1)}html:not([data-theme=light]) .hero{background:linear-gradient( 90deg,rgba(2,11,18,.98),rgba(7,30,52,.96),rgba(12,59,95,.9) ),radial-gradient( circle at 90% 20%,rgba(125,220,255,.14),transparent 20% ),#061019}html:not([data-theme=light]) .hero p:not(.eyebrow){color:rgba(232,238,246,.8)}html:not([data-theme=light]) .category-strip,html:not([data-theme=light]) .home-categories,html:not([data-theme=light]) .suppliers-strip{background:#0b1620;border-color:rgba(159,186,210,.12)}html:not([data-theme=light]) .why-section,html:not([data-theme=light]) .products-page,html:not([data-theme=light]) .refrig-page,html:not([data-theme=light]) .contacts-page{background:#08131d}html:not([data-theme=light]) .refrig-card{border-color:rgba(159,186,210,.16);background:#101b26}html:not([data-theme=light]) .refrig-card__img{background:#0d1821}html:not([data-theme=light]) .refrig-card__name{background:#0d1821;color:#7ba8c0;border-top-color:rgba(159,186,210,.16)}html:not([data-theme=light]) .refrig-category__head h2{color:var(--brand)}html:not([data-theme=light]) .refrig-category__head p{color:#7ba8c0}html:not([data-theme=light]) .refrig-category__head{border-color:rgba(159,186,210,.18)}html:not([data-theme=light]) .ergo-promo{border-color:rgba(159,186,210,.18)}html:not([data-theme=light]) .ergo-promo__title{color:var(--brand)}html:not([data-theme=light]) .ergo-promo__link{color:#7ba8c0}html:not([data-theme=light]) .category-strip article,html:not([data-theme=light]) .why-card,html:not([data-theme=light]) .product-grid article,html:not([data-theme=light]) .stats div,html:not([data-theme=light]) .about-page__department,html:not([data-theme=light]) .contacts-card,html:not([data-theme=light]) .contacts-map-card,html:not([data-theme=light]) .table-open-time,html:not([data-theme=light]) .consult-modal__panel{border-color:rgba(159,186,210,.16);background:#101b26;box-shadow:0 18px 34px rgba(0,0,0,.26)}html:not([data-theme=light]) .home-category-card{border-color:transparent;background:0 0;box-shadow:none}html:not([data-theme=light]) .home-category-card:hover{border-color:transparent;background:0 0;box-shadow:none}html:not([data-theme=light]) .category-strip img{background:#0d1721}html:not([data-theme=light]) .home-category-card--checkout img{display:none}html:not([data-theme=light]) .home-category-card--warehouse img{display:block}html:not([data-theme=light]) .category-strip h3,html:not([data-theme=light]) .home-categories__head h2,html:not([data-theme=light]) .why-head h2,html:not([data-theme=light]) .product-row h2,html:not([data-theme=light]) .about-page__head h1,html:not([data-theme=light]) .about-page__departments h2,html:not([data-theme=light]) .contacts-card h2,html:not([data-theme=light]) .footer-col h2,html:not([data-theme=light]) .page-blank h1,html:not([data-theme=light]) .home-category-card h3,html:not([data-theme=light]) .home-category-card--featured h3,html:not([data-theme=light]) .why-card h3,html:not([data-theme=light]) .consult-modal h2,html:not([data-theme=light]) .brand,html:not([data-theme=light]) .main-nav a,html:not([data-theme=light]) .icon-btn,html:not([data-theme=light]) .search-submit{color:var(--brand)}html:not([data-theme=light]) .category-strip p,html:not([data-theme=light]) .home-categories__head p:not(.eyebrow),html:not([data-theme=light]) .home-category-card p,html:not([data-theme=light]) .why-head p,html:not([data-theme=light]) .product-grid p,html:not([data-theme=light]) .product-row p,html:not([data-theme=light]) .band p,html:not([data-theme=light]) .stats span,html:not([data-theme=light]) .contacts-feedback p,html:not([data-theme=light]) .consult-modal p,html:not([data-theme=light]) .consult-form span,html:not([data-theme=light]) .footer address span,html:not([data-theme=light]) .footer address a,html:not([data-theme=light]) .footer-contacts a,html:not([data-theme=light]) .footer-bottom,html:not([data-theme=light]) .table-open-time .time{color:inherit}html:not([data-theme=light]) .about-page__content p{color:var(--brand)}html:not([data-theme=light]) .cases-hero p,html:not([data-theme=light]) .case-card__body p,html:not([data-theme=light]) .case-detail__body p{color:var(--muted)}html:not([data-theme=light]) .why-card::before,html:not([data-theme=light]) .about-page__department::before{background:linear-gradient(90deg,var(--accent),rgba(155,228,255,.72))}html:not([data-theme=light]) .about-page__dept-icon{background:rgba(0,140,220,.14)}html:not([data-theme=light]) .about-page__department p{color:#7ba8c0}html:not([data-theme=light]) .why-icon,html:not([data-theme=light]) .hero-cta,html:not([data-theme=light]) .contacts-feedback__btn,html:not([data-theme=light]) .consult-form button,html:not([data-theme=light]) .thankyou-modal__ok,html:not([data-theme=light]) .case-card__3d-cta,html:not([data-theme=light]) .product-row__cta{background:linear-gradient(90deg,#2aa4c7,#6fdcf8);color:#041018}html:not([data-theme=light]) .scroll-down-btn,html:not([data-theme=light]) .callback-btn{color:#041018}html:not([data-theme=light]) .why-icon svg,html:not([data-theme=light]) .footer-address-pin,html:not([data-theme=light]) .footer-messenger,html:not([data-theme=light]) .footer-telegram{stroke:#9be4ff;color:#9be4ff}html:not([data-theme=light]) .hero-cta:hover,html:not([data-theme=light]) .contacts-feedback__btn:hover,html:not([data-theme=light]) .consult-form button:hover,html:not([data-theme=light]) .thankyou-modal__ok:hover,html:not([data-theme=light]) .case-card__3d-cta:hover,html:not([data-theme=light]) .product-row__cta:hover{background:linear-gradient(90deg,#43b9dd,#86e4fb)}html:not([data-theme=light]) .product-grid,html:not([data-theme=light]) .stats{background:var(--line)}html:not([data-theme=light]) .about-page{background:linear-gradient( 180deg,rgba(9,18,27,.92) 0%,rgba(7,16,25,.94) 48%,rgba(8,19,29,.98) 100% )}html:not([data-theme=light]) .about-page::before{background:0 0}html:not([data-theme=light]) .contacts-card:hover,html:not([data-theme=light]) .contacts-map-card:hover,html:not([data-theme=light]) .why-card:hover,html:not([data-theme=light]) .about-page__department:hover,html:not([data-theme=light]) .category-strip article:hover,html:not([data-theme=light]) .home-category-card:hover{border-color:rgba(111,220,248,.45);box-shadow:0 24px 40px -18px rgba(0,0,0,.46)}html:not([data-theme=light]) .contacts-address-card,html:not([data-theme=light]) .contacts-hours-card h2,html:not([data-theme=light]) .contacts-sales-card h2,html:not([data-theme=light]) .contacts-service-card h2,html:not([data-theme=light]) .contacts-feedback h2,html:not([data-theme=light]) .contacts-address-card h2,html:not([data-theme=light]) .contacts-sales,html:not([data-theme=light]) .contacts-hours-list li,html:not([data-theme=light]) .table-open-time tr{border-color:rgba(159,186,210,.12)}html:not([data-theme=light]) .contacts-card,html:not([data-theme=light]) .contacts-map-card,html:not([data-theme=light]) .table-open-time{border:0;border-radius:0;background:0 0;box-shadow:none;backdrop-filter:none}html:not([data-theme=light]) .contacts-card:hover,html:not([data-theme=light]) .contacts-map-card:hover{border-color:transparent;box-shadow:none}html:not([data-theme=light]) .table-open-time{background:0 0}html:not([data-theme=light]) .table-open-time tr.current{background:rgba(111,220,248,8%)}html:not([data-theme=light]) .table-open-time tr.current .day{color:inherit;font-weight:700}html:not([data-theme=light]) .table-open-time tr.today{background:0 0}html:not([data-theme=light]) .table-open-time tr.today td{background:rgba(111,220,248,.14)}html:not([data-theme=light]) .table-open-time tr.today td:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}html:not([data-theme=light]) .table-open-time tr.today td:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}html:not([data-theme=light]) .table-open-time tr.today .day,html:not([data-theme=light]) .table-open-time tr.today .time{color:#6fdcf8;font-weight:700}html:not([data-theme=light]) .table-open-time tr.today.closed .day,html:not([data-theme=light]) .table-open-time tr.today.closed .time{color:rgba(111,220,248,.55)}html:not([data-theme=light]) .table-open-time tr.closed .day,html:not([data-theme=light]) .table-open-time tr.closed .time{color:var(--brand)}html:not([data-theme=light]) .contacts-map-card{background:0 0}html:not([data-theme=light]) .footer{background:linear-gradient(90deg,#050c13 0%,#081522 55%,#0b2236 100%)}html:not([data-theme=light]) .footer-bottom{border-top-color:rgba(255,255,255,8%)}html:not([data-theme=light]) .footer-map{border-color:rgba(255,255,255,.14)}html:not([data-theme=light]) .consult-modal__overlay{background:rgba(2,7,12,.74)}html:not([data-theme=light]) .consult-modal__close{background:#182330;color:var(--brand)}html:not([data-theme=light]) .consult-form span{color:var(--brand)}html:not([data-theme=light]) .consult-form input{border-color:rgba(159,186,210,.2);background:#0f1a24;color:var(--ink)}html:not([data-theme=light]) .consult-form input:focus{border-color:rgba(111,220,248,.75);box-shadow:0 0 0 3px rgba(111,220,248,.18)}html:not([data-theme=light]) .main-nav a:hover,html:not([data-theme=light]) .icon-btn:hover,html:not([data-theme=light]) .search-submit:hover,html:not([data-theme=light]) .product-row__cta:hover,html:not([data-theme=light]) .contacts-links a:hover,html:not([data-theme=light]) .contacts-phones a:hover,html:not([data-theme=light]) .contacts-email:hover,html:not([data-theme=light]) .contacts-address a:hover,html:not([data-theme=light]) .footer address a:hover,html:not([data-theme=light]) .footer-contacts a:hover,html:not([data-theme=light]) .footer-map-link:hover{color:var(--accent)}}.consult-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.consult-modal.is-open{display:flex}.consult-modal__overlay{position:absolute;inset:0;background:rgba(7,21,34,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.consult-modal__dialog{position:relative;z-index:1;width:min(100%,460px)}.consult-modal__panel{padding:30px;border-radius:var(--radius);background:#f5f9fc;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.34)}.consult-modal__close{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border:0;border-radius:var(--radius);background:#e2edf5;color:var(--ink);font-size:24px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.consult-modal__close:hover{background:var(--accent);color:#fff}.consult-modal h2{margin:0 0 10px;font-size:26px;text-align:center}.consult-modal p{margin:0 0 22px;color:var(--muted);font-size:15px;line-height:1.5;text-align:center}.consult-modal p[data-consult-subtitle].consult-modal__subtitle--hours{white-space:pre-line;text-align:center;color:var(--brand)}.consult-form{display:grid;gap:14px}.consult-form label{display:grid;gap:7px}.consult-form span{color:#092b49;font-size:14px;font-weight:700}.consult-form input{width:100%;min-height:50px;border:1px solid #c8d9e6;border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink)}.consult-form input:focus{border-color:#7ddcff;box-shadow:0 0 0 3px rgba(125,220,255,.22)}.consult-form button{min-height:52px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font-weight:800;cursor:pointer;transition:background .18s ease}.consult-form button:hover{background:#37d2ef;color:#fff}.thankyou-modal{position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;padding:20px}.thankyou-modal.is-open{display:flex}.thankyou-modal__overlay{position:absolute;inset:0;background:rgba(7,21,34,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.thankyou-modal__dialog{position:relative;z-index:1;width:min(100%,380px);padding:32px 28px;border-radius:var(--radius);background:#f5f9fc;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.34);text-align:center}.thankyou-modal__icon{color:var(--brand)}.thankyou-modal__icon svg{display:block;margin:0 auto}.thankyou-modal__text{margin:16px 0 22px;font-size:16px;line-height:1.5;white-space:pre-line}.thankyou-modal__ok{min-width:140px;min-height:48px;padding:0 24px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font:inherit;font-weight:800;cursor:pointer;transition:background .18s ease}.thankyou-modal__ok:hover{background:#37d2ef;color:#fff}@media(max-width:480px){:root{--gutter:16px;--header-h:64px;--hero-min:0px}.hero{padding-top:14px;padding-bottom:14px;gap:14px}.home-categories{padding-top:24px}.site-header{gap:12px}.brand{font-size:28px;gap:4px}.brand img{width:48px;height:48px;margin-top:-5px}html[data-theme=dark] .brand::before{width:48px;height:48px;transform:translateY(calc(-50% - 3px))}.main-nav{position:absolute;left:var(--gutter);right:var(--gutter);top:var(--header-h);display:grid;gap:0;padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 32px rgba(7,21,34,.16);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.site-header.menu-open .main-nav{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{min-height:42px;padding:0 12px;font-size:14px}.menu-toggle{display:inline-flex}.header-actions{gap:10px;margin-left:auto}.hero{grid-template-columns:1fr;grid-template-rows:auto auto auto}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-column:1;grid-row:auto}.hero-copy h1{font-size:clamp(34px,10vw,46px)}.hero-copy h1>span{display:inline-block;background:linear-gradient(90deg,#16bfe3 0%,#76dcf2 58%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-particles{opacity:1}.hero-copy h1 span{white-space:normal}.hero-mobile-break{display:block}.hero-cta{justify-self:start;margin-top:16px}.about-page__department-list{grid-template-columns:1fr}.home-category-card{height:320px;border:0;box-shadow:none;background:0 0}.home-category-card--featured{grid-column:auto;grid-template-columns:1fr;grid-template-rows:auto 1fr;min-height:360px}.home-category-card--featured h3{margin:0 0 18px;font-size:clamp(24px,8vw,34px);line-height:1.15;text-align:center;white-space:normal}.home-category-card--featured img{height:100%}.product-grid,.category-strip,.home-categories__grid,.why-grid,.product-row,.band,.stats,.footer-grid{grid-template-columns:1fr}.products-list{grid-template-columns:1fr}.search-panel{position:fixed;top:calc(var(--header-h) + 54px);left:var(--gutter);right:var(--gutter);width:auto}}@media(min-width:481px) and (max-width:768px){:root{--gutter:22px;--hero-min:260px}.site-header{gap:12px}.main-nav{position:absolute;left:var(--gutter);right:var(--gutter);top:var(--header-h);display:grid;gap:0;padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 32px rgba(7,21,34,.16);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.site-header.menu-open .main-nav{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{min-height:42px;padding:0 12px;font-size:14px}.menu-toggle{display:inline-flex}.product-grid,.category-strip,.home-categories__grid,.why-grid,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.products-list{grid-template-columns:1fr}.product-row__cta{justify-self:end}.band,.footer-grid{grid-template-columns:1fr}.hero{grid-template-columns:1fr;grid-template-rows:auto auto auto}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-column:1;grid-row:auto}.hero-cta{justify-self:start;margin-top:16px}.home-category-card{height:340px;border:0;box-shadow:none;background:0 0}.home-category-card--featured{grid-column:auto;grid-template-columns:1fr;grid-template-rows:auto 1fr;min-height:380px}.home-category-card--featured h3{margin:0 0 18px;font-size:clamp(26px,6.5vw,38px);line-height:1.15;text-align:center;white-space:normal}.home-category-card--featured img{height:100%}}@media(min-width:769px) and (max-width:1024px){:root{--gutter:28px;--hero-min:400px}.product-grid,.category-strip,.home-categories__grid,.why-grid,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.products-list{grid-template-columns:1fr}.product-row__cta{justify-self:end}.band,.footer-grid{grid-template-columns:1fr}.hero{grid-template-columns:1fr;grid-template-rows:auto auto auto}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-column:1;grid-row:auto}.hero-cta{justify-self:start;margin-top:16px}.home-category-card{height:360px}}@media(min-width:1025px) and (max-width:1366px){:root{--gutter:40px;--hero-min:360px}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-card--featured{min-height:400px}}@media(min-width:1025px){.home-categories__grid{grid-template-columns:minmax(0,1.45fr)minmax(0,1fr);grid-template-rows:repeat(3,clamp(156px,12vw,190px));align-items:stretch}.home-category-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;height:100%;padding:16px 0 0;border:0;border-radius:var(--radius);background:0 0;box-shadow:none;transition:transform .24s ease,opacity .24s ease}.home-category-card:hover{box-shadow:none;transform:translateY(-6px)}.home-category-card--featured{grid-column:1;grid-row:1/span 3;min-height:0}.home-category-card:not(.home-category-card--featured){min-height:0}.home-category-card::after{content:none}.home-category-card:nth-of-type(2){grid-column:2;grid-row:1}.home-category-card:nth-of-type(3){grid-column:2;grid-row:2}.home-category-card:nth-of-type(4){grid-column:2;grid-row:3}.home-category-card img{position:relative;left:auto;bottom:auto;width:auto;height:auto;max-width:min(100%,520px);max-height:calc(100% - 56px);margin:12px auto 0;padding:0;object-fit:contain;object-position:center;border-radius:var(--radius);transition:transform .28s ease,filter .28s ease,opacity .28s ease}.home-category-card--warehouse img{object-position:center center}.home-category-card h3{position:relative;top:auto;left:auto;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;margin:0;padding:0;border-radius:0;background:0 0;color:var(--brand);font-size:clamp(16px,1.1vw,22px);line-height:1.1;text-align:center;backdrop-filter:none;-webkit-backdrop-filter:none;transition:color .24s ease,transform .24s ease,opacity .24s ease}.home-category-card--featured h3{min-height:72px;margin-bottom:18px;font-size:clamp(30px,3.1vw,54px);letter-spacing:-.02em}.home-category-card--featured img{max-height:calc(100% - 90px);margin-top:18px}.home-category-card:hover img{transform:scale(1.12);filter:saturate(1.06)brightness(1.04)}.home-category-card:hover h3{color:var(--accent);transform:translateY(-1px)}}@media(min-width:1367px) and (max-width:1920px){:root{--gutter:56px;--hero-min:380px}}@media(min-width:1921px) and (max-width:2560px){:root{--gutter:76px;--hero-min:420px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:2561px) and (max-width:3840px){:root{--gutter:112px;--hero-min:480px}.site-header,.hero,.section,.band,.footer{padding-left:var(--gutter);padding-right:var(--gutter)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid article{min-height:340px}}html[data-theme=dark]{color-scheme:dark;--ink:#e8eef6;--muted:#9aa9ba;--line:#223042;--panel:#0d1620;--brand:#d9ebfa;--accent:#6fdcf8;--logo-light:#9be4ff}html[data-theme=dark] body{background:#061019}html[data-theme=dark] .top-contact{border-bottom-color:rgba(159,186,210,.16);background:#08131d}html[data-theme=dark] .site-header{border-bottom-color:rgba(159,186,210,.16);background:rgba(7,16,25,.86)}html[data-theme=dark] body.search-open::before{background:rgba(4,9,15,.58)}html[data-theme=dark] .site-header.search-open{padding-bottom:130px;background:rgba(8,18,28,.9);box-shadow:0 16px 38px rgba(0,0,0,.34)}html[data-theme=dark] .search-panel,html[data-theme=dark] .lang-menu,html[data-theme=dark] .nav-dropdown__menu{border-color:rgba(159,186,210,.18);background:#101b26;box-shadow:0 18px 34px rgba(0,0,0,.32)}html[data-theme=dark] .search-panel{border-color:rgba(159,186,210,.2);background:#101b26}html[data-theme=dark] .site-header.search-open .search-panel{background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border:none}html[data-theme=dark] .search-submit{border-left-color:rgba(159,186,210,.18);background:#151f2b;color:var(--muted)}html[data-theme=dark] .search-panel input{color:var(--ink)}html[data-theme=dark] .lang-menu button{color:var(--ink)}html[data-theme=dark] .lang-menu button:hover,html[data-theme=dark] .lang-menu button.active{color:#07111a}html[data-theme=dark] .theme-toggle .theme-icon--sun{opacity:0;transform:scale(.72)}html[data-theme=dark] .theme-toggle .theme-icon--moon{opacity:1;transform:scale(1)}html[data-theme=dark] .hero{background:linear-gradient( 90deg,rgba(2,11,18,.98),rgba(7,30,52,.96),rgba(12,59,95,.9) ),radial-gradient( circle at 90% 20%,rgba(125,220,255,.14),transparent 20% ),#061019}html[data-theme=dark] .hero p:not(.eyebrow){color:rgba(232,238,246,.8)}html[data-theme=dark] .category-strip,html[data-theme=dark] .home-categories,html[data-theme=dark] .why-section,html[data-theme=dark] .products-page,html[data-theme=dark] .contacts-page{background:#08131d}html[data-theme=dark] .cases-page{--cases-bg:#08131d;background:#08131d}html[data-theme=dark] .cases-progress{background:rgba(111,220,248,.14)}html[data-theme=dark] .cases-progress__bar{background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}html[data-theme=dark] .category-strip article,html[data-theme=dark] .why-card,html[data-theme=dark] .product-row,html[data-theme=dark] .product-grid article,html[data-theme=dark] .stats div,html[data-theme=dark] .about-page__department,html[data-theme=dark] .contacts-card,html[data-theme=dark] .contacts-map-card,html[data-theme=dark] .table-open-time,html[data-theme=dark] .consult-modal__panel{border-color:rgba(159,186,210,.16);background:#101b26;box-shadow:0 18px 34px rgba(0,0,0,.26)}html[data-theme=dark] .callback-modal__panel{border-color:rgba(159,186,210,.16);background:rgba(16,27,38,.82);box-shadow:0 18px 34px rgba(0,0,0,.26)}html[data-theme=dark] .thankyou-modal__dialog{border:1px solid rgba(159,186,210,.16);background:#101b26;color:var(--ink);box-shadow:0 18px 34px rgba(0,0,0,.26)}html[data-theme=dark] .home-category-card{border-color:transparent;background:0 0;box-shadow:none}html[data-theme=dark] .home-category-card:hover{border-color:transparent;background:0 0;box-shadow:none}html[data-theme=dark] .category-strip img{background:#0d1721}html[data-theme=dark] .product-row__media img{background:#0d1721}html[data-theme=dark] .home-category-card--checkout img{display:none}html[data-theme=dark] .home-category-card--warehouse img{display:block}html[data-theme=dark] .refrig-card__name{background:#0d1821;color:#7ba8c0;border-top-color:rgba(159,186,210,.16)}html[data-theme=dark] .category-strip h3,html[data-theme=dark] .home-categories__head h2,html[data-theme=dark] .why-head h2,html[data-theme=dark] .product-row h2,html[data-theme=dark] .about-page__head h1,html[data-theme=dark] .about-page__departments h2,html[data-theme=dark] .contacts-card h2,html[data-theme=dark] .cases-hero h1,html[data-theme=dark] .case-card__body h2,html[data-theme=dark] .case-detail__body h2,html[data-theme=dark] .footer-col h2,html[data-theme=dark] .page-blank h1,html[data-theme=dark] .home-category-card h3,html[data-theme=dark] .home-category-card--featured h3,html[data-theme=dark] .why-card h3,html[data-theme=dark] .callback-modal__panel h2,html[data-theme=dark] .consult-modal h2,html[data-theme=dark] .brand,html[data-theme=dark] .main-nav a,html[data-theme=dark] .icon-btn,html[data-theme=dark] .search-submit{color:var(--brand)}html[data-theme=dark] .category-strip p,html[data-theme=dark] .home-categories__head p:not(.eyebrow),html[data-theme=dark] .home-category-card p,html[data-theme=dark] .why-head p,html[data-theme=dark] .product-grid p,html[data-theme=dark] .product-row p,html[data-theme=dark] .about-page__content p{color:var(--brand)}html[data-theme=dark] .band p,html[data-theme=dark] .stats span,html[data-theme=dark] .contacts-feedback p,html[data-theme=dark] .cases-hero p,html[data-theme=dark] .case-card__body p,html[data-theme=dark] .case-detail__body p,html[data-theme=dark] .callback-modal__panel>p,html[data-theme=dark] .callback-countdown p,html[data-theme=dark] .consult-modal p,html[data-theme=dark] .consult-form span,html[data-theme=dark] .footer address span,html[data-theme=dark] .footer address a,html[data-theme=dark] .footer-contacts a,html[data-theme=dark] .footer-bottom,html[data-theme=dark] .table-open-time .time{color:inherit}html[data-theme=dark] .why-card::before,html[data-theme=dark] .about-page__department::before{background:linear-gradient(90deg,var(--accent),rgba(155,228,255,.72))}html[data-theme=dark] .about-page__dept-icon{background:rgba(0,140,220,.14)}html[data-theme=dark] .about-page__department p{color:#7ba8c0}html[data-theme=dark] .why-icon,html[data-theme=dark] .hero-cta,html[data-theme=dark] .case-card__order,html[data-theme=dark] .case-detail__order,html[data-theme=dark] .contacts-feedback__btn,html[data-theme=dark] .consult-form button,html[data-theme=dark] .thankyou-modal__ok,html[data-theme=dark] .case-card__3d-cta,html[data-theme=dark] .callback-form button,html[data-theme=dark] .callback-action,html[data-theme=dark] .callback-action--ghost,html[data-theme=dark] .callback-back,html[data-theme=dark] .product-row__cta{background:linear-gradient(90deg,#2aa4c7,#6fdcf8);color:#041018}html[data-theme=dark] .scroll-down-btn,html[data-theme=dark] .callback-btn{background:linear-gradient(90deg,#2aa4c7,#6fdcf8);color:#041018}html[data-theme=dark] .callback-modal__icon{background:#13293d}html[data-theme=dark] .callback-countdown__timer{color:var(--accent)}html[data-theme=dark] .why-icon svg,html[data-theme=dark] .footer-address-pin,html[data-theme=dark] .footer-messenger,html[data-theme=dark] .footer-telegram{stroke:#9be4ff;color:#9be4ff}html[data-theme=dark] .hero-cta:hover,html[data-theme=dark] .case-card__order:hover,html[data-theme=dark] .case-detail__order:hover,html[data-theme=dark] .contacts-feedback__btn:hover,html[data-theme=dark] .consult-form button:hover,html[data-theme=dark] .thankyou-modal__ok:hover,html[data-theme=dark] .case-card__3d-cta:hover,html[data-theme=dark] .callback-form button:hover,html[data-theme=dark] .callback-action:hover,html[data-theme=dark] .callback-action--ghost:hover,html[data-theme=dark] .callback-back:hover,html[data-theme=dark] .product-row__cta:hover{background:linear-gradient(90deg,#43b9dd,#86e4fb)}html[data-theme=dark] .case-card__body-link:hover h2,html[data-theme=dark] .case-card__body-link:hover p,html[data-theme=dark] .case-detail__back:hover{color:var(--accent)}html[data-theme=dark] .case-card__image,html[data-theme=dark] .case-detail__media,html[data-theme=dark] .case-detail__gallery-item{background:0 0}html[data-theme=dark] .case-card{border-bottom-color:rgba(159,186,210,.12)}html[data-theme=dark] .case-card:hover{border-color:rgba(111,220,248,.28)}html[data-theme=dark] .case-card__nav:hover{background:var(--accent);color:#fff}html[data-theme=dark] .product-grid,html[data-theme=dark] .stats{background:var(--line)}html[data-theme=dark] .about-page{background:linear-gradient( 180deg,rgba(9,18,27,.92) 0%,rgba(7,16,25,.94) 48%,rgba(8,19,29,.98) 100% )}html[data-theme=dark] .about-page::before{background:0 0}html[data-theme=dark] .contacts-card:hover,html[data-theme=dark] .contacts-map-card:hover,html[data-theme=dark] .why-card:hover,html[data-theme=dark] .about-page__department:hover,html[data-theme=dark] .category-strip article:hover{border-color:rgba(111,220,248,.45);box-shadow:0 24px 40px -18px rgba(0,0,0,.46)}html[data-theme=dark] .contacts-address-card,html[data-theme=dark] .contacts-hours-card h2,html[data-theme=dark] .contacts-sales-card h2,html[data-theme=dark] .contacts-service-card h2,html[data-theme=dark] .contacts-feedback h2,html[data-theme=dark] .contacts-address-card h2,html[data-theme=dark] .contacts-sales,html[data-theme=dark] .contacts-hours-list li,html[data-theme=dark] .table-open-time tr{border-color:rgba(159,186,210,.12)}html[data-theme=dark] .service-detail{background:radial-gradient(circle at top right,rgba(111,220,248,.1),transparent 28%),linear-gradient(180deg,#0a121a 0%,#0e1722 100%)}html[data-theme=dark] .service-list li{color:var(--ink)}html[data-theme=dark] .service-list li::before{background:var(--accent)}html[data-theme=dark] .table-open-time{background:#101b26}html[data-theme=dark] .table-open-time tr.current{background:rgba(111,220,248,8%)}html[data-theme=dark] .table-open-time tr.current .day{color:inherit;font-weight:700}html[data-theme=dark] .table-open-time tr.today td{background:rgba(111,220,248,.14)}html[data-theme=dark] .table-open-time tr.today .day,html[data-theme=dark] .table-open-time tr.today .time{color:#6fdcf8;font-weight:700}html[data-theme=dark] .table-open-time tr.today.closed .day,html[data-theme=dark] .table-open-time tr.today.closed .time{color:rgba(111,220,248,.55)}html[data-theme=dark] .table-open-time tr.closed .day,html[data-theme=dark] .table-open-time tr.closed .time{color:var(--brand)}html[data-theme=dark] .contacts-map-card{background:0 0;border:0;box-shadow:none;backdrop-filter:none}html[data-theme=dark] .contacts-card,html[data-theme=dark] .table-open-time{border:0;border-radius:0;background:0 0;box-shadow:none;backdrop-filter:none}html[data-theme=dark] .contacts-card:hover,html[data-theme=dark] .contacts-map-card:hover{border-color:transparent;box-shadow:none}html[data-theme=dark] .footer{background:linear-gradient(90deg,#050c13 0%,#081522 55%,#0b2236 100%)}html[data-theme=dark] .footer-bottom{border-top-color:rgba(255,255,255,8%)}html[data-theme=dark] .footer-map{border-color:rgba(255,255,255,.14)}html[data-theme=dark] .consult-modal__overlay{background:rgba(2,7,12,.74)}html[data-theme=dark] .consult-modal__close,html[data-theme=dark] .callback-modal__close{background:#182330;color:var(--brand)}html[data-theme=dark] .consult-modal__close:hover{background:var(--accent);color:#0a1722}html[data-theme=dark] .callback-status{background:rgba(111,220,248,.12);color:#9be4ff}html[data-theme=dark] .callback-modal__lead{color:#7ba8c0}html[data-theme=dark] .callback-action{border-color:rgba(159,186,210,.2);background:#0f1a24;color:var(--ink)}html[data-theme=dark] .callback-action--ghost{border:0;background:linear-gradient(90deg,#2aa4c7,#6fdcf8);color:#041018}html[data-theme=dark] .callback-back{color:#9be4ff}html[data-theme=dark] .consult-form span{color:var(--brand)}html[data-theme=dark] .consult-form input,html[data-theme=dark] .callback-form input{border-color:rgba(159,186,210,.2);background:#0f1a24;color:var(--ink)}html[data-theme=dark] .callback-form select{border-color:rgba(159,186,210,.2);background:#0f1a24;color:var(--ink)}html[data-theme=dark] .consult-form input:focus,html[data-theme=dark] .callback-form input:focus,html[data-theme=dark] .callback-form select:focus{border-color:rgba(111,220,248,.75);box-shadow:0 0 0 3px rgba(111,220,248,.18)}html[data-theme=dark] .main-nav a:hover,html[data-theme=dark] .icon-btn:hover,html[data-theme=dark] .search-submit:hover,html[data-theme=dark] .product-row__cta:hover,html[data-theme=dark] .contacts-links a:hover,html[data-theme=dark] .contacts-phones a:hover,html[data-theme=dark] .contacts-email:hover,html[data-theme=dark] .contacts-address a:hover,html[data-theme=dark] .footer address a:hover,html[data-theme=dark] .footer-contacts a:hover,html[data-theme=dark] .footer-map-link:hover{color:var(--accent)}@media(max-width:1024px){html[data-theme=dark] .main-nav{border-color:rgba(159,186,210,.18);background:0 0;box-shadow:none}}@media(max-width:768px){html:not([data-theme=light]) .main-nav,html[data-theme=dark] .main-nav{border-color:rgba(159,186,210,.18);background:#101b26;box-shadow:0 18px 34px rgba(0,0,0,.32)}}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .product-category-tag{background:rgba(110,220,248,.1)}html:not([data-theme=light]) .product-cta:hover{background:#5acfec}}html[data-theme=dark] .product-category-tag{background:rgba(110,220,248,.1)}html[data-theme=dark] .product-cta:hover{background:#5acfec}img{max-width:100%;height:auto}@media(max-width:480px){.product-specs table,.product-specs tbody,.product-specs tr,.product-specs td{display:block;width:100%}.product-specs tr{padding:10px 0;border-bottom:1px solid var(--line)}.product-specs tr:first-child{border-top:1px solid var(--line)}.product-spec__label{width:100%;padding-bottom:2px;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.product-spec__value{padding-top:0;font-size:14px}.product-specs td{padding:2px 0}}@media(max-width:768px){.icon-btn{min-width:44px;min-height:44px}.main-nav a{min-height:44px}.hero-cta,.product-row__cta{min-height:48px;font-size:15px}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.consult-form input,.consult-form button{width:100%;min-height:48px}}.scroll-down-btn{position:fixed;bottom:24px;right:20px;z-index:90;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--accent);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.18);cursor:pointer;text-decoration:none;font:inherit;animation:scroll-bounce 1.6s ease-in-out infinite;transition:opacity .25s,visibility .25s}.scroll-down-btn.hidden{opacity:0;visibility:hidden;pointer-events:none}@keyframes scroll-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}.callback-trigger{position:fixed;bottom:24px;left:20px;z-index:90}.callback-btn{width:44px;height:44px;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.18);transition:background .18s ease}.callback-btn:hover{background:#37d2ef}.callback-tooltip{position:absolute;bottom:calc(100% + 10px);left:0;width:220px;white-space:normal;word-break:break-word;background:rgba(7,21,34,.82);backdrop-filter:blur(8px);color:#fff;font-size:13px;line-height:1.5;padding:10px 14px;border-radius:10px;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease}.callback-tooltip::after{content:'';position:absolute;top:100%;left:18px;border:6px solid transparent;border-top-color:rgba(7,21,34,.82)}.callback-tooltip.is-visible{opacity:1;transform:translateY(0)}.callback-btn::before{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--accent);opacity:0;animation:callback-pulse 2.6s ease-out infinite}@keyframes callback-pulse{0%{transform:scale(.9);opacity:.55}100%{transform:scale(1.45);opacity:0}}.callback-modal{position:fixed;inset:0;z-index:95;display:none;align-items:flex-end;justify-content:flex-start;padding:0 0 80px 20px;pointer-events:none}.callback-modal.is-open{display:flex;pointer-events:auto}.callback-modal__overlay{position:absolute;inset:0}.callback-modal__dialog{position:relative;z-index:1;width:min(100%,360px);animation:callback-slide-in .22s ease}@keyframes callback-slide-in{from{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media(max-width:640px){.callback-modal{align-items:flex-start;justify-content:center;padding:calc(var(--header-h) + 180px)16px 0}.callback-modal__dialog{width:100%}.callback-tooltip{display:none}}.callback-modal__panel{padding:24px;border-radius:var(--radius);background:rgba(245,249,252,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--ink);box-shadow:0 20px 60px rgba(0,0,0,.28)}.callback-modal__close{position:absolute;top:10px;right:10px;z-index:2;width:30px;height:30px;border:0;border-radius:var(--radius);background:#e2edf5;color:var(--ink);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.callback-modal__close:hover{background:var(--accent);color:#fff}html[data-theme=dark] .callback-modal__close:hover{background:var(--accent);color:#0a1722}.callback-modal__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#dbeef8;color:var(--brand);margin:0 auto 16px}.callback-modal__panel h2{margin:0 0 6px;font-size:18px;line-height:1.3;text-align:center;color:var(--ink)}.callback-status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto 10px;padding:4px 10px;border-radius:999px;background:rgba(0,132,208,8%);color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.callback-modal__lead{margin:0 0 18px;font-size:14px;color:var(--muted);text-align:center;line-height:1.5;white-space:pre-line}.callback-modal__panel>p{margin:0 0 18px;font-size:14px;color:var(--muted);text-align:center}.callback-mode{display:flex;flex-direction:column}.callback-mode[data-callback-view=actions] .callback-actions{display:grid!important}.callback-mode[data-callback-view=actions] .callback-form-shell{display:none!important}.callback-mode[data-callback-view=form] .callback-actions{display:none!important}.callback-mode[data-callback-view=form] .callback-form-shell{display:grid!important}.callback-mode[data-callback-mode=closed]{align-items:center;text-align:center}.callback-mode[data-callback-mode=closed] .callback-form{width:100%}.callback-mode[data-callback-mode=closed] .callback-modal__lead{max-width:24ch;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.45}.callback-lead__nowrap{white-space:nowrap}.callback-actions{display:grid;gap:10px;margin-bottom:4px}.callback-action,.callback-back{min-height:48px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:800;transition:background .18s ease,color .18s ease,box-shadow .18s ease;cursor:pointer}.callback-action{border:1px solid #c8d9e6;background:#fff;color:var(--ink);padding:0 14px}.callback-action--ghost{border:0;padding:0 24px;background:var(--accent);color:#053a56}.callback-carrier{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;flex:none}.callback-carrier img{display:block;width:18px;height:18px;object-fit:contain}.callback-action:hover,.callback-back:hover{box-shadow:0 10px 24px rgba(0,0,0,8%)}.callback-action--ghost:hover{background:#37d2ef;color:#fff;box-shadow:none}.callback-form-shell{display:grid;gap:12px}.callback-back{border:0;background:0 0;color:var(--brand);justify-self:start;padding:0;min-height:auto;font-size:13px;font-weight:700;letter-spacing:.01em}.callback-form{display:grid;gap:10px}.callback-form input{width:100%;min-height:48px;border:1px solid #c8d9e6;border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink);font-size:16px}.callback-form select{width:100%;min-height:48px;border:1px solid #c8d9e6;border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink);font-size:15px;appearance:none}.callback-form input:focus{border-color:#7ddcff;box-shadow:0 0 0 3px rgba(125,220,255,.22);outline:none}.callback-form select:focus{border-color:#7ddcff;box-shadow:0 0 0 3px rgba(125,220,255,.22);outline:none}.callback-form button{min-height:48px;border:0;border-radius:var(--radius);background:var(--accent);color:#053a56;font-size:15px;font-weight:800;cursor:pointer;transition:background .18s ease}.callback-form button:hover{background:#37d2ef;color:#fff}.callback-countdown{text-align:center;padding:4px 0}.callback-countdown__timer{font-size:48px;font-weight:800;color:var(--brand);letter-spacing:2px;line-height:1;margin-bottom:8px}.callback-countdown p{margin:0;font-size:14px;color:var(--muted)}.callback-success{text-align:center;padding:8px 0;color:var(--brand)}.callback-success svg{display:block;margin:0 auto 10px;color:var(--brand)}.callback-success p{margin:0;font-size:14px;line-height:1.5;white-space:pre-line}@media(max-width:480px){.callback-action{justify-content:flex-start}.callback-action--ghost{justify-content:center;text-align:center}}}@supports not (view-transition-name:none){@media(prefers-reduced-motion:no-preference){main{animation:page-fade-in .25s ease both}@keyframes page-fade-in{from{opacity:0}to{opacity:1}}}}@view-transition{navigation: auto;
}.top-contact{view-transition-name:top-contact}.site-header{view-transition-name:site-header}.footer{view-transition-name:site-footer}@media(prefers-reduced-motion:no-preference){::view-transition-old(root){animation:vt-fade-out .2s ease both}::view-transition-new(root){animation:vt-page-in .3s ease both}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-page-in{from{opacity:0;transform:translateY(10px)}}}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}