.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 10%;
    max-width: 420px;
    margin: 0 auto;
    background-color: #191919;
    padding: 30px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}


.form__title {
    font-size: 24px;
}



.cookie-banner p {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.cookie-banner a {
    color: #DF172D;
    text-decoration: underline;
}

.cookie-banner button {
    background-color: transparent;
    border: 1px solid #DF172D;
    width: 240px;
    text-align: center;
    color: #fff;
    padding: 13px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.cookie-banner button:hover {
    background-color: #DF172D;
}

@media (max-width: 480px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        padding: 15px;
    }
}

.grecaptcha-badge {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


.sale-form .input,
.sale-form-modal .input {
    font-family: ventimedium, ventimediumIE;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.sale-form h5,
.sale-form-modal h5 {
    margin-top: 10px;
    font-family: ventimedium, ventimediumIE;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 5px;
    color: #48403B;
}

.sale-form-modal-content {
    width: 1054px;
    position: fixed;
    top: 45%;
    right: 50%;
    z-index: -1;
    transform: translate(50%, -50%);
    opacity: 0;
    transition: 0.4s;
}

.sale-form-modal-content.active {
    top: 50%;
    z-index: 60;
    opacity: 1;
}

.sale-form-modal-redPattern {
    position: absolute;
    z-index: -1;
    top: 134px;
    left: 214px;
}

.sale-form-modal-pattern {
    position: absolute;
    top: 182px;
    left: 40px;
    z-index: -1;
}


.sale-form-modal {
    width: 100%;
    padding: 70px 170px 70px 170px;
    background: #191919;
    position: relative;
    z-index: 2;
}


.sale-form-modal-RedLine {
    width: 100%;
    height: 4px;
    margin-top: 40px;
    margin-bottom: 20px;
    background: linear-gradient(89.97deg, #DF172D 0.01%, rgba(223, 23, 45, 0) 100%);
}

.sale-form-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.sale-form-modal-title {
    position: absolute;
    top: 373px;
    left: 633px;
    width: 554px;
    font-family: ventimedium, ventimediumIE;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 5px;
    color: #DF172D;
    transform: rotate(90deg)
}

.sale-form-modal .md-form label {
    line-height: normal;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #f8f8f8;
    padding-left: 18px;
}

.sale-form-modal .md-form label.active {
    font-size: 12px;
}

.sale-form-modal .md-form input {
    border-bottom: 2px solid #48403B;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 3px;
    color: #f8f8f8;
}

.sale-form-modal .md-form input[type=text]:focus:not([readonly])+label {
    color: #DF172D;
}

.sale-form-modal .md-form input[type=text]:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #DF172D;
    box-shadow: 0 1px 0 0 #DF172D;
    border-bottom: 1px solid #DF172D;
}

.sale-form-modal-youare-text span {
    margin-top: 20px;
    display: block;
}

.sale-form-modal-youare-text {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.purple-window {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a4182787;
    top: 0;
    z-index: 2;
    display: none;
}

.purple-window.active {
    display: block;
}

.sale-form-modal-youare-links {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sale-form-modal-youare-links p {
    margin: 0 20px;
}

.sale-form-modal-youare-links p:nth-child(1) a {
    background: #A41827;
    font-family: helvetic-roman !important;
    text-transform: uppercase;
    font-size: 26px;
}

.sale-form-modal-youare-links p:nth-child(2) a {
    font-family: helvetic-roman !important;
    text-transform: uppercase;
    font-size: 26px;
}

.sale-form-modal-youare-links p:nth-child(1) a:hover {
    background: #a4182700;
}

.sale-form-modal-youare-links p:nth-child(2) a:hover {
    background: #A41827;
}

.sale-form-modal-youare-links a {
    font-size: 32px;
    height: 70px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #A41827;
    color: #E6E1CE;
}

.sale-form-modal {
    background: #2B1E1E !important;
}

@media(max-width: 768px) {

    .sale-form-modal-content.active,
    .sale-form-modal-content {
        width: 100% !important;
        overflow-y: auto;
        height: 100%;
        left: 0;
        right: auto;
        top: 5% !important;
    }
}

@media(max-width: 490px) {
    .sale-form-modal-youare-links a {
        font-size: 22px;
        height: 50px;
        width: 100px;
    }

    .sale-form-modal-youare-links p {
        margin: 0 10px;
    }

    .sale-form-modal-youare-text {
        font-size: 26px;
        text-align: center;
    }
}

@media(max-width: 414px) {
    .sale-form-modal-youare-text {
        font-size: 20px;
        text-align: center;
    }
}