.okbo-header[data-v-e16bd2b7]{position:sticky;top:0;z-index:50;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.okbo-header__top[data-v-e16bd2b7]{background:var(--accent);color:#fff;font-size:.78rem}.okbo-header__top-inner[data-v-e16bd2b7]{display:flex;justify-content:space-between;gap:12px;padding:8px 20px;flex-wrap:wrap}.okbo-header__top a[data-v-e16bd2b7]{color:#fff;font-weight:600}.okbo-header__inner[data-v-e16bd2b7]{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--header-h)}.okbo-brand[data-v-e16bd2b7]{display:flex;align-items:center;gap:10px;flex-shrink:0}.okbo-brand__logo[data-v-e16bd2b7]{height:36px;width:auto}.okbo-brand__name[data-v-e16bd2b7]{font-family:var(--display);font-weight:800;color:var(--primary);font-size:1.2rem}.okbo-nav[data-v-e16bd2b7]{display:flex;flex-wrap:wrap;gap:16px;font-size:.88rem;font-weight:700}.okbo-nav a[data-v-e16bd2b7]{color:var(--light)}.okbo-nav a[data-v-e16bd2b7]:hover,.okbo-nav a.router-link-active[data-v-e16bd2b7]{color:var(--primary)}.okbo-header__tools[data-v-e16bd2b7]{display:flex;align-items:center;gap:10px}.tool[data-v-e16bd2b7]{position:relative;font-weight:700;font-size:.88rem;padding:6px 8px;color:var(--ink)}.tool.cart[data-v-e16bd2b7]{min-width:72px}.badge[data-v-e16bd2b7]{position:absolute;top:-2px;right:-6px;min-width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:.68rem;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.user[data-v-e16bd2b7]{font-weight:700;color:var(--ink);font-size:.9rem}.okbo-burger[data-v-e16bd2b7]{display:none;background:none;border:0;color:var(--ink);font-size:1.4rem;cursor:pointer}@media(max-width:980px){.okbo-nav[data-v-e16bd2b7]{display:none;position:absolute;top:calc(var(--header-h) + 30px);left:0;right:0;background:var(--bg);flex-direction:column;padding:18px 20px;border-bottom:1px solid var(--line)}.okbo-nav.open[data-v-e16bd2b7]{display:flex}.okbo-burger[data-v-e16bd2b7]{display:block}}.okbo-footer[data-v-fde58f71]{margin-top:40px;padding:52px 0 0;background:#121820;color:#ffffffd1}.okbo-footer__grid[data-v-fde58f71]{display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between}.okbo-footer__grid nav[data-v-fde58f71],.okbo-footer__news[data-v-fde58f71]{display:flex;flex-direction:column;gap:8px;min-width:160px}.okbo-footer__grid h4[data-v-fde58f71]{margin-bottom:6px;color:#fff;font-size:.95rem}.okbo-footer__grid a[data-v-fde58f71]:hover{color:#fff}.okbo-footer__legal[data-v-fde58f71]{font-size:.85rem;color:#ffffffa6;margin-top:14px;max-width:280px;line-height:1.55}.okbo-footer__news p[data-v-fde58f71]{margin:0 0 10px;font-size:.88rem;color:#ffffffb3;max-width:240px}.okbo-footer__news form[data-v-fde58f71]{display:flex;gap:8px;flex-wrap:wrap}.okbo-footer__news input[data-v-fde58f71]{flex:1;min-width:160px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;border-radius:4px;padding:10px 12px}.okbo-footer__news .okbo-btn[data-v-fde58f71]{border-radius:4px;padding:10px 16px}.okbo-footer__news .ok[data-v-fde58f71]{color:#9ad0ff;font-weight:700}.okbo-footer__bar[data-v-fde58f71]{padding:18px 20px;margin-top:36px;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem;color:#ffffff8c}.okbo-brand[data-v-fde58f71]{display:flex;align-items:center;gap:10px}.okbo-brand__logo[data-v-fde58f71]{height:32px;width:auto}.okbo-brand__name[data-v-fde58f71]{font-family:var(--display);font-weight:800;color:#fff}:root{--bg: #ffffff;--primary: #2d4895;--accent: #0f398b;--white: #17141f;--light: #3c3749;--muted: #7d7690;--line: rgba(0, 0, 0, .12);--field: rgba(0, 0, 0, .04);--display: "Inter", system-ui, sans-serif;--body: "DM Sans", system-ui, sans-serif;--radius: 12px;--container: 1280px;--bg-soft: #f4f6fb;--bg-bar: #e8eef8;--sale: #e11d48;--ink: #17141f;--shadow-soft: 0 8px 28px rgba(15, 57, 139, .08);--shadow-card: 0 12px 36px rgba(23, 20, 31, .1);--header-h: 72px;--radius-sm: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);background:var(--bg);color:var(--light);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--display);color:var(--white);margin:0;line-height:1.12}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.okbo-container{max-width:var(--container);margin:0 auto;padding:0 20px}.okbo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;border-radius:var(--radius-sm);border:0;cursor:pointer;background:var(--primary);color:#fff;font-weight:700;font-family:var(--display);transition:background .2s ease,transform .2s ease}.okbo-btn:hover{background:var(--accent)}.okbo-btn:disabled{opacity:.55;cursor:not-allowed}.okbo-btn--ghost{background:transparent;border:1px solid var(--line);color:var(--white)}.okbo-btn--ghost:hover{border-color:var(--primary);color:var(--primary);background:transparent}.okbo-section{padding:56px 0}.okbo-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.okbo-section__head h2{font-size:clamp(1.6rem,3vw,2.2rem)}.okbo-section__head a{font-weight:700;color:var(--primary);font-size:.95rem}.okbo-section__head a:hover{color:var(--accent)}.fade-enter-active,.fade-leave-active{transition:opacity .18s ease}.fade-enter-from,.fade-leave-to{opacity:0}
