.rowdaily {
    background-color: var(--gray_50);
    display: flex;
    padding: var(--space-xl);
    border-bottom: 1px solid var(--cyan_900);
}

.car {
    font-family: Inter !important;

    @media only screen and (max-width: 1440px) {
        font-size: 18px;
    }
}

.row_six {
    padding-left: var(--space-6xl);
    padding-right: var(--space-6xl);
    flex: 1;
    display: flex;
    padding-bottom: 11px;
}

.row_eight {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
    display: flex;
    padding-bottom: 11px;
}

.row_seven {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    display: flex;
    padding-bottom: 11px;
}

.row_custom {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid var(--gold);
}

.row_ten {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    display: flex;
    padding-bottom: 11px;
}





.price-6 {
    padding-left: var(--space-xl);
    padding-right: var(--space-11xl);

    @media only screen and (max-width:1440px) {
        font-size: 17px;
    }

    @media only screen and (max-width: 550px) {
        padding-right: var(--space-4xl);
    }
}

.columnforreside-1 {
    gap: var(--space-5xl);
    display: flex;
    background-color: var(--white);
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-8xl) var(--space-10xl);
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.columnuaedriver {
    margin-bottom: 108px;
    margin-left: 8px;
    margin-right: 8px;
    gap: var(--space-7xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.columnuaedriver ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.column_one {
    margin-top: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stackhomepage {
    height: 476px;
    position: relative;
}

.row_three {
    height: 422px;
    padding-top: var(--space-13xl);
    padding-bottom: var(--space-13xl);
    background-image: url(/customer/assets/images/img_group_16.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
        padding-top: var(--space-6xl);
        padding-bottom: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding-top: var(--space-4xl);
        padding-bottom: var(--space-4xl);
    }
}

.rowhomepage {
    margin-bottom: 192px;
    display: flex;
    justify-content: center;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.columnhomepage {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    gap: 54px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 550px) {
        gap: 27px;
    }

    @media screen and (min-width: 550px) and (max-width: 1440px) {
        gap: 35px;
    }
}

.divcontainer-2 {
    gap: 11px;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
}

.rentsedancars {
    font-size: 45.2px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 38px !important;
    }

    @media only screen and (max-width: 1050px) {
        font-size: 24px !important;
    }


}

.row_four {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    margin: 0 auto;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rowdailyprice {
    gap: var(--space-10xl);
    background-color: var(--liteblue);
    display: flex;
    width: 100%;
    padding: var(--space-7xl);
    border-radius: var(--radius-5xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.rowwithout {
    margin-top: 70px;
    margin-left: 334px;
    margin-right: 270px;
    gap: var(--space-xl);
    display: flex;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.categories-1 {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    align-self: center;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    @media only screen and (max-width: 1440px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.columnsave {
    margin-top: 64px;
    gap: var(--space-7xl);
    display: flex;
    width: 4%;
    flex-direction: column;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.up {
    background-color: var(--gold);
    box-shadow: var(--shadow-xs);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-4xl);
    border-radius: var(--radius-8xl);
}

.columnrentsedan {
    gap: var(--space-10xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rentsedancar {
    margin-left: 6px;
    font-family: Inter !important;
    font-size: 31.36px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 26px !important;
    }

    @media only screen and (max-width: 1050px) {
        font-size: 25px !important;
        margin-left: 0px;
    }

    @media only screen and (max-width: 550px) {
        font-size: 23px !important;
    }
}

.tablecar {
    align-self: stretch;

    @media only screen and (max-width: 1050px) {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.rowcar {
    background-color: var(--gray_50);
    flex: 1;
    display: flex;
    padding: var(--space-xl) var(--space-6xl);
    border-bottom: 1px solid var(--cyan_900);
}

.rowweekly {
    background-color: var(--gray_50);
    display: flex;
    padding: var(--space-xl) var(--space-3xl);
    border-bottom: 1px solid var(--cyan_900);
}

.rollsroyce-5 {
    align-self: flex-end;

    @media only screen and (max-width: 1440px) {
        font-size: 17px;
    }
}

.audi_seight {
    padding-left: var(--space-6xl);
    padding-right: var(--space-11xl);

    @media only screen and (max-width: 1440px) {
        font-size: 17px;
    }

    @media only screen and (max-width: 550px) {
        padding-right: var(--space-4xl);
    }
}

.price-7 {
    padding-left: var(--space-3xl);
    padding-right: var(--space-11xl);

    @media only screen and (max-width: 1440px) {
        font-size: 17px;
    }

    @media only screen and (max-width: 550px) {
        padding-right: var(--space-4xl);
    }
}

.row_twenty {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.columnduration {
    gap: var(--space-10xl);
    display: flex;
    background-color: var(--blue_gray_50);
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.columnforreside {
    gap: var(--space-13xl);
    display: flex;
    width: 94%;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnsignal {
    gap: var(--space-lg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rowsignal_one {
    gap: 17px;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.rowduration {
    margin-bottom: 18px;
    background-color: var(--white);
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);
    padding: var(--space-6xl) 28px;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        width: 100%;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.duration {
    align-self: center;
    width: 54%;
    line-height: 23px;

    @media only screen and (max-width: 1440px) {
        width: 54%;
        font-size: 17px;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}


.image-2 {
    height: 42px;
    width: 30%;
    object-fit: contain;
    cursor: pointer;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.column_two {
    margin-top: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media only screen and (max-width: 550px) {
        gap: var(--space-9xl);
    }
}

.columnreviews {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.divblocktitle {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    display: flex;
    justify-content: center;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.columnclose_one {
    gap: 44px;
    align-self: flex-end;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.slider {
    max-width: 100%;
    overflow-x: scroll;
    display: flex;
}

.column_four {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column_three {
    gap: var(--space-13xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.column_eight {
    margin-top: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnfrequentl {
    gap: var(--space-12xl);
    display: flex;
    flex-direction: column;
    align-items: center;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rowwhatdocument {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    gap: 42px;
    display: flex;
    justify-content: center;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}




/* CUSTOM DOUBLE SLIDER FILTER */

.parameter {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    display: inline-block;
    width: 270px;
    height: 157px;
    margin-top: 5px;
}

.parameters {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: -12px;
}

.irs--round .irs-handle {
    top: 24px;
    width: 20px;
    height: 20px;
    border: 4px solid rgba(92, 124, 136, 1);
    background-color: rgba(92, 124, 136, 1);
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    cursor: pointer;
}

.irs--round .irs-bar {
    top: 31px;
    height: 6px;
    background-color: rgba(92, 124, 136, 1);

}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #c6A554;
    color: white;
    border-radius: 4px;
    display: none !important;
}


.irs--round .irs-line {
    top: 31px;
    height: 6px;
    background-color: #c3c3c39e;
    border-radius: 4px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #111111;
    font-family: 'raleway';
    font-size: 14px;
    display: none !important;
    top: 0;
    padding: 3px 5px;
    background-color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #c6A554;
}

.irs--round {
    width: 242px;
    padding-bottom: 40px;
}

.slider-dollar-txt {
    color: rgba(30, 75, 92, 1) !important;
    margin-top: -2px;
    padding-right: 3px;
    font-weight: 400;
}

.price-min-value {
    color: rgba(185, 170, 141, 1) !important;
}

.price-max-value {
    color: rgba(185, 170, 141, 1) !important;
}

.hp-min-value {
    color: rgba(185, 170, 141, 1) !important;
}

.hp-max-value {
    color: rgba(185, 170, 141, 1) !important;
}



/* CUSTOM CAR SELECTIONS */


.custom-select-car {
    text-indent: 45px;
}

.custom-select-cars {
    text-indent: 45px;
}

.car-custom-selection {
    position: absolute;
    width: 25px;
    margin-left: 20px;
    margin-top: 4px;
    z-index: 9999;
}

.cars-custom-selection {
    position: absolute;
    width: 29px;
    margin-left: 20px;
    z-index: 9999;
    margin-top: 50px;
}

.giscar option {
    background: rgba(232, 238, 242, 1);
    color: rgba(30, 75, 92, 1);
    width: 294px;
    height: 200px !important;
}

.giscar option:checked {
    background: rgb(36, 84, 99);
    color: rgba(255, 255, 255, 1);
    height: 200px !important;
}

.giscar option:hover {
    background: rgb(36, 84, 99) !important;
    color: rgba(255, 255, 255, 1);
}


.custom-select {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 10px;
    cursor: pointer;
}

.custom-selection-search {
    display: flex;
    gap: 18px;
}

.custom-column-giscar {
    gap: 0px !important;
}

.selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    color: rgba(185, 170, 141, 1);
    font-weight: 300;
}

.columngiscar p {
    color: rgba(30, 75, 92, 1);
}

.body-color {
    position: absolute;
    margin-top: -37px;
    margin-left: -10px;
}

.columngiscar {
    margin-bottom: 26px;
    margin-left: 0px;
    margin-right: 0px;
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;
}

.options {
    display: none;
    position: absolute;
    width: 101%;
    background: rgba(232, 238, 242, 1);
    border-radius: 5px;
    top: 116%;
    left: -1px;
    z-index: 10;
    color: rgba(30, 75, 92, 1);
}

.option {
    padding: 10px;
    cursor: pointer;
    padding-left: 20px;
}

.option:hover {
    background: rgba(5, 77, 98, 1);
    color: white;
}

.show {
    display: block;
}

.arrow-selection-car {
    position: absolute;
    right: 15px;
}

.close-btn {
    width: 30px;
    position: absolute;
    left: 56.6%;
    top: 42%;
    cursor: pointer;
}

.customtablecar {
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start !important;
    white-space: nowrap;
}

.custom-car-name {
    right: 17% !important;
}


/* CARDS */

.car-card {
    width: 31%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.column_six-1 {
    margin-top: 50px;
}


.columnrelatedca {
    gap: var(--space-12xl);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.image-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.image-container img {
    width: 100%;
    height: 227px !important;
    display: block;
    flex-shrink: 0;
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 22;
}

.prev-btn {
    left: 5px;
}

.next-btn {
    right: 5px;
}

.car-info {
    padding: 29px;
}

.car-info .brand-title-card {
    color: rgba(30, 75, 92, 1);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 9px;
}

.card-title {
    display: flex;
    gap: 12px;
}

.row_twentyone ul li, ol li {
    color: var(--green);
}

.row_twentyone p {
    color: var(--green);
}

.row_twentyone h1,h2,h3,h4,h5,h6 {
    color: var(--green);
}

.card-title img {
    width: auto;
    height: 27px;
    margin-top: 8px;
    margin-left: 5px;
}


@media screen and (min-width: 360px) and (max-width: 1050px) {
    .card-title span {
        color: #1E4B5C;
        font-family: "Roboto";
        font-weight: 500;
        margin-top: 10px;
    }
}

.specifications-car {
    color: rgba(30, 75, 92, 1);
    font-weight: 400;
    font-family: Inter !important;
    padding-top: 15px;
}

.badge {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 13px;
    left: 20px;
}

h2 {
    font-size: 18px;
    margin: 10px 0;
}

.price-dropdown {
    position: relative;
    display: flex;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.price-label {
    font-size: 16px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
}

.dropdown-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-toggle img {
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.dropdown-menu {
    position: absolute;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px;
    display: none;
    width: 179px;
    height: 151px;
    font-size: 16px;
    text-align: left;
    border: 1px solid rgba(30, 75, 92, 1);
    top: 123%;
    z-index: 999;
}

.option {
    padding: 8px;
    cursor: pointer;
    color: rgba(30, 75, 92, 1);
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 17px;
}

.option:hover {
    background: transparent;
    color: rgba(30, 75, 92, 1);
}


.dropdown-menu .option span {
    color: rgba(30, 75, 92, 1);
    font-weight: 900;
}


.book-btn {
    background: none;
    border: 2px solid #0f3d4d;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
    color: rgba(30, 75, 92, 1);
    margin-top: 20px;
}

.specifications-car {
    display: flex;
    justify-content: space-between;
}

.first-row,
.second-row {
    text-align: -webkit-left;
}

.first-row p {
    padding-bottom: 10px;
}

.second-row p {
    padding-bottom: 10px;
}

/* FAQ SECTION */

.newscreenbody {
    margin-top: 46px;
    gap: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-custom {
    width: 66%;
}

.faq-answer p {
    width: 96%;
}

.faq-container {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 8px;
}

.faq-arrow {
    margin-top: 15px;
}

.faq-question {
    font-size: 18px;
    padding: 15px;
    background: rgba(232, 238, 242, 1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    height: 70px;
    border-radius: 10px;
    padding-left: 30px;
    color: rgba(30, 75, 92, 1);
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(30, 75, 92, 1);
    background: rgba(232, 238, 242, 1);
    margin-top: -46px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    margin-top: -17px;
}

.faq-item.active .faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .faq-container {
        width: 90%;
    }
}

.faq-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 45px;
}

.faq-column {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


@media (max-width: 768px) {
    .faq-wrapper {
        flex-direction: column;
    }

    .faq-column {
        width: 100%;
    }
}

/* SWIPPER CUSTOM ARROW */

.swiper-arrow-left {
    width: 8px !important;
    height: 19px !important;
}

.swiper-arrow-right {
    width: 8px !important;
    height: 19px !important;
}


/* MOBILE DESIGN */


.slider-container {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    height: auto;
    /* clip-path: inset(0 5% 0 5%); */
}

.slider-wrapper-top-choice {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slider-wrapper-top-branch {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slider-wrapper-cards-mobile {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slider-wrapper-top-cars {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slide-top-choice {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.slide-top-branch {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.slide-cards-mobile {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.slide-top-cars {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 22;
}

.prev-btn {
    left: 5px;
}

.image-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.image-container .img-wrap {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    height: 221px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.image-container .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-top-choice img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.car-info {
    padding: 29px;
    background-color: rgba(246, 248, 249, 1);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
}

.badge {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 13px;
    left: 20px;
}

.card-title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.car-info .brand-title-card {
    color: rgba(30, 75, 92, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 9px;
}

.specifications-car {
    color: rgba(30, 75, 92, 1);
    font-weight: 400;
    font-family: Inter !important;
    padding-top: 15px;
}

.specifications-car {
    display: flex;
    justify-content:space-between;
}

.calendar-icon-1 {
    width: 22px;
    position: absolute;
    top: 100px !important;
    right: 53px;
}

.calendar-icon-2 {
    width: 22px;
    position: absolute;
    top: 192px !important;
    right: 53px;
}

.first-row,
.second-row {
    text-align: -webkit-left;
}

.first-row p {
    padding-bottom: 10px;
}

.second-row p {
    padding-bottom: 10px;
}

.price-dropdown {
    position: relative;
    display: flex;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.progress-bar-top-choice {
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    background: rgba(30, 75, 92, 0.1);
    border-radius: 5px;
    overflow: hidden;
}


/* MOBILE BRANDS CATEGORY START */

.empty {
    align-items: start;
    margin: 0 auto;
    margin-top: 100px;
}

.div-container {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.cars-list-swiper-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    padding: 0 36px 0 36px;
    z-index: 6;
}

.cars-list-models {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 7;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 1920px;
    z-index: 1092;
}

.group-margin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 201px;
    padding: 0 1px 0 0;
    z-index: 9;
}

.link-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 200px;
    z-index: 11;
}

.cars-list-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: 142px;
    padding: 20px 18px 13px 32px;
    z-index: 12;
}

.models-image {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 150px;
    height: 90px;
    padding: 10.81px 0 10.83px 0;
    z-index: 13;
}

.webp-pagespeed-ce-klnwbzl-webp {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    min-width: 0;
    height: 68.36px;
    background-size: cover;
    z-index: 14;
    max-width: 150px;
}

.luxury {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 19px;
    color: #1e4b5c;
    font-family: Roboto, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    white-space: nowrap;
    z-index: 16;
    max-width: 136px;
}

.cars-list-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    padding: 0 88px 0 0;
    z-index: 15;
}

.button-previous-slide-9f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: absolute;
    width: 36px;
    height: 150px;
    top: 0;
    left: 0;
    padding: 65px 14.5px 65px 14.5px;
    background: url(../assets/images/346f5945-c4ca-42cd-bcfa-30624ad6b918.png) no-repeat center;
    background-size: cover;
    z-index: 224;
}

.button-next-slide-a0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: absolute;
    width: 36px;
    top: 0;
    right: 0px;
    padding: 65px 14.5px 65px 14.5px;
    background: rgba(30, 75, 92, 0.1);
    z-index: 225;
}

.swiper-arrow-right {
    flex-shrink: 0;
    position: relative;
    width: 7px;
    height: 20px;
    background: url(../assets/images/9f230dbd-d073-47ab-8eed-95d773a5e335.png) no-repeat center;
    background-size: cover;
    z-index: 226;
    overflow: hidden;
}

.cars-list-swiper-wrap-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    padding: 0 36px 0 36px;
    z-index: 60;
}

.cars-list-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 61;
    overflow: hidden;
}

.swiper-wrapper-cfab {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 62;
}

.group-margin-26 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 137px;
    padding: 0 1px 0 0;
    z-index: 73;
}

.group-27 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 136px;
    z-index: 74;
}

.link-28 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 136px;
    padding: 0 30px 0 0;
    z-index: 75;
}

.cars-list-col-29 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 9px;
    position: relative;
    width: 106px;
    height: 150px;
    padding: 16px 5px 22px 5px;
    z-index: 76;
}

.x-pbrand-ptesla-webp-pagespeed-ce-zwfhcda-webp {
    width: 100%;
    border: 1px solid;
    border-radius: 50%;
    height: auto;
}

.cars-list-name-2b {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    z-index: 79;
}

.tesla {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 39px;
    height: 19px;
    color: #1e4b5c;
    font-family: Roboto, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: center;
    white-space: nowrap;
    z-index: 80;
    max-width: 96px;
}

.name-subtitle-2c {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    padding: 0 30.41px 0 30.59px;
    z-index: 81;
}

.cars-2d {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 35px;
    height: 14px;
    color: #1e4b5c;
    font-family: Roboto, var(--default-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
    z-index: 82;
    max-width: 96px;
}


.frame-25a {
    gap: 0px !important;
}

.customer-review {
    padding-top: 10px;
    width: 100% !important;
    height: auto !important;
}

.customer-info {
    width: 100% !important;
}

.review {
    height: auto !important;
}


.columnuaedriver {
    margin-bottom: 0px !important;
}



.divproduct-65 {
    background-color: var(--blue_gray_50);
    width: 32%;
    display: flex;
    justify-content: center;
    padding: var(--space-lg);
    border-radius: var(--radius-4xl);
}

.volume_three {
    height: 26px;
}

.columnvolume {
    gap: var(--space-2xl);
    align-self: flex-end;
    display: flex;
    width: 30%;
    flex-direction: row;
    align-items: flex-end;
}

.arr-control-swipper {
    right: 0 !important;
}

.ui.text.size-text2xl {
    text-align: start;
}

/* MOBILE BRANDS CATEGORY END */

@media (min-width:1050px) {
    .empty {
        display: none !important;
    }

    .more_reviews_mobile {
        display: none !important;
    }

    .top-header-mobile {
        display: none !important;
    }

    .footer-mobile {
        display: none !important;
    }

    .top-choice-content {
        display: none !important;
    }

    #slider-video {
        display: none !important;
    }

    .progress-bar-video {
        display: none !important;
    }

    .prev-video,
    .next-video {
        display: none !important;
    }

    .insta-continental-mobile {
        display: none !important;
    }

    .mobile-contact-us {
        display: none !important;
    }
}

.row_custom_1 {
    padding-left: 20px;
}


/* REVIEW RESPONSIVE START */

@media (min-width: 1736px) {
    .frame-225 {
        width: 82.6%;
    }
}

.frame-225 {
    margin: 0 !important;
    margin-top: 100px !important;
    margin-left: 17% !important;
}

/* REVIEW RESPONSIVE END */



/* MOBILE VIDEO SECTION START */
.slider-wrapper-video {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slide-video {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.slide-video img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.progress-bar-video {
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    background: rgba(30, 75, 92, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.progress-video {
    height: 100%;
    width: 0%;
    background: rgba(30, 75, 92, 1);
    transition: width 0.5s linear;
}

/* MOBILE VIDEO SECTION END  */

@media screen and (min-width:360px) and (max-width:1050px) {

    .specifications-car {
        gap: 28px;
    }

    .car-info {
        padding: 13px;
    }

    .mobile-contact-us h2 {
        color: rgba(30, 75, 92, 1);
        font-size: 24px;
        font-family: 'Inter';
        font-weight: 900;
        padding-bottom: 20px;
        padding-top: 50px;
        position: relative;
        left: 6%;
        width: 1px;
    }

    .mobile-contact-us {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-contact-us img {
        border: 1px solid rgba(185, 170, 141, 1);
        width: 88%;
        margin: 0 auto;
        border-radius: 8%;
        margin-bottom: 50px;
    }

    .faq-custom {
        width: 88%;
    }

    .faq-question {
        font-size: 16px;
    }

    .progress-bar-video {
        position: relative;
        top: -6px;
        left: 50%;
        width: 90%;
        margin-bottom: 25px;
    }

    .top-choice-content {
        margin-top: 40px;
        margin-left: 19px;
    }

    .top-choice-content h3 {
        color: rgba(30, 75, 92, 1);
        font-size: 24px;
        font-family: 'Inter';
        font-weight: 900;
        padding-bottom: 15px;
    }

    .top-choice-content p {
        color: rgba(30, 75, 92, 1);
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 400;
    }

    .link-216 {
        flex-shrink: 0;
        position: relative;
        width: 195px;
        height: 48px;
        background: linear-gradient(40.86deg, #ff8a35, #ff3891);
        z-index: 661;
        border-radius: 5px;
        cursor: pointer;
    }

    .hugeicons-instagram {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        left: 50%;
        background: url(../assets/images/752c0bec-38e2-4615-834d-6eda60a39bd9.png) no-repeat center;
        background-size: cover;
        transform: translate(-331.25%, -50%);
        z-index: 663;
        overflow: hidden;
    }

    .continental-rental {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 125px;
        height: 19px;
        top: 15px;
        left: calc(50% - 47.5px);
        color: #ffffff;
        font-family: Roboto, var(--default-font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        text-align: center;
        white-space: nowrap;
        z-index: 662;
    }

    .link-216 {
        width: 92% !important;
    }

    .column_eight {
        display: none !important;
    }


    .column_four {
        margin-top: 50px !important;
    }

    .ui.text.size-text2xl {
        text-align: center !important;
    }

    .row_custom_2 p {
        padding: 0;
    }


    .row_custom_1 {
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-bottom: 10px !important;
    }

    .row_custom_2 {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .row_custom_3 p {
        margin-top: -10px;
    }

    .rowcar {
        justify-content: center;
    }

    .more_reviews {
        display: none !important;
    }

    .more_reviews_mobile {
        display: flex !important;
    }

    header {
        display: none !important;
    }

    .body-color {
        position: absolute;
        margin-top: -38px;
        margin-left: -9px;
        right: auto;
    }

    .columnvolume {
        width: 100%;
    }

    .ui.text.size-text2xl {
        width: 100%;
    }

    .arrow_left {
        height: 20px !important;
        width: 20px !important;
    }

    .swiper-button-next {
        position: relative;
        right: 0;
    }

    .arr-control-swipper {
        justify-content: space-between;
        width: 97% !important;
        right: 0px !important;
    }

    .more_reviews_mobile {
        width: 100%;
    }

    .irs--round {
        width: 100%;
    }

    .dropdown-menu {
        position: relative;
        margin-top: 10px;
    }

    .frame-225 {
        margin: 0 !important;
        width: 100% !important;
        padding: 20px;
    }

    .customer-review {
        padding-top: 10px;
        width: 100% !important;
        height: auto !important;
    }

    .review {
        height: auto !important;
        padding: 20px !important;
    }

    .customer-info {
        width: 100% !important;
    }

    .frame-25a {
        gap: 0px !important;
    }

    .parameter {
        width: 100%;
        margin: 5px 0px;
    }

    .row_four {
        position: relative;
    }

    .column_six-1 {
        display: none !important;
    }

    .slide-top-choice .card-title img {
        width: auto;
        height: 26px;
        margin-left: 0px;
    }

    .progress-bar-top-choice {
        position: relative;
        top: -20px;
        left: 50%;
        width: 88%;
        margin-top: 45px;
    }

    .progress-top-choice {
        height: 100%;
        width: 0%;
        background: rgba(30, 75, 92, 1);
        transition: width 0.5s linear;
    }

    .progress-top-branch {
        height: 100%;
        width: 0%;
        background: rgba(30, 75, 92, 1);
        transition: width 0.5s linear;
    }

    .progress-cards-mobile {
        height: 100%;
        width: 0%;
        background: rgba(30, 75, 92, 1);
        transition: width 0.5s linear;
    }

    .progress-cards-mobile {
        height: 100%;
        width: 0%;
        background: rgba(30, 75, 92, 1);
        transition: width 0.5s linear;
    }

    .progress-top-cars {
        height: 100%;
        width: 0%;
        background: rgba(30, 75, 92, 1);
        transition: width 0.5s linear;
    }

    .ui.table.size-xs tbody td {
        padding-bottom: 0px;
    }

    .next-top-choice {
        float: right;
        position: relative;
        right: 30px;
    }

    .next-cards-mobile{
        float: right;
        position: relative;
        right: 30px;
    }

    .next-top-branch {
        float: right;
        position: relative;
        right: 30px;
    }

    .prev-top-choice {
        margin-left: 25px;
    }

    .prev-top-branch {
        margin-left: 25px;
    }

    .prev-cards-mobile {
        margin-left: 25px;
    }

    .prev-top-cars {
        margin-left: 13px;
    }

    .first-row p {
        width: 110px;
    }

    .empty {
        align-items: start;
        margin-top: -180px;
        padding-bottom: 45px;
    }

    .row_three {
        display: none !important;
    }

    .div-container {
        width: 93.5%;
        padding-left: 19px;
    }

    .top-header-mobile {
        display: flex !important;
    }

    .top-header-mobile {
        position: relative;
    }

    #slider-container-top-choice {
        margin-top: 135px !important;
    }

    footer {
        display: none !important;
    }


    /* FOOTER MOBILE START */

    .div-subscribe-form {
        flex-shrink: 0;
        position: relative;
        width: 511px;
        height: 174px;
        background: rgba(255, 255, 255, 0.1);
        z-index: 910;
        border-radius: 20px;
    }

    .footer-mobile {
        background-color: rgba(30, 75, 92, 1);
        color: white;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter';
    }

    .footer-logo-mobile {
        width: 137px;
        display: flex;
        margin: 0 auto;
        padding-top: 50px;
    }

    .content-footer-mobile {
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
        font-family: 'Roboto';
        font-weight: 400;
        text-align: center;
        margin-top: 22px;
        padding-left: 20px;
        width: 93%;
    }

    .div-subscribe-form {
        width: 89%;
        margin: 0 auto;
    }


    .div-subscribe-form-2bb {
        margin: 12px 0 0 25px;
        width: 85%;
    }

    .div-subscribe-title {
        margin: 24px 0 0 25px;
        padding: 25px 315px 1px 0;
    }

    .div-subscribe-note {
        margin: 15px 0 0 25px;
    }

    .navigation-footer-1 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .categories-footer-1 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .lang-footer-1 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .brands-footer-1 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .currency-footer-1 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .navigation-toggle-footer-section {
        padding-top: 10px;
        display: none;
        flex-direction: column;
        line-height: 24px;
    }

    .categories-toggle-footer-section {
        display: none;
        flex-direction: column;
        line-height: 24px;
        padding-top: 10px;
    }

    .lang-toggle-footer-section {
        display: none;
        flex-direction: column;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .brands-toggle-footer-section {
        display: none;
        flex-direction: column;
        line-height: 24px;
    }

    .currency-toggle-footer-section {
        display: none;
        flex-direction: column;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .footer-mobile a {
        text-decoration: none;
        color: #b9aa8d;
        font-size: 16px;
        line-height: 30px;
    }

    .currency-toggle-footer-section p {
        color: #b9aa8d;
        font-size: 16px;
    }

    .lang-toggle-footer-section p {
        color: #b9aa8d;
        font-size: 16px;
    }

    .categories-footer-section,
    .navigation-footer-section,
    .brands-footer-section {
        margin-left: 19px;
        margin-bottom: 25px;
    }

    .lang-currency-mobile-footer,
    .currency-footer-section {
        margin-left: 19px;
        margin-bottom: 25px;
    }

    .navigation-hr-footer-top {
        border: 1px solid #c6c6c64f;
        width: 89%;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .active {
        display: flex;
        flex-direction: column;
    }

    .faq-answer {
        margin-top: -26px;
    }

    .lang-currency-mobile-footer {
        display: flex;
    }

    .footer-content-mobile {
        margin-left: 19px;
        margin-top: -30px;
    }

    .payment-img-mobile {
        margin-left: 19px;
        width: 90%;
    }

    .privacy-and-policy-mobile a {
        color: rgba(232, 238, 242, 1);
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
    }

    .privacy-and-policy-mobile {
        display: flex;
        gap: 18px;
        margin-top: 15px;
    }

    .copyright-mobile {
        color: rgba(232, 238, 242, 1);
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
        margin-left: 19px;
        margin-top: 15px;
        padding-bottom: 50px;
    }

         .subscribe-input-mobile {
              color: #0d2d3a;
        position: absolute;
        top: -5px;
        width: 106%;
        left: 1px;
    }

    .link-216 {
        width: 88% !important;
        margin: 30px auto;
    }

    .next-video {
        float: right;
        position: relative;
        right: 20px;
    }

    .prev-video {
        position: relative;
        left: 20px;
    }

    .frequently {
        font-family: 'Roboto' !important;
    }

    .herearethe {
        font-size: 14px !important;
    }

    .div-subscribe-form-2bb input {
        background: white;
        width: 98%;
        padding: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        top: 10px;
        left: -19px;
    }

    .leave-mail {
        font-size: 12px;
        padding-top: 20px;
    }

    .button-2bc {
        left: -30px;
    }

    .button-2bc {
        position: relative;
        left: -25px;
        top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-shrink: 0;
        position: relative;
        width: 75px;
        padding: 14px 31px 14px 31px;
        background: #b9aa8d;
        z-index: 917;
        border-radius: 0 10px 10px 0;
    }

    .svg-2bd {
        flex-shrink: 0;
        position: relative;
        width: 13px;
        height: 10px;
        background: url(../assets/images/813ef609-8751-4168-8b22-e6dda8329780.png) no-repeat center;
        background-size: cover;
        z-index: 918;
        overflow: hidden;
    }

    .div-subscribe-form-2bb {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
        width: 385px;
        height: 38px;
        margin: 12px 0 0 63px;
        z-index: 913;
        border-radius: 20px;
    }


    .div-subscribe-form-2bb {
        margin: 0px 0 25px 44px;
        width: 85%;
    }

    .div-footer-addres {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
    }

    .div-footer-addres img {
        width: 13px;
    }

    .div-footer-email img {
        width: 19px;
    }

    .div-footer-email-2c3 img {
        width: 15px;
    }

    .div-footer-email-2c3 {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
    }

    .div-footer-email {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
    }

    .div-footer-social img {
        width: 18px;
    }

    .div-footer-social {
        display: flex;
        gap: 20px;
    }


    /* FOOTER MOBILE END */


    .next-btn {
        right: 5px;
    }

    .row_six {
        padding: 11px;
        padding-bottom: 24px;
    }

    .row_six p {
        line-height: 28px;
        text-align: start;
    }

    .tablecar td div p {
        font-size: 13px !important;
    }

    .audi_seight {
        font-size: 13px !important;
    }

    .price-6,
    .price-7 {
        font-size: 13px !important;
    }

    .tablecar {
        white-space: wrap;
    }

    .rollsroyce-5 {
        width: 71px;
    }


    .car {
        font-size: 16px !important;
    }

    .row_seven {
        padding: 1px;
        padding-bottom: 75px;
    }

    .row_eight {
        padding-bottom: 76px;
    }

    .row_ten {
        padding-bottom: 76px;
    }

    .row_seven p,
    .row_eight p,
    .row_ten p {
        position: relative;
        top: 32px;
    }





}



/* MOBILE HEADER START */


@media screen and (min-width: 360px) and (max-width: 1050px) {

    .header-brands,
    .header-categories,
    .header-blog,
    .header-cars-for-rent,
    .header-contact-us,
    .header-about-company {
        padding: 12px;
        margin-left: 10px;
    }


    .div-header-bottom {
        display: none;
    }

    .div-header-top {
        display: none;
    }

    .frame-329 {
        display: none;
    }

    .header-mobile {
        background-color: rgba(236, 238, 239, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 16px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .header-mobile-content {
        display: flex;
        align-items: center;
    }

    .header-mobile-logo {
        width: 120px;
    }

    .header-selections {
        display: flex;
        align-items: center;
    }

    .header-mobile-dropdown {
        display: flex;
        align-items: center;
        gap: 15px;
        position: absolute;
        left: 42%;
    }

    .language-mob,
    .currency-mob {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
    }

    .language-mob img,
    .currency-mob img {
        width: 9px;
        height: 7px;
    }

    .phone {
        width: 22px;
        height: 22px;
    }

    .header-menu-button {
        width: 38px;
        height: 38px;
        background-color: #1f4c5c;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        cursor: pointer;
        position: relative;
        right: 20px;
    }

    .lines {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        gap: 5px;
    }

    .header-menu-button .line-1 {
        display: block;
        width: 8px;
        height: 2px;
        background-color: white;
        border-radius: 2px;
        transition: 0.3s;
        position: relative;
        top: 12px;
    }

    .header-menu-button .line-2 {
        display: block;
        width: 17px;
        height: 2px;
        background-color: white;
        border-radius: 2px;
        transition: 0.3s;
        position: relative;
        top: 0px;
    }

    .header-menu-button .line-3 {
        display: block;
        width: 12px;
        height: 2px;
        background-color: white;
        border-radius: 2px;
        transition: 0.3s;
        position: relative;
        top: -12px;
    }

    .x-icon {
        display: none;
        width: 14px;
        margin-left: 1px;
    }

    .header-menu-button.active .x-icon {
        display: block;
    }

    .header-menu-button.active .line-1,
    .header-menu-button.active .line-2,
    .header-menu-button.active .line-3 {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        transition: 0.3s ease-in-out;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-menu.active {
        transform: translateY(0);
    }
}

.slider-container-top-choice {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 22px;
}

.slider-container-video-mob {
    position: relative;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 22px;
}

@media (min-width: 1050px) {
    .header-mobile {
        display: none;
    }

    .mobile-menu-section {
        display: none;
    }

    #slider-container-top-choice {
        display: none;
    }

    .progress-bar-top-choice {
        display: none;
    }

    .prev-top-choice,
    .next-top-choice {
        display: none;
    }

    .prev-top-branch,
    .next-top-branch {
        display: none;
    }

    .prev-cards-mobile,
    .next-cards-mobile {
        display: none;
    }

    .prev-top-cars,
    .next-top-cars {
        display: none;
    }
}

/* 🔹 АДАПТИВНОСТЬ */
@media (max-width: 1050px) {
    .header-mobile {
        padding: 10px;
    }

    .next-top-cars {
        position: relative;
        left: -20px;
        float: right;
    }

    .main-screen {
        display: none;
    }

    .link-346 {
        display: none;
    }

    .currency-mobile {
        background: #f7f7f7;
        position: absolute;
        top: 22px;
        width: 35%;
        text-align: center;
        border-radius: 3px;
        display: none;
        left: 47px;
    }

    .currency-mobile p {
        line-height: 23px;
        font-size: 14px;
    }

    .currency-mobile p:hover {
        background-color: #1f4c5c;
        color: white;
    }

    .language-mobile {
        background: #f7f7f7;
        position: absolute;
        top: 22px;
        width: 25%;
        text-align: center;
        border-radius: 3px;
        display: none;
    }

    .language-mobile p {
        line-height: 23px;
        font-size: 14px;
    }

    .language-mobile p:hover {
        background-color: #1f4c5c;
        color: white;
    }

    .header-brands,
    .header-categories,
    .header-blog,
    .header-cars-for-rent,
    .header-contact-us,
    .header-about-company {
        padding: 12px;
        margin-left: 10px;
    }

    .dropdown-mobile-txt {
        color: rgba(5, 77, 98, 1);
        font-size: 14px;
        font-weight: 400;
    }

    .mobile-menu-section {
        z-index: 22;
        position: relative;
        margin-top: 20px;
        height: 455px;
        display: none;
        overflow: scroll;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(30, 75, 92, 1) rgba(243, 243, 243, 1) !important;
    }

    .mobile-menu-section hr {
        width: 88%;
        margin-left: 23px;
        border: 0.1px solid rgba(185, 170, 141, 1);
    }

    .header-mobile-logo {
        width: 78px;
        height: 39px;
        margin-left: 14px;
    }

    .mobile-menu {
        display: flex;
    }

    .header-brands {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 10px;
        border-radius: 5px;
    }

    .header-brands span {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 20px;
        margin-left: 3px;
        color: rgba(5, 77, 98, 1);
    }

    .header-categories,
    .header-blog,
    .header-cars-for-rent,
    .header-contact-us,
    .header-about-company {
        color: rgba(5, 77, 98, 1);
        font-size: 20px;
    }

    #brands-section-mobile {
        display: none;
        flex-direction: column;
        background: white;
        padding: 25px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 1px;
    }

    #brands-section-mobile a {
        text-decoration: none;
        color: black;
        padding: 5px 0;
        display: block;
    }

    #brands-section-mobile hr {
        width: 88%;
        margin-left: 23px;
        border: 0.1px solid rgba(185, 170, 141, 1);
    }




    #categories-section-mobile {
        display: none;
        /* Скрыто по умолчанию */
        flex-direction: column;
        background: white;
        padding: 25px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 1px;
    }

    #categories-section-mobile a {
        text-decoration: none;
        color: black;
        padding: 5px 0;
        display: block;
    }

    #categories-section-mobile hr {
        width: 88%;
        margin-left: 23px;
        border: 0.1px solid rgba(185, 170, 141, 1);
    }

    .brands-hr {
        display: none;
        width: 96% !important;
        margin-left: 3px !important;
        margin-top: 9px;
        border: 0.1px solid rgba(185, 170, 141, 1);
    }

    #brands-section-mobile a {
        color: rgba(5, 77, 98, 1);
        font-size: 14px;
        font-weight: 400;
    }
}

@media (max-width: 480px) {
    .header-mobile {
        padding: 8px;
    }

    .header-menu-button {
        width: 34px;
        height: 34px;
    }

    .line-1,
    .line-2,
    .line-3 {
        width: 18px;
    }

    .x-icon {
        width: 18px;
    }

}


/* MOBILE HEADER END */

.columnsave-2 {
    margin-top: 488px;
    gap: var(--space-7xl);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 0;
    right: 25px;
    z-index: 2299;
}

.up-4 {
    background-color: var(--gold);
    box-shadow: var(--shadow-xs);
    width: 100%;
    height: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 120%;
    padding: var(--space-4xl);
    margin: auto;
    border-radius: var(--radius-8xl);
}


/* MODAL CATEGORY START */
.category-dropdown {
    position: absolute;
    right: 272px;
    background: rgba(236, 238, 239, 1);
    padding: 34px;
    z-index: 999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid rgba(30, 75, 92, 1);
    width: 664px;
    height: auto;
    display: none;
}

.show {
    display: block !important;
}

.category-dropdown__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.category-card {
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(30, 75, 92, 1);
    width: 134px;
    height: 131px;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card__image {
    width: 108px;
    height: 53px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
}

.category-card__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: rgba(30, 75, 92, 1);
}

.category-card__count {
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    margin: 3px 0 0;
}

@media (max-width: 768px) {
    .category-dropdown {
        right: 50%;
        transform: translateX(50%);
    }

    .category-dropdown__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .category-dropdown__content {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* MODAL CATEGORY END */

/* MODAL BRANDS START */

.brand-dropdown {
    position: absolute;
    right: 250px;
    background: rgba(236, 238, 239, 1);
    padding: 15px;
    width: 785px;
    height: auto;
    z-index: 99;
    padding: 35px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid rgba(30, 75, 92, 1);
    display: none;
}

.brand-dropdown__content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.brand-card {
    background: white;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(30, 75, 92, 1);
    padding: 2px;
    padding-top: 9px;
    width: 107px;
    height: 131px;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-card__image {
    width: 76px;
    height: 59px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
}

.brand-card__title {
    font-size: 16px;
    padding-top: 13px;
    font-weight: 700;
    color: rgba(30, 75, 92, 1);
    margin: 0;
}

.brand-card__count {
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    font-weight: 400;
    margin: 3px 0 0;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .brand-dropdown__content {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 992px) {
    .brand-dropdown__content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .brand-dropdown {
        right: 50%;
        transform: translateX(50%);
    }

    .brand-dropdown__content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .brand-dropdown__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MODAL BRANDS END */

.show {
    display: block !important;
}

@media screen and (min-width:360px) and (max-width:1050px){
    .brand-dropdown {
        display: none !important;
    }
    .rowhomepage {
        margin-bottom: 20px;
    }

    .category-dropdown {
        display: none !important;
    }
}

/* LANGUAGE FOOTER START */
.language-footer {
    margin-top: 20px;
    margin-left: 0px !important;
    position: absolute;
    z-index: 999999;
    margin-left: 5px;
    background: white;
    width: 35px;
    text-align: center;
}

.language-footer span {
    color: rgba(30, 75, 92, 1);
    cursor: pointer;
}

/* LANGUAGE FOOTER END */

.divheader-1 {
    position: relative;
}
@media(max-width: 1024px) {
    .image-container {
        height: 55vw;
    }
    .image-container .img-wrap {
        height: 100%;
    }
}


.stories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.stories-item {
    width: 340px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
}

.stories-item__inner {
    border-radius: 24px;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.stories-item__inner::after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 142px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.stories-video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: var(--color-primary);
    margin: auto;
    display: block;
    pointer-events: none;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-size: 46px 46px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: var(--color-primary);
    background-image: url(https://continentaldxb.ae/remaster/assets/play.svg);
}

.insta-btn {
    background-image: url(https://continentaldxb.ae/remaster/assets/insta-grd.png);
    background-color: #D92C74;
    background-size: cover;
    border: none;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 14px 20px;
}

@media screen and (max-width: 1200px) {
    .stories-list {
        overflow-x: auto;
    }

    .stories-item {
    }
}

@media screen and (min-width: 1200px) {
    .stories-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stories-item {
        width: 33.333%;
        height: 600px;
    }
}

.progress-bar-cards-mobile {
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    background: rgba(30, 75, 92, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .progress-bar-cards-mobile {
        position: relative;
        top: -18px;
        left: 50%;
        width: 88.6%;
        margin-top: 45px;
        margin-bottom: 20px;
    }
}

/* MODAL BOOKING */


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 26;
}



.form-container-modal-booking {
    background-color: white;
    display: none;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s ease-out;
    opacity: 0;
}


.form-container h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

form {
    display: flex;
    flex-direction: column;
}

.label-form {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

#rentalStartDateForm,
#endDateOfLeaseForm,
#phone,
#name {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.book-btn {
    background-color: transparent;
    color: rgba(30, 75, 92, 1);
    font-size: 16px;
    padding: 10px;
    border: 2px solid rgba(30, 75, 92, 1);
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
    height: 45px;
    margin-top: 30px;
}

.contact-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.telegram-btn,
.whatsapp-btn {
    flex: 1;
    padding: 10px;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding-right: 16px;
}

.telegram-btn {
    background-color: #0088cc;
    margin-right: 5px;
}

.telegram-btn:hover {
    background-color: #0077b5;
}

.whatsapp-btn {
    background-color: #25d366;
    margin-left: 5px;
}

.whatsapp-btn:hover {
    background-color: #1ebe57;
}

.note {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
}

#booking-modal h2 {
    color: rgba(5, 77, 98, 1);
    text-align: start;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 900;
    padding-bottom: 18px;
    margin-top: -5px;
}


#booking-modal label {
    color: rgba(5, 77, 98, 1);
    font-family: 'Roboto';
    font-size: 18px;
    text-align: start;
}

.lease-end {
    padding-top: 20px;
    padding-bottom: 7px;
}

.name-book-modal {
    padding-top: 20px;
    padding-bottom: 7px;
}

.rental-start {
    padding-bottom: 7px;
}

#booking-modal input {
    color: rgba(30, 75, 92, 0.8);
    border: 0.5px solid rgba(5, 77, 98, 1);
}

#booking-modal input::placeholder {
    color: rgba(30, 75, 92, 0.8);
}

#booking-modal .note {
    color: rgba(5, 77, 98, 1);
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-top: 30px;
}

.modal-show {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    display: block;
}

.form-container-modal-booking {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(236, 238, 239, 1);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 510px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    z-index: 27;
    border: 1px solid rgba(5, 77, 98, 1);
}

@media screen and (min-width: 360px) and (max-width: 1050px) {
    .form-container-modal-booking {
        left: 48%;
        width: 400px;
    }
}

.calendar-icon-1 {
    @media screen and (min-width: 360px) and (max-width: 560px) {
        top: 120px !important;
    }
}

.calendar-icon-2 {
    @media screen and (min-width: 360px) and (max-width: 560px) {
        top: 211px !important;
    }
}

.book-btn-form-modal {
    background-color: rgba(5, 77, 98, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
    height: 45px;
    margin-top: 30px;
}

.modal-show {
    opacity: 1;
    visibility: visible;
}

.close-modal {
    position: absolute;
    color: white !important;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: rgba(30, 75, 92, 1);
    padding-left: 3px;
    padding-right: 3px;
}

/* BOOKING MODAL END */


.slider-container-video-mob {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 22px;
}


@media (min-width: 1024px) {
    .slider-container-video-mob {
        display: none;
    }
}

.slider-wrapper-video {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slide-video {
    flex: 0 0 100%;
    flex-shrink: 0;
}

.slide-video img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {

    .slide-video .frame-218 {
        width: 100% !important;
    }
}

@media screen and (min-width:360px) and (max-width:1050px) {
    .video-content {
        position: relative;
    }
}

.play-btn-video {
    width: 32% !important;
    margin-left: 4px;
}

.play-video-btn-area {
    border: 4px solid white;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 25%;
    height: 131px;
    border-radius: 64px;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 14%;
}


/* CUSTOM CALENDAR START */

.hidden {
    display: none;
}


/* CUSTOM CALENDAR START */

.hidden {
    display: none;
}


.date-picker {
    position: absolute;
    top: 50px;
    width: 360px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999999999;
    background: white;
    padding: 10px;
    border: 1px solid #0f3d4d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h2 {
    font-size: 18px;
    font-weight: bold;
    color: #0f3d4d;
    font-family: 'Roboto';
}

.prev-month img {
    transform: rotate(180deg);
}

.nav-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #0f3d4d;
    transition: 0.3s;
}

.nav-btn:hover {
    color: #074051;
}

.week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    color: #b0b0b0;
    margin-bottom: 8px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.days div {
    text-align: center;
    padding: 11px;
    cursor: pointer;
    border-radius: 50%;
    height: 38px;
}

.days div:hover {
    background: #e0f2f1;
}

.days .selected {
    background: #0f3d4d;
    color: white;
    font-weight: bold;
    margin-left: 2px;
    width: 89%;
    display: flex;
    justify-content: center;
}

.days .inactive {
    color: rgba(185, 170, 141, 1);
}

.week-days span {
    color: rgba(185, 170, 141, 1);
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto;
}

.next-month {
    position: relative;
    top: 8px;
}

.prev-month {
    position: relative;
    top: -3px;
}


/* CUSTOM CALENDAR END */



@media screen and (min-width: 360px) and (max-width: 1050px) {
    .date-picker {
        left: 50% !important;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h2 {
    font-size: 18px;
    font-weight: bold;
    color: #0f3d4d;
    font-family: 'Roboto';
}

.prev-month img {
    transform: rotate(180deg);
}

.nav-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #0f3d4d;
    transition: 0.3s;
}

.nav-btn:hover {
    color: #074051;
}

.week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    color: #b0b0b0;
    margin-bottom: 8px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.days div {
    text-align: center;
    padding: 11px;
    cursor: pointer;
    border-radius: 50%;
    height: 38px;
}

.days div:hover {
    background: #e0f2f1;
}

.days .selected {
    background: #0f3d4d;
    color: white;
    font-weight: bold;
    margin-left: 2px;
    width: 89%;
    display: flex;
    justify-content: center;
}

.days .inactive {
    color: rgba(185, 170, 141, 1);
}

.week-days span {
    color: rgba(185, 170, 141, 1);
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto;
}

.next-month {
    position: relative;
    top: 8px;
}

.prev-month {
    position: relative;
    top: -3px;
}


/* CUSTOM CALENDAR END */


/* МОДАЛКА СТАРТ */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #ECEEEF;
    margin: 10% auto;
    border-radius: 10px;
    height: 395px;
    width: 550px;
    border: 1px solid #054D62;
    padding-left: 40px;
}

.modal-content span {
    color: #054D62;
    font-size: 30px;
    margin-bottom: 15px;
    padding-top: 40px;
    width: 90%;
    font-family: 'Inter';
}

.modal-txt-1 {
    color: #054D62;
    font-size: 20px;
    width: 90%;
    margin-bottom: 40px;
}

.modal-content .modal-bottom-txt-1 {
    margin: 10px 0;
    color: #054D62;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    width: 91%;
    text-align: center;
}

.rowcontacts {
    gap: var(--space-4xl);
    align-self: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 40px;
}

.btn-group {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.close {
    position: relative;
    right: 20px;
    cursor: pointer;
    top: 20px;
    float: right;
    font-size: 17px;
    background: #1E4B5C;
    padding: 7px;
    color: white;
    height: 31px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 29px;
    justify-content: center;
}

.open-modal-btn {
    margin: 40px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
}

.ui.button.size-7xl {
    height: 52px;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
}

.lineiconstelegram {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.ui.button {
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.left-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
}

.lineiconstelegram {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

@media screen and (min-width: 360px) and (max-width: 560px) {
    .modal-content {
        width: 100%;
        height: 450px;
    }

    .modal-content .modal-bottom-txt-1 {
        width: 90%;
    }
}

@media screen and (min-width: 560px) and (max-width: 1050px) {
    .modal-content {
        height: 450px;
    }
}

/* МОДАЛКА ЭНД */


.car-info span {
    color: rgba(30, 75, 92, 1);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}
