@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/golos-600-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/golos-600-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/golos-700-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/golos-700-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/plexmono-500-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/plexmono-500-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/plexsans-400-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/plexsans-400-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/plexsans-600-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/plexsans-600-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   mongo_sites: базовая дизайн-система сателлитов («Цена деления»)
   Темизация: сайт линкует base.css + свой style.css с :root-токенами
   (--brand/--brand-dk/--brand-soft/--hs-scale и модификаторами)
   ============================================================ */
:root {
  --brand: #0056A4;
  --brand-dk: #003D77;
  --ink: #16232F;
  --paper: #F4F7F9;
  --brand-soft: #EAF2F9;
  --hs-scale: linear-gradient(90deg, var(--brand), var(--brand));
  /* шапка: темизируется отдельно (тёмные шапки сайтов); дефолт — светлая */
  --head-bg: var(--card);
  --head-title: var(--brand);
  --head-ink: var(--ink);
  --head-sub: var(--muted);
  --head-accent: var(--brand);
  --head-input-bg: var(--paper);
  --head-input-line: var(--steel);
  --head-btn: var(--brand);
  --head-btn-dk: var(--brand-dk);
  --footer-bg: var(--ink);
  --card: #FFFFFF;
  --steel: #D5DEE6;
  --muted: #5B7284;
  --buf4: #D9483B;
  --buf7: #3E9B55;
  --buf10: #2E7FC2;
  --ok: #1E7A44;
  --f-disp: 'Golos Text', Arial, sans-serif;
  --f-body: 'IBM Plex Sans', system-ui, Arial, sans-serif;
  --f-mono: 'IBM Plex Mono', 'Courier New', monospace;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; border: 0; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

.hs-wrap { max-width: 1140px; margin: 0 auto; padding: 0 22px; }

/* --- шапка --- */
.hs-header { background: var(--head-bg); }
.hs-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 18px 0 14px;
}
.hs-logo { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.hs-mark { width: 38px; height: 38px; flex: 0 0 auto; display: block; }
.hs-logo-text { min-width: 0; }
.hs-logo b {
  display: block;
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: .01em;
  color: var(--head-title);
  line-height: 1.1;
}
.hs-logo span { font-size: 12.5px; color: var(--head-sub); }
.hs-phones {
  text-align: right;
  font-family: var(--f-mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  /* блок ContactPhone — часто голый текст, не ссылки: цвет нужен на блоке,
     иначе на тёмной шапке наследуется тёмный --ink и текст пропадает */
  color: var(--head-ink);
}
.hs-phones a { color: var(--head-ink); text-decoration: none; white-space: nowrap; }
.hs-phones a:hover { color: var(--head-accent); }
.hs-header-bottom {
  display: flex;
  align-items: center;
  gap: 14px 22px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.hs-search { flex: 1 1 320px; display: flex; min-width: 0; margin: 0; }
.hs-search input {
  flex: 1;
  min-width: 0;
  font-family: var(--f-mono);
  font-size: 13.5px;
  color: var(--ink);
  background: var(--head-input-bg);
  border: 1px solid var(--head-input-line);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 9px 14px;
}
.hs-search input::placeholder { color: #8296A6; }
.hs-search input:focus { border-color: var(--head-accent); outline: none; }
.hs-search button {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  background: var(--head-btn);
  border: 0;
  border-radius: 0 4px 4px 0;
  padding: 0 22px;
  cursor: pointer;
}
.hs-search button:hover { background: var(--head-btn-dk); }
.hs-nav { display: flex; gap: 8px 20px; flex-wrap: wrap; }
.hs-nav a {
  font-size: 14px;
  color: var(--head-ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  white-space: nowrap;
}
.hs-nav a:hover { border-bottom-color: var(--head-accent); color: var(--head-accent); }

/* --- фирменная pH-линейка 0–14 --- */
.hs-ph {
  height: 8px;
  background: var(--hs-scale);
  position: relative;
}
.hs-ph::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,
    transparent 0, transparent calc(100%/14 - 1px),
    rgba(255,255,255,.55) calc(100%/14 - 1px), rgba(255,255,255,.55) calc(100%/14));
}
.hs-ph--thin { height: 4px; }

/* --- полоса доверия --- */
.hs-trust { background: var(--card); border-bottom: 1px solid var(--steel); }
.hs-trust .hs-wrap {
  display: flex;
  gap: 8px 34px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-trust span {
  font-family: var(--f-mono);
  font-size: 12.5px;
  color: var(--muted);
  position: relative;
  padding-left: 14px;
}
.hs-trust span::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 8px; height: 2px;
  background: var(--brand);
}

/* --- каркас страницы --- */
.hs-main { padding: 26px 0 44px; }
.hs-h1 {
  font-family: var(--f-disp);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 14px;
}
.hs-crumbs {
  font-family: var(--f-mono);
  font-size: 12.5px;
  color: #8296A6;
  padding: 16px 0 2px;
}
.hs-crumbs a { color: var(--muted); text-decoration: none; }
.hs-crumbs a:hover { color: var(--brand); }

/* --- главная: группы каталога --- */
.hs-sect-title {
  font-family: var(--f-disp);
  font-weight: 600;
  font-size: 19px;
  margin: 34px 0 16px;
}
.hs-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hs-group {
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  padding: 16px 18px 14px;
}
.hs-group-unit {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--brand);
  letter-spacing: .04em;
  margin: 0 0 3px;
}
.hs-group h3 {
  font-family: var(--f-disp);
  font-weight: 600;
  font-size: 16.5px;
  margin: 0 0 10px;
}
.hs-group ul { list-style: none; margin: 0; padding: 0; }
.hs-group li { position: relative; padding: 3.5px 0 3.5px 16px; }
.hs-group li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 9px; height: 1px;
  background: #A9BBC8;
}
.hs-group a { font-size: 14px; color: var(--ink); text-decoration: none; }
.hs-group a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }

/* --- главная: сферы применения --- */
.hs-spheres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hs-sphere {
  display: block;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  padding: 15px 18px 13px 21px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hs-sphere::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--steel);
}
.hs-sphere b { display: block; font-family: var(--f-disp); font-weight: 600; font-size: 15.5px; color: var(--ink); }
.hs-sphere small {
  display: block;
  font-family: var(--f-mono);
  font-size: 11px;
  color: #8296A6;
  margin-top: 6px;
}
.hs-sphere:hover { border-color: var(--brand); }

/* --- главная: новости --- */
.hs-news { background: var(--card); border: 1px solid var(--steel); border-radius: 6px; padding: 6px 18px; }
.hs-news-row {
  display: flex;
  gap: 8px 16px;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dotted var(--steel);
}
.hs-news-row:last-child { border-bottom: 0; }
.hs-news-date {
  font-family: var(--f-mono);
  font-size: 12.5px;
  color: #8296A6;
  white-space: nowrap;
}
.hs-news-row > a { font-size: 14.5px; color: var(--ink); font-weight: 500; text-decoration: none; }
.hs-news-row > a:hover { color: var(--brand); }
.hs-news-text { font-size: 13.5px; color: var(--muted); flex: 1 1 100%; }
.hs-news-text p { margin: 2px 0; }
.hs-news-text a { color: var(--brand); }

/* --- каталог: сайдбар + листинг --- */
.hs-cat-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 14px 0 30px;
}
.hs-side details { border-bottom: 1px solid var(--steel); padding: 4px 0; }
.hs-side summary {
  font-family: var(--f-disp);
  font-weight: 600;
  font-size: 14px;
  padding: 7px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-side summary::-webkit-details-marker { display: none; }
.hs-side summary::after { content: '›'; color: #8296A6; transition: transform .12s ease; }
.hs-side details[open] summary::after { transform: rotate(90deg); }
.hs-side ul { list-style: none; margin: 2px 0 8px; padding: 0; }
.hs-side li { padding: 2px 0; }
.hs-side li a {
  font-size: 13.5px;
  color: #3C4E5D;
  text-decoration: none;
  display: block;
  padding: 2px 0 2px 12px;
  border-left: 2px solid transparent;
}
.hs-side li a:hover { color: var(--brand); }
.hs-side li a.hs-active {
  border-left-color: var(--brand);
  color: var(--brand);
  font-weight: 600;
}

.hs-cat-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 0 0 14px; }
.hs-cat-head .hs-h1 { margin: 0; }
.hs-cat-count { font-family: var(--f-mono); font-size: 13px; color: #8296A6; }
.hs-folder-desc { max-width: 78ch; margin-bottom: 18px; }

.hs-rows { display: flex; flex-direction: column; gap: 10px; }
.hs-row {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  padding: 12px 16px;
  transition: border-color .12s ease;
}
.hs-row:hover { border-color: #9FB6C8; }
.hs-thumb {
  flex: 0 0 84px;
  width: 84px; height: 84px;
  border: 1px solid #E3EAF0;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hs-thumb img { max-width: 76px; max-height: 76px; }
.hs-row-main { flex: 1; min-width: 0; }
.hs-row-name {
  display: block;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  margin-top: 6px;
}
.hs-row-name:hover { color: var(--brand); }
.hs-row-buy {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.hs-price {
  font-family: var(--f-mono);
  font-size: 15px;
  font-weight: 500;
  color: var(--ok);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.hs-price--ask { color: var(--muted); font-size: 13.5px; }

/* --- шильдик артикула --- */
.hs-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--steel);
  border-radius: 3px;
  padding: 2.5px 9px;
  cursor: copy;
  position: relative;
  transition: border-color .12s ease;
}
.hs-tag:hover { border-color: var(--brand); color: var(--brand); }
.hs-tag svg { width: 12px; height: 12px; opacity: .45; }
.hs-tag:hover svg { opacity: 1; }
.hs-tag.hs-copied::after {
  content: 'Скопировано';
  position: absolute;
  left: 50%; top: -30px;
  transform: translateX(-50%);
  background: var(--ink);
  color: #FFF;
  font-size: 11.5px;
  padding: 3px 9px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 5;
}
.hs-tag--big { font-size: 15.5px; padding: 4px 12px; }

/* --- кнопки --- */
.hs-btn {
  display: inline-block;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 13.5px;
  text-decoration: none;
  border-radius: 4px;
  padding: 7px 16px;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.hs-btn--primary { background: var(--brand); color: #FFF; }
.hs-btn--primary:hover { background: var(--brand-dk); color: #FFF; }
.hs-btn--ghost { border-color: var(--brand); color: var(--brand); background: transparent; }
.hs-btn--ghost:hover { background: var(--brand-soft); }
.hs-btn--big { font-size: 15px; padding: 10px 26px; }

/* --- карточка товара --- */
.hs-product { padding: 8px 0 40px; }
.hs-prod-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.hs-photo {
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-photo img { max-height: 300px; }
.hs-photo-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.hs-photo-thumbs a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 4px;
  overflow: hidden;
}
.hs-photo-thumbs a:hover { border-color: var(--brand); }
.hs-prod-info .hs-h1 { font-size: 23px; margin: 10px 0 4px; }
.hs-brand { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; }
.hs-buy-row {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 22px;
}
.hs-buy-price {
  font-family: var(--f-mono);
  font-size: 17px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.hs-buy-or { font-size: 13px; color: #8296A6; }
.hs-buy-tel {
  font-family: var(--f-mono);
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.hs-docs { list-style: none; margin: 0 0 22px; padding: 0; }
.hs-docs li { padding: 5px 0; border-bottom: 1px dotted var(--steel); }
.hs-docs li:last-child { border-bottom: 0; }
.hs-docs a { color: var(--brand); text-decoration: none; }
.hs-docs a:hover { text-decoration: underline; }
.hs-docs .hs-ext {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--steel);
  border-radius: 3px;
  padding: 1px 5px;
  margin-right: 8px;
}
.hs-docs .hs-fsize { font-size: 12.5px; color: #8296A6; }

.hs-chips-title {
  font-family: var(--f-disp);
  font-weight: 600;
  font-size: 17px;
  margin: 26px 0 12px;
}
.hs-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-chip {
  display: block;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 4px;
  padding: 8px 13px;
  text-decoration: none;
  max-width: 100%;
}
.hs-chip b {
  display: block;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--brand);
}
.hs-chip span { font-size: 12.5px; color: var(--muted); }
.hs-chip:hover { border-color: var(--brand); }

/* --- контент из БД (описания, страницы, новости) --- */
.hs-content { max-width: 82ch; }
.hs-content img { max-width: 100%; }
.hs-content a { color: var(--brand); }
.hs-content table { border-collapse: collapse; max-width: 100%; }
.hs-content td, .hs-content th { border: 1px solid var(--steel); padding: 6px 10px; }
.hs-content ul { padding-left: 22px; }
.hs-content li { margin: 3px 0; }
.hs-content-wide { max-width: none; }
.hs-content-scroll { overflow-x: auto; }

/* --- форма заказа --- */
.hs-form { max-width: 560px; }
.hs-form label { display: block; font-size: 13.5px; color: var(--muted); margin: 14px 0 4px; }
.hs-form input[type="text"], .hs-form textarea {
  width: 100%;
  font-family: var(--f-body);
  font-size: 14.5px;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 4px;
  padding: 9px 12px;
}
.hs-form input:focus, .hs-form textarea:focus { border-color: var(--brand); outline: none; }
.hs-form .hs-btn { margin-top: 18px; }
.hs-form img.captcha { border: 1px solid var(--steel); border-radius: 4px; vertical-align: middle; }
.hs-alert {
  border: 1px solid var(--steel);
  border-left: 4px solid var(--buf4);
  border-radius: 4px;
  background: var(--card);
  padding: 10px 14px;
  margin: 0 0 16px;
}
.hs-alert--ok { border-left-color: var(--buf7); }

/* --- документы --- */
.hs-doclist { list-style: none; margin: 0; padding: 0; max-width: 700px; }
.hs-doclist li { border-bottom: 1px dotted var(--steel); padding: 8px 0; }
.hs-doclist a { color: var(--ink); text-decoration: none; font-weight: 500; }
.hs-doclist a:hover { color: var(--brand); }

/* --- мобильная панель карточки --- */
.hs-mobilebar {
  display: none;
  position: sticky;
  bottom: 0;
  gap: 10px;
  background: var(--card);
  border-top: 1px solid var(--steel);
  padding: 10px 16px;
  box-shadow: 0 -3px 12px rgba(15, 30, 45, .07);
  z-index: 20;
}
.hs-mobilebar .hs-btn { flex: 1; text-align: center; }

/* --- футер --- */
.hs-footer { background: var(--footer-bg); color: #B9C7D2; margin-top: 24px; }
.hs-footer .hs-wrap { padding-top: 26px; padding-bottom: 28px; }
.hs-footer-index h4 {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7E93A5;
  margin: 0 0 12px;
}
.hs-footer-index ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  columns: 3;
  column-gap: 34px;
}
.hs-footer-index li { padding: 2.5px 0; break-inside: avoid; }
.hs-footer-index a { font-size: 13px; color: #B9C7D2; text-decoration: none; }
.hs-footer-index a:hover { color: #FFF; text-decoration: underline; text-underline-offset: 3px; }
.hs-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 30px;
  flex-wrap: wrap;
  border-top: 1px solid #2A3A49;
  padding-top: 18px;
}
.hs-footer-contacts { font-family: var(--f-mono); font-size: 13.5px; line-height: 1.7; }
.hs-footer-contacts a { color: #FFF; text-decoration: none; }
.hs-footer-nav { display: flex; gap: 8px 18px; flex-wrap: wrap; }
.hs-footer-nav a { font-size: 13px; color: #B9C7D2; text-decoration: none; }
.hs-footer-nav a:hover { color: #FFF; }
.hs-footer-note { font-size: 12.5px; color: #7E93A5; max-width: 44ch; margin: 10px 0 0; }

/* --- адаптив --- */
@media (max-width: 900px) {
  .hs-groups, .hs-spheres { grid-template-columns: repeat(2, 1fr); }
  .hs-cat-layout { grid-template-columns: 1fr; }
  .hs-footer-index ul { columns: 2; }
}
@media (max-width: 640px) {
  .hs-groups, .hs-spheres { grid-template-columns: 1fr; }
  .hs-prod-grid { grid-template-columns: 1fr; }
  .hs-phones { text-align: left; }
  .hs-row { flex-wrap: wrap; }
  .hs-row-buy { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; }
  .hs-footer-index ul { columns: 1; }
  .hs-mobilebar { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

/* текст главной — SEO-блок под категориями и новостями */
.hs-home-text { margin-top: 34px; }

/* --- автокомплит поиска --- */
.hs-ac {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 40;
  margin-top: 4px;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 30, 45, .12);
  max-height: min(420px, 60vh);
  overflow-y: auto;
}
.hs-ac-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px dotted var(--steel);
}
.hs-ac-row:last-child { border-bottom: 0; }
.hs-ac-row:hover, .hs-ac-row.hs-ac-active { background: var(--brand-soft); }
.hs-ac-thumb {
  flex: 0 0 36px;
  width: 36px; height: 36px;
  object-fit: contain;
  background: #FFF;
  border: 1px solid #E3EAF0;
  border-radius: 3px;
}
.hs-ac-text { min-width: 0; display: flex; flex-direction: column; }
.hs-ac-code {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--brand);
}
.hs-ac-name {
  font-size: 13.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hs-ac-name b, .hs-ac-code b {
  font-weight: 600;
  background: rgba(46, 127, 194, .16);
  border-radius: 2px;
}
.hs-ac-all {
  font-family: var(--f-mono);
  font-size: 12.5px;
  color: var(--brand);
  justify-content: center;
}

/* --- индикатор наличия --- */
.hs-avail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--ok);
  white-space: nowrap;
}
.hs-avail::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--buf7);
}
.hs-avail--order { color: var(--muted); }
.hs-avail--order::before { background: #A9BBC8; }
.hs-avail--off { color: var(--muted); }
.hs-avail--off::before { background: var(--buf4); }

.hs-ac-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--buf7);
  margin-left: 7px;
}

/* --- сопутствующие товары: одинаковые карточки --- */
.hs-rel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.hs-rel-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--steel);
  border-radius: 4px;
  padding: 12px 14px;
  text-decoration: none;
  transition: border-color .12s ease;
}
.hs-rel-card:hover { border-color: var(--brand); }
.hs-rel-thumb {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.hs-rel-thumb img { max-width: 88px; max-height: 88px; }
.hs-rel-code {
  font-family: var(--f-mono);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--brand);
}
.hs-rel-name {
  flex: 1;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 2px 0 0;
}
.hs-rel-buy {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  min-height: 18px;
}
.hs-rel-buy .hs-price { font-size: 13.5px; }

/* --- футер: каталог + «Информация» в две колонки --- */
.hs-footer-cols { display: flex; gap: 16px 44px; flex-wrap: wrap; }
.hs-footer-cols > .hs-footer-index:first-child { flex: 1 1 520px; min-width: 0; }
.hs-footer-info { flex: 0 1 240px; }
.hs-footer-info ul { columns: 1; }

/* --- вложенные страницы «Информации» --- */
.hs-page-children { margin-top: 26px; max-width: 480px; }

/* --- согласие на обработку ПД в форме заказа --- */
.hs-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 4px;
  font-size: 13.5px;
  color: var(--ink) !important;
  line-height: 1.5;
  cursor: pointer;
}
.hs-consent input { margin-top: 3px; flex: 0 0 auto; }
.hs-consent a { color: var(--brand); }
.hs-btn[disabled], .hs-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

/* --- ревизия 27.07: типографика контент-блобов и поиск --- */
.hs-content h1, .hs-content h2, .hs-content h3, .hs-content h4 {
  font-family: var(--f-disp);
  line-height: 1.25;
}
.hs-content li p { margin: 0; }   /* markdown break-on-newline даёт <p> в <li> */
.hs-search-query {
  font-family: var(--f-mono);
  font-size: 13.5px;
  color: var(--muted);
  margin: -6px 0 18px;
}

/* --- плейсхолдер товара без фото (знак сайта контуром) --- */
.hs-noimg { width: 52px; height: 52px; opacity: .45; display: block; }
.hs-noimg--big { width: 110px; height: 110px; opacity: .35; }
.hs-rel-thumb .hs-noimg { width: 60px; height: 60px; }
