@media (min-width: 1100px) {
    .section-car-new__car {
        margin-top: 200px;
    }

}
.modal-image-form.prize-draw .modal__wrapper .modal__image {
    position: relative;
    max-width: 540px;
    height: 355px;
}

.prize-draw__disclamer {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 244px;
    color: var(--Black, #101010);
    font-size: 8px;
    font-weight: 400;
    line-height: 12px; /* 150% */
    text-transform: uppercase;
}

.main__slide__info.container h4 {
    text-transform: uppercase;
    font-size: 25px;
}

@media (max-width: 1100px) {
    .modal-image-form.prize-draw .modal__wrapper .modal__image {
        width: 100%;
        height: 220px;
    }

    .prize-draw {
        padding: 0 !important;
    }
    .prize-draw .modal-close {
        z-index: 3;
    }
}

.header {
    position: sticky;
    z-index: 10;
    top: 0;
}

.agreement__wrapper .license {
    justify-content: flex-start;
    align-items: flex-start;
} 

.agreement__wrapper {
    display: flex;
    gap: 8px;
}

.agreement__checkbox.error{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1.5px solid #ac1010;
    appearance: none;
}
.agreement__checkbox {
    margin-top: 4px;
    appearance: auto;
    border-radius: 4px;
    width: 14px;
    height: 14px;
}

.agreement__wrapper:has(.agreement__checkbox.error) span.error {
    display: none !important;
}

.agreement__wrapper:has(.agreement__checkbox.error) .license .t-4 {
    color: #ac1010;
}

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

.license {
    display: block;
}

.agreement__checkbox.error {
    appearance: auto;
}
  
.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;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #e37639);
    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%; /* 15.4px */
}
.cookies__text a {
    color: var(--Hague-Blue, #e37639);
}

.footer__nav__buttons {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: 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%;
    }
    .footer__nav__buttons {
        margin-top: 0;
    }
}

.section-request__form__btn {
    flex-direction: column-reverse;
    height: max-content;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

