/* Octane homepage sections — clean extract from template_styles.css */

.description-main {
  background: url("../assets/home/octane-rent/606-1.webp") bottom center / cover no-repeat;
  padding: 40px 0 590px;
}

.description-main .wrapper {
  max-width: 900px;
}

.description-main .car-description__text {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.feedback.wrapper.feedback-rent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px 15px;
  box-sizing: border-box;
}

.feedback .link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 21px;
  border: 2px solid;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  box-sizing: border-box;
  flex: 0 1 48%;
  max-width: 48%;
  transition: all 0.3s ease;
}

.feedback .link-button_gray {
  color: #3a3a3a;
  border-color: #3a3a3a;
  background: #fff;
}

.feedback .link-button_dark {
  color: #fd6c1e;
  border-color: #fd6c1e;
  background: #fff;
}

.feedback .link-button:hover {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%), 0 4px 12px rgb(0 0 0 / 25%);
  border-color: #fd6c1e;
  color: #fff;
  background: #fd6c1e;
}

@media (max-width: 1250px) {
  .feedback .link-button {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .description-main .car-description__text {
    font-size: 14px;
  }
}

@media (max-width: 586px) {
  .description-main {
    padding: 20px 0 24px;
  }

  .description-main .car-description__text {
    font-size: 12px;
  }

  .feedback .link-button {
    font-size: 12px;
    min-height: 44px;
  }
}

.advantages__wrapper {
  margin-top: 70px;
  font-family: "Montserrat", sans-serif;
}

.advantages--vip {
  margin-top: 0;
}

.advantages__item {
  margin-bottom: 50px;
}

.title-main_medium.advantages__name {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #fd6c1e;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.advantages__text {
  font-size: 20px;
  line-height: 1.65;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__title.title-main {
  margin: 48px auto 32px;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

.arend-step {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.arend-step__item {
  width: 33%;
  text-align: center;
}

.arend-step__text {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.arend-step__text a,
.arend-step__text span {
  color: #e16f2e;
  cursor: pointer;
}

.arend-step__text:before {
  position: absolute;
  right: -115px;
  width: 50px;
  content: "";
  transform: rotate(45deg);
  background: #fd6c1e;
  height: 2px;
  top: 26px;
}

.arend-step__text:after {
  position: absolute;
  top: 60px;
  right: -115px;
  width: 50px;
  content: "";
  transform: rotate(-45deg);
  background: #fd6c1e;
  height: 2px;
}

.arend-step__item:last-child .arend-step__text:before,
.arend-step__item:last-child .arend-step__text:after {
  content: none;
}

.adges {
  background-image: url("../assets/home/titane-benefits-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
}

.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/octane-rent/list-point-star.png");
  background-position: left top -7px;
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 35px;
}

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

.numbers {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.numbers__count {
  text-align: center;
  width: 190px;
  margin: 0 auto;
  font-size: 72px;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.numbers__text {
  max-width: 250px;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.numbers-btn {
  max-width: 445px;
  cursor: pointer;
  display: block;
  margin: 10px auto 60px;
  text-align: center;
  padding: 15px 5px;
  font-size: 18px;
  color: #fd6c1e;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: none;
  border-radius: 21px;
  border: 2px solid #fd6c1e;
}

.numbers-btn:hover {
  color: #191919;
  background: #fff;
}

.auto-mark {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0;
}

.auto-mark__item {
  width: 14%;
  position: relative;
}

.auto-mark__text {
  display: none;
}

.auto-mark__item img {
  width: 100%;
  height: auto;
  display: block;
}

.home-brand-slides {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 40px 0;
}

.home-brand-slide {
  flex: 1 1 50%;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.home-brand-slide__text {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  margin: 40px 0 60px;
  width: 100%;
}

.service-single {
  width: 33.333%;
  min-width: 0;
  max-width: none;
  flex: 0 0 33.333%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.service-single__link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.service-single__pic {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.72) contrast(1.05);
}

.service-single__title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(23, 23, 23, 0.52);
  text-transform: uppercase;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 300;
  padding: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  z-index: 1;
}

.rent-car__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5%;
  margin: 0 0 20px;
}

.rent-car__item {
  width: 24%;
  flex: 0 0 24%;
  max-width: 270px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rent-car__item:hover {
  box-shadow: 0 40px 20px 7px #ccc;
}

.rent-car__img img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
}

.rent-car__subtitle {
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 10px 0;
}

.dubai-page .rent-car__item--active .rent-car__subtitle,
.europe-page .rent-car__item--active .rent-car__subtitle {
  color: var(--orange, #ff7a22);
  font-weight: 600;
}

.cars-list,
.catalog-grid--octane {
  margin-top: 20px;
}

.hit-car.catalog-grid {
  padding: 0 0 40px;
}

.car-list-filter .car-filter__name.is-active,
.car-list-filter .car-filter__name.js-active {
  color: #fd6c1e;
  cursor: auto;
}

.form-rent-top .personal-submit {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
  color: #595959;
}

.form-rent-top .personal-submit a {
  color: #fd6c1e;
}

.short-form__wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 5px;
  padding: 25px 0;
  font-family: "Montserrat", sans-serif;
}

.short-form__wrapper .form__input--verification {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.short-form__wrapper input {
  width: 21%;
  margin-bottom: 0;
  border: 2px solid #191919;
  border-radius: 21px;
  padding: 15px 30px;
  height: 50px;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

.short-form__wrapper input::placeholder {
  font-size: 21px;
  color: #595959;
}

.short-form__wrapper select {
  outline: none;
  color: #595959;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 100%;
  font-size: 21px;
  padding: 0 42px 0 15px;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.select-wrapper {
  width: 23%;
  position: relative;
  height: 50px;
  border: 2px solid #191919;
  border-radius: 21px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}

.select-wrapper::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 18px;
  width: 2px;
  height: 15px;
  background: #191919;
  transform: rotate(45deg);
}

.select-wrapper::after {
  position: absolute;
  content: "";
  right: 35px;
  top: 18px;
  width: 2px;
  height: 15px;
  background: #191919;
  transform: rotate(135deg);
}

.short-form__wrapper .form__submit {
  background-color: #fd6c1e;
  border: 2px solid #fd6c1e;
  border-radius: 21px;
  font-size: 21px;
  line-height: 37px;
  color: #fff;
  text-transform: lowercase;
  padding: 0 30px;
  height: 50px;
  width: 21%;
  box-sizing: border-box;
  cursor: pointer;
}

.short-form__wrapper .form__submit:hover {
  color: #595959;
  background-color: #fff;
}

@media (max-width: 1150px) {
  .auto-mark__item {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .arend-step__item {
    width: 100%;
    margin-bottom: 24px;
  }

  .arend-step__text:before,
  .arend-step__text:after {
    display: none;
  }

  .rent-car__item {
    width: 48%;
  }

  .home-brand-slide {
    flex: 1 1 100%;
  }

}

@media (max-width: 760px) {
  .advantages__wrapper {
    margin-top: 30px;
  }

  .advantages__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service .wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .service .title-main.rent-car__title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
  }

  .service-single {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
    border-right: none;
  }

  .service-single__pic {
    width: 100%;
    aspect-ratio: 1;
  }

  .service-single__title {
    font-size: clamp(15px, 4.2vw, 20px);
    padding: 20px 16px;
  }
}

@media (max-width: 600px) {
  .service-single {
    width: 100%;
    flex: 0 0 100%;
  }

  .auto-mark__item {
    width: 50%;
  }
}

@media (max-width: 586px) {
  .numbers__count {
    width: 100px;
    font-size: 26px;
  }
}

/* Region catalog pages — full-width text in .wrapper (octane /avtopark/, /dubai/) */
.dubai-page .wrapper > .breadcrumb,
.europe-page .wrapper > .breadcrumb {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.dubai-page .breadcrumb li,
.europe-page .breadcrumb li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.dubai-page .breadcrumb li a,
.dubai-page .breadcrumb li > span,
.europe-page .breadcrumb li a,
.europe-page .breadcrumb li > span {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.dubai-page .breadcrumb li a,
.europe-page .breadcrumb li a {
  color: #e06c2a;
  text-decoration: none;
}

.dubai-page .breadcrumb li a::after,
.europe-page .breadcrumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 15px;
  color: #000;
}

.dubai-page .wrapper .car-description__text,
.europe-page .wrapper .car-description__text {
  color: #212529;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.dubai-page .wrapper h2.title-main,
.europe-page .wrapper h2.title-main {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
}

.dubai-page .wrapper .rent-car__title.title-main,
.europe-page .wrapper .rent-car__title.title-main {
  text-align: center;
}

.dubai-page .wrapper .list-checked,
.europe-page .wrapper .list-checked {
  margin-bottom: 20px;
}

.dubai-page .wrapper .list-checked li.car-description__text,
.europe-page .wrapper .list-checked li.car-description__text {
  text-align: left;
}

@media (max-width: 586px) {
  .dubai-page .wrapper .car-description__text,
  .europe-page .wrapper .car-description__text {
    font-size: 14px;
  }
}

.home-page .description-main .list-checked,
.dubai-page .list-checked,
.europe-page .list-checked {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.home-page .description-main .list-checked li,
.dubai-page .list-checked li,
.europe-page .list-checked li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.home-page .description-main .list-checked li::before,
.dubai-page .list-checked li::before,
.europe-page .list-checked li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange, #ff7a22);
  font-weight: 700;
}

.dubai-hero .slide--dubai {
  background-position: center;
  background-size: cover;
}

/* Dubai region — full-bleed hero under fixed header (octane.club/dubai has no body padding) */
body.dubai-page {
  padding-top: 0 !important;
}

.dubai-page .header.small-title {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.dubai-page .header.small-title .dubai-hero,
.dubai-page .header.small-title .home-hero-slider__viewport,
.dubai-page .header.small-title .home-hero-slider__track {
  height: 100%;
}

.dubai-page .header.small-title .slider-index .slide {
  height: 100% !important;
  min-height: 100%;
}

.dubai-hero .octane-slider__viewport,
.dubai-hero .home-hero-slider__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.dubai-hero .octane-slider__track,
.dubai-hero .home-hero-slider__track {
  display: flex;
  height: 100%;
}

/* Dubai hero — centered title + bottom rent CTA (overrides titane-home-slider desktop left-align) */
body.dubai-page .dubai-hero.slider-index .slide .slide__text {
  top: 0;
  left: 0 !important;
  right: 0;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  height: 100%;
  padding: 0 15px 100px;
  transform: none !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.dubai-page .dubai-hero.slider-index .slide .slide__text_big {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
  line-height: 1.15;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  body.dubai-page .dubai-hero.slider-index .slide .slide__text_big {
    padding-top: clamp(48px, 12vh, 90px);
    font-size: clamp(28px, 3.6vw, 52px) !important;
  }
}

body.dubai-page .dubai-hero .callback-link.callback-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 31;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  gap: 0;
}

.dubai-hero .callback-link .button.button_theme_slide {
  position: static;
  width: auto;
  min-width: 280px;
  max-width: 280px;
  left: auto;
  bottom: auto;
  transform: none;
  margin: 0;
  padding: 10px 0;
}

/* form-rent-top mobile stack — octane template_styles.css */
@media (max-width: 1140px) {
  .short-form__wrapper input {
    width: 43%;
    margin-bottom: 17px;
  }

  .select-wrapper {
    width: 43%;
  }
}

@media (max-width: 770px) {
  .short-form__wrapper input {
    width: 100%;
  }

  .short-form__wrapper select {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .select-wrapper {
    width: 100%;
  }

  .short-form__wrapper {
    padding: 25px 0 0;
  }

  .short-form__wrapper input,
  .short-form__wrapper select,
  .short-form__wrapper option,
  .short-form__wrapper .form__submit,
  .short-form__wrapper input::placeholder {
    font-size: 14px;
  }

  .short-form__wrapper .form__submit {
    width: 100%;
  }

  .form-rent-top .personal-submit {
    font-size: 12px;
    display: block;
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .short-form__wrapper input {
    height: 30px;
    margin-bottom: 10px;
  }

  .short-form__wrapper select {
    height: 30px;
  }

  .select-wrapper {
    height: 30px;
  }

  .short-form__wrapper input,
  .short-form__wrapper select,
  .short-form__wrapper option,
  .short-form__wrapper .form__submit,
  .short-form__wrapper input::placeholder {
    font-size: 12px;
    line-height: normal;
  }
}

/* Dubai / Europe region — 2×2 category grid on mobile (octane /dubai/) */
@media (max-width: 767px) {
  .dubai-page .rent-car__wrapper,
  .europe-page .rent-car__wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow-x: visible;
    scroll-snap-type: none;
    justify-content: center;
    gap: 4%;
    margin: 20px 0 0;
  }

  .dubai-page .rent-car__item,
  .europe-page .rent-car__item {
    flex: 0 0 46%;
    width: 46%;
    max-width: 46%;
    scroll-snap-align: unset;
    align-items: center;
  }

  .dubai-page .rent-car__img,
  .europe-page .rent-car__img {
    margin: 20px 0 10px;
  }

  .dubai-page .rent-car__subtitle,
  .europe-page .rent-car__subtitle {
    font-size: 12px;
    text-transform: lowercase;
  }

  .dubai-page .header.small-title {
    height: 520px;
  }

  .dubai-hero.slider-index .slide {
    height: 100% !important;
    min-height: 520px;
  }

  .dubai-hero.slider-index .slide .slide__text {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 14px 100px;
    transform: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  body.dubai-page .dubai-hero.slider-index .slide .slide__text_big {
    padding-top: clamp(110px, 30vh, 170px);
    font-size: clamp(16px, 4.2vw, 20px) !important;
    max-width: 92%;
    text-align: center;
    width: 100%;
  }

  .dubai-hero .callback-link.callback-top {
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 0 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .dubai-hero .callback-link .button.button_theme_slide {
    min-width: min(200px, calc(100% - 48px));
    max-width: 220px;
    width: auto;
    min-height: 40px;
    height: auto;
    margin-top: 15px;
    margin-left: 0;
    padding: 8px 22px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 20px;
    border-width: 1.5px;
    box-sizing: border-box;
  }

  .dubai-hero .slide--dubai {
    background-image: url("../assets/dubai/hero-mobile.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (max-width: 586px) {
  .dubai-page .rent-car__item,
  .europe-page .rent-car__item {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  body.dubai-page .dubai-hero.slider-index .slide .slide__text_big {
    font-size: clamp(15px, 4vw, 18px) !important;
  }

  .dubai-hero .callback-link .button.button_theme_slide {
    font-size: 13px;
  }
}
