:root{--navy:#061b36;--navy2:#0a274b;--ink:#0d2442;--muted:#6d8098;--line:#e6edf3;--soft:#f5f9fc;--soft2:#eef7fa;--teal:#0ba8a8;--teal2:#16c2c0;--green:#2fb75d;--danger:#e85d62;--white:#fff;--shadow:0 18px 50px rgba(15,42,71,.10);--shadow-sm:0 8px 28px rgba(15,42,71,.08);--r:24px;--container:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}.container{width:min(calc(100% - 48px),var(--container));margin:0 auto}.topbar{background:linear-gradient(90deg,#04162d,#09264a);color:#d8edf3;font-size:12px}.topbar-grid{min-height:38px;display:grid;grid-template-columns:1fr 1.45fr 1.25fr;align-items:center;gap:24px}.topbar-grid span{display:flex;align-items:center;gap:8px;white-space:nowrap}.mini-icon{font-style:normal;color:#24d3ce}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,232,240,.9)}.header-inner{height:78px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;min-width:230px}.brand img{width:42px;height:42px}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:18px;letter-spacing:-.3px}.brand-copy small{font-size:10px;color:#638099;margin-top:5px}.main-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1;font-size:13px}.main-nav a{position:relative;padding:28px 0;color:#243c56;transition:.2s}.main-nav a:hover{color:var(--teal)}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:.25s}.main-nav a:hover:after{transform:scaleX(1)}.nav-caret{color:#7d93a9}.header-tools{display:flex;align-items:center;gap:8px}.icon-button{width:42px;height:42px;border:0;background:#fff;display:grid;place-items:center;border-radius:13px;cursor:pointer;position:relative;transition:.2s}.icon-button:hover{background:var(--soft);color:var(--teal)}.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-badge{position:absolute;right:-1px;top:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--teal);color:#fff;font-size:10px;display:grid;place-items:center}.menu-toggle{display:none}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:46px;padding:0 20px;border-radius:12px;font-weight:700;font-size:13px;cursor:pointer;transition:.22s;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff;box-shadow:0 10px 24px rgba(11,168,168,.20)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(11,168,168,.27)}.btn-outline{background:#fff;border:1px solid #dbe6ed;color:var(--ink)}.btn-outline:hover{border-color:#9cd7d6;color:var(--teal);transform:translateY(-1px)}.btn-light{background:#fff;color:var(--teal);height:44px}.btn-wide{width:100%}.header-cta{height:42px;padding:0 18px}.eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--teal);text-transform:uppercase}.home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 30%,#e7fbfc 0,#f7fbff 33%,#fff 67%);border-bottom:1px solid #edf2f6}.home-hero:before{content:"";position:absolute;width:660px;height:660px;border:1px solid rgba(11,168,168,.08);border-radius:50%;right:-120px;top:-210px;box-shadow:0 0 0 100px rgba(11,168,168,.02),0 0 0 200px rgba(11,168,168,.018)}.hero-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;padding:60px 0 48px;min-height:560px}.hero-copy h1{font-size:clamp(48px,5.5vw,78px);line-height:.98;letter-spacing:-.055em;margin:17px 0 22px;max-width:760px}.hero-copy h1 em{font-style:normal;color:var(--teal)}.hero-copy>p{max-width:700px;color:#566f88;font-size:17px;margin:0 0 23px}.hero-points{display:flex;flex-wrap:wrap;gap:10px 24px;color:#49627a;font-size:12px;font-weight:600;margin:22px 0}.hero-points span{display:flex;align-items:center}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{position:relative;z-index:2}.hero-visual img{width:100%;border-radius:30px;box-shadow:0 24px 60px rgba(35,86,116,.12);position:relative;z-index:2}.hero-glow{position:absolute;inset:20% 12% 5%;background:#6be2dd;filter:blur(75px);opacity:.17;z-index:0}.section{padding:82px 0}.section-tight{padding:48px 0 60px}.soft-section{background:linear-gradient(180deg,#f8fbfd,#f4f8fb)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.section-head.compact{align-items:center}.section-head h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:6px 0 0}.text-link{font-weight:700;font-size:13px;color:#087f85}.text-link:hover{color:var(--teal)}.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-tile{position:relative;background:#f8fbfd;border:1px solid #edf2f5;border-radius:18px;padding:13px;min-height:205px;overflow:hidden;transition:.25s}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#d5ecee}.category-media{height:118px;border-radius:13px;background:#fff;display:grid;place-items:center;overflow:hidden}.category-media img,.category-media picture{width:100%;height:100%;object-fit:contain}.category-media picture img{width:100%;height:100%;object-fit:contain}.category-symbol{width:62px;height:62px;border-radius:22px;background:linear-gradient(135deg,#e9fbfb,#fff);display:grid;place-items:center;font-size:20px;font-weight:800;color:var(--teal)}.category-tile h3{font-size:14px;line-height:1.2;margin:12px 28px 4px 0}.category-tile p{font-size:11px;color:#8294a7;margin:0}.tile-arrow{position:absolute;right:12px;bottom:12px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-weight:700}.products-section{padding-top:66px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.home-products{grid-template-columns:repeat(6,1fr)}.product-card{background:#fff;border:1px solid #e8eef2;border-radius:18px;overflow:hidden;min-width:0;transition:.24s;box-shadow:0 2px 8px rgba(15,42,71,.02)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#d7e6ec}.product-media{display:block;position:relative;height:220px;background:#fbfdfe;padding:14px}.home-products .product-media{height:185px}.product-media picture,.product-media img{width:100%;height:100%;object-fit:contain}.product-placeholder{height:100%;display:grid;place-items:center;color:#c0ccd7}.product-placeholder svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:2}.product-badge{position:absolute;left:12px;top:12px;background:#6556eb;color:#fff;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800}.product-badge.sale{background:#ec5b61}.heart{position:absolute;right:12px;top:9px;font-size:22px;color:#94a6b9}.product-body{padding:14px 15px 15px}.product-kicker{font-size:9px;color:#899cad;margin-bottom:5px}.product-title{display:block;font-weight:800;font-size:14px;line-height:1.28;min-height:36px}.product-title:hover{color:var(--teal)}.product-desc{font-size:11px;color:#788ba0;line-height:1.35;height:31px;overflow:hidden;margin:6px 0 0}.product-foot{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:15px}.price{display:block;font-size:18px;line-height:1;font-weight:900;letter-spacing:-.03em}.old-price{font-size:11px;color:#a6b2bd;text-decoration:line-through;margin-left:6px}.stock{display:block;color:var(--green);font-size:10px;margin-top:7px}.stock.out{color:#c38a32}.cart-square{width:38px;height:38px;border-radius:11px;background:var(--teal);color:#fff;display:grid;place-items:center;flex:none}.cart-square svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.product-empty-polished{border:1px dashed #cfe4e7;background:linear-gradient(135deg,#f5fbfc,#fff);border-radius:22px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px}.product-empty-polished h3{font-size:24px;margin:6px 0}.product-empty-polished p{margin:0;color:var(--muted)}.trust-band{background:linear-gradient(90deg,#061a34,#0a2a50);color:#fff}.trust-band.light{background:#f7fbfd;color:var(--ink);border-top:1px solid #edf3f6;border-bottom:1px solid #edf3f6}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:100px;align-items:center}.trust-grid>div{padding:19px 26px;border-right:1px solid rgba(255,255,255,.1)}.trust-band.light .trust-grid>div{border-right:1px solid #e5edf2}.trust-grid>div:last-child{border:0}.trust-grid strong{display:block;font-size:25px;line-height:1.1}.trust-grid span{font-size:11px;color:#acc0d3}.trust-band.light .trust-grid span{color:#6f8294}.about-preview-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:48px}.about-image img{border-radius:22px;box-shadow:var(--shadow);width:100%}.about-copy h2{font-size:42px;line-height:1.06;letter-spacing:-.04em;margin:8px 0 17px}.about-copy p{color:#687d92}.mini-features{display:flex;flex-wrap:wrap;gap:12px 20px;margin:22px 0;color:#416078;font-size:12px;font-weight:700}.info-duo{padding-top:18px}.info-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info-panel{min-height:270px;border-radius:22px;background:#f7fafc;border:1px solid #ebf0f4;padding:28px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;overflow:hidden;position:relative}.payment-panel{grid-template-columns:auto 1fr}.panel-icon{width:48px;height:48px;border-radius:15px;background:#e8f8f8;display:grid;place-items:center;font-size:20px;color:var(--teal);font-weight:900}.info-panel h3{font-size:28px;margin:5px 0 10px}.info-panel p{color:#708399;margin:0}.info-panel ul{padding-left:18px;color:#50687d;font-size:13px}.map-blob{width:210px;height:150px;border-radius:48% 52% 57% 43% / 43% 45% 55% 57%;background:radial-gradient(circle at 40% 40%,#d4f3f3,#91dedd);align-self:center;display:grid;place-items:center;color:#fff;font-weight:900;font-size:38px;box-shadow:inset 0 0 0 18px rgba(255,255,255,.35)}.pay-logos{display:flex;gap:10px;margin:18px 0}.pay-logos b{font-size:13px;color:#245172;padding:8px 11px;background:#fff;border:1px solid #e6edf2;border-radius:9px}.pay-logos.big b{padding:12px 16px}.faq-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.faq-list{display:grid;gap:8px}.faq-list details{background:#fff;border:1px solid #e5edf2;border-radius:12px;padding:0 14px}.faq-list summary{list-style:none;cursor:pointer;font-weight:700;font-size:13px;padding:13px 28px 13px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;top:9px;width:25px;height:25px;border-radius:50%;background:#f2f7f9;display:grid;place-items:center;color:var(--teal)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0 0 13px;color:#6a7f94;font-size:12px}.faq-list.big details{border-radius:15px;padding:0 18px}.faq-list.big summary{font-size:15px;padding:18px 35px 18px 0}.faq-list.big details p{font-size:14px;line-height:1.65}.news-mini-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:12px}.news-mini{border:1px solid #e4edf2;border-radius:15px;overflow:hidden;background:#fff;display:grid;grid-template-columns:100px 1fr;min-height:112px}.news-mini.featured{grid-row:span 2;grid-template-columns:1fr}.news-mini.featured img{height:140px;width:100%;object-fit:cover}.news-mini>div:last-child{padding:12px}.news-mini span{font-size:10px;color:var(--teal);font-weight:800}.news-mini h3{font-size:14px;line-height:1.25;margin:4px 0}.news-mini p{font-size:11px;color:#7a8da0;margin:4px 0}.mini-art{height:100%;min-height:110px;display:grid;place-items:center;font-size:30px;font-weight:900;background:linear-gradient(135deg,#e9fbfb,#f5f8ff);color:var(--teal)}.mini-art.sf{color:#079b9e}.mini-art.care{color:#6f83a1}.prefooter-cta{background:linear-gradient(100deg,#07989a,#0fb9b7);color:#fff}.prefooter-grid{min-height:92px;display:grid;grid-template-columns:1.45fr 1fr 1.25fr .8fr auto;gap:22px;align-items:center}.prefooter-grid h2{font-size:26px;margin:0}.prefooter-grid p{margin:4px 0 0;font-size:11px;color:#d8ffff}.prefooter-contact{display:flex;flex-direction:column}.prefooter-contact span{font-size:10px;color:#d4ffff}.prefooter-contact strong{font-size:14px}.prefooter-contact small{font-size:9px;color:#c2f3f3}.site-footer{background:linear-gradient(120deg,#04162d,#082448);color:#dce7f1;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr .8fr 1fr;gap:38px;padding-bottom:35px}.brand-footer{min-width:0;color:#fff}.footer-brand p{color:#8fa6bc;font-size:12px;max-width:270px}.social-row{display:flex;gap:8px}.social-row span{width:34px;height:34px;border-radius:50%;border:1px solid #45617c;display:grid;place-items:center;font-size:10px;font-weight:800}.footer-grid h4{color:#fff;font-size:12px;margin:2px 0 14px}.footer-grid>div>a,.footer-grid>div>span{display:block;color:#a8b9ca;font-size:11px;margin:8px 0}.footer-grid>div>a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);min-height:60px;display:flex;align-items:center;justify-content:space-between;color:#738ba1;font-size:10px}.footer-bottom>div{display:flex;gap:28px}.footer-bottom a:hover{color:#fff}.floating-help{position:fixed;right:22px;bottom:22px;z-index:44;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff;border:0;box-shadow:0 16px 35px rgba(11,168,168,.35);display:grid;place-items:center;cursor:pointer}.floating-help svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-modal,.callback-modal{position:fixed;inset:0;background:rgba(3,18,37,.55);backdrop-filter:blur(10px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.search-modal.is-open,.callback-modal.is-open{display:flex}.search-dialog,.callback-dialog{background:#fff;border-radius:24px;box-shadow:0 35px 90px rgba(0,0,0,.25);width:min(640px,100%);padding:34px;position:relative}.callback-dialog{width:min(520px,100%)}.search-dialog h3,.callback-dialog h3{font-size:34px;line-height:1.08;margin:6px 0 10px}.callback-dialog>p{color:#71859a}.modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:12px;background:#f1f5f8;font-size:24px;cursor:pointer}.search-form{display:flex;gap:10px;margin-top:22px}.search-form input{flex:1;border:1px solid #dfe8ee;border-radius:12px;padding:0 15px;height:48px;outline:none}.search-form input:focus{border-color:#76d2d1;box-shadow:0 0 0 3px rgba(11,168,168,.08)}.feedback-form{display:grid;gap:12px;margin-top:20px}.field{display:grid;gap:6px}.field label{font-size:11px;font-weight:800;color:#50657a}.field input,.field textarea,.field select,.buy-form select{width:100%;border:1px solid #dfe8ee;border-radius:11px;padding:12px 13px;outline:none;background:#fff}.field input:focus,.field textarea:focus,.buy-form select:focus{border-color:#69cfcd;box-shadow:0 0 0 3px rgba(11,168,168,.08)}.field-error{font-size:10px;color:#cf4750}.agree{font-size:11px;color:#60768b;display:flex;align-items:flex-start;gap:8px}.form-success{display:none;border-radius:10px;background:#eaf8ee;color:#217a3f;padding:10px 12px;font-size:12px}.form-success.is-show{display:block}.feedback-form small{font-size:9px;color:#8c9baa}.feedback-form small a{color:var(--teal)}.mobile-nav{display:none}.mobile-nav.is-open{display:grid}.page-hero{background:radial-gradient(circle at 80% 5%,#e8fbfb 0,#f7fbff 28%,#fff 60%);border-bottom:1px solid #edf2f6;padding:42px 0 50px}.page-intro{max-width:900px}.page-hero h1{font-size:clamp(42px,5.5vw,68px);line-height:1.02;letter-spacing:-.05em;margin:11px 0 15px}.page-hero p{color:#637a91;max-width:760px;font-size:15px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:#8192a3;font-size:11px;margin-bottom:22px}.breadcrumbs a:hover{color:var(--teal)}.page-split{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px}.page-split .lead{font-size:16px}.page-image img{border-radius:22px;box-shadow:var(--shadow)}.page-image.no-frame img{box-shadow:none;background:transparent}.two-col-rich{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.two-col-rich h2{font-size:39px;line-height:1.08;letter-spacing:-.04em;margin:8px 0 18px}.two-col-rich p{color:#667d93;font-size:15px}.value-card{border:1px solid #e7eef2;background:linear-gradient(145deg,#fff,#f6fbfc);padding:28px;border-radius:22px}.value-card h3{font-size:25px;margin-top:0}.icon-list{list-style:none;padding:0;margin:0;display:grid;gap:18px}.icon-list li{display:grid;grid-template-columns:1fr;gap:3px;border-bottom:1px solid #ebf0f3;padding-bottom:14px}.icon-list li:last-child{border:0}.icon-list span{color:#6d8195;font-size:12px}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.offer-card{border:1px solid #e7eef2;border-radius:18px;padding:24px;background:#fff}.offer-card>span{width:45px;height:45px;border-radius:14px;background:#eaf9f9;display:grid;place-items:center;color:var(--teal);font-size:20px}.offer-card h3{font-size:17px;line-height:1.25}.offer-card p{color:#788a9d;font-size:12px}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.steps-grid.four{grid-template-columns:repeat(4,1fr)}.steps-grid>div{border:1px solid #e6edf2;border-radius:17px;padding:20px;background:#fff}.steps-grid b{font-size:27px;color:var(--teal)}.steps-grid h3{font-size:15px;line-height:1.25;margin:8px 0}.steps-grid p{font-size:11px;color:#7d8fa0;margin:0}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:26px}.service-card{border:1px solid #e7eef2;border-radius:18px;padding:24px;min-height:190px;background:#fff}.service-card>span{display:inline-grid;min-width:46px;height:46px;padding:0 10px;place-items:center;border-radius:14px;background:#eaf9f9;color:var(--teal);font-weight:900}.service-card h3{font-size:17px}.service-card p{font-size:12px;color:#758a9f}.info-box{border-radius:22px;background:linear-gradient(135deg,#f1fbfb,#f8fbff);border:1px solid #dceef0;padding:30px;margin-top:24px}.info-box h2{font-size:28px;margin:0 0 16px}.info-box>p{color:#6f8397}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}.check-grid p{margin:0;font-size:13px;color:#4f697d}.payment-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.payment-main{display:grid;gap:16px}.payment-card{border:1px solid #e5edf2;border-radius:22px;padding:30px;background:#fff}.hero-payment{background:linear-gradient(135deg,#f0fbfb,#fff);min-height:270px}.yk-badge{display:inline-flex;padding:9px 14px;border-radius:12px;background:#fff;border:1px solid #d8ebee;color:#0a69a5;font-weight:900}.payment-card h2{font-size:31px;margin:18px 0 8px}.payment-card p{color:#6d8296}.payment-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.payment-cards>div{border:1px solid #e5edf2;border-radius:18px;padding:22px}.payment-cards span{color:var(--teal);font-size:22px;font-weight:900}.payment-cards h3{font-size:16px}.payment-cards p{font-size:11px;color:#71869a}.payment-side{border-radius:22px;background:var(--navy);color:#fff;padding:28px;height:max-content}.payment-side h3{font-size:25px;margin-top:0}.payment-side ol{padding-left:18px;color:#bfd0de;font-size:13px;display:grid;gap:12px}.security-note{margin-top:24px;border-radius:14px;background:rgba(255,255,255,.08);padding:18px}.security-note p{font-size:11px;color:#a9bfce}.faq-page-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:26px}.help-card{border-radius:22px;background:linear-gradient(145deg,#effbfb,#fff);border:1px solid #dcebed;padding:28px;height:max-content}.help-card h2,.help-card h3{font-size:28px;line-height:1.12}.help-card p,.help-card li{color:#698095;font-size:13px}.help-phone{display:block;font-size:24px;font-weight:900;margin:18px 0}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:28px}.contact-cards>a,.contact-cards>div{border:1px solid #e6edf2;border-radius:17px;padding:18px;background:#fff;display:grid;grid-template-columns:42px 1fr;column-gap:10px;align-items:center}.contact-cards span{grid-row:1/4;width:42px;height:42px;border-radius:13px;background:#e5f8f8;color:var(--teal);display:grid;place-items:center;font-weight:900}.contact-cards small{font-size:10px;color:#7a8da0}.contact-cards strong{font-size:13px}.contact-cards em{font-size:9px;font-style:normal;color:#93a2b1}.contact-main-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.contact-form-card,.map-card{border:1px solid #e6edf2;border-radius:22px;padding:30px;background:#fff}.contact-form-card h2,.map-card h2{font-size:30px;margin:7px 0}.contact-form-card>p,.map-card>p{color:#6c8196}.light-form{margin-top:16px}.map-card{background:linear-gradient(145deg,#f2fbfb,#f7f9ff);position:relative;overflow:hidden}.map-pin{width:52px;height:52px;border-radius:16px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:26px;margin-bottom:18px}.russia-map{height:190px;margin:22px 0;border-radius:25% 45% 34% 50% / 45% 35% 55% 42%;background:radial-gradient(circle at 40% 35%,#afe9e7,#6cd1cf);display:grid;place-items:center;box-shadow:inset 0 0 0 25px rgba(255,255,255,.32)}.russia-map span{color:#fff;font-size:26px;font-weight:900}.legal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.legal-cards>div{border:1px solid #e5edf2;border-radius:20px;padding:26px}.legal-cards h2{font-size:22px}.legal-cards p{color:#6d8296}.certificate-card-big{min-height:300px;border-radius:28px;background:linear-gradient(145deg,#dff8f7,#fff);border:1px solid #d5edee;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.certificate-card-big span{font-size:54px;font-weight:900;color:var(--teal)}.certificate-card-big strong{font-size:25px}.certificate-card-big small{color:#74889c;margin-top:5px}.content-card{border:1px solid #e5edf2;border-radius:22px;padding:34px;background:#fff}.prose{font-size:15px;color:#435b70}.prose h1,.prose h2,.prose h3{color:var(--ink);line-height:1.15}.prose h2{font-size:27px;margin-top:30px}.prose a{color:var(--teal);text-decoration:underline}.catalog-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.catalog-category-card{border:1px solid #e5edf2;border-radius:20px;background:#fff;padding:14px;display:grid;grid-template-columns:140px 1fr auto;gap:18px;align-items:center;transition:.2s}.catalog-category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.catalog-category-media{height:110px;border-radius:14px;background:#f7fafc;display:grid;place-items:center;overflow:hidden}.catalog-category-media img,.catalog-category-media picture{width:100%;height:100%;object-fit:contain}.catalog-category-card h2{font-size:18px;margin:0 0 5px}.catalog-category-card p{font-size:11px;color:#8191a2;margin:0}.catalog-category-card>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}.content-notice{border:1px dashed #cde3e6;border-radius:22px;background:#f6fbfb;padding:35px;text-align:center}.collection-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px}.certificate-mini{display:grid;grid-template-columns:auto 1fr;gap:2px 12px;align-items:center;background:#fff;border:1px solid #e3edef;border-radius:18px;padding:14px 18px;min-width:270px}.certificate-mini span{grid-row:1/3;width:50px;height:50px;border-radius:13px;background:#dff8f7;color:var(--teal);display:grid;place-items:center;font-size:18px;font-weight:900}.certificate-mini b{font-size:12px}.certificate-mini small{font-size:10px;color:var(--teal)}.subcollection-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.subcollection-chips a{padding:9px 13px;border-radius:10px;border:1px solid #e1e9ee;background:#fff;font-size:11px}.catalog-tools{display:flex;gap:10px;align-items:center;margin-bottom:16px}.catalog-search{position:relative;max-width:330px;flex:1}.catalog-search input{width:100%;height:42px;border:1px solid #dfe8ee;border-radius:11px;padding:0 42px 0 12px}.catalog-search button{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;background:transparent}.catalog-tools select{height:42px;border:1px solid #dfe8ee;border-radius:11px;padding:0 12px;background:#fff}.found-count{margin-left:auto;font-size:11px;color:#8192a2}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:16px}.filter-panel{border:1px solid #e5edf2;border-radius:18px;padding:20px;height:max-content;position:sticky;top:100px}.filter-head{display:flex;justify-content:space-between;border-bottom:1px solid #edf2f5;padding-bottom:14px}.filter-head span{font-size:10px;color:#8c9dad}.filter-block{border-bottom:1px solid #edf2f5;padding:16px 0}.filter-block:last-child{border-bottom:0}.filter-block h4{font-size:12px;margin:0 0 10px}.filter-block label{display:block;font-size:11px;margin:7px 0;color:#576e82}.filter-block p{font-size:10px;color:#8a9bac}.catalog-products .product-grid{grid-template-columns:repeat(4,1fr)}.pagination{display:flex;justify-content:center;gap:6px;margin:30px 0}.pagination a,.pagination span{width:36px;height:36px;border-radius:10px;border:1px solid #e4ebef;display:grid;place-items:center;font-size:12px}.pagination .current{background:var(--navy);color:#fff}.catalog-consult{margin-top:28px;border-radius:22px;background:linear-gradient(135deg,#f0fbfb,#f8fbff);border:1px solid #d9ecee;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.catalog-consult h2{font-size:30px;margin:5px 0}.catalog-consult p{color:#687f94}.product-page{padding:38px 0 70px}.product-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:44px}.gallery-main{height:570px;border-radius:24px;background:#f8fbfd;border:1px solid #e8eef2;display:grid;place-items:center;padding:22px;overflow:hidden}.gallery-main picture,.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}.gallery-thumbs button{border:1px solid #e4ebef;background:#fff;border-radius:12px;height:90px;padding:4px;cursor:pointer;overflow:hidden}.gallery-thumbs img,.gallery-thumbs picture{width:100%;height:100%;object-fit:contain}.product-info-panel{padding-top:8px}.product-info-panel h1{font-size:44px;line-height:1.06;letter-spacing:-.045em;margin:9px 0 9px}.sku{font-size:11px;color:#8797a7}.product-status{display:inline-flex;margin:13px 0;color:var(--green);font-size:12px;font-weight:800}.product-status.out{color:#bb8130}.product-main-price{display:flex;align-items:baseline;gap:12px;margin:8px 0 18px}.product-main-price strong{font-size:34px}.product-main-price span{font-size:15px;text-decoration:line-through;color:#9aa9b6}.product-short{color:#637b91;font-size:14px;margin-bottom:20px}.buy-form{border-top:1px solid #e8eef2;border-bottom:1px solid #e8eef2;padding:18px 0;display:grid;gap:14px}.buy-form .field{display:grid;gap:7px}.buy-form .field label{font-size:11px;font-weight:800}.buy-row{display:flex;gap:9px}.qty{width:82px;height:46px;border:1px solid #dfe8ee;border-radius:11px;padding:0 10px}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.product-benefits>div{border:1px solid #e6edf2;border-radius:14px;padding:13px}.product-benefits span{color:var(--teal);font-weight:900}.product-benefits b{display:block;font-size:11px;margin:5px 0}.product-benefits p{font-size:9px;color:#8393a2;margin:0}.text-button{background:none;border:0;padding:0;margin-top:16px;color:var(--teal);font-weight:800;cursor:pointer}.product-description{margin-top:55px}.section-inner{padding-bottom:0}.blog-hero{padding-bottom:0}.blog-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:end}.blog-hero-grid img{width:100%;max-height:210px;object-fit:cover;object-position:center;border-radius:24px 24px 0 0}.blog-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.blog-tabs a{padding:9px 14px;border:1px solid #e0e8ed;border-radius:10px;font-size:11px}.blog-tabs a.active{background:var(--teal);color:#fff;border-color:var(--teal)}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:18px}.blog-card-grid,.article-demo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.article-card{border:1px solid #e5edf2;border-radius:18px;overflow:hidden;background:#fff}.article-card.featured{grid-column:span 2;display:grid;grid-template-columns:1.05fr .95fr}.article-image{display:block;height:210px;background:#f5f9fb;overflow:hidden}.article-card.featured .article-image{height:100%;min-height:310px}.article-image img,.article-image picture{width:100%;height:100%;object-fit:cover}.article-card-body{padding:20px}.article-card-body small{float:right;color:#94a2af;font-size:9px}.article-tag{font-size:9px;padding:5px 8px;border-radius:8px;background:#e7f9f9;color:var(--teal);font-weight:800}.article-card h2{font-size:20px;line-height:1.16;margin:13px 0 8px}.article-card.featured h2{font-size:30px}.article-card p{font-size:12px;color:#74889b}.blog-sidebar{display:grid;gap:14px;height:max-content}.subscribe-card,.sidebar-links{border:1px solid #e5edf2;border-radius:18px;padding:22px;background:#fff}.subscribe-card>span{font-size:25px;color:var(--teal)}.subscribe-card h3,.sidebar-links h3{font-size:20px;line-height:1.15}.subscribe-card p{font-size:12px;color:#74889b}.sidebar-links a{display:block;padding:10px 0;border-bottom:1px solid #edf2f5;font-size:12px}.sidebar-links a:last-child{border:0}.article-container{max-width:900px}.article-date{color:#92a1ae!important;font-size:11px!important}.article-cover{height:470px;border-radius:24px;overflow:hidden;margin-bottom:22px}.article-cover img,.article-cover picture{width:100%;height:100%;object-fit:cover}.article-nav{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:22px}.cart-items{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:110px 1fr 80px 40px;gap:15px;align-items:center;border:1px solid #e5edf2;border-radius:17px;padding:12px}.cart-item-image{height:90px;background:#f8fafc;border-radius:12px;overflow:hidden}.cart-item-image img,.cart-item-image picture{width:100%;height:100%;object-fit:contain}.cart-item-info{display:flex;flex-direction:column;gap:5px}.cart-item-title{font-weight:800}.cart-item-info small{color:#8294a5}.remove-item{width:34px;height:34px;border:0;border-radius:10px;background:#f3f6f8;cursor:pointer;font-size:20px}.cart-actions{display:flex;gap:8px;margin-top:8px}.cart-summary{background:var(--navy);color:#fff;border-radius:20px;padding:26px;height:max-content;position:sticky;top:100px}.cart-summary h2{font-size:28px}.cart-summary>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:12px;color:#bacbda}.cart-summary .total strong{font-size:23px;color:#fff}.cart-summary p{font-size:10px;color:#9eb3c4}.empty-cart{text-align:center;border:1px solid #e5edf2;border-radius:22px;padding:60px}.empty-icon{font-size:50px}.not-found{min-height:65vh;display:grid;place-items:center;background:radial-gradient(circle at 60% 30%,#e3f8f8,#fff 55%)}.not-found-card{text-align:center;max-width:800px;padding:80px 0}.not-found h1{font-size:65px;letter-spacing:-.05em;margin:8px 0}.not-found p{color:#71849a}.not-found .hero-actions{justify-content:center}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.09s}.delay-2{transition-delay:.18s}@media(max-width:1180px){.main-nav{gap:14px;font-size:12px}.header-cta{display:none}.category-row{grid-template-columns:repeat(3,1fr)}.home-products{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.contact-cards{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:20px}.prefooter-grid{grid-template-columns:1.3fr 1fr 1fr auto}.prefooter-grid .prefooter-contact:nth-of-type(3){display:none}.catalog-products .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.topbar-grid{grid-template-columns:1fr 1fr}.topbar-grid span:nth-child(3){display:none}.main-nav{display:none}.menu-toggle{display:grid}.header-inner{height:72px}.brand{min-width:0;flex:1}.mobile-nav{position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid #e4ebef;border-radius:18px;padding:12px;box-shadow:var(--shadow);grid-template-columns:1fr 1fr;gap:4px}.mobile-nav a{padding:12px;border-radius:10px;font-size:13px}.mobile-nav a:hover{background:#f4f8fa}.mobile-nav .btn{grid-column:span 2}.hero-layout,.page-split,.about-preview-grid,.two-col-rich,.payment-layout,.faq-page-grid,.contact-main-grid,.product-layout,.blog-hero-grid{grid-template-columns:1fr}.hero-layout{padding-top:42px}.hero-visual{max-width:760px;margin:0 auto}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-grid>div:nth-child(3){border-right:0}.info-duo-grid,.faq-news-grid{grid-template-columns:1fr}.offer-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid.four{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.payment-cards{grid-template-columns:1fr}.catalog-category-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.filter-head{grid-column:1/-1}.filter-block{border:0;background:#f8fafc;padding:14px;border-radius:14px}.catalog-products .product-grid{grid-template-columns:repeat(3,1fr)}.blog-layout{grid-template-columns:1fr}.blog-sidebar{grid-template-columns:repeat(3,1fr)}.article-card.featured{display:block}.article-card.featured .article-image{height:260px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:20px}.prefooter-grid{grid-template-columns:1.2fr 1fr auto}.prefooter-grid .prefooter-contact:nth-of-type(2){display:none}.prefooter-grid .prefooter-contact:nth-of-type(3){display:none}}@media(max-width:700px){.container{width:min(calc(100% - 28px),var(--container))}.topbar-grid{grid-template-columns:1fr;min-height:32px}.topbar-grid span:nth-child(2){display:none}.brand img{width:36px;height:36px}.brand-copy strong{font-size:15px}.brand-copy small{display:none}.header-tools{gap:2px}.icon-button{width:38px;height:38px}.hero-layout{min-height:auto;padding:40px 0}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:15px}.hero-points{display:grid}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-visual img{border-radius:20px}.section{padding:56px 0}.section-tight{padding:40px 0}.section-head{align-items:flex-start}.section-head h2{font-size:30px}.section-head>.text-link{display:none}.category-row{grid-template-columns:repeat(2,1fr)}.category-tile{min-height:190px}.category-media{height:100px}.product-grid,.home-products,.catalog-products .product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-media,.home-products .product-media{height:160px}.product-body{padding:11px}.product-kicker,.product-desc{display:none}.product-title{font-size:12px;min-height:31px}.price{font-size:16px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{border-right:1px solid rgba(255,255,255,.1)!important;border-bottom:1px solid rgba(255,255,255,.1)}.trust-band.light .trust-grid>div{border-color:#e5edf2!important}.about-copy h2{font-size:33px}.info-panel{grid-template-columns:auto 1fr}.map-blob{display:none}.news-mini-grid{grid-template-columns:1fr}.news-mini.featured{grid-row:auto}.prefooter-grid{grid-template-columns:1fr auto;padding:18px 0}.prefooter-grid .prefooter-contact{display:none!important}.prefooter-grid p{max-width:230px}.site-footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;padding:16px 0;gap:8px}.footer-bottom>div{gap:12px;flex-wrap:wrap}.page-hero{padding:36px 0}.page-hero h1{font-size:43px}.two-col-rich h2{font-size:32px}.offer-grid,.service-grid,.contact-cards,.legal-cards,.catalog-category-grid{grid-template-columns:1fr}.steps-grid,.steps-grid.four{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.catalog-category-card{grid-template-columns:100px 1fr auto}.catalog-tools{align-items:stretch;flex-wrap:wrap}.catalog-search{max-width:none;min-width:100%}.found-count{margin-left:0}.filter-panel{grid-template-columns:1fr}.filter-head{grid-column:auto}.catalog-consult{align-items:flex-start;flex-direction:column}.gallery-main{height:390px}.product-info-panel h1{font-size:34px}.product-benefits{grid-template-columns:1fr}.blog-card-grid,.article-demo-grid{grid-template-columns:1fr}.article-card.featured{grid-column:auto}.blog-sidebar{grid-template-columns:1fr}.article-cover{height:280px}.cart-item{grid-template-columns:82px 1fr 60px 34px;gap:8px}.cart-item-image{height:72px}.not-found h1{font-size:44px}.search-dialog,.callback-dialog{padding:26px 18px}.search-form{flex-direction:column}.floating-help{width:50px;height:50px;right:14px;bottom:14px}}@media(max-width:430px){.category-row{grid-template-columns:1fr 1fr}.category-tile{padding:10px}.category-tile h3{font-size:13px}.product-grid,.home-products,.catalog-products .product-grid{grid-template-columns:1fr 1fr}.product-card{border-radius:14px}.product-media,.home-products .product-media{height:145px}.product-foot{align-items:center}.cart-square{width:34px;height:34px}.contact-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero-copy h1{font-size:43px}}


/* v3 refinements */
body{font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#102741}.brand-copy strong,.btn,h1,h2,h3,h4,h5,h6,.page-hero h1,.hero-copy h1,.product-title,.main-nav a{font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.hero-copy h1{font-size:clamp(42px,5.2vw,64px)!important;line-height:1.02!important;letter-spacing:-.04em}.hero-copy>p,.page-hero p,.section-copy,.about-copy p,.advantage-copy p,.content-card p,.article-card p,.faq-list p{max-width:72ch}.page-hero{padding:48px 0 30px!important}.page-hero h1{font-size:clamp(36px,4.4vw,58px)!important;line-height:1.05!important;margin:8px 0 10px!important;letter-spacing:-.04em!important}.page-hero .eyebrow{margin-bottom:6px}.page-hero p,.page-intro p,.blog-hero p{font-size:16px!important;line-height:1.58!important;color:#61758c!important;margin-top:0!important}.breadcrumbs{margin-bottom:12px!important}.section{padding:66px 0!important}.section-tight{padding:40px 0!important}.section-head{margin-bottom:22px!important}.section-head h2{font-size:clamp(28px,3vw,40px)!important;line-height:1.08!important;letter-spacing:-.03em!important;margin:6px 0 8px!important}.section-head.compact h2{font-size:clamp(26px,2.6vw,34px)!important}.section-head p,.section-copy{font-size:15px!important;color:#6a7f95!important;margin:0!important}.about-copy h2,.two-col-rich h2,.product-info-panel h1,.callback-dialog h3,.search-dialog h3{font-size:clamp(28px,3.2vw,42px)!important;line-height:1.08!important;letter-spacing:-.03em!important}.product-empty-polished h3,.payment-main h2,.payment-side h3,.subscribe-card h3,.help-card h3,.sidebar-links h3,.content-notice h2{font-size:clamp(24px,2.6vw,32px)!important;line-height:1.1!important}.category-tile h3,.offer-card h3,.service-card h3,.contact-card h3,.article-card h2,.info-panel h3{font-size:clamp(20px,2vw,28px)!important;line-height:1.15!important}.article-card.featured h2{font-size:clamp(28px,3vw,38px)!important}.content-card,.value-card,.subscribe-card,.sidebar-links,.help-card,.payment-side,.product-empty-polished,.service-card,.contact-card,.offer-card,.faq-list details{border-radius:20px!important}.text-link{font-weight:700}.home-products .product-title,.catalog-products .product-title{min-height:0!important}.trust-band strong{font-size:28px!important}.photo-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.photo-gallery-grid.small{grid-template-columns:repeat(4,1fr);margin-top:16px}.gallery-shot{margin:0;border:1px solid #e6edf3;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(10,34,62,.05)}.gallery-shot img{width:100%;height:190px;object-fit:cover;display:block}.photo-gallery-grid.small .gallery-shot img{height:150px}.gallery-shot figcaption{padding:12px 14px;font-size:14px;font-weight:700;color:#163252}.advantage-layout{display:grid;grid-template-columns:.96fr 1.04fr;gap:24px;align-items:center}.advantage-visual img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:26px;box-shadow:0 24px 60px rgba(15,42,71,.13)}.advantage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.advantage-grid div{background:#fff;border:1px solid #e5edf2;border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(10,34,62,.04)}.advantage-grid b{display:block;font-size:16px;margin-bottom:6px}.advantage-grid span{display:block;color:#6a7f95;font-size:14px;line-height:1.5}.news-mini img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.news-mini{display:grid!important;grid-template-columns:120px 1fr;gap:14px;align-items:stretch}.news-mini.featured{grid-template-columns:1fr!important}.news-mini.featured img{height:220px;border-radius:18px 18px 0 0}.blog-page .section-head{margin-bottom:16px}.blog-card-grid,.article-demo-grid{gap:18px!important}.article-image{height:240px!important}.article-card.featured .article-image{min-height:290px!important}.article-card-body{padding:22px!important}.article-card-body p{font-size:14px!important;line-height:1.58!important;color:#6a7f95!important}.article-card-body small{float:none!important;display:block!important;margin-top:8px;color:#93a2b1!important;font-size:11px!important}.article-tag{font-size:11px!important;border-radius:999px!important;padding:7px 10px!important}.blog-gallery-block{margin-top:26px}.sidebar-links a{display:grid!important;grid-template-columns:74px 1fr;gap:12px;align-items:center}.sidebar-links a img{width:74px;height:74px;object-fit:cover;border-radius:12px}.sidebar-links a span{font-size:14px;font-weight:700;line-height:1.35}.callback-dialog{width:min(460px,100%)!important;padding:22px 22px 18px!important;max-height:88vh;overflow:auto}.callback-dialog h3{margin:4px 0 8px!important}.callback-dialog>p{font-size:14px!important;line-height:1.5!important;margin:0 0 14px!important}.feedback-form{display:grid;gap:10px}.feedback-form .field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.feedback-form input,.feedback-form textarea{width:100%;padding:12px 14px;border:1px solid #dce6ee;border-radius:12px;min-height:46px;background:#fff}.feedback-form textarea{min-height:90px;resize:vertical}.agree{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:#5d7288}.agree input{margin-top:3px;min-height:auto;width:16px;height:16px}.form-success{font-size:13px;padding:10px 12px;border-radius:12px;background:#e8f9f0;color:#187948;display:none}.btn-wide{width:100%}.help-card{border:1px solid #e5edf2;border-radius:18px;padding:22px;background:linear-gradient(180deg,#fff,#f8fcfd)}.help-card ul{padding-left:18px;color:#60768d;font-size:14px;line-height:1.7;margin:12px 0 16px}.prose{font-size:15px;line-height:1.7;color:#32485f}.prose h2,.prose h3{font-size:28px;line-height:1.15;letter-spacing:-.02em}.prose p{margin:0 0 16px}.faq-list details{padding:18px 20px!important}.faq-list summary{font-size:16px!important;font-weight:800!important}.blog-tabs{margin-bottom:14px!important}.blog-tabs a{font-size:13px!important;padding:10px 15px!important;border-radius:12px!important}.article-cover{height:380px!important}.prefooter-grid h2{font-size:30px!important;line-height:1.08!important;margin:0 0 8px}.prefooter-grid p{font-size:15px!important;color:#d4eef0}.site-footer h4{font-size:16px!important}.site-footer p,.site-footer a,.site-footer span{font-size:14px!important}.catalog-tools,.contact-main-grid,.payment-layout,.faq-page-grid,.blog-layout,.about-preview-grid,.info-duo-grid,.two-col-rich,.service-grid{row-gap:18px!important}.page-hero .container,.section .container{position:relative}@media(max-width:1180px){.photo-gallery-grid,.photo-gallery-grid.small{grid-template-columns:repeat(3,1fr)}.advantage-layout{grid-template-columns:1fr}.advantage-visual img{min-height:360px}}@media(max-width:980px){.news-mini{grid-template-columns:100px 1fr!important}.photo-gallery-grid,.photo-gallery-grid.small{grid-template-columns:repeat(2,1fr)}.advantage-grid{grid-template-columns:1fr 1fr}.blog-sidebar{grid-template-columns:1fr!important}}@media(max-width:700px){.page-hero{padding:34px 0 22px!important}.page-hero h1{font-size:40px!important}.hero-copy h1{font-size:42px!important}.section{padding:54px 0!important}.advantage-grid{grid-template-columns:1fr}.photo-gallery-grid,.photo-gallery-grid.small{grid-template-columns:1fr 1fr}.gallery-shot img{height:130px}.news-mini{grid-template-columns:1fr!important}.news-mini img{height:180px;border-radius:18px 18px 0 0}.callback-dialog{width:min(94vw,460px)!important;padding:18px 16px!important}.feedback-form input,.feedback-form textarea{min-height:42px}.feedback-form textarea{min-height:82px}}@media(max-width:430px){.photo-gallery-grid,.photo-gallery-grid.small{grid-template-columns:1fr}.gallery-shot img{height:170px}.page-hero h1,.hero-copy h1{font-size:34px!important}.section-head h2{font-size:28px!important}}

/* v4 editorial/media refinements */
.media-hero-art{min-height:250px;border-radius:26px;background:linear-gradient(135deg,#e8f8f8,#f4f8fc 48%,#e5eef8);display:grid;place-items:center;position:relative;overflow:hidden}.media-hero-art:before,.media-hero-art:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(11,168,168,.18)}.media-hero-art:before{width:310px;height:310px;right:-80px;top:-130px}.media-hero-art:after{width:190px;height:190px;left:-50px;bottom:-70px}.media-hero-card{width:min(78%,340px);aspect-ratio:1.25;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border-radius:26px;box-shadow:0 25px 55px rgba(16,58,87,.12);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:34px;position:relative;z-index:1}.media-hero-card>span{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,var(--teal),#6ad4ce);color:#fff;font-size:22px;font-weight:800;margin-bottom:20px}.media-hero-card>b{font-size:25px;line-height:1.12}.media-hero-card small{margin-top:8px;color:#73869a;letter-spacing:.08em}.topic-visual{height:100%;min-height:190px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef8fb,#f7fbfd)}.topic-visual:before,.topic-visual:after{content:"";position:absolute;border-radius:50%}.topic-visual:before{width:230px;height:230px;right:-75px;top:-90px;background:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.65)}.topic-visual:after{width:150px;height:150px;left:-55px;bottom:-65px;border:1px solid rgba(255,255,255,.65)}.topic-orb{width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.78);box-shadow:0 18px 44px rgba(22,61,86,.12);backdrop-filter:blur(8px);position:relative;z-index:2}.topic-orb b{font-size:34px;line-height:1;color:#0c7f86}.topic-orb span{font-size:12px;font-weight:800;color:#24445f;text-transform:uppercase;letter-spacing:.06em;text-align:center;max-width:115px}.topic-lines{position:absolute;inset:18px;border:1px solid rgba(255,255,255,.65);border-radius:22px;z-index:1}.topic-payment{background:linear-gradient(135deg,#e8faf3,#e5f3ff)}.topic-delivery{background:linear-gradient(135deg,#e8f6ff,#edf2ff)}.topic-sfr{background:linear-gradient(135deg,#e9fbfb,#e7f7f5)}.topic-mattress{background:linear-gradient(135deg,#f1f4ff,#eaf8ff)}.topic-bed{background:linear-gradient(135deg,#edf8f5,#f4f3ff)}.topic-walker{background:linear-gradient(135deg,#eaf9f7,#f5fafc)}.topic-mobility{background:linear-gradient(135deg,#e6f7fb,#eef5ff)}.topic-care{background:linear-gradient(135deg,#eef9f3,#f8f6ff)}.topic-rehab{background:linear-gradient(135deg,#f2f0ff,#e8faf9)}.topic-service{background:linear-gradient(135deg,#eaf8ff,#f1fbf4)}.topic-catalog{background:linear-gradient(135deg,#e9faf9,#edf3ff)}.curated-grid .article-card.featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.curated-grid .article-card.featured .article-image{min-height:330px}.graphic-cover{height:330px!important}.graphic-cover .topic-visual{min-height:330px;border-radius:24px}.sidebar-links a{grid-template-columns:48px 1fr!important}.sidebar-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf8f8;color:#0b8f92;font-size:13px;font-weight:800}.news-mini .topic-visual{min-height:110px;border-radius:16px}.news-mini.featured .topic-visual{min-height:220px;border-radius:18px 18px 0 0}.news-mini .topic-orb{width:86px;height:86px}.news-mini .topic-orb b{font-size:22px}.news-mini .topic-orb span{font-size:9px}.news-mini.featured .topic-orb{width:128px;height:128px}.news-mini.featured .topic-orb b{font-size:30px}.blog-card-grid{align-items:stretch}.article-card{box-shadow:0 10px 28px rgba(11,45,74,.04)}.article-card:hover{transform:translateY(-2px);transition:.2s ease;box-shadow:0 18px 38px rgba(11,45,74,.08)}
@media(max-width:700px){.curated-grid .article-card.featured{grid-column:auto;display:block}.media-hero-art{min-height:200px}.media-hero-card{padding:24px}.topic-visual{min-height:165px}.graphic-cover{height:240px!important}.graphic-cover .topic-visual{min-height:240px}.news-mini.featured .topic-visual{min-height:180px}}

/* Catalog hover navigation — desktop mega menu */
.header-inner{position:relative}
.nav-catalog{position:static;align-self:stretch;display:flex;align-items:center}
.nav-catalog>.nav-catalog-link{display:flex;align-items:center;gap:6px}
.catalog-mega{position:absolute;top:calc(100% - 1px);left:0;right:0;width:100%;transform:translateY(10px);opacity:0;visibility:hidden;pointer-events:none;background:rgba(255,255,255,.99);border:1px solid #dfe9ef;border-radius:0 0 24px 24px;box-shadow:0 26px 70px rgba(6,27,54,.16);padding:20px 22px 22px;transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:120}
.nav-catalog:hover .catalog-mega,.nav-catalog:focus-within .catalog-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.catalog-mega:before{content:"";position:absolute;left:0;right:0;top:-12px;height:13px}
.catalog-mega-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:0 2px 15px;border-bottom:1px solid #e9eff3;margin-bottom:16px}
.catalog-mega-head>div{display:flex;flex-direction:column;gap:2px}
.catalog-mega-head span{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#8ba0b3}
.catalog-mega-head strong{font-size:18px;line-height:1.25;letter-spacing:-.025em;color:var(--ink)}
.catalog-mega-head>a{padding:5px 0!important;font-size:11px!important;color:var(--teal)!important;font-weight:800;white-space:nowrap}
.catalog-mega-head>a:after{display:none!important}
.catalog-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-height:min(58vh,540px);overflow:auto;overscroll-behavior:contain;padding:0 4px 2px 0;scrollbar-width:thin;scrollbar-color:#c7d7e1 transparent}
.catalog-mega-column{min-width:0;padding:14px 15px 15px;background:#f8fbfc;border:1px solid #edf2f5;border-radius:16px;align-self:start}
.catalog-mega-title{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:0 0 11px!important;border-bottom:1px solid #e7eef2;font-size:13px!important;line-height:1.3;font-weight:800!important;color:#12324e!important}
.catalog-mega-title span{min-width:0}
.catalog-mega-title b{font-size:16px;color:var(--teal);font-weight:700;transition:transform .18s ease}
.catalog-mega-title:hover b{transform:translateX(3px)}
.catalog-mega-title:after{display:none!important}
.catalog-mega-sublist{display:grid;gap:1px;padding-top:7px}
.catalog-mega-subitem{min-width:0}
.catalog-mega-sub{display:flex!important;align-items:flex-start;gap:7px;padding:6px 7px!important;border-radius:9px;font-size:12px!important;line-height:1.32;font-weight:650;color:#536d84!important;transition:background .15s ease,color .15s ease!important}
.catalog-mega-sub:before{content:"";width:4px;height:4px;flex:0 0 4px;margin-top:.55em;border-radius:50%;background:#9bb0bf;transition:.15s}
.catalog-mega-sub:hover{background:#eaf7f7;color:#087f82!important}
.catalog-mega-sub:hover:before{background:var(--teal)}
.catalog-mega-sub:after{display:none!important}
.catalog-mega-level3{display:grid;gap:1px;margin:-1px 0 4px 18px;padding-left:9px;border-left:1px solid #dde8ee}
.catalog-mega-level3 a{display:block!important;padding:4px 5px!important;border-radius:7px;font-size:10.5px!important;line-height:1.3;color:#7b8fa1!important}
.catalog-mega-level3 a:after{display:none!important}
.catalog-mega-level3 a:hover{background:#eef7f8;color:#07888b!important}
.catalog-mega-direct{display:inline-flex!important;margin-top:10px;padding:6px 7px!important;border-radius:9px;font-size:11px!important;font-weight:750;color:var(--teal)!important}
.catalog-mega-direct:after{display:none!important}
.catalog-mega-direct:hover{background:#eaf7f7}

/* Static news — independent from InSales blog articles */
.static-news-hero .media-hero-photo img{height:230px;object-fit:cover;border-radius:24px}
.static-news-intro{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}
.static-news-intro h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:6px 0 0}
.static-news-intro>p{max-width:480px;color:#73869a;font-size:13px;margin:0}
.static-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.static-news-card{border:1px solid #e3ebf0;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(15,42,71,.05);transition:.22s}
.static-news-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,42,71,.09);border-color:#d5e7ea}
.static-news-card.featured{grid-column:span 2}
.static-news-card>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:220px 1fr;min-height:220px}
.static-news-card.featured>summary{grid-template-columns:1.05fr .95fr;min-height:350px}
.static-news-card>summary::-webkit-details-marker{display:none}
.static-news-image{overflow:hidden;background:#f5f9fb}
.static-news-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.static-news-card:hover .static-news-image img{transform:scale(1.025)}
.static-news-body{padding:24px;display:flex;flex-direction:column;align-items:flex-start}
.static-news-card.featured .static-news-body{padding:36px}
.static-news-body small{font-size:10px;color:#97a5b2;margin-top:10px}
.static-news-body h2{font-size:23px;line-height:1.14;letter-spacing:-.025em;margin:10px 0 8px}
.static-news-card.featured .static-news-body h2{font-size:34px;max-width:520px}
.static-news-body p{font-size:13px;line-height:1.55;color:#6e8296;margin:0 0 12px}
.static-news-more{margin-top:auto;font-size:12px;color:#07888b}
.static-news-card[open] .static-news-more{color:#8aa0b3}
.static-news-expanded{padding:22px 24px 24px;border-top:1px solid #edf2f5;background:#fbfdfe;color:#536b82;font-size:14px;line-height:1.65}
.static-news-card.featured .static-news-expanded{padding:26px 36px 30px}
.static-news-expanded p{margin:0 0 14px}
.static-news-expanded .btn{margin-top:3px}

@media(max-width:1180px){
  .catalog-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .catalog-mega{display:none}
  .mobile-catalog{border-bottom:1px solid #edf2f5}
  .mobile-catalog>summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-weight:800}
  .mobile-catalog summary::-webkit-details-marker{display:none}
  .mobile-catalog>summary span,.mobile-category-group>summary span{transition:transform .18s ease}
  .mobile-catalog[open]>summary span,.mobile-category-group[open]>summary span{transform:rotate(180deg)}
  .mobile-catalog-list{display:grid;gap:6px;padding:0 0 12px}
  .mobile-catalog-list a{border:0!important}
  .mobile-all-catalog{padding:8px 10px!important;border-radius:10px!important;background:#edf8f8;color:#087f82!important;font-size:12px!important;font-weight:800!important}
  .mobile-category-group{border:1px solid #e7eef2;border-radius:12px;background:#fafcfd;overflow:hidden}
  .mobile-category-group>summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;font-size:12.5px;font-weight:800;color:#17334d}
  .mobile-category-children{display:grid;padding:2px 8px 9px;border-top:1px solid #edf2f5;background:#fff}
  .mobile-category-main{padding:8px 6px!important;font-size:11.5px!important;font-weight:800;color:#087f82!important}
  .mobile-category-sub{padding:7px 6px!important;font-size:12px!important;color:#5c7287!important}
  .mobile-category-level3{padding:5px 6px 5px 20px!important;font-size:11px!important;color:#8294a4!important;position:relative}
  .mobile-category-level3:before{content:"";position:absolute;left:8px;top:50%;width:5px;height:1px;background:#b2c0ca}
  .static-news-grid{grid-template-columns:1fr}
  .static-news-card.featured{grid-column:auto}
  .static-news-card.featured>summary,.static-news-card>summary{grid-template-columns:180px 1fr;min-height:210px}
  .static-news-card.featured .static-news-body{padding:24px}
  .static-news-card.featured .static-news-body h2{font-size:25px}
}
@media(max-width:700px){
  .static-news-intro{display:block}
  .static-news-intro>p{margin-top:12px}
  .static-news-card.featured>summary,.static-news-card>summary{grid-template-columns:1fr}
  .static-news-image{height:190px}
  .static-news-card.featured .static-news-body,.static-news-body{padding:20px}
  .static-news-card.featured .static-news-expanded,.static-news-expanded{padding:19px 20px 22px}
  .static-news-card.featured .static-news-body h2,.static-news-body h2{font-size:21px}
}
@media(max-width:980px){.mobile-catalog{grid-column:1/-1}.filter-panel{grid-template-columns:repeat(2,1fr)}}

/* Catalog landing page: visible subcategories */
.page-catalog .catalog-category-grid{align-items:start}
.page-catalog .catalog-category-card{display:block;padding:0;overflow:hidden;transform:none}
.page-catalog .catalog-category-card:hover{transform:none;box-shadow:var(--shadow-sm);border-color:#dce8ee}
.catalog-category-main{display:grid;grid-template-columns:118px minmax(0,1fr) 34px;gap:16px;align-items:center;padding:14px}
.catalog-category-main:hover .catalog-category-copy h2{color:var(--teal)}
.catalog-category-main>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;transition:transform .18s ease}
.catalog-category-main:hover>b{transform:translateX(3px)}
.catalog-category-copy h2{transition:color .18s ease}
.catalog-category-subs{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 15px 148px;border-top:1px solid #edf2f5;padding-top:12px;background:#fbfdfe}
.catalog-category-subs a{display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border:1px solid #e3ecef;border-radius:9px;background:#fff;font-size:11px;line-height:1.25;color:#5f768b;transition:.16s ease}
.catalog-category-subs a:hover{border-color:#bfe2e2;background:#eef9f9;color:#07888b}
@media(max-width:700px){
  .catalog-category-main{grid-template-columns:88px minmax(0,1fr) 32px;gap:12px;padding:12px}
  .page-catalog .catalog-category-media{height:88px}
  .catalog-category-subs{padding:10px 12px 13px;gap:6px}
  .catalog-category-subs a{font-size:10.5px;min-height:28px}
}
