/* cyrillic */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
/* latin-ext */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
/* latin */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root{
  --ink:#212121;
  --muted:#6E6E78;
  --line:#D8D8DE;
  --soft:#F7F7F8;
  --soft-hover:#EFEFF1;
  --error:#C93B3B;
  --on-dark-muted:#A5A5AE;
  --r-btn:12px;
  --r-chip:20px;
  --r-thumb:16px;
  --shadow-pop:0 4px 24px rgba(0,0,0,.12);
}
*{margin:0;padding:0;box-sizing:border-box}
[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',system-ui,sans-serif;font-size:14px;line-height:22px;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:0;cursor:pointer}
input,textarea{font-family:inherit;font-size:inherit;color:inherit}
img{display:block;max-width:100%}
ul{list-style:none}
.container{max-width:1920px;margin:0 auto;padding:0 50px}
.icon{width:24px;height:24px;stroke:var(--ink);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
:focus-visible{outline:2px solid var(--ink);outline-offset:2px}

/* ---------- header ---------- */
.header{position:relative;z-index:100;background:#fff}
.header__top{display:flex;align-items:center;justify-content:space-between;padding:14px 0 4px}
.header__geo{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px;flex:1}
.logo{font-size:22px;font-weight:500;letter-spacing:.38em;text-indent:.38em;text-align:center;white-space:nowrap}
.header__contact{flex:1;display:flex;justify-content:flex-end}
.header__phone{font-weight:600;white-space:nowrap;transition:color .2s}
.header__phone:hover{color:var(--muted)}
.header__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 0 16px}
.header__bottom .nav{grid-column:2}
.header__bottom .header__icons{grid-column:3;justify-self:end}
.nav{display:flex;align-items:center;gap:32px;font-weight:500}
.nav a{transition:color .2s}
.nav a:hover{color:var(--muted)}
.nav__catalog{display:flex;align-items:center;gap:12px;font-weight:500}
.header__icons{display:flex;align-items:center;gap:26px}
.header__icons a{position:relative;display:block}
.header__burger{display:none}
.cart-count{position:absolute;top:-6px;right:-9px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--ink);color:#fff;font-size:11px;line-height:17px;font-weight:600;text-align:center;display:none}
.cart-count.is-on{display:block}

/* ---------- sticky bar ---------- */
.stickybar{position:fixed;top:0;left:0;right:0;background:#fff;z-index:150;transform:translateY(-100%);transition:transform .35s ease;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.stickybar.is-shown{transform:none}
.stickybar .header__bottom{padding:12px 0 10px}
.stickybar .filterbar{margin-top:0;padding:10px 0 12px;border-top:1px solid var(--soft)}

/* ---------- breadcrumbs / page head ---------- */
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-weight:500;padding:10px 0}
.crumbs__sep,.crumbs .is-current{color:var(--muted)}
.page-head{display:flex;align-items:flex-start;gap:6px;padding:14px 0 6px}
.page-head h1{font-size:40px;line-height:48px;font-weight:600}
.page-head__count{font-size:13px;line-height:20px;color:var(--muted);margin-top:4px}
.page-head .share{margin:10px 0 0 8px}
.page-lead{max-width:880px;margin-top:4px}

/* ---------- category chips ---------- */
.chips-wrap{position:relative;margin:26px 0 6px}
.chips{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}
.chips::-webkit-scrollbar{display:none}
.chip{flex:0 0 auto;display:flex;align-items:center;gap:12px;background:var(--soft);border-radius:var(--r-chip);padding:4px 16px 4px 4px;transition:background .2s,box-shadow .2s}
.chip:hover{background:var(--soft-hover)}
.chip.is-active{background:var(--soft-hover);box-shadow:inset 0 0 0 1.5px var(--ink)}
.chip__img{width:68px;height:68px;border-radius:var(--r-thumb);background:#fff;flex:0 0 auto;overflow:hidden;padding:6px}
.chip__img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.chip__label{font-size:14px;line-height:20px;max-width:136px}
.chips-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:border-color .2s}
.chips-arrow:hover{border-color:var(--ink)}
.chips-arrow--prev{left:-16px}
.chips-arrow--next{right:-16px}
.chips-arrow svg{width:14px;height:14px;stroke:var(--ink);stroke-width:1.5;fill:none}

/* ---------- filter bar ---------- */
.filterbar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:22px;padding:14px 0;position:relative}
.filterbar__left{display:flex;align-items:center;gap:36px}
.filterbar__left button{transition:color .2s}
.filterbar__left button:hover{color:var(--muted)}
.filterbar__all{display:flex;align-items:center;gap:10px}
.filterbar__all svg{width:20px;height:20px;stroke:var(--ink);stroke-width:1.5;fill:none}
.filterbar__count{min-width:17px;height:17px;padding:0 5px;border-radius:9px;background:var(--ink);color:#fff;font-size:11px;line-height:17px;font-weight:600;text-align:center;display:none}
.filterbar__count.is-on{display:inline-block}
.sort{display:flex;align-items:center;gap:8px;font-weight:500}
.sort svg{width:16px;height:16px;stroke:var(--ink);stroke-width:1.5;fill:none}
.sort-pop{position:absolute;right:0;top:calc(100% + 2px);background:#fff;border-radius:8px;box-shadow:var(--shadow-pop);padding:8px 0;min-width:230px;display:none;z-index:50}
.sort-pop.is-open{display:block;animation:fadeInUp .2s ease}
.sort-pop button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 16px;text-align:left}
.sort-pop button:hover{background:var(--soft)}
.radio{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--ink);flex:0 0 auto;position:relative}
.is-active .radio::after{content:"";position:absolute;inset:2.5px;border-radius:50%;background:var(--ink)}

/* ---------- grid / catalog card ---------- */
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 10px;margin-top:4px}
.grid-empty{padding:60px 0;text-align:center;color:var(--muted)}
.grid-empty b{display:block;font-size:18px;color:var(--ink);margin-bottom:8px}
.card{position:relative;display:block}
.card__media{position:relative;background:var(--soft);aspect-ratio:3/4;overflow:hidden}
.card__media img{position:absolute;top:7%;left:50%;height:86%;width:auto;max-width:100%;transform:translateX(-50%);object-fit:contain;mix-blend-mode:multiply;transition:opacity .35s ease}
.card__media .img-int{opacity:0}
.card:hover .card__media .img-int.is-ready{opacity:1}
.card:hover .card__media:has(.img-int.is-ready) img:not(.img-int){opacity:0}
.badge{position:absolute;top:8px;left:8px;z-index:2;background:#fff;padding:2px 6px;font-size:13px;line-height:20px;font-weight:500}
.card__body{padding:13px 8px 0}
.swatches{display:flex;align-items:center;gap:10px;min-height:18px}
.swatches img{width:16px;height:16px;object-fit:cover;border-radius:3px;border:1px solid rgba(0,0,0,.08)}
.swatches .more{font-size:12px;line-height:18px;margin-left:2px;color:var(--muted)}
.card__name{margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card__price{margin-top:2px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.card__price b{font-weight:500;white-space:nowrap}
.card__price .old{font-size:13px;color:var(--muted);text-decoration:line-through;white-space:nowrap}

/* ---------- catalog texts ---------- */
.seo-text{max-width:880px;margin-top:72px}
.seo-text h2,.faq h2{font-size:28px;line-height:34px;font-weight:600;margin:40px 0 14px}
.seo-text h2:first-child{margin-top:0}
.seo-text p{margin-bottom:12px}
.seo-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px 24px;margin:4px 0 12px}
.seo-links a{font-weight:500;text-decoration:underline;text-underline-offset:3px}
.seo-links a:hover{color:var(--muted)}
.seo-links span{margin-left:8px;font-size:13px;color:var(--muted)}
.faq{max-width:880px;margin-top:56px}
.faq__item{border-bottom:1px solid var(--soft)}
.faq__item summary{display:flex;align-items:center;gap:12px;padding:16px 0;font-weight:500;cursor:pointer;list-style:none}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:"";width:8px;height:8px;margin-left:auto;border-right:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);transform:rotate(45deg);transition:transform .2s;flex:0 0 auto}
.faq__item[open] summary::after{transform:rotate(-135deg)}
.faq__item p{padding:0 0 16px;color:var(--muted)}

/* ---------- drawer (filters) ---------- */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:opacity .25s;z-index:190}
.overlay.is-open{opacity:1;pointer-events:auto}
.drawer{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:100vw;background:#fff;border-radius:24px 0 0 24px;transform:translateX(105%);transition:transform .3s ease;z-index:200;display:flex;flex-direction:column}
.drawer.is-open{transform:none}
.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:28px 32px 12px}
.drawer__head h2{font-size:26px;font-weight:600}
.drawer__reset{font-size:13px;color:var(--muted);margin-left:auto;margin-right:18px}
.drawer__reset:hover{color:var(--ink)}
.drawer__close{width:36px;height:36px;border-radius:50%;background:var(--soft);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.drawer__close svg{width:14px;height:14px;stroke:var(--ink);stroke-width:1.5}
.drawer__scroll{overflow-y:auto;flex:1;padding:0 32px}
.fsection{border-bottom:1px solid var(--soft);padding:18px 0}
.fsection__head{display:flex;align-items:center;gap:12px;width:100%;font-size:16px;font-weight:600;text-align:left}
.fsection__head svg{width:12px;height:12px;stroke:var(--ink);stroke-width:1.5;fill:none;transition:transform .2s}
.fsection.is-closed .fsection__head svg{transform:rotate(180deg)}
.fsection__body{padding-top:16px}
.fsection.is-closed .fsection__body{display:none}
.range-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}
.range-row input{width:130px;border:0;background:var(--soft);border-radius:10px;padding:10px 14px;font-size:14px;color:var(--ink);text-align:center;outline:none}
.range-slider{position:relative;height:18px;margin:16px 8px 6px}
.range-slider::before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;background:var(--line);border-radius:2px}
.range-slider .range-fill{position:absolute;top:50%;height:2px;margin-top:-1px;background:var(--ink);border-radius:2px}
.range-slider input[type=range]{position:absolute;inset:0;width:100%;appearance:none;-webkit-appearance:none;background:none;pointer-events:none;margin:0;height:18px}
.range-slider input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 1px 4px rgba(0,0,0,.15);pointer-events:auto;cursor:pointer}
.range-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 1px 4px rgba(0,0,0,.15);pointer-events:auto;cursor:pointer}
.check{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer}
.check__box{width:20px;height:20px;border:1px solid var(--line);border-radius:4px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}
.check__box svg{width:12px;height:12px;stroke:#fff;stroke-width:2;fill:none;opacity:0}
.check:hover .check__box{border-color:var(--ink)}
.check.is-on .check__box{background:var(--ink);border-color:var(--ink)}
.check.is-on .check__box svg{opacity:1}
.check .dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.12)}
.check .cnt{margin-left:auto;font-size:12px;color:var(--muted)}
.drawer__foot{padding:16px 32px 24px;box-shadow:0 -8px 24px rgba(0,0,0,.05)}

/* ---------- buttons ---------- */
.btn-primary{display:block;width:100%;background:var(--ink);color:#fff;border-radius:var(--r-btn);padding:15px 28px;font-size:14px;font-weight:500;text-align:center;transition:background .2s,opacity .2s}
.btn-primary:hover{background:#000}
.btn-primary:disabled{opacity:.45;cursor:default}

/* ---------- product page ---------- */
.product{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:32px;align-items:start;margin-top:6px}
.product > div{min-width:0}
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.gallery a{position:relative;background:var(--soft);aspect-ratio:3/4;max-height:820px;overflow:hidden;display:block}
.gallery a:only-child{grid-column:span 2;aspect-ratio:4/3}
.gallery img{position:absolute;inset:6% 0;width:100%;height:88%;object-fit:contain;mix-blend-mode:multiply}

.pinfo{position:sticky;top:24px}
.pinfo__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.pinfo h1{font-size:28px;line-height:36px;font-weight:600}
.pinfo__sub{margin-top:6px}
.pinfo__sub a{text-decoration:underline;text-underline-offset:3px}
.pinfo__sub a:hover{color:var(--muted)}
.pinfo__sku{margin-top:4px;font-size:13px;color:var(--muted)}
.pinfo__price{margin-top:16px;display:flex;align-items:baseline;gap:12px}
.pinfo__price b{font-size:28px;line-height:34px;font-weight:600}
.pinfo__price .old{font-size:15px;color:var(--muted);text-decoration:line-through}
.pstep{margin-top:22px}
.pstep__title{font-weight:600;margin-bottom:12px}
.pstep__title span{color:var(--muted);font-weight:400}
.cfg-row{display:flex;flex-wrap:wrap;gap:8px}
.cfg-thumb{flex:0 0 auto;width:52px;height:78px;border-radius:10px;border:1px solid var(--line);background:var(--soft);overflow:hidden;padding:5px 4px;transition:border-color .15s}
.cfg-thumb:hover{border-color:var(--ink)}
.cfg-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.cfg-thumb.is-active{border:1.5px solid var(--ink)}
.swatch-name{margin:-4px 0 10px;font-size:13px;color:var(--muted)}
.wchips{display:flex;flex-wrap:wrap;gap:8px}
.wchip{border:1px solid var(--line);border-radius:22px;padding:10px 18px;font-weight:500;transition:border-color .15s}
.wchip:hover{border-color:var(--ink)}
.wchip.is-active{border:1.5px solid var(--ink)}
.pinfo__actions{margin-top:26px}
.pinfo__specs-link{display:inline-flex;align-items:center;gap:8px;background:var(--soft);border-radius:22px;padding:11px 20px;font-weight:500;margin-bottom:16px;transition:background .2s}
.pinfo__specs-link:hover{background:var(--soft-hover)}
.pinfo__specs-link svg{width:14px;height:14px;stroke:var(--ink);stroke-width:1.5;fill:none}
.added-note{margin-top:10px;font-size:13px;color:var(--muted);text-align:center;opacity:0;transition:opacity .2s}
.added-note.is-on{opacity:1}
.added-note a{text-decoration:underline;color:var(--ink)}
.paccordion{margin-top:26px;border-top:1px solid var(--soft)}
.pacc{border-bottom:1px solid var(--soft)}
.pacc__head{display:flex;align-items:center;gap:12px;width:100%;padding:16px 0;font-weight:500;text-align:left}
.pacc__head svg.chev{width:12px;height:12px;stroke:var(--ink);stroke-width:1.5;fill:none;margin-left:auto;transition:transform .2s}
.pacc.is-open .pacc__head svg.chev{transform:rotate(180deg)}
.pacc__head .ic{width:20px;height:20px;stroke:var(--ink);stroke-width:1.5;fill:none}
.pacc__body{display:none;padding:0 0 16px 32px;color:var(--muted);font-size:13px;line-height:20px}
.pacc__body a{color:var(--ink);font-weight:500;white-space:nowrap}
.pacc.is-open .pacc__body{display:block}

/* ---------- product sections ---------- */
.psection{margin-top:64px}
.psection__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.psection h2{font-size:28px;line-height:34px;font-weight:600}
.psection__title{margin-bottom:22px}
.hscroll{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5*10px)/6);gap:10px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}
.hscroll::-webkit-scrollbar{display:none}
.hscroll .card__name{font-size:13px}
.arrows{display:flex;gap:8px}
.arrows button{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:border-color .2s}
.arrows button:hover{border-color:var(--ink)}
.arrows svg{width:13px;height:13px;stroke:var(--ink);stroke-width:1.5;fill:none}

.specs{max-width:720px}
.specs table{width:100%;border-collapse:collapse}
.specs td{padding:12px 8px;border-bottom:1px solid var(--soft);vertical-align:top}
.specs td:first-child{color:var(--muted);width:46%}
.specs tr.extra{display:none}
.specs.show-all tr.extra{display:table-row}
.specs-more{margin-top:16px;display:inline-flex;align-items:center;gap:8px;font-weight:500;text-decoration:underline;text-underline-offset:4px}
.specs-more svg{width:12px;height:12px;stroke:var(--ink);stroke-width:1.5;fill:none;transition:transform .2s}
.specs.show-all + .specs-more svg{transform:rotate(180deg)}
.pdesc{max-width:880px}
.pdesc p{margin-bottom:12px}
.pdesc__lead{font-size:16px;line-height:26px}
.pdesc__source{font-size:16px;line-height:24px;font-weight:600;margin:24px 0 10px}

/* ---------- product sticky bar ---------- */
.pbar{position:fixed;left:16px;right:16px;bottom:16px;margin:0 auto;max-width:1180px;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,.06);z-index:150;transform:translateY(140%);transition:transform .3s ease}
.pbar.is-shown{transform:none}
.pbar__inner{display:flex;align-items:center;gap:28px;padding:12px 24px}
.pbar__name{font-weight:600}
.pbar__price{margin-left:auto;font-size:20px;font-weight:600;white-space:nowrap}
.pbar .btn-primary{width:auto;padding:13px 36px}

/* ---------- cart ---------- */
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start;margin-top:10px}
.cart-clear{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;margin-bottom:14px}
.cart-clear:hover{color:var(--ink)}
.cart-clear svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.5;fill:none}
.cart-list{border:1px solid var(--soft);border-radius:var(--r-thumb);padding:8px 24px}
.cart-item{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--soft)}
.cart-item:last-child{border-bottom:0}
.cart-item__img{background:var(--soft);aspect-ratio:3/4;position:relative;overflow:hidden;border-radius:8px}
.cart-item__img img{position:absolute;inset:6% 0;width:100%;height:88%;object-fit:contain;mix-blend-mode:multiply}
.cart-item__name{font-weight:500}
.cart-item__cfg{margin-top:6px;font-size:13px;color:var(--muted);line-height:19px}
.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.cart-item__sum{font-size:16px;font-weight:600;white-space:nowrap}
.cart-item__sum .old{display:block;text-align:right;font-size:12px;font-weight:400;color:var(--muted);text-decoration:line-through}
.qty{display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:10px}
.qty button{width:34px;height:34px;font-size:16px;color:var(--muted);transition:color .15s}
.qty button:hover{color:var(--ink)}
.qty span{min-width:26px;text-align:center;font-weight:500}
.cart-item__rm{color:var(--muted);transition:color .15s}
.cart-item__rm:hover{color:var(--ink)}
.cart-item__rm svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.5;fill:none}
.cart-empty{padding:80px 0;text-align:center;animation:fadeInUp .3s ease}
.cart-empty .tile{width:148px;height:148px;border-radius:var(--r-chip);background:var(--soft);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;padding:12px}
.cart-empty .tile img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.cart-empty h2{font-size:20px;font-weight:600;margin-bottom:8px}
.cart-empty p{color:var(--muted);margin-bottom:24px}
.cart-empty .btn-primary{display:inline-block;width:auto}
.ok-ic{width:72px;height:72px;border-radius:50%;background:var(--ink);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.ok-ic svg{width:28px;height:28px;stroke:#fff;stroke-width:2;fill:none}

.summary{background:var(--soft);border-radius:var(--r-thumb);padding:28px 28px 24px;position:sticky;top:24px}
.summary h2{font-size:20px;font-weight:600;display:flex;justify-content:space-between;align-items:baseline}
.summary__row{display:flex;justify-content:space-between;margin-top:14px;font-size:13px;color:var(--muted)}
.summary__row b{color:var(--ink);font-size:14px;font-weight:500}
.lead-form{margin-top:22px}
.lead-form .field{margin-bottom:12px}
.lead-form input,.lead-form textarea{width:100%;background:#fff;border-radius:10px;padding:13px 16px;outline:none;border:1px solid transparent;transition:border-color .15s}
.lead-form input:focus,.lead-form textarea:focus{border-color:var(--ink)}
.lead-form textarea{resize:vertical;min-height:64px}
.lead-form .err{border-color:var(--error) !important}
.form-error{color:var(--error);font-size:13px;margin:8px 0;display:none}
.form-error.is-on{display:block}
.lead-form .hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.lead-note{margin-top:12px;font-size:12px;line-height:18px;color:var(--muted)}
.lead-note a{text-decoration:underline}
.request-success{text-align:center;padding:16px 0 4px}
.request-success h3{font-size:18px;font-weight:600;margin-bottom:8px}
.request-success p{color:var(--muted);font-size:13px}

/* ---------- factory page ---------- */
.factory{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:48px;align-items:start;margin-top:10px}
.factory h1{font-size:40px;line-height:48px;font-weight:600;padding:14px 0 6px}
.factory .seo-text,.factory .faq{margin-top:40px}
.factory__request h2{font-size:20px;line-height:28px;font-weight:600}
.factory__request > p{margin-top:8px;font-size:13px;line-height:20px;color:var(--muted)}

/* ---------- text pages ---------- */
.text-page{max-width:820px;padding:20px 0 40px}
.text-page h1{font-size:32px;line-height:40px;font-weight:600;margin-bottom:24px}
.text-page h2{font-size:18px;font-weight:600;margin:28px 0 10px}
.text-page p,.text-page li{margin-bottom:10px}
.text-page ul{padding-left:20px;list-style:disc}
.text-page a{text-decoration:underline;text-underline-offset:3px}
.contacts__phone{font-size:28px;line-height:36px;font-weight:600}
.contacts__phone a{text-decoration:none}
.requisites{display:grid;grid-template-columns:200px minmax(0,1fr);gap:10px 24px}
.requisites dt{color:var(--muted)}
.not-found__title{font-size:32px;line-height:40px;font-weight:600;margin-bottom:12px}
.not-found__links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;margin-top:32px;font-weight:500}
.not-found__links a:hover{color:var(--muted)}

/* ---------- footer ---------- */
.footer{background:#0A0A0A;color:#fff;margin-top:80px;padding:56px 0 0;font-size:14px}
.footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 24px}
.footer__title{font-size:16px;font-weight:600;margin-bottom:20px}
.footer li{margin-bottom:12px}
.footer a{color:var(--on-dark-muted);transition:color .2s}
.footer a:hover{color:#fff}
.footer .footer__phone{display:inline-block;font-size:20px;font-weight:600;color:#fff;margin-bottom:12px}
.footer__note{color:var(--on-dark-muted);font-size:13px;line-height:20px}
.footer__bottom{border-top:1px solid #222;margin-top:48px;padding:20px 0;font-size:12px;color:var(--on-dark-muted)}

/* ---------- floating ---------- */
.fab{position:fixed;right:24px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:150}
.fab--top{bottom:24px;background:#fff;border:1px solid var(--line);opacity:0;pointer-events:none;transition:opacity .25s}
.fab--top.is-visible{opacity:1;pointer-events:auto}
.fab--top svg{width:16px;height:16px;stroke:var(--ink);stroke-width:1.5;fill:none}

@keyframes fadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;scroll-behavior:auto !important}}

/* ---------- mobile ---------- */
.mobile-filterbar{display:none}
.gallery-dots{display:none;justify-content:center;gap:6px;margin-top:12px}
.gallery-dots i{width:6px;height:6px;border-radius:50%;background:var(--line)}
.gallery-dots i.on{background:var(--ink)}

@media (max-width:1400px){
  .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hscroll{grid-auto-columns:calc((100% - 4*10px)/5)}
}

@media (max-width:1100px){
  .container{padding:0 24px}
  .header__geo,.header__contact{display:none}
  .logo{text-align:left;text-indent:0;flex:1;font-size:19px;letter-spacing:.3em}
  .header__top{padding:14px 0}
  .header__bottom{display:none}
  .header__burger{display:flex;gap:22px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}
  .page-head h1{font-size:32px;line-height:38px}
  .filterbar,.stickybar{display:none}
  .mobile-filterbar{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--line);margin-top:18px;padding-top:14px;position:relative}
  .mobile-filterbar__row{display:flex;align-items:center;justify-content:space-between}
  .mobile-filterbar__filters{display:flex;align-items:center;gap:8px;font-weight:500}
  .mobile-filterbar__filters svg{width:20px;height:20px;stroke:var(--ink);stroke-width:1.5;fill:none}
  .qchips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
  .qchips::-webkit-scrollbar{display:none}
  .qchips button{flex:0 0 auto;background:var(--soft);border-radius:10px;padding:9px 14px}
  .chip{min-width:96px;flex-direction:column;align-items:center;gap:8px;padding:0;background:transparent;text-align:center}
  .chip:hover,.chip.is-active{background:transparent;box-shadow:none}
  .chip__img{width:96px;height:112px;background:var(--soft);border-radius:16px;padding:10px}
  .chip.is-active .chip__img{box-shadow:inset 0 0 0 1.5px var(--ink)}
  .chip__label{font-size:12px;line-height:16px;max-width:96px}
  .chips-arrow{display:none}
  .card__body{padding:10px 4px 0}
  .card__name{font-size:14px;line-height:20px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card__price b{font-size:14px}
  .seo-text,.faq{margin-top:48px}
  .seo-text h2,.faq h2{font-size:22px;line-height:28px}
  .product{grid-template-columns:minmax(0,1fr);gap:24px}
  .pinfo{position:static}
  .gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;margin:0 -24px;scrollbar-width:none}
  .gallery::-webkit-scrollbar{display:none}
  .gallery a,.gallery a:only-child{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:4/5;max-height:none}
  .gallery-dots{display:flex}
  .hscroll{grid-auto-columns:calc((100% - 10px)/2)}
  .pbar{display:none}
  .cart-layout{grid-template-columns:1fr}
  .factory{grid-template-columns:1fr;gap:24px}
  .factory h1{font-size:32px;line-height:38px}
  .summary{position:static}
  .cart-item{grid-template-columns:72px minmax(0,1fr)}
  .cart-item__right{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}
  .footer__grid{grid-template-columns:1fr 1fr;gap:32px 16px}
  .crumbs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
  .crumbs::-webkit-scrollbar{display:none}
  .crumbs a,.crumbs span{white-space:nowrap}
  .psection h2{font-size:22px;line-height:28px}
  .psection{margin-top:48px}
  .requisites{grid-template-columns:1fr;gap:2px}
  .requisites dd{margin-bottom:10px}
  .fab{display:none}
  .field input,.field textarea{font-size:16px}
}

@media (max-width:480px){
  .footer__grid{grid-template-columns:1fr}
  .page-head h1,.pinfo h1{font-size:26px;line-height:32px}
}
