@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/cuprum-cyrillic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/jost-cyrillic.woff2") format("woff2");
}

:root {
  --store-bg: #0e0918;
  --store-bg-deep: #09060f;
  --store-panel: #181320;
  --store-panel-strong: #1d1728;
  --store-line: #3a3442;
  --store-text: #d1cbd4;
  --store-muted: #9d96a2;
  --store-title: #fff;
  --store-orange: #ff7a31;
  --store-orange-strong: #bf3310;
  --store-blue: #52b9f0;
  --store-shadow: 0 22px 58px rgba(0,0,0,.28);
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  color: var(--store-text);
  background: var(--store-bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 0; scroll-behavior: smooth; background: var(--store-bg); }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--store-bg); color: var(--store-text); }
body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }
.store-shell, .shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.store-skip { position: fixed; top: -64px; left: 16px; z-index: 100; padding: 11px 16px; background: #fff; color: #111; }
.store-skip:focus { top: 16px; }

.store-header {
  height: 74px;
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(9,6,15,.88);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  backdrop-filter: blur(14px) saturate(1.15);
}
.store-header__inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.store-brand { display: inline-flex; align-items: center; text-decoration: none; }
.store-brand img { width: 156px; height: auto; }
.store-nav { display: flex; align-items: center; gap: 22px; }
.store-nav a { position: relative; color: #d2cdd5; font-size: 13px; font-weight: 520; text-decoration: none; white-space: nowrap; }
.store-nav a:hover, .store-nav a[aria-current="page"] { color: #fff; }
.store-nav a[aria-current="page"]::after {
  content: "";
  height: 2px;
  position: absolute;
  inset: auto 0 -12px;
  border-radius: 99px;
  background: linear-gradient(90deg, #077ac7, #6b21ef);
}
.store-header__actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.store-icon-button {
  width: 42px;
  height: 42px;
  position: relative;
  flex: 0 0 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  color: #f4eef7;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.store-icon-button:hover { border-color: rgba(255,139,70,.55); background: rgba(255,255,255,.1); transform: translateY(-1px); }
.store-icon-button:focus-visible, .store-button:focus-visible, .store-nav a:focus-visible { outline: 2px solid #ff7a31; outline-offset: 3px; }
.store-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.store-theme { width: 64px; height: 32px; flex-basis: 64px; padding: 0; overflow: hidden; isolation: isolate; border-color: rgba(255,255,255,.11); border-radius: 999px; background: linear-gradient(180deg,#121117 0%,#19171e 52%,#211e26 100%); box-shadow: inset 0 2px 4px rgba(0,0,0,.55), inset 0 -1px 0 rgba(255,255,255,.07), 0 1px 2px rgba(0,0,0,.16); }
.store-theme::before { content: ""; width: 28px; height: 28px; position: absolute; z-index: 0; top: 1.2px; left: 1.2px; border-radius: 50%; background: linear-gradient(145deg,#68666d,#3f3c44); box-shadow: 0 3px 9px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.24); transform: translateX(32px); transition: transform .24s ease, background .24s ease, box-shadow .24s ease; }
.store-theme svg { width: 14px; height: 14px; position: absolute; z-index: 1; top: 50%; transform: translate(-50%,-50%); pointer-events: none; transition: opacity .2s ease, color .2s ease; }
.store-theme__moon { left: 47.2px; fill: currentColor !important; color: #fff; opacity: 1; }
.store-theme__sun { left: 15.2px; color: #ff9a4a; opacity: .78; }
.store-theme:hover { border-color: rgba(255,255,255,.16); background: linear-gradient(180deg,#121117 0%,#1b1920 52%,#24212a 100%); box-shadow: inset 0 2px 4px rgba(0,0,0,.6), inset 0 -1px 0 rgba(255,255,255,.09), 0 1px 2px rgba(0,0,0,.18); transform: none; }
.store-cart-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  position: absolute;
  top: -6px;
  right: -6px;
  border: 2px solid var(--store-bg-deep);
  border-radius: 99px;
  display: grid;
  place-items: center;
  background: #ff6d27;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.store-menu-toggle { display: none; align-content: center; gap: 5px; }
.store-menu-toggle span { width: 18px; height: 2px; display: block; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.store-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.store-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.store-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.store-button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 680;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.store-button:hover { transform: translateY(-2px); }
.store-button--primary { background: linear-gradient(30deg, #b7430d, #bf160b); box-shadow: 0 12px 30px rgba(255,55,8,.18), inset 0 1px rgba(255,255,255,.24); }
.store-button--primary:hover { background: linear-gradient(30deg, #c84b0e, #d91a0b); box-shadow: 0 16px 36px rgba(255,77,18,.28), inset 0 1px rgba(255,255,255,.3); }
.store-button--ghost { border: 1px solid #514b5b; background: #201a2b; }
.store-button.is-added { border: 1px solid rgba(79,214,155,.52); background: rgba(33,123,86,.26); box-shadow: 0 0 24px rgba(79,214,155,.1); }

.store-breadcrumbs { padding: 28px 0 0; color: var(--store-muted); font-size: 13px; }
.store-breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.store-breadcrumbs li:not(:last-child)::after { content: "→"; margin-left: 8px; color: #625c69; }
.store-breadcrumbs a { text-decoration: none; }
.store-breadcrumbs a:hover { color: var(--store-title); }
.store-eyebrow { margin: 0 0 18px; color: #ff8a42; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.store-title { margin: 0; color: var(--store-title); font-family: "Cuprum", sans-serif; font-size: clamp(46px, 6vw, 78px); font-weight: 520; line-height: .96; letter-spacing: -.01em; text-wrap: balance; }
.store-title em { color: #aaa3ad; font-style: normal; }
.store-lead { max-width: 760px; margin: 26px 0 0; color: #c4bec8; font-size: 19px; line-height: 1.58; }
.store-panel { border: 1px solid var(--store-line); border-radius: 18px; background: linear-gradient(145deg, var(--store-panel-strong), var(--store-panel)); box-shadow: var(--store-shadow); }
.store-note { color: var(--store-muted); font-size: 13px; line-height: 1.5; }
.store-signal { display: inline-flex; align-items: center; gap: 10px; }
.store-signal::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #55dca2; box-shadow: 0 0 0 6px rgba(85,220,162,.09), 0 0 17px rgba(85,220,162,.58); }

.footer { padding: 58px 0 34px; border-top: 1px solid rgba(255,255,255,.08); background: var(--store-bg-deep); }
.footer__inner { display: grid; grid-template-columns: 1.25fr 1fr .8fr 1.1fr; align-items: start; gap: 36px; }
.footer__company, .footer__contacts, .footer__nav, .footer__legal { min-width: 0; display: grid; align-content: start; gap: 9px; }
.footer__brand { width: min(220px,100%); min-height: 50px; margin-bottom: 9px; display: grid; align-items: center; }
.footer__logo { width: min(220px,100%); height: auto; }
.footer__logo--on-light { display: none; }
.footer p { max-width: 32ch; margin: 0; }
.footer__socials { margin-top: 5px; display: flex; align-items: center; gap: 9px; }
.footer__social-link { width: 40px; height: 40px; border: 1px solid rgba(255,138,60,.3); border-radius: 11px; display: grid; place-items: center; background: rgba(255,138,60,.06); transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.footer__social-link img { width: 23px; height: 23px; }
.footer__social-link:hover { border-color: rgba(255,138,60,.72); background: rgba(255,138,60,.12); box-shadow: 0 0 18px rgba(255,106,32,.16); transform: translateY(-2px); }
.footer p, .footer address, .footer span, .footer a, .footer button { color: var(--store-muted); font-size: 13px; font-style: normal; line-height: 1.58; }
.footer a { text-decoration: none; }
.footer a:hover, .footer button:hover { color: var(--store-title); }
.footer__contacts a:first-child { color: var(--store-title); font-size: 17px; font-weight: 700; }
.footer__legal button { width: fit-content; padding: 0; border: 0; border-bottom: 1px dashed currentColor; background: none; }
.footer a:focus-visible, .footer button:focus-visible { outline: 2px solid #ff7a31; outline-offset: 3px; }

:root[data-theme="light"] {
  --store-bg: #edf3f7;
  --store-bg-deep: #dfeaf2;
  --store-panel: #fff;
  --store-panel-strong: #f7fafc;
  --store-line: #b7c7d2;
  --store-text: #304553;
  --store-muted: #647682;
  --store-title: #172630;
  --store-shadow: 0 18px 44px rgba(31,68,94,.12);
  color-scheme: light;
}
.theme-changing body, .theme-changing .store-header, .theme-changing .store-panel, .theme-changing .footer { transition: background-color .28s ease, border-color .28s ease, color .28s ease, box-shadow .28s ease; }
:root[data-theme="light"] .store-header { border-color: rgba(28,58,80,.14); background: rgba(250,252,253,.94); box-shadow: 0 10px 30px rgba(30,66,93,.1); }
:root[data-theme="light"] .store-brand img { filter: brightness(0) saturate(100%) invert(12%) sepia(14%) saturate(1066%) hue-rotate(165deg) brightness(91%) contrast(94%); }
:root[data-theme="light"] .store-nav a { color: #425665; }
:root[data-theme="light"] .store-nav a:hover, :root[data-theme="light"] .store-nav a[aria-current="page"] { color: #152330; }
:root[data-theme="light"] .store-lead { color: #3f5362; }
:root[data-theme="light"] .store-icon-button { border-color: #aebfcb; background: rgba(255,255,255,.92); color: #17425f; box-shadow: 0 6px 18px rgba(27,72,101,.1); }
:root[data-theme="light"] .store-theme { border-color: rgba(77,97,111,.24); background: linear-gradient(180deg,#dde2e5 0%,#eceff1 48%,#f8f9fa 100%); box-shadow: inset 0 2px 3px rgba(55,72,84,.18), inset 0 -1px 0 rgba(255,255,255,.92), 0 1px 2px rgba(37,62,78,.08); }
:root[data-theme="light"] .store-theme:hover { border-color: rgba(77,97,111,.32); background: linear-gradient(180deg,#dbe0e3 0%,#eaedef 48%,#fafbfb 100%); color: #17425f; box-shadow: inset 0 2px 3px rgba(55,72,84,.21), inset 0 -1px 0 #fff, 0 1px 2px rgba(37,62,78,.1); transform: none; }
:root[data-theme="light"] .store-theme::before { background: linear-gradient(145deg,#ffad54,#ee741f); box-shadow: 0 5px 14px rgba(213,91,18,.28), inset 0 1px rgba(255,255,255,.52); transform: translateX(0); }
:root[data-theme="light"] .store-theme__moon { color: #68747d; opacity: .58; }
:root[data-theme="light"] .store-theme__sun { color: #fff; opacity: 1; }
:root[data-theme="light"] .store-button--ghost { border-color: #9eb2c0; background: #fff; color: #203846; }
:root[data-theme="light"] .footer { border-color: rgba(42,60,74,.1); }
:root[data-theme="light"] .footer__logo--on-dark { display: none; }
:root[data-theme="light"] .footer__logo--on-light { display: block; }
:root[data-theme="light"] .footer__contacts a, :root[data-theme="light"] .footer__nav a, :root[data-theme="light"] .footer__legal a, :root[data-theme="light"] .footer__legal button { color: #294653; }
:root[data-theme="light"] .footer__contacts a:first-child { color: #172d39; }
:root[data-theme="light"] .footer__social-link { border-color: rgba(192,74,18,.27); background: rgba(255,255,255,.76); box-shadow: 0 5px 16px rgba(38,70,91,.08); }
:root[data-theme="light"] .footer__social-link:hover { border-color: rgba(192,74,18,.58); background: #fff7f1; box-shadow: 0 8px 20px rgba(183,74,18,.16); }

@media (max-width: 980px) {
  .store-shell, .shell { width: min(100% - 40px, 820px); }
  .store-nav { gap: 14px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .store-header { height: 68px; }
  .store-shell, .shell { width: calc(100% - 32px); }
  .store-brand img { width: 142px; }
  .store-menu-toggle { display: grid; }
  .store-nav {
    display: none;
    position: fixed;
    inset: 68px 0 auto;
    padding: 22px 16px 28px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--store-line);
    background: var(--store-bg-deep);
    box-shadow: 0 25px 45px rgba(0,0,0,.28);
  }
  .store-nav.is-open { display: flex; }
  .store-nav a { padding: 13px 8px; font-size: 15px; }
  .store-nav a[aria-current="page"]::after { inset: auto 8px 5px; }
  .store-title { font-size: clamp(42px, 13vw, 60px); }
  .store-lead { font-size: 17px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .footer__socials { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .store-shell, .shell { width: calc(100% - 24px); }
  .store-brand img { width: 130px; }
  .store-header__inner { gap: 8px; }
  .store-header__actions { gap: 7px; }
  .store-icon-button { width: 40px; height: 40px; flex-basis: 40px; }
  .store-theme { width: 64px; height: 32px; flex-basis: 64px; }
  .store-theme::before { width: 28px; height: 28px; transform: translateX(32px); }
  .store-theme svg { width: 14px; height: 14px; }
  :root[data-theme="light"] .store-theme::before { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
