.footer__nav li span{
    color:white;
}

.services__wrapper .services__card{
    cursor: pointer;
}

.day-offer .checkbox__label a {
    color: white;
}

.day-offer .title-l {
    text-align: left;
    margin-bottom: 40px;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    display: flex;
}

.agreement__wrapper {
    display: flex;
    gap: 4px;
}
.agreement__checkbox {
    border-radius: 4px;
    width: 14px;
    height: 14px;
    appearance: auto;
    flex-shrink: 0;
}
.car-item {
    width: auto;
}

.car-info .model-description__block-list-item {
    font-weight: 400;
    font-size: 14px;
}

.car-item__description {
    max-height: 340px;
    height: auto;
} 

.agreement__checkbox.error{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1.5px solid #d02d2d;
    appearance: none;
}

.agreement__wrapper:has(.agreement__checkbox.error) .checkbox__label {
    color: #d02d2d;
}

.agreement__wrapper span.error {
    display: none !important;
}

.day-offer__form {
    gap: 20px;
}

.cookies__wrapper {
    position: fixed;
    align-items: center;
    border-radius: 20px;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;   
    display: flex;
    gap: 32px;
}

.title-l {
    text-align: center;
}

.filter__toggle {
    display: block;
    margin-bottom: 20px;
}
.new-cars__wrapper {
    column-gap: 20px;
}
.checkbox__label a {
    text-decoration: underline;
}

.footer__form__container .checkbox__label a {
    color: white;
}

.body-bold {
    font-size: 18px;
}

.cookies__wrapper {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .15);
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #2e58db);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
    border: none;
    cursor: pointer;
}

.cookies__text {
    max-width: 424px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

.cookies__text a {
    color: var(--Hague-Blue, #2e58db);
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: none;
    }
    .car-info__about {
        padding-bottom: 20px;
    }
    .new-cars__container:has(.filter) {
        padding: 0;
    }
    .car-info__about__item__icon {
        display: none;
    }    
    .cookies__wrapper {
        width: 100%;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
    .cookies__btn {
        width: 100%;
    }
    
    .main__subtitle {
    }
}

@media (max-width: 424px) {
    .brands__small__wrapper {
        gap: 8px;
        grid-template-columns: repeat(1, 1fr);
    }
    .brand__item__logo {
        margin-bottom: 0;
    }
    .brands__button {
        margin-top: 20px;
    }
}


.footer_cb .contacts__info__desc { 
    color: #fff;
}
.footer_cb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}


@media (max-width: 1100px) {
    .footer_cb * {
        width: 100%;
    }
    .footer_cb {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
    }
}

.header__search__backdrop {
    height: 100lvh;
    top: -100lvh;
}