:root{--bg:#f4f0e8;--surface:#fffaf2;--surface-muted:#efe5d5;--text:#2f2a24;--text-muted:#6f675f;--line:#dccfbf;--accent:#0a9b82;--accent-dark:#06705f;--font-sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--max-width:1240px;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--shadow:0 18px 50px rgba(85,67,46,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(circle at top left,rgba(10,155,130,.08),transparent 26%),linear-gradient(180deg,#f8f3eb 0,var(--bg) 100%);font-family:var(--font-sans)}body{min-height:100vh}a,button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1 auto}.container{margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(248,243,235,.85);border-bottom:1px solid rgba(220,207,191,.9)}.site-footer__inner,.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.site-header__brand{flex-direction:column;gap:4px}.site-header__title{font-size:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header__subtitle{color:var(--text-muted);font-size:12px}.site-nav{display:flex}.site-header__actions,.site-nav{flex-wrap:wrap;gap:12px}.site-header__logout{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text-muted);cursor:pointer}.site-header__logout:hover{background:rgba(10,155,130,.08);color:var(--text)}.site-nav__link{padding:10px 14px;border-radius:999px;color:var(--text-muted)}.site-nav__link:hover{background:rgba(10,155,130,.08);color:var(--text)}.site-footer{padding:40px 0 56px}.site-footer__panel{background:rgba(255,250,242,.92);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.site-footer__inner{align-items:flex-start;padding:28px;flex-direction:column}.site-footer__copy{max-width:480px;line-height:1.6}.site-footer__lead{display:grid;gap:10px;max-width:560px}.site-footer__meta{color:var(--text-muted);font-size:14px;line-height:1.6}.site-footer__grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.site-footer__column{display:grid;gap:12px}.site-footer__column h3{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.site-footer__legal,.site-footer__links{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--text-muted);line-height:1.6}.site-footer__legal{padding-top:18px;border-top:1px solid rgba(220,207,191,.8);width:100%}.page-section{padding:48px 0}.hero{padding:56px 0 40px}.content-panel,.hero__panel,.route-panel{background:rgba(255,250,242,.92);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero__panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;padding:28px}.hero__eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(10,155,130,.1);color:var(--accent-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.content-panel h1,.hero h1,.route-panel h1{margin:18px 0 12px;font-size:clamp(38px,6vw,72px);line-height:.96;letter-spacing:-.04em}.content-panel p,.hero p,.route-panel p{margin:0;color:var(--text-muted);font-size:18px;line-height:1.65}.hero__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.catalog-card,.hero__metric,.route-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px}.hero__metric-value{font-size:28px;font-weight:700}.hero__metric-label{margin-top:8px;color:var(--text-muted);font-size:14px}.hero__visual{border-radius:calc(var(--radius-lg) - 8px);background:linear-gradient(160deg,rgba(10,155,130,.14),rgba(10,155,130,0) 48%),linear-gradient(180deg,#f2e6d5,#e7d6bf);min-height:380px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end}.hero__visual-note{max-width:280px;padding:18px;background:rgba(255,250,242,.88);border:1px solid rgba(220,207,191,.9);border-radius:20px;font-size:15px;line-height:1.5}.grid{display:grid;gap:18px}.grid--routes{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid--catalog{grid-template-columns:320px minmax(0,1fr);align-items:start}.content-panel,.route-panel{padding:28px}.content-panel__meta,.route-panel__meta{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(47,42,36,.06);color:var(--text-muted);font-size:13px}.catalog-card h3,.route-card h3{margin:0 0 12px;font-size:20px}.catalog-card p,.route-card p{margin:0;color:var(--text-muted);line-height:1.6}.brand-hero{display:grid;grid-template-columns:minmax(0,1.2fr) 320px;gap:24px;align-items:start}.brand-summary-card{display:grid;gap:14px}.brand-summary-card__price{color:var(--text)}.brand-chip-list{display:flex;flex-wrap:wrap;gap:10px}.brand-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(10,155,130,.08);color:var(--accent-dark);font-size:13px;font-weight:700}.brand-stat-grid{display:grid;gap:12px}.brand-stat{display:grid;gap:6px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}.brand-stat strong{font-size:24px;line-height:1.15}.brand-stat span{color:var(--text-muted);font-size:14px;line-height:1.5}.compare-card-grid{align-items:start}.compare-product-card{display:grid;gap:12px}.compare-panel{display:grid;gap:18px}.compare-table-wrap,.compare-toolbar{background:rgba(255,250,242,.92);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow)}.compare-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 18px;padding:18px 22px}.compare-toolbar p{max-width:520px;color:var(--text-muted);line-height:1.6}.compare-toggle{gap:12px;color:var(--text);font-weight:700}.compare-toggle input{margin:0;accent-color:var(--accent)}.compare-table-wrap{overflow-x:auto}.compare-table{width:100%;min-width:760px;border-collapse:collapse}.compare-table td,.compare-table th{padding:16px 18px;border-bottom:1px solid rgba(220,207,191,.9);text-align:left;vertical-align:top}.compare-table thead th{text-transform:uppercase;letter-spacing:.06em;background:rgba(239,229,213,.55)}.compare-table tbody th{width:220px;color:var(--text);font-size:15px;font-weight:700;background:rgba(255,250,242,.9)}.compare-table td{min-width:220px;color:var(--text-muted);line-height:1.6}.compare-table tbody tr:last-child td,.compare-table tbody tr:last-child th{border-bottom:0}.account-list,.catalog-filter-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.account-list li,.catalog-filter-list li{padding:12px 14px;background:rgba(10,155,130,.06);border-radius:14px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border:0;border-radius:999px;color:white;font-weight:700}.button--ghost{background:transparent;border:1px solid var(--line)}.button--danger{border-color:rgba(170,63,46,.24);color:#8f3d2e}.commerce-card,.empty-state,.notice-banner,.summary-card{background:rgba(255,250,242,.92);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow)}.notice-banner{padding:16px 18px;line-height:1.6}.commerce-shell{grid-template-columns:minmax(0,1.15fr) 360px;margin-top:24px;align-items:start}.commerce-list,.commerce-shell{display:grid;gap:18px}.commerce-card,.empty-state,.summary-card{padding:22px}.choice-card,.commerce-card__top,.summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.commerce-card__eyebrow{margin-bottom:8px;color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.commerce-card__price{font-size:20px;font-weight:700;white-space:nowrap}.commerce-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.status-pill-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.status-pill-group--compact{margin-top:12px}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:700;line-height:1}.status-pill__label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.status-pill--success{background:rgba(10,155,130,.12);border-color:rgba(10,155,130,.18);color:var(--accent-dark)}.status-pill--warning{background:rgba(209,150,39,.14);border-color:rgba(209,150,39,.2);color:#93661f}.status-pill--danger{background:rgba(170,63,46,.12);border-color:rgba(170,63,46,.18);color:#8f3d2e}.status-pill--info{background:rgba(39,103,184,.11);border-color:rgba(39,103,184,.18);color:#2b5d97}.status-pill--neutral{background:rgba(88,95,106,.08);border-color:rgba(88,95,106,.14);color:#4b5563}.order-meta-row{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:18px;color:var(--text-muted);font-size:14px}.order-timeline{display:grid;gap:14px;margin:18px 0 0;padding:0;list-style:none}.order-timeline__item{position:relative;padding-left:22px}.order-timeline__item:before{content:"";position:absolute;top:6px;left:6px;bottom:-20px;width:1px;background:rgba(220,207,191,.9)}.order-timeline__item:last-child:before{display:none}.order-timeline__item:after{content:"";position:absolute;top:4px;left:0;width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px rgba(10,155,130,.12)}.order-timeline__timestamp{color:var(--text-muted);font-size:13px;letter-spacing:.04em;text-transform:uppercase}.order-event-card h4,.order-timeline h4{margin:6px 0 8px;font-size:18px}.order-event-card p,.order-timeline p{margin:0;color:var(--text-muted);line-height:1.6}.order-event-list{display:grid;gap:14px;margin-top:18px}.order-event-card{display:grid;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px}.order-event-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.order-event-card__meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--text-muted);font-size:14px}.order-summary-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.account-order-details-table-wrap{overflow-x:auto}.account-order-details-table{width:100%;min-width:720px;border-collapse:collapse}.account-order-details-table td,.account-order-details-table th{padding:18px 16px;border-bottom:1px solid rgba(220,207,191,.8);text-align:left;vertical-align:top}.account-order-details-table thead th{padding-top:0;color:#909ea9;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.account-order-details-table tbody tr:last-child td{border-bottom:0}.account-order-details-table__product{display:grid;gap:6px}.account-order-details-table__product strong{font-size:16px;font-weight:700}.account-order-details-table__product span{color:#666;font-size:14px;line-height:1.5}.account-order-details-table__product a{width:fit-content;font-size:14px;font-weight:500;text-decoration:underline}.dynamic-form{display:grid;gap:14px}.dynamic-form__form{display:grid;gap:16px}.dynamic-form__checkbox{grid-column:1/-1;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;color:var(--text);line-height:1.5}.dynamic-form__checkbox input{margin-top:3px}.commerce-inline-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.commerce-card h3,.empty-state h3,.summary-card h3{margin:0 0 12px;font-size:24px}.summary-list{display:grid;gap:14px}.summary-row{padding-bottom:14px;border-bottom:1px solid rgba(220,207,191,.8);color:var(--text-muted)}.summary-row:last-child{padding-bottom:0;border-bottom:0}.summary-row--total{color:var(--text);font-weight:700}.summary-card__hint{margin:18px 0 0;color:var(--text-muted);line-height:1.6}.auth-layout{grid-template-columns:minmax(0,1.1fr) 420px;align-items:start}.account-form,.address-book,.auth-card,.auth-form,.auth-layout{display:grid;gap:18px}.address-book{grid-template-columns:minmax(0,1.1fr) 360px;align-items:start}.account-orders-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.account-orders-panel__header .summary-card__hint{margin-top:8px}.account-orders-table-wrap{overflow-x:auto}.account-orders-table{width:100%;min-width:760px;border-collapse:collapse}.account-orders-table td,.account-orders-table th{padding:18px 16px;border-bottom:1px solid rgba(220,207,191,.8);text-align:left;vertical-align:top}.account-orders-table thead th{padding-top:0;color:#909ea9;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.account-orders-table tbody tr:last-child td,.account-orders-table tbody tr:last-child th{border-bottom:0}.account-orders-table__number a{font-size:16px;font-weight:700}.account-orders-table__items{margin-top:6px;color:#929292;font-size:12px;line-height:1.45}.account-orders-table__status{display:grid;gap:10px}.account-orders-table__status>span{font-size:14px;font-weight:600}.account-orders-table__total{font-size:16px;font-weight:700}.account-orders-table__actions{display:flex;flex-wrap:wrap;gap:10px}.account-orders-table__actions form{display:contents}.account-checkbox-grid{display:grid;gap:12px}.account-address-card{display:grid;gap:18px}.account-address-card__overview{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.account-address-card__copy{display:grid;gap:8px}.account-address-card__address{color:#444;font-style:normal;line-height:1.6}.account-address-card__editor,.account-address-create .account-form{display:grid;gap:18px;padding-top:18px;border-top:1px solid #e2e7f0}.account-address-card__editor-heading{display:grid;gap:6px}.account-address-card__editor-heading h4{margin:0;font-size:18px;font-weight:600;line-height:1.4}.account-address-card__editor-heading p{margin:0;color:#929292;font-size:12px;line-height:1.55}.account-address-card__static{padding-top:18px;border-top:1px solid #e2e7f0}.address-card__flags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.address-card__flag{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(10,155,130,.1);color:var(--accent-dark);font-size:13px;font-weight:700;letter-spacing:.04em}.product-page{grid-template-columns:minmax(0,1.2fr) 380px}.product-lead,.product-page,.product-page__summary{display:grid;gap:18px}.product-lead h2{margin:0}.product-lead p{margin:0;color:var(--text-muted);line-height:1.6}.product-lead__meta-list{display:grid;gap:12px}.product-lead__meta-item{display:grid;gap:6px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.product-lead__meta-item span{color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.product-lead__meta-item strong{color:var(--text);font-size:18px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:8px;color:var(--text-muted)}.field--full{grid-column:1/-1}.field--compact{min-width:140px}.field input,.field select,.field textarea{width:100%;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;color:var(--text)}.field strong{color:var(--text)}.choice-list{display:grid;gap:12px}.choice-card{padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.choice-card input{margin-top:4px}.choice-card p{margin:4px 0 0;color:var(--text-muted);font-size:14px;line-height:1.5}.empty-state{display:grid;gap:12px}.page-block{background:rgba(255,250,242,.92);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px}.page-block__header{display:grid;gap:10px;margin-bottom:24px}.page-block__header--inline{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.page-block__header h2{margin:0;font-size:clamp(28px,4vw,46px);line-height:1.02;letter-spacing:-.04em}.page-block__title{margin:0;font-size:clamp(32px,4.8vw,56px);line-height:1;letter-spacing:-.05em}.page-block__lead{max-width:760px;font-size:18px;line-height:1.7;color:var(--text-muted)}.page-block__eyebrow{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:rgba(47,42,36,.06);color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.page-block__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.page-block__grid--columns{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.page-block__grid--hero{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.page-block__card,.page-block__stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px}.page-block__card{display:grid;gap:14px}.page-block__card h3,.page-block__stat strong{margin:0}.page-block p,.page-block__card p{margin:0;color:var(--text-muted);line-height:1.65}.page-block__meta{color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.page-block__media{overflow:hidden;border-radius:18px;border:1px solid rgba(220,207,191,.8);background:linear-gradient(160deg,rgba(10,155,130,.14),rgba(10,155,130,0) 48%),linear-gradient(180deg,#f2e6d5,#e7d6bf);min-height:180px}.page-block__media img{width:100%;height:100%;object-fit:cover}.page-block__media--placeholder{display:flex;align-items:flex-end;padding:18px;color:var(--text);font-size:14px}.page-block__pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.page-block__pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(10,155,130,.1);color:var(--accent-dark);font-size:14px;font-weight:700}.page-block__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:18px;align-items:stretch}.page-block__stack{display:grid;gap:18px;align-content:start}.page-block__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.page-block__stat{display:grid;gap:6px}.page-block__stat strong{font-size:28px}.page-block__stat span{color:var(--text-muted);font-size:14px;line-height:1.5}.page-block__price{font-size:22px;font-weight:700}@media (max-width:960px){.address-book,.auth-layout,.brand-hero,.commerce-shell,.field-grid,.grid--catalog,.hero__panel,.page-block__split,.product-page{grid-template-columns:1fr}.site-footer__inner,.site-header__inner{flex-direction:column;align-items:flex-start}.site-header__actions{width:100%}.compare-toolbar{align-items:flex-start}.choice-card,.commerce-card__top,.compare-toolbar,.summary-row{flex-direction:column}.account-orders-table{min-width:640px}.account-order-details-table{min-width:620px}}:root{--bg:#ffffff;--surface:#ffffff;--surface-muted:#f5f5f5;--surface-soft:#fdf3e1;--surface-warm:#ffefe0;--text:#363636;--text-muted:#929292;--line:#e5e5e5;--line-strong:#e2e7f0;--accent:#16aaaa;--accent-dark:#118f8f;--max-width:1400px;--radius-lg:22px;--radius-md:14px;--radius-sm:10px;--shadow:none}body,html{color:var(--text);font-family:var(--font-sans),"Helvetica Neue",Arial,sans-serif}body{min-width:320px}.container{width:min(100% - 32px,var(--max-width))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{min-height:52px;padding:14px 24px;border-radius:12px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.button:hover{background:var(--accent-dark)}.button--ghost{border:1px solid var(--line-strong);color:var(--text)}.button--ghost:hover{background:var(--surface-muted);color:var(--text)}.site-header{position:relative;top:auto;z-index:40;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:0}.site-header__top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 0 24px}.site-header__top-main{display:flex;align-items:center;gap:8px;min-width:0}.site-header__location,.site-header__phone{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:14px}.site-header__location{margin-right:86px}.site-header__location img,.site-header__phone img{width:14px;height:14px}.site-header__mobile-drawer,.site-header__mobile-phone,.site-header__mobile-share{display:none}.site-header__service-nav{display:flex;align-items:center;gap:30px;margin-left:auto;white-space:nowrap}.site-header__service-link{color:#929292;font-size:14px;font-weight:400}.site-footer__socials,.site-header__socials{display:flex;align-items:center;gap:4px}.site-footer__social-link,.site-header__social-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--surface-muted)}.site-footer__social-link img,.site-header__social-link img{width:18px;height:18px}.site-header__middle{display:flex;align-items:center;justify-content:space-between;gap:44px}.site-header__brand{display:inline-flex;align-items:center;gap:14px;flex:0 0 auto;min-width:0}.site-header__brand--logo-only{width:213px}.site-footer__brand-mark,.site-header__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f5f5f5;flex:0 0 44px}.site-footer__brand-mark img,.site-header__brand-mark img{width:21px;height:20px}.site-footer__brand-logo,.site-header__brand-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.site-header__brand-logo img{width:213px;height:56px;object-fit:contain}.site-footer__brand-logo img{max-width:213px;width:auto;height:auto}.site-footer__brand-copy,.site-header__brand-copy{display:inline-flex;flex-direction:column;gap:10px}.site-footer__brand-title,.site-header__title{font-size:22px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer__brand-subtitle,.site-header__subtitle{color:var(--text);font-size:14px;font-weight:500;line-height:1.4}.site-header__search-wrapper{display:flex;flex:1 1;gap:10px;align-items:stretch;min-width:0}.site-header__catalog-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:138px;padding:18px 24px;border-radius:12px;background:conic-gradient(from 90deg at 50% 50%,rgba(245,245,245,0) 0deg,rgba(252,252,252,.3) 1turn),linear-gradient(90deg,#00ad8f,#00ad8f);color:#fff;font-size:16px;font-weight:500;line-height:1.25}.site-header__catalog-button img{width:20px;height:20px}.site-header__search{position:relative;display:flex;flex:1 1;align-items:center;padding-right:24px;border-radius:12px;background:#f5f5f5}.site-header__search-filter{width:18px;height:18px;margin-left:24px;margin-right:14px}.site-header__search input{width:100%;height:56px;border:0;background:transparent;color:#363636;font-size:16px;padding:0}.site-header__search input::placeholder{color:#363636;opacity:1}.site-header__search input:focus{outline:none}.site-header__search-submit{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:transparent}.site-header__search-submit img{width:20px;height:20px}.site-header__actions{display:flex;align-items:center;gap:8px}.site-header__profile-link{margin-right:8px;color:var(--text-muted);font-size:14px;font-weight:500}.site-header__action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.site-header__action--soft{border-color:transparent;background:#fdf3e1}.site-header__action-icon{width:20px;height:20px}.site-header__action-badge{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:700}.site-header__bottom{padding:24px 0 20px}.site-header__bottom-nav{display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap}.site-header__bottom-link{display:inline-flex;align-items:center;gap:4px;color:#363636;font-size:14px;font-weight:600;line-height:1.2}.site-header__bottom-link--promo{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:24px;background:rgba(209,0,0,.15);color:#d10000;font-size:14px;font-weight:500}.site-header__bottom-link-dot{display:inline-flex;width:8px;height:8px;border-radius:999px;background:currentColor}.site-main{padding-top:14px}.site-footer{padding:0;margin-top:80px;font-size:14px}.site-footer__top-grid{display:grid;grid-template-columns:minmax(240px,1.3fr) repeat(4,minmax(120px,1fr));gap:40px 120px;padding:60px 0 66px}.site-footer__column,.site-footer__lead{display:flex;flex-direction:column}.site-footer__brand{display:inline-flex;gap:10px;align-items:flex-start}.site-footer__share-card{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding:8px 14px;border-radius:8px;background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer}.site-footer__share-card img,.site-footer__share-card svg{width:18px;height:18px}.site-footer__phone{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:20px;font-weight:500}.site-footer__time{margin-top:8px;font-weight:500}.site-footer__copy,.site-footer__time{color:var(--text-muted);font-size:12px}.site-footer__copy{margin-top:24px;max-width:320px;line-height:1.5}.site-footer__column h3{margin:0 0 20px;color:var(--text);font-size:16px;font-weight:500;text-transform:none;letter-spacing:normal}.site-footer__info h5{margin:0 0 14px;color:#444;font-size:14px;font-weight:400;line-height:1.2}.site-footer__links{display:flex;flex-direction:column;gap:12px;color:var(--text-muted);line-height:1.4}.site-footer__bottom{border-top:1px solid #ededed}.site-footer__bottom-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:10px 0;color:#999;font-size:12px}.site-footer__policy{display:grid;gap:8px;flex:1 1;min-width:260px}.site-footer__legal{display:flex;flex-wrap:wrap;gap:10px 16px;padding-top:0;border-top:0}.site-footer__biznote,.site-footer__payment-icons,.site-footer__payments{display:inline-flex;align-items:center;gap:8px}.site-footer__payments{justify-content:flex-start}.site-footer__payment-icons img{width:40px;height:auto}.site-footer__biznote img{width:18px;height:18px}.site-header__drawer-panel{display:none}.catalog-card,.commerce-card,.empty-state,.notice-banner,.page-block,.route-card,.route-panel,.summary-card{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:#fff;box-shadow:none}.commerce-card,.content-panel,.empty-state,.page-block,.route-panel,.summary-card{padding:24px}.content-panel h1,.route-panel h1{margin:12px 0 16px;font-size:clamp(28px,4vw,40px);line-height:1.05;letter-spacing:-.03em}.content-panel__meta,.page-block__eyebrow,.route-panel__meta{padding:8px 14px;border-radius:999px;background:var(--surface-muted);color:var(--text-muted);font-size:13px;font-weight:500;letter-spacing:0;text-transform:none}.commerce-card p,.content-panel p,.empty-state p,.route-panel p,.summary-card p{color:var(--text-muted);font-size:15px;line-height:1.6}.section-intro{display:grid;gap:10px;margin-bottom:24px}.section-intro h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.02}.section-intro p{margin:0;color:var(--text-muted);font-size:16px;line-height:1.6}.section-intro--inline{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.home-hero{padding:14px 0 40px}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.3fr) 320px;gap:14px}.home-hero__stage{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:400px;padding:44px 52px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42)),url(/legacy/images/banner_bg.png) 50%/cover no-repeat;color:#fff}.home-hero__eyebrow{display:inline-flex;align-self:flex-start;margin-bottom:auto;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);font-size:13px;font-weight:500}.home-hero__stage h1{margin:0;max-width:760px;font-size:clamp(38px,6vw,55px);font-weight:500;line-height:1.05}.home-hero__stage p{margin:16px 0 0;max-width:620px;color:rgba(255,255,255,.85);font-size:16px;line-height:1.6}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.home-hero__facts{display:grid;gap:14px}.home-hero__fact{display:grid;gap:8px;padding:24px;border:1px solid var(--line-strong);border-radius:18px;background:#fff}.home-hero__fact strong{font-size:36px;font-weight:600;line-height:1}.home-hero__fact span{color:var(--text-muted);font-size:15px;line-height:1.5}.home-categories{padding:0 0 24px}.home-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-category-tile{position:relative;display:flex;align-items:flex-end;min-height:260px;padding:28px;border-radius:22px;overflow:hidden}.home-category-tile__content{position:relative;z-index:1;max-width:260px}.home-category-tile h3{margin:0;font-size:24px;font-weight:500;line-height:1.15}.home-category-tile p{margin:10px 0 0;color:rgba(54,54,54,.74);font-size:14px;line-height:1.5}.home-category-tile__image{position:absolute;right:0;bottom:0;width:54%;height:100%;object-fit:cover}.home-banner{padding:24px 0 40px}.home-banner__panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 48%;align-items:center;gap:24px;overflow:hidden;border-radius:22px;background:#eff3f6}.home-banner__content{position:relative;z-index:1;display:grid;gap:24px;padding:40px}.home-banner__content h2{margin:0;max-width:440px;font-size:clamp(30px,4vw,42px);font-weight:500;line-height:1.08}.home-banner__stats{display:flex;align-items:flex-end;gap:14px}.home-banner__stats strong{font-size:clamp(48px,7vw,72px);line-height:.9}.home-banner__stats span{max-width:240px;color:var(--text-muted);font-size:18px;line-height:1.2}.home-banner__image{width:100%;height:100%;min-height:260px;object-fit:cover}.brand-strip{display:flex;flex-wrap:wrap;gap:14px}.brand-strip__item{display:inline-flex;align-items:center;gap:14px;padding:18px 24px;border:1px solid var(--line);border-radius:22px;background:#fff;font-weight:500}.brand-strip__monogram{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--surface-muted);font-size:14px;font-weight:700}.grid--catalog{grid-template-columns:300px minmax(0,1fr);gap:20px}.catalog-card--sidebar{position:sticky;top:20px;align-self:start}.account-list,.catalog-filter-list{gap:8px}.account-list li,.catalog-filter-list li{padding:14px;border-radius:10px;background:var(--surface-muted)}.store-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.store-card{display:flex;flex-direction:column;gap:24px;overflow:hidden;border:1px solid #e2e7f0;border-radius:12px;background:#fff}.store-card__media-wrap{display:grid;gap:10px}.store-card__media{position:relative;height:220px;padding:16px 18px;overflow:hidden;border-radius:12px}.store-card__media-link{position:absolute;inset:0;display:block}.store-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.store-card__image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0) 42%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.08))}.store-card__badges{position:relative;z-index:1;display:flex;align-items:center;gap:8px}.store-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px 5px;border-radius:8px;color:#fff;font-size:12px;font-weight:600;line-height:1}.store-card__badge--promo{background:#f37777}.store-card__badge--new{background:#00ad8f}.store-card__quick-actions{position:absolute;top:16px;right:18px;z-index:2;display:flex;flex-direction:column;gap:4px}.store-card__quick-actions form{margin:0}.icon-toggle,.store-card__quick-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#363636}.icon-toggle--active{background:rgba(255,255,255,.92)}.icon-toggle__icon{width:16px;height:16px}.store-card__quick-link{font-size:18px;font-weight:500;line-height:1}.store-card__slider{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:0 14px}.store-card__slider span{display:block;height:5px;border-radius:14px;background:#e5e5e5}.store-card__slider span.is-active{background:#16aaaa}.store-card__body{flex:1 1;padding:0 14px 14px}.store-card__body,.store-card__head{display:grid;gap:16px}.store-card__header{display:grid;gap:24px}.store-card__title-link{flex:1 1 auto;color:inherit;text-decoration:none}.store-card__title-row{align-items:center}.store-card__brand-row,.store-card__title-row{display:flex;flex-wrap:wrap;gap:4px}.brand-chip,.page-block__pill,.store-card__brand,.store-card__category{display:inline-flex;align-items:center;padding:8px 14px;border-radius:8px;background:#f5f5f5;color:#929292;font-size:12px;font-weight:500;line-height:14px}.store-card h3{margin:0;font-size:24px;font-weight:500;line-height:26px}.store-card__size-line{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:14px;line-height:1.2}.store-card__size-copy{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:22px}.store-card__size-line span{color:#444;opacity:.8}.store-card__size-line strong{font-weight:500;color:#363636}.store-card__size-more,.store-card__thumb-more{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px;background:#f5f5f5;color:#363636;font-size:14px;font-weight:500;line-height:1}.store-card__thumb-row{display:flex;align-items:center;gap:4px}.store-card__thumbs{display:flex;flex:1 1 auto;gap:4px}.store-card__thumb{position:relative;width:44px;height:44px;overflow:hidden;border-radius:8px;background:#f2f2f2}.store-card__thumb img{width:100%;height:100%;object-fit:cover}.store-card__thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,255,255,.18) 40%,rgba(255,255,255,0))}.store-card__thumb.is-muted:before{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.2)}.store-card__thumb-more{flex:0 0 44px;width:44px;height:44px;font-size:18px}.store-card__more-link{display:inline-flex;align-items:center;align-self:flex-end;gap:7px;color:#363636;font-size:14px;line-height:26px}.store-card__more-link img{width:14px;height:14px;transform:rotate(-90deg)}.store-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.store-card__price-block{display:grid;gap:4px}.store-card__stock{display:inline-flex;align-items:center;gap:6px;color:#444;font-size:12px;line-height:22px;text-transform:none;letter-spacing:normal}.store-card__stock:before{content:"";display:block;width:6px;height:6px;border-radius:999px;background:#16aaaa}.store-card__stock--available:before{background:#16aaaa}.store-card__price{color:#363636;font-size:16px;line-height:26px}.store-card__price strong{font-size:20px;font-weight:500}.store-card__cta{min-width:166px;height:52px;padding:18px 34px;border-radius:10px;font-size:14px;font-weight:500;justify-content:center}.brand-hero{grid-template-columns:minmax(0,1.2fr) 360px}.brand-stat-grid--hero{align-content:start}.brand-monogram-card,.brand-summary-card--grid{display:grid;gap:16px;padding:20px;border:1px solid var(--line-strong);border-radius:22px;background:#fff}.brand-monogram-card{justify-items:start}.brand-monogram-card__mark,.brand-summary-card__logo span{display:inline-flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:22px;background:var(--surface-muted);font-size:26px;font-weight:700}.brand-monogram-card__label{color:var(--text-muted);font-size:14px}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.brand-summary-card__logo{display:flex;justify-content:flex-start}.brand-summary-card--grid h3{margin:0;font-size:22px;font-weight:500}.brand-summary-card--grid p{margin:0}.compare-panel{margin-top:24px}.compare-table-wrap,.compare-toolbar{border:1px solid var(--line-strong);border-radius:14px}.compare-table td,.compare-table th{border-bottom:1px solid var(--line-strong)}.compare-table thead th{background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:500;letter-spacing:0}.compare-table tbody th{font-size:14px}.product-page{grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.product-page__main,.product-page__sidebar{display:grid;gap:24px}.product-page__header{gap:12px}.product-page__header h1{margin:0;font-size:32px;font-weight:500;line-height:1.15}.product-page__meta{display:flex;flex-wrap:wrap;gap:18px 24px;color:var(--text-muted);font-size:14px}.product-page__meta a{text-decoration:underline}.product-gallery-card{position:relative;min-height:520px;border:1px solid var(--line-strong);border-radius:22px;overflow:hidden}.product-gallery-card__image{width:100%;height:100%;object-fit:cover}.product-gallery-card__overlay{position:absolute;left:24px;bottom:24px;display:grid;gap:8px;padding:18px 20px;border-radius:14px;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery-card__overlay span{color:var(--text-muted);font-size:13px;font-weight:500}.product-gallery-card__overlay strong{font-size:22px;font-weight:500}.product-services{display:flex;flex-wrap:wrap;gap:14px}.product-service-card{display:grid;flex:1 1 240px;gap:8px;padding:18px 24px;border-radius:10px;background:var(--surface-warm)}.product-service-card strong{font-size:15px;font-weight:600}.product-service-card span{color:var(--text-muted);font-size:14px;line-height:1.5}.product-spec-list{margin:0;padding:0;list-style:none}.product-spec-list__item{position:relative;display:flex;justify-content:space-between;gap:12px;padding:12px 0;font-size:14px}.product-spec-list__item:before{content:"";position:absolute;left:0;right:0;bottom:8px;height:1px;background:#cecece}.product-spec-list__item span,.product-spec-list__item strong{position:relative;z-index:1;background:#fff}.product-spec-list__item span{padding-right:8px;color:var(--text);font-weight:400}.product-spec-list__item strong{padding-left:8px;text-align:right;font-weight:500}.product-variant-grid{display:grid;gap:14px}.product-variant-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:18px;border:1px solid var(--line-strong);border-radius:12px}.product-variant-card h4{margin:0 0 8px;font-size:18px;font-weight:500}.product-variant-card p{margin:0;color:var(--text-muted);font-size:14px}.product-order-card{display:grid;gap:18px;padding:24px}.product-order-card__price{font-size:32px;font-weight:500;line-height:1}.product-order-card__variant{display:grid;gap:8px}.product-order-card__variant span{color:var(--text-muted);font-size:13px;font-weight:500}.product-order-card__variant strong{font-size:18px;font-weight:500}.product-order-card__actions{display:flex;flex-wrap:wrap;gap:12px}.product-order-card__notes{display:grid;gap:14px;padding-top:6px}.product-order-card__note{display:grid;grid-template-columns:1fr;gap:4px;padding-left:16px;border-left:3px solid rgba(22,170,170,.18)}.product-order-card__note strong{font-size:14px;font-weight:600}.product-order-card__note span{color:var(--text-muted);font-size:13px;line-height:1.5}.product-lead h2{font-size:28px;font-weight:500}.product-lead__meta-item{padding:16px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-muted)}.summary-list{gap:12px}.summary-row{padding-bottom:12px;border-bottom:1px solid var(--line-strong)}.summary-row--total{font-size:18px}.notice-banner{background:var(--surface-muted);color:var(--text)}.field input,.field select,.field textarea{border:1px solid #909ea9;border-radius:12px}.choice-card,.dynamic-form__checkbox{border:1px solid var(--line-strong);border-radius:12px;background:#fff}.brand-chip-list,.page-block__pill-list{gap:8px}.page-block__grid,.page-block__grid--columns,.page-block__grid--hero,.page-block__stats{gap:14px}.page-block__split{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr)}.page-block__card,.page-block__stat{border:1px solid var(--line-strong);background:#fff}@media (max-width:1200px){.site-header__location{margin-right:0}.site-header__brand{min-width:0}.site-header__actions,.site-header__brand{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px)}.site-header__actions{justify-content:flex-end}.site-header__search-wrapper{width:100%;order:3}.site-footer__top-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.catalog-page__heading,.grid--catalog,.home-banner__panel,.home-hero__grid,.page-block__split,.product-page,.section-intro--inline,.site-footer__bottom-row{grid-template-columns:1fr}}@media (max-width:960px){.site-main{padding-top:0}.site-header__bottom,.site-header__middle,.site-header__top{flex-direction:column;align-items:stretch}.site-header__bottom-nav,.site-header__service-nav{justify-content:flex-start}.site-header__actions{flex-wrap:wrap}.site-header__profile-link{margin-right:auto}.site-header__search-wrapper{flex-direction:column}.site-header__catalog-button{justify-content:center}.home-categories__grid,.site-footer__top-grid{grid-template-columns:1fr}.product-gallery-card{min-height:360px}.product-variant-card{grid-template-columns:1fr}}@media (max-width:767px){.site-header__top{flex-direction:row;align-items:center;gap:8px;padding:12px 0 14px}.site-header__top-main{flex:1 1 auto;min-width:0}.site-header__middle{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0}.site-header__mobile-drawer,.site-header__mobile-phone,.site-header__mobile-share{display:inline-flex}.site-header__mobile-phone,.site-header__mobile-share{align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#f5f5f5}.site-header__mobile-share svg{width:13px;height:14px}.site-header__mobile-phone img{width:12px;height:12px}.site-header__mobile-drawer{margin-left:auto}.site-header__mobile-drawer summary{list-style:none}.site-header__mobile-drawer summary::-webkit-details-marker{display:none}.site-header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:30px;height:30px;padding:0;border:0;background:transparent;cursor:pointer}.site-header__burger span{display:block;width:18px;height:2px;border-radius:999px;background:#363636}.site-header__mobile-drawer[open]{width:100%}.site-header__mobile-drawer[open] .site-header__drawer-panel{display:grid;gap:18px;margin-top:14px;padding:18px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.site-header__drawer-group{display:grid;gap:10px}.site-header__drawer-title{color:#909ea9;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.site-header__drawer-links{display:grid;gap:8px}.site-header__drawer-link{font-size:14px;font-weight:500;line-height:1.4}.site-header__bottom,.site-header__service-nav,.site-header__top-main .site-header__phone,.site-header__top-main .site-header__socials{display:none}.site-header__location{margin-right:0}.site-header__brand{width:50%;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px)}.site-header__brand--logo-only{width:auto}.site-header__actions{width:50%;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);justify-content:flex-end}.site-header__actions .site-header__action:first-child,.site-header__actions .site-header__action:nth-child(2){display:none}.site-header__search-wrapper{flex-direction:column;gap:8px;width:100%}.site-header__catalog-button,.site-header__search{width:100%}.site-header__catalog-button{justify-content:center;margin-top:14px}.site-footer__top-grid{gap:0;padding-bottom:0}.site-footer__brand{align-items:center;text-align:center}.site-footer__brand-copy{align-items:center}.site-footer__lead{align-items:center;margin-bottom:28px}.site-footer__column{width:227px}.site-footer__bottom-row{gap:8px}.site-footer__policy{width:100%;flex:0 0 100%;margin-bottom:6px}.site-footer__biznote,.site-footer__payments{width:calc(50% - 4px);flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 4px)}}@media (max-width:640px){.container{width:min(100% - 20px,var(--max-width))}.page-section{padding:32px 0}.commerce-card,.empty-state,.page-block,.route-panel,.summary-card{padding:20px}.home-hero__stage{min-height:320px;padding:28px}.home-hero__stage h1{font-size:34px}.home-banner__content{padding:28px}.grid--routes,.store-card-grid{grid-template-columns:1fr}}body,html{background:#fff;font-family:Montserrat,sans-serif}body{background-color:#fff;background-image:none}.site-main{padding-top:0}.button{border:none;background:conic-gradient(from 38deg at 49.55% 50%,rgba(245,245,245,0) 0deg,rgba(252,252,252,.21) 1turn),#00ad8f}.button:hover{background:conic-gradient(from 38deg at 49.55% 50%,rgba(245,245,245,0) 0deg,rgba(252,252,252,.21) 1turn),#00cbae}.button--ghost{border:1px solid #e5e5e5;background:#fff;color:#363636}.button--ghost:hover{background:#f5f5f5}.button--ghost-light{border-color:#16aaaa;color:#16aaaa}.promo{margin-top:14px}.promo__wrapper{display:block}.promo__swiper{position:relative;height:400px;overflow:hidden;border-radius:18px;background:#000}.promo__image,.promo__shade{position:absolute;inset:0;width:100%;height:100%}.promo__image{object-fit:cover}.promo__shade{background:rgba(0,0,0,.2)}.promo__copy{position:absolute;z-index:1;left:40px;bottom:36px;max-width:680px}.promo__title{margin:0;color:#fff;font-size:clamp(42px,5vw,55px);font-weight:500;line-height:1}.promo__nav{position:absolute;right:52px;bottom:38px;z-index:2;display:flex;gap:8px}.promo__nav-button{display:inline-flex;align-items:center;justify-content:center;width:82px;height:42px;border:0;border-radius:12px;background:#fff}.promo__nav-button svg{width:8px;height:14px}.promo-benefits{padding:20px 0 80px}.promo-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.promo-benefits__item{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:88px;padding:14px 14px 14px 34px;border-radius:20px;background:conic-gradient(from 13deg at 43.13% 96.02%,#f5f5f5 0deg,#fcfcfc 1turn)}.promo-benefits__text{display:grid;gap:0;color:#444}.promo-benefits__text p{margin:0;font-size:14px;font-weight:500;line-height:22px}.promo-benefits__icon-wrapper{display:inline-flex;align-items:center;justify-content:center;flex:0 0 60px;width:60px;height:60px;border-radius:10px;background:#fff}.promo-benefits__icon{width:32px;height:32px}.pop-categories{padding-top:24px}.pop-categories__title,.preview__title{margin:0;font-size:clamp(30px,4vw,40px);font-weight:500;line-height:1.08}.pop-categories__grid{margin-top:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:200px;gap:8px}.pop-categories__grid-item{overflow:hidden;border-radius:14px}.pop-categories__grid-item:nth-of-type(4){grid-column:4/5;grid-row:1/3}.pop-categories__grid-item:nth-of-type(6){grid-column:2/3;grid-row:2/4}.pop-categories__grid-item-link{display:block;width:100%;height:100%}.pop-categories__grid-item-title{position:absolute;left:26px;bottom:26px;z-index:1;margin:0;color:#fff;font-size:20px;font-weight:500;line-height:1.08}.pop-categories__grid-item-img{width:100%;height:100%;object-fit:cover}.banner{margin-top:80px}.banner__inner{position:relative;height:300px;overflow:hidden;border-radius:20px;background:linear-gradient(90deg,#f37777,#f4ba83)}.banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.banner__copy,.banner__copy *{position:relative;z-index:1;color:#fff}.banner__text-number{position:absolute;top:39px;left:53px;margin:0;font-size:clamp(84px,10.5vw,150px);font-weight:400;line-height:.8;letter-spacing:-.06em}.banner__text-side{top:39px;left:433px;width:min(503px,calc(100% - 480px));font-size:clamp(32px,3.6vw,48px);line-height:1.145;letter-spacing:-.02em}.banner__text-bottom,.banner__text-side{position:absolute;margin:0;font-weight:500}.banner__text-bottom{top:207px;left:53px;font-size:clamp(28px,3vw,40px);line-height:1.375}.preview{margin-top:80px}.preview__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.preview__link{color:#909ea9;font-size:16px;font-weight:500;text-decoration:underline;text-decoration-skip-ink:none;white-space:nowrap}.preview-products__filter-row{display:flex;flex-wrap:wrap;gap:8px}.preview-products__filter-row .select-wrapper{flex:1 1 163px}.preview-products__filter-row .select-wrapper button,.preview-products__filter-row .select-wrapper select{width:100%;min-height:48px;padding:14px 18px;border:1px solid #e5e5e5;border-radius:10px;background:#fff;color:#363636;font-size:14px;font-weight:500;text-align:left}.catalog-toolbar .select-wrapper select,.preview-products__filter-row .select-wrapper select{appearance:none}.products-type-filter{display:flex;flex-wrap:wrap;gap:22px;margin-top:20px}.preview-products__tabs-btn{display:flex;align-items:center;gap:24px;padding:14px 18px;border:none;border-radius:14px;background:transparent;cursor:pointer}.preview-products__tabs-btn span{font-size:24px;font-weight:500;line-height:1.1;color:#909ea9;text-decoration:underline}.preview-products__tabs-btn .count{display:inline-flex;align-items:center;justify-content:center;min-width:36px;padding:6px 14px;border-radius:9px;background:#f5f5f5;font-size:14px;color:#363636;text-decoration:none}.preview-products__tabs-btn.active,.preview-products__tabs-btn:hover{background:conic-gradient(from 38deg at 49.55% 50%,rgba(245,245,245,0) 0deg,rgba(252,252,252,.21) 1turn),#00ad8f}.preview-products__tabs-btn.active span:first-child{color:#fff;text-decoration:none}.preview-products__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:24px}.preview-products .store-card{border-color:#e2e7f0;border-radius:12px}.preview-products .store-card__media{height:220px;padding:16px 18px}.preview-products .store-card__body{gap:16px;padding:0 14px 14px}.preview-products .store-card__brand,.preview-products .store-card__category{padding:8px 14px;border-radius:8px;background:#f5f5f5;color:#929292;font-size:12px;font-weight:500}.preview-products .store-card h3{font-size:24px;font-weight:500;line-height:1.1}.preview-products .store-card__price{font-size:20px;font-weight:500;line-height:1.3}.akcii{margin-top:80px}.akcii__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.akcii__item{height:256px;overflow:hidden;border-radius:22px}.akcii__item-img{width:100%;height:100%;object-fit:cover}.info{margin-top:80px}.info__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:70px}.info__col h2{margin:0 0 24px;font-size:30px;font-weight:500;line-height:1.08}.info__col>p{margin:0;font-size:16px;line-height:1.55;color:#444}.info__items{display:flex;flex-direction:column;gap:8px;margin-top:24px}.info__item{display:flex;align-items:center;gap:24px;padding:18px 24px;border-radius:14px;background:conic-gradient(from 13deg at 43.13% 96.02%,#f5f5f5 0deg,#fcfcfc 1turn)}.info__item-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:999px;background:#909ea9}.info__item-icon{width:18px;height:18px}.info__item-text{font-size:18px;font-weight:500;line-height:1.33}.order{margin-top:80px}.order__wrapper{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:70px;align-items:start}.order__content h2{margin:0;font-size:clamp(30px,4vw,40px);font-weight:500;line-height:1.08}.order__text{margin-top:24px}.order__text p{margin:0;font-size:16px;line-height:1.6;color:#444}.order__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.order__img-wrapper{overflow:hidden;border-radius:22px}.order__img{width:100%;height:100%;object-fit:cover}.brands{margin-top:80px}.brands__wrapper{display:flex;gap:14px;padding-bottom:24px;overflow-x:auto}.brands__item{display:flex;flex:0 0 188px;flex-direction:column;gap:10px;height:126px;padding:20px;border:1px solid #e5e5e5;border-radius:22px;background:#fff}.brands__item,.brands__item-mark{align-items:center;justify-content:center}.brands__item-mark{display:inline-flex;width:54px;height:54px;border-radius:16px;background:#f5f5f5;font-size:18px;font-weight:700}.brands__item-label{font-size:14px;font-weight:500;text-align:center}.call{margin-top:80px;background:#f5f5f5}.call__wrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:44px;width:min(100%,916px);padding:36px 0;margin:0 auto}.call__title{flex:0 0 222px;display:grid;gap:12px;padding-top:10px;font-size:24px;font-weight:500;line-height:1.2;color:#444;white-space:normal}.call__form{flex:1 1 auto;max-width:650px}.call .dynamic-form,.call .notice-banner{margin:0;background:transparent;border:0;box-shadow:none;padding:0}.call .dynamic-form__form{display:grid;grid-template-columns:minmax(0,430px) 206px;align-items:start;gap:14px}.call .field-grid{display:block;min-width:0}.call .field{position:relative;display:block;gap:0}.call .field:after{content:"";position:absolute;top:50%;left:24px;width:14px;height:14px;background:url(/legacy/icons/phone.svg) 50%/14px 14px no-repeat;transform:translateY(-50%);pointer-events:none}.call .field>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.call .field input{width:100%;height:56px;padding:18px 24px 18px 52px;border:0;border-radius:12px;background:#fff;color:#363636;font-size:16px;line-height:1}.call .field input::placeholder{color:#363636;opacity:1}.call .commerce-actions{margin:0;width:206px}.call .commerce-actions .button{width:100%;min-width:0;height:56px;padding:18px 34px;border-radius:12px;font-size:16px;font-weight:500;word-break:keep-all}.call__legal{margin:12px 0 0;max-width:650px;color:#929292;font-size:10px;line-height:1.2}.call__legal a{color:inherit;text-decoration:underline;text-decoration-skip-ink:none}@media (max-width:1180px){.info__wrapper,.order__wrapper,.preview-products__cards,.promo-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.call__wrapper{width:100%;flex-direction:column-reverse;gap:20px}.call .dynamic-form__form{display:grid;grid-template-columns:1fr}.call .commerce-actions,.call__form,.call__title{max-width:none;width:100%}}@media (max-width:900px){.promo__swiper{height:400px}.promo__copy{left:24px;bottom:24px}.promo__nav{right:24px;bottom:24px}.akcii__wrapper,.call .field-grid,.info__wrapper,.order__wrapper,.preview-products__cards,.promo-benefits__grid{grid-template-columns:1fr}.pop-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px}.pop-categories__grid-item:nth-of-type(4),.pop-categories__grid-item:nth-of-type(6){grid-column:auto;grid-row:auto}.banner__inner{height:280px}.banner__text-number{top:32px;left:28px;font-size:clamp(76px,10vw,124px)}.banner__text-side{top:34px;left:332px;width:min(380px,calc(100% - 360px));font-size:clamp(28px,3.3vw,40px)}.banner__text-bottom{top:194px;left:28px;font-size:clamp(24px,2.8vw,34px)}}@media (max-width:640px){.promo__swiper{height:340px}.promo__title{font-size:34px}.banner{margin-top:56px}.banner__inner{height:220px;border-radius:16px}.banner__img{object-position:62% center}.banner__text-number{top:26px;left:22px;font-size:72px}.banner__text-side{top:28px;left:176px;width:min(188px,calc(100% - 196px));font-size:22px;line-height:1.1}.banner__text-bottom{top:156px;left:22px;font-size:22px;line-height:1.2}.order__actions{flex-direction:column}.preview-products__tabs-btn{width:100%;justify-content:space-between}.preview-products__tabs-btn span:first-child{font-size:20px}.call__wrapper{padding:28px 0}}.pages-links{display:flex;gap:26px;margin-top:40px;margin-bottom:78px}.pages-link{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:14px;color:#909ea9;font-size:24px;font-weight:500;text-decoration:underline;text-decoration-skip-ink:none}.pages-link.current,.pages-link:hover{background:#f5f5f5;color:#363636;text-decoration:none}.catalog-page__heading{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;align-items:end;margin-bottom:24px}.catalog-page__heading-main{display:grid;gap:12px}.catalog-page__eyebrow{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:#f5f5f5;color:#909ea9;font-size:13px;font-weight:500}.catalog-page__heading h1{margin:0;font-size:clamp(34px,4vw,48px);font-weight:500;line-height:1.02}.catalog-page__heading p{max-width:760px;margin:0;color:#909ea9;font-size:16px;line-height:1.6}.catalog-page__heading-side{display:grid;gap:12px}.catalog-page__stat{display:grid;gap:4px;padding:18px 20px;border:1px solid #e2e7f0;border-radius:12px;background:#fff}.catalog-page__stat strong{font-size:32px;font-weight:500;line-height:1}.catalog-page__stat span{color:#909ea9;font-size:14px;line-height:1.45}.catalog-toolbar{display:grid;gap:20px}.catalog-toolbar__filters{display:flex;flex-wrap:wrap;gap:8px}.catalog-toolbar .select-wrapper{flex:1 1 163px}.catalog-toolbar .select-wrapper:after,.catalog-toolbar .select-wrapper:before{content:"";position:absolute;top:50%;transform:translateY(-50%);background-position:50%;background-repeat:no-repeat;background-size:contain;pointer-events:none}.catalog-toolbar .select-wrapper:before{left:14px;width:20px;height:20px}.catalog-toolbar .select-wrapper:after{right:15px;width:14px;height:14px;background-image:url(/legacy/icons/select-arrow.svg)}.catalog-toolbar .select-wrapper#sort:before{background-image:url(/legacy/icons/sort.svg)}.catalog-toolbar .select-wrapper#price:before{background-image:url(/legacy/icons/price.svg)}.catalog-toolbar .select-wrapper#brand:before{background-image:url(/legacy/icons/brand.svg)}.catalog-toolbar .select-wrapper#pa_kollekcija:before{background-image:url(/legacy/icons/collection.svg)}.catalog-toolbar .select-wrapper#pa_strana:before{background-image:url(/legacy/icons/strana.svg)}.catalog-toolbar .select-wrapper#pa_razmery:before{background-image:url(/legacy/icons/razmer.svg)}.catalog-toolbar .select-wrapper#pa_cvet:before{background-image:url(/legacy/icons/cvet.svg)}.catalog-toolbar .select-wrapper#pa_poverhnost:before{background-image:url(/legacy/icons/poverhnost.svg)}.catalog-toolbar__filter-button,.catalog-toolbar__filter-control{width:100%;height:48px;padding:14px 36px 14px 40px;border:1px solid #e5e5e5;border-radius:10px;background:#fff;color:#363636;font-size:14px;text-align:left}.preview-products__filter-control{padding-right:18px}.catalog-empty-state{padding:24px;border:1px dashed #d1dbe6;border-radius:18px;background:#fff;color:#5f6b76;text-align:center}.catalog-layout{display:flex;align-items:flex-start;column-gap:14px;margin-top:24px}.catalog-sidebar{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 14px) / 4);max-width:calc((100% - 14px) / 4)}.catalog-results{flex-grow:1;flex-shrink:1;flex-basis:calc((100% - 14px) / 4 * 3)}.catalog-sidebar__card{padding:20px;border:1px solid #e2e7f0;border-radius:12px;background:#fff}.catalog-sidebar__card h3{margin:0 0 10px;font-size:24px;font-weight:500}.catalog-sidebar__card p{margin:0 0 16px;color:#909ea9;font-size:14px;line-height:1.5}.catalog-filter-list li{padding:0;background:transparent}.catalog-filter-list li a{display:flex;padding:14px;border-radius:10px;background:#f5f5f5;font-size:14px;font-weight:500}.catalog-filter-list li a.is-active{background:#e2f7f7;color:#118f8f}.catalog-results__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.catalog-results__summary{display:flex;align-items:baseline;gap:10px}.catalog-results__summary strong{font-size:32px;font-weight:500;line-height:1}.catalog-results__summary span{color:#909ea9;font-size:14px}.preview-products__cards--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.compare-card-grid{margin-top:24px}.compare-table-wrap,.compare-toolbar{border-radius:12px;border:1px solid #e2e7f0;background:#fff}.compare-toolbar{padding:22px 24px;display:grid;gap:14px}.compare-toggle input{appearance:none;width:18px;height:18px;border:1px solid #292929;border-radius:4px}.compare-toggle input:checked{border-color:#00ad8f;background:#00ad8f url(/legacy/icons/checkbox.svg) 50%/10px auto no-repeat}.compare-toggle{display:inline-flex;align-items:center;gap:10px}.compare-toggle span{color:#444;font-size:14px;font-weight:400;line-height:1.57}.compare-toggle strong{color:#909ea9;font-weight:400}.compare-toolbar p{margin:0;color:#909ea9;font-size:14px;line-height:1.57}.compare-table-wrap{overflow:auto}.compare-table{min-width:1120px}.compare-table td,.compare-table th{padding:16px 0;border-bottom:1px solid #e2e7f0}.compare-table tbody th,.compare-table thead th:first-child{padding-right:24px;min-width:280px}.compare-table td,.compare-table thead th:not(:first-child){min-width:330px;padding-left:0;padding-right:24px}.compare-table tbody th,.compare-table td,.compare-table thead th{background:#fff}.compare-table thead th{color:#444;font-size:14px;font-weight:400;text-transform:none}.compare-table tbody th,.compare-table td{color:#444;font-size:14px;font-weight:400;line-height:1.2}.search-surface{margin-bottom:24px;padding:20px 24px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.search-surface__form{display:flex;gap:12px;align-items:center}.search-surface__field{display:flex;align-items:center;flex:1 1;gap:10px;padding:0 18px;border-radius:12px;background:#f5f5f5;min-height:56px}.search-surface__field img{width:20px;height:20px}.search-surface__field input{width:100%;border:0;background:transparent;color:#363636;font-size:16px}.search-surface__field input:focus{outline:none}.search-empty-state{margin-top:24px}.product-page{display:flex;flex-wrap:wrap;justify-content:space-between;column-gap:14px;row-gap:0}.product-page__main{flex:1 1 60%;max-width:60%}.product-page__sidebar{flex:1 1 38%;max-width:38%;display:flex;flex-direction:column;gap:24px}.product-page__header{display:grid;gap:8px;margin-bottom:16px}.product__title{margin:0;font-size:32px;font-weight:500}.product__status-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#e2f7f7;color:#118f8f;font-size:13px;font-weight:500}.product__status-chip:before{content:"";display:block;width:6px;height:6px;border-radius:999px;background:#16aaaa}.product__header-info{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center;margin-top:4px;margin-bottom:16px}.product__header-info .route-panel__meta{background:#f5f5f5}.product__header-info .sku,.product__header-info a{color:#909ea9;font-size:14px;line-height:1.57}.product__header-info a{text-decoration:underline}.product-gallery-card{min-height:524px;border-radius:12px}.product-gallery-card__chips{position:absolute;top:18px;left:18px;right:18px;z-index:1;display:flex;flex-wrap:wrap;gap:8px}.product-gallery-card__chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:10px;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#363636;font-size:12px;font-weight:500}.product-gallery-card__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.product-gallery-card__summary-item{display:grid;gap:8px;padding:18px;border:1px solid #e2e7f0;border-radius:12px;background:#fff}.product-gallery-card__summary-item span{color:#909ea9;font-size:13px;font-weight:500}.product-gallery-card__summary-item strong{font-size:15px;font-weight:500;line-height:1.45}.product__services{display:flex;flex-direction:column;gap:14px;margin-top:24px}.product__services-title{margin:0;font-size:20px;font-weight:500;line-height:1.625}.product__services-list{display:flex;flex-wrap:wrap;gap:14px}.product__services-item{padding:18px 30px;gap:10px;border-radius:10px;background:#ffefe0}.product__services-item,.product__services-item-icon{display:inline-flex;align-items:center;justify-content:center}.product__services-item-icon{width:16px;height:16px;color:#444}.product__services-item-icon svg{width:16px;height:16px}.product__services-item-label{color:#444;font-size:14px;font-weight:500}.product-page__details-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:14px;margin-top:24px}.product-page__description,.product-page__specs,.product-page__variants{border:1px solid #e2e7f0;border-radius:12px;background:#fff}.product-page__description h3,.product-page__variants h3{margin:0 0 16px;font-size:20px;font-weight:500;line-height:1.625}.product-page__description p{margin:0;color:#444;font-size:15px;line-height:1.7}.product__char-title{margin:0 0 16px;font-size:20px;font-weight:500;line-height:1.625}.product__char-list{margin:0;padding:0;list-style:none}.product__char-item{padding:14px 0}.product__char-item:before{bottom:12px;background:#cecece}.product__char-item-title,.product__char-item-value{background:#fff;font-size:14px;font-weight:400;line-height:1.2}.product__char-item-title{padding-right:10px}.product__char-item-value{padding-left:6px;text-align:right}.product__order{gap:24px;padding:24px;border-radius:12px;border:1px solid #e2e7f0}.product__price p{margin:0}.product__price p *{font-size:32px;font-weight:500;line-height:.95}.product__order-btns{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.product__order-btns form{display:contents}.product__order-btns .button{flex:0 0 auto;min-width:166px}.product__order-btns .button--ghost{flex-basis:230px}.product__order-subactions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.product__order-subactions .button--ghost{flex:1 1 220px}.product__order-icon-row{display:flex;gap:8px}.product__order-btns .icon-toggle,.product__order-icon-row .icon-toggle{width:56px;height:56px;border-radius:12px;background:#f5f5f5}.product__order-info{display:flex;gap:24px;flex-wrap:wrap}.product__order-info-item{display:flex;gap:12px;align-items:flex-start}.product__order-info-item-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#e2f7f7}.product__order-info-item-icon img{width:20px;height:20px}.product__order-info-item-text-title{margin:0;color:#363636;font-size:14px;font-weight:500;line-height:1.625}.product__order-info-item-text-subtitle{color:#909ea9;font-size:12px;font-weight:500;line-height:.875rem}.product-lead{padding:24px;border:1px solid #e2e7f0;border-radius:12px;background:#f5f5f5}.product-lead .route-panel__meta{background:#fff}.product-lead .dynamic-form,.product-lead .notice-banner{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.product-lead .field-grid{grid-template-columns:1fr}.product-lead .field>span{font-size:13px;font-weight:500}.product-lead .field input,.product-lead .field textarea{background:#fff}.product-banner{margin-top:80px}.product-banner__wrapper{height:188px;overflow:hidden;border-radius:20px;background:#eff3f6}.product-banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-banner__text{padding:32px 32px 32px 208px;color:#444;font-size:48px;font-weight:500}.product-banner__text span{font-size:40px}.collection-products{margin-top:80px}.collection-products__title{margin:0 0 24px;font-size:30px;font-weight:500}@media (max-width:1180px){.catalog-layout,.product-page{flex-direction:column}.catalog-results,.catalog-sidebar,.product-page__main,.product-page__sidebar{max-width:100%;flex-basis:100%}.preview-products__cards--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery-card__summary,.product-page__details-grid{grid-template-columns:1fr}.product-banner__text{padding:24px 24px 24px 140px;font-size:36px}.product-banner__text span{font-size:30px}}@media (max-width:760px){.pages-links{flex-direction:column;gap:12px;margin-bottom:24px}.pages-link{font-size:20px}.catalog-results__head,.catalog-toolbar__filters,.product__order-info,.product__order-subactions,.product__services-list{flex-direction:column;align-items:stretch}.preview-products__cards--catalog{grid-template-columns:1fr}.search-surface__form,.store-card__footer,.store-card__title-row{flex-direction:column;align-items:stretch}.store-card__brand-row,.store-card__cta{width:100%}.store-card__thumb-row{flex-wrap:wrap}.product__order-icon-row{justify-content:flex-start}.product__order-btns .button,.product__order-btns .button--ghost{flex-basis:100%}.product-banner__wrapper{height:160px}.product-banner__text{padding:24px;font-size:28px}.product-banner__text span{font-size:22px}}.cart-layout{display:flex;align-items:flex-start;gap:14px;margin-top:24px}.cart-items{flex:1 1}.cart-sheet{display:grid;padding:0;overflow:hidden}.cart-item{display:flex;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid #e2e7f0;background:transparent}.cart-item:last-child{border-bottom:0}.cart-item__thumb{display:inline-flex;align-items:center;justify-content:center;width:108px;height:108px;flex:0 0 108px;border-radius:8px;background:#f5f5f5}.cart-item__thumb img{width:21px;height:20px}.cart-item__main{display:grid;gap:16px;flex:1 1 auto}.cart-item__meta h3{margin:6px 0 8px;font-size:24px;font-weight:500}.cart-item__meta h3 a{text-decoration:none}.cart-item__meta p,.cart-item__sku{margin:0;color:#929292;font-size:14px;line-height:1.5}.cart-item__actions,.cart-item__side{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.cart-item__footer{display:flex;align-items:center;gap:20px;margin-top:16px}.cart-item__side{flex-direction:column;align-items:flex-end;min-width:240px}.cart-item__subtotal{font-size:24px;font-weight:500;line-height:1}.cart-item__quantity-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;justify-content:flex-end}.cart-totals-card{flex:0 0 338px;width:338px}.cart-review-table,.checkout-review-table{display:grid;gap:16px}.cart-review-row,.checkout-review-row{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.cart-review-row:before,.checkout-review-row:before{content:"";position:absolute;right:0;bottom:4px;left:0;height:1px;background:#cecece}.cart-review-row span,.cart-review-row strong,.checkout-review-row span,.checkout-review-row strong{position:relative;z-index:1;background:#fff}.cart-review-row span,.checkout-review-row span{padding-right:8px;color:#444;font-size:14px;line-height:1.2}.cart-review-row strong,.checkout-review-row strong{padding-left:8px;font-size:14px;font-weight:500;white-space:nowrap}.cart-review-row--total span,.cart-review-row--total strong,.checkout-review-row--total span,.checkout-review-row--total strong{font-size:18px;font-weight:600}.checkout-review-row--item span{color:#666;line-height:1.45}.checkout-layout{display:flex;align-items:flex-start;gap:14px;margin-top:24px}.commerce-page-heading{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start;margin-bottom:24px}.commerce-page-heading__main{display:grid;gap:12px}.commerce-page-heading__eyebrow{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:#f5f5f5;color:#909ea9;font-size:13px;font-weight:500}.commerce-page-heading h1{margin:0;font-size:clamp(34px,4vw,48px);font-weight:500;line-height:1.02}.commerce-page-heading>.commerce-page-heading__main>p{max-width:760px;margin:0;color:#909ea9;font-size:16px;line-height:1.6}.commerce-page-heading__aside,.commerce-page-heading__body,.commerce-page-heading__notices{display:grid;gap:12px}.commerce-page-heading__aside-card{display:grid;gap:12px;padding:20px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.commerce-page-heading__aside-card>span{color:#909ea9;font-size:13px;font-weight:500}.commerce-page-heading__aside-card>strong{font-size:32px;font-weight:500;line-height:1.02}.commerce-page-heading__aside-card>p{margin:0;color:#929292;font-size:14px;line-height:1.55}.commerce-page-heading__stats{display:grid;gap:10px}.commerce-page-heading__stat{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:10px;border-top:1px solid #e2e7f0}.commerce-page-heading__stat:first-child{padding-top:0;border-top:0}.commerce-page-heading__stat span{color:#909ea9;font-size:14px;line-height:1.45}.commerce-page-heading__stat strong{font-size:14px;font-weight:500;line-height:1.45;text-align:right}.checkout-layout h4{margin:0;font-size:18px;font-weight:600;line-height:1.44}.checkout__fields{flex:1 1 1048px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.checkout__contacts{padding:24px;border-bottom:1px solid #e2e7f0}.checkout__contacts-header{display:flex;align-items:center;gap:37px}.checkout__contacts-header a{display:inline-flex;align-items:center;gap:4px;color:#16aaaa;font-size:12px;font-weight:500}.checkout__contacts-radio{display:flex;gap:20px;margin-top:24px}.checkout__contacts-radio-item{display:inline-flex;align-items:center;gap:10px}.checkout-choice-card input,.checkout__contacts-radio-item input{appearance:none;width:18px;height:18px;margin:0;border:1px solid #292929;border-radius:999px}.checkout-choice-card input:checked,.checkout__contacts-radio-item input:checked{border-color:#16aaaa;box-shadow:inset 0 0 0 4px #16aaaa}.checkout__contacts-fields{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.checkout__contacts-fields .field{gap:0}.checkout__contacts-fields .field span,.checkout__contacts-footer .field span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.checkout__contacts-fields .form-row-default{flex-grow:0;flex-shrink:1;flex-basis:calc(100% / 3 - 8px)}.checkout__contacts-fields .form-row-wide{flex-grow:0;flex-shrink:1;flex-basis:calc(100% / 3 * 2 - 8px)}.checkout__contacts-fields .form-row-full{flex:0 1 100%}.checkout__contacts-fields input,.checkout__contacts-footer textarea{width:100%;padding:12px 16px;border:1px solid #909ea9;border-radius:12px;color:#444;font-size:14px;font-weight:500}.checkout__contacts-footer{display:grid;gap:16px;margin-top:16px}.checkout__contacts-footer textarea{min-height:88px;resize:vertical}.checkout__contacts-messengers{display:flex;gap:8px}.checkout__messenger-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f5f5f5}.checkout__messenger-link img{width:20px;height:20px}.checkout__middle{display:flex}.checkout__shipping{flex:1 1 667px;padding:24px;border-right:1px solid #e2e7f0}.checkout__payment{flex:0 1 381px;padding:24px}.checkout-choice-list,.checkout__getting .choice-list,.checkout__payment .choice-list{margin-top:24px}.checkout-choice-card{display:flex;align-items:flex-start;gap:12px;padding:0;border:none;background:transparent}.checkout-choice-card__body{flex:1 1 auto;display:grid;gap:4px}.checkout-choice-card__body strong,.checkout-choice-card__price{background:#fff;position:relative;z-index:1}.checkout-choice-card__body strong{font-size:14px;font-weight:500;line-height:1.2}.checkout-choice-card__body p{margin:0;color:#909ea9;font-size:12px;font-weight:500;line-height:1.45}.checkout-choice-card__price{flex:0 0 180px;padding-left:8px;text-align:right;font-size:14px;font-weight:500;white-space:nowrap}.checkout-choice-card:after{content:"";position:absolute;right:0;bottom:8px;left:0;height:1px;background:#cecece}.checkout-choice-card--payment:after{bottom:6px}.checkout__warning{margin-top:16px;color:#292929;font-size:14px;font-weight:500;line-height:1.2}.checkout__getting{margin-top:24px}.checkout__total{flex:0 0 338px;width:338px}.order-warning{margin-top:18px;color:#929292;font-size:12px;line-height:1.4}.account-shell{display:flex;align-items:flex-start;gap:14px;margin-top:24px}.account-sidebar-nav{flex:0 0 220px}.account-sidebar-nav__panel{padding:14px;border-radius:14px;background:#f5f5f5}.account-sidebar-nav__title{margin-bottom:14px;color:#909ea9;font-size:13px;font-weight:500}.account-sidebar-nav__panel ul{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.account-sidebar-nav__panel li a{font-size:14px;font-weight:500;line-height:1.3}.account-sidebar-nav__panel li.is-active a{color:#16aaaa}.account-sidebar-nav__meta{display:grid;gap:8px;margin-top:12px;padding:16px;border-radius:14px;background:#f5f5f5}.account-sidebar-nav__meta strong{font-size:14px;font-weight:600}.account-sidebar-nav__meta span{color:#929292;font-size:12px;line-height:1.45}.account-content{flex:1 1 auto}.account-dashboard-intro{display:grid;gap:14px}.account-dashboard-intro p{margin:0;color:#444;font-size:16px;line-height:1.65}.account-dashboard-intro .cta-row{margin-top:4px}.account-edit-sheet{overflow:hidden}.account-edit-section{padding:24px 0}.account-edit-section:first-of-type{padding-top:8px}.account-edit-section+.account-edit-section{border-top:1px solid #e2e7f0}.account-edit-section__header{display:grid;gap:8px;margin-bottom:18px}.account-edit-section__header h3{margin:0;font-size:18px;font-weight:600;line-height:1.44}.account-edit-section__header p{margin:0;color:#929292;font-size:12px;line-height:1.55}.commerce-shell--account{grid-template-columns:minmax(0,1.1fr) 338px}.notice-banner a,.route-panel p a,.summary-card p a{text-decoration:underline}@media (max-width:1180px){.account-shell,.cart-layout,.checkout-layout{flex-direction:column}.account-sidebar-nav,.cart-totals-card,.checkout__total{width:100%;flex-basis:auto}.commerce-page-heading,.commerce-shell--account{grid-template-columns:1fr}}@media (max-width:900px){.checkout__middle{flex-direction:column}.checkout__shipping{border-right:0;border-bottom:1px solid #e2e7f0}.checkout__payment{flex:1 1 auto}.checkout__contacts-fields{flex-direction:column}.checkout__contacts-fields .form-row-default,.checkout__contacts-fields .form-row-full,.checkout__contacts-fields .form-row-wide{flex:1 1 100%}}@media (max-width:760px){.cart-item,.cart-item__actions,.cart-item__quantity-form,.checkout__contacts-header,.checkout__contacts-radio{flex-direction:column;align-items:stretch}.cart-item__side{min-width:0;align-items:stretch}.cart-item__thumb{width:84px;height:84px;flex-basis:84px}.cart-item__footer{flex-direction:column;align-items:stretch;gap:12px}.checkout-choice-card,.checkout-choice-card__body{gap:8px}.checkout-choice-card__price{flex-basis:auto;padding-left:0;text-align:left}}.auth-board{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px;margin-top:24px;align-items:start}.auth-card{border-radius:14px;border:1px solid #e2e7f0;background:#fff}.auth-card--main{padding:24px}.auth-card--secondary{padding:20px}.auth-card__header{display:grid;gap:8px;margin-bottom:18px}.auth-card__intro{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #e2e7f0}.auth-card__badge{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#f5f5f5}.auth-card__badge img{width:22px;height:22px}.auth-card__eyebrow{color:#909ea9;font-size:12px;font-weight:500;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.auth-card__intro strong{display:block;margin-top:4px;color:#292929;font-size:18px;font-weight:600;line-height:1.35}.auth-card--secondary h3,.auth-card__header h3{margin:0;font-size:24px;font-weight:500}.auth-card--secondary p,.auth-card__header p{margin:0;color:#929292;font-size:14px;line-height:1.55}.auth-side-column{display:grid;gap:14px}.auth-card__redirect{display:grid;gap:6px;padding:16px 18px;border-radius:14px;background:#f5f5f5}.auth-card__redirect strong{font-size:14px;font-weight:600}.auth-card__redirect p{margin:0;color:#444;font-size:14px;line-height:1.55}.auth-benefits{display:grid;gap:12px;margin:0;padding:0;list-style:none}.auth-benefits li{padding:14px 16px;border-radius:12px;background:#f5f5f5}.auth-benefit{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:start}.auth-benefit__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff}.auth-benefit__icon img{width:16px;height:16px}.auth-benefit__body{display:grid;gap:4px}.auth-benefit__body h4{margin:0;font-size:14px;font-weight:600;line-height:1.35}.auth-benefit__body p{margin:0;color:#666;font-size:13px;line-height:1.5}@media (max-width:980px){.auth-board{grid-template-columns:1fr}}.page-heading{padding-bottom:18px}.page-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;color:#909ea9;font-size:14px;line-height:1.4}.page-breadcrumbs a{color:inherit;text-decoration:none}.page-breadcrumbs a:hover{color:#363636}.content-page-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:14px;align-items:start}.content-page-layout__aside{position:sticky;top:140px}.content-page-layout__main{min-width:0}.info-nav{padding:14px;border-radius:10px;background:#f5f5f5}.info-nav__list,.info-nav__sublist{margin:0;padding:0;list-style:none}.info-nav__list{display:grid;gap:14px}.info-nav__sublist{display:grid;gap:8px;margin-top:8px;padding-left:20px}.info-nav summary{display:flex;align-items:center;justify-content:space-between;list-style:none}.info-nav summary::-webkit-details-marker{display:none}.info-nav summary:after{content:"▾";color:#909ea9;font-size:12px;transform:rotate(180deg);transition:transform .2s ease}.info-nav details[open]>summary:after{transform:rotate(0deg)}.info-nav__link{color:#363636;font-size:14px;font-weight:500;line-height:1.35;text-decoration:none;cursor:pointer}.info-nav__link.current{color:#00ad8f}.content-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.content-panel--hero{min-height:100%}.content-aside{position:sticky;top:140px}.content-aside__card{display:grid;gap:14px;padding:24px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.content-aside__eyebrow{color:#909ea9;font-size:13px;font-weight:500}.content-aside__card strong{font-size:30px;font-weight:500;line-height:1.05}.content-aside__card p{margin:0;color:#929292;font-size:15px;line-height:1.6}.content-overview{padding-top:0}.content-overview--inline{margin-top:14px}.content-overview__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.content-overview__card{display:grid;gap:12px;padding:24px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.content-overview__meta{color:#909ea9;font-size:14px;font-weight:500}.content-overview__card h2{margin:0;font-size:28px;font-weight:500;line-height:1.08}.content-overview__card p{margin:0;color:#929292;font-size:15px;line-height:1.65}.order__form-card{max-width:640px;margin-top:28px;padding:24px;border-radius:14px;background:#f5f5f5}.order__form-card .dynamic-form,.order__form-card .notice-banner{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.order__form-card .field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.order__form-card .field--full{grid-column:1/-1}.order__form-card textarea{min-height:132px}.call__description{margin:0;color:#929292;font-size:12px;line-height:1.45}.preview__row{grid-template-columns:repeat(4,minmax(0,1fr))}.preview-review__tabs,.preview__row{display:grid;gap:24px}.contacts-page__tabs-header,.preview-review__tabs-header{display:flex;flex-wrap:wrap;gap:8px}.contacts-page__tabs-btn,.preview-review__tabs-btn{padding:12px 24px;border:0;border-radius:12px;background:#f5f5f5;color:#909ea9;font-size:14px;font-weight:500}.contacts-page__tabs-btn.active,.preview-review__tabs-btn.tabs__btn--active{background:#00ad8f;color:#fff}.review-card{display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.review-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card__author{display:flex;align-items:center;gap:14px}.review-card__author-img-wrapper{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:600}.review-card__author-name{font-size:16px;font-weight:500}.review-card__date{color:#c8c8c8;font-size:14px;font-weight:500}.review-card__stars{display:flex;gap:4px;color:#00ad8f;font-size:16px}.review-card__content{display:flex;flex-direction:column;gap:10px}.review-card__title{margin:0;font-size:18px;font-weight:500;line-height:1.22}.review-card__text{color:#929292;font-size:15px;line-height:1.55}.review-card__link{width:fit-content;color:#909ea9;font-size:15px;font-weight:500;text-decoration:none}.post-card__title a:hover,.review-card__link:hover{color:#363636}.post-card{display:flex;flex-direction:column;gap:25px}.post-card__img-wrapper{display:block;width:100%;height:228px;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#f2ede6,#ebe3d7)}.post-card__img{width:100%;height:100%;object-fit:cover}.post-card__img-placeholder{display:flex;align-items:flex-end;width:100%;height:100%;padding:24px;color:#363636;font-size:22px;font-weight:500;line-height:1.12}.post-card__content{display:flex;flex-direction:column;gap:10px}.post-card__title{margin:0;font-size:18px;font-weight:500;line-height:1.22}.post-card__title a{color:inherit;text-decoration:none}.post-card__descr{color:#929292;font-size:15px;line-height:1.55}.contacts-page{display:grid;gap:24px;margin-top:24px}.contacts-page__banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:14px;background:#f5f5f5}.contacts-page__banner-text h3,.contacts-page__banner-text p{margin:0;color:#363636;font-size:20px;font-weight:600;line-height:1.3}.contacts-page__banner-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 128px;width:128px;height:96px;padding:18px 32px 14px;border-radius:10px;background:conic-gradient(from 38deg at 49.55% 50%,rgba(245,245,245,0) 0deg,rgba(252,252,252,.21) 1turn),#e7e7e7}.contacts-page__banner-icon svg{width:64px;height:64px}.contacts-page__inner{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:14px}.contacts-page__info{display:grid;gap:24px;padding-left:20px}.contacts-page__form,.contacts-page__tabs-content{padding:24px;border:1px solid #e2e7f0;border-radius:14px;background:#fff}.contacts-page__form>h4,.contacts-page__info>h4{margin:0;font-size:18px;font-weight:600;line-height:1.45}.contacts-page__info-item{display:flex;gap:10px;align-items:flex-start}.contacts-page__info-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;color:#363636}.contacts-page__info-icon svg{width:30px;height:30px}.contacts-page__info-text{display:grid;gap:6px}.contacts-page__info-text-title{margin:0;font-size:15px;font-weight:500;color:#363636}.contacts-page__info-text-content,.contacts-page__info-text-content a{color:#929292;font-size:18px;line-height:1.45;text-decoration:none}.contacts-page__info-warning{color:#909ea9;font-size:18px;line-height:1.55}.contacts-page__form .dynamic-form,.contacts-page__form .notice-banner{margin:18px 0 0;padding:0;border:0;background:transparent;box-shadow:none}.contacts-page__form .field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contacts-page__form .field--full{grid-column:1/-1}.contacts-page__form textarea{min-height:132px}.contacts-page__tabs{display:grid;gap:10px}.contacts-page__tabs-content{overflow:hidden;min-height:400px;background:#e8e8e8}.contacts-page__tabs-item{min-height:400px}.contacts-page__tabs-item:not(.tabs__item--active){display:none}.contacts-page__map{display:grid;align-content:center;justify-items:start;gap:12px;width:100%;min-height:400px;padding:24px;background:linear-gradient(135deg,#f2ede6,#ebe3d7)}.contacts-page__map strong{font-size:24px;font-weight:500;line-height:1.2}.contacts-page__map p{max-width:540px;margin:0;color:#5f5f5f;font-size:15px;line-height:1.6}.contacts-page__route{display:grid;align-content:center;justify-items:start;gap:14px;min-height:400px;padding:32px;background:linear-gradient(160deg,rgba(10,155,130,.12),rgba(10,155,130,0) 48%),#f5f5f5}.contacts-page__route strong{font-size:28px;font-weight:500;line-height:1.15}.contacts-page__route p{max-width:520px;margin:0;color:#5f5f5f;font-size:15px;line-height:1.6}@media (max-width:1180px){.content-page-layout{grid-template-columns:1fr}.contacts-page__inner,.content-hero,.preview__row{grid-template-columns:repeat(2,minmax(0,1fr))}.content-aside,.content-page-layout__aside{position:static}}@media (max-width:820px){.contacts-page__form .field-grid,.contacts-page__inner,.content-hero,.content-overview__grid,.content-page-layout,.order__form-card .field-grid,.preview__row{grid-template-columns:1fr}.contacts-page__banner{flex-direction:column;align-items:flex-start;padding:24px}.contacts-page__banner-icon{display:none}.contacts-page__banner-text h3,.contacts-page__banner-text p{font-size:18px;line-height:1.25}.contacts-page__info{gap:14px;padding-left:0}.contacts-page__info-text-title{font-size:14px;line-height:1.625}.contacts-page__info-text-content,.contacts-page__info-text-content a,.contacts-page__info-warning{font-size:14px;line-height:1.45}.contacts-page__form{padding:20px 14px}.contacts-page__map,.contacts-page__route,.contacts-page__tabs-content,.contacts-page__tabs-item{min-height:260px}}