.legal-page {
    padding: 150px 0 80px;
}

.legal-doc {
    margin: 24px 0 0;
    white-space: pre-wrap;
    font: inherit;
    line-height: 1.55;
    color: inherit;
}

.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    color: inherit;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    opacity: 1;
    pointer-events: auto;
}

.contact-form {
    align-items: flex-start;
    flex-wrap: wrap;
}

.faq-form-inner .form-consent {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 22px;
}

.faq-form-inner .form-consent:not(.is-active) {
    opacity: 1;
    pointer-events: auto;
}

.form-consent input.form-consent__checkbox {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    accent-color: #00b3b1;
}

.form-consent input.form-consent__checkbox::before {
    content: none;
}

.form-consent a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-form .form-consent,
.faq-form-inner .form-consent,
.chekat__form .form-consent {
    color: #fff;
}

.contact-form .form-consent {
    flex: 0 0 100%;
    box-sizing: border-box;
    max-width: none;
    margin-left: 0;
    padding-left: 270px;
}

.contact-form .form-consent span {
    max-width: 430px;
}

.chekat__submit {
    flex-direction: column;
    align-items: flex-start;
}

.chekat__btn {
    margin-right: 0;
}

.chekat__submit .form-consent {
    max-width: 390px;
}

.modal-form-inner .form-consent,
.item-order .form-consent {
    color: #353535;
}

.footer-bottom {
    flex-wrap: wrap;
    gap: 12px 22px;
}

.footer__privacy {
    white-space: normal;
}

.cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 620px;
    padding: 18px 20px;
    color: #fff;
    background: rgba(19, 28, 36, .96);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
    transition: opacity .22s ease, transform .22s ease;
}

.cookie-banner.is-hidden {
    opacity: 0;
    transform: translateY(12px);
}

.cookie-banner__text {
    font-size: 14px;
    line-height: 1.45;
}

.cookie-banner__text a {
    color: #8ce8e6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner__button {
    flex: 0 0 auto;
    min-width: 104px;
    padding: 12px 18px;
    color: #101820;
    font: inherit;
    font-weight: 700;
    border: 0;
    background: #fff;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .legal-page {
        padding: 110px 0 56px;
    }

    .form-consent {
        font-size: 12px;
    }

    .contact-form .form-consent {
        flex-basis: auto;
        max-width: 320px;
        margin-left: 0;
        padding-left: 0;
    }

    .cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: block;
        padding: 16px;
    }

    .cookie-banner__button {
        width: 100%;
        margin-top: 12px;
    }
}
