/* Octane car detail — measurements from octane.club templates */
:root {
  --octane-orange: #fd6c1e;
  --octane-orange-2: #fd6f26;
  --octane-text: #00090a;
  --octane-gray-btn: #3a3a3a;
  --octane-wrap: 1470px;
}

body.car-index {
  font-family: "Montserrat", sans-serif;
  color: var(--octane-text);
  margin: 0;
  padding-top: 90px;
}

@media (max-width: 1565px) {
  body.car-index {
    padding-top: 87px;
  }
}

@media (max-width: 1440px) {
  body.car-index {
    padding-top: 84px;
  }
}

@media (max-width: 1252px) {
  body.car-index {
    padding-top: 82px;
  }
}

@media (max-width: 1200px) {
  body.car-index {
    padding-top: 54px;
  }
}

@media (max-width: 1129px) {
  body.car-index {
    padding-top: 51px;
  }
}

@media (max-width: 992px) {
  body.car-index {
    padding-top: 58px;
  }
}

.octane-wrap {
  max-width: var(--octane-wrap);
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

/* Legacy site-header removed — use header-white from titane-header.css */
.car-index .cars-company {
  padding-top: 0;
}

.car-index .car-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.car-index .slider-car {
  overflow-x: hidden;
  position: relative;
}

/* Hero slide — match original banner aspect (1919×918); no black letterbox bars */
.car-index .cars-company .slide {
  position: relative;
  height: min(100vh, calc(100vw * 918 / 1919));
  min-height: 480px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-color: transparent;
}

/* Full car visible in banner (desktop + mobile) — Porsche Targa sea hero etc. */
.car-index .cars-company .slide.slide--full-car {
  height: min(100vh, calc(100vw * 489 / 1024));
  min-height: 280px;
  max-height: min(100vh, 920px);
  aspect-ratio: 1024 / 489;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-color: #0a0a0a;
  background-repeat: no-repeat;
}

.cars-company .slide {
  position: relative;
  height: min(100vh, calc(100vw * 918 / 1919));
  min-height: 480px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}

.cars-company .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.cars-company .slide__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 250px;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1410px;
}

.slide__text_car {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.main-slider-advantage {
  margin: 45px 0 50px;
}

.main-slider-advantage__item {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 500px;
  padding: 11px 18px 11px 60px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.45;
  text-align: left;
}

.main-slider-advantage--long .main-slider-advantage__item,
.main-slider-advantage.long .main-slider-advantage__item {
  max-width: 900px;
}

.main-slider-advantage__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 37px;
  transform: translateY(-50%);
  background: url("../assets/home/octane-rent/list-point-star.png") center / contain no-repeat;
}

.callback-link.callback-top {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

.button_theme_slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  max-width: 280px;
  min-height: 54px;
  height: 54px;
  padding: 0 32px;
  border: 2px solid #fff;
  border-radius: 21px;
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button_theme_slide:hover {
  background: transparent;
  color: var(--orange, #ff7a22);
  border-color: var(--orange, #ff7a22);
}

/* Breadcrumbs + title */
.breadcrumb {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb a {
  color: var(--octane-orange);
  font-size: 15px;
  font-weight: 300;
}

.breadcrumb li + li::before {
  content: "/";
  margin: 0 15px;
  color: #000;
}

.breadcrumb span {
  font-size: 15px;
  font-weight: 300;
}

.title-main_medium.title-carPage_h1 {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin: 35px 0;
  color: #000;
}

/* Product block — same horizontal inset as .octane-wrap (1470px + 15px) */
.car-index .cars-company > .breadcrumb,
.car-index .cars-company > .title-main_medium.title-carPage_h1,
.car-index .cars-company > .car-row,
.car-index .cars-company > .car-description__wrap {
  max-width: var(--octane-wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}

/* Product row */
.car-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.car-column {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .car-column {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

/* Price block */
.car-info__subtitle {
  font-size: 24px;
  color: var(--octane-orange);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.car-info__item table {
  width: 100%;
  border-collapse: collapse;
}

.car-info__item table th {
  font-size: 18px;
  color: var(--octane-orange-2);
  font-weight: 500;
  padding: 10px 15px;
  text-align: center;
}

.car-info__item table th:first-child,
.car-info__item table td:first-child {
  text-align: left;
}

.car-info__item table td {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 1px solid var(--octane-orange-2);
}

.car-info__item table tbody td:first-child {
  color: var(--octane-orange-2);
  font-weight: 500;
  text-align: left;
}

.car-info__item table td span,
.car-info__item table td strong {
  font-weight: 700;
  color: var(--octane-text);
}

.car-info__item {
  margin-bottom: 20px;
}

.car-info__subtitle.rent-for-ours {
  cursor: pointer;
  user-select: none;
}

.car-info__subtitle.rent-for-ours span {
  position: relative;
  padding-right: 30px;
}

.car-info__subtitle.rent-for-ours span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--octane-orange-2);
  border-bottom: 2px solid var(--octane-orange-2);
  position: absolute;
  top: -2px;
  right: 0;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.car-info__subtitle.rent-for-ours.active span::after {
  transform: rotate(-135deg);
  top: 5px;
}

.car-info__rates {
  margin-top: 25px;
  font-size: 18px;
}

.car-info__rates a {
  color: var(--octane-orange);
  text-decoration: underline;
}

.car-info__buttons {
  padding: 35px 0;
}

.car-info__arend-btn,
.car-info__calc-btn {
  display: block;
  width: 100%;
  max-width: 555px;
  height: 50px;
  margin-bottom: 25px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: lowercase;
  text-align: center;
  line-height: 50px;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.car-info__arend-btn {
  border: 2px solid var(--octane-orange);
  background: transparent;
  color: var(--octane-orange);
}

.car-info__arend-btn:hover {
  color: var(--octane-gray-btn);
}

.car-info__calc-btn {
  border: 2px solid var(--octane-gray-btn);
  background: transparent;
  color: var(--octane-gray-btn);
}

.car-info__calc-btn:hover {
  border-color: var(--octane-orange);
}

/* Gallery */
.car-column .slider {
  position: relative;
  margin-bottom: 35px;
}

.car-column .slider-frame {
  aspect-ratio: 689 / 459;
  width: 100%;
  overflow: hidden;
}

.car-column .slider-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.car-column .slider-fav {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

/* Specs */
.car-specifications {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--octane-orange-2);
}

.car-specifications__item {
  width: 25%;
  border-top: 1px solid var(--octane-orange-2);
  border-right: 1px solid var(--octane-orange-2);
  box-sizing: border-box;
}

.car-specifications__item:nth-child(4n) {
  border-right: none;
}

.car-specifications__name {
  font-size: 18px;
  color: var(--octane-orange-2);
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid var(--octane-orange-2);
  text-transform: lowercase;
}

.car-specifications__value {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: center;
  color: var(--octane-text);
}

.car-description__wrap {
  padding: 24px 0 8px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

/* Benefits banner — octane: padding 150px 0 + cover, без aspect-ratio/min-height */
.car-adges {
  width: 100%;
  margin: 35px 0;
  padding: 150px 0;
  background: url("../assets/home/titane-benefits-bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.car-adges .octane-wrap {
  width: 100%;
  max-width: var(--octane-wrap);
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.car-adges__wrapper {
  max-width: 920px;
}

.car-adges__item {
  position: relative;
  background: none;
  padding: 10px 0 10px 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 4px;
  text-align: left;
}

.car-adges__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 37px;
  transform: translateY(-50%);
  background: url("../assets/home/octane-rent/list-point-star.png") center / contain no-repeat;
}

.car-adges--range-rover-v {
  background-image: url("../assets/range-rover-v/02-full.jpg");
  background-position: center 55%;
}

/* Tariffs — octane.club divier template (18px table, short-form ovals) */
.section-price-table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  margin-top: 25px;
  margin-bottom: 20px;
}

.section-price-table th,
.section-price-table td {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
}

.section-price-table thead th,
.section-price-table thead td,
.section-price-table tbody tr:first-child td {
  font-weight: 600;
  color: #000;
}

.section-price-table tbody td:first-child {
  color: var(--octane-orange);
  font-weight: 600;
  text-align: center;
}

.section-price-table[data-europe-price-table] {
  table-layout: fixed;
}

.section-price-table[data-europe-price-table] th,
.section-price-table[data-europe-price-table] td {
  width: 16.666%;
}

.tariffs-note {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.car-price .car-description-text {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.car-price .car-description-text p {
  margin: 0;
}

/* Quick booking under rates — use short-form__wrapper form-rent-top (see octane-home-sections.css) */
.car-price .short-form__wrapper {
  padding-top: 0;
}

.car-price .form-rent-top .personal-submit {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
}

.car-price .form-rent-top .personal-submit a {
  color: var(--octane-orange);
}

/* Services — octane.club: 4×263px squares, space-between, overlay 21px / 300 */
.car-index .rent-services.wrapper {
  width: 100%;
}

.rent-services__wrapper--car-detail {
  margin: 40px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.rent-services__wrapper--car-detail .rent-services__item {
  position: relative;
  flex: 0 0 263px;
  width: 263px;
  max-width: 263px;
}

.rent-services__wrapper--car-detail .rent-services__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 263px;
  height: 263px;
}

.rent-services__wrapper--car-detail .rent-services__img img {
  width: 263px;
  height: 263px;
  max-width: 263px;
  max-height: 263px;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

.rent-services__wrapper--car-detail .rent-services__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.53);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.car-index .octane-wrap > .title-main_medium.title-carPage_h1 + .rent-services.wrapper,
.car-index .car-price ~ .title-main_medium.title-carPage_h1 {
  margin-top: 35px;
}

/* Extended description after «Полные условия» — full width, left (octane.club) */
.car-index .octane-wrap > .car-description-text {
  width: 100%;
  max-width: none;
  margin: 48px 0 56px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #333;
  text-align: left;
}

.car-index .octane-wrap > .car-description-text p {
  margin: 0 0 18px;
}

.car-index .octane-wrap > .car-description-text p:last-child {
  margin-bottom: 0;
}

.car-index .octane-wrap > .car-description-text .list-circle {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.car-index .octane-wrap > .car-description-text .list-circle li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}

.car-index .octane-wrap > .car-description-text .list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--octane-orange, #ff7a22);
}

.car-index .octane-wrap > .car-description-text .list-checked {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.car-index .octane-wrap > .car-description-text .list-checked li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.car-index .octane-wrap > .car-description-text .list-checked li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--octane-orange, #ff7a22);
  font-weight: 700;
}

.car-index .rent-services.wrapper > .title-main_medium.title-carPage_h1 {
  width: 100%;
  margin: 35px 0 10px;
}

/* Videos under car-price — octane 418×744 fixed + gap (not stretched 1fr) */
.car-index .car-price .rent-videos-trio .video-thumb {
  flex: 0 0 418px;
  width: 418px;
  height: 744px;
  max-height: none;
}

/* Conditions + footer — styles in octane-home-bottom.css; car-page tweaks only */
.car-index .condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: center;
}

.car-index .condition__item {
  width: 100%;
  margin: 0;
}

.car-index .condition__item div {
  padding: 5px 15px;
  text-align: center;
}

.car-index .condition__btn {
  text-transform: lowercase;
  text-decoration: none;
}

.car-index .rent-footer-form {
  margin-top: 40px;
}

.car-index .rent-footer-form__title.title-main,
.car-index .rent-footer-form__title.title-carPage_h1 {
  color: #fff;
  font-weight: 300;
}

/* Modals */
body.modal-open {
  overflow: hidden;
}

.octane-modal.hidden {
  display: none;
}

.octane-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.octane-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.octane-modal__panel {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  padding: 36px 32px;
  border-radius: 12px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.octane-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
}

.octane-modal h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.octane-modal p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #666;
}

.octane-modal .car-page-form {
  display: grid;
  gap: 12px;
}

.octane-modal .car-page-form input,
.octane-modal .car-page-form select {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 16px;
  font-family: inherit;
}

.slide__text_car .sticker-new,
.slide__text_car .slide__sticker_middle {
  border-radius: 3px;
  padding: 2px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 21px;
  color: #fd6c1e;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .car-index .callback-link.callback-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-top: 0;
    justify-content: center;
    width: 100%;
    z-index: 3;
  }
}

@media (min-width: 576px) {
  .cars-company .slide__text {
    top: 40px;
    left: 0;
    width: 100%;
    transform: none;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .car-index .cars-company .slide {
    min-height: 0;
    height: min(100vh, calc(100vw * 918 / 1919));
    background-position: center top;
    background-size: 100% auto;
    background-color: transparent;
  }

  .cars-company .slide {
    min-height: 700px;
  }
}

@media (min-width: 1200px) {
  .slide__sticker_middle {
    position: relative;
    top: -12px;
  }

  .car-index .cars-company .slide {
    min-height: 0;
    height: min(100vh, calc(100vw * 918 / 1919));
  }

  .cars-company .slide {
    min-height: 700px;
  }

  .slide__text_car {
    font-size: 42px;
    display: block;
    text-align: center;
    width: 100vw;
    margin-left: -100px;
    box-sizing: border-box;
  }

  .cars-company .slide__text {
    top: 0;
    left: 100px;
    right: auto;
    transform: none;
    padding-top: 70px;
    text-align: left;
    max-width: calc(100% - 210px);
    height: 100%;
  }

  .slider-car .main-slider-advantage {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .rent-services__wrapper--car-detail {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .rent-services__wrapper--car-detail .rent-services__item {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  .rent-services__wrapper--car-detail .rent-services__img,
  .rent-services__wrapper--car-detail .rent-services__img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 1 / 1;
  }

  .rent-services__wrapper--car-detail .rent-services__text {
    opacity: 1;
    font-size: 16px;
  }

  .car-specifications__item {
    width: 50%;
  }
  .car-specifications__item:nth-child(4n) {
    border-right: 1px solid var(--octane-orange-2);
  }
  .car-specifications__item:nth-child(2n) {
    border-right: none;
  }
  .car-price .short-form__wrapper input,
  .car-price .short-form__wrapper select,
  .car-price .short-form__wrapper .form__submit {
    width: 100%;
    margin-bottom: 17px;
  }

  .car-price .select-wrapper {
    width: 100%;
  }

  .car-adges {
    padding: 25px 0;
  }

  .car-adges__item {
    font-size: 12px;
    padding: 5px 0 5px 30px;
  }

  .car-adges__item::before {
    width: 30px;
    height: 22px;
  }
}

/* Equipment block (V-Class V-Vip and similar) */
.equipment {
  margin: 0 auto 40px;
  max-width: 1410px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
}

.equipment .props-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--octane-orange-2, #fd6c1e);
  margin-bottom: 24px;
}

.equipment-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}

.equipment p {
  margin: 0 0 12px;
  font-weight: 600;
  color: #222;
}

.equipment ul {
  margin: 0 0 24px;
  padding-left: 20px;
}

.equipment li {
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .equipment-blocks {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* car-page-mobile.css — loaded last in this file for cascade */
@media (max-width: 767px) {
  /* overflow-x:hidden on html/body freezes scroll on iOS Safari */
  html,
  body.car-index {
    overflow-x: clip;
    max-width: 100%;
  }

  .car-index .car-hero {
    width: 100%;
    margin-left: 0;
  }

  .car-index .cars-company,
  .car-index .octane-wrap,
  .car-index .car-price,
  .car-index .rent-footer-form {
    overflow-x: clip;
    box-sizing: border-box;
  }

  .car-index .cars-company .slide {
    position: relative;
    width: 100%;
    min-height: max(calc(100vw * 918 / 1919), 460px);
    height: auto;
    max-height: none;
    aspect-ratio: unset;
    background-size: cover;
    background-position: center 55%;
    background-color: #121212;
    background-repeat: no-repeat;
    pointer-events: auto;
  }

  /* Same height as normal car hero — short aspect banner crushed the list + book CTA */
  .car-index .cars-company .slide.slide--full-car {
    min-height: max(calc(100vw * 918 / 1919), 460px);
    height: auto;
    max-height: none;
    aspect-ratio: unset;
    background-size: cover;
    background-position: center 55%;
    background-color: #121212;
  }

  .car-index .cars-company .slide::before {
    background: rgba(0, 0, 0, 0.32);
    pointer-events: none;
  }

  .car-index .cars-company .slide__text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: max(calc(100vw * 918 / 1919), 460px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 52px 14px 88px;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
  }

  .car-index .cars-company .slide.slide--full-car .slide__text {
    min-height: max(calc(100vw * 918 / 1919), 460px);
    height: auto;
    padding: 52px 14px 88px;
    justify-content: flex-start;
  }

  .car-index .cars-company .slide__text * {
    pointer-events: none;
  }

  .car-index .cars-company .slide__text .callback-link,
  .car-index .cars-company .slide__text .callback-link * {
    pointer-events: auto;
  }

  .car-index .car-hero,
  .car-index .slider-car {
    touch-action: manipulation;
  }

  .car-index .main-slider-advantage {
    margin: 10px auto 0;
    width: min(340px, calc(100% - 8px));
    max-width: min(340px, calc(100% - 8px));
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .car-index .main-slider-advantage__item,
  .car-index .main-slider-advantage--long .main-slider-advantage__item,
  .car-index .main-slider-advantage.long .main-slider-advantage__item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 7px 10px 7px 38px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .car-index .main-slider-advantage__item::before {
    width: 28px;
    height: 20px;
  }

  .car-index .callback-link.callback-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    z-index: 3;
  }

  .car-index .button_theme_slide,
  .car-index .cars-company .slide .button.button_theme_slide {
    min-width: min(200px, calc(100% - 48px));
    max-width: 220px;
    width: auto;
    min-height: 40px;
    height: 40px;
    padding: 0 22px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    border-radius: 20px;
    border-width: 1.5px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .car-index .button_theme_slide:hover {
    color: var(--orange, #ff7a22);
    border-color: var(--orange, #ff7a22);
    background: transparent;
  }

  .car-column .slider-btn {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.88);
  }

  .car-column .slider-prev {
    left: 8px;
  }

  .car-column .slider-next {
    right: 8px;
  }

  .breadcrumb {
    font-size: 11px;
    line-height: 1.4;
  }

  .breadcrumb li + li::before {
    margin: 0 5px;
  }

  .title-main_medium.title-carPage_h1 {
    font-size: 19px;
    margin: 16px 0;
    line-height: 1.3;
    padding: 0;
  }

  .car-row {
    margin-bottom: 10px;
  }

  .car-info__subtitle {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .car-info__item table th,
  .car-info__item table td {
    font-size: 13px;
    padding: 8px 5px;
    line-height: 1.3;
  }

  .car-info__item table td span {
    font-weight: 700;
  }

  .car-info__rates {
    font-size: 13px;
    line-height: 1.5;
  }

  .car-info__buttons {
    padding: 16px 0;
  }

  .car-info__arend-btn,
  .car-info__calc-btn {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .slide__text_car {
    font-size: clamp(16px, 4.2vw, 20px) !important;
    font-weight: 300 !important;
    width: 100% !important;
    max-width: 92%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 8px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .slide__text_car .sticker-new,
  .slide__text_car .slide__sticker_middle {
    font-size: 12px !important;
    padding: 1px 7px;
    margin-left: 6px;
    vertical-align: middle;
  }

  .car-index .car-row > .car-column:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .car-column .slider-frame {
    border-radius: 0;
    background: #111;
  }

  /* Mobile gallery: show full car — do not crop with cover */
  .car-column .slider-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .car-specifications__item {
    width: 25%;
  }

  .car-specifications__item:nth-child(4n) {
    border-right: none;
  }

  .car-specifications__name {
    font-size: 10px;
    padding: 7px 3px;
    line-height: 1.2;
  }

  .car-specifications__value {
    font-size: 12px;
    padding: 7px 3px;
    line-height: 1.2;
  }

  .car-description__wrap {
    font-size: 14px;
    line-height: 1.55;
    padding: 16px 0 8px;
  }

  .section-price-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
  }

  .section-price-table th,
  .section-price-table td {
    font-size: 10px;
    padding: 5px 2px;
    line-height: 1.2;
    word-break: break-word;
  }

  .section-price-table tbody td:first-child {
    font-size: 9px;
    line-height: 1.15;
  }

  .tariffs-note,
  .car-price .car-description-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .car-index .condition {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 4px 0 0;
  }

  .car-index .condition__item {
    width: 100%;
    margin: 0;
  }

  .car-index .condition__item div {
    font-size: 11px;
    line-height: 1.35;
    padding: 4px 2px;
    text-align: center;
  }

  .car-index .condition__item span {
    font-size: 10px;
  }

  .car-index .condition__btn {
    width: min(260px, calc(100% - 20px));
    font-size: 14px;
    margin-bottom: 28px;
  }

  .rent-services__wrapper--car-detail {
    flex-direction: column;
    gap: 10px;
    margin: 16px 0 24px;
  }

  .rent-services__wrapper--car-detail .rent-services__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .rent-services__wrapper--car-detail .rent-services__img,
  .rent-services__wrapper--car-detail .rent-services__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .rent-services__wrapper--car-detail .rent-services__text {
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 8px;
  }

  .car-index .advantages__title.title-main {
    font-size: 17px;
    line-height: 1.35;
    margin: 20px auto 12px;
    padding: 0 12px;
  }

  .car-index .cards-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .car-index .car-price .rent-videos-trio {
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    gap: 12px;
  }

  .car-index .car-price .rent-videos-trio .video-thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: min(320px, 100%);
    height: auto;
    aspect-ratio: 9 / 16;
  }

  .related-section {
    padding: 24px 0;
    overflow: hidden;
  }

  .related-carousel .carousel-btn {
    display: none !important;
  }

  .related-track {
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .related-section .car-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: center;
    box-sizing: border-box;
  }

  .related-section .car-card-head {
    min-height: auto;
    font-size: 15px;
  }

  .related-section .car-card-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .related-section .car-card-img img {
    width: 100%;
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .car-index .rent-footer-form__title {
    font-size: 17px;
    line-height: 1.3;
  }
}
