/* =============================================================
   BOXFORCAM™ — раздел «Элементы системы» внутри страницы /catalog/
   RQ-154 · S35 · CC-CORE · макет КД v5 (design_handoff_catalog_bfc_components).
   Скоуп: .bfc-cat (вкладка #bfc_components). Токены владельца: #f6921e / ink #1a1a1a / R16 (И-91).

   ОТЛИЧИЯ ОТ ПАКЕТА КД (осознанные, см. отчёт S35):
   1. @font-face НЕ дублируется: Roboto Condensed 100..900 уже объявлен локально в
      /assets/css/bfc-fonts.css (И-105/И-125) и подключается mu-plugin'ом bfc-fonts-enqueue
      на всех страницах. Второе объявление тех же woff2 = лишняя сетевая ветка.
   2. Стили .bfc-catbar/.bfc-seg (переключатель разделов) УДАЛЕНЫ: живой переключатель —
      это .sub_menu.catalog-menu темы, он выше секции и работает как раньше (регресс-требование).
      Свой второй переключатель рисовать нельзя — он бы не переключал.
   3. Стили .bfc-crumbs удалены: на живой /catalog/ крошек нет, а внутри одной из трёх
      вкладок они читались бы как крошки всей страницы.
   4. Добавлено: min-width:0 детям грида (готча P2.5 — full-width элемент в grid-колонке
      без min-width:0 растягивает колонку и даёт горизонтальный скролл), overflow-wrap
      для длинных имён позиций, скрытие стрелок галереи при одном кадре.
   ============================================================= */

.bfc-cat{
  /* фактическую высоту липкой шапки задаёт сайт; 88px — фолбэк */
  --bfc-header-h:88px;
  --o:#f6921e; --o-dark:#dd7d10; --o-soft:#fef4e8;
  --ink:#1a1a1a; --muted:#6b6b6b; --line:#e8e8e8; --soft:#fafafa;
  --r:16px; --r-sm:8px; --r-md:10px; --t:180ms ease;
  --font:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
  font-family:var(--font); color:var(--ink); background:#fff;
  font-size:16px; line-height:26px; -webkit-text-size-adjust:100%;
}
.bfc-cat *,.bfc-cat *::before,.bfc-cat *::after{box-sizing:border-box}
.bfc-cat img{max-width:100%;display:block}
.bfc-cat a{color:var(--o);text-decoration:none}
.bfc-cat a:hover{color:var(--o-dark)}
.bfc-cat ul,.bfc-cat ol{list-style:none;margin:0;padding:0}

.bfc-cat .bfc-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
@media (max-width:900px){.bfc-cat .bfc-wrap{padding:0 16px}}

/* ---------- Заголовок раздела ---------- */
.bfc-cat .bfc-head{padding:10px 0 20px}
.bfc-cat .bfc-h1{font-size:40px;line-height:46px;font-weight:700;letter-spacing:-.01em;margin:0 0 8px;
  text-transform:none;text-align:left;color:var(--ink)}
.bfc-cat .bfc-lede{font-size:17px;line-height:26px;color:var(--muted);max-width:78ch;margin:0;text-wrap:pretty}
@media (max-width:900px){
  .bfc-cat .bfc-h1{font-size:28px;line-height:33px}
  .bfc-cat .bfc-lede{font-size:15px;line-height:23px}
}

/* ---------- Триптих терминов ---------- */
.bfc-cat .bfc-terms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0 4px}
.bfc-cat .bfc-term{border:1px solid var(--line);border-radius:var(--r);padding:14px 16px;background:var(--soft);
  min-width:0}
.bfc-cat .bfc-term dt{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;
  color:var(--o);margin:0 0 4px}
.bfc-cat .bfc-term dd{margin:0;font-size:15px;line-height:22px}
.bfc-cat .bfc-term dd b{font-weight:700}
@media (max-width:900px){.bfc-cat .bfc-terms{grid-template-columns:1fr;gap:8px;margin:20px 0 0}}

/* ---------- Подраздел ---------- */
.bfc-cat .bfc-sub{padding:36px 0 8px;scroll-margin-top:calc(var(--bfc-header-h) + 24px)}
.bfc-cat .bfc-h2{font-size:32px;line-height:38px;font-weight:700;text-transform:uppercase;margin:0 0 12px;
  text-align:left;color:var(--ink);overflow-wrap:anywhere}
.bfc-cat .bfc-sub-intro{font-size:16px;line-height:26px;color:var(--muted);max-width:80ch;margin:0 0 24px;
  text-wrap:pretty}
.bfc-cat .bfc-sub-intro b{color:var(--ink);font-weight:600}
@media (max-width:900px){.bfc-cat .bfc-h2{font-size:23px;line-height:28px}.bfc-cat .bfc-sub{padding:28px 0 4px}}

/* ---------- Якорные ссылки на группы ---------- */
.bfc-cat .bfc-jump{display:flex;flex-wrap:wrap;gap:8px;margin:-12px 0 24px}
.bfc-cat .bfc-jump a{display:inline-flex;align-items:center;min-height:36px;padding:6px 12px;
  border:1px solid var(--line);border-radius:100px;background:#fff;color:var(--muted);
  font-size:13px;line-height:17px;font-weight:600;transition:var(--t)}
.bfc-cat .bfc-jump a:hover{border-color:var(--o);color:var(--ink)}

/* ---------- Группа внутри подраздела ---------- */
.bfc-cat .bfc-group{margin:0 0 32px;scroll-margin-top:calc(var(--bfc-header-h) + 24px)}
.bfc-cat .bfc-group-bar{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 14px;
  padding:0 0 10px;margin:0 0 16px;border-bottom:1px solid var(--line)}
.bfc-cat .bfc-h3g{font-size:19px;line-height:25px;font-weight:700;text-transform:uppercase;margin:0;
  text-align:left;color:var(--ink)}
.bfc-cat .bfc-group-meta{font-size:14px;line-height:20px;color:var(--muted);margin:0}

/* ---------- Сетка ----------
   Одна формула на все ширины: число колонок меняется само (4→3→2→1),
   контейнер фото при этом только масштабируется, формат 4:3 неизменен. */
.bfc-cat .bfc-grid{display:grid;gap:16px;
  grid-template-columns:repeat(auto-fill,minmax(min(100%,244px),1fr))}
@media (max-width:900px){.bfc-cat .bfc-grid{gap:12px}}
/* одна колонка — карточка не раздувается бесконечно */
.bfc-cat .bfc-grid>.bfc-card{max-width:420px;width:100%;margin:0 auto}

/* ---------- Карточка позиции ---------- */
/* S38-A RQ-171 (handoff КД 29.07): блок медиа/галереи заменён целиком по диффу из
   HANDOFF-gallery-square.md. Из макетной копии перенесена ТОЛЬКО эта дельта — сам файл
   макета поверх живого не клался, стили S35 и FAQ S36-B ниже не тронуты.
   Селекторы сохраняют префикс .bfc-cat (в макете он не нужен, в живом файле обязателен). */
.bfc-cat .bfc-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r);
  background:#fff;background-clip:padding-box;overflow:hidden;isolation:isolate;transition:var(--t);min-width:0}
.bfc-cat .bfc-card:hover{transform:translateY(-2px);border-color:var(--o)}
/* Контейнер фото: КВАДРАТ на всех ширинах. Верхние углы подрезаются радиусом карточки —
   собственного border-radius у медиа-блока быть НЕ должно (двойная обрезка даёт светлый
   ореол на стыке кривых, п.3 записки КД). */
.bfc-cat .bfc-card-media{position:relative;aspect-ratio:var(--bfc-photo-ratio,1/1);
  background:var(--soft);border-bottom:1px solid var(--line);overflow:hidden}
.bfc-cat .bfc-card-media img{width:100%;height:100%;object-fit:cover}

/* галерея: слайдер со сдвигом трека; индекс кадра живёт в --bfc-i на самом треке */
/* S50-A RQ-250: к --bfc-i добавлено --bfc-dx — живое смещение за пальцем во время
   свайпа. В покое оно 0px и на результат transform не влияет, поэтому поведение
   стрелок и выбора цвета не меняется ни на пиксель. */
.bfc-cat .bfc-gal{position:absolute;inset:0;display:flex;
  transform:translate3d(calc(var(--bfc-i,0) * -100% + var(--bfc-dx,0px)),0,0);
  transition:transform 420ms cubic-bezier(.4,0,.2,1);will-change:transform}
@media (prefers-reduced-motion:reduce){.bfc-cat .bfc-gal{transition:none}}
/* пока палец на экране — трек идёт за ним без анимации, иначе он «догонял» бы
   жест с задержкой 420ms и свайп читался бы как залипание */
.bfc-cat .bfc-gal.is-dragging{transition:none}
/* S50-A RQ-250: горизонталь отдаём скрипту, вертикальную прокрутку оставляем
   браузеру. Без pan-y браузер арбитрирует жест сам и на реальном устройстве
   рвёт последовательность touchcancel'ом — это и есть «листается только
   стрелками» при формально живых обработчиках. */
.bfc-cat .bfc-card-media{touch-action:pan-y}
.bfc-cat .bfc-gal>*{flex:0 0 100%;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;padding:0}
/* нативный drag картинки на Android перехватывает жест раньше скрипта */
.bfc-cat .bfc-gal img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;
  -webkit-user-drag:none;user-select:none;-webkit-user-select:none}
/* стрелки — абсолютный оверлей по краям (боковые колонки грида убраны) */
/* RQ-196 (S40-A): ИНВЕРСИЯ цвета по замечанию владельца — покой серый #9a9a9a,
   hover/active/focus оранжевый #f6921e. Было наоборот (оранжевый в покое, серый на
   hover): стрелка в покое перебивала по контрасту само фото, а на hover ГАСЛА, т.е.
   отклик читался как «выключено». Тот же канон применён к PDP (.bfc-pdp__nav) и к
   стрелкам ленты миниатюр — три компонента должны говорить одним языком. */
.bfc-cat .bfc-gal-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;
  display:flex;align-items:center;justify-content:center;width:32px;height:44px;padding:0;
  border:0;background:transparent;color:#9a9a9a;font-size:26px;line-height:1;
  font-family:var(--font);cursor:pointer;transition:var(--t)}
.bfc-cat .bfc-gal-btn:hover,
.bfc-cat .bfc-gal-btn:focus-visible,
.bfc-cat .bfc-gal-btn:active{color:var(--o)}
.bfc-cat .bfc-gal-btn--prev{left:2px}
.bfc-cat .bfc-gal-btn--next{right:2px}
/* один кадр — стрелки не нужны (у позиций витрины от 2 до 14 фото) */
.bfc-cat .bfc-card-media--single .bfc-gal-btn{display:none}
.bfc-cat .bfc-media-ph{font-size:11px;line-height:15px;color:#b5b5b5;text-align:center;padding:12px;
  letter-spacing:.04em}

.bfc-cat .bfc-card-body{display:flex;flex-direction:column;gap:8px;padding:14px;flex:1;min-width:0}
.bfc-cat .bfc-sku{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;white-space:nowrap;
  font-size:12px;line-height:1;font-weight:700;letter-spacing:.06em;color:var(--ink);
  background:var(--o-soft);border:1px solid var(--o);border-radius:12px;padding:6px 8px}
.bfc-cat .bfc-h3{font-size:15px;line-height:20px;font-weight:600;margin:0;text-align:left;
  overflow-wrap:anywhere}
.bfc-cat .bfc-h3 a{color:var(--ink)}
.bfc-cat .bfc-h3 a:hover{color:var(--o)}
.bfc-cat .bfc-desc{margin:0;font-size:13px;line-height:19px;color:var(--muted);text-wrap:pretty}
.bfc-cat .bfc-sku-note{font-size:11px;line-height:15px;color:#b5b5b5;margin:-4px 0 0}

/* выбор длины → артикул */
.bfc-cat .bfc-lens{border:0;padding:0;margin:2px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:6px;
  min-width:0}
.bfc-cat .bfc-lens .lbl{font-size:12px;line-height:16px;color:var(--muted);width:100%}
.bfc-cat .bfc-len{position:relative;display:inline-flex}
.bfc-cat .bfc-len input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}
.bfc-cat .bfc-len span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;
  min-height:32px;padding:6px 8px;border:1px solid var(--line);border-radius:12px;font-size:12px;
  line-height:1;font-weight:600;color:var(--muted);transition:var(--t);white-space:nowrap}
.bfc-cat .bfc-len input:checked+span{border-color:var(--o);background:var(--o-soft);color:var(--ink)}
.bfc-cat .bfc-len input:focus-visible+span{outline:2px solid var(--o);outline-offset:2px}

/* выбор цвета */
.bfc-cat .bfc-colors{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:2px 0 0;
  border:0;padding:0;min-width:0}
.bfc-cat .bfc-colors .lbl{font-size:12px;line-height:16px;color:var(--muted);margin-right:2px}
.bfc-cat .bfc-swatch{position:relative;display:inline-flex}
.bfc-cat .bfc-swatch input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}
.bfc-cat .bfc-swatch span{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:6px 10px;
  border:1px solid var(--line);border-radius:100px;font-size:12px;line-height:1;font-weight:600;
  color:var(--muted);transition:var(--t)}
.bfc-cat .bfc-swatch span::before{content:'';width:12px;height:12px;border-radius:50%;
  border:1px solid #cfcfcf;background:#fff;flex:none}
.bfc-cat .bfc-swatch--black span::before{background:#1a1a1a;border-color:#1a1a1a}
.bfc-cat .bfc-swatch input:checked+span{border-color:var(--o);color:var(--ink);background:var(--o-soft)}
.bfc-cat .bfc-swatch input:focus-visible+span{outline:2px solid var(--o);outline-offset:2px}

/* «Что это» — полное описание позиции из ACF full_text */
.bfc-cat .bfc-what{border-top:1px solid var(--line);margin:6px -14px 0;padding:6px 14px 0}
.bfc-cat .bfc-what>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;
  cursor:pointer;list-style:none;font-size:13px;font-weight:600;color:var(--o);min-height:36px;padding:4px 0}
.bfc-cat .bfc-what>summary::-webkit-details-marker{display:none}
.bfc-cat .bfc-what .chev{transition:transform var(--t);font-size:11px}
.bfc-cat .bfc-what[open] .chev{transform:rotate(180deg)}
.bfc-cat .bfc-what-body{font-size:13px;line-height:19px;color:var(--muted);padding:0 0 10px;margin:0;
  text-wrap:pretty}
.bfc-cat .bfc-what-body p{margin:0 0 8px}
.bfc-cat .bfc-what-body p:last-child{margin:0}

.bfc-cat .bfc-card-foot{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:8px;
  padding:0 14px 14px;margin-top:auto}
.bfc-cat .bfc-card-foot>.bfc-btn{min-width:0}
/* компактные кнопки в карточке — обе одной высоты (align-items:stretch) */
.bfc-cat .bfc-card-foot .bfc-btn{min-height:38px;padding:5px 12px;
  font-size:13px;line-height:1.15;border-radius:12px}
@media (max-width:900px){
  .bfc-cat .bfc-card-body{padding:12px;gap:6px}
  .bfc-cat .bfc-card-foot{grid-template-columns:1fr;padding:0 12px 12px}
  .bfc-cat .bfc-what{margin:6px -12px 0;padding:6px 12px 0}
}

/* ---------- Кнопки ---------- */
.bfc-cat .bfc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;
  padding:10px 16px;border-radius:14px;font-family:var(--font);font-size:14px;font-weight:700;
  line-height:1.15;cursor:pointer;transition:var(--t);border:1px solid transparent;text-align:center;
  color:var(--ink)}
.bfc-cat .bfc-btn--primary{background:var(--o);color:#fff;border-color:var(--o)}
.bfc-cat .bfc-btn--primary:hover{background:var(--o-dark);border-color:var(--o-dark);color:#fff;
  transform:translateY(-1px);box-shadow:0 8px 24px -8px rgba(246,146,30,.55)}
.bfc-cat .bfc-btn--secondary{background:#fff;color:var(--ink);border-color:var(--line)}
.bfc-cat .bfc-btn--secondary:hover{background:var(--o-soft);border-color:var(--o);color:var(--ink)}
.bfc-cat .bfc-btn:active{transform:translateY(0);opacity:.95}

/* ---------- FAQ ---------- */
.bfc-cat .bfc-faq{padding:40px 0 48px;border-top:1px solid var(--line);margin-top:28px;
  scroll-margin-top:calc(var(--bfc-header-h) + 24px)}
.bfc-cat .bfc-tag{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;
  color:var(--o);margin:0 0 8px}
.bfc-cat .bfc-faq-list{display:grid;gap:8px;margin:20px 0 0}
.bfc-cat .bfc-q{border:1px solid var(--line);border-radius:var(--r);background:#fff;transition:var(--t)}
.bfc-cat .bfc-q:hover{border-color:var(--o)}
.bfc-cat .bfc-q>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;
  cursor:pointer;list-style:none;padding:16px 18px;min-height:56px;font-size:17px;line-height:23px;
  font-weight:600}
.bfc-cat .bfc-q>summary::-webkit-details-marker{display:none}
.bfc-cat .bfc-q .chev{color:var(--o);transition:transform var(--t);flex:none;font-size:12px}
.bfc-cat .bfc-q[open] .chev{transform:rotate(180deg)}
.bfc-cat .bfc-a{padding:0 18px 18px;margin:0;font-size:15px;line-height:24px;color:var(--muted);
  max-width:80ch;text-wrap:pretty}
.bfc-cat .bfc-a b{color:var(--ink);font-weight:600}
/* RQ-167 (S36-B): кадр к ответу. На широком — справа от текста, на мобиле — под текстом
   во всю ширину. min-width:0 у текстовой колонки обязателен (И-134): без него flex-ребёнок
   с дефолтным min-width:auto распирает строку по самому длинному неразрывному токену. */
/* RQ-195 (S40-A): кадр в ответе FAQ был 200×200 при высоте текста 72–96px (замер
   computed, 1280×860, гость) — картинка вдвое-втрое выше своего абзаца и перетягивала
   ответ на себя. Ужимаем ровно ×2 (200 -> 100), тогда высота кадра 100px попадает в
   границы текстового блока. Радиус остаётся var(--r)=16 (И-91). Ширину колонки текста
   не трогаем: flex-basis кадра уменьшился, текст сам занял освободившееся место.
   Мобильную раскладку (кадр под текстом во всю ширину, S36-B RQ-167, принято) не
   меняем — И-70; там кадр не конкурирует с текстом по высоте. */
.bfc-cat .bfc-a-row{display:flex;align-items:flex-start;gap:18px;padding:0 18px 18px}
.bfc-cat .bfc-a-row .bfc-a{flex:1 1 auto;min-width:0;padding:0}
.bfc-cat .bfc-a-fig{flex:0 0 100px;margin:0}
.bfc-cat .bfc-a-fig img{display:block;width:100%;height:auto;border-radius:var(--r);
  border:1px solid var(--line);background:#fff}
@media (max-width:900px){
  .bfc-cat .bfc-q>summary{padding:14px;font-size:16px;line-height:22px}
  .bfc-cat .bfc-a{padding:0 14px 14px;font-size:14px;line-height:22px}
  .bfc-cat .bfc-a-row{flex-direction:column;gap:12px;padding:0 14px 14px}
  .bfc-cat .bfc-a-row .bfc-a{padding:0;font-size:14px;line-height:22px}
  .bfc-cat .bfc-a-fig{flex:none;width:100%}
  .bfc-cat .bfc-faq{padding:32px 0 36px}
}

/* ---------- Блок КП ---------- */
.bfc-cat .bfc-help{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;
  border:1px solid var(--line);border-radius:var(--r);padding:24px;background:var(--soft);margin-top:24px}
.bfc-cat .bfc-help-text{display:grid;gap:6px;max-width:60ch;min-width:0}
.bfc-cat .bfc-help-title{margin:0;color:var(--ink);font-size:20px;line-height:26px;font-weight:700}
.bfc-cat .bfc-help-body{margin:0;font-size:15px;line-height:23px;color:var(--muted);text-wrap:pretty}
.bfc-cat .bfc-help-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}
.bfc-cat .bfc-help-actions .bfc-btn{font-size:15px;min-height:48px;padding:12px 20px;white-space:nowrap;
  border-radius:16px}
.bfc-cat .bfc-phone{display:inline-flex;align-items:center;min-height:48px;padding:0 4px;
  font-size:18px;line-height:24px;font-weight:700;color:var(--ink);white-space:nowrap}
.bfc-cat .bfc-phone:hover{color:var(--o)}
@media (max-width:900px){
  .bfc-cat .bfc-help{padding:16px;gap:16px}
  .bfc-cat .bfc-help-title{font-size:18px;line-height:24px}
  .bfc-cat .bfc-help-actions{width:100%;gap:8px}
  .bfc-cat .bfc-help-actions .bfc-btn{flex:1 1 100%}
  .bfc-cat .bfc-phone{width:100%;justify-content:center;font-size:20px}
}

/* =============================================================
   RQ-175 (S39-A) · ХИРО «Подберите ваш вариант» — компактная полоса
   -------------------------------------------------------------
   ФАКТ РЕНДЕРА. Хиро печатает ТЕМА (themes/boxforcam/page-catalog.php) как
     <section class="choice offset-header" id="top-elem">
       <h2 class="choice__title title center">Подберите ваш вариант</h2>
       <p  class="choice__text center">крепления камер видеонаблюдения</p>
   themes/** — стоп-линия (И-43), поэтому правим ТОЛЬКО стилями отсюда. Файл
   подключается bfc-catalog-components.php по is_page_template('page-catalog.php'),
   т.е. эти правила действуют ИСКЛЮЧИТЕЛЬНО на /catalog/ — главная и прочие
   страницы, где .choice тоже встречается, не затрагиваются вовсе.

   ОТКУДА БРАЛАСЬ «треть экрана» (замер по живому main.min.css темы):
     .choice{padding:70px 0}   → 140px вертикали только на паддингах
     .title {padding:0 0 24px} → +24px под заголовком
     .catalog-menu{margin:15px 0} + инжект bfc-portal-menu.js
       '.sub_menu.catalog-menu,.catalog-menu{...margin-top:12px}'
   Итог: полоса висела ~230px и «отстояла от меню».

   ПОЧЕМУ !important. Свой <style id="bfc-ghead-css"> bfc-portal-menu.js добавляет
   в <head> на DOMContentLoaded — то есть ПОЗЖЕ этого <link>. При равной
   специфичности побеждал бы он, поэтому margin-top переключателя перебиваем явно.
   Остальные правила берут специфичность через body-класс шаблона.
   ============================================================= */
body.page-template-page-catalog .choice{padding:12px 0 10px}
body.page-template-page-catalog .choice__title{
  /* h2 сохранён как есть (это разметка темы) — меняется ТОЛЬКО визуальный размер.
     30px попадает в коридор владельца 28–32px. */
  font-size:30px;line-height:36px;font-weight:700;margin:0;padding:0;
  letter-spacing:-.01em}
body.page-template-page-catalog .choice__text{
  /* «в одну строку»: на десктопе строка и так одна. white-space:nowrap здесь
     НЕ ставим осознанно — на 375px он дал бы горизонтальный скролл (И-134). */
  margin:2px 0 0;padding:0;font-size:15px;line-height:21px;color:#6b6b6b}
/* переключатель «Комплекты / Составные части / Прочее» — сразу под полосой */
body.page-template-page-catalog .sub_menu.catalog-menu,
body.page-template-page-catalog .catalog-menu{margin:8px 0 0 !important}
@media (max-width:900px){
  body.page-template-page-catalog .choice{padding:10px 0 8px}
  body.page-template-page-catalog .choice__title{font-size:24px;line-height:29px}
  body.page-template-page-catalog .choice__text{font-size:14px;line-height:20px}
}
