@font-face {
    font-family: 'Kinetika';
    src: url('../fonts/Kinetika-Medium.eot');
    src: local('Kinetika Medium'), local('Kinetika-Medium'),
        url('../fonts/Kinetika-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinetika-Medium.woff2') format('woff2'),
        url('../fonts/Kinetika-Medium.woff') format('woff'),
        url('../fonts/Kinetika-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Kinetika';
    src: url('Kinetika-Light.eot');
    src: local('Kinetika Light'), local('Kinetika-Light'),
        url('../fonts/Kinetika-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kinetika-Light.woff2') format('woff2'),
        url('../fonts/Kinetika-Light.woff') format('woff'),
        url('../fonts/Kinetika-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    user-select: none;
}

a {
    color: #6D6E76;
}

body {
    font-family: Kinetika, sans-serif;
    font-size: 16px;
    color: #181818;
    background: #1e1e1e;
    line-height: 1.85em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1e1e1e;
}

#preloader-status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    /*You can use animated gif for preloader*/
    /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}

#preloader-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #f2f2f2;
}

.spinner {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #f2f2f2;
    height: 100%;
    width: 20px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.content {
    max-width: 1430px;
    margin: 0 auto;
}

.uppercase-text {
    text-transform: uppercase;
}

/* Ширина полосы прокрутки */
::-webkit-scrollbar {
    width: 5px;
}

/* Цвет полосы прокрутки */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Цвет бегунка (ползунка) полосы прокрутки */
::-webkit-scrollbar-thumb {
    background: #6D6E76;
}

/* Определение стиля для ползунка при наведении курсора */
::-webkit-scrollbar-thumb:hover {
    background: #6D6E76;
}

/* HEADER */
.header {
    background-color: rgba(20, 20, 20, 0.5);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #f2f2f2;
    letter-spacing: 1px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header-block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* padding: 23px 30px 43px 30px; */
    padding: 20px 0;
    font-size: 16px;
    color: #f2f2f2;
    letter-spacing: 1px;
    max-width: 1430px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .header {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.logo {
    width: auto;
    max-width: 100%;
    max-height: 60px;
    align-self: stretch;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: auto 0;
    font-size: 16px;
    line-height: 20px;
}

.intro .rent-form input {
    background: #181818e8;
    color: #fff;
    font-size: 20px;
}

.intro .rent-form-title {
    font-size: 24px;
    line-height: 25px;
}

.intro .rent-form label {
    font-size: 20px;
}

.nav-item {
    font-family: Kinetika, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #f2f2f2;
}

.cat-link {
    text-decoration: none;
    color: #f2f2f2;
}

.nav-item:hover {
    color: #F6E09F;
}

.nav-icon {
    width: 12px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .navigation {
        flex-wrap: wrap;
    }
}

.lang-icon {
    width: 27px;
    height: 27px;
    margin-right: 13px;
}

.lang-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lang-block a {
    color: #fff;
    text-decoration: none;
}

.burger-menu {
    display: none;
}

/* HEADER END */

/* MAIN BANNER START */
.intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    color: #fff;
    padding: 70px 70px;
    min-height: 900px;
    margin: -36px 0 40px;
    background-image: url('../images/main-banner.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
}

.intro-block {
    max-width: 1430px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    color: #fff;
    text-align: left;
}

.headline {
    font: 700 84px/82px "Kinetika", sans-serif;
    text-transform: uppercase;
    margin-top: 159px;
    text-align: left;
}

.intro-text {
    font-family: "Kinetika", sans-serif;
    margin-top: 39px;
    font-size: 20px;
    line-height: 26px;
}

.cta-container {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    line-height: 26px;
    background-color: #181818;
    padding: 22px 63px;
    margin-top: 47px;
    color: #fff;
    transition: 0.5s;
}

.cta-container:hover {
    background-color: #fff;
    color: #181818;
}

.cta-container svg path {
    transition: 0.5s;
}

.cta-container:hover svg path {
    fill: #181818;
}

.cta-link {
    color: inherit;
    text-decoration: none;
    font-family: "Kinetika", sans-serif;
}

/* MAIN BANNER END */

.section-title-block {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: row;

}

.section-title {}

.title-right-link {
    margin-right: 0;
    margin-left: auto;
    font-size: 20px;
    line-height: 48px;
    color: #6D6E76;
}

.title-right-link svg {
    margin-left: 20px;
}

/* CATEGORIES START */
.categories-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
}

.categories-main {
    flex-basis: 50%;
    height: 450px;
    background-image: url('../images/cars/autobiography/002.jpg');
    background-position: center;
    background-size: cover;
    padding: 55px;
    display: flex;
    flex-direction: column;
}

.categories-main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: auto;
    color: #fff;
}

.categories-main-text {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    padding-top: 30px;
    color: #fff;
}

.categories-list {
    flex-basis: 50%;
    padding-left: 10px;
    height: 450px;
    /* overflow-y: auto;
    overflow-x: hidden; */
}

.categories-item {
    height: 50%;
    display: flex;
    flex-direction: row;
    background: #141414;
    margin-bottom: 2px;
}

.catitem-bg1 {
    background: #141414;
}

.catitem-bg2 {
    background: #181818;
}

.catitem-bg3 {
    background: #1E1E1E;
}

.catitem-bg4 {
    background: #252525;
}

.categories-item-left {
    flex-basis: 40%;
    padding: 30px 40px;
}

.categories-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #FFF;
}

.categories-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #494A53;
    padding-top: 15px;
}

.categories-item-right {
    flex-basis: 60%;
    text-align: right;
}

.categories-item-right img {
    height: 100%;
}

/* CATEGORIES END */


/* CATEGORY START */
.category-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-item {
    flex-basis: 49.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.transparent-item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.5);
}

.category-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.5);
}

.category-bottom a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.category-bottom a svg {
    margin-left: 5px;
    margin-bottom: -2px;
    width: auto;
}

.category-title {
    flex-basis: 50%;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
}

.category-price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.category-price div {
    padding: 15px 20px;
    text-wrap: nowrap;
}

.category-price-aed {
    background: linear-gradient(265.76deg, #3B3626cc -10.8%, #F6E09Fcc 90.6%);
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
}

.category-price-usd {
    background: #181818cc;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
}

.category-item-info {
    color: #fff;
    padding: 25px 30px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-top: auto;
}

/* CATEGORY END */

/* RENT TERMS START */
.rent-terms-block {
    margin-top: 80px;
    padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(265.76deg, #3B3626 -10.8%, #F6E09F 90.6%);
}

.rent-terms-left {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.rent-terms-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rent-terms-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #181818;
}

.rent-terms-text {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #181818;
}

.rent-terms-link {
    display: block;
    padding: 25px 50px;
    background: #181818;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.rent-terms-link svg {
    margin-left: 8px;
}

/* RENT TERMS END */


/* PAYMENT TERMS START */
.payment-terms-title-block {
    flex-direction: column;
}

.section-subtitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
}

.payment-terms-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
}

.payment-term-item {

    text-align: center;
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 250px;
}

.payment-term-item img {
    width: 81px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.payment-term-link {
    background: #f6e09f;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #181818;
    padding: 20px;
    margin-top: 30px;
}

/* PAYMENT TERMS END */



/* FAQ START */
.faq-block {
    background: #00000026;
    padding: 55px 85px;
}

.faq-item {
    margin: 40px 0;
}

.faq-item-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 26px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #D9D9D9;
    cursor: pointer;
}

.faq-item-title .collapse-arrow-icon {
    transition: 500ms;
}

.faq-item-opened .collapse-arrow-icon {
    transform: rotate(90deg);
}

.faq-item-text {
    display: none;
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #D9D9D9;
}

/* FAQ END */

/* CONTACTS START */
.contacts-block .section-title-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contacts-right-block {
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
}

.contacts-content img {
    width: 100%;
}

.contact-line a {
    color: #fff;
    text-decoration: none;
}

/* CONTACTS END */


/* FOOTER START */

footer {
    width: 100%;
    background: #181818;
    margin-top: 80px;
}

.footer-block {
    padding: 55px 0;
    margin: 0 auto;
    max-width: 1430px;
    width: 100%;
}

.top-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.bottom-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.left-bottom-footer {
    font-size: 16px;
    line-height: 28px;
    color: #ffffffb3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-bottom-footer a {
    color: #fff;
    text-decoration: none;
}

.right-bottom-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.right-bottom-footer a img {
    margin-left: 30px;
}

/* FOOTER END */


/* PAGE TERMS START */
.main-margin {
    margin-top: 100px;
}

.page-terms-title {
    background-color: #BFBFBF;
    text-align: center;
    width: 100%;
    padding: 100px 10px;
}

.page-terms-title-main {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -2px;
    color: #232536;
}

.page-terms-title-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #232536;
    opacity: 0.6;
}

.page-terms-content-block {
    background-color: #fff;
}

.page-terms-content {
    max-width: 768px;
    padding: 100px 10px;
    margin: 0 auto;
    color: #232536;
}

.page-terms-content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -2px;
    color: #232536;
}

.page-terms-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #232536;
}

.page-terms-content p {
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: 20px 0;
}

/* PAGE TERMS END */


.page-title {
    background: url(../images/bg-pattern.png);
    text-align: left;
    max-width: 1430px;
    margin: 0 auto;
    padding: 100px 10px;
}

.page-title-main {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-title-sub {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 20px;
}

/* CAR PAGE START */
.car-images-block {
    display: grid;
    grid-template-columns: 67% 33%;
    grid-gap: 10px;
}

.car-images-block div {
    float: left;
}

.car-images-block div img {
    width: 100%;
}

.main-image-block {
    overflow: hidden;
    position: relative;
}

.img-left-arrow-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.img-left-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
}

.img-right-arrow-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.img-right-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
}

.img-left-arrow path,
.img-right-arrow path {
    fill: #ffffff96;
}

.img-left-arrow-block:hover,
.img-right-arrow-block:hover {
    background: rgba(0, 0, 0, 0.5);
}

.img-left-arrow-block:hover .img-left-arrow path,
.img-right-arrow-block:hover .img-right-arrow path {
    fill: #fff;
}

.second-images-block {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.second-images-block div:first-child {
    margin-top: 0;
}


.second-images-block div {
    display: flex;
    margin-top: 10px;
    cursor: pointer;
}

.car-name {
    font-size: 40px;
    line-height: 50px;
    leading-trim: both;
    text-edge: cap;
    background: linear-gradient(265.76deg, #3B3626 -10.8%, #F6E09F 90.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 50px 0;
}

.car-preview-price {
    display: flex;
    flex-direction: row;
}

.car-preview-price-value {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.car-price-description {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4C4C4C;
}

.car-preview-price-link {
    margin-left: 30px;
}

.reserve-car-link {
    display: block;
    padding: 25px 50px;
    color: #181818;
    background: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
}

.reserve-car-link:hover {
    background: #F6E09F;
    /* color: #fff; */
}

.price-table {
    margin: 30px 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border-collapse: collapse;
}

.price-table td {
    text-align: center;
    border: 1px solid #4c4c4c;
    padding: 55px;
}

.rent-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rent-form label {
    color: #fff;
    font-size: 18px;
}

.rent-form div {
    margin: 15px;
}

.rent-form input,
.rent-form textarea {
    margin-top: 15px;
    border: 1px solid #F6E09F;
    background: transparent;
    width: 100%;
    color: #fff;
    padding: 15px;
}

.rent-form input::placeholder,
.rent-form textarea::placeholder {
    color: #fff;
    font-family: Kinetika, sans-serif;
}

.rent-form .submit-btn {
    display: block;
    padding: 16px 50px;
    color: #181818;
    background: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
}

.rent-form .submit-btn:hover {
    background: #F6E09F;
}

.rent-form-title {
    text-align: center;
    margin: 50px auto 30px auto;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.panorama-view-block {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.panorama-view-image {
    width: 100%;
    transform: scale(1.6);
}

.panorama-view-range {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.panorama-hide-watermark {
    display: none;
    position: absolute;
    top: 80%;
    left: 80%;
    right: 0;
    bottom: 0;
    background: #181c1f;
}

.panorama-bottom {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181c1f;
}

#panorama {
    margin: 10px auto;
    width: 1200px;
    height: 800px;
}

.car-values {
    margin: 30px 0;
    color: #fff;
}

/* CAR PAGE END */

/* ADVANTAGES START */
.advantages-title {
    margin-bottom: 40px;
}

.advantages-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.adv-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    flex-basis: 50%;
}

.adv-icon {
    padding: 10px;
    width: 100px;
    height: 100px;
    margin: 5px auto;
}

.adv-icon img {
    width: 80px;
}

.adv-title {
    font-weight: bold;
    margin: 5px 0;
}

.adv-text {
    width: 70%;
    margin: 0 auto;
}

/* ADVANTAGES END */


/* MODAL START */


/* AK MODAL */

.ak-modal-wrap {
    position: fixed;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgb(0 0 0);
    display: block;
}

.handle-ak-modal {
    background-color: #e4c590;
}

.handle-ak-modal {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 20%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 25%;
    top: 40%;
    width: 50%;
    z-index: 9999999;
}

.ak-modal-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #000000;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 0%;
}

.handle-ak-modal .animation-ak-modal {
    position: absolute;
    z-index: 100;
}

.handle-ak-modal .animation-ak-modal .txt-loading {
    text-align: center;
    user-select: none;
    color: #000;
}

.handle-ak-modal .animation-ak-modal .txt-loading {
    margin: 6px;
}

.handle-ak-modal .ak-modal-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ak-modal .loaded .animation-ak-modal {
    opacity: 0;
    transition: 0.3s ease-out;
}


/* MODAL END */

section {
    scroll-margin-top: 70px;
}

.whatsapp-button {
    background: #25D366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 5%;
    bottom: 8%;
    z-index: 9999;
}

.whatsapp-button .text-button {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.whatsapp-button .text-button span {
    text-align: center;
    color: #23a455;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 8px;
    top: 27px;
    line-height: 14px;
    font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.whatsapp-button .text-button:hover span {
    opacity: 1;
    font-size: 11px;
}

.whatsapp-button:hover .wa-img {
    display: none;
}

.whatsapp-button:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s;
}

.wa-img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.73);
}

.modal-window {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 90%;
    height: 90%;
    max-height: 90%;
    max-width: 450px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    background-color: #1e1e1e;
}

.modal-window .rent-form {
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.modal-title {
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
}

.modal-close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.cta-container {
    cursor: pointer;
}

.car-info-block {
    display: flex;
    flex-direction: row;
}

.car-preview-price-link {
    margin-top: 30px;
}