.js-output {
    margin-top: 4rem;
    font-size: 14px;
    color: red;
    margin-bottom: 0;
}

.js-output:empty {
    margin-top: 0;
    margin-bottom: 0;
}

.js-hide {
    display: none;
}

._hidden {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

form.loading {
    opacity: .4;
}

.success .js-output {
    font-size: 2rem;
    margin-top: 4rem;
    color: #fff;
}

.icon-mask {
    width: 100%;
    height: 100%;
    /*max-width: 26px;*/
    background-color: #24292f;
    transition: background-color .2s;
}

a:hover .icon-mask {
    background-color: #766b2c;
}

.page-footer--dark .icon-mask {
    background-color: #fff;
}

.page-footer--dark a:hover .icon-mask {
    background-color: rgba(255,255,255,.5);
}

.page-footer--dark .page-footer__social-link:hover svg {
    fill: rgba(255,255,255,.5);
}

#tl-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
    margin-bottom: 5rem;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    max-width: 404px;
    width: 100%;
}

[dir="ltr"] #search-form-container .sfl-container .sf-field-label {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.8rem;
    letter-spacing: .12rem;
    text-transform: uppercase;
    color: #e7e7e9;
    z-index: 10;
}

.js-show-all-hide {
    display: none;
}

._is-show .js-show-all-view {
    display: none;
}
._is-show .js-show-all-hide {
    display: block;
}

._is-show .js-hide {
    display: block;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    max-width: 404px;
    position: relative;
    z-index: 10;
}

.block__breadcrumbs {
    z-index: 5;
}

a[href="javascript:;"] {
    cursor: default;
}

.room-intro__heading {
    margin-bottom: 4rem;
}

.booking {
    margin-bottom: 0 !important;
}

.cookies-shown .cookies {
    opacity: 1;
    visibility: inherit;
    transition: opacity .4s, visibility .4s;
}

.cookies a {
    text-decoration: underline;
}

.cookies a:hover {
    text-decoration: none;
}

.restaurants__nav-link-tab-btn {
    cursor: pointer;
}

.bonus-modal__text-content {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: -.024rem;
}

.bonus-modal__image-container {
    background-image: url("static_backend/img/modal-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.menu__language-btn,
.page-header__language-current {
    text-transform: uppercase;
}

.menu__language-dropdown-link,
.page-header__language-dropdown-link {
    cursor: pointer !important;
}

.room-intro__bottom-row {
    position: sticky;
    bottom: 2rem;
}

@media all and (max-width: 1024px) {
    .intro__bottom-row,
    .room-intro__bottom-row
    {
        position: sticky;
    }

    .room-intro__bottom-row {
        bottom: 2rem;
    }

    .hotel-about {
        margin-bottom: 4rem;
    }

    .features__text {
        margin-top: 2rem;
    }

    .features__slider-card-icon {
        width: 4.8rem;
        height: 4.8rem;
        background-color: #4e1c54;
    }

    .document__heading {
        font-size: 3.2rem;
        line-height: 1;
        letter-spacing: normal;
    }
}

@media all and (max-width: 576px) {
    .living__top-row {
        margin-top: -2rem;
        margin-bottom: 2rem;
    }

    .living + .blocks {
        margin-top: 1rem;
    }

    .restaurants__nav {
        z-index: 11;
    }

    .blocks .blocks__bottom-tab {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks__more-link {
        display: inline-flex;
    }

    .blocks__gradients {
        display: none;
    }

    .blocks__slider-arrow {
        display: block;
        background-color: #ffffff;
        width: 3rem;
        height: 3rem;
    }

    .blocks__slider-arrow svg {
        fill: #24292F;
        width: 1.6rem;
        height: 1.6rem;
        margin-top: 3px;
    }

    .bonus-modal__heading {
        padding-right: 50px;
    }

    html[lang="zh-TW"] .special__slider-card-btn,
    html[lang="zh-TW"] .events__card-title,
    html[lang="zh-TW"] .events__card-link-small-screen-text
    {
        font-size: 1.6rem;
    }
}

.video-modal__card {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contacts__routes-btn:hover {
    opacity: .8;
}

.block__nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.block__nav-link.active {
    cursor: default;
}

.btn.page-footer__book-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.fancybox__content {
    padding: 0 !important;
}

.blocks__nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.event-form__input-2 {
    text-transform: none;
}

.event-form__policy-checkbox-text a {
    text-decoration: underline;
}

.event-form__policy-checkbox-text a:hover {
    text-decoration: none;
}

.js-form.success {
    position: relative;
}

.js-form.success:before {
    content: 'Спасибо! Ваша заявка отправлена';
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--dark-text);
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 3rem;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.skiptranslate {
    display: none !important;
}

html[lang="zh-TW"] .intro__point:nth-child(1) {
    top: 30%;
}

.menu__language-dropdown-link.active .page-header__language-dropdown-link-mark:before {
    opacity: 1;
}

.menu__language-dropdown-link.active .page-header__language-dropdown-link-mark {
    background-color: #766b2c;
    border-color: #766b2c;
}

#tl-booking-alert {
    display: none !important;
}