:root{
  --om-navy:#0d1642;--om-navy-2:#17215b;--om-blue:#2638a7;--om-red:#e8263f;--om-red-soft:#fff0f2;
  --om-ink:#111527;--om-muted:#74798d;--om-line:#e7e9f1;--om-bg:#f5f6f9;--om-bg-2:#eceff6;--om-white:#fff;
  --om-green:#169c6b;--om-radius:24px;--om-radius-lg:34px;--om-shadow:0 24px 70px rgba(18,24,60,.10);
  --om-ease:cubic-bezier(.2,.75,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--om-ink);font-family:"Onest",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.om-page-shell{overflow:hidden}.om-container{width:calc(100% - 48px);max-width:1320px;margin:0 auto}.om-section{padding:104px 0}.om-section--soft{background:var(--om-bg)}.om-section--catalog{padding-top:64px}.om-svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.om-muted-note{color:var(--om-muted);font-size:13px}

/* TYPOGRAPHY */
.om-kicker{display:inline-flex;align-items:center;gap:9px;font-size:11px;line-height:1;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--om-blue)}.om-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--om-red);box-shadow:0 0 0 5px rgba(232,38,63,.08)}.om-kicker--light{color:#fff}.om-kicker--light:before{background:#ff5b71;box-shadow:0 0 0 5px rgba(255,91,113,.13)}.om-title{margin:16px 0 0;font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.045em}.om-subtitle{margin:18px 0 0;max-width:720px;color:var(--om-muted);font-size:17px;line-height:1.62}.om-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:38px}.om-section-head>div{max-width:760px}.om-section-head h2{margin:14px 0 0;font-size:clamp(34px,3.2vw,46px);line-height:1.04;letter-spacing:-.042em;font-weight:650}.om-section-head p{max-width:500px;margin:0;color:var(--om-muted);font-size:15px;line-height:1.7}.om-text-link{display:inline-flex;align-items:center;gap:10px;font-weight:650;border-bottom:1px solid #c8cbd8;padding-bottom:4px;transition:.25s var(--om-ease)}.om-text-link:hover{color:var(--om-red);border-color:var(--om-red)}

/* BUTTONS */
.om-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:14px;background:var(--om-navy);color:#fff;font-weight:650;font-size:14px;letter-spacing:-.01em;transition:transform .28s var(--om-ease),box-shadow .28s var(--om-ease),background .28s var(--om-ease),border-color .28s var(--om-ease)}.om-btn:hover{transform:translateY(-2px);background:var(--om-blue);box-shadow:0 16px 30px rgba(22,31,92,.16)}.om-btn--red{background:var(--om-red);box-shadow:0 12px 26px rgba(232,38,63,.18)}.om-btn--red:hover{background:#d91f36;box-shadow:0 18px 36px rgba(232,38,63,.24)}.om-btn--light{background:#fff;color:var(--om-navy)}.om-btn--light:hover{background:#fff;box-shadow:0 16px 35px rgba(0,0,0,.13)}.om-btn--ghost{background:#fff;border-color:var(--om-line);color:var(--om-ink);box-shadow:none}.om-btn--ghost:hover{background:var(--om-bg);border-color:#d7d9e4;color:var(--om-navy);box-shadow:none}.om-btn--glass{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(12px);box-shadow:none}.om-btn--glass:hover{background:rgba(255,255,255,.16);box-shadow:none}.om-btn--blue{background:var(--om-blue)}.om-btn--wide{width:100%}.om-icon-btn{position:relative;width:46px;height:46px;border:1px solid var(--om-line);border-radius:14px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--om-ink);transition:.25s var(--om-ease)}.om-icon-btn:hover{transform:translateY(-2px);border-color:#d4d7e3;box-shadow:0 12px 26px rgba(18,24,60,.08)}.om-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:12px;background:var(--om-red);color:#fff;font-size:10px;line-height:15px;text-align:center;font-weight:700}

/* HEADER */
.om-topline{background:var(--om-navy);color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.015em}.om-topline__inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.om-topline__left,.om-topline__right{display:flex;align-items:center;gap:24px}.om-topline a{transition:.2s}.om-topline a:hover{color:#fff}.om-topline__status{display:flex;align-items:center;gap:8px;color:#fff}.om-topline__status i{width:6px;height:6px;border-radius:50%;background:#41d19b;box-shadow:0 0 0 4px rgba(65,209,155,.12)}.om-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.88);backdrop-filter:saturate(160%) blur(18px);border-bottom:1px solid rgba(224,226,235,.72);transition:box-shadow .3s var(--om-ease),background .3s var(--om-ease)}.om-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 10px 40px rgba(20,27,62,.07)}.om-header__main{height:78px;display:grid;grid-template-columns:172px minmax(300px,1fr) auto;align-items:center;gap:28px}.om-logo img{width:165px;height:auto}.om-search{position:relative;display:flex;align-items:center;max-width:650px;width:100%;margin:0 auto}.om-search__icon{position:absolute;left:17px;width:18px;height:18px;color:#8b8fa2;pointer-events:none}.om-search input{width:100%;height:46px;border:1px solid var(--om-line);border-radius:14px;background:#f6f7fa;padding:0 90px 0 47px;outline:0;color:var(--om-ink);font-size:13px;transition:.25s var(--om-ease)}.om-search input::placeholder{color:#9a9daf}.om-search input:focus{background:#fff;border-color:#c9ccdb;box-shadow:0 0 0 4px rgba(38,56,167,.05)}.om-search button{position:absolute;right:5px;height:36px;padding:0 14px;border:0;border-radius:10px;background:var(--om-navy);color:#fff;font-size:12px;font-weight:650}.om-header__actions{display:flex;align-items:center;gap:11px}.om-header__phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;margin-right:6px}.om-header__phone span{font-size:10px;color:var(--om-muted);margin-bottom:5px}.om-header__phone strong{font-size:14px;font-weight:650;letter-spacing:-.01em}.om-header__callback{display:none}.om-nav{border-top:1px solid rgba(232,233,240,.82)}.om-nav__inner{height:48px;display:flex;align-items:center;gap:6px;overflow:auto;scrollbar-width:none}.om-nav__inner::-webkit-scrollbar{display:none}.om-nav a{white-space:nowrap;padding:8px 10px;border-radius:10px;font-size:12px;font-weight:600;color:#54586b;transition:.2s}.om-nav a:hover{color:var(--om-navy);background:#f5f6fa}.om-nav a.om-nav__catalog{padding:8px 13px 8px 11px;background:var(--om-navy);color:#fff;gap:8px;display:flex;align-items:center}.om-nav__catalog .om-svg{width:16px;height:16px}.om-nav a.om-nav__certificate{color:var(--om-red);margin-right:auto}.om-nav__certificate span{margin-left:5px}.om-burger{display:none}.om-overlay{position:fixed;inset:0;background:rgba(8,12,34,.4);backdrop-filter:blur(5px);opacity:0;pointer-events:none;z-index:65;transition:.25s}

/* HERO */
.om-hero{padding:28px 0 18px;background:#fff}.om-hero__grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(390px,.86fr);gap:16px}.om-hero__main,.om-hero__visual{min-height:610px;border-radius:var(--om-radius-lg);position:relative;overflow:hidden}.om-hero__main{padding:58px 58px 48px;color:#fff;background:linear-gradient(145deg,#0d1642 0%,#121b50 54%,#202b79 100%);box-shadow:var(--om-shadow)}.om-hero__main:before{content:"";position:absolute;inset:auto -90px -190px auto;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),rgba(255,255,255,0) 67%)}.om-hero__main:after{content:"";position:absolute;left:-90px;top:-160px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 64px rgba(255,255,255,.02),0 0 0 128px rgba(255,255,255,.015)}.om-hero__kicker{position:relative;z-index:2;display:inline-flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.8)}.om-hero__kicker i{width:6px;height:6px;border-radius:50%;background:#ff5570}.om-hero h1{position:relative;z-index:2;max-width:760px;margin:28px 0 0;font-size:clamp(46px,4.6vw,66px);line-height:.99;letter-spacing:-.055em;font-weight:650}.om-hero h1 span{color:#ff5069}.om-hero__lead{position:relative;z-index:2;max-width:610px;margin:25px 0 0;font-size:16px;line-height:1.67;color:rgba(255,255,255,.69)}.om-hero__buttons{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.om-hero__trust{position:absolute;left:58px;right:58px;bottom:42px;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:24px;border-top:1px solid rgba(255,255,255,.13)}.om-hero__trust strong{display:block;font-size:17px;font-weight:650}.om-hero__trust span{display:block;margin-top:4px;font-size:10px;line-height:1.35;color:rgba(255,255,255,.5)}.om-hero__visual{background:linear-gradient(145deg,#f3f4f9,#e9edf7);border:1px solid #e6e8f0}.om-hero__visual:before{content:"";position:absolute;width:380px;height:380px;left:50%;top:46%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 38% 32%,#5364d8 0%,#2638a7 37%,#111b57 70%);box-shadow:0 34px 70px rgba(33,49,137,.22)}.om-hero__monogram{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);z-index:2;color:#fff;font-size:154px;line-height:1;font-weight:800;letter-spacing:-.12em;text-shadow:0 16px 38px rgba(0,0,0,.15)}.om-orbit{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);border:1px solid rgba(38,56,167,.17);border-radius:50%;animation:om-rotate 16s linear infinite}.om-orbit:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--om-red);top:16%;left:10%;box-shadow:0 0 0 8px rgba(232,38,63,.08)}.om-orbit--one{width:470px;height:470px}.om-orbit--two{width:560px;height:560px;animation-duration:24s;animation-direction:reverse}.om-orbit--two:before{background:var(--om-blue);top:auto;left:auto;right:17%;bottom:8%;box-shadow:0 0 0 8px rgba(38,56,167,.08)}.om-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;padding:14px 15px;border:1px solid rgba(255,255,255,.68);border-radius:18px;background:rgba(255,255,255,.76);backdrop-filter:blur(16px);box-shadow:0 18px 40px rgba(31,39,92,.10);animation:om-float 5.5s var(--om-ease) infinite}.om-float-card small{display:block;font-size:9px;line-height:1.2;color:var(--om-muted)}.om-float-card strong{display:block;margin-top:4px;font-size:12px;font-weight:650;line-height:1.2}.om-float-card--top{top:74px;left:32px}.om-float-card--mid{right:22px;top:220px;animation-delay:-1.8s}.om-float-card--bottom{left:38px;bottom:54px;animation-delay:-3.1s}.om-float-card--bottom>span{margin-left:20px;padding:5px 8px;border-radius:999px;background:var(--red-soft,#fff0f2);color:var(--om-red);font-size:9px;font-weight:650}.om-float-card__dot{width:12px;height:12px;border-radius:50%;background:#39c68d;box-shadow:0 0 0 7px rgba(57,198,141,.12)}.om-float-card__icon{width:38px;height:38px;border-radius:12px;background:var(--om-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.om-float-card--mid>a{margin-left:6px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--om-red);color:#fff}.om-hero__pulse{position:absolute;right:30px;bottom:25px;display:flex;align-items:center;gap:7px;font-size:9px;color:#767b8d}.om-hero__pulse i{width:7px;height:7px;border-radius:50%;background:#35c98a;animation:om-pulse 1.9s ease-in-out infinite}

/* MARQUEE */
.om-marquee{padding:18px 0;overflow:hidden;border-bottom:1px solid var(--om-line)}.om-marquee__track{display:flex;align-items:center;justify-content:center;gap:22px;min-width:max-content;padding:0 24px;color:#5f6475;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.09em}.om-marquee__track i{width:4px;height:4px;border-radius:50%;background:var(--om-red)}

/* CATEGORIES */
.om-cats{display:grid;grid-template-columns:1.25fr .75fr 1fr;grid-auto-rows:235px;gap:14px}.om-cat{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:26px;border:1px solid var(--om-line);border-radius:var(--om-radius);background:#fff;overflow:hidden;transition:transform .36s var(--om-ease),box-shadow .36s var(--om-ease),border-color .36s var(--om-ease),background .36s var(--om-ease)}.om-cat:hover{transform:translateY(-6px);border-color:transparent;box-shadow:0 28px 60px rgba(21,28,68,.10)}.om-cat--xl{grid-row:span 2;background:linear-gradient(160deg,#f2f4fa,#e9edf8)}.om-cat--xl .om-cat__icon{width:82px;height:82px;border-radius:26px}.om-cat--dark{background:var(--om-navy);color:#fff;border-color:transparent}.om-cat--dark p,.om-cat--dark .om-cat__num{color:rgba(255,255,255,.55)}.om-cat__num{position:absolute;right:22px;top:20px;font-size:10px;font-weight:650;color:#b2b5c3}.om-cat__icon{width:54px;height:54px;border-radius:17px;background:#f2f3f7;display:flex;align-items:center;justify-content:center;color:var(--om-blue);transition:.32s var(--om-ease)}.om-cat:hover .om-cat__icon{background:var(--om-navy);color:#fff;transform:rotate(-4deg) scale(1.04)}.om-cat h3{margin:0 48px 7px 0;font-size:20px;line-height:1.08;letter-spacing:-.032em;font-weight:650}.om-cat--xl h3{font-size:28px;max-width:300px}.om-cat p{margin:0;max-width:350px;color:var(--om-muted);font-size:12px;line-height:1.55}.om-cat__arrow{position:absolute;right:22px;bottom:22px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f2f6;color:var(--om-navy);font-size:16px;transition:.28s var(--om-ease)}.om-cat:hover .om-cat__arrow{background:var(--om-red);color:#fff;transform:rotate(8deg)}.om-cat--dark .om-cat__arrow{background:rgba(255,255,255,.1);color:#fff}

/* CERT */
.om-cert{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;min-height:570px;border-radius:38px;background:linear-gradient(135deg,#0c143c 0%,#15205d 60%,#23318e 100%);color:#fff;overflow:hidden;box-shadow:0 34px 80px rgba(17,27,83,.18)}.om-cert__visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.om-cert__visual:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(88,104,225,.68),rgba(88,104,225,0) 68%)}.om-cert__ring{position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 54px rgba(255,255,255,.024),0 0 0 108px rgba(255,255,255,.015);animation:om-breathe 5s ease-in-out infinite}.om-cert__card{position:relative;z-index:2;width:270px;height:170px;padding:25px;border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(18px);transform:rotate(-7deg);box-shadow:0 30px 60px rgba(0,0,0,.22);animation:om-card-float 6s var(--om-ease) infinite}.om-cert__card span{display:block;font-size:11px;font-weight:700;letter-spacing:.14em}.om-cert__card strong{display:block;margin-top:24px;font-size:23px;line-height:1.08;letter-spacing:-.03em}.om-cert__card small{position:absolute;left:25px;bottom:20px;color:rgba(255,255,255,.56);font-size:9px}.om-cert__content{padding:68px 70px 64px 35px;display:flex;flex-direction:column;justify-content:center}.om-cert__content h2{margin:16px 0 0;font-size:clamp(38px,4vw,56px);line-height:1.02;letter-spacing:-.05em;font-weight:650}.om-cert__content h2 em{font-style:normal;color:#ff5c74}.om-cert__lead{max-width:610px;margin:21px 0 0;color:rgba(255,255,255,.64);font-size:15px;line-height:1.7}.om-cert__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:31px 0 30px}.om-cert-step{padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.045)}.om-cert-step b{display:block;color:#ff6178;font-size:10px}.om-cert-step span{display:block;margin-top:9px;font-size:11px;line-height:1.35;color:rgba(255,255,255,.78)}.om-cert__badge,.om-cert__note{display:none}

/* BENEFITS / ABOUT */
.om-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.om-benefit{min-height:235px;padding:28px;border:1px solid var(--om-line);border-radius:var(--om-radius);background:#fff;transition:.3s var(--om-ease)}.om-benefit:hover{transform:translateY(-5px);box-shadow:0 26px 55px rgba(21,28,68,.08);border-color:transparent}.om-benefit__icon{width:42px;height:42px;border-radius:13px;background:var(--om-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.om-benefit h3{margin:44px 0 9px;font-size:21px;line-height:1.1;letter-spacing:-.03em;font-weight:650}.om-benefit p{margin:0;color:var(--om-muted);font-size:13px;line-height:1.6}.om-about-card{display:grid;grid-template-columns:1.1fr .9fr;min-height:500px;border-radius:34px;overflow:hidden;background:var(--om-navy);color:#fff}.om-about-card__main{padding:56px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(145deg,#111a4d,#202d83)}.om-about-card__main h2{margin:18px 0 0;font-size:clamp(38px,4vw,54px);line-height:1.02;letter-spacing:-.05em;font-weight:650}.om-about-card__main p{max-width:600px;margin:22px 0 29px;color:rgba(255,255,255,.64);font-size:14px;line-height:1.7}.om-about-card__stats{display:grid;grid-template-columns:1fr 1fr;background:#fff;color:var(--om-ink)}.om-stat{display:flex;flex-direction:column;justify-content:flex-end;padding:32px;border-bottom:1px solid var(--om-line);border-right:1px solid var(--om-line)}.om-stat:nth-child(2n){border-right:0}.om-stat:nth-last-child(-n+2){border-bottom:0}.om-stat strong{font-size:39px;line-height:1;letter-spacing:-.045em;font-weight:650;color:var(--om-navy)}.om-stat span{margin-top:10px;color:var(--om-muted);font-size:11px}

/* PRODUCT CARDS */
.om-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.om-product-card{min-width:0;border-radius:22px;background:#fff;overflow:hidden;border:1px solid var(--om-line);transition:transform .34s var(--om-ease),box-shadow .34s var(--om-ease),border-color .34s var(--om-ease)}.om-product-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(17,23,58,.09);border-color:transparent}.om-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/.95;background:linear-gradient(145deg,#f7f8fa,#eef0f5);overflow:hidden}.om-product-card__media img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .48s var(--om-ease)}.om-product-card:hover .om-product-card__media img{transform:scale(1.045)}.om-product-card__eyebrow{position:absolute;left:15px;top:14px;z-index:2;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#737789}.om-product-card__open{position:absolute;right:14px;top:13px;z-index:2;width:31px;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.84);color:var(--om-navy);font-size:13px;transform:translateY(-6px);opacity:0;transition:.28s var(--om-ease)}.om-product-card:hover .om-product-card__open{transform:none;opacity:1}.om-product-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#c7cbd8;letter-spacing:.14em}.om-product-card__placeholder span{font-size:13px}.om-product-card__placeholder strong{font-size:34px;letter-spacing:-.06em;color:#b7bbc9}.om-product-card__body{padding:18px}.om-product-card__meta{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#9b9eac}.om-product-card__title{display:block;min-height:44px;margin-top:8px;font-size:14px;font-weight:600;line-height:1.48;letter-spacing:-.01em}.om-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px;padding-top:15px;border-top:1px solid #eff0f4}.om-product-card__price{display:flex;align-items:baseline;gap:8px}.om-product-card__price strong{font-size:17px;font-weight:700;letter-spacing:-.03em}.om-product-card__price s{font-size:10px;color:#a3a6b3}.om-product-card__cart{width:38px;height:38px;border:0;border-radius:12px;background:var(--om-navy);color:#fff;display:flex;align-items:center;justify-content:center;transition:.25s var(--om-ease)}.om-product-card__cart:hover{background:var(--om-red);transform:translateY(-2px)}.om-product-card__cart .om-svg{width:17px}.om-product-card__sold{font-size:9px;color:#a2a5b1}

/* PAGE HERO / INTERNALS */
.om-page-hero{position:relative;padding:78px 0 68px;background:linear-gradient(180deg,#f7f8fb 0%,#fff 100%);border-bottom:1px solid #f0f1f5}.om-page-hero:before{content:"";position:absolute;right:-130px;top:-210px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(38,56,167,.08),rgba(38,56,167,0) 68%);pointer-events:none}.om-page-hero .om-container{position:relative}.om-page-hero h1{max-width:900px;margin:18px 0 0;font-size:clamp(40px,4.5vw,60px);line-height:1.01;letter-spacing:-.05em;font-weight:650}.om-page-hero p{max-width:760px;margin:20px 0 0;color:var(--om-muted);font-size:16px;line-height:1.68}.om-page-hero__row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.om-page-hero__count{font-size:38px;line-height:1;font-weight:650;letter-spacing:-.04em;color:#c9ccd6}.om-page-hero__count span{display:block;margin-top:6px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#9ca0af}.om-page-hero--certificate{background:linear-gradient(140deg,#0d1642,#202d82);color:#fff}.om-page-hero--certificate .om-kicker{color:#fff}.om-page-hero--certificate p{color:rgba(255,255,255,.65)}.om-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:#9a9dab;font-size:10px;overflow:hidden}.om-breadcrumbs a{transition:.2s}.om-breadcrumbs a:hover{color:var(--om-navy)}.om-breadcrumbs span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.om-page{padding:78px 0 104px}.om-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.om-prose{max-width:900px;font-size:15px;line-height:1.8;color:#464b60}.om-page-grid .om-prose{max-width:none}.om-prose h1,.om-prose h2,.om-prose h3{color:var(--om-ink);letter-spacing:-.035em}.om-prose h2{margin:54px 0 16px;font-size:30px;line-height:1.12;font-weight:650}.om-prose h3{margin:28px 0 10px;font-size:18px;font-weight:650}.om-prose p{margin:0 0 18px}.om-prose ul,.om-prose ol{padding-left:21px}.om-prose li{margin:8px 0}.om-prose a{color:var(--om-blue);text-decoration:underline;text-underline-offset:3px}.om-prose img{margin:30px 0;border-radius:20px}.om-prose>.om-info-grid{margin:28px 0}.om-side-card{position:sticky;top:150px;padding:29px;border-radius:24px;background:var(--om-navy);color:#fff;box-shadow:0 22px 50px rgba(17,27,83,.16)}.om-side-card h3{margin:18px 0 10px;font-size:25px;line-height:1.12;letter-spacing:-.04em;font-weight:650}.om-side-card p{margin:0 0 23px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}.om-side-link{display:block;margin-top:14px;color:rgba(255,255,255,.75);font-size:13px}.om-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.om-info-card{min-width:0;padding:23px;border:1px solid var(--om-line);border-radius:20px;background:#fff}.om-info-card h3{margin:13px 0 7px;font-size:17px;line-height:1.18}.om-info-card p{margin:0;color:var(--om-muted);font-size:12px;line-height:1.55}.om-info-card--link{transition:.28s var(--om-ease)}.om-info-card--link:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(21,28,68,.08)}.om-info-card--link span{display:block;margin-top:18px;font-size:10px;font-weight:650;color:var(--om-blue)}.om-mini-icon{width:36px;height:36px;border-radius:11px;background:var(--om-bg);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--om-blue)}.om-callout,.om-alert{padding:20px 22px;border-radius:18px;background:#f1f3fb;color:#48506e;font-size:13px;line-height:1.65}.om-callout strong,.om-alert strong{color:var(--om-navy)}.om-callout--blue{border-left:3px solid var(--om-blue)}.om-callout--red,.om-alert--red{background:var(--om-red-soft);border-left:3px solid var(--om-red)}.om-alert p{margin:7px 0 0}.om-alert a{display:inline-block;margin-top:8px;font-weight:650;color:var(--om-red)}.om-number-steps{display:grid;gap:10px}.om-number-steps article{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:22px;border:1px solid var(--om-line);border-radius:19px;background:#fff}.om-number-steps article>b{width:42px;height:42px;border-radius:13px;background:var(--om-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px}.om-number-steps h3{margin:0 0 6px}.om-number-steps p{margin:0}.om-faq{border-top:1px solid var(--om-line)}.om-faq__item{border-bottom:1px solid var(--om-line)}.om-faq__q{position:relative;width:100%;padding:20px 46px 20px 0;border:0;background:none;text-align:left;color:var(--om-ink);font-size:14px;font-weight:600}.om-faq__q:after{content:"+";position:absolute;right:5px;top:15px;width:30px;height:30px;border-radius:50%;background:var(--om-bg);display:flex;align-items:center;justify-content:center;font-size:18px;transition:.25s}.om-faq__a{display:none;padding:0 46px 20px 0;color:var(--om-muted);font-size:13px;line-height:1.7}.om-faq__item.is-open .om-faq__a{display:block}.om-faq__item.is-open .om-faq__q:after{content:"−";transform:rotate(180deg)}.om-legal-content{max-width:980px;margin:0 auto;padding:44px;border:1px solid var(--om-line);border-radius:24px;background:#fff;box-shadow:0 20px 50px rgba(17,23,58,.05)}

/* CATALOG */
.om-catalog-top{margin-bottom:26px}.om-catalog-top__row{display:flex;align-items:center;justify-content:flex-end;gap:16px}.om-filter-toggle{margin-right:auto}.om-catalog-tools{display:flex;align-items:center;gap:12px}.om-catalog-tools__label{color:var(--om-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.om-catalog-tools select{height:44px;padding:0 38px 0 14px;border:1px solid var(--om-line);border-radius:12px;background:#fff;color:var(--om-ink);outline:0;font-size:12px}.om-catalog-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:30px;align-items:start}.om-filter{position:sticky;top:150px}.om-filter__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.om-filter__head strong{font-size:13px}.om-filter__head button{display:none;border:0;background:none;font-size:26px}.om-filter__controls{display:flex;flex-direction:column;gap:3px}.om-filter__controls a{padding:10px 12px;border-radius:10px;color:#636779;font-size:12px;transition:.2s}.om-filter__controls a:hover{background:var(--om-bg);color:var(--om-navy)}.om-filter .om-alert{margin-top:18px;padding:16px;font-size:11px}.om-filter .om-alert p{font-size:10px;line-height:1.55}.om-catalog-products .om-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.om-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:48px}.om-pagination a,.om-pagination span{width:38px;height:38px;border-radius:11px;border:1px solid var(--om-line);display:flex;align-items:center;justify-content:center;font-size:11px}.om-pagination .is-current{background:var(--om-navy);border-color:var(--om-navy);color:#fff}.om-pagination .is-gap{border-color:transparent}.om-empty{max-width:720px;margin:0 auto;padding:68px 38px;border:1px solid var(--om-line);border-radius:30px;background:linear-gradient(145deg,#fafbfc,#f3f5f9);text-align:center}.om-empty h1,.om-empty h2{margin:17px 0 10px;font-size:34px;line-height:1.08;letter-spacing:-.04em}.om-empty p{max-width:520px;margin:0 auto 25px;color:var(--om-muted);font-size:13px;line-height:1.65}.om-empty__icon{font-size:30px;color:var(--om-red)}

/* PRODUCT */
.om-product{padding:36px 0 104px}.om-product>.om-container>.om-breadcrumbs{margin-bottom:28px}.om-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:54px;align-items:start}.om-gallery{display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;position:sticky;top:150px}.om-gallery__thumbs{display:flex;flex-direction:column;gap:9px}.om-gallery__thumb{width:70px;height:78px;padding:5px;border:1px solid var(--om-line);border-radius:14px;background:#f7f8fa;overflow:hidden;transition:.2s}.om-gallery__thumb:hover{border-color:#bcc1d3}.om-gallery__thumb img{width:100%;height:100%;object-fit:contain}.om-gallery__main{position:relative;min-height:620px;border-radius:28px;background:linear-gradient(145deg,#f7f8fa,#eef0f5);display:flex;align-items:center;justify-content:center;overflow:hidden}.om-gallery__main>img{width:100%;height:100%;max-height:650px;object-fit:contain;padding:42px;transition:opacity .2s}.om-gallery__label{position:absolute;left:20px;bottom:18px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.75);backdrop-filter:blur(10px);font-size:8px;letter-spacing:.07em;text-transform:uppercase;color:#8a8e9f}.om-product__info{position:sticky;top:150px;padding-top:8px}.om-product__topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.om-product__sku{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#a0a4b2}.om-stock{display:flex;align-items:center;gap:6px;color:var(--om-green);font-size:10px;font-weight:650}.om-stock i{width:6px;height:6px;border-radius:50%;background:currentColor}.om-stock--out{color:#a0a3af}.om-product__info h1{margin:20px 0 0;font-size:clamp(33px,3.2vw,46px);line-height:1.06;letter-spacing:-.045em;font-weight:650}.om-product__intro{margin:16px 0 0;color:var(--om-muted);font-size:13px;line-height:1.65}.om-product__price{display:flex;align-items:baseline;gap:12px;margin-top:27px;padding-bottom:25px;border-bottom:1px solid var(--om-line)}.om-product__price strong{font-size:34px;line-height:1;font-weight:700;letter-spacing:-.045em}.om-product__price s{font-size:13px;color:#a3a6b2}.om-product__variants{margin-top:22px}.om-product__variants label>span{display:block;margin-bottom:7px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#8c90a0}.om-product__variants select{width:100%;height:48px;padding:0 14px;border:1px solid var(--om-line);border-radius:13px;background:#fff;outline:0}.om-product__buy{display:grid;grid-template-columns:106px 1fr;gap:10px;margin-top:17px}.om-qty{height:50px;border:1px solid var(--om-line);border-radius:14px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;background:#fff}.om-qty button{height:100%;border:0;background:none;color:#5c6071}.om-qty input{width:100%;border:0;outline:0;text-align:center;background:none;font-size:13px;-moz-appearance:textfield}.om-qty input::-webkit-inner-spin-button,.om-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.om-product__quick{margin-top:9px}.om-product__features{display:grid;gap:2px;margin-top:24px;padding:15px 0;border-top:1px solid var(--om-line);border-bottom:1px solid var(--om-line)}.om-mini-feature{display:flex;align-items:center;gap:12px;padding:10px 0}.om-mini-feature .om-mini-icon{flex:0 0 auto}.om-mini-feature strong,.om-mini-feature span{display:block}.om-mini-feature strong{font-size:11px;font-weight:650}.om-mini-feature div>span{margin-top:3px;font-size:10px;color:var(--om-muted)}.om-product__info .om-alert{margin-top:18px;font-size:11px}.om-product-tabs{margin:78px 0 90px;padding-top:54px;border-top:1px solid var(--om-line)}.om-product-tabs .om-prose{max-width:920px}.om-properties{border-top:1px solid var(--om-line)}.om-property{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--om-line);font-size:12px}.om-property span{color:var(--om-muted)}.om-property strong{font-weight:600;color:var(--om-ink)}

/* CART */
.om-cart__grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:34px;align-items:start}.om-cart__items{border-top:1px solid var(--om-line)}.om-cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) 112px 120px;gap:22px;align-items:center;padding:24px 0;border-bottom:1px solid var(--om-line)}.om-cart-item__img{width:100px;height:110px;border-radius:16px;background:var(--om-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.om-cart-item__img img{width:100%;height:100%;object-fit:contain;padding:10px}.om-cart-item__title{display:block;margin-top:6px;font-size:14px;font-weight:600;line-height:1.4}.om-cart-item__variant{margin-top:5px;color:var(--om-muted);font-size:10px}.om-cart-item__delete{margin-top:11px;padding:0;border:0;background:none;color:#9a9dab;font-size:10px;text-decoration:underline;text-underline-offset:3px}.om-cart-item__price{text-align:right;font-size:17px;font-weight:700;letter-spacing:-.02em}.om-cart-summary{position:sticky;top:150px;padding:28px;border-radius:24px;background:var(--om-navy);color:#fff;box-shadow:0 26px 55px rgba(16,25,76,.17)}.om-cart-summary h3{margin:17px 0 24px;font-size:27px;line-height:1.1;letter-spacing:-.04em}.om-cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.6)}.om-cart-summary__row strong{color:#fff;font-weight:600}.om-cart-summary__row--total{margin-bottom:21px;padding:18px 0}.om-cart-summary__row--total strong{font-size:25px;letter-spacing:-.035em}.om-cart-summary .om-btn{margin-top:8px}.om-cart-summary__note{margin:17px 0 0;text-align:center;color:rgba(255,255,255,.43);font-size:9px;line-height:1.5}

/* FEEDBACK */
.om-feedback{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;padding:54px;border-radius:32px;background:linear-gradient(145deg,#f3f5f9,#e9edf6);border:1px solid #e6e9f1}.om-feedback__head{align-self:center}.om-feedback__head h2{margin:16px 0 0;font-size:clamp(34px,3.4vw,46px);line-height:1.04;letter-spacing:-.045em;font-weight:650}.om-feedback__head p{max-width:440px;margin:18px 0 0;color:var(--om-muted);font-size:13px;line-height:1.65}.om-feedback__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.om-field--full{grid-column:1/-1}.om-field label>span{display:block;margin:0 0 7px;font-size:9px;font-weight:650;text-transform:uppercase;letter-spacing:.07em;color:#777c8e}.om-field input,.om-field textarea{width:100%;border:1px solid #e0e3ec;border-radius:13px;background:rgba(255,255,255,.86);outline:0;padding:0 14px;color:var(--om-ink);font-size:12px;transition:.2s}.om-field input{height:45px}.om-field textarea{min-height:100px;padding-top:13px;resize:vertical}.om-field input:focus,.om-field textarea:focus{background:#fff;border-color:#c4c9db;box-shadow:0 0 0 4px rgba(38,56,167,.05)}.om-check{display:flex;align-items:flex-start;gap:9px;color:#7c8192;font-size:9px;line-height:1.5}.om-check input{width:auto;height:auto;margin-top:2px}.om-check a{text-decoration:underline}.om-field__error{min-height:12px;margin-top:3px;color:var(--om-red);font-size:9px}.om-feedback__success{display:none}.om-feedback__success.is-show{display:block;grid-column:1/-1;padding:12px 14px;border-radius:12px;background:#eaf8f1;color:#137c42;font-size:11px;font-weight:650}

/* CONTACT / BLOG */
.om-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.om-contact-card{padding:36px;border-radius:26px;background:var(--om-navy);color:#fff}.om-contact-card h3{margin:0 0 25px;font-size:28px;letter-spacing:-.04em}.om-contact-row{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.1)}.om-contact-row__icon{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:11px}.om-contact-row strong{display:block;margin-bottom:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}.om-contact-row a,.om-contact-row span{font-size:12px;color:rgba(255,255,255,.82)}.om-contact-actions{display:flex;gap:8px;margin-top:23px}.om-map-frame{min-height:520px;border-radius:26px;overflow:hidden;background:var(--om-bg)}.om-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.om-article-card{border:1px solid var(--om-line);border-radius:22px;overflow:hidden;background:#fff;transition:.3s var(--om-ease)}.om-article-card:hover{transform:translateY(-5px);box-shadow:0 26px 55px rgba(20,27,65,.08)}.om-article-card__media{position:relative;min-height:230px;padding:23px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#111a4d,#2939a1);color:#fff}.om-article-card__media:after{content:"";position:absolute;right:-80px;bottom:-100px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 40px rgba(255,255,255,.025),0 0 0 80px rgba(255,255,255,.015)}.om-article-card__media span{font-size:9px;letter-spacing:.12em}.om-article-card__media strong{position:relative;z-index:2;font-size:34px;letter-spacing:-.05em}.om-article-card__media i{position:absolute;right:20px;top:18px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-style:normal}.om-article-card__body{padding:20px}.om-article-card__date{font-size:9px;color:#9a9dab}.om-article-card h3{margin:9px 0 8px;font-size:17px;line-height:1.25;letter-spacing:-.025em}.om-article-card p{margin:0;color:var(--om-muted);font-size:11px;line-height:1.6}.om-article-prose{margin:0 auto}

/* FOOTER */
.om-footer{padding:82px 0 0;background:#0a1135;color:#fff}.om-footer__lead{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:end;padding-bottom:58px;border-bottom:1px solid rgba(255,255,255,.1)}.om-footer__lead h2{margin:18px 0 0;font-size:clamp(38px,4vw,55px);line-height:1.03;letter-spacing:-.05em;font-weight:650}.om-footer__lead-action p{margin:0 0 22px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.6}.om-footer__grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.15fr;gap:50px;padding:54px 0}.om-footer__logo{width:150px;filter:brightness(0) invert(1)}.om-footer__about{max-width:300px;margin:20px 0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.65}.om-footer h4{margin:0 0 17px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.46)}.om-footer nav,.om-footer__contacts{display:flex;flex-direction:column;gap:10px}.om-footer nav a,.om-footer__contacts a,.om-footer__contacts span{font-size:11px;color:rgba(255,255,255,.72);transition:.2s}.om-footer nav a:hover,.om-footer__contacts a:hover{color:#fff}.om-footer__social{display:flex;gap:8px}.om-social{width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.om-footer__bottom{min-height:68px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:24px;color:rgba(255,255,255,.38);font-size:9px}.om-footer__legal{display:flex;gap:20px}.om-mobile-nav{display:none}

/* 404 */
.om-404{padding:40px 0 90px}.om-404__card{position:relative;min-height:600px;padding:60px;border-radius:36px;background:linear-gradient(145deg,#0d1642,#1f2c81);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.om-404__card:before{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.012)}.om-404__num{position:relative;font-size:150px;line-height:.9;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.08)}.om-404 h1{position:relative;margin:10px 0 0;font-size:43px;letter-spacing:-.045em}.om-404 p{position:relative;max-width:480px;color:rgba(255,255,255,.55)}.om-404__card>div:last-child{position:relative;display:flex;gap:9px;margin-top:22px}

/* ANIMATION */
.om-reveal{opacity:0;transform:translateY(22px);transition:opacity .72s var(--om-ease),transform .72s var(--om-ease)}.om-reveal.is-visible{opacity:1;transform:none}.om-reveal:nth-child(2){transition-delay:.06s}.om-reveal:nth-child(3){transition-delay:.11s}.om-reveal:nth-child(4){transition-delay:.16s}.om-reveal:nth-child(5){transition-delay:.21s}.om-reveal:nth-child(6){transition-delay:.26s}@keyframes om-rotate{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes om-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes om-card-float{0%,100%{transform:rotate(-7deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-10px)}}@keyframes om-breathe{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.045);opacity:1}}@keyframes om-pulse{0%,100%{box-shadow:0 0 0 0 rgba(53,201,138,.35)}50%{box-shadow:0 0 0 7px rgba(53,201,138,0)}}

/* MOBILE */
@media(max-width:1100px){.om-container{width:calc(100% - 36px)}.om-header__main{grid-template-columns:155px minmax(220px,1fr) auto;gap:17px}.om-header__phone{display:none}.om-hero__grid{grid-template-columns:1fr .8fr}.om-hero__main{padding:48px 42px}.om-hero__trust{left:42px;right:42px}.om-hero h1{font-size:52px}.om-float-card--mid{right:12px}.om-cats{grid-template-columns:1fr 1fr}.om-cat--xl{grid-row:span 2}.om-cert{grid-template-columns:.8fr 1.2fr}.om-cert__content{padding-right:45px}.om-product-grid{grid-template-columns:repeat(3,1fr)}.om-catalog-products .om-product-grid{grid-template-columns:repeat(2,1fr)}.om-product__grid{gap:34px}.om-gallery__main{min-height:520px}.om-feedback{gap:35px}.om-footer__grid{grid-template-columns:1.2fr .8fr .8fr}.om-footer__grid>div:last-child{grid-column:1/-1;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}}
@media(max-width:860px){body{padding-bottom:69px}.om-container{width:calc(100% - 28px)}.om-topline{display:none}.om-header{top:0}.om-header__main{height:66px;grid-template-columns:138px 1fr;gap:12px}.om-logo img{width:132px}.om-header__main>.om-search{display:none}.om-header__actions{justify-content:flex-end}.om-burger{display:inline-flex}.om-nav{position:fixed;z-index:68;top:0;right:0;width:min(86vw,360px);height:100dvh;padding:82px 22px 30px;background:#fff;border:0;transform:translateX(105%);transition:.34s var(--om-ease);box-shadow:-20px 0 70px rgba(16,21,56,.12)}.menu-open .om-nav{transform:none}.menu-open .om-overlay{opacity:1;pointer-events:auto}.om-nav__inner{height:auto;display:flex;flex-direction:column;align-items:stretch;gap:4px;overflow:visible}.om-nav a{padding:12px 13px;font-size:13px}.om-nav a.om-nav__catalog{justify-content:center;margin-bottom:7px}.om-nav a.om-nav__certificate{margin:0;color:var(--om-red)}.om-hero{padding:14px 0}.om-hero__grid{grid-template-columns:1fr;gap:12px}.om-hero__main{min-height:560px;padding:38px 31px 32px;border-radius:28px}.om-hero h1{font-size:clamp(40px,10vw,54px)}.om-hero__lead{max-width:560px}.om-hero__trust{left:31px;right:31px;bottom:30px}.om-hero__visual{min-height:460px;border-radius:28px}.om-marquee__track{justify-content:flex-start;animation:om-marquee 22s linear infinite}.om-section{padding:78px 0}.om-section-head{align-items:flex-start;flex-direction:column;gap:16px}.om-section-head p{max-width:620px}.om-cats{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.om-cat--xl{grid-row:auto}.om-cat--xl h3{font-size:21px}.om-cert{grid-template-columns:1fr;min-height:0}.om-cert__visual{min-height:390px}.om-cert__content{padding:50px}.om-benefits{grid-template-columns:1fr}.om-benefit{min-height:190px}.om-benefit h3{margin-top:30px}.om-about-card{grid-template-columns:1fr}.om-about-card__main{padding:44px}.om-about-card__stats{min-height:330px}.om-product-grid{grid-template-columns:repeat(2,1fr)}.om-page-hero{padding:60px 0 54px}.om-page-grid{grid-template-columns:1fr}.om-side-card{position:relative;top:auto}.om-info-grid{grid-template-columns:1fr 1fr}.om-catalog-layout{grid-template-columns:1fr}.om-filter{position:fixed;z-index:80;left:0;bottom:0;top:auto;width:100%;max-height:80vh;padding:24px 20px 32px;border-radius:24px 24px 0 0;background:#fff;transform:translateY(110%);transition:.32s var(--om-ease);overflow:auto;box-shadow:0 -22px 60px rgba(16,21,56,.14)}.filter-open .om-filter{transform:none}.filter-open .om-overlay{opacity:1;pointer-events:auto}.om-filter__head button{display:block}.om-catalog-products .om-product-grid{grid-template-columns:repeat(2,1fr)}.om-product__grid{grid-template-columns:1fr}.om-gallery,.om-product__info{position:relative;top:auto}.om-gallery__main{min-height:600px}.om-product__info{padding-top:16px}.om-cart__grid{grid-template-columns:1fr}.om-cart-summary{position:relative;top:auto}.om-feedback{grid-template-columns:1fr}.om-blog-grid{grid-template-columns:repeat(2,1fr)}.om-contact-grid{grid-template-columns:1fr}.om-map-frame{min-height:420px}.om-footer__lead{grid-template-columns:1fr}.om-footer__lead-action{max-width:440px}.om-footer__grid{grid-template-columns:1fr 1fr}.om-footer__grid>div:last-child{grid-column:auto;padding:0;border:0}.om-mobile-nav{position:fixed;z-index:64;left:10px;right:10px;bottom:8px;height:58px;padding:4px;border:1px solid rgba(227,229,237,.9);border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(18,24,60,.12);display:grid;grid-template-columns:repeat(3,1fr)}.om-mobile-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:13px;color:#727688;font-size:8px}.om-mobile-nav .om-svg{width:18px;height:18px}.om-mobile-nav .om-count{top:3px;right:calc(50% - 20px)}@keyframes om-marquee{to{transform:translateX(-50%)}}}
@media(max-width:560px){body{font-size:14px}.om-container{width:calc(100% - 22px)}.om-header__main{height:62px}.om-icon-btn{width:42px;height:42px;border-radius:13px}.om-hero__main{min-height:570px;padding:31px 24px 27px}.om-hero__kicker{font-size:8px}.om-hero h1{margin-top:22px;font-size:40px;line-height:1.01;letter-spacing:-.052em}.om-hero__lead{margin-top:18px;font-size:14px}.om-hero__buttons{margin-top:24px}.om-hero__buttons .om-btn{width:100%}.om-hero__trust{left:24px;right:24px;bottom:25px;gap:10px;padding-top:17px}.om-hero__trust strong{font-size:14px}.om-hero__trust span{font-size:8px}.om-hero__visual{min-height:390px}.om-hero__visual:before{width:250px;height:250px}.om-hero__monogram{font-size:104px}.om-orbit--one{width:310px;height:310px}.om-orbit--two{width:365px;height:365px}.om-float-card{padding:11px 12px;border-radius:15px}.om-float-card--top{top:36px;left:15px}.om-float-card--mid{top:153px;right:10px}.om-float-card--bottom{left:17px;bottom:39px}.om-float-card strong{font-size:10px}.om-float-card small{font-size:8px}.om-float-card__icon{width:32px;height:32px}.om-hero__pulse{display:none}.om-marquee{padding:14px 0}.om-section{padding:66px 0}.om-section-head{margin-bottom:27px}.om-section-head h2{font-size:32px}.om-section-head p{font-size:13px}.om-cats{grid-template-columns:1fr;grid-auto-rows:auto}.om-cat,.om-cat--xl{min-height:195px;padding:23px}.om-cat h3,.om-cat--xl h3{font-size:20px}.om-cat__icon{width:49px;height:49px}.om-cert{border-radius:28px}.om-cert__visual{min-height:300px}.om-cert__ring{width:300px;height:300px}.om-cert__card{width:225px;height:145px}.om-cert__card strong{font-size:19px}.om-cert__content{padding:36px 25px 39px}.om-cert__content h2{font-size:34px}.om-cert__lead{font-size:13px}.om-cert__steps{grid-template-columns:1fr}.om-about-card{border-radius:27px}.om-about-card__main{padding:35px 26px}.om-about-card__main h2{font-size:35px}.om-about-card__stats{min-height:290px}.om-stat{padding:21px}.om-stat strong{font-size:31px}.om-product-grid,.om-catalog-products .om-product-grid{grid-template-columns:1fr 1fr;gap:9px}.om-product-card{border-radius:17px}.om-product-card__body{padding:13px}.om-product-card__title{min-height:52px;font-size:12px}.om-product-card__meta{font-size:7px}.om-product-card__price strong{font-size:14px}.om-product-card__price s{display:none}.om-product-card__bottom{gap:5px}.om-product-card__cart{width:34px;height:34px}.om-product-card__media img{padding:14px}.om-product-card__eyebrow{left:10px;top:9px;font-size:6px}.om-page-hero{padding:47px 0 44px}.om-page-hero h1{font-size:36px}.om-page-hero p,.om-subtitle{font-size:14px}.om-page-hero__row{align-items:flex-start;flex-direction:column;gap:14px}.om-page-hero__count{font-size:26px}.om-page{padding:55px 0 72px}.om-prose{font-size:14px}.om-prose h2{margin-top:42px;font-size:26px}.om-info-grid{grid-template-columns:1fr}.om-side-card{padding:25px}.om-legal-content{padding:26px 20px;border-radius:20px}.om-catalog-top__row{align-items:stretch}.om-catalog-tools{margin-left:auto}.om-catalog-tools__label{display:none}.om-catalog-tools select{max-width:170px}.om-gallery{grid-template-columns:1fr}.om-gallery__thumbs{order:2;flex-direction:row;overflow:auto}.om-gallery__thumb{flex:0 0 60px;width:60px;height:66px}.om-gallery__main{min-height:390px;border-radius:22px}.om-gallery__main>img{padding:25px}.om-product__info h1{font-size:34px}.om-product__price strong{font-size:29px}.om-product__buy{grid-template-columns:96px 1fr}.om-product__add{padding-left:13px;padding-right:13px}.om-product-tabs{margin-top:55px;padding-top:40px}.om-property{grid-template-columns:1fr;gap:4px}.om-cart-item{grid-template-columns:76px 1fr;gap:14px;padding:18px 0}.om-cart-item__img{width:76px;height:86px}.om-cart-item>.om-qty{grid-column:2;width:105px}.om-cart-item__price{grid-column:2;text-align:left}.om-feedback{padding:30px 20px;border-radius:25px}.om-feedback__head h2{font-size:33px}.om-feedback__grid{grid-template-columns:1fr}.om-field--full{grid-column:auto}.om-blog-grid{grid-template-columns:1fr}.om-contact-card{padding:28px 23px}.om-map-frame{min-height:350px}.om-footer{padding-top:62px}.om-footer__lead{padding-bottom:43px}.om-footer__lead h2{font-size:36px}.om-footer__grid{grid-template-columns:1fr 1fr;gap:32px 20px;padding:44px 0}.om-footer__grid>div:first-child{grid-column:1/-1}.om-footer__grid>div:last-child{grid-column:1/-1}.om-footer__bottom{align-items:flex-start;flex-direction:column;padding:20px 0}.om-footer__legal{flex-wrap:wrap;gap:10px 16px}.om-404__card{min-height:520px;padding:35px 20px}.om-404__num{font-size:110px}.om-404 h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.om-reveal{opacity:1;transform:none;transition:none}.om-orbit,.om-float-card,.om-cert__card,.om-cert__ring,.om-hero__pulse i,.om-marquee__track{animation:none!important}.om-btn,.om-product-card,.om-cat,.om-benefit{transition:none}}



/* ==========================================================
   ORTOMED HYBRID
   Premium v4 site design + v16 floating technology header
   ========================================================== */
:root{
  --header-total:166px;
  --tech-primary:#2166eb;
  --tech-deep:#0c2a5f;
}
.container{width:min(1320px,calc(100vw - 48px));margin:0 auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#111;color:#fff;padding:12px 16px;border-radius:10px;font-weight:800}
.skip-link:focus{top:12px}
.scroll-progress{position:fixed;left:0;top:0;height:2px;width:0;z-index:150;background:linear-gradient(90deg,#63d7ff,#2166eb);box-shadow:0 0 12px rgba(65,176,255,.75)}

.header.tech-header{position:fixed!important;top:14px!important;left:0;right:0;z-index:100;background:transparent!important;border:0!important;box-shadow:none!important;pointer-events:none;transition:top .28s ease}
.tech-header__shell{position:relative;pointer-events:auto;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(238,247,255,.91));border:1px solid rgba(113,190,255,.55);box-shadow:0 18px 52px rgba(14,48,105,.18),0 0 0 1px rgba(255,255,255,.82) inset,0 0 38px rgba(70,170,255,.13);backdrop-filter:blur(26px) saturate(145%);overflow:visible;transition:all .28s cubic-bezier(.2,.8,.2,1)}
.tech-header__shell::before{content:"";position:absolute;inset:-1px;border-radius:31px;padding:1px;background:linear-gradient(100deg,rgba(78,181,255,.75),rgba(255,255,255,.15) 34%,rgba(42,119,239,.5) 72%,rgba(125,220,255,.65));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.tech-header__shell::after{content:"";position:absolute;left:6%;right:6%;top:-2px;height:2px;background:linear-gradient(90deg,transparent,#73d9ff 28%,#fff 50%,#3e93ff 72%,transparent);filter:drop-shadow(0 0 7px #55baff);opacity:.82;pointer-events:none}

.tech-header__main{min-height:92px;padding:12px 18px;display:grid;grid-template-columns:250px 145px minmax(270px,1fr) auto auto;align-items:center;gap:14px;position:relative;z-index:30}
.tech-brand-wrap{display:flex;align-items:center;height:68px;min-width:0}
.brand-logo.tech-brand{display:flex!important;align-items:center!important;width:238px!important;height:64px!important;min-width:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.brand-logo.tech-brand img{display:block!important;width:232px!important;height:auto!important;max-width:100%!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}

.tech-catalog{position:relative;z-index:60}
.catalog-trigger{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none}
.tech-catalog__trigger{height:50px!important;min-width:132px!important;border-radius:15px!important;background:linear-gradient(135deg,#2874f0,#1455d6)!important;color:#fff!important;box-shadow:0 12px 26px rgba(24,93,219,.24)!important;font-size:14px!important;padding:0 20px!important}
.tech-catalog__trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.catalog-mega{position:absolute;left:0;top:calc(100% + 9px);width:min(780px,calc(100vw - 40px));padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;box-shadow:0 28px 70px rgba(15,23,42,.18);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease;z-index:180}
.header-catalog:hover .catalog-mega,.header-catalog:focus-within .catalog-mega{opacity:1;visibility:visible;transform:translateY(0)}
.catalog-mega__col{display:grid;align-content:start;gap:3px;padding:8px;background:#fff;border-radius:14px}
.catalog-mega__col strong{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#64748b;padding:6px 8px 8px;font-weight:800}
.catalog-mega__col a{padding:9px 10px;border-radius:11px;font-size:13px;font-weight:680;color:#1f3554!important;background:transparent!important;text-shadow:none!important}
.catalog-mega__col a:hover,.catalog-mega__col a:focus{background:#edf4ff!important;color:#1358d3!important}
.catalog-mega__col .catalog-mega__accent{margin-top:3px;background:#fff2f2!important;color:#b4232f!important}

.header-search.tech-search{height:50px!important;border-radius:15px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(57,103,169,.18)!important;padding:0 5px 0 18px!important;display:grid!important;grid-template-columns:1fr 42px!important;align-items:center;box-shadow:0 8px 22px rgba(25,72,143,.05) inset!important}
.tech-search input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;font-size:14px!important;color:#17233a}
.tech-search input::placeholder{color:#8795aa}
.tech-search button{width:40px;height:40px;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#0d2c63!important;box-shadow:none!important;display:grid;place-items:center}
.tech-search button:hover{background:rgba(33,102,235,.08)!important}
.tech-search svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}

.tech-phone{display:flex;align-items:center;gap:10px;white-space:nowrap;color:#0d2a5d;text-decoration:none}
.tech-phone>svg{width:27px;height:27px;fill:none;stroke:#2166eb;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tech-phone span{display:grid;line-height:1.1}.tech-phone strong{font-size:14px}.tech-phone small{font-size:10px;color:#73829b;margin-top:4px}

.tech-actions{display:flex;align-items:center;gap:4px}
.tech-action{position:relative;width:58px;min-height:58px;padding:5px 2px;border:0;background:transparent;border-radius:14px;color:#0d2a5d;display:grid;place-items:center;align-content:center;gap:3px;cursor:pointer;text-decoration:none}
.tech-action:hover{background:rgba(33,102,235,.075);transform:translateY(-1px)}
.tech-action svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.tech-action span:last-child{font-size:9.5px;font-weight:700;white-space:nowrap}
.tech-action__badge{position:absolute;top:1px;right:7px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#1962e4;color:#fff;font-size:10px!important;display:grid;place-items:center;border:2px solid #f7fbff}
.tech-a11y{width:76px}.tech-a11y svg{color:#2166eb}.tech-a11y span:last-child{font-size:8.6px}

.tech-menu-button{display:none!important}
.tech-header__navrow{position:relative;z-index:10;min-height:58px;padding:0 20px;border-top:1px solid rgba(63,108,171,.1);display:flex;align-items:center;gap:12px;justify-content:space-between;background:rgba(255,255,255,.38);border-radius:0 0 30px 30px}
.tech-nav{display:flex!important;align-items:center;justify-content:flex-start;gap:2px;overflow:visible}
.tech-nav a{display:inline-flex!important;align-items:center;gap:7px;padding:11px 10px!important;color:#17335f!important;font-size:13px!important;font-weight:750!important;border-radius:10px!important;white-space:nowrap;text-decoration:none}
.tech-nav a svg{width:18px;height:18px;fill:none;stroke:#2166eb;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}
.tech-nav a:hover{background:rgba(33,102,235,.07)!important}
.tech-certificate-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:linear-gradient(135deg,rgba(33,102,235,.09),rgba(82,191,255,.08));color:#1454c8!important;font-size:12px;font-weight:800;white-space:nowrap;text-decoration:none}
.tech-certificate-link strong{font-size:16px}

.header.tech-header.scrolled{top:8px!important}
.header.tech-header.scrolled .tech-header__shell{box-shadow:0 16px 48px rgba(14,48,105,.23),0 0 0 1px rgba(255,255,255,.85) inset}
.header.tech-header.scrolled .tech-header__main{min-height:78px;padding-top:8px;padding-bottom:8px}
.header.tech-header.scrolled .tech-header__navrow{min-height:50px}
.header.tech-header.scrolled .brand-logo.tech-brand img{max-height:58px!important}

.mobile-drawer{display:none}
.mobile-category-grid{display:none}

.a11y-toolbar{position:fixed;z-index:210;left:auto;right:24px;top:20px;display:flex;align-items:center;gap:16px;padding:11px 14px;border-radius:18px;background:#111;color:#fff;border:2px solid #fff;box-shadow:0 14px 42px rgba(0,0,0,.24);max-width:min(760px,calc(100vw - 48px));opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-220%)!important;transition:.25s ease}
body.a11y-mode .a11y-toolbar{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
.a11y-toolbar strong{font-size:14px;white-space:nowrap}
.a11y-toolbar__buttons{display:flex;gap:7px;flex-wrap:wrap}
.a11y-toolbar button{border:2px solid #fff;background:#fff;color:#000;border-radius:8px;padding:6px 10px;font-weight:900;cursor:pointer}

body.a11y-mode{font-size:20px!important;line-height:1.7!important;background:#fff!important;color:#000!important}
body.a11y-mode.a11y-font-large{font-size:22px!important}
body.a11y-mode.a11y-font-xlarge{font-size:24px!important}
body.a11y-mode *,body.a11y-mode *::before,body.a11y-mode *::after{animation:none!important;transition:none!important;text-shadow:none!important}
body.a11y-mode .header.tech-header{position:fixed!important;top:8px!important}
body.a11y-mode .tech-header__shell{background:#fff!important;border:3px solid #000!important;box-shadow:none!important;backdrop-filter:none!important}
body.a11y-mode .tech-header__shell::before,body.a11y-mode .tech-header__shell::after{display:none!important}
body.a11y-mode .tech-header__navrow{background:#fff!important;border-top:2px solid #000!important}
body.a11y-mode .tech-search{border:2px solid #000!important;background:#fff!important}
body.a11y-mode .tech-action,body.a11y-mode .tech-phone,body.a11y-mode .tech-nav a,body.a11y-mode .tech-certificate-link{color:#000!important}
body.a11y-mode .tech-catalog__trigger{background:#000!important;color:#fff!important;border:2px solid #000!important}
body.a11y-mode .catalog-mega{background:#fff!important;border:3px solid #000!important}
body.a11y-mode .catalog-mega__col strong,body.a11y-mode .catalog-mega__col a{color:#000!important}
body.a11y-mode.a11y-images-off main img{visibility:hidden!important}

/* The premium theme starts immediately below the fixed v16 header. */
.om-hero{padding-top:calc(var(--header-total) + 20px)!important}
.om-page-hero{padding-top:calc(var(--header-total) + 42px)!important}
.om-catalog-top{padding-top:calc(var(--header-total) + 34px)!important}
.om-product{padding-top:calc(var(--header-total) + 36px)!important}
.om-cart{padding-top:calc(var(--header-total) + 36px)!important}
.om-blog-hero,.om-article-hero,.om-search-head,.om-404{padding-top:calc(var(--header-total) + 36px)!important}

@media (max-width:1180px) and (min-width:961px){
  :root{--header-total:152px}
  .tech-header__main{grid-template-columns:225px 124px minmax(210px,1fr) auto auto;gap:10px}
  .brand-logo.tech-brand{width:215px!important}
  .brand-logo.tech-brand img{width:210px!important;max-height:58px!important}
  .tech-phone small{display:none}
  .tech-action--desktop{display:none}
  .tech-nav a{padding:9px 6px!important;font-size:11.5px!important;gap:5px!important}
  .tech-nav a svg{width:16px;height:16px;flex-basis:16px}
  .tech-certificate-link{font-size:11px;padding:9px 7px}
}

@media (max-width:960px){
  :root{--header-total:92px}
  .container{width:calc(100vw - 20px)}
  .header.tech-header{top:8px!important}
  .tech-header__shell{border-radius:22px}
  .tech-header__main{min-height:76px;padding:8px 10px;grid-template-columns:minmax(190px,1fr) 44px;gap:6px}
  .tech-brand-wrap{height:58px}
  .brand-logo.tech-brand{width:185px!important;height:54px!important}
  .brand-logo.tech-brand img{width:180px!important;max-height:52px!important}
  .tech-catalog,.tech-search,.tech-phone,.tech-actions{display:none!important}
  .tech-menu-button{display:grid!important;place-items:center;grid-column:2;width:44px;height:44px;border:0;border-radius:13px;background:rgba(33,102,235,.08);color:#0d2a5d;cursor:pointer}
  .tech-menu-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
  .tech-header__navrow{display:none!important}
  .mobile-drawer{position:fixed!important;display:grid!important;gap:12px;left:10px!important;right:10px!important;top:92px!important;max-height:calc(100dvh - 104px);overflow:auto;padding:16px!important;border-radius:22px!important;background:rgba(255,255,255,.985)!important;border:1px solid rgba(33,102,235,.16)!important;box-shadow:0 24px 70px rgba(14,48,105,.22)!important;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transition:.22s ease;z-index:180}
  .mobile-drawer.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
  .mobile-search{display:grid;grid-template-columns:1fr auto;gap:8px}
  .mobile-search input{min-width:0;padding:13px 14px;border-radius:13px;border:1px solid #d9e0ea;background:#f8fafc;outline:0}
  .mobile-search button{border:0;border-radius:13px;padding:0 15px;background:#0c2a5f;color:#fff;font-weight:800}
  .mobile-drawer__featured{display:grid;gap:8px}
  .mobile-drawer__featured .catalog-trigger,.mobile-drawer__featured .certificate-link{min-height:46px;padding:12px 14px;border-radius:13px;justify-content:flex-start}
  .mobile-drawer__featured .catalog-trigger{background:#0c2a5f;color:#fff}
  .mobile-drawer__featured .certificate-link{background:#f4f7fc;color:#17335f}
  .mobile-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
  .mobile-category-grid a{padding:10px 8px;border-radius:11px;background:#f5f8fc;color:#263853;font-size:12px;font-weight:750;text-align:center}
  .mobile-drawer__nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-drawer__nav a{padding:13px;border-radius:13px;background:#f7f9fc;font-size:13px;font-weight:750;color:#263853}
  .mobile-drawer__contacts{display:grid;gap:7px;padding:14px;border-radius:16px;background:#0d1b34;color:#fff;font-size:13px}
  .mobile-drawer__contacts a{font-weight:800;color:#fff}
  .a11y-toggle--mobile{justify-content:flex-start;padding:12px;border:1px solid #d9e0ea;border-radius:13px;background:#fff;font-weight:800}
  .a11y-toolbar{left:8px;right:8px;top:8px;max-width:none}
  .om-hero{padding-top:calc(var(--header-total) + 12px)!important}
  .om-page-hero,.om-catalog-top,.om-product,.om-cart,.om-blog-hero,.om-article-hero,.om-search-head,.om-404{padding-top:calc(var(--header-total) + 24px)!important}
}

@media (max-width:520px){
  .container{width:calc(100vw - 16px)}
  .tech-header__main{grid-template-columns:minmax(150px,1fr) 42px}
  .brand-logo.tech-brand{width:165px!important}
  .brand-logo.tech-brand img{width:160px!important;max-height:48px!important}
  .tech-menu-button{width:42px;height:42px}
  .mobile-category-grid{grid-template-columns:repeat(2,1fr)}
  .mobile-drawer__nav{grid-template-columns:1fr}
  .a11y-toolbar{display:grid;gap:8px}
  .a11y-toolbar__buttons{display:grid;grid-template-columns:repeat(3,1fr)}
  .a11y-toolbar button{font-size:12px;padding:6px 7px}
}

.om-footer-payments{margin-top:18px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.om-footer-payments span{width:100%;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);font-weight:800}
.om-footer-payments strong{display:inline-flex;padding:8px 11px;border-radius:10px;background:#7357ff;color:#fff;font-size:13px}
.om-footer-payments small{color:rgba(255,255,255,.66);font-size:11px}
.om-footer-a11y{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}

.om-yookassa-badge{display:inline-flex;margin-top:13px;padding:8px 12px;border-radius:10px;background:#7357ff;color:#fff;font-size:12px;font-weight:850}


/* =========================================================
   ORTOMED v17 — compact inner pages + customer-facing cleanup
   ========================================================= */

/* Internal pages should feel consistent with the premium homepage,
   not oversized or separated by large empty bands. */
.om-page-hero{
  padding-top:calc(var(--header-total) + 24px)!important;
  padding-bottom:28px!important;
}
.om-page-hero .om-container{
  max-width:1180px;
}
.om-page-hero h1{
  max-width:980px!important;
  margin:8px 0 12px!important;
  font-size:clamp(38px,4.2vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
.om-page-hero p{
  max-width:820px!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.om-page{
  padding:34px 0 74px!important;
}
.om-page-grid{
  gap:40px!important;
}
.om-prose{
  font-size:15px!important;
  line-height:1.72!important;
}
.om-prose h2{
  margin-top:34px!important;
  margin-bottom:12px!important;
  font-size:clamp(24px,2.2vw,32px)!important;
  line-height:1.12!important;
}
.om-prose h2:first-child{
  margin-top:0!important;
}
.om-prose h3{
  font-size:18px!important;
}
.om-info-grid{
  margin-top:20px!important;
}
.om-side-card{
  align-self:start!important;
}

/* Footer: payment first, social separated as a distinct block. */
.om-footer__social--spaced{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
}
.om-footer__social--spaced::before{
  content:"Мы в социальных сетях";
  display:block;
  width:100%;
  margin-bottom:10px;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:rgba(255,255,255,.5);
}
.om-footer__social--spaced .om-social{
  margin:0!important;
}

/* Reviews: useful customer-facing content without fake testimonials. */
.om-review-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-bottom:28px;
}
.om-review-point{
  padding:24px;
  border:1px solid rgba(18,58,116,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(15,42,84,.06);
}
.om-review-point__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:13px;
  background:#edf5ff;
  color:#1e64dc;
  font-size:12px;
  font-weight:900;
}
.om-review-point h3{
  margin:0 0 8px;
  font-size:20px;
}
.om-review-point p{
  margin:0;
  color:#66758b;
  font-size:14px;
  line-height:1.6;
}
.om-review-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px 30px;
  border-radius:24px;
  background:linear-gradient(135deg,#f3f8ff,#fff);
  border:1px solid rgba(33,102,235,.12);
}
.om-review-cta h2{
  margin:7px 0 6px;
  font-size:30px;
}
.om-review-cta p{
  margin:0;
  color:#64748b;
}
@media(max-width:960px){
  .om-page-hero{
    padding-top:calc(var(--header-total) + 18px)!important;
    padding-bottom:22px!important;
  }
  .om-page-hero h1{
    font-size:clamp(32px,8vw,44px)!important;
  }
  .om-page{
    padding:28px 0 58px!important;
  }
  .om-review-summary{
    grid-template-columns:1fr;
  }
  .om-review-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:520px){
  .om-page-hero h1{
    font-size:31px!important;
  }
  .om-page-hero p{
    font-size:14px!important;
  }
  .om-page{
    padding-top:22px!important;
  }
}



/* =========================================================
   ORTOMED v18 — full mobile adaptation
   ========================================================= */
.mobile-quick-actions{display:none}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}
table{max-width:100%}

@media (max-width: 960px){
  :root{--header-total:86px!important;--om-radius:18px;--om-radius-lg:24px}
  body{font-size:14px;line-height:1.55;-webkit-text-size-adjust:100%;text-size-adjust:100%}
  .om-page-shell{overflow:hidden}
  .om-container,.container{width:calc(100vw - 20px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}

  .header.tech-header{top:7px!important;left:0!important;right:0!important}
  .tech-header__shell{width:calc(100vw - 14px)!important;margin:0 7px!important;border-radius:20px!important;overflow:visible!important}
  .tech-header__main{min-height:68px!important;height:68px!important;padding:7px 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto 42px!important;align-items:center!important;gap:6px!important}
  .tech-brand-wrap{grid-column:1!important;height:54px!important;min-width:0!important;overflow:hidden!important}
  .brand-logo.tech-brand{width:min(180px,100%)!important;height:52px!important}
  .brand-logo.tech-brand img{width:172px!important;max-height:49px!important;object-fit:contain!important;object-position:left center!important}
  .tech-catalog,.tech-search,.tech-phone,.tech-actions,.tech-header__navrow{display:none!important}

  .mobile-quick-actions{display:flex!important;grid-column:2!important;align-items:center!important;gap:5px!important}
  .mobile-quick-action,.tech-menu-button{width:40px!important;height:40px!important;min-width:40px!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:12px!important;border:1px solid rgba(33,102,235,.12)!important;background:rgba(255,255,255,.88)!important;color:#16366b!important;box-shadow:0 6px 18px rgba(16,48,95,.08)!important;position:relative!important}
  .tech-menu-button{grid-column:3!important}
  .mobile-quick-action svg,.tech-menu-button svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mobile-quick-badge{position:absolute;right:-3px;top:-4px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:#e8263f;color:#fff;border:2px solid #fff;font-size:9px;font-weight:900;line-height:1}
  .header.tech-header.scrolled .tech-header__main{min-height:64px!important;height:64px!important;padding:5px 8px!important}

  .mobile-drawer{left:7px!important;right:7px!important;top:82px!important;width:auto!important;max-height:calc(100dvh - 90px)!important;padding:13px!important;border-radius:20px!important;gap:10px!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .mobile-search{display:grid!important;grid-template-columns:minmax(0,1fr) 64px!important;gap:7px!important}
  .mobile-search input{width:100%!important;min-width:0!important;height:44px!important;padding:0 12px!important;font-size:13px!important;border-radius:12px!important}
  .mobile-search button{height:44px!important;padding:0 10px!important;border-radius:12px!important;font-size:12px!important}
  .mobile-drawer__featured{grid-template-columns:1fr!important;gap:7px!important}
  .mobile-drawer__featured a{min-height:44px!important;padding:11px 12px!important;font-size:13px!important;border-radius:12px!important}
  .mobile-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .mobile-category-grid a{min-height:42px!important;padding:8px 6px!important;font-size:10.5px!important;line-height:1.2!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .mobile-drawer__nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .mobile-drawer__nav a{min-height:42px!important;padding:10px 11px!important;font-size:11.5px!important;line-height:1.25!important;display:flex!important;align-items:center!important}
  .mobile-drawer__contacts{padding:11px!important;gap:5px!important;border-radius:13px!important;font-size:11.5px!important}
  .a11y-toggle--mobile{min-height:42px!important;padding:10px 12px!important;font-size:12px!important;border-radius:12px!important}

  .om-section{padding:56px 0!important}
  .om-section--catalog{padding-top:30px!important}
  .om-section-head{display:block!important;margin-bottom:24px!important}
  .om-section-head>div{max-width:none!important}
  .om-section-head h2{margin-top:10px!important;font-size:clamp(28px,8vw,36px)!important;line-height:1.04!important}
  .om-section-head p{max-width:none!important;margin-top:10px!important;font-size:14px!important;line-height:1.55!important}
  .om-text-link{margin-top:14px!important}
  .om-title{font-size:34px!important}.om-subtitle{font-size:14px!important;line-height:1.55!important}
  .om-btn{min-height:48px!important;padding:0 17px!important;border-radius:13px!important}

  .om-hero{padding-top:calc(var(--header-total) + 10px)!important;padding-bottom:12px!important}
  .om-hero__grid{grid-template-columns:1fr!important;gap:10px!important}
  .om-hero__main,.om-hero__visual{min-height:0!important;border-radius:24px!important}
  .om-hero__main{padding:34px 22px 24px!important}
  .om-hero h1{margin-top:20px!important;font-size:clamp(39px,11vw,52px)!important;line-height:.98!important;letter-spacing:-.055em!important}
  .om-hero__lead{margin-top:18px!important;font-size:14px!important;line-height:1.58!important}
  .om-hero__buttons{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:23px!important}
  .om-hero__buttons .om-btn{width:100%!important}
  .om-hero__trust{position:static!important;grid-template-columns:1fr!important;gap:11px!important;margin-top:24px!important;padding-top:18px!important}
  .om-hero__trust strong{font-size:15px!important}.om-hero__trust span{font-size:10px!important}
  .om-hero__visual{min-height:360px!important}
  .om-hero__visual:before{width:250px!important;height:250px!important}
  .om-hero__monogram{font-size:104px!important}
  .om-float-card{transform:scale(.84)!important;transform-origin:center!important}

  .om-cats{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .om-cat{min-height:190px!important;padding:18px!important;border-radius:20px!important}
  .om-cat--xl{grid-column:1 / -1!important;min-height:220px!important}
  .om-cat h3{font-size:20px!important;line-height:1.1!important}
  .om-cat__icon{transform:scale(.82);transform-origin:right bottom}

  .om-cert{grid-template-columns:1fr!important;gap:20px!important;padding:24px!important;border-radius:24px!important}
  .om-cert__visual{min-height:260px!important}.om-cert__content{padding:0!important}
  .om-cert__content h2{font-size:32px!important;line-height:1.03!important}.om-cert__steps{grid-template-columns:1fr!important}

  .om-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .om-product-card{min-width:0!important}
  .om-product-card__media{min-height:0!important;aspect-ratio:1/1!important}
  .om-product-card__body{padding:12px!important}
  .om-product-card__title{font-size:13px!important;line-height:1.3!important;min-height:0!important}
  .om-product-card__price{font-size:16px!important}
  .om-benefits{grid-template-columns:1fr!important;gap:9px!important}.om-benefit{padding:20px!important}
  .om-about-card{grid-template-columns:1fr!important;border-radius:24px!important}
  .om-about-card__main{padding:28px 22px!important}.om-about-card__main h2{font-size:32px!important}
  .om-about-card__stats{grid-template-columns:1fr 1fr!important;padding:10px!important;gap:8px!important}.om-stat{padding:18px!important}

  .om-page-hero{padding-top:calc(var(--header-total) + 14px)!important;padding-bottom:18px!important}
  .om-page-hero h1{font-size:32px!important;line-height:1.04!important;letter-spacing:-.038em!important;margin:7px 0 10px!important}
  .om-page-hero p{font-size:14px!important;line-height:1.5!important}
  .om-page{padding:22px 0 52px!important}
  .om-page-grid,.om-info-grid,.om-contact-grid{grid-template-columns:1fr!important;gap:11px!important}
  .om-prose{font-size:14px!important;line-height:1.62!important}
  .om-prose h2{margin-top:26px!important;font-size:24px!important}
  .om-info-card,.om-contact-card,.om-side-card{padding:18px!important;border-radius:18px!important}
  .om-review-summary{grid-template-columns:1fr!important;gap:9px!important}
  .om-review-point{padding:19px!important}
  .om-review-cta{padding:21px!important;border-radius:20px!important}
  .om-review-cta h2{font-size:26px!important}.om-review-cta .om-btn{width:100%!important}

  .om-catalog-top{padding-top:calc(var(--header-total) + 16px)!important}
  .om-catalog-layout{grid-template-columns:1fr!important;gap:12px!important}
  .om-filter-toggle{display:inline-flex!important}
  .om-filter{position:fixed!important;left:8px!important;right:8px!important;bottom:8px!important;top:auto!important;width:auto!important;max-height:78dvh!important;overflow:auto!important;z-index:190!important;padding:18px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 24px 70px rgba(12,22,66,.24)!important;transform:translateY(calc(100% + 24px))!important;opacity:0!important;visibility:hidden!important;transition:.25s ease!important}
  body.filter-open .om-filter{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}
  .om-catalog-products{min-width:0!important}

  .om-product{padding-top:calc(var(--header-total) + 15px)!important;padding-bottom:48px!important}
  .om-product__grid{grid-template-columns:1fr!important;gap:18px!important}
  .om-gallery{grid-template-columns:1fr!important;gap:8px!important}
  .om-gallery__thumbs{order:2!important;display:flex!important;flex-direction:row!important;gap:7px!important;overflow-x:auto!important;padding-bottom:2px!important;scrollbar-width:none}
  .om-gallery__thumbs::-webkit-scrollbar{display:none}
  .om-gallery__thumb{flex:0 0 66px!important;width:66px!important;height:66px!important}
  .om-gallery__main{order:1!important;aspect-ratio:1/1!important;min-height:0!important}
  .om-product__info h1{font-size:30px!important;line-height:1.08!important}
  .om-product__price{font-size:28px!important}
  .om-product__buy{grid-template-columns:88px 1fr!important;gap:8px!important}
  .om-product__features{grid-template-columns:1fr!important;gap:8px!important}
  .om-properties{grid-template-columns:1fr!important}

  .om-cart{padding-top:calc(var(--header-total) + 16px)!important;padding-bottom:48px!important}
  .om-cart__grid{grid-template-columns:1fr!important;gap:18px!important}
  .om-cart-item{grid-template-columns:80px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}
  .om-cart-item__img{width:80px!important;height:80px!important}
  .om-cart-item__price{grid-column:2!important;justify-self:start!important}
  .om-cart-summary{position:static!important;padding:20px!important}

  .om-blog-hero,.om-article-hero,.om-search-head,.om-404{padding-top:calc(var(--header-total) + 16px)!important}
  .om-blog-grid{grid-template-columns:1fr!important;gap:12px!important}
  .om-article-prose{font-size:14px!important}
  .om-404__card{padding:28px 20px!important}.om-404__num{font-size:90px!important}

  .om-feedback,.feedback-form{padding:20px!important;border-radius:20px!important}
  .om-feedback form,.feedback-form form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  textarea{min-height:110px!important}

  .om-footer{padding-top:50px!important}
  .om-footer__grid{grid-template-columns:1fr!important;gap:30px!important}
  .om-footer__brand{max-width:none!important}
  .om-footer__cols{grid-template-columns:1fr 1fr!important;gap:22px 14px!important}
  .om-footer-payments{margin-top:18px!important;gap:8px!important}
  .om-footer__social--spaced{margin-top:28px!important;padding-top:20px!important}
  .om-footer__bottom{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:start!important}
  .om-footer__legal{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important}

  body.a11y-mode .a11y-toolbar{left:7px!important;right:7px!important;top:7px!important;max-width:none!important;width:auto!important;padding:10px!important;display:grid!important;gap:8px!important;border-radius:16px!important}
  .a11y-toolbar strong{font-size:12px!important}
  .a11y-toolbar__buttons{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  .a11y-toolbar button{min-height:38px!important;padding:5px 7px!important;font-size:11px!important}
}

@media (max-width: 520px){
  .om-container,.container{width:calc(100vw - 16px)!important}
  .tech-header__shell{width:calc(100vw - 10px)!important;margin:0 5px!important}
  .tech-header__main{grid-template-columns:minmax(0,1fr) auto 40px!important;gap:4px!important;padding-left:7px!important;padding-right:6px!important}
  .brand-logo.tech-brand{width:min(150px,100%)!important}
  .brand-logo.tech-brand img{width:145px!important;max-height:45px!important}
  .mobile-quick-action,.tech-menu-button{width:38px!important;height:38px!important;min-width:38px!important}
  .mobile-quick-action svg,.tech-menu-button svg{width:19px!important;height:19px!important}
  .mobile-drawer{left:5px!important;right:5px!important;top:79px!important}
  .mobile-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mobile-drawer__nav{grid-template-columns:1fr!important}
  .om-section{padding:48px 0!important}
  .om-hero h1{font-size:38px!important}
  .om-hero__visual{min-height:320px!important}
  .om-cats{grid-template-columns:1fr!important}
  .om-cat--xl{grid-column:auto!important}
  .om-product-grid{grid-template-columns:1fr 1fr!important;gap:7px!important}
  .om-product-card__body{padding:10px!important}
  .om-product-card__title{font-size:12px!important}
  .om-product-card__price{font-size:15px!important}
  .om-about-card__stats{grid-template-columns:1fr!important}
  .om-footer__cols{grid-template-columns:1fr!important}
  .om-page-hero h1{font-size:29px!important}
  .om-product__info h1{font-size:27px!important}
}

@media (max-width: 370px){
  .brand-logo.tech-brand{width:min(128px,100%)!important}
  .brand-logo.tech-brand img{width:124px!important}
  .mobile-quick-actions{gap:3px!important}
  .om-product-grid{grid-template-columns:1fr!important}
}

/* =========================================================
   ORTOMED v19 — MOBILE CONFLICT FIX
   ========================================================= */
@media (max-width:960px){
  body{padding-bottom:0!important}
  .om-mobile-nav{display:none!important}

  /* Force the desktop-only blocks out of the mobile header. */
  .header.tech-header .header-catalog.tech-catalog,
  .header.tech-header .header-search.tech-search,
  .header.tech-header .tech-phone,
  .header.tech-header .tech-actions,
  .header.tech-header .tech-header__navrow{display:none!important}

  .header.tech-header{top:6px!important}
  .header.tech-header .tech-header__shell{
    width:calc(100vw - 12px)!important;
    margin:0 6px!important;
    border-radius:19px!important;
  }
  .header.tech-header .tech-header__main{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    grid-template-rows:56px!important;
    min-height:56px!important;
    height:56px!important;
    padding:0 7px 0 10px!important;
    gap:5px!important;
    align-items:center!important;
  }
  .header.tech-header .tech-brand-wrap{
    grid-column:1!important;
    grid-row:1!important;
    width:auto!important;
    min-width:0!important;
    height:52px!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
  }
  .header.tech-header .brand-logo.tech-brand{
    width:154px!important;
    max-width:100%!important;
    height:48px!important;
    min-width:0!important;
    flex:0 1 auto!important;
  }
  .header.tech-header .brand-logo.tech-brand img{
    display:block!important;
    width:150px!important;
    max-width:100%!important;
    height:auto!important;
    max-height:44px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .header.tech-header .mobile-quick-actions{
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
    margin:0!important;
    padding:0!important;
  }
  .header.tech-header .mobile-quick-action,
  .header.tech-header .tech-menu-button{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    margin:0!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    padding:0!important;
    border-radius:11px!important;
  }
  .header.tech-header .tech-menu-button{
    grid-column:3!important;
    grid-row:1!important;
    display:grid!important;
  }
  .header.tech-header.scrolled .tech-header__main{
    min-height:54px!important;
    height:54px!important;
    grid-template-rows:54px!important;
    padding:0 7px 0 10px!important;
  }

  /* Drawer starts directly below the one-line header. */
  .mobile-drawer{
    top:69px!important;
    left:6px!important;
    right:6px!important;
    max-height:calc(100dvh - 76px)!important;
  }

  :root{--header-total:68px!important}

  /* Home hero: compact and fully visible on one phone screen. */
  .om-hero{
    padding-top:calc(var(--header-total) + 7px)!important;
    padding-bottom:10px!important;
  }
  .om-hero__grid{display:block!important}
  .om-hero__main{
    min-height:0!important;
    padding:26px 20px 22px!important;
    border-radius:22px!important;
  }
  .om-hero__kicker{
    padding:7px 9px!important;
    font-size:8.5px!important;
    letter-spacing:.07em!important;
  }
  .om-hero h1{
    margin-top:20px!important;
    font-size:clamp(34px,9.8vw,44px)!important;
    line-height:.99!important;
    letter-spacing:-.05em!important;
  }
  .om-hero__lead{
    margin-top:16px!important;
    font-size:13.5px!important;
    line-height:1.55!important;
  }
  .om-hero__buttons{
    margin-top:20px!important;
    gap:8px!important;
  }
  .om-hero__buttons .om-btn{
    min-height:46px!important;
    font-size:13px!important;
  }
  .om-hero__trust{
    position:static!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:20px!important;
    padding-top:17px!important;
  }
  .om-hero__trust strong{
    font-size:13px!important;
    line-height:1.1!important;
  }
  .om-hero__trust span{
    margin-top:4px!important;
    font-size:8px!important;
    line-height:1.25!important;
  }
  .om-hero__visual{display:none!important}

  /* Make the next blocks start immediately rather than after oversized gaps. */
  .om-marquee{margin-top:0!important;padding:13px 0!important}
  .om-section{padding:42px 0!important}
  .om-section-head{margin-bottom:18px!important}

  /* Internal page top spacing follows the compact header. */
  .om-page-hero,
  .om-catalog-top,
  .om-product,
  .om-cart,
  .om-blog-hero,
  .om-article-hero,
  .om-search-head,
  .om-404{
    padding-top:calc(var(--header-total) + 13px)!important;
  }
}

@media(max-width:430px){
  .header.tech-header .brand-logo.tech-brand{width:135px!important}
  .header.tech-header .brand-logo.tech-brand img{width:132px!important;max-height:40px!important}
  .header.tech-header .mobile-quick-action,
  .header.tech-header .tech-menu-button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
  .om-hero__main{padding:23px 18px 20px!important}
  .om-hero h1{font-size:34px!important}
  .om-hero__trust{grid-template-columns:1fr 1fr 1fr!important}
}

@media(max-width:365px){
  .header.tech-header .brand-logo.tech-brand{width:116px!important}
  .header.tech-header .brand-logo.tech-brand img{width:114px!important}
  .header.tech-header .mobile-quick-action,
  .header.tech-header .tech-menu-button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}
  .om-hero__trust{grid-template-columns:1fr!important}
}


/* v20 verification hardening */
@media (max-width:960px){
  .om-mobile-nav{display:none!important}
  body{padding-bottom:0!important}
}


/* ORTOMED v21 — regional descriptor */
.brand-identity{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-width:0;
}
.brand-region-label{
  margin-top:-2px;
  padding-left:2px;
  font-size:8px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.065em;
  color:#64748b;
  white-space:nowrap;
}
.brand-region-label strong{
  color:#d9233f;
  font-weight:900;
}
@media(max-width:960px){
  .brand-region-label{
    font-size:6.8px;
    letter-spacing:.035em;
    margin-top:-4px;
  }
}
@media(max-width:430px){
  .brand-region-label{
    font-size:6px;
  }
}


/* VERSION 2 — premium white/red certificate CTA */
.om-cert-red{
  background:#fff!important;
  color:#c91d37!important;
  border:1.5px solid rgba(201,29,55,.38)!important;
  box-shadow:0 10px 26px rgba(201,29,55,.10)!important;
}
.om-cert-red::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#d9233f;
  box-shadow:0 0 0 5px rgba(217,35,63,.09);
}
.om-cert-red:hover{
  background:#fff5f6!important;
  color:#b4152d!important;
  border-color:#d9233f!important;
  transform:translateY(-2px);
}


/* =========================================================
   ORTOMED v23 — final Kalmykia/header/certificate corrections
   ========================================================= */

/* Logo block: keep official logo untouched; only show KALMYKIA beneath it */
.brand-identity{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
}
.brand-logo.tech-brand{
  justify-content:center!important;
}
.brand-logo.tech-brand img{
  object-position:center center!important;
}
.brand-region-label{
  width:100%!important;
  margin:1px 0 0!important;
  padding:0!important;
  text-align:center!important;
  color:#d9233f!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  white-space:nowrap!important;
}

/* Center header content vertically and keep the floating header balanced */
.tech-header__main{
  align-items:center!important;
}
.tech-brand-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.tech-catalog,
.tech-search,
.tech-phone,
.tech-actions{
  align-self:center!important;
}

/* Red certificate CTA in header */
.tech-certificate-link.tech-certificate-red,
.tech-certificate-red{
  background:linear-gradient(135deg,#ef334f,#ce1835)!important;
  color:#fff!important;
  border:1px solid transparent!important;
  box-shadow:0 10px 24px rgba(206,24,53,.22)!important;
}
.tech-certificate-link.tech-certificate-red strong,
.tech-certificate-red strong{
  color:#fff!important;
}
.tech-certificate-link.tech-certificate-red:hover,
.tech-certificate-red:hover{
  background:linear-gradient(135deg,#f4435d,#db203d)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

/* Red certificate CTA on homepage */
.om-cert-red{
  background:linear-gradient(135deg,#ef334f,#ce1835)!important;
  color:#fff!important;
  border:1px solid transparent!important;
  box-shadow:0 12px 28px rgba(206,24,53,.24)!important;
}
.om-cert-red::before{
  content:none!important;
}
.om-cert-red:hover{
  background:linear-gradient(135deg,#f4435d,#db203d)!important;
  color:#fff!important;
  border-color:transparent!important;
  transform:translateY(-2px)!important;
}

/* Mobile: keep logo centered inside its own area and Kalmykia readable */
@media (max-width:960px){
  .tech-brand-wrap{
    justify-content:flex-start!important;
  }
  .brand-identity{
    align-items:center!important;
    width:max-content!important;
    max-width:100%!important;
  }
  .brand-logo.tech-brand{
    justify-content:center!important;
  }
  .brand-region-label{
    font-size:7px!important;
    letter-spacing:.12em!important;
    margin-top:0!important;
  }
  .tech-certificate-red,
  .om-cert-red{
    text-align:center!important;
    justify-content:center!important;
  }
}
@media (max-width:430px){
  .brand-region-label{
    font-size:6.2px!important;
    letter-spacing:.10em!important;
  }
}



/* =========================================================
   ORTOMED v24 — mobile version for v23
   Keeps desktop untouched.
   ========================================================= */

.mobile-quick-actions{display:none}

@media (max-width:960px){
  html,body{
    max-width:100%;
    overflow-x:hidden!important;
  }
  body{
    padding-bottom:0!important;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }

  .om-mobile-nav{display:none!important}
  img,video,iframe,svg{max-width:100%}

  :root{
    --header-total:82px!important;
  }

  .container,
  .om-container{
    width:calc(100vw - 18px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* ---------- HEADER: ONE ROW ---------- */
  .header.tech-header{
    top:6px!important;
    left:0!important;
    right:0!important;
  }

  .tech-header__shell{
    width:calc(100vw - 12px)!important;
    margin:0 6px!important;
    border-radius:18px!important;
    overflow:visible!important;
  }

  .tech-header__main{
    min-height:66px!important;
    height:66px!important;
    padding:6px 7px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto 40px!important;
    align-items:center!important;
    gap:5px!important;
  }

  .tech-brand-wrap{
    grid-column:1!important;
    min-width:0!important;
    height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }

  .brand-identity{
    width:max-content!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:center!important;
  }

  .brand-logo.tech-brand{
    width:min(170px,100%)!important;
    height:43px!important;
    min-width:0!important;
    justify-content:center!important;
  }

  .brand-logo.tech-brand img{
    width:166px!important;
    max-width:100%!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  .brand-region-label{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    color:#d9233f!important;
    font-size:6.8px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    white-space:nowrap!important;
  }

  /* Never allow desktop pieces to create a second line */
  .tech-catalog,
  .tech-search,
  .tech-phone,
  .tech-actions,
  .tech-header__navrow{
    display:none!important;
  }

  .header-search.tech-search,
  .header-phone.tech-phone,
  .header-actions.tech-actions{
    display:none!important;
  }

  /* ---------- QUICK ACTIONS ---------- */
  .mobile-quick-actions{
    display:flex!important;
    grid-column:2!important;
    align-items:center!important;
    gap:4px!important;
  }

  .mobile-quick-action,
  .tech-menu-button{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    margin:0!important;
    border-radius:11px!important;
    border:1px solid rgba(32,92,190,.12)!important;
    background:rgba(255,255,255,.95)!important;
    color:#17386d!important;
    box-shadow:0 6px 18px rgba(17,54,111,.08)!important;
    position:relative!important;
  }

  .tech-menu-button{
    display:grid!important;
    grid-column:3!important;
  }

  .mobile-quick-action svg,
  .tech-menu-button svg{
    width:19px!important;
    height:19px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  .mobile-quick-badge{
    position:absolute!important;
    top:-4px!important;
    right:-4px!important;
    min-width:16px!important;
    height:16px!important;
    padding:0 4px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:99px!important;
    background:#d9233f!important;
    color:#fff!important;
    border:2px solid #fff!important;
    font-size:8px!important;
    font-weight:900!important;
  }

  /* ---------- DRAWER ---------- */
  .mobile-drawer{
    left:6px!important;
    right:6px!important;
    top:78px!important;
    width:auto!important;
    max-height:calc(100dvh - 86px)!important;
    padding:12px!important;
    border-radius:18px!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    z-index:190!important;
  }

  .mobile-search{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 62px!important;
    gap:6px!important;
  }

  .mobile-search input{
    width:100%!important;
    min-width:0!important;
    height:43px!important;
    padding:0 11px!important;
    border-radius:11px!important;
    font-size:12.5px!important;
  }

  .mobile-search button{
    height:43px!important;
    padding:0 10px!important;
    border-radius:11px!important;
    font-size:11.5px!important;
  }

  .mobile-drawer__featured{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
  }

  .mobile-drawer__featured a{
    min-height:42px!important;
    padding:10px 11px!important;
    border-radius:11px!important;
    font-size:12px!important;
  }

  .mobile-drawer__featured .tech-certificate-red,
  .mobile-drawer__featured .certificate-link{
    background:linear-gradient(135deg,#ef334f,#ce1835)!important;
    color:#fff!important;
    border-color:transparent!important;
  }

  .mobile-category-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  .mobile-category-grid a{
    min-height:40px!important;
    padding:8px 6px!important;
    border-radius:10px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
  }

  .mobile-drawer__nav{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  .mobile-drawer__nav a{
    min-height:40px!important;
    padding:9px 10px!important;
    border-radius:10px!important;
    font-size:11px!important;
    line-height:1.2!important;
  }

  .mobile-drawer__contacts{
    padding:10px!important;
    border-radius:12px!important;
    font-size:11px!important;
  }

  /* ---------- HERO ---------- */
  .om-hero{
    padding-top:calc(var(--header-total) + 8px)!important;
    padding-bottom:14px!important;
  }

  .om-hero__grid{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .om-hero__main{
    padding:30px 20px 22px!important;
    border-radius:22px!important;
    min-height:0!important;
  }

  .om-hero h1{
    font-size:clamp(36px,10.5vw,48px)!important;
    line-height:.99!important;
    letter-spacing:-.05em!important;
    margin-top:16px!important;
  }

  .om-hero__lead{
    font-size:14px!important;
    line-height:1.52!important;
    margin-top:15px!important;
  }

  .om-hero__buttons{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:20px!important;
  }

  .om-hero__buttons .om-btn{
    width:100%!important;
    min-height:46px!important;
  }

  .om-cert-red{
    background:linear-gradient(135deg,#ef334f,#ce1835)!important;
    color:#fff!important;
    border-color:transparent!important;
    box-shadow:0 10px 24px rgba(206,24,53,.20)!important;
    justify-content:center!important;
  }

  .om-hero__trust{
    position:static!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    margin-top:20px!important;
    padding-top:16px!important;
  }

  .om-hero__trust strong{font-size:13px!important}
  .om-hero__trust span{
    font-size:9px!important;
    line-height:1.2!important;
  }

  .om-hero__visual{
    display:none!important;
  }

  /* ---------- SECTIONS ---------- */
  .om-section{
    padding:46px 0!important;
  }

  .om-section-head{
    display:block!important;
    margin-bottom:20px!important;
  }

  .om-section-head h2{
    font-size:30px!important;
    line-height:1.05!important;
  }

  .om-section-head p{
    font-size:13.5px!important;
    line-height:1.5!important;
    margin-top:8px!important;
  }

  .om-btn{
    min-height:46px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }

  /* ---------- CATEGORIES ---------- */
  .om-cats{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }

  .om-cat{
    min-height:175px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  .om-cat--xl{
    grid-column:1 / -1!important;
    min-height:205px!important;
  }

  .om-cat h3{
    font-size:18px!important;
    line-height:1.08!important;
  }

  /* ---------- PRODUCT GRID ---------- */
  .om-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .om-product-card{
    min-width:0!important;
  }

  .om-product-card__media{
    aspect-ratio:1/1!important;
    min-height:0!important;
  }

  .om-product-card__body{
    padding:10px!important;
  }

  .om-product-card__title{
    font-size:12px!important;
    line-height:1.25!important;
    min-height:0!important;
  }

  .om-product-card__price{
    font-size:15px!important;
  }

  /* ---------- INTERNAL PAGES ---------- */
  .om-page-hero{
    padding-top:calc(var(--header-total) + 12px)!important;
    padding-bottom:16px!important;
  }

  .om-page-hero h1{
    font-size:29px!important;
    line-height:1.04!important;
    margin:6px 0 9px!important;
  }

  .om-page-hero p{
    font-size:13.5px!important;
    line-height:1.48!important;
  }

  .om-page{
    padding:20px 0 48px!important;
  }

  .om-page-grid,
  .om-info-grid,
  .om-contact-grid,
  .om-review-summary{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .om-prose{
    font-size:13.5px!important;
    line-height:1.58!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  .om-prose h2{
    font-size:22px!important;
    margin-top:24px!important;
  }

  .om-info-card,
  .om-contact-card,
  .om-side-card,
  .om-review-point{
    padding:17px!important;
    border-radius:16px!important;
  }

  /* ---------- CATALOG ---------- */
  .om-catalog-top{
    padding-top:calc(var(--header-total) + 12px)!important;
  }

  .om-catalog-layout{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  /* ---------- PRODUCT PAGE ---------- */
  .om-product{
    padding-top:calc(var(--header-total) + 12px)!important;
  }

  .om-product__grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .om-gallery{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  .om-gallery__main{
    aspect-ratio:1/1!important;
    min-height:0!important;
  }

  .om-gallery__thumbs{
    order:2!important;
    display:flex!important;
    flex-direction:row!important;
    gap:6px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }

  .om-gallery__thumb{
    flex:0 0 62px!important;
    width:62px!important;
    height:62px!important;
  }

  .om-product__info h1{
    font-size:27px!important;
  }

  .om-product__price{
    font-size:26px!important;
  }

  /* ---------- CART ---------- */
  .om-cart{
    padding-top:calc(var(--header-total) + 12px)!important;
  }

  .om-cart__grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .om-cart-item{
    grid-template-columns:74px minmax(0,1fr)!important;
    gap:10px!important;
    padding:12px!important;
  }

  .om-cart-item__img{
    width:74px!important;
    height:74px!important;
  }

  .om-cart-summary{
    position:static!important;
    padding:18px!important;
  }

  /* ---------- FOOTER ---------- */
  .om-footer{
    padding-top:44px!important;
  }

  .om-footer__grid{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }

  .om-footer__cols{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }

  .om-footer__bottom{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .om-footer__legal{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:6px!important;
  }

  .om-footer__social--spaced{
    margin-top:24px!important;
    padding-top:18px!important;
  }

  /* ---------- MAP ---------- */
  .om-map-frame{
    height:260px!important;
    min-height:260px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  .om-map-frame iframe{
    width:100%!important;
    height:100%!important;
  }

  /* ---------- ACCESSIBILITY ---------- */
  body.a11y-mode .a11y-toolbar{
    left:6px!important;
    right:6px!important;
    top:6px!important;
    width:auto!important;
    max-width:none!important;
    padding:9px!important;
    border-radius:14px!important;
  }
}

@media (max-width:430px){
  .container,
  .om-container{
    width:calc(100vw - 14px)!important;
  }

  .tech-header__shell{
    width:calc(100vw - 8px)!important;
    margin:0 4px!important;
  }

  .tech-header__main{
    grid-template-columns:minmax(0,1fr) auto 38px!important;
    gap:3px!important;
    padding-left:6px!important;
    padding-right:5px!important;
  }

  .brand-logo.tech-brand{
    width:min(144px,100%)!important;
  }

  .brand-logo.tech-brand img{
    width:140px!important;
    max-height:39px!important;
  }

  .brand-region-label{
    font-size:6px!important;
    letter-spacing:.10em!important;
  }

  .mobile-quick-action,
  .tech-menu-button{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }

  .mobile-quick-action svg,
  .tech-menu-button svg{
    width:18px!important;
    height:18px!important;
  }

  .om-hero h1{
    font-size:36px!important;
  }

  .om-cats{
    grid-template-columns:1fr!important;
  }

  .om-cat--xl{
    grid-column:auto!important;
  }

  .om-product-grid{
    grid-template-columns:1fr 1fr!important;
    gap:6px!important;
  }
}

@media (max-width:360px){
  .brand-logo.tech-brand{
    width:min(124px,100%)!important;
  }

  .brand-logo.tech-brand img{
    width:120px!important;
  }

  .brand-region-label{
    font-size:5.5px!important;
  }

  .om-product-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   ORTOMED v25 — mobile header: remove outer side framing
   ========================================================= */
@media (max-width:960px){
  .header.tech-header{
    left:0!important;
    right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .tech-header__shell{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    box-shadow:0 8px 26px rgba(22,68,135,.07)!important;
  }

  .tech-header__shell::before,
  .tech-header__shell::after{
    display:none!important;
    content:none!important;
  }

  .tech-header__main{
    width:100%!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
}

@media (max-width:430px){
  .tech-header__shell{
    width:100%!important;
    margin:0!important;
  }

  .tech-header__main{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}

/* ORTOMED v26 — client desktop corrections */
@media (min-width:961px){
  .brand-region-label{
    font-size:8px!important;
    letter-spacing:.10em!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .om-cert-contact{
    margin-top:28px;
    padding:24px;
    border:1px solid rgba(20,55,110,.10);
    border-radius:20px;
    background:rgba(247,250,255,.9);
  }
  .om-cert-contact h2{margin-top:0!important}
  .om-cert-contact__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
  }
  .om-text-link{font-weight:800}
}

/* v27 — readable CTA text */
.om-cert-contact .om-btn--red,
.om-cert-contact .om-btn--red:link,
.om-cert-contact .om-btn--red:visited,
.om-cert-contact .om-btn--red:hover,
.om-cert-contact .om-btn--red:focus {
  color:#ffffff !important;
  text-decoration:none !important;
}

.om-cert-contact .om-btn--outline,
.om-cert-contact .om-btn--outline:link,
.om-cert-contact .om-btn--outline:visited,
.om-cert-contact .om-btn--outline:hover,
.om-cert-contact .om-btn--outline:focus {
  color:#ffffff !important;
  text-decoration:none !important;
}

/* ensure dark WhatsApp button remains high contrast */
.om-cert-contact__actions a {
  -webkit-text-fill-color:#ffffff !important;
  font-weight:800 !important;
}


/* =========================================================
   ORTOMED v29 — real reviews carousel
   ========================================================= */
.om-reviews-page{
  padding-top:28px!important;
}

.om-reviews-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:26px;
}

.om-reviews-head>div{
  max-width:760px;
}

.om-reviews-head h2{
  margin:8px 0 8px;
  font-size:clamp(30px,3vw,44px);
  line-height:1.04;
  letter-spacing:-.035em;
}

.om-reviews-head p{
  margin:0;
  max-width:680px;
  color:#68778d;
  font-size:15px;
  line-height:1.55;
}

.om-yandex-reviews-btn{
  flex:0 0 auto;
  white-space:nowrap;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

.om-review-carousel{
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 52px;
  align-items:center;
  gap:14px;
}

.om-review-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(320px, 32%);
  gap:16px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:4px 2px 10px;
}

.om-review-track::-webkit-scrollbar{
  display:none;
}

.om-review-slide{
  scroll-snap-align:start;
  min-width:0;
  background:#202124;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(22,55,105,.10);
  box-shadow:0 14px 34px rgba(15,34,72,.08);
}

.om-review-slide img{
  display:block;
  width:100%;
  height:360px;
  object-fit:contain;
  background:#202124;
}

.om-review-arrow{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(21,59,116,.12);
  border-radius:15px;
  background:#fff;
  color:#14376f;
  font-size:22px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,48,98,.08);
  transition:.2s ease;
}

.om-review-arrow:hover{
  transform:translateY(-2px);
  border-color:rgba(33,102,235,.28);
  box-shadow:0 14px 30px rgba(15,48,98,.12);
}

.om-review-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:16px;
}

.om-review-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d7deea;
}

.om-review-dots span:first-child{
  width:24px;
  border-radius:999px;
  background:#e62b45;
}

.om-review-note{
  margin-top:28px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  border-radius:20px;
  background:linear-gradient(135deg,#f5f8fd,#fff);
  border:1px solid rgba(20,55,110,.09);
}

.om-review-note strong{
  font-size:16px;
}

.om-review-note p{
  margin:0;
  color:#6b798d;
  font-size:13px;
  line-height:1.5;
}

.om-review-note a{
  color:#1e5ed2;
  font-weight:800;
  white-space:nowrap;
}

@media(max-width:960px){
  .om-reviews-head{
    display:block;
  }
  .om-yandex-reviews-btn{
    margin-top:16px;
    width:100%;
    justify-content:center;
  }
  .om-review-carousel{
    grid-template-columns:1fr;
  }
  .om-review-arrow{
    display:none;
  }
  .om-review-track{
    grid-auto-columns:82%;
    gap:10px;
  }
  .om-review-slide img{
    height:310px;
  }
  .om-review-note{
    grid-template-columns:1fr;
    gap:8px;
  }
  .om-review-note a{
    white-space:normal;
  }
}

/* Dynamic InSales catalog: real collections, products and filters */
.catalog-mega--dynamic{
  display:block;
  width:min(860px,calc(100vw - 40px));
  padding:18px;
}
.catalog-mega__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:11px;
  padding:4px 6px 13px;
  border-bottom:1px solid #e8edf5;
}
.catalog-mega__top>div{display:grid;gap:2px}
.catalog-mega__top>div span{color:#7a879b;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.catalog-mega__top>div strong{color:#172c49;font-size:15px}
.catalog-mega__top>a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:12px;
  background:#edf4ff;
  color:#1358d3!important;
  font-size:12px;
  font-weight:800;
}
.catalog-mega__top>a span,.catalog-mega__dynamic-grid small{
  min-width:24px;
  padding:3px 6px;
  border-radius:999px;
  background:#fff;
  color:#6b7c94;
  font-size:9px;
  line-height:1;
  text-align:center;
}
.catalog-mega__dynamic-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:4px 8px;
  max-height:min(55vh,420px);
  overflow:auto;
  overscroll-behavior:contain;
  padding:2px;
}
.catalog-mega__dynamic-grid>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-width:0;
  padding:10px 11px;
  border-radius:11px;
  color:#1f3554!important;
  font-size:12px;
  font-weight:690;
  line-height:1.25;
}
.catalog-mega__dynamic-grid>a span{min-width:0}
.catalog-mega__dynamic-grid>a:hover,.catalog-mega__dynamic-grid>a:focus,.catalog-mega__dynamic-grid>a.is-current{background:#edf4ff;color:#1358d3!important}
.catalog-mega__certificate{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:11px;
  padding:12px 14px;
  border-radius:12px;
  background:#fff2f2!important;
  color:#b4232f!important;
  font-size:12px;
  font-weight:800;
}
.mobile-category-grid a{gap:5px;line-height:1.2}
.mobile-category-grid a small{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:2px 5px;border-radius:999px;background:#fff;color:#6b7c94;font-size:8px}

.om-cat__icon--image{overflow:hidden;background:#fff}
.om-cat__icon--image img{width:100%;height:100%;padding:5px;object-fit:contain}
.om-cat--xl .om-cat__icon--image img{padding:8px}

.om-subcollections{margin-bottom:34px}
.om-section-head--compact{margin-bottom:20px}
.om-section-head--compact h2{font-size:34px}
.om-subcollection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.om-subcollection-card{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 28px;
  align-items:center;
  gap:12px;
  min-width:0;
  min-height:82px;
  padding:11px;
  border:1px solid var(--om-line);
  border-radius:18px;
  background:#fff;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.om-subcollection-card:hover{transform:translateY(-3px);border-color:#cbdcf7;box-shadow:0 16px 34px rgba(25,46,83,.08)}
.om-subcollection-card__image{display:flex;align-items:center;justify-content:center;width:58px;height:58px;overflow:hidden;border-radius:13px;background:#f4f7fb;color:#1358d3}
.om-subcollection-card__image img{width:100%;height:100%;padding:6px;object-fit:contain}
.om-subcollection-card__image b{font-size:13px}
.om-subcollection-card__text{display:grid;gap:5px;min-width:0}
.om-subcollection-card__text strong{color:#172c49;font-size:12px;line-height:1.3}
.om-subcollection-card__text small{color:#7b8799;font-size:9px}
.om-subcollection-card__arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#eef4ff;color:#1358d3;font-size:13px}
.om-section--catalog .om-catalog-top{padding-top:0!important}

.om-filter__controls{max-height:390px;overflow:auto;padding-right:4px}
.om-filter__controls>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-width:0;
}
.om-filter__controls>a span{min-width:0}
.om-filter__controls>a small{flex:0 0 auto;color:#9aa5b4;font-size:9px}
.om-filter__controls>a.is-current{background:#eaf2ff;color:#1358d3;font-weight:800}
.om-filter__controls>a.is-current small{color:#1358d3}
.om-filter__controls .om-filter__level-2{padding-left:22px}
.om-filter__controls .om-filter__level-3{padding-left:32px;font-size:11px}
.om-filter__controls .om-filter__level-4{padding-left:42px;font-size:10px}
.om-real-filters{margin-top:22px;padding-top:18px;border-top:1px solid var(--om-line)}
.om-real-filters__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.om-real-filters__head strong{font-size:13px}
.om-real-filters__head a{color:#1358d3;font-size:9px;font-weight:800}
.om-filter-group{border-bottom:1px solid #edf0f5}
.om-filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 2px;cursor:pointer;color:#263853;font-size:11px;font-weight:800;list-style:none}
.om-filter-group summary::-webkit-details-marker{display:none}
.om-filter-group summary span{transition:transform .2s ease}
.om-filter-group[open] summary span{transform:rotate(45deg)}
.om-filter-values{display:grid;gap:3px;padding:0 0 10px}
.om-filter-values a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border-radius:8px;color:#667085;font-size:10px}
.om-filter-values a:hover,.om-filter-values a.is-current{background:#eef4ff;color:#1358d3}
.om-filter-values a.is-current{font-weight:800}
.om-filter-values small{font-size:8px}

@media(max-width:1100px){
  .catalog-mega--dynamic{width:min(760px,calc(100vw - 30px))}
  .om-subcollection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .om-subcollections{margin-bottom:26px}
  .om-subcollection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .om-filter__controls{max-height:none}
}
@media(max-width:560px){
  .om-section-head--compact h2{font-size:28px}
  .om-subcollection-grid{grid-template-columns:1fr;gap:8px}
  .om-subcollection-card{grid-template-columns:52px minmax(0,1fr) 26px;min-height:72px;padding:9px;border-radius:15px}
  .om-subcollection-card__image{width:52px;height:52px}
  .mobile-category-grid a{display:flex!important;flex-direction:column}
}

/* Compact, responsive collection layout. One template is used on every device. */
.om-page-hero + .om-section--collection-catalog{
  padding-top:18px!important;
}
.om-section--collection-catalog .om-catalog-top{
  margin-top:0!important;
  margin-bottom:16px!important;
  padding-top:0!important;
}
.om-section--collection-catalog .om-subcollections{
  margin-top:0!important;
  margin-bottom:20px!important;
}
.om-section--collection-catalog .om-subcollections + .om-catalog-top{
  margin-top:0!important;
}

@media(max-width:860px){
  .om-page-hero--collection{
    padding-bottom:12px!important;
  }
  .om-page-hero + .om-section--collection-catalog{
    padding-top:10px!important;
    padding-bottom:48px!important;
  }
  .om-section--collection-catalog .om-catalog-top{
    margin-bottom:12px!important;
  }
  .om-section--collection-catalog .om-subcollections{
    margin-bottom:14px!important;
  }
}

@media(max-width:560px){
  .om-page-hero--collection{
    padding-bottom:9px!important;
  }
  .om-page-hero + .om-section--collection-catalog{
    padding-top:8px!important;
  }
  .om-section--collection-catalog .om-catalog-top__row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(128px,42%)!important;
    align-items:stretch!important;
    gap:8px!important;
  }
  .om-section--collection-catalog .om-filter-toggle{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 12px!important;
    justify-content:space-between!important;
    font-size:11px!important;
    line-height:1.15!important;
  }
  .om-section--collection-catalog .om-catalog-tools{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .om-section--collection-catalog .om-catalog-tools select{
    width:100%!important;
    max-width:none!important;
    height:42px!important;
    padding-left:10px!important;
    padding-right:28px!important;
    font-size:11px!important;
  }
  .om-section--collection-catalog .om-catalog-layout{
    gap:8px!important;
  }
  .om-section--collection-catalog .om-catalog-products .om-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .om-section--collection-catalog .om-product-card__media{
    min-height:0!important;
    aspect-ratio:1/1!important;
  }
  .om-section--collection-catalog .om-product-card__body{
    padding:10px!important;
  }
  .om-section--collection-catalog .om-product-card__title{
    min-height:0!important;
    font-size:11.5px!important;
    line-height:1.28!important;
  }
  .om-section--collection-catalog .om-product-card__bottom{
    gap:5px!important;
    margin-top:10px!important;
    padding-top:10px!important;
  }
  .om-section--collection-catalog .om-product-card__price strong{
    font-size:14px!important;
  }
}
