

/* Start:/local/templates/romza_bitronic2_2.23.10/new_css/podborki_hub.css?17892202664126*/
/* Страница «Все подборки» /catalog/podborki/[раздел]/ (12.09.2026, макет 87b —
   docs/specs/podborki-megamenu-87.md). Подключается только этой страницей
   (catalog/podborki/index.php). Каркас — как у /trade-in/: левая колонка старого
   меню и штатные крошки скрыты, свои крошки внутри блока; серая подложка страницы
   растянута на всю ширину окна. Шрифт сайта — Inter (Arial запасной). */

.main .main-cols__left { display: none; }
.main .box-bread-crumbs { display: none; }
body { overflow-x: hidden; }

.pdh {
  font-family: Inter, Arial, sans-serif;
  color: #14171c;
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  padding: 22px calc(50vw - 50%) 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pdh *, .pdh *:before, .pdh *:after { box-sizing: border-box; }

.pdh__crumbs {
  font-size: 12.5px;
  color: #6b7078;
}
.pdh__crumbs a { color: #6b7078; text-decoration: none; }
.pdh__crumbs a:hover, .desktop .pdh__crumbs a:hover { color: #14171c; text-decoration: none; }
.pdh__crumbs > span { color: #b9bcc2; margin: 0 2px; }
.pdh__crumbs-cur { color: #14171c !important; }

.pdh__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.pdh__title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  color: #14171c;
}
.pdh__sub { font-size: 13px; color: #6b7078; }

/* Блок раздела: на общей странице — с заголовком-ссылкой, на странице раздела — без него */
.pdh__sect {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pdh__sect-title {
  margin: 8px 0 -4px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
}
.pdh__sect-title a { color: #14171c; text-decoration: none; }
.pdh__sect-title a:hover, .desktop .pdh__sect-title a:hover { color: #14171c; text-decoration: underline; }
.pdh__sect-cnt { font-size: 13px; font-weight: 400; color: #6b7078; }

/* Группа: белая карточка с заголовком и чипами */
.pdh__group {
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.pdh__group-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.pdh__group-title { font-size: 16px; font-weight: 700; }
.pdh__group-note { font-size: 12.5px; color: #6b7078; }
.pdh__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pdh__chip {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  background: #f7f8f9;
  border-radius: 9px;
  padding: 9px 13px;
  font-size: 13px;
  color: #14171c;
  text-decoration: none;
  transition: background .14s ease;
}
/* тема красит любую ссылку при наведении в #ffae00 (.desktop a:hover) — перебиваем тегом a */
.pdh__chip:hover, .desktop a.pdh__chip:hover {
  background: #eff1f3;
  color: #14171c;
  text-decoration: none;
}
.pdh__chip-cnt { font-size: 11px; color: #6b7078; }

.pdh__other {
  display: flex;
  align-items: baseline;
  gap: 8px 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #6b7078;
}
.pdh__other-link { color: #14171c; text-decoration: none; border-bottom: 1px solid #c3c8cf; }
.pdh__other-link span { color: #6b7078; }
.pdh__other-link:hover, .desktop a.pdh__other-link:hover { color: #14171c; border-bottom-color: #14171c; text-decoration: none; }

.pdh__text {
  margin: 8px 0 0;
  max-width: 820px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #4c525a;
}
.pdh__text a { color: #14171c; }

@media (max-width: 767px) {
  .pdh { padding-top: 14px; padding-bottom: 28px; gap: 12px; }
  .pdh__title { font-size: 22px; }
  .pdh__group { border-radius: 12px; padding: 14px 14px 16px; gap: 10px; }
  .pdh__group-title { font-size: 15px; }
  .pdh__chip { padding: 8px 11px; font-size: 12.5px; }
  .pdh__sect-title { font-size: 18px; }
}

/* End */
/* /local/templates/romza_bitronic2_2.23.10/new_css/podborki_hub.css?17892202664126 */
