@import url('https://fonts.googleapis.com/css2?family=Cuprum:wght@400;700&display=swap');

:root {
  --bg:#f4f8fc;
  --card:#ffffff;
  --muted:#6b7a8d;
  --text:#17222d;
  --accent:#0f4c81;
  --accent2:#1a73b8;
  --accent3:#f59e0b;
  --danger:#dc2626;
  --font-sans:"Cuprum", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --text-xs:12px;
  --text-sm:14px;
  --text-md:15px;
  --text-base:16px;
  --text-lg:18px;
  --text-xl:22px;
  --text-2xl:clamp(28px, 3.2vw, 40px);
  --text-3xl:clamp(34px, 5vw, 52px);
  --leading-tight:1.2;
  --leading-copy:1.65;
  --desktop-sidebar-width:300px;
  --desktop-sidebar-gap:24px;
  --desktop-content-max:1180px;
  --home-main-hero-max-height-desktop:360px;
  --home-main-hero-max-height-mobile:220px;
}
* { box-sizing:border-box; }
html { font-size:16px; min-height:100%; }
body {
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
  font-family:var(--font-sans);
  font-size:var(--text-base);
  line-height:var(--leading-copy);
  background:radial-gradient(circle at top left, rgba(15,76,129,.14), transparent 28%), linear-gradient(180deg,#f4f8fc,#edf3f9);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
button,
input,
select,
textarea {
  font:inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-sans);
  color:var(--text);
  line-height:1.12;
  letter-spacing:-.02em;
}
p, li, td, th, label {
  line-height:var(--leading-copy);
}
a { color:var(--accent2); text-decoration:none; }
.container { width:min(1180px, calc(100% - 32px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; width:min(1180px, calc(100% - 32px)); margin:14px auto 0; border:1px solid rgba(15,76,129,.08); border-radius:24px; backdrop-filter:blur(16px); background:rgba(255,255,255,.88); box-shadow:0 18px 42px rgba(18,35,53,.08); transition:box-shadow .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.site-header.is-sticky { background:rgba(255,255,255,.97); box-shadow:0 22px 52px rgba(18,35,53,.14); border-color:rgba(15,76,129,.12); }
.site-header.header-search-open {
  z-index: 140;
}
.site-header > .container {
  width: 100%;
  margin: 0;
}
.header-row { position:relative; display:flex; align-items:center; justify-content:space-between; gap:14px; min-height:68px; padding:0 18px; }
.header-center-contact,
.header-messenger-links,
.header-quicklinks {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  margin-left:auto;
  min-width:0;
}
.brand { display:inline-flex; align-items:center; gap:14px; color:var(--text); }
.brand-mark {
  width:180px;
  max-width:180px;
  height:40px;
  display:block;
  object-fit:contain;
  padding:3px;
}
.header-center-contact {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  margin:0;
  min-width:220px;
  padding:10px 5px 11px;
  border:none;
  border-radius:22px;
  background:transparent;
  box-shadow:none;
  text-align:center;
  white-space:nowrap;
}
.header-center-contact a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#28465d;
  line-height:1.2;
  transition:color .18s ease, transform .18s ease;
}
.header-center-contact-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
}
.header-center-contact-icon svg {
  width:18px;
  height:18px;
  display:block;
}
.header-center-contact-icon-phone {
  color:#1aa35b;
}
.header-center-contact-icon-mail {
  color:#0f6db3;
}
.header-center-contact a:hover {
  color:var(--accent);
}
.header-center-contact-phone {
  font-size:18px;
  font-weight:800;
  letter-spacing:-.01em;
  color:#17344d;
}
.header-center-contact-mail {
  font-size:12px;
  font-weight:600;
  color:#678196;
  letter-spacing:.03em;
}
.header-messenger-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: none;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}
.header-messenger-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(15,76,129,.06);
  border: 1px solid rgba(15,76,129,.08);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.header-messenger-links a:hover,
.header-messenger-links a:focus-visible {
  transform: translateY(-1px);
  background: rgba(15,76,129,.1);
  border-color: rgba(15,76,129,.16);
  box-shadow: 0 10px 20px rgba(18,35,53,.08);
}
.header-messenger-links img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header-help-search {
  position:relative;
  top:auto;
  right:auto;
  transform:none;
  z-index:35;
  display:flex;
  align-items:center;
  justify-self:start;
  width:140px;
  min-width:140px;
  max-width:140px;
  height:40px;
  transition:width .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.header-help-search:not(.is-expanded) {
  width:40px;
  min-width:40px;
  max-width:40px;
}
.header-help-search-wrap {
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;
  min-width:140px;
  max-width:140px;
  flex:0 0 140px;
  margin-left:0;
}
.header-help-search.is-expanded {
  width:auto;
  min-width:0;
  max-width:none;
  background:rgba(255,255,255,.96);
  border-radius:999px;
  box-shadow:0 12px 32px rgba(18,35,53,.12);
}
.header-help-search-label {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}
.header-help-search-input {
  width:100%;
  height:100%;
  padding:0 46px 0 16px;
  border:1px solid rgba(148,163,184,.5);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#000;
  box-shadow:0 10px 24px rgba(18,35,53,.08);
  font-size:14px;
  font-weight:600;
}
.header-help-search:not(.is-expanded) .header-help-search-input {
  width:0;
  min-width:0;
  padding:0;
  border:0;
  opacity:0;
  pointer-events:none;
  box-shadow:none;
}
.header-help-search-input::placeholder {
  color:#6f8094;
}
.header-help-search-input:focus {
  outline:none;
  border-color:rgba(15,76,129,.28);
  box-shadow:0 0 0 4px rgba(15,76,129,.08), 0 14px 28px rgba(18,35,53,.12);
}
html[data-theme] .header-help-search-input {
  background:color-mix(in srgb, var(--theme-card-strong) 48%, transparent) !important;
  border-color:color-mix(in srgb, var(--theme-accent-2) 28%, transparent) !important;
  color:var(--theme-text) !important;
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
html[data-theme] .header-help-search-input::placeholder {
  color:color-mix(in srgb, var(--theme-muted) 74%, transparent) !important;
}
html[data-theme] .header-help-search-input:focus {
  background:color-mix(in srgb, var(--theme-card-strong) 58%, transparent) !important;
  border-color:color-mix(in srgb, var(--theme-accent-2) 48%, transparent) !important;
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 4px color-mix(in srgb, var(--theme-accent) 22%, transparent) !important;
}
.header-help-search-submit {
  position:absolute;
  right:6px;
  top:50%;
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:999px;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:var(--accent);
}
.header-help-search-submit svg {
  width:18px;
  height:18px;
  display:block;
}
.header-help-search-suggest {
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  width:100%;
  min-width:260px;
  padding:6px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 18px 38px rgba(18,35,53,.14);
  z-index:150;
}
.header-help-search-suggest[hidden] {
  display:none;
}
.header-help-search-suggest-item {
  width:100%;
  padding:10px 12px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--text);
  text-align:left;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  cursor:pointer;
}
.header-help-search-suggest-item:hover,
.header-help-search-suggest-item.is-active {
  background:rgba(15,76,129,.08);
  color:var(--accent);
}
.header-help-search:not(.is-expanded) .header-help-search-submit {
  position:static;
  transform:none;
  width:40px;
  height:40px;
  border:1px solid rgba(15,76,129,.12);
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(18,35,53,.08);
}
.search-page-shell {
  display:grid;
  gap:20px;
}
.search-query-form {
  display:flex;
  gap:12px;
  align-items:center;
}
.search-query-form input {
  flex:1 1 auto;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(15,76,129,.14);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  color:var(--text);
  box-shadow:0 12px 24px rgba(18,35,53,.06);
}
.search-summary {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px 16px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(15,76,129,.05);
  border:1px solid rgba(15,76,129,.08);
}
.search-summary-copy {
  color:#355066;
  font-size:var(--text-sm);
  font-weight:700;
}
.search-stats-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.search-stat-card {
  display:grid;
  gap:6px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 12px 26px rgba(18,35,53,.06);
}
.search-stat-value {
  font-size:28px;
  font-weight:800;
  line-height:1;
  color:var(--accent);
}
.search-stat-label {
  color:#5e7388;
  font-size:var(--text-sm);
  font-weight:700;
}
.search-results-section {
  display:grid;
  gap:14px;
}
.search-results-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.search-results-head h2 {
  margin:0;
  font-size:var(--text-xl);
}
.search-results-head span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(15,76,129,.08);
  color:var(--accent);
  font-size:var(--text-sm);
  font-weight:800;
}
.search-results-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.search-result-card {
  border:1px solid rgba(15,76,129,.08);
  border-radius:20px;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 28px rgba(18,35,53,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.search-result-card:hover {
  transform:translateY(-2px);
  border-color:rgba(15,76,129,.18);
  box-shadow:0 18px 34px rgba(18,35,53,.09);
}
.search-result-link {
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:100%;
  padding:18px;
  color:inherit;
}
.search-result-copy {
  display:grid;
  gap:6px;
  min-width:0;
}
.search-result-copy strong {
  color:var(--text);
  font-size:var(--text-base);
}
.search-result-meta {
  color:var(--accent);
  font-size:var(--text-sm);
  font-weight:700;
}
.search-result-excerpt {
  color:#5e7388;
  font-size:var(--text-sm);
  line-height:1.55;
}
.search-empty {
  display:grid;
  gap:10px;
  padding:28px;
  border-radius:22px;
  background:rgba(15,76,129,.04);
  border:1px dashed rgba(15,76,129,.16);
}
.search-empty h2,
.search-empty p {
  margin:0;
}
.header-actions { display:flex; align-items:center; justify-content:flex-end; gap:12px; margin-left:0; }
.header-quicklinks { display:flex; align-items:center; gap:12px; margin:0; padding:5px 0; font-size:1em; }
.header-quicklinks a { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:999px; color:#355066; transition:background .18s ease, color .18s ease, transform .18s ease; }
.header-quicklinks-pair { display:inline-flex; align-items:center; gap:8px; }
.header-quicklinks-group { display:none; align-items:center; gap:8px; }
.header-additional-links {
  display:inline-flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:4px;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  border:1px solid rgba(15,76,129,.18);
  box-shadow:0 14px 28px rgba(15,76,129,.16);
  color:#ffffff;
}
.header-additional-links a {
  color:#ffffff;
  background:transparent;
}
.header-additional-links a svg,
.header-additional-links a path {
  fill: currentColor;
}
.header-additional-links a:hover {
  background:rgba(255,255,255,.18);
  color:#ffffff;
}
.header-additional-links a:focus-visible,
.header-additional-links a:active {
  background:rgba(255,255,255,.18);
  color:#ffffff;
}
.header-quicklinks a:hover { background:rgba(15,76,129,.08); color:var(--accent); transform:translateY(-1px); }
.header-quicklinks .header-additional-links a,
.header-quicklinks .header-additional-links a:hover,
.header-quicklinks .header-additional-links a:focus-visible,
.header-quicklinks .header-additional-links a:active {
  color:#ffffff !important;
  background:transparent !important;
}
.header-quicklinks svg { display:block; width:22px; height:22px; }
.header-quicklinks-parent {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#355066;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.header-quicklinks-parent:hover,
.header-quicklinks-parent.is-active {
  background:rgba(15,76,129,.08);
  color:var(--accent);
  transform:translateY(-1px);
}
.header-quicklinks-dropdown {
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:180px;
  display:none;
  flex-direction:column;
  gap:4px;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 18px 42px rgba(18,35,53,.14);
}
.header-quicklinks-dropdown.is-open {
  display:flex;
}
.header-quicklinks-dropdown a {
  width:auto;
  height:auto;
  min-height:36px;
  justify-content:flex-start;
  padding:0 10px;
  border-radius:10px;
  color:#355066;
  font-size:13px;
  font-weight:700;
}
.header-quicklinks-dropdown a:hover {
  background:rgba(15,76,129,.08);
  color:var(--accent);
  transform:none;
}
.top-nav-toggle { display:none; width:48px; height:48px; padding:0; border:1px solid rgba(15,76,129,.14); border-radius:16px; background:#fff; align-items:center; justify-content:center; flex-direction:column; gap:5px; box-shadow:0 10px 24px rgba(18,35,53,.08); }
.top-nav-toggle span { display:block; width:18px; height:2px; border-radius:999px; background:var(--accent); transition:transform .18s ease, opacity .18s ease; }
.top-nav-toggle.is-open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.top-nav-toggle.is-open span:nth-child(2) { opacity:0; }
.top-nav-toggle.is-open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.top-nav { display:flex; align-items:center; justify-content:flex-end; gap:8px; flex-wrap:wrap; margin-left:auto; }
.top-nav > a { display:inline-flex; align-items:center; min-height:38px; padding:0 12px; border-radius:999px; color:#355066; font-size:1.2em; font-weight:700; transition:background .18s ease, color .18s ease, transform .18s ease; }
.top-nav > a:hover { background:rgba(15,76,129,.08); color:var(--accent); transform:translateY(-1px); }
.top-nav > a.is-active { background:linear-gradient(135deg, rgba(15,76,129,.12), rgba(26,115,184,.08)); color:var(--accent); box-shadow:inset 0 0 0 1px rgba(15,76,129,.08); }
.top-nav-group { position:relative; }
.top-nav-mobile-links { display:none; }
.top-nav-parent { display:inline-flex; align-items:center; min-height:38px; padding:0 12px; border:0; border-radius:999px; background:transparent; color:#355066; font-size:1.2em; font-weight:700; cursor:pointer; transition:background .18s ease, color .18s ease, transform .18s ease; }
.top-nav-parent::after { content:""; width:8px; height:8px; margin-left:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg) translateY(-1px); transition:transform .18s ease; }
.top-nav-parent:hover, .top-nav-parent.is-active { background:rgba(15,76,129,.08); color:var(--accent); transform:translateY(-1px); }
.top-nav-parent.is-active::after { transform:rotate(225deg) translateY(-1px); }
.top-nav-dropdown { position:fixed; top:92px; left:50%; transform:translateX(-50%); width:min(1380px, calc(100vw - 32px)); max-width:none; max-height:min(78vh, 820px); overflow:auto; padding:18px; border-radius:24px; background:rgba(255,255,255,.98); border:1px solid rgba(15,76,129,.08); box-shadow:0 26px 70px rgba(18,35,53,.16); backdrop-filter:blur(18px); display:none; z-index:80; }
.top-nav-dropdown.is-open { display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:14px; align-items:start; }
.top-nav-dropdown-head { grid-column:1 / -1; display:flex; align-items:end; justify-content:space-between; gap:16px; padding:0 4px 10px; border-bottom:1px solid rgba(15,76,129,.08); }
.top-nav-dropdown-title { color:var(--text); font-size:20px; font-weight:800; letter-spacing:-.02em; }
.top-nav-dropdown-text { max-width:560px; color:var(--muted); font-size:1.2em; line-height:var(--leading-copy); text-align:right; }
.top-nav-search { grid-column:1 / -1; display:block; position:sticky; top:0; z-index:10; background:rgba(255,255,255,.98); padding-bottom:10px; margin-bottom:8px; border-bottom:1px solid rgba(15,76,129,.08); }
html[data-theme] .top-nav-search { background:var(--theme-card-strong) !important; border-color:var(--theme-border) !important; }
.top-nav-search input { width:100%; min-height:48px; padding:0 16px; border:1px solid rgba(148,163,184,.55); border-radius:16px; background:var(--bg, #fff); color:#000; font-size:1.2em; font-weight:500; box-shadow:0 10px 24px rgba(18,35,53,.08); }
.top-nav-search input:focus { outline:none; border-color:rgba(15,76,129,.3); box-shadow:0 0 0 4px rgba(15,76,129,.08), 0 14px 28px rgba(18,35,53,.12); }
.top-nav-dropdown a { display:flex; align-items:center; min-height:38px; padding:0 12px; border-radius:12px; color:#355066; font-size:1em; font-weight:700; }
.top-nav-dropdown a:hover, .top-nav-dropdown a.is-active { background:rgba(15,76,129,.08); color:var(--accent); }
.top-nav-locale { break-inside:avoid; min-width:0; padding:14px; border-radius:18px; background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.92)); border:1px solid rgba(15,76,129,.08); box-shadow:0 10px 22px rgba(18,35,53,.05); }
.top-nav-locale + .top-nav-locale { margin-top:0; padding-top:0; border-top:none; }
.top-nav-locale-title { width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:0; padding:0 8px 8px; border:none; border-bottom:1px solid rgba(15,76,129,.08); background:transparent; color:var(--accent); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; text-align:left; cursor:pointer; }
.top-nav-locale-title > span:last-child { flex:1 1 auto; min-width:0; }
.top-nav-locale-title > span {
  font-size: 1.3em;
}
.top-nav-locale-title::after { content:""; width:8px; height:8px; flex:0 0 8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); transition:transform .18s ease; }
.top-nav-locale.is-open .top-nav-locale-title::after { transform:rotate(225deg); }
.menu-glyph { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; flex:0 0 18px; opacity:.95; }
.menu-glyph svg { width:18px; height:18px; display:block; }
/* Цвета иконок сохраняем и в CSS-переменной --glyph-color для использования в breadcrumbs */
.menu-glyph--calendar { color:#c2410c; --glyph-color:#c2410c; }
.menu-glyph--book { color:#166534; --glyph-color:#166534; }
.menu-glyph--sticker { color:#7e22ce; --glyph-color:#7e22ce; }
.menu-glyph--wide { color:#0f766e; --glyph-color:#0f766e; }
.menu-glyph--sign { color:#be123c; --glyph-color:#be123c; }
.menu-glyph--print { color:#1d4ed8; --glyph-color:#1d4ed8; }
.menu-glyph--grid { color:#334155; --glyph-color:#334155; }
.menu-glyph--sheets, .menu-glyph--card, .menu-glyph--leaflet, .menu-glyph--envelope, .menu-glyph--poster, .menu-glyph--brochure { color:#1d4ed8; --glyph-color:#1d4ed8; }
.menu-glyph--stickers, .menu-glyph--label { color:#7e22ce; --glyph-color:#7e22ce; }
.menu-glyph--books { color:#166534; --glyph-color:#166534; }
.menu-glyph--engineering, .menu-glyph--blueprint, .menu-glyph--outdoor, .menu-glyph--banner { color:#0f766e; --glyph-color:#0f766e; }
.menu-glyph--textile, .menu-glyph--tshirt { color:#db2777; --glyph-color:#db2777; }
.menu-glyph--magnet, .menu-glyph--stand { color:#be123c; --glyph-color:#be123c; }
.menu-glyph--doorhanger { color:#c2410c; --glyph-color:#c2410c; }
.menu-glyph--box, .menu-glyph--roll { color:#b45309; --glyph-color:#b45309; }
.menu-glyph--template, .menu-glyph--service { color:#334155; --glyph-color:#334155; }
.menu-glyph--souvenir, .menu-glyph--gift, .menu-glyph--decor { color:#7c3aed; --glyph-color:#7c3aed; }
.menu-glyph--digital { color:#1d4ed8; --glyph-color:#1d4ed8; }
.menu-glyph--wideformat { color:#0f766e; --glyph-color:#0f766e; }
.menu-glyph--silk { color:#db2777; --glyph-color:#db2777; }
.menu-glyph--riso { color:#b45309; --glyph-color:#b45309; }
.menu-glyph--home { --glyph-color:#0f4c81; }
.top-nav-subgroup { display:none; padding-top:10px; }
.top-nav-locale.is-open .top-nav-subgroup { display:block; }
.top-nav-subgroup-block + .top-nav-subgroup-block { margin-top:10px; }
.top-nav-subgroup-title { display:flex; align-items:center; gap:8px; margin-bottom:6px; padding:0 8px; color:#516071; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.top-nav-subgroup-title .menu-glyph { width:16px; height:16px; flex:0 0 16px; }
.top-nav-subgroup-title .menu-glyph svg { width:16px; height:16px; }
a.top-nav-subgroup-title--link { text-decoration:none; cursor:pointer; font-size:9px; }
a.top-nav-subgroup-title--link:hover { color:#0077ff; }
.top-nav-subgroup a { gap:10px; }
.top-nav-subgroup a::before { display:none; }
.admin-user-pill { display:inline-flex; align-items:center; gap:10px; min-height:38px; padding:0 12px; border-radius:999px; background:linear-gradient(135deg, rgba(15,76,129,.1), rgba(26,115,184,.08)); border:1px solid rgba(15,76,129,.1); color:#234157; font-size:var(--text-sm); font-weight:700; white-space:nowrap; position:relative; z-index:1; }
.admin-user-pill-label { display:inline-flex; align-items:center; min-height:24px; padding:0 8px; border-radius:999px; background:#0f4c81; color:#fff; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.admin-user-name { display:inline-flex; align-items:center; gap:8px; }
.admin-user-name::before { content:""; width:16px; height:16px; border-radius:999px 999px 7px 7px; background:
radial-gradient(circle at 50% 33%, currentColor 0 3px, transparent 3.5px),
linear-gradient(currentColor, currentColor);
background-size:16px 16px, 8px 4px;
background-position:center top, center 11px;
background-repeat:no-repeat; opacity:.92; }
.admin-user-pill a { color:#0f4c81; font-weight:800; }
.admin-logout-link { display:inline-flex; align-items:center; gap:8px; }
.admin-logout-link::before { content:""; width:9px; height:9px; border-top:2px solid currentColor; border-right:2px solid currentColor; transform:rotate(45deg); }
.header-login-pill { display:inline-flex; align-items:center; gap:8px; min-height:38px; padding:0 12px; border-radius:999px; background:#fff; border:1px solid rgba(15,76,129,.12); color:#0f4c81; font-size:1.2em; font-weight:800; }
.header-login-pill::before { content:""; width:16px; height:16px; border-radius:999px 999px 7px 7px; background:
radial-gradient(circle at 50% 33%, currentColor 0 3px, transparent 3.5px),
linear-gradient(currentColor, currentColor);
background-size:16px 16px, 8px 4px;
background-position:center top, center 11px;
background-repeat:no-repeat; opacity:.92; }
.header-login-pill.is-auth { background:linear-gradient(135deg, rgba(15,76,129,.1), rgba(26,115,184,.08)); border-color:rgba(15,76,129,.18); box-shadow:0 10px 22px rgba(15,76,129,.08); }
.top-bar-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
}
.top-bar-icon svg {
  display:block;
  width:24px;
  height:24px;
}
.top-bar-text {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}
.top-bar-count {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  color:#18212b;
  font-size:11px;
  font-weight:800;
  line-height:1;
  opacity:1;
}
.top-nav > a,
.top-nav-parent,
.header-login-pill,
.cart-pill {
  justify-content:center;
}
.header-login-pill::before {
  display:none;
}
.login-submit-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; }
.login-submit-button::before { content:""; width:16px; height:16px; border-radius:999px 999px 7px 7px; background:
radial-gradient(circle at 50% 33%, currentColor 0 3px, transparent 3.5px),
linear-gradient(currentColor, currentColor);
background-size:16px 16px, 8px 4px;
background-position:center top, center 11px;
background-repeat:no-repeat; opacity:.92; }
.login-page-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px;
}
.login-page-title {
  margin: 6px 0 8px;
  font-size: clamp(1.35rem, 1.05rem + .8vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.login-page-copy {
  margin: 0 0 4px;
}
.login-page-form {
  max-width: 420px;
}
.login-page-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}
.page-shell {
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 48px;
}
@media (min-width: 901px) {
  .home-section--vk-bleed .home-section-head,
  .home-section--vk-bleed .home-main-hero,
  .home-section--vk-bleed .home-vk-shell {
    width: 80vw;
    max-width: none;
  }

  .site-header {
    position: fixed !important;
    top: 14px !important;
    left: calc(var(--desktop-sidebar-width) + var(--desktop-sidebar-gap) + 20px) !important;
    width: calc(100vw - var(--desktop-sidebar-width) - var(--desktop-sidebar-gap) - 40px) !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 120 !important;
  }

  .site-header > .container {
    width: 80vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header.is-sticky {
    background: rgba(255,255,255,.97);
    box-shadow: 0 22px 52px rgba(18,35,53,.14);
    border-color: rgba(15,76,129,.12);
  }

  .site-header .header-row {
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 72px;
    justify-content: space-between;
    align-content: center;
  }

  .site-header .brand {
    padding: 2px;
  }

  .site-header .header-center-contact,
  .site-header .header-quicklinks {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 0;
  }

  .site-header .header-center-contact {
    width: 100%;
    min-width: 0;
    margin: 0;
    justify-self: stretch;
  }

  .site-header .header-messenger-links {
    display: contents;
    align-content: center;
  }

  .site-header .header-quicklinks {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    justify-self: stretch;
    justify-content: center;
  }


  .site-header .header-help-search-wrap {
    position: relative;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    justify-self: end;
    flex: 0 0 40px;
  }

  .site-header .header-help-search.is-expanded {
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50vw - 180px);
    min-width: 520px;
    max-width: 560px;
    z-index: 140;
    transform: translateY(-50%);
  }

  .header-search-open .header-help-search-wrap {
    position: relative;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    justify-self: end;
    z-index: 141;
  }

  .header-search-open .header-help-search {
    display: block;
    width: calc(50vw - 180px);
    min-width: 520px;
    max-width: 560px;
    height: 48px;
    z-index: 142;
  }

  .header-search-open .header-help-search-input {
    display: block;
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    height: 100%;
    padding: 0 46px 0 16px;
    border: 1px solid rgba(15,76,129,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.98);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 18px 42px rgba(18,35,53,.18), 0 0 0 1px rgba(255,255,255,.55) inset;
  }

  .header-search-open .header-help-search-submit {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }

  .header-search-open .header-help-search-suggest {
    width:100%;
    min-width:400px;
  }

  .site-header .header-actions {
    padding-left: 0;
  }

  .site-header .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    justify-self: end;
    gap: 14px;
  }

  .site-header .top-nav {
    width: 46px;
    min-width: 46px;
    margin-left: 0;
    flex-wrap: nowrap;
  }

  .site-header .top-nav-parent,
  .site-header .header-login-pill {
    width: 46px;
    min-width: 46px;
    padding: 0;
    justify-content: center;
  }

  .site-header .cart-pill {
    width: 88px;
    min-width: 88px;
    padding: 0 12px;
    justify-content: center;
  }

  .site-header .header-additional-links {
    margin-inline: 18px;
  }

  .container.page-shell {
    width: 80vw;
    max-width: none;
  }

  .page-shell {
    padding-top: 126px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .site-header > .container,
  .container.page-shell,
  .home-section--vk-bleed .home-section-head,
  .home-section--vk-bleed .home-main-hero,
  .home-section--vk-bleed .home-vk-shell {
    width: calc(100vw - var(--desktop-sidebar-width) - var(--desktop-sidebar-gap) - 56px);
    max-width: none;
  }

  .site-header .header-row {
    grid-template-columns: 168px minmax(0, 1fr);
    column-gap: 12px;
    padding-right: 24px;
  }

  .site-header .brand {
    flex: 0 0 168px;
    min-width: 168px;
    max-width: 168px;
  }

  .site-header .brand-mark {
    width: 160px;
    height: 36px;
  }

  .site-header .header-center-contact {
    width: 100%;
    min-width: 0;
    padding: 6px 2px 7px;
  }

  .site-header .header-center-contact-phone {
    font-size: 14px;
  }

  .site-header .header-center-contact-mail {
    font-size: 10px;
  }

  .site-header .header-messenger-links {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    gap: 6px;
    padding: 3px 4px;
  }

  .site-header .header-messenger-links a {
    width: 32px;
    height: 32px;
  }

  .site-header .header-messenger-links img {
    width: 18px;
    height: 18px;
  }

  .site-header .header-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
  }

  .site-header .header-quicklinks {
    width: 100%;
    min-width: 0;
    gap: 8px;
    justify-content: center;
  }

  .site-header .header-additional-links {
    margin-inline: 10px;
  }


  .site-header .top-nav {
    width: 42px;
    min-width: 42px;
  }

  .site-header .top-nav-parent {
    width: 42px;
    min-width: 42px;
  }

  .site-header .header-login-pill {
    width: 42px;
    min-width: 42px;
  }

  .site-header .cart-pill {
    width: 78px;
    min-width: 78px;
    padding: 0 10px;
  }

  .site-header .header-help-search-wrap {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    justify-self: end;
  }

  .site-header .header-help-search {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .site-header .header-help-search:not(.is-expanded) {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .site-header .header-help-search.is-expanded,
  .header-search-open .header-help-search {
    width: clamp(320px, 28vw, 380px);
    min-width: 320px;
    max-width: 380px;
  }

  .site-header .header-help-search-input {
    width: 100%;
    min-width: 0;
    padding: 0 46px 0 16px;
    border: 1px solid rgba(148,163,184,.5);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 10px 24px rgba(18,35,53,.08);
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-input {
    width: 0;
    min-width: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-submit,
  .header-search-open .header-help-search-submit {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-submit {
    position: static;
    right: auto;
    top: auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(15,76,129,.12);
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 24px rgba(18,35,53,.08);
    transform: none;
  }

  .site-header .header-help-search-suggest,
  .header-search-open .header-help-search-suggest {
    width: 100%;
    min-width: 320px;
  }
}
@media (min-width: 1401px) {
  .site-header .header-quicklinks-group {
    display: inline-flex;
  }

  .site-header .header-messenger-links {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .site-header .header-center-contact {
    padding: 7px 2px 8px;
  }

  .site-header .header-center-contact-phone {
    font-size: 15px;
  }

  .site-header .header-center-contact-mail {
    font-size: 10px;
  }

  .site-header .header-messenger-links {
    width: 100%;
    justify-self: stretch;
    gap: 6px;
    padding: 4px 4px;
  }

  .site-header .header-messenger-links a {
    width: 34px;
    height: 34px;
  }

  .site-header .header-messenger-links img {
    width: 20px;
    height: 20px;
  }

  .site-header .header-quicklinks {
    gap: 6px;
  }

  .site-header .header-quicklinks a {
    width: 34px;
    height: 34px;
  }

  .site-header .header-quicklinks svg {
    width: 20px;
    height: 20px;
  }

  .site-header .header-quicklinks-pair,
  .site-header .header-quicklinks-group {
    gap: 6px;
  }

  .site-header .header-additional-links {
    margin-inline: 4px;
  }

  .site-header .top-nav {
    width: 40px;
    min-width: 40px;
  }

  .site-header .top-nav-parent,
  .site-header .header-login-pill {
    width: 40px;
    min-width: 40px;
  }

  .site-header .cart-pill {
    width: 74px;
    min-width: 74px;
    padding: 0 8px;
  }
}
@media (min-width: 901px) and (max-width: 1199px) {
  .site-header > .container,
  .container.page-shell,
  .home-section--vk-bleed .home-section-head,
  .home-section--vk-bleed .home-main-hero,
  .home-section--vk-bleed .home-vk-shell {
    width: calc(100vw - var(--desktop-sidebar-width) - var(--desktop-sidebar-gap) - 40px);
  }

  .site-header .header-row {
    grid-template-columns: 152px minmax(0, 1fr);
    align-items: start;
    column-gap: 10px;
    padding: 10px 16px 12px;
    min-height: auto;
  }

  .site-header .brand {
    flex: 0 0 152px;
    min-width: 152px;
    max-width: 152px;
    align-self: center;
  }

  .site-header .brand-mark {
    width: 144px;
    height: 32px;
  }

  .site-header .header-center-contact {
    width: 100%;
    min-width: 0;
    padding: 6px 4px 7px;
  }

  .site-header .header-center-contact-phone {
    font-size: 15px;
  }

  .site-header .header-center-contact-mail {
    font-size: 10px;
  }

  .site-header .header-help-search-wrap {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .site-header .header-help-search {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .site-header .header-help-search:not(.is-expanded) {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }

  .site-header .header-help-search.is-expanded,
  .header-search-open .header-help-search {
    width: clamp(240px, 26vw, 300px);
    min-width: 240px;
    max-width: 300px;
  }

  .site-header .header-help-search-input {
    width: 100%;
    min-width: 0;
    padding: 0 46px 0 16px;
    border: 1px solid rgba(148,163,184,.5);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 10px 24px rgba(18,35,53,.08);
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-input {
    width: 0;
    min-width: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-submit,
  .header-search-open .header-help-search-submit {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }

  .site-header .header-help-search:not(.is-expanded) .header-help-search-submit {
    position: static;
    right: auto;
    top: auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(15,76,129,.12);
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 24px rgba(18,35,53,.08);
    transform: none;
  }

  .site-header .header-help-search-suggest,
  .header-search-open .header-help-search-suggest {
    width: 100%;
    min-width: 240px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .site-header .header-center-contact {
    padding: 6px 2px 7px;
  }

  .site-header .header-messenger-links {
    display: flex;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    gap: 4px;
    padding: 2px;
    min-width: 0;
  }

  .site-header .header-messenger-links a {
    width: 32px;
    height: 32px;
  }

  .site-header .header-messenger-links img {
    width: 18px;
    height: 18px;
  }

  .site-header .header-additional-links {
    display: none;
  }

  .site-header .header-quicklinks {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    justify-content: center;
    gap: 6px;
  }

  .site-header .header-quicklinks a {
    width: 34px;
    height: 34px;
  }

  .site-header .header-quicklinks svg {
    width: 20px;
    height: 20px;
  }

  .site-header .header-quicklinks-group {
    gap: 6px;
  }

  .site-header .header-login-pill {
    display: inline-flex;
    width: 40px;
    min-width: 40px;
  }

  .site-header .top-nav {
    width: 40px;
    min-width: 40px;
    margin-left: 0;
  }

  .site-header .top-nav-parent {
    width: 40px;
    min-width: 40px;
  }

  .site-header .cart-pill {
    width: 74px;
    min-width: 74px;
    padding: 0 8px;
  }

  .site-header .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    justify-self: end;
    gap: 8px;
  }
}

@media (min-width: 1000px) and (max-width: 1149px) {
  .site-header .header-quicklinks {
    display: none;
  }
}

@media (min-width: 1150px) and (max-width: 1199px) {
  .site-header .header-additional-links {
    margin-inline: 2px;
    padding: 0 6px;
    gap: 2px;
  }

  .site-header .header-quicklinks a {
    width: 30px;
    height: 30px;
  }

  .site-header .header-quicklinks svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 901px) and (max-width: 999px) {
  .site-header .header-center-contact {
    width: 100%;
    min-width: 0;
    padding: 6px 2px 7px;
  }

  .site-header .header-messenger-links {
    display: flex;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    gap: 6px;
    padding: 4px;
  }

  .site-header .header-messenger-links a {
    width: 34px;
    height: 34px;
  }

  .site-header .header-messenger-links img {
    width: 20px;
    height: 20px;
  }

  .site-header .header-quicklinks,
  .site-header .header-login-pill {
    display: none;
  }

  .site-header .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    justify-self: end;
    gap: 8px;
  }

  .site-header .top-nav {
    width: 40px;
    min-width: 40px;
    margin-left: 0;
  }

  .site-header .top-nav-parent {
    width: 40px;
    min-width: 40px;
  }

  .site-header .cart-pill {
    width: 74px;
    min-width: 74px;
    padding: 0 8px;
  }

  .page-shell {
    padding-top: 126px;
  }
}
body.sidebar-collapsed {
  --desktop-sidebar-width:100px;
}
.site-footer {
  width: 100%;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 34px 0 38px;
  background: linear-gradient(180deg, #202c3a, #16202a);
  color: rgba(255,255,255,.9);
}
.site-footer-inner {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer-logo {
  display: inline-flex;
  justify-content: center;
}
.site-footer-logo img {
  width: 150px;
  height: auto;
  display: block;
}
.site-footer-copy {
  margin: 18px 0 14px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.site-footer-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2b6da2, #1b4d75);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
}
.site-footer-review-btn:hover,
.site-footer-review-btn:focus-visible,
.site-footer-review-btn:visited,
.site-footer-review-btn:active {
  color: #fff;
  background: linear-gradient(180deg, #327bb7, #225c8c);
}
.site-footer-contacts {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7;
}
.site-footer-contacts p {
  margin: 0;
  color: rgba(235,255,251,.74);
}
.site-footer-contacts a,
.site-footer-links a {
  color: #d8ebff;
}
.site-footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px 18px;
}
.site-footer-column h5 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.site-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-column li + li {
  margin-top: 6px;
}
.site-footer-column a {
  display: inline-block;
  color: #d8ebff;
  font-size: 13px;
  line-height: 1.4;
}
.site-footer-contacts a {
  font-weight: 700;
  text-decoration: none;
}
.site-footer-column a:hover {
  color: #fff;
}
.site-footer-contacts a:hover,
.site-footer-contacts a:focus-visible,
.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #fff;
  text-decoration: none;
}
.page-layout { display:block; position:relative; }
.page-sidebar {
  position:fixed;
  top:20px;
  left:20px;
  width:var(--desktop-sidebar-width);
  display:flex;
  flex-direction:column;
  gap:14px;
  max-height:calc(100vh - 40px);
  overflow-y:hidden;
  overflow-x:hidden;
  z-index:12;
  scrollbar-width:thin;
  scrollbar-color:rgba(15,76,129,.22) transparent;
}
.sidebar-collapsed .page-sidebar {
  overflow-y:hidden;
  padding-bottom:60px;
  scrollbar-width:none;
}
.sidebar-collapsed .page-sidebar::-webkit-scrollbar {
  width:0;
  height:0;
}
.sidebar-collapsed .page-sidebar::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  height:50px;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(230,239,248,0), rgba(230,239,248,.9) 65%, rgba(230,239,248,1));
}
body:not(.sidebar-collapsed) .page-sidebar {
  overflow-y:auto;
  padding-right:20px;
  box-sizing:border-box;
}

.page-sidebar::-webkit-scrollbar {
  width:8px;
}

.page-sidebar::-webkit-scrollbar-track {
  background:transparent;
}

.page-sidebar::-webkit-scrollbar-thumb {
  background:linear-gradient(180deg, rgba(15,76,129,.2), rgba(15,76,129,.34));
  border-radius:999px;
  border:2px solid transparent;
  background-clip:padding-box;
}

.page-sidebar::-webkit-scrollbar-thumb:hover {
  background:linear-gradient(180deg, rgba(15,76,129,.3), rgba(15,76,129,.46));
  border:2px solid transparent;
  background-clip:padding-box;
}
.page-main {
  min-width:0;
}
.sidebar-collapsed-scroll-trigger {
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:none;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  padding:0;
  box-sizing:border-box;
  border:none;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.96));
  box-shadow:0 10px 22px rgba(18,35,53,.12);
  color:var(--accent);
  z-index:2;
}
.sidebar-collapsed-scroll-trigger--up {
  position:relative;
  top:auto;
  bottom:auto;
  left:auto;
  transform:none;
  align-self:center;
  width:34px;
  min-width:34px;
  max-width:34px;
  height:34px;
  min-height:34px;
  max-height:34px;
  flex:0 0 34px;
  margin:10px auto;
  z-index:4;
  border-radius:50%;
  appearance:none;
  -webkit-appearance:none;
}
.sidebar-collapsed-scroll-trigger-icon {
  display:inline-flex;
  width:14px;
  height:14px;
  align-items:center;
  justify-content:center;
}
.sidebar-collapsed-scroll-trigger-icon::before {
  content:"";
  width:9px;
  height:9px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
}
.sidebar-collapsed-scroll-trigger-icon--up::before {
  transform:rotate(225deg) translateY(-1px);
}
.sidebar-collapsed .sidebar-collapsed-scroll-trigger {
  display:inline-flex;
}
.sidebar-home-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  min-width:36px;
  height:36px;
  border:1px solid rgba(15,76,129,.12);
  border-radius:999px;
  background:#fff;
  color:var(--accent);
  box-shadow:0 10px 20px rgba(18,35,53,.06);
  transition:transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  line-height:1;
}
.sidebar-home-button:hover {
  color:var(--accent2);
  border-color:rgba(15,76,129,.2);
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(18,35,53,.08);
}
.sidebar-top-actions {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:8px;
}
.sidebar-home-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  min-width:36px;
  height:36px;
  border:1px solid rgba(15,76,129,.12);
  border-radius:999px;
  background:#fff;
  color:var(--accent);
  box-shadow:0 10px 20px rgba(18,35,53,.06);
  transition:transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  line-height:1;
}
.sidebar-home-button:hover {
  color:var(--accent2);
  border-color:rgba(15,76,129,.2);
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(18,35,53,.08);
}
.sidebar-home-button-label {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  line-height:1;
  color:currentColor;
}
.sidebar-home-button-label svg {
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}
.sidebar-collapse-toggle {
  display:inline-flex; align-items:center; justify-content:center;
  min-width:36px; width:36px; height:36px; padding:0; border:1px solid rgba(15,76,129,.12);
  border-radius:999px; background:#fff; color:var(--accent); font-size:12px; font-weight:800; box-shadow:0 10px 20px rgba(18,35,53,.06); transition:transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  line-height:1;
}
.sidebar-home-button,
.sidebar-collapse-toggle {
  align-self:center;
}
.sidebar-collapse-toggle-label { display:none; }
.sidebar-collapse-toggle:hover {
  color:var(--accent2);
  border-color:rgba(15,76,129,.2);
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(18,35,53,.08);
}
.sidebar-collapse-toggle-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
}
.sidebar-collapse-toggle-icon::before {
  content:"";
  width:8px;
  height:8px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
}
.sidebar-collapsed .sidebar-collapse-toggle {
  align-self:center;
  width:56px;
  min-width:56px;
  padding:0;
}
.sidebar-collapsed .sidebar-collapse-toggle-icon::before {
  transform:rotate(225deg);
}
@media (min-width: 901px) {
  body {
    padding-left: calc(var(--desktop-sidebar-width) + var(--desktop-sidebar-gap));
  }
  .site-header,
  .page-shell {
    width:calc(100vw - var(--desktop-sidebar-width) - var(--desktop-sidebar-gap) - 40px);
    max-width:none;
    margin-left:auto;
    margin-right:auto;
    transform:none;
  }
}
.sidebar-edge-toggle { display:none !important; }
.sidebar-card { position:sticky; top:0; z-index:10; padding:18px; border-radius:22px; background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94)); border:1px solid rgba(15,76,129,.08); box-shadow:0 14px 28px rgba(18,35,53,.06); }
.sidebar-kicker { color:var(--muted); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.sidebar-title { margin-top:6px; color:var(--text); font-size:var(--text-xl); font-weight:800; letter-spacing:-.02em; }
.sidebar-text { margin-top:6px; color:var(--muted); font-size:var(--text-sm); line-height:var(--leading-copy); }
.sidebar-search {
  position:relative;
  display:block;
  margin-top:14px;
}
.sidebar-search::before {
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:16px;
  height:16px;
  border:2px solid rgba(15,76,129,.46);
  border-radius:999px;
  transform:translateY(-58%);
  pointer-events:none;
}
.sidebar-search::after {
  content:"";
  position:absolute;
  left:27px;
  top:57%;
  width:8px;
  height:2px;
  border-radius:999px;
  background:rgba(15,76,129,.46);
  transform:rotate(45deg);
  pointer-events:none;
}
.sidebar-search input {
  width:100%;
  min-height:48px;
  padding-left:42px;
  border:1px solid rgba(15,76,129,.16);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.96));
  box-shadow:0 10px 22px rgba(18,35,53,.06), inset 0 1px 0 rgba(255,255,255,.68);
  font-size:var(--text-md);
  font-weight:600;
  color:var(--text);
}
.sidebar-search input::placeholder {
  color:rgba(53,80,102,.68);
}
.sidebar-search input:focus {
  outline:none;
  border-color:rgba(15,76,129,.34);
  box-shadow:0 14px 28px rgba(15,76,129,.12), 0 0 0 4px rgba(15,76,129,.08);
}
html[data-theme] .sidebar-search input {
  background:color-mix(in srgb, var(--theme-card-strong) 48%, transparent) !important;
  border-color:color-mix(in srgb, var(--theme-accent-2) 28%, transparent) !important;
  color:var(--theme-text) !important;
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
html[data-theme] .sidebar-search input::placeholder {
  color:color-mix(in srgb, var(--theme-muted) 74%, transparent) !important;
}
html[data-theme] .sidebar-search input:focus {
  background:color-mix(in srgb, var(--theme-card-strong) 58%, transparent) !important;
  border-color:color-mix(in srgb, var(--theme-accent-2) 48%, transparent) !important;
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 4px color-mix(in srgb, var(--theme-accent) 22%, transparent) !important;
}
.sidebar-tree { display:flex; flex-direction:column; gap:12px; }
.sidebar-group { padding:14px; border-radius:20px; background:rgba(255,255,255,.92); border:1px solid rgba(15,76,129,.08); box-shadow:0 10px 20px rgba(18,35,53,.05); }
.sidebar-group--calendar {
  background:linear-gradient(180deg, rgba(255,247,237,.96), rgba(255,255,255,.92));
  border-color:rgba(234,88,12,.1);
}
.sidebar-group--book {
  background:linear-gradient(180deg, rgba(240,253,244,.96), rgba(255,255,255,.92));
  border-color:rgba(22,163,74,.1);
}
.sidebar-group--sticker {
  background:linear-gradient(180deg, rgba(250,245,255,.96), rgba(255,255,255,.92));
  border-color:rgba(147,51,234,.1);
}
.sidebar-group--wide {
  background:linear-gradient(180deg, rgba(236,254,255,.96), rgba(255,255,255,.92));
  border-color:rgba(14,116,144,.1);
}
.sidebar-group--sign {
  background:linear-gradient(180deg, rgba(255,241,242,.96), rgba(255,255,255,.92));
  border-color:rgba(220,38,38,.1);
}
.sidebar-group--print {
  background:linear-gradient(180deg, rgba(239,246,255,.96), rgba(255,255,255,.92));
  border-color:rgba(37,99,235,.1);
}
.sidebar-group--grid {
  background:linear-gradient(180deg, rgba(248,250,252,.96), rgba(255,255,255,.92));
  border-color:rgba(71,85,105,.1);
}
.sidebar-group-title {
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:0;
  padding:0 0 8px;
  border:none;
  border-bottom:1px solid rgba(15,76,129,.08);
  background:transparent;
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
  text-align:left;
  cursor:pointer;
  font-family:inherit;
  line-height:1.2;
  box-shadow:none;
  border-radius:0;
}
.sidebar-group-title:focus,
.sidebar-group-title:focus-visible,
.sidebar-group-title:active {
  outline:none !important;
  border:none !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
}
.sidebar-group-title > span:last-child { flex:1 1 auto; min-width:0; }
.sidebar-group-title .menu-glyph { margin-right:2px; }
.sidebar-group-title::after {
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transition:transform .18s ease;
}
.sidebar-group.is-open .sidebar-group-title::after {
  transform:rotate(225deg);
}
.sidebar-group-compact-link { display:none; }
.sidebar-group-glyph { background:transparent; border:none; box-shadow:none; width:31px; height:31px; border-radius:0; padding:0; }
.sidebar-group-glyph.sidebar-link-icon--calendar,
.sidebar-group-glyph.sidebar-link-icon--book,
.sidebar-group-glyph.sidebar-link-icon--sticker,
.sidebar-group-glyph.sidebar-link-icon--wide,
.sidebar-group-glyph.sidebar-link-icon--sign,
.sidebar-group-glyph.sidebar-link-icon--print,
.sidebar-group-glyph.sidebar-link-icon--grid { background:transparent; border:none; box-shadow:none; }
.sidebar-group-links { display:none; flex-direction:column; gap:6px; padding-top:10px; }
.sidebar-group.is-open .sidebar-group-links { display:flex; }
.sidebar-subgroup + .sidebar-subgroup { margin-top:8px; }
.sidebar-subgroup-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 4px;
  padding:0 8px;
  color:#516071;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.sidebar-subgroup-title .sidebar-link-icon {
  width:16px;
  height:16px;
  flex:0 0 16px;
}
.sidebar-subgroup-title .sidebar-link-icon svg {
  width:16px;
  height:16px;
}
a.sidebar-subgroup-title--link { text-decoration:none; cursor:pointer; font-size:9px; }
a.sidebar-subgroup-title--link:hover { color:#0077ff; }
.sidebar-group-links a { display:flex; align-items:center; gap:8px; min-height:38px; padding:0 8px; border-radius:12px; color:#355066; font-size:var(--text-sm); font-weight:700; }
.sidebar-link-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:0;
  background:transparent;
  color:var(--accent);
  border:none;
  box-shadow:none;
  padding:0;
  font-size:13px;
  font-weight:800;
  flex:0 0 34px;
}
.sidebar-link-icon svg {
  width:20px;
  height:20px;
  display:block;
}
.sidebar-link-icon--calendar { color:#c2410c; }
.sidebar-link-icon--book { color:#166534; }
.sidebar-link-icon--sticker { color:#7e22ce; }
.sidebar-link-icon--wide { color:#0f766e; }
.sidebar-link-icon--sign { color:#be123c; }
.sidebar-link-icon--print { color:#1d4ed8; }
.sidebar-link-icon--grid { color:#334155; }
.sidebar-link-icon--sheets,
.sidebar-link-icon--card,
.sidebar-link-icon--leaflet,
.sidebar-link-icon--envelope,
.sidebar-link-icon--poster,
.sidebar-link-icon--brochure { color:#1d4ed8; }
.sidebar-link-icon--stickers,
.sidebar-link-icon--label { color:#7e22ce; }
.sidebar-link-icon--books { color:#166534; }
.sidebar-link-icon--engineering,
.sidebar-link-icon--blueprint,
.sidebar-link-icon--outdoor,
.sidebar-link-icon--banner { color:#0f766e; }
.sidebar-link-icon--textile,
.sidebar-link-icon--tshirt { color:#db2777; }
.sidebar-link-icon--magnet,
.sidebar-link-icon--stand { color:#be123c; }
.sidebar-link-icon--doorhanger { color:#c2410c; }
.sidebar-link-icon--box,
.sidebar-link-icon--roll { color:#b45309; }
.sidebar-link-icon--template,
.sidebar-link-icon--service { color:#334155; }
.sidebar-link-icon--souvenir,
.sidebar-link-icon--gift,
.sidebar-link-icon--decor { color:#7c3aed; }
.sidebar-link-icon--digital { color:#1d4ed8; }
.sidebar-link-icon--wideformat { color:#0f766e; }
.sidebar-link-icon--silk { color:#db2777; }
.sidebar-link-icon--riso { color:#b45309; }
.sidebar-link-text { min-width:0; }
.sidebar-group-links a:hover, .sidebar-group-links a.is-active { background:rgba(15,76,129,.08); color:var(--accent); }
.sidebar-group-links a,
.sidebar-group-links a:focus,
.sidebar-group-links a:focus-visible,
.sidebar-group-links a:active {
  outline:none;
  border:none;
  box-shadow:none;
}
.sidebar-group-links a.is-active .sidebar-link-icon { color:var(--accent); }
.sidebar-group-links a.is-active .sidebar-link-icon,
.sidebar-group-compact-link.is-active .sidebar-link-icon {
  border-color:transparent;
  box-shadow:none;
}
.sidebar-collapsed .sidebar-card,
.sidebar-collapsed .sidebar-group { padding:6px; position:relative; z-index:1; }
.sidebar-collapsed .sidebar-card {
  padding-top:5px;
  padding-bottom:5px;
}
.sidebar-collapsed .sidebar-group {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:12px;
  width:auto;
  min-height:40px;
  height:40px;
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  box-sizing:border-box;
}
.sidebar-collapsed .sidebar-top-actions { margin-bottom:2px; }
.sidebar-collapsed .sidebar-home-button {
  margin-bottom:0;
  width:40px;
  min-width:40px;
  height:40px;
}
.sidebar-collapsed .sidebar-collapse-toggle {
  width:40px;
  min-width:40px;
  height:40px;
}
.sidebar-collapsed .sidebar-kicker,
.sidebar-collapsed .sidebar-title,
.sidebar-collapsed .sidebar-text,
.sidebar-collapsed .sidebar-search,
.sidebar-collapsed .sidebar-group-title,
.sidebar-collapsed .sidebar-link-text { display:none; }
.sidebar-collapsed .sidebar-tree {
  position:relative;
  gap:15px;
  max-height:calc(100vh - 182px);
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
}
.sidebar-collapsed .sidebar-tree::before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:50px;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(0deg, rgba(230,239,248,0), rgba(230,239,248,.9) 65%, rgba(230,239,248,1));
}
.sidebar-collapsed .sidebar-tree::-webkit-scrollbar {
  width:0;
  height:0;
}
.sidebar-collapsed .sidebar-group-compact-link {
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  min-height:40px;
  height:40px;
  margin:0 auto;
  border-radius:8px;
  color:#355066;
  background:transparent;
  box-sizing:border-box;
}
.sidebar-collapsed .sidebar-group-compact-link:hover,
.sidebar-collapsed .sidebar-group-compact-link.is-active {
  color:var(--accent);
}
.sidebar-collapsed .sidebar-group-links { display:none; }
.sidebar-collapsed .sidebar-link-icon {
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:0;
  padding:0;
  font-size:12px;
  box-shadow:none;
}
.sidebar-collapsed .sidebar-group-glyph { width:38px; height:38px; flex:0 0 38px; padding:0; }
.sidebar-collapsed .sidebar-link-icon svg {
  width:35px;
  height:35px;
}
.scroll-top-button {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:40;
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(15,76,129,.96), rgba(9,58,99,.98));
  color:#fff;
  box-shadow:0 18px 34px rgba(18,35,53,.22);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.scroll-top-button span {
  font-size:24px;
  line-height:1;
  transform:translateY(-1px);
}
.scroll-top-button.is-visible {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.scroll-top-button:hover {
  transform:translateY(-2px);
}
.card { background:rgba(255,255,255,.92); border:1px solid rgba(15,76,129,.08); border-radius:24px; padding:24px; box-shadow:0 18px 40px rgba(18,35,53,.08); }
.grid { display:grid; gap:18px; }
.cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.admin-good-layout { grid-template-columns:minmax(220px, 20%) minmax(0, 80%); align-items:start; }
.product-layout { align-items:start; }
.stack { display:flex; flex-direction:column; }
.gap-sm { gap:12px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; border:none; border-radius:14px; padding:12px 16px; background:linear-gradient(180deg,var(--accent),var(--accent2)); color:white; font-weight:700; cursor:pointer; box-shadow:0 14px 28px rgba(15,76,129,.16); }
.btn-secondary { background:linear-gradient(180deg,var(--accent),var(--accent2)); color:white; border:none; box-shadow:0 14px 28px rgba(15,76,129,.16); }
.btn-danger { background:rgba(220,38,38,.85); }
.btn-small { padding:8px 12px; font-size:.9rem; }
.hero { margin-bottom:22px; }
.hero-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 22px;
}
.hero-shell > .hero {
  margin-bottom: 0;
}
.hero-breadcrumbs {
  margin-bottom: 0;
}
.hero-breadcrumbs .breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  margin:0;
}
.hero-breadcrumbs .breadcrumbs a,
.hero-breadcrumbs .breadcrumbs span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0;
  border-radius:999px;
  background: transparent !important;
  border:none;
  color:var(--accent);
  font-size:1rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:none;
}
.hero-breadcrumbs .breadcrumbs a:hover,
.hero-breadcrumbs .breadcrumbs a:focus-visible {
  color:var(--accent-strong);
  background:#ffffff;
}
.hero-breadcrumbs .breadcrumbs span {
  color:var(--text);
  background:transparent !important;

}
/* Icon-only breadcrumb chips: compact circle */
.hero-breadcrumbs .breadcrumbs a.breadcrumb-chip,
.hero-breadcrumbs .breadcrumbs span.breadcrumb-chip {
  width:40px;
  height:40px;
  min-height:40px;
  padding:0;
  flex:0 0 40px;
  overflow:visible;
}
/* Иконки в хлебных крошках: такой же размер как в боковом меню.
   Цвет берём из CSS-переменной --glyph-color, которая задана на .menu-glyph--*,
   чтобы обойти конфликт специфичности с hero-секцией (catalog-page-hero etc.) */
.hero-breadcrumbs .breadcrumbs .breadcrumb-chip .menu-glyph {
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
  color: var(--glyph-color, var(--accent)) !important;
}
.hero-breadcrumbs .breadcrumbs .breadcrumb-chip .menu-glyph svg {
  width:40px !important;
  height:40px !important;
}
/* Labeled breadcrumb chips: icon + text */
.hero-breadcrumbs .breadcrumbs a.breadcrumb-chip--labeled,
.hero-breadcrumbs .breadcrumbs span.breadcrumb-chip--labeled {
  width:auto;
  height:34px;
  min-height:34px;
  padding:0 10px 0 4px;
  flex:0 0 auto;
  gap:4px;
  font-size:.82rem;
  font-weight:700;
  white-space:nowrap;
  border-radius:999px;
}
.hero-breadcrumbs .breadcrumbs .breadcrumb-chip--labeled .menu-glyph {
  width:28px !important;
  height:28px !important;
  flex:0 0 28px !important;
  color: var(--glyph-color, var(--accent)) !important;
}
.hero-breadcrumbs .breadcrumbs .breadcrumb-chip--labeled .menu-glyph svg {
  width:28px !important;
  height:28px !important;
}
.hero-breadcrumbs .breadcrumbs .breadcrumb-chip--labeled .bc-label {
  display:inline;
  max-width:160px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.info-hero {
  height: 80px;
  overflow: hidden;
  padding: 22px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(74, 163, 255, .18), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(0, 214, 201, .10), transparent 22%),
    linear-gradient(135deg, #09131f 0%, #102438 40%, #163b5c 100%);
  border:1px solid rgba(120, 191, 255, .14);
  box-shadow:
    0 24px 52px rgba(7, 18, 31, .34),
    0 1px 0 rgba(255,255,255,.05) inset;
}
.info-hero .stack {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.info-hero h1 {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin: 8px 0 2px;
  font-size: 1.3em;
  line-height: 1.05;
  letter-spacing: -.03em;
  color:#ffffff;
  font-weight:900;
  text-align:center;
  text-shadow:0 3px 18px rgba(7, 18, 31, .26);
  width: 100%;
}
.info-hero .menu-glyph {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 10px 22px rgba(7, 18, 31, .18);
  color: #ffffff;
}
.info-hero .menu-glyph svg {
  width: 24px;
  height: 24px;
}
.home-main-hero-favicon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.hero-actions { display:flex; justify-content:flex-end; gap:12px; flex-wrap:wrap; }
.home-hero {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(15,76,129,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.95));
}
.home-hero-kicker,
.home-section-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.home-hero h1 {
  margin: 12px 0 10px;
  font-size: 1.3em;
  line-height: 1.04;
  letter-spacing: -.03em;
}
.home-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.home-section {
  margin-top: 24px;
}
.home-section--vk-bleed {
  margin-top: 18px;
}
.home-async-shell {
  min-height: 120px;
}
.home-loading-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home-loading-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-loading-card {
  min-height: 160px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(230,236,243,.9) 0%, rgba(244,248,252,1) 50%, rgba(230,236,243,.9) 100%);
  background-size: 220% 100%;
  animation: home-loading-shimmer 1.1s linear infinite;
  border: 1px solid rgba(15,76,129,.05);
}
.home-loading-card--tall {
  min-height: 220px;
}
.home-faq-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.home-faq {
  padding: 4px 0;
}
.faq-block {
  display: grid;
  gap: 16px;
}
.faq-block-head {
  display: grid;
  gap: 6px;
  margin-bottom: 0;
}
.faq-block-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 1.1rem + 1vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.faq-block-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-block-list {
  display: grid;
  gap: 12px;
}
.home-faq-item {
  padding: 0;
}
.faq-block-item {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.94));
  border: 1px solid rgba(15,76,129,.09);
  box-shadow:
    0 18px 34px rgba(18,35,53,.06),
    inset 0 1px 0 rgba(255,255,255,.75);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.faq-block-item:hover {
  transform: translateY(-1px);
  box-shadow:
    0 22px 40px rgba(18,35,53,.08),
    inset 0 1px 0 rgba(255,255,255,.82);
  border-color: rgba(15,76,129,.14);
}
.home-faq-item summary {
  cursor: pointer;
  list-style: none;
}
.home-faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-block-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}
.faq-block-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: var(--accent);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.faq-block-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: var(--accent);
}
.faq-block-item[open] summary {
  border-bottom: 1px solid rgba(15,76,129,.08);
}
.home-faq-answer {
  margin-top: 0;
}
.home-faq-answer a {
  color: var(--accent2);
}
.faq-block-answer {
  padding: 16px 22px 20px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.72;
}
.faq-block-answer > :first-child {
  margin-top: 0;
}
.faq-block-answer > :last-child {
  margin-bottom: 0;
}
.faq-block-answer p {
  margin: 0 0 12px;
}
.faq-block-answer ul,
.faq-block-answer ol {
  margin: 10px 0 14px 18px;
  padding: 0;
}
.faq-block-answer li + li {
  margin-top: 6px;
}
.faq-block-answer a {
  color: var(--accent2);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
}
.faq-block-answer a:hover {
  border-bottom-color: currentColor;
}
.home-vk-shell .vk-widget {
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans) !important;
  color: var(--text);
}
.home-vk-shell .vk-widget,
.home-vk-shell .vk-widget * {
  font-family: var(--font-sans) !important;
}
.home-vk-shell .vk-widget-card,
.home-vk-shell .vk-card-body,
.home-vk-shell .vk-card-text,
.home-vk-shell .vk-card-meta,
.home-vk-shell .vk-card-date,
.home-vk-shell .vk-card-stats,
.home-vk-shell .vk-stat,
.home-vk-shell .vk-widget-all,
.home-vk-shell .vk-widget-title {
  font-family: var(--font-sans) !important;
}
.home-vk-shell .vk-card-text {
  color: #192536 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}
.home-vk-shell .vk-card-meta,
.home-vk-shell .vk-card-date,
.home-vk-shell .vk-card-stats,
.home-vk-shell .vk-stat {
  color: #5f6f80 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
.home-vk-shell .vk-widget-nav,
.home-vk-shell .vk-widget-dot,
.home-vk-shell .vk-widget-all {
  font-family: var(--font-sans) !important;
}
.home-vk-shell .vk-widget-prev,
.home-vk-shell .vk-widget-next,
.home-vk-shell .vk-widget-nav {
  display: none !important;
}
.home-vk-widget-placeholder {
  min-height: 280px;
}
.home-vk-loader {
  display:flex;
  min-height:280px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:28px 20px;
  border-radius:24px;
  background:
    radial-gradient(circle at top, rgba(39,135,245,.14), transparent 34%),
    linear-gradient(180deg, rgba(247,250,253,.96), rgba(255,255,255,.98));
  border:1px solid rgba(15,76,129,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 18px 36px rgba(18,35,53,.05);
  text-align:center;
}
.home-vk-loader-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:48px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg, #2787f5, #1f6ece);
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 14px 28px rgba(39,135,245,.22);
}
.home-vk-loader-title {
  color:#17344d;
  font-size:20px;
  font-weight:800;
  line-height:1.2;
}
.home-vk-loader-text {
  max-width:420px;
  color:#617588;
  font-size:14px;
  line-height:1.55;
}
.home-vk-loader-dots {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:4px;
}
.home-vk-loader-dots span {
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(39,135,245,.3);
  animation:home-vk-loader-bounce 1.05s ease-in-out infinite;
}
.home-vk-loader-dots span:nth-child(2) {
  animation-delay:.14s;
}
.home-vk-loader-dots span:nth-child(3) {
  animation-delay:.28s;
}
.home-vk-shell .vk-widget-card {
  min-height: 100%;
}
.vk-post-page {
  padding: 8px 0 18px;
  font-family: var(--font-sans);
}
.vk-post-shell {
  padding: 28px;
  border-radius: 28px;
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top right, rgba(39,135,245,.08), transparent 26%),
    linear-gradient(180deg, rgba(247,250,253,.96), rgba(255,255,255,.98));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 18px 42px rgba(18,35,53,.06);
}
.vk-post-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
}
.vk-post-source-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(135deg, #2787f5, #1f6ece);
  color:#fff !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 10px 20px rgba(39,135,245,.16);
}
.vk-post-source-link:hover,
.vk-post-source-link:visited,
.vk-post-source-link:focus-visible,
.vk-post-source-link:active {
  color:#fff !important;
  transform:translateY(-1px);
}
.vk-post-page h1 {
  margin: 10px 0 14px;
  font-size: 1.3em;
  line-height:1.1;
  font-family: var(--font-sans);
  letter-spacing:-.03em;
}
.vk-post-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}
.vk-post-meta-line span {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(15,76,129,.05);
  border:1px solid rgba(15,76,129,.06);
}
.vk-post-body {
  color: var(--text);
  line-height: 1.8;
  font-size:16px;
  font-family: var(--font-sans);
  margin-top:22px;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(15,76,129,.06);
}
.vk-post-body p {
  margin:0;
}
.vk-post-body p + p {
  margin-top:18px;
}
.vk-post-gallery {
  display:flex;
  flex-wrap:nowrap;
  gap:16px;
  align-items:stretch;
  margin-top: 20px;
  overflow-x:auto;
  overflow-y:hidden;
  padding-bottom:6px;
  scroll-snap-type:x proximity;
}
.vk-post-gallery-item {
  margin: 0;
  flex:0 0 min(30%, 320px);
  min-width:260px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(15,76,129,.08);
  background: #fff;
  box-shadow:0 14px 30px rgba(18,35,53,.07);
  scroll-snap-align:start;
}
.vk-post-gallery-button {
  display:block;
  width:100%;
  padding:0;
  border:none;
  background:transparent;
  cursor:zoom-in;
}
.vk-post-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio:1 / 1;
  object-fit: cover;
  content-visibility: auto;
}
.vk-post-body:first-of-type {
  margin-top:24px;
}
.vk-post-body p:first-child {
  font-size:17px;
  line-height:1.86;
}
.vk-post-body br + br {
  display:block;
  content:"";
  margin-top:12px;
}
.vk-post-lightbox-open {
  overflow:hidden;
}
.vk-post-lightbox {
  position:fixed;
  inset:0;
  z-index:120;
}
.vk-post-lightbox-backdrop {
  position:absolute;
  inset:0;
  background:rgba(10,18,28,.76);
  backdrop-filter:blur(8px);
}
.vk-post-lightbox-dialog {
  position:relative;
  z-index:1;
  width:min(1200px, calc(100vw - 32px));
  height:min(88vh, calc(100vh - 32px));
  margin:16px auto;
  padding:18px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(18,28,40,.98), rgba(10,16,24,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 80px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
  gap:14px;
}
.vk-post-lightbox-toolbar {
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.vk-post-lightbox-action,
.vk-post-lightbox-close {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:20px;
  font-weight:700;
  box-shadow:0 10px 26px rgba(0,0,0,.24);
}
.vk-post-lightbox-action:hover,
.vk-post-lightbox-close:hover {
  background:rgba(255,255,255,.14);
}
.vk-post-lightbox-stage {
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:auto;
  border-radius:20px;
  background:rgba(255,255,255,.03);
}
.vk-post-lightbox-stage img {
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  transform-origin:center center;
  transition:transform .16s ease;
}
.home-section-head {
  margin-bottom: 18px;
}
.home-section--vk-bleed {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.home-section--vk-bleed .home-section-head,
.home-section--vk-bleed .home-main-hero,
.home-section--vk-bleed .home-vk-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-main-hero {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  max-height: var(--home-main-hero-max-height-desktop);
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(14, 72, 118, .14);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(41, 169, 142, .20), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 169, 53, .18), transparent 30%),
    linear-gradient(135deg, rgba(8, 37, 61, .98), rgba(18, 76, 102, .94) 54%, rgba(244, 250, 247, .98) 54.2%, rgba(255, 255, 255, .99) 100%);
  box-shadow: 0 24px 60px rgba(12, 29, 44, .14);
}
.home-main-hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  max-width: 720px;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.home-main-hero-kicker--top {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 4;
  justify-content: flex-start;
  text-align: left;
}
.home-main-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-main-hero-kicker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 10px 22px rgba(7, 22, 36, .14);
}
@media (max-width: 1600px) {
  .home-main-hero-kicker--top {
    display: none;
  }
}
.home-section-head h1 {
  margin: 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.home-main-hero-lead {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.65;
}
.home-main-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-main-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.home-main-hero-button:hover {
  transform: translateY(-1px);
}
.home-main-hero-button--primary {
  background: linear-gradient(135deg, #f6b24a, #ff8f3a);
  color: #182331;
  box-shadow: 0 14px 28px rgba(255, 143, 58, .24);
}
.home-main-hero-button--secondary {
  border: 1px solid rgba(12, 51, 74, .12);
  background: rgba(255, 255, 255, .92);
  color: #173247;
}
.home-main-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-main-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 700;
}
.home-main-hero-panel {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(14, 72, 118, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}
.home-main-hero-panel-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-main-hero-panel-label {
  color: #17815e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-main-hero-panel-title {
  color: #162433;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.home-main-hero-stats {
  display: grid;
  gap: 12px;
}
.home-main-hero-stat {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(244, 248, 252, .98), rgba(233, 242, 248, .92));
  border: 1px solid rgba(14, 72, 118, .08);
}
.home-main-hero-stat strong {
  color: #0d4c81;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.home-main-hero-stat span {
  color: #425466;
  font-size: 14px;
  line-height: 1.5;
}
.home-offers-section {
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(15,76,129,.08), transparent 28%),
    linear-gradient(180deg, rgba(244,248,252,.92), rgba(255,255,255,.96));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 18px 40px rgba(18,35,53,.06);
}
.home-offers-section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15,76,129,.08);
}
.home-offers-section .home-section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-offers-section-head h2 {
  margin: 0;
  max-width: 720px;
  color: #142231;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.home-section-head h2 {
  margin: 10px 0 8px;
  font-size: clamp(24px, 2.8vw, 32px);
  letter-spacing: -.02em;
  line-height: 1.14;
}
.home-section-head p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 15px;
  line-height: var(--leading-copy);
}
.home-teaser-grid,
.home-offer-grid,
.home-review-grid {
  display: grid;
  gap: 16px;
}
.home-teaser-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-teaser-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 170px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(15,76,129,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  box-shadow: 0 16px 34px rgba(18,35,53,.06);
  color: var(--text);
}
.home-teaser-card strong {
  font-size: 17px;
  line-height: 1.3;
}
.home-teaser-card span:last-child {
  color: var(--muted);
  font-size: 13px;
}
.home-offer-grid {
  display:flex;
  gap:16px;
  box-sizing:border-box;
  overflow-x:auto;
  padding:.5rem .25rem 1rem;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:rgba(15,76,129,.24) rgba(15,76,129,.06);
}
.home-offer-grid::-webkit-scrollbar,
.home-shop-rss::-webkit-scrollbar {
  height:10px;
}
.home-offer-grid::-webkit-scrollbar-track,
.home-shop-rss::-webkit-scrollbar-track {
  border-radius:999px;
  background:rgba(15,76,129,.06);
}
.home-offer-grid::-webkit-scrollbar-thumb,
.home-shop-rss::-webkit-scrollbar-thumb {
  border-radius:999px;
  background:rgba(15,76,129,.24);
}
.home-offer-grid::-webkit-scrollbar-thumb:hover,
.home-shop-rss::-webkit-scrollbar-thumb:hover {
  background:rgba(15,76,129,.34);
}
.home-offer-card,
.home-review-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 14px 30px rgba(18,35,53,.06);
}
.home-offer-card {
  flex:0 0 min(320px, 84vw);
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height: 214px;
  padding: 18px 20px 20px;
  border-radius: 0;
  background:#f1f4f7;
  border: 1px solid rgba(35,38,55,.06);
  border-right: 1px solid rgba(148,163,184,.22);
  border-bottom: 1px solid rgba(148,163,184,.24);
  box-shadow:none;
  filter:drop-shadow(0 14px 28px rgba(18,35,53,.11));
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.home-offer-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15,76,129,.14);
  background:#edf2f6;
}
.home-offer-card-body {
  display:grid;
  grid-template-columns:104px minmax(0, 1fr);
  gap:14px;
  align-items:start;
}
.home-offer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-offer-icon svg {
  display: block;
  width: 104px;
  height: 104px;
}
.home-offer-card h3,
.home-review-card strong {
  color: var(--text);
}
.home-offer-card h3 {
  margin: 0;
  min-height: 34px;
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.18;
  letter-spacing: .01em;
  color:#111c29;
}
.home-offer-card h3::first-letter {
  color: #e31e24;
  font-size: 128%;
  font-weight: 700;
}
.home-offer-card p,
.home-review-card p {
  margin: 0;
  color: #526273;
  line-height: 1.72;
  text-align: left;
}
.home-offer-card p {
  font-size: 14px;
  line-height: 1.55;
  color:#304456;
  align-self:center;
}
.home-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-reviews-feed {
  display: grid;
  gap: 18px;
}
.home-section-head--with-aside {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.home-section-head--inline-reviews {
  position: relative;
  display: grid;
  gap: 6px;
  align-items: start;
  padding-right: min(33vw, 420px);
}
.home-section-head-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.home-reviews-summary-inline {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-18%);
  min-width: 0;
}
.home-reviews-summary {
  display: grid;
  gap: 8px;
  align-content: start;
}
.home-reviews-summary--inline {
  display:inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap:nowrap;
  gap: 12px;
  white-space:nowrap;
}
.home-reviews-summary-score {
  color: #111c29;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}
.home-reviews-summary-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7b500;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
}
.home-reviews-summary-stars .is-filled {
  color: #f7b500;
}
.home-reviews-summary-meta {
  color: #65768a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
.home-reviews-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-reviews-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15,76,129,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  color: #28465d;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(18,35,53,.04);
}
.home-reviews-source-pill:hover {
  color: var(--accent);
  border-color: rgba(15,76,129,.18);
}
.home-reviews-source-name {
  color: var(--text);
}
.home-reviews-source-meta {
  color: var(--muted);
  font-size: 12px;
}
.home-review-list {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: .5rem .25rem 1rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(15,76,129,.24) rgba(15,76,129,.06);
}
.home-review-list::-webkit-scrollbar {
  height: 10px;
}
.home-review-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(15,76,129,.06);
}
.home-review-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15,76,129,.24);
}
.home-review-list::-webkit-scrollbar-thumb:hover {
  background: rgba(15,76,129,.34);
}
.home-review-list > * {
  flex: 0 0 min(320px, 84vw);
  min-width: 0;
}
.home-review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 214px;
  height: 214px;
  padding: 18px 20px 20px;
  border-radius: 0;
  border: 1px solid rgba(35,38,55,.06);
  border-right: 1px solid rgba(148,163,184,.22);
  border-bottom: 1px solid rgba(148,163,184,.24);
  background: #f1f4f7;
  box-shadow: none;
  filter: drop-shadow(0 14px 28px rgba(18,35,53,.11));
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15,76,129,.16);
  box-shadow: none;
  background: #edf2f6;
}
.home-review-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 46px;
  overflow: hidden;
}
.home-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-review-author-block {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.home-review-author-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.home-review-author-row strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.home-review-source-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-review-source-badge--yandex {
  background: rgba(245,158,11,.14);
  color: #b45309;
}
.home-review-source-badge--google {
  background: rgba(29,78,216,.1);
  color: #1d4ed8;
}
.home-review-source-badge--flamp {
  background: rgba(219,39,119,.1);
  color: #be185d;
}
.home-review-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f59e0b;
  font-size: 12px;
  line-height: 1;
}
.home-review-copy {
  display: grid;
  gap: 6px;
  min-height: 0;
  overflow: hidden;
}
.home-review-date {
  color: #5f6f80;
  font-size: 11px;
  font-weight: 700;
}
.home-review-copy p {
  margin: 0;
  color: #192536;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.home-review-card-actions {
  margin-top: auto;
}
.home-review-card-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.06);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}
.home-review-card-actions a:hover {
  background: rgba(15,76,129,.12);
}
.home-reviews-updated-at {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}
.home-reviews-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 18px;
  border-radius: 22px;
  border: 1px dashed rgba(15,76,129,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.home-reviews-shell {
  padding: 18px 20px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(15,76,129,.06), transparent 28%),
    linear-gradient(180deg, rgba(244,248,252,.94), rgba(255,255,255,.98));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 18px 40px rgba(18,35,53,.06);
  transition: opacity .22s ease, transform .22s ease;
}
.home-reviews-shell.is-pending .home-reviews-widget-body {
  opacity: 0;
  visibility: hidden;
}
.home-reviews-shell.is-ready .home-reviews-widget-body {
  opacity: 1;
  visibility: visible;
}
.home-reviews-widget {
  position: relative;
  min-height: 320px;
}
.home-reviews-widget-body {
  min-height: 240px;
  padding: 8px 6px 4px;
}
.home-reviews-widget-body > * {
  box-sizing: border-box;
}
.home-async-shell .home-reviews-widget,
.home-async-shell .home-reviews-widget-body {
  font-family: var(--font-sans);
  color: var(--text);
}
.home-reviews-widget-body,
.home-reviews-widget-body * {
  font-family: var(--font-sans) !important;
}
.home-reviews-widget-body--styled,
.home-reviews-widget-body--styled * {
  font-family: var(--font-sans) !important;
}
.home-reviews-widget-body .dg__widget-start,
.home-reviews-widget-body [class*="dg__widget"],
.home-reviews-widget-body [class*="dg-widget"],
.home-reviews-widget-body [class*="review-widget"] {
  box-sizing: border-box;
  color: var(--text);
  font-family: inherit !important;
}
.home-reviews-widget-body a {
  color: var(--accent2);
  font-family: inherit !important;
}
.home-reviews-widget-body p,
.home-reviews-widget-body li,
.home-reviews-widget-body span,
.home-reviews-widget-body div {
  font-size: var(--text-sm) !important;
  line-height: 1.62;
}
.home-reviews-widget-body strong,
.home-reviews-widget-body b {
  font-family: var(--font-sans) !important;
}
.home-reviews-widget-body [class*="card"],
.home-reviews-widget-body [class*="item"],
.home-reviews-widget-body [class*="slide"] {
  border-radius: 20px;
  border: 1px solid rgba(15,76,129,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,249,252,.95));
  box-shadow: 0 12px 28px rgba(18,35,53,.05);
}
.home-reviews-widget-body button,
.home-reviews-widget-body [role="button"],
.home-reviews-widget-body a[class*="button"],
.home-reviews-widget-body a[class*="btn"],
.home-reviews-widget-body [class*="button"],
.home-reviews-widget-body [class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15,76,129,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.96));
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(18,35,53,.06);
}
.home-reviews-widget-body button:hover,
.home-reviews-widget-body [role="button"]:hover,
.home-reviews-widget-body a[class*="button"]:hover,
.home-reviews-widget-body a[class*="btn"]:hover,
.home-reviews-widget-body [class*="button"]:hover,
.home-reviews-widget-body [class*="btn"]:hover {
  color: var(--accent);
  border-color: rgba(15,76,129,.2);
}
.home-reviews-widget-body input,
.home-reviews-widget-body textarea,
.home-reviews-widget-body select {
  min-height: 40px;
  border: 1px solid rgba(15,76,129,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
.home-reviews-widget-body [class*="title"],
.home-reviews-widget-body [class*="heading"] {
  color: var(--text);
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
  line-height: 1.24;
  font-size: clamp(16px, 1.7vw, 18px) !important;
}
.home-reviews-widget-body [class*="subtitle"],
.home-reviews-widget-body [class*="meta"],
.home-reviews-widget-body [class*="caption"] {
  color: var(--muted);
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  line-height: 1.5;
}
.home-reviews-widget-body [class*="tabs"],
.home-reviews-widget-body [class*="nav"],
.home-reviews-widget-body [class*="filters"] {
  gap: 8px;
}
.home-reviews-widget-body [class*="avatar"],
.home-reviews-widget-body img {
  border-radius: 16px;
}
.home-reviews-widget-body [class*="review"],
.home-reviews-widget-body [class*="slide"],
.home-reviews-widget-body [class*="item"] {
  overflow: hidden;
}
.home-reviews-widget-body [class*="content"],
.home-reviews-widget-body [class*="body"] {
  color: #314759;
  font-size: var(--text-sm) !important;
}
.home-reviews-widget-body [class*="date"],
.home-reviews-widget-body time {
  color: var(--muted);
  font-size: 12px !important;
  font-weight: 600;
}
.home-reviews-widget-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.home-reviews-widget-loader span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.home-reviews-widget-loader span::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid rgba(15,76,129,.18);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: admin-button-spin .8s linear infinite;
}
.review-detail-card {
  display: grid;
  gap: 18px;
  padding: 24px;
}
.review-detail-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-detail-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15,76,129,.12), rgba(26,115,184,.08));
  color: var(--accent);
  font-size: 22px;
  font-weight: 800;
  flex: 0 0 72px;
  overflow: hidden;
}
.review-detail-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-detail-meta {
  display: grid;
  gap: 8px;
}
.review-detail-author-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.review-detail-author-row strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
}
.review-detail-date {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.review-detail-copy {
  display: grid;
  gap: 14px;
}
.review-detail-copy p {
  margin: 0;
  color: #314759;
  font-size: 16px;
  line-height: 1.7;
}
.review-detail-source-button {
  min-height: 36px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}
.reviews-index-card {
  display: grid;
  gap: 18px;
  padding: 22px;
}
.reviews-index-sources {
  margin-bottom: 2px;
}
.reviews-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.reviews-index-item {
  width: 100%;
}
.reviews-index-pagination {
  margin-top: 4px;
}
@media (max-width: 720px) {
  .home-review-list {
    gap: 10px;
    padding: .15rem 0 .65rem;
  }
  .home-review-list > * {
    flex-basis: calc(100% - 6px);
  }
  .home-review-card {
    min-height: 0;
    height: 214px;
    padding: 14px;
    border-radius: 18px;
  }
  .home-review-author-row strong {
    font-size: 14px;
  }
  .home-review-copy p {
    font-size: 13px;
    -webkit-line-clamp: 4;
  }
  .home-reviews-sources {
    gap: 8px;
  }
  .home-section-head--with-aside {
    display: grid;
    align-items: start;
    justify-content: start;
  }
  .home-section-head--inline-reviews {
    display:grid;
    align-items:start;
    justify-content:start;
    gap:10px;
    padding-right:0;
  }
  .home-reviews-summary-inline {
    position: static;
    transform: none;
    margin-left:0;
  }
  .home-reviews-summary--inline {
    grid-auto-flow: row;
    justify-content: start;
    gap: 4px;
    white-space:normal;
  }
  .home-reviews-summary-score {
    font-size: 30px;
  }
  .home-reviews-summary-stars {
    gap: 6px;
    font-size: 26px;
  }
  .home-reviews-summary-meta {
    font-size: 13px;
  }
  .home-reviews-source-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
  .home-reviews-shell {
    padding: 14px;
    border-radius: 20px;
  }
  .review-detail-card {
    padding: 18px;
  }
  .review-detail-head {
    align-items: flex-start;
  }
  .review-detail-author-row strong {
    font-size: 18px;
  }
  .review-detail-copy p {
    font-size: 15px;
  }
  .reviews-index-card {
    padding: 16px;
  }
  .reviews-index-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home-reviews-widget-body {
    padding: 4px 2px 0;
  }
  .home-reviews-widget-body p,
  .home-reviews-widget-body li,
  .home-reviews-widget-body span,
  .home-reviews-widget-body div {
    font-size: 13px;
  }
  .home-reviews-widget-body [class*="title"],
  .home-reviews-widget-body [class*="heading"] {
    font-size: 15px;
  }
}
.home-review-card {
  position: relative;
  padding-top: 18px;
}
.home-review-card::before {
  content: none;
}
.home-review-card strong {
  display: inline-block;
  margin-top: 0;
}
.home-product-card {
  min-height: 220px;
}
.product-card h3 { margin-top:0; }
.catalog-page-hero,
.catalog-locale-hero,
.catalog-subgroup-hero,
.shop-hero,
.promo-hero,
.cart-hero {
  height: 80px;
  padding: 22px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(74, 163, 255, .18), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(0, 214, 201, .10), transparent 22%),
    linear-gradient(135deg, #09131f 0%, #102438 40%, #163b5c 100%);
  border: 1px solid rgba(120, 191, 255, .14);
  box-shadow:
    0 24px 52px rgba(7, 18, 31, .34),
    0 1px 0 rgba(255,255,255,.05) inset;
}
.catalog-subgroup-hero.catalog-subgroup-hero--print,
.catalog-locale-hero.catalog-locale-hero--print,
.catalog-page-hero.catalog-page-hero--print {
  background:
    radial-gradient(circle at 100% 0%, rgba(86, 178, 255, .2), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(0, 221, 182, .12), transparent 22%),
    linear-gradient(135deg, #08111b 0%, #10263b 42%, #15466f 100%);
}
.catalog-page-hero .stack,
.catalog-locale-hero .stack,
.catalog-subgroup-hero .stack,
.shop-hero .stack,
.promo-hero .stack,
.cart-hero .stack {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.catalog-page-hero h1,
.catalog-locale-hero h1,
.shop-hero h1,
.promo-hero h1,
.cart-hero h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.04;
  letter-spacing: -.03em;
  text-shadow: 0 3px 18px rgba(7, 18, 31, .26);
}
.catalog-page-hero .menu-glyph,
.catalog-locale-hero .menu-glyph {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 10px 22px rgba(7, 18, 31, .18);
  color: #ffffff;
}
.catalog-page-hero .menu-glyph svg,
.catalog-locale-hero .menu-glyph svg {
  width: 24px;
  height: 24px;
}
.catalog-subgroup-hero h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.04;
  letter-spacing: -.03em;
  text-shadow: 0 3px 18px rgba(7, 18, 31, .26);
}
.catalog-subgroup-hero .menu-glyph {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 10px 22px rgba(7, 18, 31, .18);
  color: #ffffff;
}
.catalog-subgroup-hero .menu-glyph svg {
  width: 24px;
  height: 24px;
}
.catalog-subgroup-page {
  gap:16px;
}
.catalog-subgroup-locale-card {
  padding:18px 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,253,.94));
}
.catalog-subgroup-locale-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.catalog-subgroup-locale-head h3 {
  margin:0;
  color:#142131;
  font-size:1rem;
  font-weight:800;
  letter-spacing:-.01em;
}
.catalog-subgroup-locale-count {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(15,76,129,.06);
  color:#31526d;
  font-size:.84rem;
  font-weight:800;
}
.catalog-subgroup-grid {
  gap:14px;
}
.catalog-subgroup-product-card {
  padding:0;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(18,35,53,.06);
}
.catalog-subgroup-product-link {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:86px;
  padding:16px 18px;
  color:#17222d;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,253,.92));
}
.catalog-subgroup-product-link:hover {
  color:#0f4c81;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(241,247,253,.98));
}
.catalog-subgroup-product-link .sidebar-link-icon {
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:16px;
  background:rgba(247,249,252,.98);
  box-shadow:none;
}
.catalog-subgroup-product-link .sidebar-link-icon svg {
  width:24px;
  height:24px;
}
.catalog-subgroup-product-title {
  display:block;
  font-size:1rem;
  font-weight:800;
  line-height:1.28;
  letter-spacing:-.01em;
}
.catalog-page-hero {
  padding:14px 18px;
}
.catalog-page-search {
  display:block;
  width:100%;
  margin:0 0 18px;
  box-sizing:border-box;
}
.catalog-page-search-field {
  position:relative;
  display:block;
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  height:52px;
  border-radius:14px;
  background:color-mix(in srgb, var(--theme-card-strong, #ffffff) 92%, transparent);
  border:1px solid var(--theme-border, rgba(15,76,129,.16));
  box-shadow:0 12px 28px -22px rgba(18,35,53,.28);
  overflow:hidden;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.catalog-page-search-field:focus-within {
  border-color:color-mix(in srgb, var(--theme-accent, #0f4c81) 55%, transparent);
  box-shadow:0 14px 32px -18px color-mix(in srgb, var(--theme-accent, #0f4c81) 45%, transparent);
}
.catalog-page-search-icon {
  position:absolute;
  top:50%;
  left:16px;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  color:var(--theme-accent, #0f4c81);
  pointer-events:none;
}
.catalog-page-search input[type="search"] {
  display:block;
  box-sizing:border-box;
  width:100%;
  height:52px;
  margin:0;
  padding:0 46px 0 46px;
  border:0;
  background:transparent;
  color:var(--theme-text, #132131);
  font-family:inherit;
  font-size:.96rem;
  font-weight:600;
  line-height:52px;
  outline:none;
  -webkit-appearance:none;
  appearance:none;
}
.catalog-page-search input::placeholder {
  color:var(--theme-muted, #8293a8);
  font-weight:500;
}
.catalog-page-search input::-webkit-search-cancel-button,
.catalog-page-search input::-webkit-search-decoration {
  -webkit-appearance:none;
  display:none;
}
.catalog-page-search-clear {
  position:absolute;
  top:50%;
  right:14px;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  margin:0;
  padding:0;
  border:0;
  border-radius:999px;
  background:color-mix(in srgb, var(--theme-accent, #0f4c81) 12%, transparent);
  color:var(--theme-accent, #0f4c81);
  font-size:1rem;
  line-height:1;
  cursor:pointer;
  transition:background .18s ease, color .18s ease;
}
.catalog-page-search-clear:hover {
  background:color-mix(in srgb, var(--theme-accent, #0f4c81) 22%, transparent);
}
.catalog-page-search-empty {
  margin:12px 4px 0;
  color:var(--theme-muted, #7a8a9c);
  font-size:.92rem;
  font-weight:600;
}
@media (max-width: 520px) {
  .catalog-page-search-field,
  .catalog-page-search input[type="search"] {
    height:48px;
  }
  .catalog-page-search input[type="search"] {
    padding:0 42px;
    font-size:.9rem;
    line-height:48px;
  }
  .catalog-page-search-icon {
    left:14px;
  }
  .catalog-page-search-clear {
    right:12px;
  }
}
.catalog-page-grid {
  gap:20px;
}
.catalog-page-card {
  position:relative;
  padding:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 18px 40px -22px rgba(18,35,53,.28);
  background:#ffffff;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.catalog-page-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg, var(--accent,#0f4c81), var(--accent2,#2b9fbd));
  opacity:.9;
}
.catalog-page-card:hover {
  transform:translateY(-2px);
  border-color:rgba(15,76,129,.18);
  box-shadow:0 24px 48px -20px rgba(15,76,129,.28);
}
.catalog-page-card-link {
  display:flex;
  flex-direction:column;
  gap:18px;
  min-height:100%;
  padding:22px 22px 20px;
  color:#17222d;
}
.catalog-page-card-head {
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(15,76,129,.08);
}
.catalog-page-card-head-text {
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.catalog-page-card-icon {
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(15,76,129,.1), rgba(43,159,189,.12));
  color:var(--accent,#0f4c81);
}
.catalog-page-card-icon svg {
  width:26px;
  height:26px;
}
.catalog-page-card-count {
  display:inline-flex;
  align-items:center;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.02em;
  color:#7a8a9c;
  text-transform:uppercase;
}
.catalog-page-card h3 {
  margin:0;
  color:#132131;
  font-size:1.12rem;
  font-weight:800;
  line-height:1.22;
  letter-spacing:-.01em;
}
.catalog-page-card-title-link {
  color: inherit;
  text-decoration: none;
}
.catalog-page-card-title-link:hover {
  color:var(--accent,#0f4c81);
}
.catalog-page-card-locales {
  display:flex;
  flex-direction:column;
  gap:16px;
}
.catalog-page-card-locale {
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(15,76,129,.035);
  border:1px solid rgba(15,76,129,.06);
}
.catalog-page-card-locale-title {
  margin:0;
  display:flex;
  align-items:center;
  gap:9px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.01em;
  color:#0f4c81;
}
.catalog-page-card-locale-icon {
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:var(--accent,#0f4c81);
  box-shadow:0 2px 6px rgba(15,76,129,.12);
}
.catalog-page-card-locale-icon svg {
  width:15px;
  height:15px;
}
.catalog-page-card-locale-title a {
  color:inherit;
  text-decoration:none;
  flex:1 1 auto;
  min-width:0;
}
.catalog-page-card-locale-title a:hover {
  color:var(--accent2,#2b9fbd);
}
.catalog-page-card-locale-count {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(15,76,129,.12);
  color:#0f4c81;
  font-size:.72rem;
  font-weight:800;
}
.catalog-page-card-preview {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.catalog-page-card-preview li {
  display:flex;
}
.catalog-page-card-preview a {
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:10px;
  background:#ffffff;
  border:1px solid rgba(15,76,129,.1);
  color:#2d4558;
  font-size:.84rem;
  font-weight:600;
  line-height:1.15;
  text-decoration:none;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.catalog-page-card-preview a:hover {
  background:var(--accent,#0f4c81);
  border-color:var(--accent,#0f4c81);
  color:#ffffff;
  transform:translateY(-1px);
}
.catalog-page-card-action,
.catalog-page-card-action:visited {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  padding:12px 18px;
  border-radius:12px;
  background:linear-gradient(135deg, #0f4c81, #1a73b8);
  color:#ffffff !important;
  font-size:.88rem;
  font-weight:800;
  letter-spacing:.01em;
  text-decoration:none;
  box-shadow:0 10px 22px -14px rgba(15,76,129,.5);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.catalog-page-card-action span,
.catalog-page-card-action svg {
  color:#ffffff;
}
.catalog-page-card-action:hover {
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:0 14px 28px -14px rgba(15,76,129,.55);
  color:#ffffff !important;
}
.catalog-page-card-action svg {
  transition:transform .18s ease;
}
.catalog-page-card-action:hover svg {
  transform:translateX(2px);
}
.promo-page {
  gap: 18px;
}
.promo-hero-text {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.promo-card {
  padding: 14px;
  border-radius: 22px;
  overflow: hidden;
}
.promo-card-image-link {
  display: block;
}
.promo-card-image {
  min-height: 260px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(15,76,129,.06);
}
.promo-card-body {
  display: grid;
  gap: 8px;
  padding: 14px 4px 2px;
}
.promo-card-title {
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.promo-card-meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.promo-locale-stack {
  display: grid;
  gap: 18px;
}
.promo-locale-card {
  padding: 18px;
  border-radius: 22px;
}
.promo-locale-head {
  margin-bottom: 14px;
}
.promo-locale-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
}
.promo-locale-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.promo-locale-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,246,251,.94));
  border: 1px solid rgba(39,76,119,.1);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(18,35,53,.05);
}
.promo-locale-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(18,35,53,.08);
}
.promo-locale-link .sidebar-link-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-radius: 18px;
}
.promo-locale-link .sidebar-link-icon svg {
  width: 28px;
  height: 28px;
}
.promo-locale-link-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.promo-locale-link-title {
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.promo-locale-link-meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.promo-detail-card {
  padding: 20px;
}
.promo-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.promo-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.promo-detail-folder {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.06);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.promo-detail-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.05);
  color: #516578;
  font-size: 12px;
  font-weight: 700;
}
.promo-detail-caption {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}
.promo-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.promo-detail-story {
  --promo-feature-height: 420px;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 22px;
  align-items: start;
}
.promo-detail-feature-link {
  display: block;
}
.promo-detail-feature-image {
  position: relative;
  min-height: var(--promo-feature-height);
  height: var(--promo-feature-height);
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(15,76,129,.08);
}
.promo-detail-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(9,16,24,.28));
}
.promo-detail-story-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  height: var(--promo-feature-height);
}
.promo-detail-story-calc {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15,76,129,.05), rgba(15,76,129,.025));
  border: 1px solid rgba(15,76,129,.08);
}
.promo-detail-story-calc span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.promo-detail-story-calc a {
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.promo-detail-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  align-self: start;
  flex: 0 0 auto;
}
.promo-detail-order-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.promo-detail-order-icon svg {
  width: 20px;
  height: 20px;
}
.promo-detail-richtext {
  display: grid;
  gap: 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.78;
  text-wrap: pretty;
  min-width: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 8px;
}
.promo-detail-richtext h2,
.promo-detail-richtext h3,
.promo-detail-richtext h4 {
  margin: 12px 0 2px;
  color: #133a5c;
  line-height: 1.22;
  letter-spacing: -.02em;
}
.promo-detail-richtext h2 {
  font-size: 25px;
  font-weight: 800;
}
.promo-detail-richtext h3 {
  font-size: 20px;
  font-weight: 800;
}
.promo-detail-richtext h4 {
  font-size: 17px;
  font-weight: 800;
}
.promo-detail-richtext p,
.promo-detail-richtext ul,
.promo-detail-richtext ol {
  margin: 0;
}
.promo-detail-richtext p {
  color: #31485f;
}
.promo-detail-richtext p:first-child {
  font-size: 17px;
  line-height: 1.82;
  color: #20384f;
}
.promo-detail-richtext ul,
.promo-detail-richtext ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
}
.promo-detail-richtext li::marker {
  color: var(--accent);
}
.promo-detail-richtext li {
  color: #31485f;
}
.promo-detail-richtext strong,
.promo-detail-richtext b {
  color: #17324f;
  font-weight: 800;
}
.promo-detail-richtext a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.promo-detail-richtext blockquote {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid rgba(15,76,129,.24);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(180deg, rgba(15,76,129,.04), rgba(15,76,129,.025));
  color: #29445d;
}
.promo-detail-richtext hr {
  width: 100%;
  height: 1px;
  margin: 4px 0;
  border: 0;
  background: linear-gradient(90deg, rgba(15,76,129,.14), rgba(15,76,129,0));
}
.promo-detail-faq-card {
  padding: 20px;
}
.promo-detail-section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}
.promo-detail-section-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}
.promo-detail-section-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.promo-detail-faq-list {
  display: grid;
  gap: 12px;
}
.promo-detail-faq-item {
  border: 0;
  border-radius: 22px;
  background: transparent;
  overflow: visible;
}
.promo-detail-faq-item summary {
  padding: 18px 22px;
}
.promo-detail-faq-item summary::-webkit-details-marker {
  display: none;
}
.promo-detail-faq-answer {
  padding: 16px 22px 20px;
}
.promo-detail-faq-answer p:first-child {
  margin-top: 0;
}
.promo-detail-gallery-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.promo-detail-item {
  display: grid;
  gap: 10px;
  color: var(--text);
}
.promo-detail-item--strip {
  flex: 0 0 min(280px, 72vw);
}
.promo-detail-image {
  position: relative;
  min-height: 220px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.promo-detail-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9,16,24,.24));
}
.promo-detail-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(18,35,53,.14);
}
.promo-detail-item-caption {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.promo-lightbox-open {
  overflow: hidden;
}
.promo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.promo-lightbox[hidden] {
  display: none;
}
.promo-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9,16,24,.74);
  backdrop-filter: blur(6px);
}
.promo-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 28px 60px rgba(9,16,24,.28);
  display: grid;
  gap: 12px;
}
.promo-lightbox-toolbar {
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.promo-lightbox-action,
.promo-lightbox-close {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 42px;
  height: 42px;
  padding:0;
  border: none;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: var(--accent);
  font-size: 22px;
  font-weight:700;
  line-height: 1;
}
.promo-lightbox-action:hover,
.promo-lightbox-close:hover {
  background: rgba(15,76,129,.14);
}
.promo-lightbox-image-wrap {
  min-height: 280px;
  max-height: calc(100vh - 160px);
  border-radius: 18px;
  overflow: hidden;
  background: #edf3f9;
}
.promo-lightbox-image-wrap img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  transform-origin:center center;
  transition:transform .16s ease;
}
.promo-lightbox-title {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.home-shop-rss {
  display:flex;
  gap:16px;
  box-sizing:border-box;
  overflow-x:auto;
  padding:.5rem .25rem 1rem;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:rgba(15,76,129,.24) rgba(15,76,129,.06);
}
.home-shop-col {
  flex:0 0 min(336px, 84vw);
  filter:drop-shadow(0 14px 28px rgba(18,35,53,.11));
}
.home-shop-card {
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:214px;
  height:214px;
  border:1px solid rgba(35,38,55,.06);
  border-right:1px solid rgba(148,163,184,.22);
  border-bottom:1px solid rgba(148,163,184,.24);
  border-radius:0;
  background:#f1f4f7;
  box-shadow:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-shop-card:hover {
  border-color:rgba(15,76,129,.16);
  box-shadow:none;
  background:#edf2f6;
  transform:translateY(-2px);
}
.home-shop-card > a {
  display:flex;
  height:100%;
  flex-direction:column;
  align-items:stretch;
  gap:14px;
  padding:18px 20px 20px;
  color:inherit;
}
.home-shop-card-head {
  display:flex;
  align-items:center;
  gap:12px;
  min-height:0;
}
.home-shop-content {
  display:grid;
  gap:8px;
  min-width:0;
  min-height:0;
  flex:1 1 auto;
}
.home-shop-title {
  min-height:0;
  margin:0;
  color:#111c29;
  font-size:16px;
  font-weight:800;
  text-align:left;
  text-transform:none;
  line-height:1.34;
  letter-spacing:0;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.home-shop-image {
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  flex:0 0 62px;
  padding:1px;
  margin:0;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(243,247,251,.96));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  overflow:hidden;
}
.home-shop-image img {
  width:99%;
  max-width:99%;
  height:99%;
  max-height:99%;
  display:block;
  object-fit:contain;
  filter:none;
  opacity:1;
}
.home-shop-ready {
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(15,76,129,.06);
  color:#4e6174;
  font-size:11px;
  font-weight:700;
  line-height:1;
}
.home-shop-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:2px;
  border-top:1px solid rgba(15,76,129,.08);
}
.home-shop-price {
  margin:0;
  color:var(--text);
  font-size:1rem;
  font-weight:800;
  line-height:1.1;
  text-align:left;
  white-space:nowrap;
}
.home-shop-buy {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:32px;
  padding:0 14px;
  border-radius:999px;
  background:linear-gradient(180deg, #1f5f93, #174d77);
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 10px 18px rgba(15,76,129,.18);
}
.home-shop-card:hover .home-shop-buy {
  background:linear-gradient(180deg, #22679f, #19537f);
  box-shadow:0 12px 22px rgba(15,76,129,.22);
}
.home-shop-buy-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  flex:0 0 14px;
}
.home-shop-buy-icon svg {
  width:100%;
  height:100%;
  display:block;
}
.muted { color:var(--muted); }
.notice { padding:14px 16px; border-radius:16px; }
.success { background:var(--color-surface, rgba(34,197,94,.1)); border:1px solid var(--color-outline, rgba(34,197,94,.18)); color:var(--color-on-surface, inherit); }
.js-auto-dismiss-success {
  animation:admin-success-fade 1.02s ease forwards;
}
.save-toast {
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:120;
  display:inline-flex;
  align-items:center;
  min-height:46px;
  max-width:min(420px, calc(100vw - 32px));
  padding:12px 16px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(22,163,74,.96), rgba(21,128,61,.96));
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 18px 36px rgba(21,128,61,.24);
}
.save-toast::before {
  content:"";
  width:18px;
  height:18px;
  margin-right:10px;
  border-radius:999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 2px, transparent 2.5px),
    linear-gradient(#fff, #fff);
  background-size:18px 18px, 9px 2px;
  background-position:center center, center 11px;
  background-repeat:no-repeat;
  transform:rotate(-45deg);
  opacity:.92;
}
.notice.is-hiding {
  opacity:0;
  transform:translateY(-6px);
  transition:opacity .22s ease, transform .22s ease;
}
.category-page-groups {
  max-height:620px;
  overflow:auto;
}
.category-page-group {
  padding:10px 12px;
  border:1px solid rgba(15,76,129,.1);
  border-radius:14px;
  background:rgba(255,255,255,.86);
}
.category-page-group-title {
  margin:0 0 8px;
  color:#234157;
  font-size:13px;
  font-weight:800;
}
.category-page-list {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:6px 14px;
}
.category-page-item {
  display:grid;
  grid-template-columns:16px minmax(0, 1fr);
  column-gap:8px;
  row-gap:2px;
  align-items:start;
  padding:4px 0;
}
.category-page-item input {
  margin:2px 0 0;
}
.category-page-item-text {
  color:#17222d;
  font-size:13px;
  font-weight:600;
  line-height:1.25;
}
.category-page-item-meta {
  grid-column:2;
  color:#6b7a8d;
  font-size:11px;
  line-height:1.2;
}
.drag-help {
  color:#5f7286;
  font-size:13px;
}
.category-order-list {
  display:flex;
  flex-direction:column;
  gap:12px;
}
.category-order-card {
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border:1px solid rgba(15,76,129,.14);
  border-radius:16px;
  background:linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  box-shadow:0 10px 24px rgba(18,35,53,.06);
  cursor:grab;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.category-order-card:hover {
  border-color:rgba(15,76,129,.24);
  box-shadow:0 14px 28px rgba(18,35,53,.09);
}
.category-order-card.is-dragging {
  opacity:.68;
  transform:scale(.99);
  border-color:rgba(15,76,129,.28);
  box-shadow:0 18px 34px rgba(18,35,53,.12);
}
.category-order-index {
  flex:0 0 auto;
  min-width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg, #0f4c81, #1c6db3);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.category-order-handle {
  color:#7a8ea3;
  font-size:20px;
  line-height:1;
  letter-spacing:1px;
}
.category-order-text {
  min-width:0;
  flex:1 1 auto;
}
.category-order-title {
  color:#12202f;
  font-size:15px;
  font-weight:800;
  line-height:1.25;
}
.category-order-meta {
  margin-top:4px;
  color:#5f7286;
  font-size:12px;
  font-weight:600;
}
.category-dnd-layout {
  display:grid;
  grid-template-columns:minmax(280px, 340px) minmax(0, 1fr);
  gap:16px;
  align-items:start;
}
.category-drag-pool {
  display:flex;
  flex-direction:column;
  max-height:calc(100vh - 180px);
  padding:12px 14px;
  border:1px dashed rgba(15,76,129,.16);
  border-radius:16px;
  background:rgba(248,251,255,.8);
}
.category-dropzones-panel {
  position:sticky;
  top:96px;
  align-self:start;
  display:flex;
  flex-direction:column;
  max-height:calc(100vh - 140px);
  padding:12px 14px;
  border:1px solid rgba(15,76,129,.08);
  border-radius:16px;
  background:rgba(255,255,255,.78);
}
.category-dropzones-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  overflow-y:auto;
  padding-right:4px;
}
.category-dropzone-card {
  min-height:88px;
  padding:14px 16px;
  border:1px solid rgba(15,76,129,.1);
  border-radius:14px;
  background:rgba(248,251,255,.92);
  display:flex;
  flex-direction:column;
  justify-content:center;
  cursor:copy;
}
.category-dropzone-head {
  margin-bottom:6px;
}
.category-dropzone-title {
  color:#17222d;
  font-size:15px;
  font-weight:800;
}
.category-dropzone-meta {
  margin-top:2px;
  color:#6b7a8d;
  font-size:11px;
}
.category-dropzone-hint {
  color:#57708a;
  font-size:12px;
  font-weight:600;
}
.category-drag-pool-title {
  margin-bottom:10px;
  color:#234157;
  font-size:13px;
  font-weight:800;
}
.category-drag-list {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-height:42px;
  overflow-y:auto;
  padding-right:4px;
}
.category-drag-card {
  min-width:220px;
  padding:10px 12px;
  border:1px solid rgba(15,76,129,.12);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 18px rgba(18,35,53,.06);
  cursor:grab;
}
.category-drag-card.is-dragging {
  opacity:.56;
  transform:scale(.98);
}
.category-drag-card-title {
  color:#17222d;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}
.category-drag-card-meta {
  margin-top:4px;
  color:#6b7a8d;
  font-size:11px;
  line-height:1.2;
}
.category-drag-list.is-drop-target {
  outline:2px dashed rgba(15,76,129,.32);
  outline-offset:4px;
  border-radius:14px;
}
.category-dropzone-card.is-drop-target {
  border-color:rgba(15,76,129,.28);
  background:linear-gradient(180deg, rgba(242,248,255,.98), rgba(232,243,255,.98));
  box-shadow:0 12px 28px rgba(15,76,129,.12);
}
@media (max-width: 960px) {
  .category-dnd-layout {
    grid-template-columns:1fr;
  }
  .category-dropzones-panel {
    position:static;
    top:auto;
    max-height:none;
  }
  .category-dropzones-grid {
    grid-template-columns:1fr;
    overflow:visible;
    padding-right:0;
  }
  .category-drag-pool {
    max-height:none;
  }
  .category-drag-list {
    overflow:visible;
    padding-right:0;
  }
}
.price-box { background:linear-gradient(180deg,#ffffff,#f7fbff); border:1px solid rgba(15,76,129,.14); padding:18px; border-radius:20px; }
.price-main { font-size:2rem; font-weight:700; }
label, fieldset {
  display:flex;
  flex-direction:column;
  gap:8px;
  color:#233547;
  font-size:14px;
  font-weight:700;
}
input, select, textarea {
  width:fit-content;
  min-height:48px;
  border:1px solid rgba(15,76,129,.16);
  background:#ffffff;
  color:#17222d;
  border-radius:14px;
  padding:12px 14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7), 0 1px 2px rgba(18,35,53,.04);
  font-size:var(--text-md);
  font-weight:400;
  line-height:1.5;
}
input::placeholder,
textarea::placeholder {
  color:#6a7a8c;
  opacity:1;
}
input:hover,
select:hover,
textarea:hover {
  border-color:rgba(15,76,129,.24);
}
input:focus,
select:focus,
textarea:focus {
  outline:none;
  border-color:rgba(15,76,129,.34);
  box-shadow:0 0 0 4px rgba(15,76,129,.08), 0 10px 22px rgba(18,35,53,.08);
}
textarea {
  min-height:120px;
  resize:vertical;
}
textarea[name="description"] {
  padding:1em;
  font-family:var(--font-sans);
}
select {
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(15,76,129,.72) 50%),
    linear-gradient(135deg, rgba(15,76,129,.72) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:42px;
}
fieldset { border:1px solid rgba(15,76,129,.12); border-radius:18px; padding:14px; background:rgba(255,255,255,.72); }
legend { padding:0 8px; }
.option-cloud {
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding-bottom:6px;
  scrollbar-width:thin;
}
.option-cloud::-webkit-scrollbar {
  height:8px;
}
.option-cloud::-webkit-scrollbar-thumb {
  background:rgba(15,76,129,.24);
  border-radius:999px;
}
.toggle-chip {
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid rgba(15,76,129,.12);
  border-radius:14px;
  background:rgba(249,251,253,.92);
  cursor:pointer;
  flex:0 0 auto;
  white-space:nowrap;
}
.toggle-chip--format-card {
  position:relative;
  display:grid;
  grid-template-rows: minmax(40px, auto) 22px 38px 38px;
  align-content:start;
  flex-direction:column;
  align-items:flex-start;
  min-width:260px;
  min-height:190px;
  white-space:normal;
  background:rgba(249,251,253,.96);
  border-color:rgba(15,76,129,.12);
}
.toggle-chip--format-card.is-default-format::before {
  content:"";
  position:absolute;
  top:12px;
  right:12px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#16a34a;
  box-shadow:0 0 0 4px rgba(22,163,74,.16);
  animation:default-format-pulse 1.4s ease-in-out infinite;
}
.format-card-title {
  display:block;
  color:#17222d;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  width:100%;
  padding-left:0;
}
.format-card-size {
  color:#5f7286;
  font-size:13px;
  font-weight:600;
  line-height:1.3;
  min-height:22px;
}
.format-card-status-form {
  width:100%;
  margin-top:4px;
}
.format-card-status-form .button {
  width:100%;
}
.format-card-price-view {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin-top:4px;
}
.format-card-price-label {
  color:#516579;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.format-card-price-value {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.95);
  color:#17222d;
  font-size:16px;
  font-weight:800;
}
.toggle-chip input {
  width:18px;
  height:18px;
  margin:0;
  padding:0;
  accent-color:var(--accent);
}
.toggle-chip:has(input:checked) {
  border-color:rgba(15,76,129,.28);
  background:rgba(249,251,253,.98);
  box-shadow:0 12px 24px rgba(15,76,129,.08);
}
@keyframes default-format-pulse {
  0% {
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(22,163,74,.28);
  }
  50% {
    transform:scale(1.12);
    box-shadow:0 0 0 6px rgba(22,163,74,.08);
  }
  100% {
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(22,163,74,.28);
  }
}
.collapsible-panel {
  border:0;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.92));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 12px 24px rgba(18,35,53,.05);
}
.collapsible-panel-summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0;
  padding:16px 18px;
  cursor:pointer;
  list-style:none;
}
.collapsible-panel-summary::-webkit-details-marker {
  display:none;
}
.collapsible-panel-summary h2 {
  margin:0 0 6px;
}
.collapsible-panel-body {
  margin-top:0;
  padding:0 18px 18px;
  border-top:1px solid rgba(15,76,129,.08);
}
.collapsible-panel-icon {
  position:relative;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:14px;
  border:1px solid rgba(15,76,129,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.92));
  box-shadow:0 8px 18px rgba(18,35,53,.05);
}
.collapsible-panel-icon::before {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid rgba(15,76,129,.72);
  border-bottom:2px solid rgba(15,76,129,.72);
  transform:translate(-50%, -62%) rotate(45deg);
  transition:transform .18s ease;
}
.collapsible-panel[open] .collapsible-panel-icon::before {
  transform:translate(-50%, -38%) rotate(225deg);
}
.mt-sm { margin-top:14px; }
.stack > label,
.stack > .grid,
.stack > .card,
.stack > .notice,
.stack > fieldset {
  margin-top:2px;
}
.card h2,
.card h3 {
  margin-top:0;
  margin-bottom:14px;
}
.card form.stack {
  gap:16px;
}
.breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:var(--muted);
}
.breadcrumbs a,
.breadcrumbs span {
  display:inline-flex;
  align-items:center;
}
.legacy-info-page-content {
  line-height: 1.7;
}
.legacy-info-page-content h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
}
.legacy-info-page-content p {
  margin: 0 0 14px;
  color: #355066;
}
.info-index-lead {
  margin: 0;
  color: #6b7d90;
}
.info-index-card {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,249,253,.94));
}
.info-index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15,76,129,.08);
}
.info-index-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-index-summary {
  color: #6b7d90;
  font-weight: 600;
  font-size: .95rem;
}
.info-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.info-index-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #16324a;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,253,.95));
  border: 1px solid rgba(15,76,129,.1);
  box-shadow: 0 10px 24px rgba(18,35,53,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.info-index-link:hover {
  color: #16324a;
  transform: translateY(-1px);
  border-color: rgba(15,76,129,.22);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(240,247,255,.98));
  box-shadow: 0 14px 28px rgba(18,35,53,.08);
}
.info-index-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: rgba(15,76,129,.05);
  color: #0f4c81;
}
.info-index-link-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.info-index-link-icon--grid { color: #2d78b7; background: rgba(45,120,183,.08); }
.info-index-link-icon--poster { color: #0f8f4a; background: rgba(15,143,74,.08); }
.info-index-link-icon--template { color: #56677a; background: rgba(86,103,122,.08); }
.info-index-link-icon--banner { color: #c85d24; background: rgba(200,93,36,.08); }
.info-index-link-icon--brochure { color: #198754; background: rgba(25,135,84,.08); }
.info-index-link-icon--label { color: #d63384; background: rgba(214,51,132,.08); }
.info-index-link-icon--card { color: #0d6efd; background: rgba(13,110,253,.08); }
.info-index-link-icon--gift { color: #7b3ff2; background: rgba(123,63,242,.08); }
.info-index-link-icon--blueprint { color: #087990; background: rgba(8,121,144,.08); }
.info-index-link-icon--sheets { color: #355066; background: rgba(53,80,102,.08); }
.info-index-link-icon--service { color: #6f42c1; background: rgba(111,66,193,.08); }
.info-index-link-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex: 0 0 34px;
  background: linear-gradient(135deg, rgba(15,76,129,.12), rgba(45,120,183,.08));
  color: #0f4c81;
  font-weight: 800;
}
.info-index-link-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}
.info-index-link-text strong {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}
.info-index-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex: 0 0 28px;
  background: rgba(15,76,129,.06);
  color: #0f4c81;
}
.info-index-link-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
.legacy-info-page-content--contacts {
  padding: 28px;
}
.legacy-brif-page {
  position: relative;
  padding: 32px 34px;
  background:
    radial-gradient(900px 260px at 0% 0%, rgba(26, 115, 184, .08), transparent 55%),
    radial-gradient(700px 200px at 100% 100%, rgba(255, 179, 43, .08), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(244,248,252,.98));
  border: 1px solid rgba(15,76,129,.1);
  border-radius: 28px;
  box-shadow:
    0 24px 52px rgba(18,35,53,.08),
    inset 0 1px 0 rgba(255, 255, 255, .6);
  overflow: hidden;
}
.legacy-brif-page::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, #0f4c81 0%, #1a73b8 55%, #f59e0b 100%);
  opacity: .9;
}
.legacy-brif-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15,76,129,.08);
}
.legacy-brif-heading::before {
  content: "Бриф на дизайн макета";
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(26, 115, 184, .12);
  color: #0f4c81;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
html[data-theme="dark"] .legacy-brif-heading::before {
  background: color-mix(in srgb, var(--theme-accent-2) 18%, transparent) !important;
  color: var(--theme-accent-2) !important;
}
.legacy-brif-heading {
  margin-bottom: 24px;
}
.legacy-brif-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2vw + .8rem, 2rem);
}
.legacy-brif-heading p {
  margin: 0;
  max-width: 760px;
  color: #52677a;
  line-height: 1.7;
}
.legacy-brif-grid,
.legacy-brif-personal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.legacy-brif-field,
.legacy-brif-input-wrap {
  display: grid;
  gap: 10px;
  position: relative;
}
.legacy-brif-field span,
.legacy-brif-input-wrap span {
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  color: #16364f;
}
.legacy-brif-page textarea,
.legacy-brif-page input[type="text"],
.legacy-brif-page input[type="email"],
.legacy-brif-page input[type="tel"] {
  width: 100%;
  border: 2px solid rgba(15,76,129,.34);
  border-radius: 18px;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.85),
    0 10px 22px rgba(18,35,53,.05);
  color: #112c43;
  font-size: 1rem;
  line-height: 1.55;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.legacy-brif-page textarea {
  min-height: 170px;
  padding: 18px 20px;
  resize: vertical;
}
.legacy-brif-page input[type="text"],
.legacy-brif-page input[type="email"],
.legacy-brif-page input[type="tel"] {
  min-height: 58px;
  padding: 0 18px;
}
.legacy-brif-page textarea::placeholder,
.legacy-brif-page input[type="text"]::placeholder,
.legacy-brif-page input[type="email"]::placeholder,
.legacy-brif-page input[type="tel"]::placeholder {
  color: #6f8497;
}
.legacy-brif-page textarea:focus,
.legacy-brif-page input[type="text"]:focus,
.legacy-brif-page input[type="email"]:focus,
.legacy-brif-page input[type="tel"]:focus {
  border-color: rgba(15,76,129,.82);
  background: #fff;
  box-shadow:
    0 18px 36px rgba(18,35,53,.1),
    0 0 0 4px rgba(37,99,235,.16);
  outline: none;
  transform: translateY(-1px);
}
.legacy-brif-personal {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(15,76,129,.08);
}
.legacy-brif-personal h2 {
  margin: 0 0 16px;
  font-size: 1.28rem;
}
.legacy-brif-agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(15,76,129,.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,248,252,.94));
  color: #203c54;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  line-height: 1.55;
}
.legacy-brif-agreement input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.legacy-brif-agreement a {
  color: #0f4c81;
  font-weight: 700;
  text-decoration: none;
}
.legacy-brif-actions {
  margin-top: 24px;
}
.legacy-brif-submit {
  min-width: 280px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 18px;
  box-shadow: 0 20px 34px rgba(15,76,129,.16);
  font-size: 1rem;
  font-weight: 800;
}
.legacy-brif-loader[hidden] {
  display: none;
}
.legacy-brif-loader {
  margin-bottom: 22px;
  text-align: center;
}
.legacy-brif-loader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}
.legacy-brif-loader-grid img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.legacy-brif-agreement-text {
  position: fixed;
  inset: 20px;
  z-index: 3000;
  display: block;
  overflow: auto;
  padding: 22px;
  border-radius: 24px;
  background: rgba(8,18,30,.92);
  color: #fff;
  text-decoration: none;
  white-space: pre-wrap;
  box-shadow: 0 28px 56px rgba(0,0,0,.3);
}
.legacy-brif-agreement-text[hidden] {
  display: none;
}
.legacy-brif-error-badge {
  position: absolute;
  top: 43px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d4372b;
  color: #fff;
  font-weight: 800;
}
.legacy-brif-error-badge[hidden] {
  display: none;
}
.legacy-brif-error-badge--inline {
  position: static;
  width: 20px;
  height: 20px;
}
.legacy-brif-page.is-submitting {
  opacity: .75;
}
.legacy-brif-result {
  text-align: center;
}
.legacy-brif-result h1 {
  margin-bottom: 10px;
}
.legacy-brif-detail-page {
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 179, 43, .1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(244,248,252,.97));
}
.legacy-brif-detail-head {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}
.legacy-brif-detail-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.legacy-brif-detail-meta h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.45rem, 2vw + .8rem, 2rem);
}
.legacy-brif-detail-meta p {
  margin: 0;
  color: #556b7d;
  line-height: 1.7;
}
.legacy-brif-detail-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.legacy-brif-detail-topline-item {
  min-width: 132px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,76,129,.1);
  box-shadow: 0 14px 28px rgba(18,35,53,.05);
}
.legacy-brif-detail-topline-item span {
  display: block;
  margin-bottom: 6px;
  color: #617789;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.legacy-brif-detail-topline-item strong {
  color: #153149;
  font-size: 1rem;
}
.legacy-brif-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.legacy-brif-detail-card {
  padding: 22px;
  border: 1px solid rgba(15,76,129,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 38px rgba(18,35,53,.06);
}
.legacy-brif-detail-card h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
}
.legacy-brif-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy-brif-detail-list li {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(241,246,251,.94));
}
.legacy-brif-detail-list span {
  color: #617789;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.legacy-brif-detail-list strong {
  color: #153149;
  font-size: .98rem;
  line-height: 1.55;
}
.legacy-brif-detail-definition {
  display: grid;
  gap: 14px;
  margin: 0;
}
.legacy-brif-detail-definition div {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(241,246,251,.94));
}
.legacy-brif-detail-definition dt {
  margin: 0 0 8px;
  color: #617789;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.legacy-brif-detail-definition dd {
  margin: 0;
  color: #153149;
  font-size: .98rem;
  line-height: 1.65;
  white-space: pre-wrap;
}
.legacy-brif-detail-card--attachments {
  margin-top: 18px;
}
.legacy-brif-detail-card--wide {
  margin-top: 18px;
}
.legacy-brif-detail-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.legacy-brif-detail-contact {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(239,245,250,.96));
  border: 1px solid rgba(15,76,129,.1);
  color: #153149;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(18,35,53,.05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.legacy-brif-detail-contact:hover {
  transform: translateY(-1px);
  border-color: rgba(15,76,129,.2);
  box-shadow: 0 16px 28px rgba(18,35,53,.08);
}
.legacy-brif-detail-contact-label {
  color: #617789;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.legacy-brif-detail-contact strong {
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
}
.legacy-brif-detail-attachments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.legacy-brif-detail-attachment {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(239,245,250,.96));
  border: 1px solid rgba(15,76,129,.1);
  color: #153149;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(18,35,53,.05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.legacy-brif-detail-attachment:hover {
  transform: translateY(-1px);
  border-color: rgba(15,76,129,.2);
  box-shadow: 0 16px 28px rgba(18,35,53,.08);
}
.legacy-brif-detail-attachment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(15,76,129,.09);
  color: #0f4c81;
}
.legacy-brif-detail-attachment-icon svg {
  width: 20px;
  height: 20px;
}
.legacy-brif-detail-attachment-name {
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}
.legacy-brif-detail-empty {
  text-align: center;
  padding: 20px 0 8px;
}
.legacy-brif-detail-empty h2 {
  margin: 0 0 10px;
}
.legacy-brif-detail-empty p {
  margin: 0;
  color: #556b7d;
  line-height: 1.65;
}
.legacy-info-page-content--maket-rules {
  padding: 28px;
}
.legacy-info-page-content--maket-rules .container,
.legacy-info-page-content--maket-rules .container_12,
.legacy-info-page-content--maket-rules .col-12 {
  min-width: 0;
}
.legacy-info-page-content--maket-rules ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.legacy-info-page-content--maket-rules li {
  margin: 0;
}
.legacy-info-page-content--maket-rules a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 54px 0 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(240,246,251,.96));
  border: 1px solid rgba(15,76,129,.1);
  box-shadow: 0 14px 28px rgba(18,35,53,.06);
  color: #0f4c81;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.legacy-info-page-content--maket-rules a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  transform: translateY(-50%);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%230f4c81' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%230f4c81' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/16px 16px no-repeat,
    rgba(15,76,129,.08);
}
.legacy-info-page-content--maket-rules a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%230f4c81' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat;
}
.legacy-info-page-content--maket-rules a:hover {
  color: #d4372b;
  border-color: rgba(212,55,43,.16);
  box-shadow: 0 18px 34px rgba(18,35,53,.09);
  transform: translateY(-1px);
}
.legacy-rule-page-content {
  padding: 28px;
}
.legacy-rule-page-content .container,
.legacy-rule-page-content .container_12,
.legacy-rule-page-content .grid_12,
.legacy-rule-page-content .col-lg-12,
.legacy-rule-page-content .col-sm-12,
.legacy-rule-page-content .content {
  min-width: 0;
}
.legacy-rule-page-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto 22px;
  border-radius: 22px;
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 18px 36px rgba(18,35,53,.08);
}
.legacy-rule-page-content h1,
.legacy-rule-page-content h2,
.legacy-rule-page-content h3,
.legacy-rule-page-content h4 {
  color: #10263b;
}
.legacy-rule-page-content h1 {
  margin: 0 0 20px;
  font-size: clamp(1.7rem, 2vw + 1rem, 2.35rem);
  line-height: 1.12;
}
.legacy-rule-page-content h3 {
  margin: 24px 0 10px;
  font-size: 1.08rem;
}
.legacy-rule-page-content p {
  margin: 0 0 16px;
  line-height: 1.72;
  color: #294257;
}
.legacy-rule-page-content ul {
  margin: 18px 0 0;
  padding: 18px 20px 18px 42px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248,251,254,.98), rgba(242,247,251,.95));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 14px 28px rgba(18,35,53,.05);
}
.legacy-rule-page-content li + li {
  margin-top: 10px;
}
.legacy-rule-page-content a {
  color: #0f4c81;
}
.legacy-info-page-content--documents {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(15,76,129,.05), transparent 36%),
    linear-gradient(180deg, rgba(248,251,254,.98), rgba(242,247,251,.94));
}
.legacy-info-page-content--documents .container_12 {
  display: grid;
  gap: 24px;
}
.legacy-info-page-content--documents .container_12:first-of-type {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "head head"
    "links links";
  align-items: start;
}
.legacy-info-page-content--documents .container_12:first-of-type::before {
  content: "Документы и файлы";
  grid-area: head;
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legacy-info-page-content--documents iframe {
  display: none;
  grid-area: pdf;
  width: 100%;
  min-height: 760px;
  border: 1px solid rgba(15,76,129,.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(18,35,53,.08);
}
.legacy-info-page-content--documents ul {
  grid-area: links;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(247,250,253,.98), rgba(240,246,251,.96));
  border: 1px solid rgba(15,76,129,.09);
  box-shadow: 0 14px 28px rgba(18,35,53,.06);
}
.legacy-info-page-content--documents li {
  margin: 0;
}
.legacy-info-page-content--documents ul a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 18px;
  padding: 0 18px 0 22px;
  border-radius: 7px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 10px 22px rgba(18,35,53,.05);
  color: #0f4c81;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.legacy-info-page-content--documents ul a::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  transform: translateY(-50%);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%230f4c81' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%230f4c81' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/8px 8px no-repeat,
    rgba(15,76,129,.08);
}
.legacy-info-page-content--documents ul a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%230f4c81' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/8px 8px no-repeat;
}
.legacy-info-page-content--documents ul a:hover {
  color: #d4372b;
  border-color: rgba(212,55,43,.16);
  box-shadow: 0 14px 28px rgba(18,35,53,.09);
  transform: translateY(-1px);
}
.legacy-info-page-content--documents .col-sm-3,
.legacy-info-page-content--documents .grid_3 {
  min-width: 0;
}
.legacy-info-page-content--documents .container_12:last-of-type {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  padding-top: 48px;
}
.legacy-info-page-content--documents .container_12:last-of-type::before {
  content: "Приложения и сканы";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(212,55,43,.08);
  color: #c13a2e;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legacy-info-page-content--documents .container_12:last-of-type > div {
  display: flex;
}
.legacy-info-page-content--documents .container_12:last-of-type a {
  text-decoration: none;
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:first-child,
.legacy-info-page-content--documents .container_12:last-of-type > div > img:first-child,
.legacy-info-page-content--documents .container_12:last-of-type > div > a:first-child img {
  width: 100%;
}
.legacy-info-page-content--documents .container_12:last-of-type > div {
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,251,.94));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 16px 30px rgba(18,35,53,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.legacy-info-page-content--documents .container_12:last-of-type > div:hover {
  transform: translateY(-2px);
  border-color: rgba(15,76,129,.16);
  box-shadow: 0 20px 38px rgba(18,35,53,.1);
}
.legacy-info-page-content--documents .container_12:last-of-type img,
.legacy-info-page-content--documents .container_12:last-of-type > div > a:first-child {
  display: none !important;
}
.legacy-info-page-content--documents .container_12:last-of-type > div {
  justify-content: center;
  gap: 0;
  min-height: 64px;
}
.legacy-info-page-content--documents .container_12:last-of-type img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(15,76,129,.08);
  background: #fff;
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 42px 0 44px;
  border-radius: 14px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid rgba(15,76,129,.12);
  transition: background-color .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  transform: translateY(-50%);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%230f4c81' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%230f4c81' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/12px 12px no-repeat,
    rgba(15,76,129,.08);
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%230f4c81' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child:hover {
  background: #d4372b;
  color: #fff;
  border-color: #d4372b;
  transform: translateY(-1px);
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child:hover::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/12px 12px no-repeat,
    rgba(255,255,255,.2);
}
.legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}
.legacy-info-page-content--delivery {
  padding: 28px;
}
.legacy-info-page-content--delivery .container,
.legacy-info-page-content--delivery .row,
.legacy-info-page-content--delivery .col-lg-12,
.legacy-info-page-content--delivery .col-lg-4,
.legacy-info-page-content--delivery .col-md-4 {
  min-width: 0;
}
.legacy-info-page-content--delivery .section-top-border {
  margin-bottom: 24px;
}
.legacy-info-page-content--delivery .gallery-item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.legacy-info-page-content--delivery .text-align-center {
  text-align: center;
}
.legacy-info-page-content--delivery .single-gallery-image {
  width: 100%;
  min-height: 220px;
  border-radius: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  border: 1px solid rgba(15,76,129,.09);
  box-shadow: 0 16px 32px rgba(18,35,53,.08);
}
.legacy-info-page-content--delivery .gallery-item a {
  display: block;
  text-decoration: none;
}
.legacy-info-page-content--delivery .gallery-item .text-info {
  display: inline-block;
  margin-top: 10px;
  color: #0f4c81;
  font-weight: 700;
}
.legacy-info-page-content--delivery .gray_bg {
  height: 100%;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(245,249,253,.96), rgba(238,245,251,.92));
  border: 1px solid rgba(15,76,129,.08);
  box-shadow: 0 14px 28px rgba(18,35,53,.06);
}
.legacy-info-page-content--delivery ul {
  padding-left: 20px;
}
.legacy-info-page-content--delivery h4 {
  margin: 0 0 12px;
  font-size: 1.12rem;
}
.legacy-info-page-content--payment .legacy-payment-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(220px, 100%);
  min-height:160px;
  margin:8px auto 18px;
  border-radius:28px;
  background:
    radial-gradient(circle at top left, rgba(255,196,78,.22), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,249,253,.94));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 18px 34px rgba(18,35,53,.07);
  color:#c98a00;
}
.legacy-info-page-content--payment .legacy-payment-icon svg {
  width:88px;
  height:88px;
  display:block;
}
.legacy-info-page-content--generic {
  padding:22px 24px;
}
.legacy-info-page-content--generic .info-rich-block + .info-rich-block,
.legacy-info-page-content--generic .info-rich-paragraph + .info-rich-block,
.legacy-info-page-content--generic .info-rich-block + .info-rich-paragraph,
.legacy-info-page-content--generic .info-rich-paragraph + .info-rich-paragraph,
.legacy-info-page-content--generic .info-rich-heading + .info-rich-paragraph,
.legacy-info-page-content--generic .info-rich-heading + .info-rich-block,
.legacy-info-page-content--generic .info-rich-paragraph + .info-rich-heading,
.legacy-info-page-content--generic .info-rich-table + .info-rich-paragraph,
.legacy-info-page-content--generic .info-rich-list + .info-rich-paragraph {
  margin-top:14px;
}
.legacy-info-page-content--generic .info-rich-heading {
  margin:0;
  color:#152232;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.24;
  letter-spacing:-.01em;
}
.legacy-info-page-content--generic .info-rich-paragraph,
.legacy-info-page-content--generic p {
  margin:0;
  color:#243749;
  font-size:.98rem;
  line-height:1.72;
}
.legacy-info-page-content--generic .info-rich-list,
.legacy-info-page-content--generic ul,
.legacy-info-page-content--generic ol {
  margin:0;
  padding-left:20px;
  color:#243749;
  line-height:1.7;
}
.legacy-info-page-content--generic li + li {
  margin-top:6px;
}
.legacy-info-page-content--generic table {
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(15,76,129,.08);
  background:rgba(255,255,255,.95);
}
.legacy-info-page-content--generic th,
.legacy-info-page-content--generic td {
  padding:12px 14px;
  border-bottom:1px solid rgba(15,76,129,.08);
  text-align:left;
  vertical-align:top;
}
.legacy-info-page-content--generic th {
  color:#183149;
  font-size:.88rem;
  font-weight:800;
  background:rgba(245,249,253,.92);
}
.legacy-info-page-content--generic td {
  color:#26384a;
  font-size:.94rem;
  line-height:1.55;
}
.legacy-info-page-content--generic iframe {
  width:100%;
  min-height:560px;
  border:1px solid rgba(15,76,129,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 28px rgba(18,35,53,.06);
}
.legacy-info-page-content--generic .info-rich-link {
  color:#0f4c81;
  text-decoration:none;
  font-weight:700;
}
.legacy-info-page-content--generic .info-rich-link:hover {
  color:#d4372b;
}
.legacy-info-page-content--generic .info-rich-link--action {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-height:46px;
  margin:8px 10px 0 0;
  padding:0 44px 0 48px;
  border-radius:16px;
  background:rgba(15,76,129,.06);
  border:1px solid rgba(15,76,129,.1);
  box-shadow:0 10px 22px rgba(18,35,53,.05);
}
.legacy-info-page-content--generic .info-rich-link--action::before {
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:20px;
  height:20px;
  transform:translateY(-50%);
  border-radius:8px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%230f4c81' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%230f4c81' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/13px 13px no-repeat,
    rgba(15,76,129,.08);
}
.legacy-info-page-content--generic .info-rich-link--action::after {
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  width:12px;
  height:12px;
  transform:translateY(-50%);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%230f4c81' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}
.legacy-info-page-content--generic .info-rich-link--action:hover {
  color:#fff;
  background:#d4372b;
  border-color:#d4372b;
}
.legacy-info-page-content--generic .info-rich-link--action:hover::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4h8l4 4v12H7z' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M15 4v4h4M9 12h6M9 16h6' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/13px 13px no-repeat,
    rgba(255,255,255,.2);
}
.legacy-info-page-content--generic .info-rich-link--action:hover::after {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 6 6 6-6 6' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}
.legacy-gallery-lightbox-open {
  overflow: hidden;
}
.legacy-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 18, 30, .82);
  backdrop-filter: blur(6px);
}
.legacy-gallery-lightbox[hidden] {
  display: none;
}
.legacy-gallery-lightbox-dialog {
  position: relative;
  max-width: min(1100px, 100%);
  max-height: min(88vh, 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .28);
  background: rgba(255,255,255,.04);
}
.legacy-gallery-lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
}
.legacy-gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.legacy-gallery-lightbox-close:hover {
  background: rgba(255,255,255,.24);
}
.info-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 22px;
}
.info-contact-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  border: 1px solid rgba(15,76,129,.09);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(18,35,53,.08);
  padding: 24px;
}
.info-contact-card--primary {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info-contact-address {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(236,244,255,.96), rgba(226,239,255,.9));
  border-left: 4px solid #0f4c81;
}
.info-contact-address-kicker {
  margin-bottom: 8px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7d90;
}
.info-contact-address strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.45;
  color: #16324a;
}
.info-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.info-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 24px rgba(18,35,53,.12);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.info-contact-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18,35,53,.14);
}
.info-contact-btn--phone { background: linear-gradient(135deg, #0f8f4a, #1ac77a); }
.info-contact-btn--email { background: linear-gradient(135deg, #0f7ea6, #22b7ea); }
.info-contact-btn--whatsapp { background: linear-gradient(135deg, #149d57, #26d367); }
.info-contact-btn--telegram { background: linear-gradient(135deg, #0a72b5, #229ed9); }
.info-contact-btn--max { background: linear-gradient(135deg, #6c46d9, #8f6cf0); }
.info-contact-note {
  margin: 4px 0 0;
  color: #6b7d90;
}
.info-contact-schedule {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-contact-schedule h2 {
  margin: 0;
  font-size: 1.3rem;
}
.info-contact-schedule-list {
  display: grid;
  gap: 10px;
}
.info-contact-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15,76,129,.04);
}
.info-contact-schedule-item strong {
  color: #16324a;
}
.info-contact-schedule-item span {
  font-weight: 700;
  color: #0f4c81;
}
.info-contact-schedule-item--weekend span {
  color: #c64f29;
}
.info-contact-map-shell {
  margin-top: 22px;
}
.info-contact-map-shell h2 {
  margin-bottom: 14px;
}
.info-contact-map {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15,76,129,.09);
  box-shadow: 0 18px 40px rgba(18,35,53,.1);
}
.info-contact-map iframe,
.info-contact-map script,
.info-contact-map [class*="ymaps"] {
  width: 100% !important;
  height: 100% !important;
  min-height: 480px;
  border: 0;
}
.info-contact-map-hint {
  margin-top: 12px;
  color: #6b7d90;
}
.sitemap-page-card {
  padding: 28px;
}
.sitemap-page-intro {
  margin-bottom: 20px;
  color: #6b7d90;
}
.sitemap-page-intro-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sitemap-page-intro p {
  margin: 0;
}
.sitemap-page-grid {
  display: grid;
  gap: 18px;
}
.sitemap-page-block {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  border: 1px solid rgba(15,76,129,.09);
  box-shadow: 0 14px 28px rgba(18,35,53,.06);
}
.sitemap-page-head,
.sitemap-page-subgroup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sitemap-page-block h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}
.sitemap-page-count,
.sitemap-page-subcount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15,76,129,.08);
  color: #0f4c81;
  font-size: .82rem;
  font-weight: 800;
}
.sitemap-page-locale-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.sitemap-page-subgroup {
  padding: 16px;
  border-radius: 18px;
  background: rgba(15,76,129,.025);
  border: 1px solid rgba(15,76,129,.06);
}
.sitemap-page-subgroup h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #355066;
}
.sitemap-page-links {
  display: grid;
  gap: 10px;
}
.sitemap-page-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  text-decoration: none;
  color: #16324a;
  background: rgba(15,76,129,.04);
  border: 1px solid rgba(15,76,129,.08);
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.sitemap-page-link:hover {
  color: #16324a;
  background: rgba(15,76,129,.07);
  border-color: rgba(15,76,129,.14);
  transform: translateY(-1px);
}
.sitemap-page-link-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex: 0 0 8px;
  background: linear-gradient(135deg, #0f4c81, #2d78b7);
  box-shadow: 0 0 0 4px rgba(15,76,129,.08);
}
.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent2));
  border: 1px solid rgba(15,76,129,.18);
  box-shadow: 0 14px 28px rgba(15,76,129,.16);
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
}
.cart-pill .top-bar-count {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.cart-item, .row-between { display:flex; justify-content:space-between; gap:16px; align-items:start; }
.row-right { display:flex; flex-direction:column; gap:10px; align-items:flex-end; }
.inline-links { display:flex; gap:16px; flex-wrap:wrap; }
.locale-toggle-groups { margin-top:8px; display:flex; flex-direction:column; gap:14px; }
.locale-toggle-group {
  padding:18px 20px;
  border:1px solid rgba(15,76,129,.1);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,248,252,.82));
  box-shadow:0 12px 26px rgba(18,35,53,.05);
}
.locale-toggle-group h4 {
  margin:0 0 14px;
  font-size:15px;
  color:var(--accent);
  letter-spacing:-.01em;
}
.goods-catalog-tree .locale-toggle-group { background:rgba(255,255,255,.82); }
.goods-tree-page + .goods-tree-page { padding-top:12px; border-top:1px dashed rgba(15,76,129,.08); }
.goods-tree-page-title { margin-bottom:10px; color:#355066; font-size:13px; font-weight:800; }
.goods-locale-table td { border-bottom:1px solid rgba(15,76,129,.08); font-size:14px; }
.goods-locale-table tr.is-selected { background:rgba(15,76,129,.06); }
.goods-locale-table tr.is-selected td:first-child { color:var(--accent); font-weight:800; }
.admin-paper-image-wrap { border-radius:18px; overflow:hidden; border:1px solid rgba(15,76,129,.1); background:rgba(244,248,252,.72); }
.admin-paper-image { display:block; width:100%; max-height:360px; object-fit:contain; background:#fff; }
.admin-upload-card {
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px;
  border:1px solid rgba(15,76,129,.1);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.9));
  box-shadow:0 12px 24px rgba(18,35,53,.05);
}
.admin-upload-title {
  color:#223547;
  font-size:14px;
  font-weight:800;
}
.admin-upload-dropzone {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:flex-start;
  justify-content:center;
  min-height:108px;
  padding:16px 18px;
  border:1.5px dashed rgba(15,76,129,.24);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,247,252,.92));
  cursor:pointer;
  transition:border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}
.admin-upload-dropzone:hover {
  border-color:rgba(15,76,129,.38);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(234,244,251,.96));
  box-shadow:0 12px 22px rgba(15,76,129,.08);
  transform:translateY(-1px);
}
.admin-upload-dropzone::before {
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-bottom:6px;
  border-radius:12px;
  background:rgba(15,76,129,.08);
  color:var(--accent);
  font-size:24px;
  font-weight:400;
  line-height:1;
}
.admin-upload-dropzone-title {
  color:#1d3347;
  font-size:15px;
  font-weight:800;
}
.admin-upload-dropzone-text {
  color:#617588;
  font-size:13px;
  font-weight:500;
}
.admin-upload-input {
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
@media (max-width: 900px) {
  body { padding-left: 0; }
  .cols-2,.cols-3,.cols-4 { grid-template-columns:1fr; }
  .admin-good-layout { grid-template-columns:1fr; }
  .site-header {
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:0 !important;
    width:auto !important;
    margin:0 !important;
    border-radius:0 !important;
    box-shadow:0 14px 30px rgba(18,35,53,.08);
    transform:none !important;
    z-index:120 !important;
    overflow:visible !important;
  }
  .page-shell { transform:none; }
  .container.page-shell,
  .page-shell {
    width:100%;
    max-width:100%;
  }
  .container.page-shell {
    padding-top:82px;
    padding-left:10px;
    padding-right:10px;
  }
  .header-row {
    display:grid;
    grid-template-columns:40px 40px 40px 40px 56px 40px;
    grid-template-areas:
      "brand brand brand brand brand brand"
      "phone mail telegram max cart menu"
      "nav nav nav nav nav nav";
    padding:12px 14px;
    min-height:0;
    align-items:center;
    justify-items:center;
    gap:10px;
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    box-sizing:border-box;
    justify-content:center;
  }
  .site-header:has(.header-help-search.is-expanded) .header-row {
    grid-template-areas:
      "brand brand brand brand brand brand"
      "phone mail telegram max cart menu"
      "nav nav nav nav nav nav";
  }
  .brand {
    grid-area:brand;
    width:100%;
    max-width:100%;
    justify-content:center;
  }
  .brand-mark { width:72vw; max-width:252px; height:auto; }
  .header-main-tools { display:contents; }
  .header-center-contact {
    display:contents;
  }
  .header-center-contact a { gap:6px; }
  .site-header .header-center-contact-phone::after {
    display:none !important;
  }
  .site-header .header-center-contact-mail {
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:40px;
    min-width:40px;
    max-width:40px;
    height:40px;
    min-height:40px;
    padding:0;
    border-radius:12px;
    background:rgba(15,76,129,.05);
    border:1px solid rgba(15,76,129,.1);
    box-shadow:0 8px 18px rgba(18,35,53,.06);
    grid-area:mail;
    justify-self:center;
    align-self:center;
  }
  .header-messenger-links {
    display:contents;
  }
  .header-center-contact-phone,
  .header-center-contact-mail,
  .header-messenger-links a {
    width:40px;
    min-width:40px;
    max-width:40px;
    height:40px;
    border-radius:12px;
    background:rgba(15,76,129,.05);
    border:1px solid rgba(15,76,129,.1);
    box-shadow:0 8px 18px rgba(18,35,53,.06);
  }
  .header-center-contact-phone {
    grid-area:phone;
    justify-self:center;
    align-self:center;
  }
  .header-messenger-links a:first-child {
    grid-area:telegram;
    justify-self:center;
    align-self:center;
  }
  .header-messenger-links a:last-child {
    grid-area:max;
    justify-self:center;
    align-self:center;
  }
  .header-center-contact-icon,
  .header-center-contact-icon svg {
    width:18px;
    height:18px;
  }
  .header-center-contact-phone {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0;
    color:#17344d;
  }
  .header-center-contact-phone > span:last-child {
    display:none;
  }
  .site-header .header-center-contact-mail > span:last-child {
    display:none;
  }
  .site-header .header-center-contact-mail { font-size:11px; }
  .header-help-search-wrap {
    display:none;
  }
  .header-actions {
    display:contents;
    margin-left:0;
    width:auto;
  }
  .header-quicklinks { display:none; }
  .site-footer-inner { grid-template-columns: 1fr; }
  .page-layout { display:block; width:100%; max-width:100%; }
  .page-sidebar { display:none !important; }
  .page-main { order:1; min-width:0; width:100%; max-width:100%; }
  .sidebar-collapse-toggle { display:none; }
  .sidebar-edge-toggle { display:none !important; }
  .scroll-top-button {
    right:16px;
    bottom:16px;
    width:48px;
    height:48px;
  }
  .top-nav-toggle {
    grid-area:menu;
    display:inline-flex;
    margin-left:0;
    width:40px;
    min-width:40px;
    justify-self:center;
    height:40px;
    min-height:40px;
    border-radius:12px;
  }
  .top-nav {
    display:none;
    grid-area:nav;
    width:100vw;
    max-width:100vw;
    order:10;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    margin-left:0;
    margin-right:0;
    padding:10px 12px 12px;
    border-radius:18px;
    background:rgba(15,76,129,.035);
    box-shadow:inset 0 0 0 1px rgba(15,76,129,.06);
    box-sizing:border-box;
  }
  .top-nav.is-open {
    position:static !important;
    display:flex !important;
    flex-direction:column !important;
    width:100vw !important;
    max-width:100vw !important;
    height:calc(100vh - 96px) !important;
    max-height:calc(100vh - 96px) !important;
    min-height:0 !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    overflow-x:hidden !important;
    overflow-y:hidden !important;
    z-index:auto !important;
  }
  .top-nav-mobile-links {
    display:none;
    width:0;
    min-width:0;
    height:0;
    min-height:0;
    margin:0;
    padding:0;
    overflow:hidden;
  }
  .top-nav > a { justify-content:center; min-height:46px; border-radius:14px; background:rgba(15,76,129,.05); }
  .top-nav > a.is-active { box-shadow:none; }
  .top-nav-group {
    width:100%;
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    min-height:0;
  }
  .top-nav-parent { display:none; }
  .top-nav-parent::after {
    display:none;
  }
  .top-nav-parent .top-bar-icon {
    display:none;
  }
  .top-nav-dropdown {
    position:static;
    left:auto;
    transform:none;
    width:100%;
    min-width:0;
    max-width:none;
    flex:1 1 auto;
    min-height:0;
    max-height:none;
    margin-top:0;
    padding:8px 12px;
    border-radius:14px;
    background:rgba(255,255,255,.88);
    box-shadow:none;
    grid-template-columns:1fr;
    gap:4px;
    box-sizing:border-box;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
  }
  .top-nav-dropdown-head { display:none; padding:0; }
  .top-nav-dropdown-text { margin-top:6px; max-width:none; text-align:left; }
  .top-nav-locale {
    padding:8px 10px;
    border-radius:12px;
  }
  .top-nav.is-open .top-nav-dropdown {
    display:grid !important;
    align-content:start;
    align-items:start;
    grid-auto-rows:max-content;
  }
  .top-nav-locale-title .menu-glyph {
    display:none;
  }
  .top-nav.is-open .top-nav-locale {
    display:block;
  }
  .top-nav-locale-title::after {
    display:none;
  }
  .top-nav.is-open .top-nav-subgroup {
    display:block;
  }
  .top-nav-dropdown a { justify-content:flex-start; min-height:40px; border-radius:10px; background:rgba(15,76,129,.04); }
  .top-nav-subgroup a::before { display:none; }
  .header-login-pill { display:none; }
  .admin-user-pill { width:100%; justify-content:center; order:3; white-space:normal; flex-wrap:wrap; border-radius:16px; padding:10px 14px; }
  .cart-pill {
    grid-area:cart;
    width:56px;
    min-width:56px;
    justify-self:center;
    justify-content:center;
    min-height:40px;
    height:40px;
    padding:0 6px;
    border-radius:12px;
    position:relative;
    overflow:hidden;
    gap:4px;
  }
  .top-bar-icon {
    width:20px;
    height:20px;
    flex-basis:20px;
  }
  .top-bar-icon svg {
    width:20px;
    height:20px;
  }
  .cart-pill .top-bar-count {
    position:static;
    min-width:16px;
    height:16px;
    padding:0 4px;
    font-size:10px;
    z-index:auto;
  }
  .search-query-form {
    flex-direction:column;
    align-items:stretch;
  }
  .search-stats-grid,
  .search-results-grid {
    grid-template-columns:1fr;
  }
  .home-teaser-grid,
  .home-offer-grid,
  .home-review-grid,
  .home-loading-grid,
  .home-loading-grid--three,
  .grid.cols-3,
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .vk-post-gallery {
    display:flex;
    grid-template-columns:none;
  }
  .vk-post-gallery-item {
    flex:0 0 calc(100% - 8px);
    min-width:0;
  }
  .vk-post-lightbox-dialog {
    width:min(100vw - 20px, 100%);
    height:min(90vh, calc(100vh - 20px));
    margin:10px auto;
    padding:12px;
    border-radius:20px;
  }
  .vk-post-lightbox-action,
  .vk-post-lightbox-close {
    width:38px;
    height:38px;
  }
  .home-section { margin-top: 16px; overflow: hidden; }
  .hero-shell {
    margin-top: 64px;
  }
  .home-offers-section { padding: 18px; border-radius: 22px; }
  .info-hero {
    padding: 14px 15px;
    border-radius: 20px;
  }
  .info-hero h1 {
    font-size: clamp(1.16rem, 5vw, 1.46rem);
    line-height: 1.06;
    margin: 6px 0 2px;
  }
  .info-hero .breadcrumbs {
    font-size: .72rem;
    line-height: 1.24;
    gap:8px;
  }
  .info-hero .breadcrumbs a,
  .info-hero .breadcrumbs span {
    min-height:30px;
    padding:0 11px;
    font-size:.72rem;
  }
  .home-section-head { margin-bottom: 12px; }
  .home-section-head h1 {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.08;
  }
  .home-offers-section-head h2,
  .home-section-head h2 {
    font-size: 22px;
    line-height: 1.12;
  }
  .home-section-head p {
    font-size: 13px;
    line-height: 1.5;
  }
  .home-section-kicker { font-size:11px; letter-spacing:.12em; }
  .catalog-subgroup-hero {
    padding:12px 14px;
  }
  .info-hero,
  .catalog-page-hero,
  .catalog-locale-hero,
  .catalog-subgroup-hero,
  .shop-hero,
  .promo-hero,
  .cart-hero,
  .legacy-calc-hero {
    height: auto !important;
    max-height: var(--home-main-hero-max-height-mobile) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px 16px !important;
    border-radius: 22px !important;
  }
  .catalog-page-hero h1,
  .catalog-locale-hero h1,
  .catalog-subgroup-hero h1,
  .shop-hero h1,
  .promo-hero h1,
  .cart-hero h1,
  .legacy-calc-hero h1 {
    font-size: clamp(1.45rem, 6vw, 1.95rem) !important;
    line-height: 1.04 !important;
    margin: 6px 0 0 !important;
  }
  .catalog-page-hero .menu-glyph,
  .catalog-locale-hero .menu-glyph,
  .catalog-subgroup-hero .menu-glyph,
  .legacy-calc-hero .menu-glyph {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
  .catalog-page-hero .menu-glyph svg,
  .catalog-locale-hero .menu-glyph svg,
  .catalog-subgroup-hero .menu-glyph svg,
  .legacy-calc-hero .menu-glyph svg {
    width: 20px;
    height: 20px;
  }
  .catalog-page-hero .breadcrumbs,
  .catalog-locale-hero .breadcrumbs,
  .catalog-subgroup-hero .breadcrumbs,
  .shop-hero .breadcrumbs,
  .promo-hero .breadcrumbs,
  .cart-hero .breadcrumbs,
  .legacy-calc-hero .breadcrumbs {
    gap: 8px;
  }
  .hero-breadcrumbs .breadcrumbs {
    gap: 8px;
  }
  .catalog-page-hero .breadcrumbs a,
  .catalog-page-hero .breadcrumbs span,
  .catalog-locale-hero .breadcrumbs a,
  .catalog-locale-hero .breadcrumbs span,
  .catalog-subgroup-hero .breadcrumbs a,
  .catalog-subgroup-hero .breadcrumbs span,
  .shop-hero .breadcrumbs a,
  .shop-hero .breadcrumbs span,
  .promo-hero .breadcrumbs a,
  .promo-hero .breadcrumbs span,
  .cart-hero .breadcrumbs a,
  .cart-hero .breadcrumbs span,
  .legacy-calc-hero .breadcrumbs a,
  .legacy-calc-hero .breadcrumbs span {
    min-height: 30px;
    padding: 0 12px;
  }
  .hero-breadcrumbs .breadcrumbs a,
  .hero-breadcrumbs .breadcrumbs span {
    min-height: 30px;
    padding: 0;
  }
  .hero-breadcrumbs .breadcrumbs a.breadcrumb-chip,
  .hero-breadcrumbs .breadcrumbs span.breadcrumb-chip {
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    flex: 0 0 36px;
    overflow: visible;
  }
  .hero-breadcrumbs .breadcrumbs .breadcrumb-chip .menu-glyph {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
  }
  .hero-breadcrumbs .breadcrumbs .breadcrumb-chip .menu-glyph svg {
    width: 36px !important;
    height: 36px !important;
  }
  .catalog-subgroup-locale-card {
    padding:14px 15px;
  }
  .catalog-subgroup-locale-head {
    margin-bottom:12px;
  }
  .catalog-subgroup-product-link {
    min-height:74px;
    padding:13px 14px;
    gap:12px;
  }
  .catalog-subgroup-product-link .sidebar-link-icon {
    width:42px;
    height:42px;
    flex-basis:42px;
    border-radius:14px;
  }
  .catalog-subgroup-product-link .sidebar-link-icon svg {
    width:22px;
    height:22px;
  }
  .catalog-subgroup-product-title {
    font-size:.94rem;
    line-height:1.22;
  }
  .catalog-page-hero {
    padding:12px 14px;
  }
  .catalog-page-card-link {
    padding:16px 16px 14px;
    gap:14px;
  }
  .catalog-page-card-icon {
    width:44px;
    height:44px;
    flex-basis:44px;
    border-radius:13px;
  }
  .catalog-page-card-icon svg {
    width:22px;
    height:22px;
  }
  .catalog-page-card h3 {
    font-size:1rem;
    line-height:1.2;
  }
  .catalog-page-card-locale {
    padding:10px 12px;
    gap:8px;
  }
  .catalog-page-card-preview a {
    min-height:30px;
    padding:0 10px;
    font-size:.78rem;
  }
  .catalog-page-card-action {
    padding:10px 14px;
    font-size:.82rem;
  }
  .promo-card,
  .promo-locale-card,
  .promo-detail-card {
    padding: 16px;
    border-radius: 18px;
  }
  .promo-locale-grid {
    grid-template-columns: 1fr;
  }
  .promo-locale-link {
    min-height: 78px;
    padding: 14px;
    border-radius: 18px;
  }
  .promo-locale-link .sidebar-link-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 15px;
  }
  .promo-locale-link .sidebar-link-icon svg {
    width: 24px;
    height: 24px;
  }
  .promo-card-image,
  .promo-detail-image,
  .promo-detail-feature-image {
    min-height: 220px;
    border-radius: 16px;
  }
  .promo-detail-story {
    grid-template-columns: 1fr;
    --promo-feature-height: 280px;
  }
  .promo-detail-head {
    flex-direction: column;
    align-items: stretch;
  }
  .promo-detail-story-body {
    display: grid;
    height: auto;
  }
  .promo-detail-richtext {
    font-size: 15px;
    line-height: 1.72;
    overflow: visible;
    padding-right: 0;
  }
  .promo-detail-richtext h2 {
    font-size: 21px;
  }
  .promo-detail-richtext h3 {
    font-size: 18px;
  }
  .promo-detail-richtext p:first-child {
    font-size: 15px;
    line-height: 1.74;
  }
  .promo-lightbox {
    padding: 14px;
  }
  .promo-lightbox-dialog {
    padding: 12px;
    border-radius: 18px;
  }
  .promo-lightbox-close {
    top: 8px;
    right: 8px;
  }
  .home-offer-grid,
  .home-shop-rss {
    gap: 10px;
    padding: .15rem 0 .65rem;
  }
  .home-offer-card { flex-basis: calc(100% - 6px); max-width: calc(100% - 6px); min-height: 0; padding: 14px; border-radius:18px; }
  .legacy-info-page-content--contacts {
    padding: 18px;
  }
  .legacy-info-page-content--generic {
    padding:18px;
  }
  .legacy-info-page-content--generic .info-rich-heading {
    font-size:1rem;
  }
  .legacy-info-page-content--generic .info-rich-paragraph,
  .legacy-info-page-content--generic p,
  .legacy-info-page-content--generic li {
    font-size:.92rem;
    line-height:1.64;
  }
  .legacy-info-page-content--generic iframe {
    min-height:380px;
    border-radius:18px;
  }
  .legacy-info-page-content--generic .info-rich-link--action {
    width:100%;
    margin:8px 0 0;
    padding:0 40px 0 44px;
    border-radius:14px;
    font-size:.9rem;
  }
  .legacy-info-page-content--maket-rules {
    padding: 18px;
  }
  .legacy-info-page-content--maket-rules a {
    min-height: 52px;
    padding: 0 46px 0 50px;
    border-radius: 16px;
    font-size: .95rem;
  }
  .legacy-rule-page-content {
    padding: 18px;
  }
  .legacy-brif-page {
    padding: 18px;
  }
  .legacy-brif-page,
  .legacy-brif-detail-page {
    padding: 18px;
  }
  .legacy-brif-detail-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .legacy-brif-grid,
  .legacy-brif-personal-grid,
  .legacy-brif-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .legacy-brif-field span,
  .legacy-brif-input-wrap span {
    font-size: .92rem;
  }
  .legacy-brif-page textarea {
    min-height: 132px;
    padding: 16px 17px;
  }
  .legacy-brif-page input[type="text"],
  .legacy-brif-page input[type="email"],
  .legacy-brif-page input[type="tel"] {
    min-height: 54px;
  }
  .legacy-brif-submit {
    min-width: 0;
    width: 100%;
  }
  .legacy-brif-agreement {
    padding: 12px 14px;
  }
  .legacy-brif-error-badge {
    top: 39px;
    right: 12px;
  }
  .legacy-brif-detail-card {
    padding: 18px;
    border-radius: 20px;
  }
  .legacy-brif-detail-contact-grid,
  .legacy-brif-detail-attachments {
    grid-template-columns: 1fr;
  }
  .legacy-rule-page-content h1 {
    margin-bottom: 16px;
    font-size: 1.55rem;
  }
  .legacy-rule-page-content ul {
    padding: 16px 18px 16px 34px;
    border-radius: 18px;
  }
  .legacy-info-page-content--documents {
    padding: 18px;
  }
  .legacy-info-page-content--documents .container_12:first-of-type {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "pdf"
      "links";
  }
  .legacy-info-page-content--documents iframe {
    min-height: 420px;
    border-radius: 18px;
  }
  .legacy-info-page-content--documents ul {
    padding: 16px;
    border-radius: 18px;
  }
  .legacy-info-page-content--documents ul a {
    min-height: 18px;
    padding: 0 18px 0 22px;
    border-radius: 7px;
    font-size: .72rem;
  }
  .legacy-info-page-content--documents .container_12:last-of-type {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div {
    padding: 14px;
    border-radius: 18px;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child {
    min-height: 36px;
    padding: 0 34px 0 36px;
    border-radius: 12px;
    font-size: .84rem;
  }
  .legacy-info-page-content--documents .container_12:last-of-type img {
    border-radius: 16px;
  }
  .legacy-info-page-content--delivery {
    padding: 18px;
  }
  .legacy-info-page-content--delivery .gallery-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .legacy-info-page-content--delivery .single-gallery-image {
    min-height: 180px;
    border-radius: 18px;
  }
  .legacy-info-page-content--delivery .gray_bg {
    padding: 16px 18px;
    border-radius: 18px;
  }
  .legacy-gallery-lightbox {
    padding: 18px;
  }
  .legacy-gallery-lightbox-dialog {
    border-radius: 18px;
  }
  .sitemap-page-card {
    padding: 18px;
  }
  .sitemap-page-block {
    padding: 18px;
    border-radius: 18px;
  }
  .sitemap-page-subgroup {
    padding: 14px;
    border-radius: 16px;
  }
  .sitemap-page-locale-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .info-index-card {
    padding: 18px;
  }
  .info-index-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .info-index-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .info-contact-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .info-contact-card {
    padding: 18px;
    border-radius: 20px;
  }
  .info-contact-address strong {
    font-size: 1.02rem;
  }
  .info-contact-actions {
    flex-direction: column;
  }
  .info-contact-btn {
    width: 100%;
    min-height: 46px;
  }
  .info-contact-schedule-item {
    padding: 11px 12px;
  }
  .info-contact-map,
  .info-contact-map iframe,
  .info-contact-map script,
  .info-contact-map [class*="ymaps"] {
    min-height: 320px;
  }
  .home-offer-card-body { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
  .home-offer-icon { width: 72px; height: 72px; border-radius:20px; }
  .home-offer-icon svg { width: 62px; height: 62px; }
  .home-offer-card h3 { font-size: 13px; min-height: 0; line-height:1.25; }
  .home-offer-card p { font-size: 12px; line-height: 1.45; }
  .home-reviews-shell { padding: 12px; border-radius: 18px; }
  .home-vk-loader {
    min-height:220px;
    padding:22px 16px;
    border-radius:20px;
  }
  .home-vk-shell {
    overflow:hidden;
  }
  .home-vk-shell .vk-widget {
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }
  .home-vk-shell .vk-widget-carousel,
  .home-vk-shell .vk-widget-track-container {
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  .home-vk-shell .vk-widget-track {
    width:100%;
    max-width:100%;
    gap:12px !important;
    padding:4px 0 6px !important;
    overscroll-behavior-x:contain;
  }
  .home-vk-shell .vk-widget-card {
    flex:0 0 calc(100% - 2px) !important;
    max-width:calc(100% - 2px) !important;
  }
  .home-vk-shell .vk-card-image {
    height:220px !important;
  }
  .home-vk-shell .vk-card-body {
    padding:14px !important;
  }
  .home-vk-shell .vk-card-text {
    font-size:14px !important;
    -webkit-line-clamp:3 !important;
  }
  .home-vk-shell .vk-widget-dots {
    margin-top:14px !important;
  }
  .home-vk-loader-title {
    font-size:18px;
  }
  .vk-post-shell {
    padding:22px 18px;
    border-radius:22px;
  }
  .vk-post-topline {
    flex-direction:column;
    align-items:flex-start;
  }
  .vk-post-source-link {
    width:100%;
  }
  .home-reviews-widget-body {
    padding: .5rem;
  }
  .home-shop-col {
    flex: 0 0 calc(100% - 6px);
    max-width: calc(100% - 6px);
  }
  .home-shop-card {
    min-height: 214px;
    height: 214px;
    border-radius: 0;
  }
  .home-shop-card > a { padding: 14px; gap: 14px; }
  .home-shop-card-head { gap: 10px; }
  .home-shop-image {
    width:58px;
    height:58px;
    flex-basis:58px;
    padding: 1px;
  }
  .home-shop-title { min-height: 0; font-size: 14px; line-height:1.34; }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 20px);
  }
  .site-header { position:fixed !important; left:0 !important; right:0 !important; width:100vw !important; max-width:100vw !important; top:0 !important; margin:0 !important; border-radius:0 !important; contain:layout inline-size; overflow-x:clip; }
  .site-header > .container { width:100vw !important; max-width:100vw !important; margin:0 !important; }
  .header-row { padding: 10px 10px 12px; gap: 8px; }
  .header-row {
    width:100vw;
    max-width:100vw;
    box-sizing:border-box;
    grid-template-columns:38px 38px 38px 38px 52px 38px;
  }
  .brand {
    width: 100%;
    justify-content: center;
  }
  .brand img {
    width:72vw;
    max-width:216px;
  }
  .header-center-contact { display:contents; }
  .header-center-contact a {
    white-space: nowrap;
    word-break: normal;
  }
  .site-header .header-center-contact-phone::after {
    display:none !important;
    height: 16px;
    margin-left: 8px;
  }
  .header-messenger-links { display:contents; }
  .header-center-contact-phone {
    width:38px;
    min-width:38px;
    height:38px;
    min-height:38px;
    padding:0;
  }
  .header-messenger-links a {
    width:38px;
    min-width:38px;
    max-width:38px;
    height:38px;
  }
  .header-row {
    grid-template-columns:38px 38px 38px 38px 52px 38px;
  }
  .top-nav.is-open {
    width:100vw !important;
    max-width:100vw !important;
    height:calc(100vh - 88px) !important;
    max-height:calc(100vh - 88px) !important;
    min-height:0 !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }
  .site-header .header-center-contact-mail {
    display:inline-flex !important;
    width:38px;
    min-width:38px;
    max-width:38px;
    height:38px;
    min-height:38px;
    padding:0;
    font-size:10px;
    letter-spacing:.01em;
  }
  .top-nav-mobile-links {
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:6px;
  }
  .top-nav-mobile-links a { min-height:42px; border-radius:11px; }
  .top-nav-mobile-links a svg {
    width:22px;
    height:22px;
  }
  .top-nav-toggle {
    width:38px;
    min-width:38px;
    height:38px;
    min-height:38px;
    border-radius: 12px;
  }
  .cart-pill {
    width:52px;
    min-width:52px;
    height:38px;
    min-height:38px;
    border-radius: 12px;
    padding:0 5px;
  }
  .cart-pill .top-bar-count {
    position:static;
    min-width:15px;
    height:15px;
    font-size:9px;
  }
  .top-bar-count {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: 10px;
  }
  .page-shell {
    padding: 18px 0 26px;
  }
  .container.page-shell {
    padding-top:74px;
  }
  .hero-shell {
    margin-top: 56px;
  }
  .home-section {
    margin-top: 14px;
    max-width: 100%;
    overflow: hidden;
  }
  .home-offers-section { padding: 14px; border-radius: 18px; }
  .home-async-shell,
  .home-vk-shell,
  .home-vk-widget-placeholder {
    max-width: 100%;
    overflow: hidden;
  }
  .home-section-head { gap: 6px; margin-bottom: 10px; }
  .home-section-head h1,
  .home-offers-section-head h2,
  .home-section-head h2 {
    font-size: 20px;
    line-height: 1.14;
  }
  .home-main-hero {
    max-height: var(--home-main-hero-max-height-mobile);
    padding: 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(41, 169, 142, .18), transparent 30%),
      linear-gradient(180deg, rgba(8, 37, 61, .98), rgba(18, 76, 102, .96) 58%, rgba(255, 255, 255, .99) 58.2%, rgba(255, 255, 255, .99) 100%);
  }
  .home-main-hero-title {
    gap: 10px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.14;
  }
  .home-main-hero-kicker--top {
    top: 18px;
    left: 18px;
  }
  .home-main-hero-kicker {
    font-size: 10px;
    letter-spacing: .1em;
  }
  .home-main-hero-kicker span {
    min-height: 30px;
    padding: 0 12px;
  }
  .home-main-hero-lead {
    font-size: 14px;
    line-height: 1.55;
  }
  .home-main-hero-actions {
    flex-direction: column;
  }
  .home-main-hero-button {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 13px;
  }
  .home-main-hero-points span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
  .home-main-hero-panel {
    padding: 16px;
    border-radius: 20px;
  }
  .home-main-hero-panel-title {
    font-size: 20px;
  }
  .home-main-hero-stat {
    padding: 12px 14px;
    border-radius: 16px;
  }
  .home-main-hero-stat strong {
    font-size: 24px;
  }
  .home-main-hero-stat span {
    font-size: 13px;
  }
  .home-section-head p { font-size: 12px; line-height: 1.45; }
  .home-section-kicker { font-size:10px; letter-spacing:.1em; }
  .home-offer-card { flex-basis: calc(100% - 4px); max-width: calc(100% - 4px); padding: 12px; border-radius: 16px; }
  .legacy-info-page-content--contacts {
    padding: 14px;
  }
  .legacy-info-page-content--maket-rules {
    padding: 14px;
  }
  .legacy-info-page-content--maket-rules a {
    min-height: 48px;
    padding: 0 40px 0 44px;
    border-radius: 14px;
    font-size: .88rem;
  }
  .legacy-info-page-content--maket-rules a::before {
    left: 14px;
    width: 20px;
    height: 20px;
    background-size: 14px 14px, auto;
  }
  .legacy-info-page-content--maket-rules a::after {
    right: 14px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .legacy-rule-page-content {
    padding: 14px;
  }
  .legacy-brif-page {
    padding: 14px;
  }
  .legacy-brif-heading h2 {
    font-size: 1.3rem;
  }
  .legacy-brif-page textarea {
    min-height: 118px;
    border-radius: 16px;
  }
  .legacy-brif-page input[type="text"],
  .legacy-brif-page input[type="email"],
  .legacy-brif-page input[type="tel"] {
    min-height: 48px;
    border-radius: 14px;
  }
  .legacy-brif-agreement-text {
    inset: 12px;
    padding: 16px;
    border-radius: 18px;
  }
  .legacy-rule-page-content h1 {
    font-size: 1.35rem;
  }
  .legacy-rule-page-content ul {
    padding: 14px 15px 14px 28px;
    border-radius: 16px;
  }
  .legacy-info-page-content--documents {
    padding: 14px;
  }
  .legacy-info-page-content--documents .container_12:first-of-type::before,
  .legacy-info-page-content--documents .container_12:last-of-type::before {
    min-height: 30px;
    padding: 0 12px;
    font-size: .74rem;
  }
  .legacy-info-page-content--documents iframe {
    min-height: 320px;
    border-radius: 16px;
  }
  .legacy-info-page-content--documents ul {
    padding: 14px;
    border-radius: 16px;
  }
  .legacy-info-page-content--documents ul a {
    min-height: 17px;
    padding: 0 16px 0 20px;
    border-radius: 6px;
    font-size: .7rem;
  }
  .legacy-info-page-content--documents ul a::before {
    left: 5px;
    width: 10px;
    height: 10px;
    background-size: 7px 7px, auto;
  }
  .legacy-info-page-content--documents ul a::after {
    right: 5px;
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div {
    padding: 12px;
    border-radius: 16px;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child {
    min-height: 32px;
    padding: 0 28px 0 30px;
    border-radius: 10px;
    font-size: .78rem;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child::before {
    left: 10px;
    width: 14px;
    height: 14px;
    background-size: 10px 10px, auto;
  }
  .legacy-info-page-content--documents .container_12:last-of-type > div > a:last-child::after {
    right: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
  .legacy-info-page-content--documents .container_12:last-of-type img {
    border-radius: 14px;
  }
  .legacy-info-page-content--delivery {
    padding: 14px;
  }
  .legacy-info-page-content--delivery .single-gallery-image {
    min-height: 160px;
    border-radius: 16px;
  }
  .legacy-info-page-content--delivery .gray_bg {
    padding: 14px 15px;
    border-radius: 16px;
  }
  .legacy-gallery-lightbox {
    padding: 12px;
  }
  .legacy-gallery-lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }
  .legacy-gallery-lightbox-dialog {
    border-radius: 16px;
  }
  .sitemap-page-card {
    padding: 14px;
  }
  .sitemap-page-block {
    padding: 16px;
    border-radius: 16px;
  }
  .sitemap-page-head,
  .sitemap-page-subgroup-head {
    align-items: flex-start;
  }
  .sitemap-page-count,
  .sitemap-page-subcount {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: .76rem;
  }
  .sitemap-page-link {
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 14px;
  }
  .info-index-link {
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 16px;
  }
  .info-index-link-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }
  .info-index-link-icon svg {
    width: 20px;
    height: 20px;
  }
  .info-index-summary {
    font-size: .88rem;
  }
  .info-index-link-order {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .info-contact-card {
    padding: 16px;
    border-radius: 18px;
  }
  .info-contact-address {
    padding: 14px 15px;
  }
  .info-contact-map,
  .info-contact-map iframe,
  .info-contact-map script,
  .info-contact-map [class*="ymaps"] {
    min-height: 280px;
  }
  .home-offer-card-body { grid-template-columns: 1fr; gap: 8px; }
  .home-offer-icon { margin: 0 auto; width: 64px; height: 64px; border-radius:18px; }
  .home-offer-icon svg { width: 54px; height: 54px; }
  .home-shop-col {
    flex-basis: calc(100% - 4px);
    max-width: calc(100% - 4px);
  }
  .home-shop-card {
    min-height: 214px;
    height: 214px;
    border-radius: 0;
  }
  .home-shop-card > a {
    padding: 14px;
  }
  .home-shop-card-head {
    gap: 10px;
  }
  .home-shop-image {
    width:56px;
    height:56px;
    flex-basis:56px;
    padding: 1px;
  }
  .home-shop-title {
    font-size: 14px;
    line-height: 1.32;
  }
  .home-shop-ready {
    min-height: 24px;
    padding: 0 9px;
    font-size: 10px;
  }
  .home-shop-price {
    font-size: .98rem;
  }
  .home-shop-buy {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }
  .home-vk-shell .vk-widget-card {
    flex: 0 0 calc(100% - 2px) !important;
    max-width: calc(100% - 2px) !important;
  }
  .home-vk-shell .vk-card-image {
    height: 180px !important;
  }
  .home-vk-loader {
    min-height:200px;
    padding:20px 14px;
  }
  .home-vk-loader-badge {
    min-width:42px;
    height:42px;
    padding:0 14px;
    font-size:16px;
  }
  .home-vk-loader-title { font-size:16px; }
  .home-vk-loader-text { font-size:12px; line-height:1.45; }
  .vk-post-shell { padding:16px 12px; border-radius:18px; }
  .home-section--vk-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .home-section--vk-bleed .home-section-head,
  .home-section--vk-bleed .home-main-hero,
  .home-section--vk-bleed .home-vk-shell {
    width: 100%;
    max-width: 100%;
  }
  .vk-post-page h1 { font-size:22px; }
  .vk-post-meta-line {
    gap:8px;
  }
  .vk-post-meta-line span {
    min-height:32px;
    padding:0 10px;
    font-size:12px;
  }
  .vk-post-body { padding:14px 12px 16px; font-size:14px; line-height:1.7; }
  .home-shop-card { border-radius: 16px; }
  .home-reviews-shell { padding: 10px; border-radius: 16px; }
  .home-faq-shell .faq-item,
  .home-faq-shell .accordion-item {
    border-radius: 14px;
  }
  .site-footer {
    margin-bottom: 0;
    padding: 26px 0 28px;
  }
  .site-footer-inner {
    gap: 18px;
  }
  .site-footer-brand {
    text-align: center;
  }
  .site-footer-logo {
    display: inline-flex;
    justify-content: center;
  }
  .site-footer-copy { margin: 12px 0 10px; font-size: 12px; line-height:1.45; }
  .site-footer-review-btn {
    width: 100%;
    min-height: 40px;
  }
  .site-footer-contacts { font-size: 11px; line-height: 1.55; }
  .site-footer-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-footer-column h5 { margin-bottom: 8px; font-size: 12px; }
  .site-footer-column a { font-size: 11px; line-height: 1.35; }
}
.error { background:rgba(220,38,38,.12); border:1px solid rgba(220,38,38,.3); }
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  border:1px solid rgba(15,76,129,.1);
  border-radius:12px;
  padding:10px 16px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.96));
  color:var(--text);
  font-weight:700;
  box-shadow:0 8px 18px rgba(18,35,53,.05);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.button:hover {
  transform:translateY(-1px);
  border-color:rgba(15,76,129,.18);
  box-shadow:0 12px 22px rgba(18,35,53,.08);
}
.button.primary {
  color:#fff;
  border-color:rgba(15,76,129,.2);
  background:linear-gradient(180deg,var(--accent),var(--accent2));
}
.button.small { padding:8px 12px; font-size:.9rem; }
.button.success-toggle {
  min-height:40px;
  padding:9px 14px;
  background:linear-gradient(180deg, rgba(240,253,244,.98), rgba(220,252,231,.94));
  color:#166534;
  border:1px solid rgba(34,197,94,.26);
  box-shadow:0 8px 18px rgba(34,197,94,.08);
}
.button.success-toggle:hover {
  border-color:rgba(22,163,74,.38);
  box-shadow:0 12px 22px rgba(34,197,94,.12);
}
.button.danger-toggle {
  min-height:40px;
  padding:9px 14px;
  background:linear-gradient(180deg, rgba(254,242,242,.98), rgba(254,226,226,.94));
  color:#991b1b;
  border:1px solid rgba(220,38,38,.22);
  box-shadow:0 8px 18px rgba(220,38,38,.06);
}
.button.danger-toggle:hover {
  border-color:rgba(220,38,38,.34);
  box-shadow:0 12px 22px rgba(220,38,38,.1);
}
.htmx-request .button,
.button.htmx-request {
  opacity:.7;
  pointer-events:none;
}
.htmx-request .button::after,
.button.htmx-request::after {
  content:"";
  width:14px;
  height:14px;
  border-radius:999px;
  border:2px solid currentColor;
  border-right-color:transparent;
  animation:admin-button-spin .7s linear infinite;
}
#paper-usage-panel.htmx-swapping,
#machine-usage-panel.htmx-swapping {
  opacity:.72;
  transition:opacity .15s ease;
}
.section-head { display:flex; justify-content:space-between; align-items:start; gap:16px; margin-bottom:16px; }
.eyebrow { color:var(--muted); text-transform:uppercase; font-size:.8rem; letter-spacing:.08em; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.form-grid .full { grid-column:1/-1; }
.button-row { display:flex; gap:10px; }
.table-wrap {
  overflow:auto;
  border:1px solid rgba(15,76,129,.08);
  border-radius:18px;
  background:rgba(255,255,255,.92);
}
table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:transparent;
}
th, td {
  padding:12px 14px;
  border-bottom:1px solid rgba(15,76,129,.08);
  vertical-align:top;
}
th {
  position:sticky;
  top:0;
  z-index:1;
  background:linear-gradient(180deg, rgba(244,248,252,.98), rgba(237,243,249,.98));
  color:#30485c;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
tbody tr:nth-child(even) td {
  background:rgba(244,248,252,.38);
}
tbody tr:hover td {
  background:rgba(15,76,129,.05);
}
tbody tr:last-child td {
  border-bottom:none;
}
pre { white-space:pre-wrap; word-break:break-word; background:#0b1328; padding:12px; border-radius:12px; }
.inline-form { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.inline-form input, .inline-form select { min-width:100px; width:auto; }
.admin-form textarea { min-height:88px; }
@keyframes admin-button-spin { to { transform:rotate(360deg); } }
@keyframes admin-success-fade {
  0%, 72% {
    opacity:1;
    transform:translateY(0);
    max-height:120px;
    margin-bottom:0;
  }
  100% {
    opacity:0;
    transform:translateY(8px);
    max-height:0;
  }
}
@keyframes home-loading-shimmer {
  from { background-position: 200% 0; }
  to { background-position: -20% 0; }
}
@keyframes home-vk-loader-bounce {
  0%,80%,100% {
    transform:translateY(0) scale(.9);
    opacity:.5;
  }
  40% {
    transform:translateY(-4px) scale(1);
    opacity:1;
  }
}
.legacy-public-goods-page {
  display:grid;
  gap:24px;
  padding:26px;
}
.legacy-public-goods-detail {
  display:grid;
  grid-template-columns:minmax(260px, 340px) minmax(0, 1fr);
  gap:28px;
  align-items:start;
}
.legacy-public-goods-media {
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg, #f6f9fc 0%, #e7eef5 100%);
  border:1px solid rgba(39, 76, 119, .08);
  box-shadow:0 20px 40px rgba(17, 39, 68, .08);
}
.legacy-public-goods-image {
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}
.legacy-public-goods-summary {
  display:grid;
  gap:18px;
}
.legacy-public-goods-backline {
  display:flex;
  justify-content:flex-start;
}
.legacy-public-goods-back {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:#f4f8fc;
  border:1px solid rgba(39, 76, 119, .12);
  color:#234567;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}
.legacy-public-goods-back:hover {
  background:#eaf2fb;
}
.legacy-public-goods-summary h2 {
  margin:0;
  font-size:34px;
  line-height:1.08;
}
.legacy-public-goods-stats {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.legacy-public-goods-stat {
  display:grid;
  gap:4px;
  min-width:180px;
  padding:14px 16px;
  border-radius:20px;
  background:linear-gradient(180deg, #fbfdff 0%, #f1f6fb 100%);
  border:1px solid rgba(39, 76, 119, .1);
}
.legacy-public-goods-stat strong {
  font-size:12px;
  line-height:1;
  color:#5c7388;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.legacy-public-goods-description {
  max-width:75ch;
  color:#34495e;
  font-size:16px;
  line-height:1.7;
}
.legacy-public-goods-price-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
}
.legacy-public-goods-price-card {
  display:grid;
  gap:6px;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(242, 248, 255, .92) 0%, rgba(231, 240, 248, .95) 100%);
  border:1px solid rgba(39, 76, 119, .08);
}
.legacy-public-goods-price-format {
  color:#17324f;
  font-size:14px;
  font-weight:800;
}
.legacy-public-goods-price-size {
  color:#58728c;
  font-size:13px;
}
.legacy-public-goods-price-value {
  color:#0f4c81;
  font-size:20px;
  font-weight:800;
}
.legacy-public-goods-section {
  display:grid;
  gap:16px;
}
.legacy-public-goods-section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.legacy-public-goods-section-head h3 {
  margin:0;
  font-size:22px;
}
.legacy-public-goods-section-head span,
.legacy-public-goods-list-head span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 12px;
  border-radius:999px;
  background:#f0f5fa;
  color:#284864;
  font-size:14px;
  font-weight:800;
}
.legacy-public-goods-tags {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.legacy-public-goods-tag {
  display:inline-flex;
  align-items:center;
  padding:11px 16px;
  border-radius:16px;
  background:linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  border:1px solid rgba(39, 76, 119, .12);
  color:#20415f;
  font-weight:700;
  text-decoration:none;
}
.legacy-public-goods-tag:hover {
  background:#edf4fb;
}
.legacy-public-goods-showcase {
  gap:16px;
}
.legacy-public-goods-showcase-card {
  overflow:hidden;
}
.legacy-public-goods-showcase-link {
  display:grid;
  gap:0;
  text-decoration:none;
  color:inherit;
}
.legacy-public-goods-showcase-image {
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:contain;
  padding:20px;
  background:linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}
.legacy-public-goods-showcase-body {
  display:grid;
  gap:8px;
  padding:18px 18px 20px;
}
.legacy-public-goods-showcase-title {
  color:#17324f;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}
.legacy-public-goods-showcase-details {
  color:#62798f;
  font-size:13px;
  line-height:1.5;
}
.legacy-public-goods-showcase-price {
  color:#0f4c81;
  font-size:20px;
  font-weight:800;
}
.legacy-public-goods-list-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.legacy-public-goods-list-head h2 {
  margin:0;
  font-size:28px;
}
.legacy-public-goods-list {
  gap:16px;
}
.legacy-public-goods-pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.legacy-public-goods-page-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:14px;
  background:linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
  border:1px solid rgba(39, 76, 119, .12);
  color:#244260;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.legacy-public-goods-page-link:hover {
  background:#edf4fb;
}
.legacy-public-goods-page-link.is-active {
  background:linear-gradient(135deg, rgba(15, 76, 129, .16), rgba(26, 115, 184, .12));
  border-color:rgba(15, 76, 129, .22);
  color:#0f4c81;
}
.promo-pagination {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  padding: 4px 2px 2px;
  scrollbar-width: thin;
}
.promo-pagination-link {
  min-width: 44px;
  height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(18,35,53,.06);
}
.promo-pagination-link--arrow {
  min-width: 44px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}
.promo-pagination-link.is-active {
  box-shadow: 0 14px 28px rgba(15,76,129,.12);
}
.legacy-public-goods-item {
  overflow:hidden;
}
.legacy-public-goods-item-link {
  display:grid;
  gap:10px;
  min-height:100%;
  padding:20px;
  text-decoration:none;
  color:inherit;
}
.legacy-public-goods-item-title {
  color:#17324f;
  font-size:19px;
  font-weight:800;
  line-height:1.25;
}
.legacy-public-goods-item-width {
  color:#4a6986;
  font-size:14px;
  font-weight:700;
}
.legacy-public-goods-item-description {
  color:#647c91;
  font-size:14px;
  line-height:1.6;
}
@media (max-width: 980px) {
  .legacy-public-goods-detail {
    grid-template-columns:1fr;
  }
  .legacy-public-goods-summary h2 {
    font-size:28px;
  }
}
@media (max-width: 720px) {
  .legacy-public-goods-page {
    padding:18px;
    gap:18px;
  }
  .legacy-public-goods-list-head h2,
  .legacy-public-goods-section-head h3 {
    font-size:20px;
  }
  .legacy-public-goods-list,
  .legacy-public-goods-showcase,
  .legacy-public-goods-price-grid {
    grid-template-columns:1fr;
  }
  .legacy-public-goods-item-link {
    padding:16px;
  }
}
@media (max-width: 900px) { .form-grid { grid-template-columns:1fr; } }

.shop-page-shell {
  display:flex;
  flex-direction:column;
  gap:22px;
}
.shop-locale-card,
.shop-filter-card,
.shop-empty-state,
.shop-faq-block,
.shop-related-block {
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 14px 32px rgba(18,35,53,.06);
}
.not-found-page-card {
  display:flex;
  flex-direction:column;
  gap:24px;
  padding:30px;
}
.not-found-page-copy {
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  text-align:center;
}
.not-found-page-kicker {
  color:var(--accent);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.not-found-page-copy h2 {
  margin:0;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.05;
}
.not-found-page-copy p {
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:var(--text-lg);
  line-height:1.6;
}
.not-found-page-actions {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.not-found-page-locales {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.not-found-page-locale-pill {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(15,76,129,.14);
  background:rgba(15,76,129,.05);
  color:var(--accent);
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.not-found-page-locale-pill:hover,
.not-found-page-locale-pill:focus-visible {
  background:rgba(15,76,129,.1);
  border-color:rgba(15,76,129,.22);
  color:var(--accent-strong);
}
.shop-locale-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.shop-locale-head h2 {
  margin:0;
  font-size:clamp(22px, 3vw, 30px);
  line-height:1.12;
}
.shop-locale-count {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(15,76,129,.06);
  color:var(--accent);
  font-size:13px;
  font-weight:800;
}
.shop-category-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.shop-category-card {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  min-height:156px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 10px 24px rgba(18,35,53,.05);
}
.shop-category-card:hover {
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(18,35,53,.08);
}
.shop-category-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  color:var(--accent);
}
.shop-category-icon svg {
  width:28px;
  height:28px;
}
.shop-category-title {
  color:var(--text);
  font-size:18px;
  font-weight:800;
  line-height:1.18;
}
.shop-category-meta {
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.shop-filter-form {
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:12px;
}
.shop-filter-form select,
.shop-filter-form input {
  width:100%;
  min-height:46px;
  padding:0 14px;
  border:1px solid rgba(15,76,129,.14);
  border-radius:14px;
  background:#fff;
  font-size:14px;
  font-weight:600;
}
.shop-filter-actions {
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}
.shop-filter-icon-button {
  min-width:46px;
  width:46px;
  height:46px;
  padding:0;
  flex:0 0 46px;
}
.shop-filter-icon-button svg {
  width:20px;
  height:20px;
  display:block;
}
.shop-item-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}
.shop-item-card {
  display:grid;
  grid-template-columns:200px minmax(0, 1fr);
  gap:18px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 14px 32px rgba(18,35,53,.06);
}
.shop-item-image-wrap {
  display:block;
  border-radius:20px;
  overflow:hidden;
  background:rgba(244,248,252,.75);
  border:1px solid rgba(15,76,129,.08);
}
.shop-item-image {
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}
.shop-item-content {
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
}
.shop-item-title {
  color:var(--text);
  font-size:22px;
  font-weight:800;
  line-height:1.12;
}
.shop-item-details,
.shop-detail-list {
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:15px;
  line-height:1.62;
}
.shop-detail-list {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding-left:0;
  min-height:66px;
}
.shop-item-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
}
.shop-item-footer .btn,
.shop-detail-order-button {
  color:#fff;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  text-shadow:0 1px 0 rgba(0,0,0,.14);
}
.shop-item-footer .btn:hover,
.shop-detail-order-button:hover,
.shop-item-footer .btn:focus-visible,
.shop-detail-order-button:focus-visible,
.shop-item-footer .btn:visited,
.shop-detail-order-button:visited {
  color:#fff;
}
.shop-item-open-button {
  min-width:44px;
  width:44px;
  height:44px;
  padding:0;
  flex:0 0 44px;
}
.shop-item-open-button svg {
  width:18px;
  height:18px;
  display:block;
}
.shop-detail-order-button {
  min-width:168px;
  width:auto;
  height:66px;
  padding:0 20px;
  gap:12px;
  flex:0 0 auto;
}
.shop-detail-order-button svg {
  width:27px;
  height:27px;
  display:block;
}
.shop-detail-order-button span {
  display:inline-flex;
  align-items:center;
  font-size:16px;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1;
}
.shop-item-price,
.shop-detail-price {
  color:var(--accent);
  font-size:28px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.03em;
}
.shop-pagination {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
}
.shop-pagination-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,76,129,.1);
  box-shadow:0 10px 20px rgba(18,35,53,.05);
  color:var(--accent);
  font-weight:800;
}
.shop-pagination-link.is-active {
  background:linear-gradient(180deg, var(--accent), var(--accent2));
  color:#fff;
  border-color:transparent;
}
.shop-detail-shell {
  display:grid;
  grid-template-columns:minmax(280px, 420px) minmax(0, 1fr);
  gap:22px;
  align-items:stretch;
  padding:22px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 16px 36px rgba(18,35,53,.06);
}
.shop-detail-media {
  height:auto;
  border-radius:24px;
  overflow:visible;
  background:rgba(244,248,252,.72);
  border:1px solid rgba(15,76,129,.08);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shop-detail-image-link {
  display:block;
  height:auto;
  cursor:zoom-in;
}
.shop-detail-image {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1 / 1;
  object-fit:cover;
}
.shop-detail-summary {
  height:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.shop-detail-info-card {
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(244,248,252,.86), rgba(255,255,255,.98));
  border:1px solid rgba(15,76,129,.08);
  box-shadow:0 10px 24px rgba(18,35,53,.04);
}
.shop-detail-pricing {
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:14px;
  align-items:end;
}
.shop-detail-pricing-main,
.shop-detail-pricing-side {
  display:flex;
  flex-direction:column;
  gap:4px;
}
.shop-detail-pricing-side {
  align-items:flex-end;
}
.shop-detail-meta {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
  color:var(--text);
}
.shop-detail-meta li {
  font-size:15px;
  line-height:1.45;
  color:var(--muted);
}
.shop-detail-meta strong {
  color:var(--text);
}
.shop-detail-meta a {
  color:var(--accent);
  font-weight:700;
}
.shop-detail-total-price {
  color:#17803f;
  font-size:36px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
}
.shop-detail-price-caption {
  font-size:12px;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:800;
}
.shop-detail-order-button {
  align-self:flex-start;
}
.shop-lightbox-open {
  overflow:hidden;
}
.shop-lightbox {
  position:fixed;
  inset:0;
  z-index:140;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
}
.shop-lightbox[hidden] {
  display:none;
}
.shop-lightbox-backdrop {
  position:absolute;
  inset:0;
  background:rgba(9, 16, 27, .82);
  backdrop-filter:blur(8px);
}
.shop-lightbox-dialog {
  position:relative;
  width:min(1100px, 100%);
  max-height:calc(100vh - 64px);
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:18px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(250,252,255,.98), rgba(240,246,252,.96));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.shop-lightbox-toolbar {
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.shop-lightbox-action,
.shop-lightbox-close {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:none;
  border-radius:999px;
  background:rgba(15,76,129,.12);
  color:#14324d;
  font-size:22px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}
.shop-lightbox-action:hover,
.shop-lightbox-close:hover {
  background:rgba(15,76,129,.18);
}
.shop-lightbox-image-wrap {
  flex:1;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:20px;
  background:rgba(230,238,246,.6);
}
.shop-lightbox-image-wrap img {
  display:block;
  max-width:100%;
  max-height:calc(100vh - 180px);
  object-fit:contain;
  transform-origin:center center;
  transition:transform .16s ease;
}
.shop-lightbox-title {
  font-size:15px;
  line-height:1.45;
  font-weight:700;
  color:var(--text);
  text-align:center;
}
@media (max-width: 1080px) {
  .shop-category-grid,
  .shop-item-grid {
    grid-template-columns:1fr;
  }
  .shop-filter-form {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .shop-locale-card,
  .shop-filter-card,
  .shop-empty-state,
  .shop-faq-block,
  .shop-related-block,
  .shop-detail-shell,
  .shop-item-card {
    padding:16px;
    border-radius:20px;
  }
  .shop-detail-shell,
  .shop-item-card {
    grid-template-columns:1fr;
  }
  .shop-detail-image {
    height:auto;
    aspect-ratio:1 / 1;
  }
  .shop-detail-summary,
  .shop-detail-media {
    height:auto;
  }
  .shop-detail-pricing {
    grid-template-columns:1fr;
  }
  .shop-detail-pricing-side {
    align-items:flex-start;
  }
  .shop-detail-total-price {
    font-size:30px;
  }
  .shop-lightbox {
    padding:16px;
  }
  .shop-lightbox-dialog {
    padding:14px;
    border-radius:22px;
  }
  .shop-filter-form {
    grid-template-columns:1fr;
  }
  .shop-category-grid {
    grid-template-columns:1fr;
  }
}

/* Стили для иконок в каталоге подарков */
.hb-ctlg-icon-60 {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  margin: 0 auto 8px !important;
  display: block !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

.gray_bg {
  background-color: #f5f5f5;
}

html[data-theme="dark"] .gray_bg {
  background-color: transparent;
}

html[data-theme="dark"] .notice.success {
  background: rgba(34,197,94,.15);
  border-color: rgba(34,197,94,.3);
  color: rgba(34,197,94,.95);
}

.nameicon {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
}

@media (max-width: 768px) {
  .hb-ctlg-icon-60 {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
  }

  .nameicon {
    font-size: 11px;
  }
}

body.admin-layout-body .header-quicklinks {
  display: none;
}

body.admin-layout-body .header-center-contact {
  display: none;
}

body.admin-layout-body .header-messenger-links {
  display: none;
}
