/* Premium rental with chauffeur — octane s-voditelem layout */

/* Hero: same 1743×600 banner sizing as octane (height 600px, no dark overlay) */
body.with-chauffeur-page .cars-company__sections--s-voditelem .slider-index .slide,
body.with-chauffeur-page .cars-company__sections--s-voditelem .slide--with-chauffeur {
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.with-chauffeur-page .cars-company__sections--s-voditelem .slider-index .slide::before {
  display: none;
}

.cars-company__sections--s-voditelem .slide__text_big {
  font-size: 38px;
  margin-top: 30px;
}

.cars-company__sections--s-voditelem .main-slider__bottom-text {
  max-width: 720px;
}

.adges.adges--with-chauffeur {
  background-image: url("../assets/with-chauffeur/adges-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
  clear: both;
  position: relative;
  width: 100%;
}

.adges.adges--with-chauffeur .adges__wrapper {
  max-width: 100%;
}

.adges.adges--with-chauffeur .adges__item {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 60px;
  background-image: url("../assets/home/titane-rent/list-point-star.png");
  background-position: left top -7px;
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 35px;
}

.adges.adges--with-chauffeur .adges__item:last-child {
  margin-bottom: 0;
}

.two-block {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.two-block_block {
  width: 50%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}

.two-block .two-block_block ul li {
  margin-bottom: 30px;
  list-style: none;
}

.with-chauffeur-page ul.montserrat {
  margin: 16px 0 24px;
  padding-left: 22px;
}

.with-chauffeur-page ul.montserrat li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  body.with-chauffeur-page .cars-company__sections--s-voditelem .slide--with-chauffeur {
    background-image: url("../assets/with-chauffeur/hero-mobile.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 520px;
    min-height: 520px;
    max-height: none;
  }

  .cars-company__sections--s-voditelem .slide__text_big {
    font-size: clamp(18px, 5vw, 24px);
    margin-top: 16px;
  }

  .adges.adges--with-chauffeur {
    padding: 60px 0;
    background-position: 70% center;
  }

  .adges.adges--with-chauffeur .adges__item {
    font-size: 14px;
    padding-left: 48px;
    background-size: 36px;
  }

  .two-block {
    margin: 30px 0;
  }

  .two-block_block {
    width: 100%;
    padding: 0;
  }

  body.with-chauffeur-page .wrapper > .short-form__wrapper.form-rent-top {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
