/* На /ceny прайс использует разметку и стили главной страницы из index.css. */
.breadcrumbs[data-c-d7gkgx46] {
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.15rem 1rem;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  color: #f1f5f9;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.breadcrumbs__link[data-c-d7gkgx46],
.breadcrumbs__current[data-c-d7gkgx46] {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.breadcrumbs__link[data-c-d7gkgx46]:hover {
  color: #d6ad60;
}

.breadcrumbs__current[data-c-d7gkgx46] {
  color: #e2e8f0;
  font-weight: 800;
}

.breadcrumbs__sep[data-c-d7gkgx46] {
  padding: 0 0.1rem;
  color: #475569;
  user-select: none;
}

.ceny-page {
  box-sizing: border-box;
  min-height: 60vh;
  padding: 8.5rem 1rem 3rem;
}

.ceny-page__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.ceny-page__header {
  margin-bottom: 3rem;
}

.ceny-price-section + .ceny-price-section {
  margin-top: 4rem;
}

.fleet-prices-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.fleet-prices-wrap:focus-visible {
  outline: 2px solid #d6ad60;
  outline-offset: 2px;
}

.fleet-prices-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #cbd5e1;
  font-size: 0.8125rem;
}

.fleet-prices-table th {
  padding: 0.75rem 0.7rem;
  background: rgba(13, 20, 34, 0.95);
  color: #cbd5e1;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}

.fleet-prices-table th:nth-child(1) {
  width: 18%;
}

.fleet-prices-table th:nth-child(2) {
  width: 13%;
}

.fleet-prices-table th:nth-child(3) {
  width: 24%;
}

.fleet-prices-table th:nth-child(4) {
  width: 14%;
}

.fleet-prices-table th:nth-child(5) {
  width: 13%;
}

.fleet-prices-table th:nth-child(6) {
  width: 18%;
}

.fleet-prices-table td {
  padding: 0.75rem 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.35;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.fleet-prices__row--even {
  background: rgba(7, 11, 20, 0.55);
}

.fleet-prices__row--odd {
  background: rgba(13, 20, 34, 0.78);
}

.fleet-prices__vehicle {
  color: #fff;
  font-weight: 800;
}

.fleet-prices__rate {
  color: #efd28d;
  font-weight: 800;
  white-space: nowrap;
}

.fleet-prices-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 2px solid rgba(214, 173, 96, 0.7);
  background: rgba(13, 20, 34, 0.58);
  color: #cbd5e1;
}

.fleet-prices-note h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.fleet-prices-note ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  list-style: none;
}

.fleet-prices-note li {
  font-size: 0.8125rem;
  line-height: 1.4;
}

/* На /ceny используется восстановленная из Git стрелка .back-to-top. */
.ceny-route-shell .scroll-top {
  display: none !important;
}

@media (max-width: 767.98px) {
  #fleet.ceny-price-section {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #fleet .section-heading {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .fleet-prices-wrap {
    margin-top: 1rem;
    border-radius: 0.7rem;
  }

  .fleet-prices-table {
    min-width: 680px;
    font-size: 0.6875rem;
  }

  .fleet-prices-table th {
    padding: 0.45rem 0.5rem;
    font-size: 0.5625rem;
    letter-spacing: 0.035em;
  }

  .fleet-prices-table td {
    padding: 0.45rem 0.5rem;
    line-height: 1.25;
  }

  .fleet-prices-note {
    margin-top: 0.75rem;
    padding: 0.7rem 0.75rem;
  }

  .fleet-prices-note h3 {
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
  }

  .fleet-prices-note ul {
    gap: 0.15rem;
  }

  .fleet-prices-note li {
    font-size: 0.6875rem;
    line-height: 1.32;
  }
}

@media (min-width: 640px) {
  .ceny-page {
    padding-top: 10rem;
  }
}
