/* ═══════════════════════════════════════════════════════════════
   ТИПОГРАФИКА КАРТОЧКИ КОМПАНИИ
   Единая система: Inter / system-ui, базовый размер 16px
   ═══════════════════════════════════════════════════════════════

   Шкала размеров:
     --t-xs:   13px  — подписи, мета, счётчики
     --t-sm:   14px  — вспомогательный текст, лейблы
     --t-base: 16px  — основной текст, p, li, td
     --t-md:   18px  — подзаголовки, ссылки навигации
     --t-lg:   20px  — h3, заголовки блоков
     --t-xl:   24px  — h2 секций
     --t-2xl:  30px  — h1 (название компании)
   ═══════════════════════════════════════════════════════════════ */

.nvc-company-hero,
.nvc-company-hero ~ .info-block,
.nvc-company-hero ~ section,
.nvc-company-hero ~ .map-container {
  --t-xs:   13px;
  --t-sm:   14px;
  --t-base: 16px;
  --t-md:   18px;
  --t-lg:   20px;
  --t-xl:   24px;
  --t-2xl:  30px;
  --t-lh:   1.55;       /* базовый line-height для текста */
  --t-lh-tight: 1.2;   /* для заголовков */
  --t-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Базовый сброс для всего внутри карточки */
.info-block p,
.info-block ul,
.info-block ol,
.info-block li,
.info-block td,
.info-block th,
.description {
  font-family: var(--t-family);
  font-size: var(--t-base);
  line-height: var(--t-lh);
  color: #22324b;
}

/* h2 — заголовки секций */
.info-block h2 {
  font-family: var(--t-family);
  font-size: var(--t-xl);
  font-weight: 700;
  line-height: var(--t-lh-tight);
  letter-spacing: -0.01em;
  color: #22324b;
  margin: 0 0 16px;
}

/* h3 — подзаголовки внутри блоков */
.info-block h3 {
  font-family: var(--t-family);
  font-size: var(--t-lg);
  font-weight: 600;
  line-height: var(--t-lh-tight);
  color: #22324b;
  margin: 0 0 12px;
}

/* Списки */
.info-block ul,
.info-block ol {
  padding-left: 20px;
  margin: 0 0 12px;
}
.info-block li {
  margin-bottom: 6px;
}

/* Параграфы */
.info-block p {
  margin: 0 0 12px;
}
.info-block p:last-child { margin-bottom: 0; }


.nvc-company-hero {
  margin: 18px 0 22px;
}
.nvc-company-hero__shell {
  max-width: 100%;
  background: #edf3fb;
  border: 1px solid #dbe6f5;
  border-radius: 34px;
  padding: 14px;
  box-shadow: 0 16px 36px rgba(40, 73, 132, 0.06);
}
.nvc-company-hero__top {
  display: block;
}
.nvc-company-hero__logo-card,
.nvc-company-hero__main {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 24px;
}
.nvc-company-hero__logo-card {
  width: 92px;
  min-width: 92px;
  min-height: 92px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nvc-company-hero__logo-img {
  width: 100%;
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}
.nvc-company-hero__main {
  padding: 22px 22px 0;
}
.nvc-company-hero__identity-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.nvc-company-hero__heading-col {
  min-width: 0;
}
.nvc-company-hero__header-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  align-items: start;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e7eef9;
}
.nvc-company-hero__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  font-size: var(--t-2xl);
  font-weight: 700;
  line-height: var(--t-lh-tight);
  letter-spacing: -0.02em;
  color: #22324b;
}
.nvc-company-hero__verified {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2fcb6f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(47, 203, 111, 0.22);
}
.nvc-company-hero__verified i { font-size: 9px; }
.nvc-company-hero__meta-row,
.nvc-company-hero__stars {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nvc-company-hero__stars .stars {
  display: inline-flex;
  gap: 3px;
  color: #ffb31f;
  font-size: 18px;
  line-height: 1;
}
.nvc-company-hero__reviews-count {
  font-size: var(--t-base);
  color: #70809c;
}
.nvc-company-hero__review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #d6e1f2;
  background: #eef4ff;
  color: #294c8f;
  font-size: var(--t-sm);
  font-weight: 500;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.nvc-company-hero__cta-col {
  display: grid;
  gap: 10px;
  align-content: start;
}
.nvc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 16px;
  text-decoration: none;
  font-size: var(--t-base);
  font-weight: 500;
  border: 1px solid transparent;
  padding: 0 18px;
  line-height: 1.15;
  letter-spacing: -.01em;
}
.nvc-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nvc-btn i { font-size: 18px; }
.nvc-btn--ghost {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: #22324b;
  border-color: #cddaf1;
  box-shadow: 0 8px 18px rgba(34, 50, 75, 0.05);
}
.nvc-btn--primary {
  background: linear-gradient(180deg, #3d76f4 0%, #2a61dc 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(43, 98, 222, 0.22);
}
.nvc-company-hero__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  gap: 26px;
  align-items: start;
}
.nvc-company-hero__info-col {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
}
.nvc-company-hero__location-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.nvc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  width: fit-content;
  padding: 0 16px;
  border-radius: 12px;
  background: #eaf4fb;
  color: #48678a;
  font-size: var(--t-sm);
  font-weight: 500;
}
.nvc-badge__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #31c964;
  box-shadow: 0 0 0 4px rgba(49, 201, 100, 0.12);
}
.nvc-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.nvc-line--inline {
  display: inline-grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.nvc-line--inline .nvc-line__icon {
  width: 24px;
  height: 24px;
  margin-top: 0;
  font-size: 12px;
}
.nvc-line__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf4ff;
  color: #3772f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.nvc-line__text,
.nvc-line__text a {
  font-size: var(--t-base);
  line-height: var(--t-lh);
  color: #22324b;
  text-decoration: none;
  word-break: break-word;
}
.nvc-line__text strong { font-weight: 700; }
.nvc-company-hero__map-card {
  overflow: hidden;
  border: 1px solid #dbe6f5;
  border-radius: 22px;
  background: #f6f9fe;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(40, 73, 132, 0.08);
}
.nvc-company-hero__map-preview {
  min-height: 262px;
}
.nvc-company-hero__map-link {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-top: 1px solid #dbe6f5;
  background: #fff;
  color: #2b62de;
  text-decoration: none;
  font-size: var(--t-sm);
  font-weight: 600;
}
.nvc-company-hero__tabs {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid #e7eef9;
  border-radius: 24px;
  background: #fff;
}
.nvc-company-hero__tab {
  min-height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  text-decoration: none;
  color: #2b3b56;
  font-size: var(--t-sm);
  font-weight: 500;
  border-right: 1px solid #e7eef9;
  transition: background-color .18s ease, color .18s ease;
}
.nvc-company-hero__tab:hover {
  background: #f8fbff;
  color: #22437f;
}
.nvc-company-hero__tab:last-child { border-right: 0; }
.nvc-company-hero__tab i { color: #3772f6; font-size: 18px; }
#YandexMapSe { border-radius: 28px; overflow: hidden; }
#YandexMapSe #map { min-height: 420px; }

@media (max-width: 1280px) {
  .nvc-company-hero__header-row { grid-template-columns: minmax(0,1fr) 300px; }
  .nvc-company-hero__content-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 44%); }
}
@media (max-width: 1080px) {
  .nvc-company-hero__logo-card { width: 110px; min-width: 110px; min-height: 110px; }
  .nvc-company-hero__header-row,
  .nvc-company-hero__content-grid { grid-template-columns: 1fr; }
  .nvc-company-hero__cta-col { grid-template-columns: 1fr 1fr; }
  }
@media (max-width: 767px) {
  .nvc-company-hero__shell { padding: 12px; border-radius: 24px; }
  .nvc-company-hero__main { padding: 18px 18px 0; }
  .nvc-company-hero__identity-row { grid-template-columns: 1fr; gap: 14px; }
  .nvc-company-hero__logo-card { width: 92px; min-width: 92px; min-height: 92px; }
  .nvc-company-hero__title { font-size: 26px; }
  .nvc-company-hero__cta-col { grid-template-columns: 1fr; }
  .nvc-btn { min-height: 48px; border-radius: 16px; }
  .nvc-company-hero__tabs { grid-template-columns: 1fr; margin-top: 18px; }
  .nvc-company-hero__tab { border-right: 0; border-top: 1px solid #e7eef9; justify-content: flex-start; padding: 0 18px; min-height: 62px; }
  .nvc-company-hero__tab:first-child { border-top: 0; }
}

.nvc-btn--primary:hover,
.nvc-btn--primary:focus {
  color: #fff;
  background: linear-gradient(180deg, #4b81f6 0%, #2f67e1 100%);
}
.nvc-btn--primary:hover span,
.nvc-btn--primary:hover i,
.nvc-btn--primary:focus span,
.nvc-btn--primary:focus i {
  color: #fff;
}


/* Additional characteristics v3 */
.company-additional-v3 {
  background: #fff;
  border: 1px solid #e3ebf7;
  border-radius: 28px;
  padding: 26px 28px;
  box-shadow: 0 12px 30px rgba(40, 73, 132, 0.05);
}
.company-additional-v3__head {
  margin-bottom: 16px;
}
.company-additional-v3__title {
  margin: 0;
  font-size: var(--t-xl);
  line-height: var(--t-lh-tight);
  font-weight: 700;
  color: #22324b;
}
.company-additional-v3__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.company-additional-v3__item {
  min-height: 94px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6edf8;
  border-radius: 14px;
}
.company-additional-v3__icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--t-base);
  line-height: 1;
}
.company-additional-v3__item--staff .company-additional-v3__icon { color: #2f67e1; }
.company-additional-v3__item--year .company-additional-v3__icon { color: #2f67e1; }
.company-additional-v3__item--gis .company-additional-v3__icon { color: #19be6b; }
.company-additional-v3__item--yandex .company-additional-v3__icon { color: #ff3b30; }
.company-additional-v3__item--delivery .company-additional-v3__icon { color: #2f67e1; }
.company-additional-v3__item--term .company-additional-v3__icon { color: #f5a623; }
.company-additional-v3__content { min-width: 0; }
.company-additional-v3__label {
  margin-bottom: 8px;
  color: #6f809c;
  font-size: var(--t-sm);
  line-height: var(--t-lh);
  font-weight: 500;
}
.company-additional-v3__value {
  color: #22324b;
  font-size: var(--t-base);
  line-height: var(--t-lh);
  font-weight: 700;
}
.company-additional-v3__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.company-additional-v3__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: var(--t-sm);
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.company-additional-v3__badge--pickup {
  background: #e4f6ea;
  color: #2fa866;
}
.company-additional-v3__badge--delivery {
  background: #eef3ff;
  color: #3f6ff0;
}
.company-additional-v3__badge--plain {
  background: #f3f6fb;
  color: #48678a;
}
@media (max-width: 1024px) {
  .company-additional-v3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .company-additional-v3 {
    padding: 20px 16px;
    border-radius: 22px;
  }
  .company-additional-v3__grid {
    grid-template-columns: 1fr;
  }
  .company-additional-v3__item {
    min-height: 86px;
    padding: 14px;
  }
  .company-additional-v3__badge {
    min-height: 36px;
    padding: 0 14px;
    font-size: var(--t-sm);
  }
}


.nvc-svg-icon{display:inline-block;width:1em;height:1em;vertical-align:middle;flex:0 0 auto;}
.nvc-company-hero__verified .nvc-svg-icon{width:16px;height:16px;}
.nvc-company-hero__stars .stars .nvc-svg-icon,
.rating .stars .nvc-svg-icon,
.rating-stars .star .nvc-svg-icon{width:20px;height:20px;}
.nvc-btn .nvc-svg-icon,
.nvc-line__icon .nvc-svg-icon,
.nvc-company-hero__tab .nvc-svg-icon,
.contact-icon .nvc-svg-icon,
.carousel-btn .nvc-svg-icon,
.company-additional-v3__icon .nvc-svg-icon{width:1em;height:1em;}
.rating-stars .star{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#f7b500;}
.rating-stars .star svg{pointer-events:none;}
.company-additional-v3__icon svg{width:20px;height:20px;}
.nvc-company-hero__tab svg{width:18px;height:18px;}
.carousel-btn svg{width:20px;height:20px;}
.contact-icon svg{width:18px;height:18px;}

/* Inline SVG hardening: prevent theme/global SVG rules from stretching icons */
.nvc-svg-icon,
.nvc-svg-icon * {
  box-sizing: border-box;
}
.nvc-svg-icon {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  vertical-align: middle !important;
}

.nvc-company-hero__verified .nvc-svg-icon {
  width: 12px !important;
  height: 12px !important;
}

.nvc-company-hero__stars .stars,
.review .stars,
.company-card .rating .stars,
.rating-stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
}

.nvc-company-hero__stars .stars .nvc-svg-icon,
.review .stars .nvc-svg-icon,
.company-card .rating .stars .nvc-svg-icon,
.rating-stars .star .nvc-svg-icon {
  width: 18px !important;
  height: 18px !important;
}

.nvc-btn .nvc-svg-icon {
  width: 24px !important;
  height: 24px !important;
}

.nvc-line__icon .nvc-svg-icon,
.contact-icon .nvc-svg-icon {
  width: 18px !important;
  height: 18px !important;
}

.nvc-company-hero__tab .nvc-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.company-additional-v3__icon .nvc-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.carousel-btn .nvc-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.rating-stars .star {
  width: 20px;
  height: 20px;
  padding: 0;
}

.review .stars svg,
.company-card .rating .stars svg,
.rating-stars .star svg,
.nvc-company-hero__stars .stars svg,
.nvc-btn svg,
.nvc-line__icon svg,
.nvc-company-hero__tab svg,
.contact-icon svg,
.carousel-btn svg,
.company-additional-v3__icon svg {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
}


.rating-stars .star{user-select:none;-webkit-user-select:none;transition:transform .12s ease,color .12s ease;}
.rating-stars .star:hover{transform:scale(1.08);}
.rating-stars .star:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.15);border-radius:4px;}
.rating-stars .star.is-active{color:#f7b500;}


.company-rental-prices.info-block {
  background: #fff;
  border: 1px solid #e6edf8;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(39, 76, 145, 0.06);
}
.company-rental-prices__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.company-rental-prices__title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--t-xl);
  line-height: var(--t-lh-tight);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #20335f;
}
.company-rental-prices__title-icon {
  width: 24px;
  height: 24px;
  color: #2f67e1;
  flex: 0 0 24px;
}
.company-rental-prices__table {
  border: 1px solid #e7edf7;
  border-radius: 14px;
  overflow: hidden;
  background: #fdfefe;
}
.company-rental-prices__thead {
  background: #f7f9fd;
  border-bottom: 1px solid #e7edf7;
}
.company-rental-prices__tr,
.company-rental-prices__summary,
.company-rental-prices__row {
  display: grid;
  grid-template-columns: minmax(260px, 1.8fr) minmax(160px, .8fr) minmax(150px, .7fr);
  align-items: center;
}
.company-rental-prices__tr--head {
  min-height: 56px;
}
.company-rental-prices__th,
.company-rental-prices__cell,
.company-rental-prices__summary-cell {
  padding: 14px 18px;
  border-right: 1px solid #e7edf7;
}
.company-rental-prices__th:last-child,
.company-rental-prices__cell:last-child,
.company-rental-prices__summary-cell:last-child {
  border-right: 0;
}
.company-rental-prices__th {
  font-size: var(--t-sm);
  font-weight: 500;
  color: #6a7898;
}
.company-rental-prices__group + .company-rental-prices__group {
  border-top: 10px solid #f7f9fd;
}
.company-rental-prices__summary {
  width: 100%;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: linear-gradient(180deg, #f9fbff 0%, #f3f7fd 100%);
  text-align: left;
  cursor: pointer;
  color: #20335f;
}
.company-rental-prices__summary:hover {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4fd 100%);
}
.company-rental-prices__summary-cell {
  font-size: var(--t-base);
  font-weight: 700;
  color: #20335f;
}
.company-rental-prices__summary-cell:not(.company-rental-prices__summary-cell--name) {
  font-weight: 600;
}
.company-rental-prices__summary-cell--name,
.company-rental-prices__cell--name,
.company-rental-prices__th--name {
  display: flex;
  align-items: center;
}
.company-rental-prices__summary-cell--name {
  gap: 10px;
}
.company-rental-prices__summary-name {
  min-width: 0;
}
.company-rental-prices__chevron {
  width: 16px;
  height: 16px;
  color: #5b6f9a;
  flex: 0 0 16px;
  transition: transform .2s ease;
}
.company-rental-prices__group.is-open .company-rental-prices__chevron {
  transform: rotate(90deg);
}
.company-rental-prices__body {
  background: #fff;
}
.company-rental-prices__row {
  min-height: 52px;
  border-top: 1px solid #edf2fa;
}
.company-rental-prices__cell {
  font-size: var(--t-base);
  color: #344567;
}
.company-rental-prices__cell--name {
  padding-left: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-rental-prices.info-block {
    padding: 18px 14px;
    border-radius: 18px;
  }
  .company-rental-prices__title {
    font-size: 22px;
  }
  .company-rental-prices__table {
    border-radius: 12px;
    overflow-x: auto;
  }
  .company-rental-prices__thead,
  .company-rental-prices__groups {
    min-width: 640px;
  }
}


/* ══════════════════════════════════════════════════════
               NVC Rental Catalog
            ══════════════════════════════════════════════════════ */
            .nvc-rental-catalog {
                --rc-blue:       #3b82f6;
                --rc-blue-bg:    #eff6ff;
                --rc-border:     #e2e8f0;
                --rc-text:       #1e293b;
                --rc-muted:      #6b7280;
                --rc-radius:     12px;
            }
            .nvc-rental-catalog__title {
                display: flex; align-items: center; gap: 8px;
                font-size: 18px; font-weight: 700; color: var(--rc-text);
                margin: 0 0 18px;
            }
            .nvc-rental-catalog__title-icon { width: 20px; height: 20px; color: var(--rc-blue); }
            .nvc-rental-catalog__layout {
                display: grid;
                grid-template-columns: 240px 1fr;
                gap: 14px; align-items: start;
            }
            @media (max-width: 600px) {
                .nvc-rental-catalog__layout { grid-template-columns: 1fr; }
            }

            /* Search */
            .nvc-rental-catalog__search-wrap { position: relative; margin-bottom: 10px; }
            .nvc-rental-catalog__search-wrap::before {
                content: '';
                position: absolute; left: 11px; top: 50%; transform: translateY(-50%);
                width: 15px; height: 15px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='8.5' cy='8.5' r='5.75' stroke='%233b82f6' stroke-width='1.6'/%3E%3Cpath d='M13 13l3.5 3.5' stroke='%233b82f6' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
                background-size: contain; background-repeat: no-repeat;
            }
            .nvc-rental-catalog__search {
                width: 100%; box-sizing: border-box;
                padding: 9px 12px 9px 32px;
                border: 1.5px solid var(--rc-border); border-radius: 10px;
                font-size: 13.5px; color: var(--rc-text); outline: none;
                transition: border-color .15s; background: #fff;
            }
            .nvc-rental-catalog__search:focus { border-color: var(--rc-blue); }

            /* Sidebar */
            .nvc-rental-catalog__sidebar {
                border: 1px solid var(--rc-border); border-radius: var(--rc-radius);
                padding: 10px 8px; background: #fafbfd;
            }

            /* Родительская категория — жирный шрифт, без фона по умолчанию */
            .nvc-rental-cat__toggle {
                width: 100%; display: flex; align-items: center; gap: 6px;
                padding: 8px 10px;
                background: transparent; border: none; border-radius: 8px;
                cursor: pointer; font-size: 14px; font-weight: 700; color: #1e293b;
                text-align: left; transition: color .13s;
            }
            /* Фон только у активной родительской */
            .nvc-rental-cat__toggle.is-active {
                background: var(--rc-blue-bg);
                color: #1d4ed8;
            }
            /* Hover — только цвет, без фона */
            .nvc-rental-cat__toggle:not(.is-active):hover { color: var(--rc-blue); }

            /* Иконка шеврона */
            .nvc-rental-cat__chevron-icon {
                width: 14px; height: 14px; flex-shrink: 0;
                transition: transform .2s; color: currentColor;
            }
            .nvc-rental-cat__toggle.is-open .nvc-rental-cat__chevron-icon { transform: rotate(90deg); }

            /* Подкатегории */
            .nvc-rental-cat__subs { display: none; padding-left: 18px; margin-top: 2px; }
            .nvc-rental-cat__subs.is-open { display: flex; flex-direction: column; gap: 1px; }

            .nvc-rental-cat__sub-item {
                width: 100%; display: flex; align-items: center; gap: 8px;
                padding: 5px 10px; background: transparent; border: none;
                border-radius: 7px; cursor: pointer; font-size: 13px;
                color: #4b5563; text-align: left; transition: background .12s, color .12s;
                font-weight: 400;
            }
            /* Hover — только цвет */
            .nvc-rental-cat__sub-item:hover { color: var(--rc-blue); background: transparent; }
            /* Активная подкатегория — фон */
            .nvc-rental-cat__sub-item.is-active {
                background: var(--rc-blue-bg);
                color: #1d4ed8; font-weight: 600;
            }
            .nvc-rental-cat__dot {
                width: 5px; height: 5px; border-radius: 50%;
                background: #cbd5e1; flex-shrink: 0; transition: background .12s;
            }
            .nvc-rental-cat__sub-item.is-active .nvc-rental-cat__dot { background: var(--rc-blue); }

            /* Content */
            .nvc-rental-catalog__content {
                border: 1px solid var(--rc-border); border-radius: var(--rc-radius);
                padding: 10px 10px 14px; background: #fff; min-height: 160px;
            }
            .nvc-rental-items-group { display: none; }
            .nvc-rental-items-group.is-active { display: block; }
            .nvc-rental-items-group__list { list-style: none; padding: 0; margin: 0; }

            .nvc-rental-item {
                display: flex; align-items: flex-start; gap: 8px;
                padding: 7px 12px; border-radius: 7px; transition: background .12s;
            }
            .nvc-rental-item:hover { background: var(--rc-blue-bg); }
            .nvc-rental-item.is-hidden-preview,
            .nvc-rental-item.is-no-match { display: none !important; }

            .nvc-rental-item__dot {
                width: 7px; height: 7px; border-radius: 50%;
                background: var(--rc-blue); flex-shrink: 0; margin-top: 5px;
            }
            .nvc-rental-item__name { font-size: 13.5px; color: var(--rc-text); line-height: 1.5; }

            .nvc-rental-show-all { list-style: none; padding: 8px 10px 2px; }
            .nvc-rental-show-all__btn {
                background: transparent; border: 1.5px solid var(--rc-border);
                border-radius: 9px; padding: 8px 18px;
                font-size: 13.5px; color: var(--rc-blue); font-weight: 500;
                cursor: pointer; width: 100%; transition: all .15s;
            }
            .nvc-rental-show-all__btn:hover { background: var(--rc-blue-bg); border-color: #bfdbfe; }
            
/* ═══════════════ nvc-services-grid ═══════════════ */
.nvc-services-grid-block h2 { margin-bottom: 20px; }

.nvc-srv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.nvc-srv-card {
    background: #fff;
    border: 1px solid #e6edf8;
    border-radius: 16px;
    padding: 16px 18px;
    transition: box-shadow .15s ease, border-color .15s ease;
}
.nvc-srv-card:hover {
    border-color: #c5d6f0;
    box-shadow: 0 6px 18px rgba(40,73,132,.08);
}
.nvc-srv-card--hidden { display: none; }

.nvc-srv-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.nvc-srv-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #1e3256;
    text-decoration: none;
    line-height: 1.3;
}
.nvc-srv-card__title:hover { color: #2f67e1; }

.nvc-srv-card__body {
    font-size: 13px;
    line-height: 1.55;
    color: #5a6d88;
}
.nvc-srv-card__body a {
    color: #5a6d88;
    text-decoration: none;
    white-space: nowrap;
}
.nvc-srv-card__body a:hover { color: #2f67e1; text-decoration: underline; }

.nvc-srv-show-more {
    margin-top: 14px;
    background: none;
    border: 1px solid #d0ddef;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2f67e1;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.nvc-srv-show-more:hover {
    background: #f0f5ff;
    border-color: #a8bfe8;
}

@media (max-width: 767px) {
    .nvc-srv-grid { grid-template-columns: 1fr; }
}
/* ═══════════════ nvc-services-grid end ═══════════════ */
/* ═══════════════ nvc-similar-companies ═══════════════ */
.nvc-similar-block h2 { margin-bottom: 18px; }

.nvc-similar-carousel {
    position: relative;
}
.nvc-similar-track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    overflow: hidden;
}

/* Карточка */
.nvc-sim-card { background: none !important; border: none !important; padding: 0 !important; }
.nvc-sim-card__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e6edf8;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
.nvc-sim-card__inner:hover {
    border-color: #b8d0f0;
    box-shadow: 0 8px 28px rgba(40,73,132,.11);
    transform: translateY(-2px);
}

/* Логотип — маленький, слева */
.nvc-sim-card__logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #edf3fb;
    border: 1px solid #dbe6f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.nvc-sim-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nvc-sim-card__initials {
    font-size: 18px;
    font-weight: 800;
    color: #3772f6;
    line-height: 1;
}

/* Название */
.nvc-sim-card__name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1e3256;
    line-height: 1.3;
}
.nvc-sim-card__inner:hover .nvc-sim-card__name { color: #2f67e1; }

/* Рейтинг */
.nvc-sim-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nvc-sim-card__stars {
    display: inline-flex;
    gap: 2px;
    color: #f7b500;
}
.nvc-sim-card__stars .nvc-svg-icon { width: 14px !important; height: 14px !important; }
.nvc-sim-card__reviews {
    font-size: 12px;
    color: #8a9bb5;
}

/* Мета (адрес, телефон) */
.nvc-sim-card__meta {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 13px;
    color: #5a6d88;
    line-height: 1.4;
}
.nvc-sim-card__meta-icon {
    color: #3772f6;
    flex-shrink: 0;
    margin-top: 1px;
}
.nvc-sim-card__meta-icon .nvc-svg-icon { width: 14px !important; height: 14px !important; }

/* Кнопка */
.nvc-sim-card__btn {
    margin-top: auto;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #2f67e1;
    padding-top: 6px;
    border-top: 1px solid #eef3fb;
}
.nvc-sim-card__inner:hover .nvc-sim-card__btn { color: #1a4fbf; }

/* Кнопки карусели — поверх */
.nvc-similar-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: none; /* показываем через JS если overflow */
}
.nvc-similar-carousel .carousel-btn.prev { left: -18px; }
.nvc-similar-carousel .carousel-btn.next { right: -18px; }

@media (max-width: 767px) {
    .nvc-similar-track { grid-template-columns: 1fr 1fr; gap: 10px; }
    .nvc-sim-card__inner { padding: 14px; gap: 8px; }
}
@media (max-width: 480px) {
    .nvc-similar-track { grid-template-columns: 1fr; }
}
/* ═══════════════ nvc-similar-companies end ═══════════════ */


/* ══════════════════════════════════════════════════════
   NVC Breadcrumb — хлебные крошки карточки компании
   ══════════════════════════════════════════════════════ */
.nvc-breadcrumb {
    margin: 16px 0 14px;
}

.nvc-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
}

/* Разделитель между элементами — шеврон */
.nvc-breadcrumb__item {
    display: flex;
    align-items: center;
    color: rgba(31, 42, 68, 0.55);
}

.nvc-breadcrumb__item + .nvc-breadcrumb__item::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid rgba(31, 42, 68, 0.3);
    border-top: 1.5px solid rgba(31, 42, 68, 0.3);
    transform: rotate(45deg);
    margin: 0 9px;
    flex-shrink: 0;
}

/* Ссылки */
.nvc-breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #1F6FE3;
    text-decoration: none;
    font-weight: 500;
    transition: color .15s, opacity .15s;
    white-space: nowrap;
}

.nvc-breadcrumb__link:hover {
    color: #1558c0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Иконка map-pin перед городом */
.nvc-breadcrumb__icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    opacity: .75;
}

/* Текущий элемент (компания) — не ссылка, выделен */
.nvc-breadcrumb__item--current span {
    color: #1F2A44;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

/* Мобильные */
@media (max-width: 600px) {
    .nvc-breadcrumb__list {
        font-size: 12px;
    }
    .nvc-breadcrumb__item--current span {
        max-width: 180px;
    }
}
/* ══════════════════════════════════════════════════════
   end NVC Breadcrumb
   ══════════════════════════════════════════════════════ */
