.column-8 {
    gap: var(--space-6xl);
    display: flex;
    width: 100%;
    flex-direction: column;
}

.nightlifein {
    font-family: Inter !important;
    font-weight: 700 !important;
    width: 90%;
    line-height: 140%;

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

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

.read_more {
    color: var(--white) !important;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    background-color: var(--gold) !important;
    height: 38px;
    min-width: 148px;
    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);
    }
}

.page_one {
    height: 40px;
    background-color: var(--white);
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: var(--radius-6xl);

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

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

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

.span-4 {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    flex: 1;
    display: flex;
}

.stackblog_two {
    height: auto;
    align-self: stretch;
    position: relative;
    align-content: center;

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

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

.row_two-4 {
    padding-left: 100px;
    padding-right: var(--space-15xl);
    flex: 1;
    display: flex;
    justify-content: center;

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

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

.rowblog_two {
    width: 76%;
    display: flex;
    justify-content: center;
    align-items: flex-start;

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

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

.columnblog_two {
    gap: 50px;
    align-self: center;
    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-21 {
    margin-left: -19px;
    margin-right: 6px;
    gap: var(--space-2xl);
    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;
    }
}

.blog-7 {
    display: grid;
    gap: 28px;
    row-gap: var(--space-12xl);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;

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

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


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

.rowarr_one {
    gap: var(--space-6xl);
    display: flex;
    width: 29.6%;
    justify-content: center;
    align-items: center;

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

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

.arr_one {
    height: 40px;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    background-color: var(--white) !important;
    width: 40px;
    border-radius: 20px !important;
    border: 1px solid var(--gold);
}

.pages {
    gap: var(--space-xl);
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.page {
    height: 40px;
    color: rgba(30, 75, 92, 1);
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: var(--radius-6xl);

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

.arr_three {
    height: 40px;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    background-color: var(--white) !important;
    width: 40px;
    border-radius: 20px !important;
    border: 1px solid var(--green);
}

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



.pages p {
    display: inline-block;
    padding: 10px 7px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 35px;
    transition: all 0.3s ease;
}

.pages p.active {
    background: rgba(30, 75, 92, 1);
    color: white;
}

.pages {
    display: flex;
    gap: 0px;
}


@media (max-width: 600px) {
    .pages {
        gap: 2px;
    }

    .pages p {
        padding: 8px 12px;
        font-size: 14px;
    }

    .rowarr_one {
        gap: 5px;
    }
}


@media (max-width: 768px) {
    .pages {
        gap: 4px;
    }

    .pages p {
        padding: 8px 14px;
        font-size: 16px;
    }
}


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






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


/* MOBILE VERSION */

@media (max-width: 1050px) {
    .footer-1 {
        display: none;
    }

    .rowarr_one {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1050px) {
    header {
        display: none !important;
    }

    .row_twentyone {
        margin: 0;
        margin-top: -25px;
    }

    .divcontainer-10 {
        padding-left: 17px;
    }

    .columnblog_two {
        padding: 0;
    }

    .price-40 {
        align-self: flex-start;
    }

    .rowone {
        flex-direction: column;
        align-items: normal;
    }

    .pages {
        flex: none;
    }
}

@media screen and (min-width: 1050px) and (max-width:1440px) {
    .pages {
        flex: none;
    }
}

@media (min-width: 1440px) {
    .pages {
        flex-wrap: nowrap;
    }
}


/* ----------------------------- FOOTER __________________________________________ */

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

.input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 10.5px 15px 11.5px 15px;
    z-index: 914;
    border-radius: 10px 0 0 10px;
}

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

input {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}







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

    /* FOOTER MOBILE START */
    .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;
    }

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

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

    .footer-mobile a {
        text-decoration: none;
        color: #b9aa8d;
        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-section {
        width: 86%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.1);
        padding: 25px;
        border-radius: 20px;
    }

    .subscribe-input {
        height: 38px;
        width: 205px;
        background: white;
        border: none;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 16px;
    }

    .button-2bc {
        position: relative;
        left: 75px;
        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;
    }

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

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

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

    .button-2bc {
        left: -31px !important;
        top: 1px !important;
    }

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


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

/*.divheader-1 {*/
/*    position: relative;*/
/*    top: -15px;*/
/*}*/


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


@media screen and (min-width: 360px) and (max-width: 1050px) {
    .footer {
        display: none;
    }
}

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

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