/* #region head block */

.head--car{
    position: relative;
    width: 100%;
    height: 650px;
}

.head--car__head_picture{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-color: #121212;
}

.head--car__head_picture__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
    z-index: 0;
    border-radius: 32px 32px 0 0;
}

.head--car__brand{
    display: flex;
    justify-content: center;
    width: 100%;
    top: 56px;
    left: 50%;
}

.head--car__brand__image{
    margin-top: 56px;
    position: relative;
    object-fit: contain;
    width: 72px;
    height: 72px;
    z-index: 1;
}

.head--car__header__car_name{
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--Clear-White, #FFF);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 86px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.head--car__header__rent_dubai{
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--Clear-White, #FFF);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; /* 50.4px */
}

/* #endregion */

/* #region car block */

.breadscrumbs {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
}

.breadscrumbs__divider {
    width: 3px;
    height: 3px;
    background-color: #BA975E;
    border-radius: 50%;
    margin-top: 4px;
}

.breadscrumbs__item {
    color: var(--Text-Main, #3b3b3b);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    text-transform: lowercase;
}

.car_block{
    display: flex;
    gap: 20px;
    /* margin-top: 64px; */
    margin-bottom: 96px;
}

.car_block__photos{
    width: 49%;
}

.car_block__photos__main_photo{
    height: 482px;
    width: 100%;
    margin-bottom: 8px;
}

.car_block__photos__main_photo__image{
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
    height: 482px;
}

.car-slider {
    width: 100%;
    height: 100%;
    margin: 0;
}

.mySwiperCarsMain {
    margin: 0;
    width: 100%;
}

.car_block__photos__other_photos{
    display: flex;
    justify-content: space-between;
    /* gap: 8px; */
}

.car_block__photos__other_photos__image{
    border-radius: 12px;
    object-fit: cover;
    width: 32%;
    height: 120px;
}

.car_block__info{
    padding: 18px 24px 24px 24px;
    width: 49%;
    border-radius: 24px;
    border: 1px solid var(--Border, #EDEDED);
    background: var(--Clear-White, #FFF);
}

.car_block__info__head{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.car_block__info__head__logo_image{
    display: inline-block;
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.car_block__info__head__name{
    display: inline-block;
    color: var(--Text-Main, #020202);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 27.84px */
}

.car_block__info__welcome{
    margin-bottom: 18px;
}

.car_block__info__welcome__text{
    color: var(--Text-Two, #4C4C4C);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 18.56px */
}

.car_block__info__states_block{
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    border-radius: 8px;
    background-color: #F7F9FC;
}

.car_block__info__states_block__line__name{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 16.24px */
}

.car_block__info__states_block__line__value{
    color: var(--Text-Main, #020202);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 23.2px */
}

/* #endregion */

/* #region prices */

.car_block__info__prices{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    gap: 11px;
    margin-bottom: 18px;
    /* border-radius: 12px;
    background-color: #F9F9F9; */
}

.car_block__info__prices__item{
    width: 100%;
    height: 72px;
    padding: 11px 0;
    text-align: center;
    border-radius: 8px;
    background-color: #F9F9F9;
    /* background-color: grey; */
}

.car_block__info__prices__item__period{
    color: var(--Text-Two, #4C4C4C);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 11.6px */
}

.car_block__info__prices__item__value{
    color: var(--Text-Main, #020202);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 18.56px */
}

.car_block__info__prices__item__currency{
    color: var(--Text-Main, #020202);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
}

/* #endregion */

/* #region social networks */

.car_block__info__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.car_block__info__buttons__book {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: var(--gold, #BA975E);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.car_block__info__buttons__book:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
      rgba(255, 255, 255, 0.8), /* Цвет блика */
      rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
    );
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear; /* Анимация блика */
}

.car_block__info__buttons__book:hover::before {
    animation: none;
    background-image: none;
}

.car_block__info__buttons__book:hover {
    font-size: 17px;
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
    0% {
      left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
    }
    20% {
      left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
    }
    100% {
      left: 100%; /* Завершение анимации */
    }
}

.car_block__info__buttons__telegram, .car_block__info__buttons__whatsapp {
    width: 84px;
    height: 50px;
    border-radius: 8px;
    background: #F7F9FC;
    border: none;
    cursor: pointer;
}

.car_block__info__buttons__book__text {
    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; /* 16.24px */
}

/* #endregion */

/* #region about car */

.more-about {
    margin-bottom: 64px;
}

.more-about__head__text {
    color: var(--Text-Main, #020202);
    font-family: Stapel;
    font-display: fallback;
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 37.12px */

    margin-bottom: 32px;
}

.more-about__text__text {
    column-count: 2;
    column-gap: 120px;

    color: var(--Text-Two, #4C4C4C);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;

    text-align: justify;
}

/* #endregion */

/* #region similar cars */

.similar_cars {
    margin-bottom: 82px;
}

/* #endregion */


/* #region faq */

.faq--cars {
    margin-bottom: 104px;
}

/* #endregion */

@media (max-width:1450px){
    .car_block__photos__main_photo__image {
        height: 100%;
    }

    .car_block__info__head__name {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: 116%; /* 23.2px */
    }

    .car_block__info {
        padding: 0;
        background: none;
        border: 0;
    }

    .car_block__info__welcome__text {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 15.08px */
    }

    .car_block__info__states_block {
        gap: 12px;
        border-radius: 8px;
        background: #F4F4F4;
    }

    .car_block__info__states_block__line__name {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 11.6px */
    }

    .car_block__info__states_block__line__value {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 18.56px */
    }

    .car_block__info__prices__item {
        height: 62px;
        background: #F4F4F4;
    }

    .car_block__info__buttons__telegram, .car_block__info__buttons__whatsapp {
        background: #F4F4F4;
    }

    .car_block__info__prices__item__period {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 11.6px */
    }

    .car_block__info__prices__item__value {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%; /* 18.56px */
    }

    .car_block__info__prices__item__currency {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 18.56px */
    }

    .car_block__photos__main_photo {
        height: 390px;
    }
}


@media (max-width:820px){
    .car {
        margin-bottom: 24px;
    }
    .car_block {
        flex-direction: column;
        gap: 18px;
        margin-top: 24px;
    }

    .car_block__photos {
        width: 100%;
    }

    .car_block__photos__main_photo
    {
        height: 380px;
    }

    .car_block__photos__main_photo__image {
        height: 100%;
    }

    .car_block__info {
        width: 100%;
    }

    .car_block__info__states_block__line__name {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 18.56px */
    }

    .car_block__info__states_block__line__value {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 18.56px */
    }

    .car_block__info__prices__item__period {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 13.92px */
    }

    .car_block__info__prices__item__value {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%; /* 18.56px */
    }

    .car_block__info__prices__item__currency {
        color: var(--Text-Main, #020202);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%;
    }

    .car_block__info__prices__item {
        height: 64px;
    }

    .head--car__header__car_name {
        color: var(--Clear-White, #FFF);
        font-family: Stapel;
    font-display: fallback;
        font-size: 32px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }

    .head--car__header__rent_dubai {
        color: var(--Clear-White, #FFF);
        font-family: Stapel;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 140%; /* 22.4px */
        letter-spacing: 1.76px;
    }

    .head--car__brand__image {
        margin-top: 173px;
    }

    .head--car {
        height: 400px;
    }

    .car_block__photos__other_photos__image {
        height: 100px;
    }
}

@media (max-width:550px) {
    .car_block {
        margin-top: 0;
    }

    .car_block__photos__main_photo
    {
        height: 280px;
    }

    .breadscrumbs {
        padding-left: 0;
        flex-wrap: wrap;
    }
    .more-about__text__text {
        column-gap: 12px;
    }
}

@media (max-width:410px) {
    .car_block__photos__main_photo
    {
        height: 240px;
    }

    .car_block__photos__other_photos__image {
        height: 75px;
    }
}



