

/* Start:/local/templates/romza_bitronic2_2.23.10/new_css/uslugi_88.css?17892254509866*/
/* Страница «Услуги и гарантии» /uslugi/ (12.09.2026, макет 88a — docs/specs/podborki-megamenu-87.md).
   Подключается только этой страницей (uslugi/index.php). Каркас как у /trade-in/ и хаба подборок:
   левая колонка старого меню и штатные крошки скрыты, серая подложка на всю ширину окна. */

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

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

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

.usl__head { display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
.usl__title { margin: 0; font-size: 32px; line-height: 1.2; font-weight: 800; color: #14171c; }
.usl__lead { margin: 0; font-size: 15px; line-height: 1.55; color: #3a3a3a; }

.usl__h2 { margin: 0; font-size: 22px; line-height: 1.25; font-weight: 700; color: #14171c; }
.usl__h3 { margin: 0; font-size: 18px; line-height: 1.3; font-weight: 700; color: #14171c; }
.usl__label { font-size: 12.5px; color: #6b7078; }
.usl__muted { font-size: 12.5px; color: #6b7078; }

/* Герой: слева заголовок, чипы и таблица, справа карточка с ценой категории */
.usl__hero {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.usl__hero-left { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.usl__hero-titles { display: flex; flex-direction: column; gap: 8px; }
.usl__hero-sub { margin: 0; font-size: 14px; line-height: 1.55; color: #4c525a; }
.usl__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.usl__chip {
  background: #fff;
  border: 1px solid #e5e7ea;
  border-radius: 8px;
  padding: 9px 14px;
  font: 400 12.5px Inter, Arial, sans-serif;
  color: #14171c;
  cursor: pointer;
  transition: border-color .14s ease, background .14s ease;
}
.usl__chip:hover { border-color: #14171c; }
.usl__chip.is-active { background: #14171c; border-color: #14171c; color: #fff; font-weight: 600; }
.usl__table-wrap { border-top: 1px solid #f0f1f3; padding-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.usl__table { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 22px; }
.usl__row { display: flex; align-items: baseline; gap: 9px; font-size: 13px; cursor: default; }
.usl__table .usl__row { cursor: pointer; }
.usl__row-name { color: #4c525a; }
.usl__row-dots { flex: 1; border-bottom: 1px dotted #dcdee2; }
.usl__row-price { font-weight: 600; color: #14171c; white-space: nowrap; }
.usl__row.is-active .usl__row-name, .usl__row.is-active .usl__row-price { font-weight: 700; color: #14171c; }
.usl__hero-right {
  background: #f7f8f9;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.usl__price-row { display: flex; align-items: baseline; gap: 11px; flex-wrap: wrap; }
.usl__price {
  background: #FDCD3C;
  border-radius: 9px;
  padding: 6px 14px;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #14171c;
}
.usl__price-note { font-size: 13.5px; color: #6b7078; }
.usl__hr { height: 1px; background: #e4e6e9; }
.usl__note { font-size: 12.5px; line-height: 1.55; color: #4c525a; }
.usl__link { align-self: flex-start; font-size: 13px; color: #14171c; text-decoration: none; border-bottom: 1px solid #c3c8cf; padding: 6px 0 1px; }
.usl__link:hover, .desktop a.usl__link:hover { color: #14171c; border-bottom-color: #14171c; text-decoration: none; }

/* Два столбца карточек */
.usl__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: start; }
.usl__card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.usl__card-head { display: flex; flex-direction: column; gap: 6px; }
.usl__rows { display: flex; flex-direction: column; }
.usl__rows--top { padding-top: 4px; }
.usl__row--line { padding: 12px 0; border-top: 1px solid #f0f1f3; font-size: 13.5px; }
.usl__item { display: flex; align-items: center; gap: 13px; padding-top: 13px; border-top: 1px solid #f0f1f3; }
.usl__item:first-of-type { padding-top: 0; border-top: 0; }
.usl__h3 + .usl__item { padding-top: 0; border-top: 0; }
.usl__item-ico {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 10px;
  background-color: #f7f8f9;
  background-position: center;
  background-size: 21px;
  background-repeat: no-repeat;
}
.usl__item-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.usl__item-name { font-size: 14px; color: #14171c; }
.usl__item-sub { font-size: 12px; color: #6b7078; }
.usl__item-price { margin-left: auto; flex-shrink: 0; font-size: 15px; font-weight: 600; color: #14171c; white-space: nowrap; }

/* Правая колонка второго ряда: акции и тёмная карточка */
.usl__side { display: flex; flex-direction: column; gap: 16px; }
.usl__promos { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.usl__promo { background: #fff; border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.usl__promo-ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background-color: #f7f8f9;
  background-position: center;
  background-size: 19px;
  background-repeat: no-repeat;
}
.usl__promo-text { font-size: 13px; line-height: 1.5; color: #14171c; }
.usl__dark { background: #18191a; border-radius: 14px; padding: 20px; display: flex; align-items: center; gap: 18px; }
.usl__dark-text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.usl__dark-title { font-size: 15px; font-weight: 700; color: #fff; }
.usl__dark-sub { font-size: 13px; line-height: 1.55; color: #adb3bd; }
.usl__dark-btn {
  margin-left: auto; flex-shrink: 0;
  height: 44px; padding: 0 18px;
  border: 1px solid #3a3d42; border-radius: 10px;
  color: #fff; font-size: 12.5px; line-height: 42px; font-weight: 600;
  text-decoration: none; white-space: nowrap;
  transition: border-color .14s ease, color .14s ease;
}
.usl__dark-btn:hover, .desktop a.usl__dark-btn:hover { border-color: #FDCD3C; color: #FDCD3C; text-decoration: none; }

/* Как купить */
.usl__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.usl__step { background: #f7f8f9; border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 9px; }
.usl__step-num { width: 26px; height: 26px; border-radius: 8px; background: #fff; color: #6b7078; font-size: 12px; line-height: 26px; font-weight: 700; text-align: center; }
.usl__step-text { font-size: 13.5px; line-height: 1.5; color: #14171c; }
.usl__chat {
  display: inline-block; margin-top: 8px;
  height: 36px; padding: 0 14px;
  background: #FDCD3C; border: 0; border-radius: 8px;
  font: 600 12.5px Inter, Arial, sans-serif; color: #14171c;
  cursor: pointer;
}
.usl__chat:hover { background: #ffae00; }

/* FAQ — нативные details, строки с шевроном */
.usl__faq { padding: 8px 24px; gap: 0; }
.usl__faq-item { border-top: 1px solid #f0f1f3; }
.usl__faq-item:first-child { border-top: 0; }
.usl__faq-q {
  list-style: none;
  display: flex; align-items: center; gap: 12px;
  padding: 18px 0;
  font-size: 15px; color: #14171c;
  cursor: pointer;
}
.usl__faq-q::-webkit-details-marker { display: none; }
.usl__faq-arr { margin-left: auto; width: 8px; height: 8px; border: solid #9aa0a9; border-width: 0 1.6px 1.6px 0; transform: rotate(45deg); margin-top: -3px; transition: transform .14s ease; flex-shrink: 0; }
.usl__faq-item[open] .usl__faq-arr { transform: rotate(-135deg); margin-top: 3px; }
.usl__faq-a { padding: 0 0 18px; font-size: 14px; line-height: 1.55; color: #4c525a; max-width: 820px; }
/* у закрытого details новый Chrome оставляет содержимому геометрию (content-visibility) —
   прячем ответ явно, иначе он «наезжает» на следующий вопрос в замерах */
.usl__faq-item:not([open]) .usl__faq-a { display: none; }

@media (max-width: 1100px) {
  .usl__hero { grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; }
}
@media (max-width: 767px) {
  .usl { padding-top: 12px; padding-bottom: 28px; gap: 12px; }
  .usl__title { font-size: 24px; }
  .usl__lead { font-size: 14px; }
  .usl__hero { grid-template-columns: minmax(0, 1fr); padding: 16px; border-radius: 14px; gap: 16px; }
  .usl__h2 { font-size: 19px; }
  .usl__table { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .usl__table .usl__row { padding: 5px 0; }   /* строки — цели для тапа, не меньше 24px */
  .usl__hero-right { padding: 16px; }
  .usl__price { font-size: 26px; }
  .usl__grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .usl__card { padding: 16px; border-radius: 14px; }
  .usl__promos { grid-template-columns: minmax(0, 1fr); }
  .usl__dark { flex-direction: column; align-items: flex-start; }
  .usl__dark-btn { margin-left: 0; }
  .usl__steps { grid-template-columns: minmax(0, 1fr); }
  .usl__faq { padding: 4px 16px; }
  .usl__faq-q { padding: 14px 0; font-size: 14.5px; }
}

/* End */
/* /local/templates/romza_bitronic2_2.23.10/new_css/uslugi_88.css?17892254509866 */
