.name-2 {
    color: var(--green) !important;
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--blue_gray_50) !important;
    width: 46%;
    height: 58px;
    border-radius: 10px !important;

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

.subject {
    color: var(--green) !important;
    margin-right: 30px;
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--blue_gray_50) !important;
    height: 58px;
    border-radius: 10px !important;

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

.coastal-1 {
    color: var(--gray_700) !important;
}

.mapdata2023-1 {
    color: var(--black_900_01) !important;
    margin-left: 10px;
}

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

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

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

.volume_three {
    height: 26px;
}

.newscreenbody-3 {
    margin-top: 46px;
    gap: var(--space-15xl);
    display: flex;
    flex-direction: column;
    align-items: center;

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

.divcontainer-29 {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    flex-wrap: wrap;
}

.column_three-3 {
    gap: 100px;
    display: flex;
    align-self: stretch;
    flex-direction: column;

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

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

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

.stackcompanynam {
    height: 1074px;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    position: relative;
    align-content: flex-end;

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

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

.columncompanyna {
    margin-bottom: 212px;
    margin-left: 78px;
    margin-right: 78px;
    flex: 1;

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

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

.rowcontactus {
    background-color: var(--blue_gray_50);
    flex: 1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    height: max-content;
    padding: var(--space-15xl) 28px;
    margin: auto;
    border-radius: var(--radius-6xl);

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

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

.column_one-7 {
    margin-bottom: 22px;
    gap: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnsvg_one-1 {
    gap: var(--space-4xl);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnimportant {
    gap: var(--space-3xl);
    background-color: var(--white);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-3xl) var(--space-8xl);
    border-radius: var(--radius-6xl);

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

.importantinfo {
    margin-top: 10px;
    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;
    }

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

.description-55 {
    font-weight: 500 !important;
    width: 98%;
    line-height: 23px;

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

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

.columnsend {
    gap: 32px;
    background-color: var(--white);
    width: 100%;
    padding: var(--space-9xl) 32px;
    border-radius: var(--radius-6xl);

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

.columncontactfo {
    gap: var(--space-7xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
}

.columnname {
    gap: var(--space-6xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
}

.rowname {
    gap: var(--space-lg);
    display: flex;

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

.columnsubject {
    gap: var(--space-6xl);
    display: flex;
    flex-direction: column;
}

.send {
    color: var(--white) !important;
    margin-right: 30px;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    background-color: var(--red_700) !important;
    height: 46px;
    min-width: 154px;
    border-radius: 10px !important;

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

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

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

.stackmap-1 {
    height: 364px;
    background-color: var(--gray_600);
    width: 100%;
    position: relative;
    align-content: center;
    border-radius: var(--radius-6xl);
    border: 1px solid var(--gray_400);

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

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

.map-1 {
    height: 364px;
    flex: 1;
    border-width: 0px;
    border-radius: var(--radius-6xl);
}

.columncontinent-1 {
    gap: 182px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    height: max-content;
    margin: auto auto auto 10px;

    @media only screen and (max-width: 1440px) {
        gap: 136px;
        margin-left: 0px;
    }

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

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

.div-12 {
    background-color: var(--white);
    box-shadow: var(--shadow-lg);
    width: 54%;
    display: flex;
    justify-content: center;
    border-radius: var(--radius-sm);

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

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

.divplacecard-1 {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
    width: 100%;
}

.divnavigate-1 {
    margin-left: 6px;
    margin-right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);

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

.divplacedesc-1 {
    gap: var(--space-sm);
    align-self: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}




.continental_one {
    color: var(--black_900_01) !important;
    font-weight: 500 !important;
}

.linkget-1 {
    gap: var(--space-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divicon_one-1 {
    height: 22px;
    object-fit: cover;
}

.directions-1 {
    color: var(--blue_600) !important;
}

.divreviewbox-1 {
    margin-left: 6px;
    display: flex;
    align-items: flex-end;

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

.fifty-1 {
    color: var(--gray_700) !important;
    font-weight: 500 !important;
}

.close_one-8 {
    height: 14px;
    width: 20%;
    object-fit: contain;
}

.reviewscounter-1 {
    color: var(--blue_600) !important;
    margin-left: 10px;
}

.divbottom-1 {
    margin-left: 6px;
    display: flex;

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

.linkview-1 {
    color: var(--blue_600) !important;
    margin-top: 8px;
}

.rowkh_one-1 {
    margin-right: 4px;
    align-self: stretch;
    display: flex;
    align-items: flex-start;

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

.buttonshow-1 {
    margin-bottom: 10px;
    background-color: var(--white);
    box-shadow: var(--shadow-xl);
    width: 8%;
    padding: var(--space-xs);
    border-radius: var(--radius-md);
    border: 2px solid var(--white);
}


.kh_one-1 {
    height: 38px;
    width: 100%;
    object-fit: cover;

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

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

.rowmapdata2023-1 {
    align-self: flex-end;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.buttonkeyboard-1 {
    color: var(--black_900_01) !important;
}

.columncontactus {
    gap: var(--space-5xl);
    background-color: var(--white);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 36px;
    border-radius: var(--radius-6xl);

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

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

.rowphone-1 {
    margin-bottom: 18px;
    margin-right: 8px;
    align-self: stretch;
    display: flex;
    align-items: center;

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

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

.column-21 {
    gap: var(--space-2xl);
    display: flex;
    flex: 1;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
    }
}

.rowlock_one {
    gap: var(--space-lg);
    align-self: stretch;
    display: flex;
    align-items: center;
}

.rowcall_five-5 {
    gap: 9px;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.call_five-9 {
    height: 16px;
}


.rowlinkedin_one-9 {
    gap: var(--space-lg);
    align-self: stretch;
    display: flex;
}

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

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

.divproduct_one {
    height: 42px;
    width: 82%;
    object-fit: contain;
    border-radius: var(--radius-4xl);
}

.columnview-5 {
    gap: var(--space-7xl);
    display: flex;
    width: 3%;
    flex-direction: column;
    align-items: flex-end;

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

.columnwearehere {
    gap: 38px;
    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);
    }
}

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

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

.rowtelegram {
    gap: var(--space-4xl);
    align-self: center;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;

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


.telegram {
    color: var(--white) !important;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    gap: var(--space-xl);
    background-color: var(--blue_500) !important;
    height: 50px;
    min-width: 172px;
    border-radius: 10px !important;

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

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

.whatsapp {
    color: var(--white) !important;
    padding-left: var(--space-10xl);
    padding-right: var(--space-10xl);
    font-size: 16px;
    gap: var(--space-xl);
    background-color: var(--color_green_a700) !important;
    height: 50px;
    min-width: 172px;
    border-radius: 10px !important;

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

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


.admincontinenta {
    color: var(--white) !important;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    background-color: var(--cyan_900) !important;
    height: 52px;
    min-width: 290px;
    border-radius: 10px !important;

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

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


.contact-map-img {
    width: 105%;
    border-radius: var(--radius-6xl);
}


.lang-selection-footer {
    position: absolute;
    z-index: 9999090909;
    background: white;
    line-height: 28px;
    border-radius: 3px;
    width: 100%;
    top: 32px;
    text-align: center;
    display: none;
}

.lang-selection-footer p {
    font-size: 16px;
    cursor: pointer;
}

.lang-selection-footer a:hover {
    background-color: #1e4b5c;
    color: white;
}

.name-2 input::placeholder {
    color: rgba(30, 75, 92, 1);
}

.columnsubject input::placeholder {
    color: rgba(30, 75, 92, 1);
}





/* ADAPTIVE DESIGN */

@media (min-width:1050px) {
    .divheader-1{
        position: relative;
        top: -15px;
    }
    .contact-map-mobile {
        display: none;
    }

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

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

    .we-are-here-txt-mobile {
        font-size: 31.36px;
    }

    .rowweareherefor {
        align-items: center;
    }
}

@media screen and (min-width:360px) and (max-width: 1440px) {
    .rowcontactus {
        position: relative;
    }

    .contact-map-img {
        width: 48.7%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1050px) {
    .contact-map-mobile {
        width:55% !important;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1440px) {
    .divcontainer-6{
        margin-left: -2.4%;
    }
}

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

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

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

    header {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    .rowcontactus {
        padding: 20px;
    }

    .rowtelegram button {
        width: 100%;
    }

    .column_six-1 .topreasonsto{
        padding-left: 21px;
        padding-bottom: 30px;
    }

    .column_six-1 {
        align-items: start;
    }

    .columnwearehere {
        flex-direction: column-reverse;
    }

    .linkedin_one-1 {
        height: 35px;
    }

    .columnone-1{
        height: auto;
    }

    .columnfastcar {
        margin: 0;
    }

    .divcontainer-6 {
        margin-left: -26px;
    }

    .we-are-here-txt-mobile {
        display: none;
    }

    .topreasonsto {
        font-size: 24px !important;
    }

    .svg_one {
        height: 18px;
    }

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

    .column_one-7 {
        align-items: start;
        gap: 20px;
    }

    .columnsvg_one-1 {
        align-items: start;
    }


    .rowphone-1 {
        flex-direction: column;
    }

    .columnvolume {
        width: 100%;
        padding-top: 30px;
    }

    .contact-map-img {
        display: none;
    }

    .contact-map-mobile {
        width: 100%;
        margin: 0 auto;
        border-radius: 15px;
    }

    .rowname {
        flex-direction: column;
        gap: 10px;
    }

    .columnname {
        gap: 10px;
    }

    .columnsubject {
        gap: 10px;
    }

    .rowname .name-2 {
        width: 100%;
    }

    .columnsend button {
        width: 100%;
    }

    .admincontinenta {
        margin-bottom: 45px;
    }

    /* 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 {
        display: none;
        flex-direction: column;
        line-height: 24px;
        padding-top: 10px;
    }

    .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;
    }

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

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

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

    .currency-toggle-footer-section p {
        color: #b9aa8d;
        margin-left: 2px;
        font-size: 13px;
    }

    .lang-toggle-footer-section p {
        color: #b9aa8d;
        margin-left: 2px;
        font-size: 13px;
    }

    .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: 92% !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: 10.4px;
        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(../../customer/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 */
}



/* 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);
    }
}


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

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

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

    .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;
    }

    .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 */
/* 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: 999;
}



.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: 9999999999999999;
    border: 1px solid rgba(5, 77, 98, 1);
}

.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;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


/* 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);
}

.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 */

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

.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;
    }
}

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