.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1f1f1f;
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-banner__text {
    font-size: 14px;
    line-height: 1.4;
}

.cookie-banner__text a {
    color: #85998E;
    text-decoration: underline;
}

.cookie-banner__btn {
    background: #85998E;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .footer__first-section {
        height: 600px !important;
    }
    #footer_form_subscribe {
        flex-direction: column;
    }
    .footer__second-section {
        line-height: 40px;
    }
    .footer-agree {
        padding: 0 10px;
    }
    .footer-agree .agree-text {
        white-space: normal !important;
    }
}
@media screen and (max-width: 768px) {
    .permission {
        position: absolute !important;
        top: 100% !important;
        left: 22% !important;
        padding: 10px 10px 0 10px;
        width: 50% !important;
    }
}
#footer_form_subscribe {
    padding: 10px 0;
}
#footer_form_subscribe .footer-subscribe-block {
    flex: 1 1 33.333%;
    min-width: 0;
}
.footer-subscribe-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-subscribe-block button {
    align-self: flex-start;
}
.footer__second-section {
    height: auto;
    line-height: 20px;
}
label.footer__agree a {
    font-size: 14px;
    margin: 0;
    text-decoration: underline;
}
label.footer__agree input {
    width: auto;
    height: 20px;
    margin: 0;
}
label.contacts-form__element.contacts-form__element_wide.contact-agree {
    display: flex;
}
.footer-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.footer-agree .agree-text {
    white-space: nowrap;
    font-size: 12px;
}
.footer-agree .agree-text a {
    display: inline !important;
    white-space: nowrap;
    text-decoration: underline;
}
.footer-agree input {
    width: auto;
    margin: 0;
}
input.contact-agree {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-top: 0px;
}
label.conditions-modal-agree {
    display: flex;
}
.conditions-modal-agree input {
    width: auto;
    height: auto;
}
.conditions-modal-agree span {
    margin-left:10px;
}
.conditions-modal-agree .agree-text {
    margin-left:10px;
}
.booking-modal-agree .agree-text {
    margin-left: 10px;
}
.banket-modal-agree .agree-text {
    margin-left: 10px;
}
.roomFeed-modal-agree .agree-text {
    margin-left: 10px;
}
.sauna-modal-agree .agree-text {
    margin-left: 10px;
}
.permission {
    position: absolute;
    top: 86%;
    width: 25%;
    margin: 0 auto;
    left: 26%;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}