.js-output {
    margin-top: 20px;
}

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

.form-page__form-submit--link {
    margin-bottom: 2rem;
    margin-top: 0;
    color: #fff !important;
}

.form-page__content--404 .form-page__heading-text {
    margin-bottom: 2rem;
}

.bath-rest__slider-pagination.bath-rest__slider-pagination--mode .swiper-pagination-bullet::before {
    background-image: none;
    background-color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}

.logo-img {
    display: inline-block;
    width: 180px;
    padding-top: 8px;
}

.grecaptcha-badge {
    display: none !important;
}

.page-footer__created {
    display: none;
}

@media all and (max-width: 768px) {
    .logo-img {
        width: 160px;
        /*padding-top: 0;*/
    }
}

.intro__content-slider-card-logo-main {
    width: auto !important;
    margin-bottom: 1.5rem;
}

.page-footer::after {
    background-image: url(static_backend/img/footer.svg);
    background-position: center bottom;
}
.page-footer__created {
    display: block;
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    color: #cec0a3;
}

@media all and (max-width: 640px) {
    .page-footer::after {
        background-size: auto 120%;
    }

    .page-footer__created {
        bottom: 5.9%;
        font-size: 14px;
    }
}

.icon-tooltip {
    font-size: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid;
    display: inline-block;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #b7a98a;
    cursor: pointer;
}

.tippy-box[data-theme~='zhar'] {
    background-color: rgb(232, 215, 179);
    color: #000;
    font-size: 12px;
    padding: 10px;
}

.tippy-box[data-theme~='zhar'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: rgb(232, 215, 179);
}
.tippy-box[data-theme~='zhar'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: rgb(232, 215, 179);
}
.tippy-box[data-theme~='zhar'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: rgb(232, 215, 179);
}
.tippy-box[data-theme~='zhar'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: rgb(232, 215, 179);
}

.container-text-page {
    padding: 12rem 0 6rem;
    font-size: 2rem;
    line-height: 1.4;
}

.container-text-page h1:not(.programs__block-heading) {
    font-style: normal;
    font-weight: 400;
    font-size: 6rem;
    line-height: 120%;
    letter-spacing: .05em;
    color: #3a241f;
    font-family: var(--zhar-ptitza);
    margin-bottom: 4rem;
}

.p {
    font-weight: normal !important;
    font-size: 2rem !important;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .container-text-page h1:not(.programs__block-heading) {
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 1rem;
        font-size: 3.5rem
    }
}

.container-text-page p {
    margin-bottom: 2rem;
}

.container-text-page ul,
.container-text-page ol
{
    margin-bottom: 2rem;
    padding-left: 4rem;
}
.container-text-page ul li,
.container-text-page ol li
{
    margin-bottom: 1rem;
}

.js-rooms-item.disabled .booking__tickets-card,
.js-tickets-item.disabled .booking__tickets-card{
    opacity: 0.5;
}


.js-rooms-item.disabled .js-ticket-amount,
.js-rooms-item.disabled .js-ticket-amount-2,
.js-tickets-item.disabled .js-ticket-amount,
.js-tickets-item.disabled .js-ticket-amount-2
{
    display: none;
}

.booking-room-modal__heading {
    display: none;
}

.form-page__heading-text a {
    text-decoration: underline;
}

.booking__submit-btn:disabled {
    background: #ccc;
}

form.loading {
    position: relative;
}

.loading .form-inner {
    opacity: 0.2;
}

form.loading:after {
    background: url("static_backend/img/loader.svg") 0 0 no-repeat;
    width: 150px;
    height: 150px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    background-size: cover;
    z-index: 11;
}

form.loading:before {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.loader-btn {
    position: relative;
    font-size: 0;
    min-height: 44px;
}

.loader-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 26px;
    margin-left: -25px;
    margin-top: -13px;
    display: inline-block;
    content: '';
    background: #000 url("static_backend/img/loader-btn.svg") center no-repeat;
    background-size: contain;
}

input::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

.js-promo-btn {
    opacity: 0;
}

.js-promo-btn.focus {
    opacity: 1;
}

.booking__checkout-form-promo-result {
    font-size: 1.4rem;
    line-height: 140%;
    color: #968a71;
    padding: 0 1.5rem;
    margin-top: 0.4rem;
}

.is-success .booking__checkout-form-promo-input {
    color: green;
}
.is-error .booking__checkout-form-promo-input {
    color: red;
}

.go-animate {
    animation: go 2s infinite ease-in-out;
}

@keyframes go {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-5px);
    }
}



.intro__bg-video {
    transform: scale(1.34);
}

.my-card__plastic {
    max-width: 378px;
    background: #CFC09F;
}

.my-card__desc {

}

.my-card__desc-text,
.my-card__none-text {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 1.5rem 0;
}

.my-card__none .my-menu__btn-quit {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.my-card__qr {
    text-align: center;
}

.my-card__qr-text {
    margin-bottom: 1.5rem;
}

.my-card__qr img {
    display: inline-block;
}

.my-person__data-info {
    margin-top: 2rem;
}

.js-flipped {
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    min-height: 200px;
    width: 100%;
    max-width: 378px;
    height: 256px;
}
.js-flipped .my-card__plastic {
    height: 256px;
}
.js-flipped.is-flipped {
    transform: rotateY(180deg);
}
.js-flip {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}
.js-flip-2 {
    transform: rotateY(180deg);
}

.my-card__title {
    color: #3A241F;
}

.my-card__prop__value {
    color: #3A241F;
    font-weight: 500;
}

.my-card__prop__label {
    color: #000;
}

.my-card + .my-promo {
    margin-top: 4rem;
}

.my-card__wallets {
    align-items: center;
}

.bx-pagination .bx-pagination-container ul li span {
    border-radius: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #3A241F;
}

.bx-pagination {
    margin-top: 3rem;
}

.my-orders__row>div:nth-child(2) {
    max-width: 400px;
}

.spa-slider__link-2 {
    margin-top: 4rem;
}

.booking-room-modal__schedule {
    row-gap: 1rem;
}

.auth-panel__actions,
.auth-panel__tip {
    font-size: 1.4rem;
}

.auth-panel__actions {
    margin-top: 1rem;
}

.page-header__phone-link {
    margin-left: auto;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    gap: 1rem;
    transition: color .2s,background-color .2s,border-color .2s;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
}

.page-header__phone-link svg {
    margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
    .page-header__phone-link {
        display: none;
    }
}


.booking__common-search-input,
.booking__common-search-input {
    cursor: pointer;
}

.booking-room-modal__inner {
    margin-top: 7rem;
}

@media only screen and (max-width: 640px) {
    .booking-room-modal__inner {
        margin-top: 1rem;
    }
}

.rooms-catalog__list-item--top {
    margin-top: 25px;
}

.newsletter__form-input {
    font-size: 1.5rem;
}

.coming-soon-label {
    padding: 40px;
    padding-top: 50px;
    background-size: contain;
    background-position: 5px -2px;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: -112px;
    z-index: 10;
}

.coming-soon-label__inner {
    width: 117px;
    height: 117px;
    line-height: 121px;
    border-radius: 50%;
    background: #EDE8DD;
    text-align: center;
    font-size: 16px;
}

.rooms-catalog__card,
.rooms__card {
    position: relative;
}

.rooms__card-parallax-wrapper__coming-soon {
    display: none;
}

.certificates-gifts__tabs-items {
    overflow: hidden;
    position: relative;
}

.certificates-gifts__card {
    position: relative;
}

.certificates-gifts__card-more {
    position: absolute;
    bottom: 4.2rem;
    left: 3.5rem;

    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 120%;
    /*color: #968A71 !important;*/
}

.certificates-gifts__card-more {
    color: #000;
}

.white .certificates-gifts__card-more {
    color: #fff;
}

.certificates-gifts__card-price {
    display: flex;
    align-items: center;
}

.certificates-gifts__card-price-old {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.08em;
    text-decoration-line: line-through;
    color: #5E5E5E;
    display: inline-block;
    margin-left: 8px;
}

.certificates-gifts__card-discount-block {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.08em;
    color: #fff;
    margin-left: 8px;
    background-color: #b60000;
    border-radius: 4px;
    padding: 3px 5px;
}

.certificates-gifts__card-price-percent {
    background: #3A241F;
    border-radius: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;

    display: inline-block;
    margin-left: 6px;
}

.white .certificates-gifts__card-price-old {
    color: #B3B3B3;
}

.white .certificates-gifts__card-price-percent {
    background: #CEC1A3;
    color: #3A241F;
}


.certificates-gifts__card-text {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 10px;
}



.white .certificates-gifts__card-text {
    color: #fff;
}

.spa__text,
.zone__heading-text {
    font-size: 1.6rem;
}

.certificates-gifts__card-title {
    margin-bottom: 0;
}

.certificates-gifts__list {
    max-width: 100%;
}

.certificates-gifts__card-more svg {
    vertical-align: middle;
}

.apartments__slider-card-image__coming-soon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(58, 36, 31, 0.67), rgba(58, 36, 31, 0.67));
    color: #fff;
    padding-top: 130px;

    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    margin-bottom: 1rem;
    text-align: center;
}

.apartments__slider-card-image__coming-soon span {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 100%;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: var(--zhar-ptitza);
}

.zone__image-zoom-wrapper__coming-soon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(58, 36, 31, 0.67), rgba(58, 36, 31, 0.67));
    color: #fff;
    padding-top: 130px;

    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    margin-bottom: 1rem;
    text-align: center;
}

.zone__image-zoom-wrapper__coming-soon span {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 100%;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: var(--zhar-ptitza);
}

@media all and (max-width: 640px) {

    .certificates-gifts__card-more {
        bottom: 2.5rem;
        left: 1.5rem;
    }
    .certificates-gifts__card-title {
        margin-bottom: 1rem;
    }

    .apartments__slider-card-image__coming-soon {
        padding-top: 71px;
    }

    .coming-soon-label {
        display: none;
    }

    .rooms__card-parallax-wrapper {

    }

    .rooms__card-parallax-wrapper__coming-soon {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(58, 36, 31, 0.67), rgba(58, 36, 31, 0.67));
        color: #fff;
        padding-top: 83px;

        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 140%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .rooms__card-parallax-wrapper__coming-soon span {
        font-style: normal;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 100%;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-family: var(--zhar-ptitza);
    }
}

.popup-news {
    display: none;


    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #3A241F url("static_backend/img/pattern.svg") 50% 65% no-repeat;
    z-index: 120;
    padding: 20px;
    color: #EDE8DD;
}

.popup-news__item {
    width: 335px;
}

.popup-news__item-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 7px;
}

.popup-news__item-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 450;
    margin-bottom: 10px;
}

.popup-news__item-link {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 120%;


    justify-content: center;
    white-space: nowrap;
    text-align: center;
    border: 0.15rem solid currentColor;
    padding: 1.5rem 2rem;
    gap: 1rem;
    transition: color .2s,background-color .2s,border-color .2s;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.popup-news__item-link svg {
    transition: opacity .2s,visibility 0s linear .2s;
    fill: currentColor;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    margin-top: 0.2rem;
}

.popup-news__item-link:hover svg {
    transform: translateX(0.3rem);
}

.no-touch .popup-news__item-link svg {
    opacity: 1;
    visibility: inherit;
    transition: opacity .2s,visibility .2s;
}

.popup-news__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.form-page__heading-text .spa__link {
    text-decoration: none;
    margin-top: 2rem;
}

.form-page__heading-text .spa__link:hover .spa__link-text {
    transform: none;
}

.certificates-gifts__list-item.white {
    color: #fff;
}

.intro__content-slider-card-logo {
    width: 12.3rem;
}

.newsletter-ny {
    background-color: #B60000;
    background-image: url('static_backend/img/newsletter-ny.svg');
    bottom: 0;
}

.newsletter-ny:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -72px;
    width: 144px;
    height: 72px;
    background: url("static_backend/img/newsletter-top.svg") 0 0 no-repeat;
    background-size: cover;
}

.newsletter-ny:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 97%;
    width: 89px;
    height: 105px;
    background: url("static_backend/img/newsletter-right.svg") 0 0 no-repeat;
    background-size: cover;
}

.newsletter-ny-left {
    display: block;
    position: absolute;
    bottom: -2px;
    right: 100%;
    width: 76px;
    height: 148px;
    background: url("static_backend/img/newsletter-left.svg") 0 0 no-repeat;
    background-size: cover;
}

.bath-rest__arrows {
    margin-top: 4rem;
}

.container .map__inner {
    padding: 0;
}

.mobile-content__item {
    position: relative;
}

.mobile-content__item .map__info--close {
    display: inline-block;
    top: 18px;
}

.mobile-content {
    z-index: 2;
    width: 100%;
}

.map__image {
    z-index: 1;
}

@media all and (min-width: 768px) {
    .map__image {
        margin-top: -219px;
    }
    .map__content--title {
        font-size: 60px;
    }
    .intro__content-slider-card-logo-main {
        margin-bottom: 0;
    }
}

.mobile-content__item .about__link, .map__info--content .about__link {
    display: block;
    margin: 10px 0 20px;
}

.mobile-content__item .about__link svg, .map__info--content .about__link svg {
    vertical-align: middle;
}

.container-map {
    margin-top: 10rem;
}

.container-map__inner {
    margin-top: 0;
    margin-bottom: 6rem;
}

.apartments + .container-map__inner {
    margin-top: 8rem;
}

.booking__inner-info-text {
    margin-top: 10px;
    font-size: 11.5px;
    color: #988c73;
    font-weight: 500;
    line-height: 100%;
}

.booking__checkout-info-text {
    margin-top: 10px;
    font-size: 12px;
}

.spa-slider__heading {
    font-size: 7rem;
}

.spa-slider__link {
    margin-top: 5rem;
}

.spa-slider__link-2 {
    margin-top: 2rem;
}

.white .certificates-gifts__card-btn {
    border-color: #fff;
}
.icon-person-2 {
    width: 21px !important;
}

.about {
    padding-bottom: 4rem;
}

.disabled .booking__tickets-card-not-allow {
    display: flex;
}
.booking__tickets-card-not-allow {
    display: none;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    height: 3.4rem;
    /*border: 1px solid #000;*/
    text-align: center;
    justify-content: center;
    align-items: center;
}

.booking__tickets-card-count-2, .booking__tickets-card-count-1 {
    color: #b60000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    margin-top: 0.4rem;
    
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    height: 3.4rem;
    /*border: 1px solid #000;*/
    text-align: center;
    justify-content: center;
    align-items: center;
}

.intro__content-slider-card-text h1,
.intro__content-slider-card-text h2
{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
}

@media all and (max-width: 768px) {
    .about {
        padding-bottom: 2rem;
    }

    .container-map {
        margin-top: 6rem;
    }

    .map__image--img img {
        width: auto !important;
    }

    .container-map__inner {
        margin-top: 0 !important;
        margin-bottom: 6rem;
    }

    .newsletter-ny-left {
        right: 99%;
        width: 62px;
        height: 85px;
    }
    .newsletter-ny:after {
        left: 97%;
        width: 54px;
        height: 64px;
    }
    .spa-slider__heading {
        font-size: 4rem;
    }
}

@media all and (max-width: 640px) {
    .icon-person-2 {
        margin-left: 7px;
    }

    .spa-slider__heading {
        font-size: 3.2rem;
    }

    .newsletter-ny:before,
    .newsletter-ny:after,
    .newsletter-ny-left {
        display: none;
    }

    .intro__content-slider-card-logo {
        width: 12rem;
    }

    .page-footer__bottom-row {
        padding-bottom: 2.2rem;
        display: flex;
    }
    .page-footer__bottom-links {
        display: grid;
        grid-template-columns: minmax(0,1fr);
        grid-gap: 1rem;
    }
    .page-footer__copyright {
        display: none;
    }
    .page-footer__created{
        bottom: 4.8% !important;
    }
    .page-footer__arrow-wrapper {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .bath-rest__text,
    .spa__text {
        font-size: 1.2rem;
    }

    .bath-rest__slider-inner .swiper-slide {
        width: 100%;
    }
}

/*[data-remarked="355292"] {
    display: none;
}*/
[data-remarked="355297"].disabled {
    display: none;
}

[data-remarked="355297"].disabled + [data-remarked="355292"] {
    display: block;
}

.news__more {
    display: flex;
    margin-top: 4rem;
    justify-content: center;
}

.page-header__nav>ul {
    gap: 2rem;
}

.page-header__nav>ul>li>a {
    letter-spacing: -0.5px;
}

@media all and (max-width: 768px) {
    .page-header__nav>ul {
        gap: 4px;
    }
}

.booking__checkout-form-submit[disabled] {
    opacity: .5;
}

.certificates-rules__accordion-content-inner a {
    text-decoration: underline;
}

.apartments__slider-card-btn-2 {
    max-width: 80%;
}

.seo-text {
    margin: 3rem 0 6rem;
}

.seo-text__wrap {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}

.seo-text__item {
    width: 50%;
    font-size: 14px;
    line-height: 140%;
}

.seo-text__item--full {
    width: 100%;
}

.seo-text__item p {
    margin-bottom: 15px;
}

.seo-text__item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 6rem;
    line-height: 120%;
    letter-spacing: .05em;
    font-family: var(--zhar-ptitza);
    margin-bottom: 15px;
}

.seo-text__item-title-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: .05em;
    font-family: var(--zhar-ptitza);
    margin: 4rem 0 2rem;
}

.promo-detail__text ul,
.seo-text__item ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2.4rem 8.5rem;
}

.promo-detail__text ul > li,
.seo-text__item ul > li {
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
}

.promo-detail__text ul > li::before,
.seo-text__item ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    top: .3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/zhar/static/img/diamond-shape-black.svg)
}

.promo-detail__text ul > li::before {
    top: .7rem;
}

.seo-text-2 {
    font-family: "Avenir Next Cyr", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
}

.seo-text-2 h2 {
    font-family: "ZharPtitza", serif;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.seo-text-2 p {
    margin-bottom: 15px;
}

@media all and (max-width: 767px) {
    .seo-text__item-title {
        font-size: 28px;
    }

    .seo-text__item-title-2 {
        font-size: 20px;
    }

    .seo-text__item {
        width: 100%;
    }

    .seo-text__wrap {
        flex-direction: column;
    }

    .promo-detail__text ul,
    .seo-text__item ul {
        grid-template-columns: repeat(1, auto);
    }

    .apartments__slider-card-btn-2 {
        margin: 0 auto;
    }

    .page-footer__created a {
        font-size: 12px;
    }
}


.page-footer__nav>ul>li {
    width: 100%;
    display: inline-block;
}

.footer-yandex-rating {
    background: url("/upload/yandex-footer.svg") 0 0 no-repeat !important;
    width: 124px;
    height: 45px;
    display: block;
    margin-top: 15px;
    line-height: 1;
    background-size: contain !important;
}

.footer-yandex-rating-2 {
    background: url("/upload/yandex-contacts.svg") 0 0 no-repeat !important;
    width: 165px;
    height: 56px;
    display: block;
    margin-top: 15px;
    line-height: 1;
    background-size: contain !important;
}

.contacts__plan {
    margin-bottom: 2.5rem;
}

.contacts__text-after-metro {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 22.4px */
    margin-bottom: 3.5rem;
}

.apartments .apartments__slider-card-title {
    text-transform: inherit;
    letter-spacing: .05em;
}

.promos-catalog__card--no-image::before {
    position: relative;
    content: '';
    height: 5px;
    width: 100%;
    background: #EDE8DD;
    display: block;
    margin-bottom: 17px;
}

.form-page__form--news ::placeholder {
    color: rgba(150, 138, 113, .5)
}

.news-form__title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: .05em;
    font-family: var(--zhar-ptitza);
}

.page-header__submenu  {
    display: none;
}

.page-header__nav-wrapper--submenu {

}

.page-header__row:nth-child(1),
.page-header.dark .page-header__row:nth-child(2), .page-header.fixed .page-header__row:nth-child(2) {
    clip-path: none;
    -webkit-clip-path: none;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li {
    position: relative;
}

.page-header__nav-wrapper--submenu .page-header__nav>ul>li>a {
    position: relative;
    z-index: 10;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 32px;
    z-index: 9;
}

.page-header__row-1 .page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu {
    padding-top: 19px;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu ul {
    background: #fff;
    padding: 13px 20px 16px 10px;
    color: #000;
    min-width: 222px;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 18px;

}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu li::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('static/img/diamond-shape-black.svg');
    flex-shrink: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li .page-header__submenu li:hover::before {
    display: inline-block;
}

.page-header__nav-wrapper--submenu .page-header__nav > ul > li:hover .page-header__submenu {
    display: block;
}

.page-header__submenu a  {
    display: flex;
    justify-content: space-between;
}

.page-header__submenu a .people {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #968A71 !important;
    display: inline-block;
    margin-left: 26px;
}

.page-header__submenu a .icon-people {
    background-color: #968A71;
    -webkit-mask: url("static_backend/img/2-people.svg") no-repeat 100% 0;
    mask: url("static_backend/img/2-people.svg") no-repeat 100% 0;
    -webkit-mask-size: 20px 13px;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 13px;
}

.page-header__nav-wrapper--submenu .page-header__nav .page-header__submenu ul > li:hover .people {
    color: #000 !important;
}

.page-header__nav-wrapper--submenu .page-header__nav .page-header__submenu ul > li:hover .icon-people {
    background-color: #000;
}

.rating {
    display: inline-block;
    margin-left: 10px;
}

.rating i {
    display: inline-block;
    background: url("static_backend/img/icon-star.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.apartments__slider--reviews .swiper-slide {
    width: 33.3%;
    padding: 25px 24px 28px 33px !important;
    background: #fff;
}

.apartments__slider.apartments__slider--reviews .swiper-slide:nth-child(odd) {
    margin-top: 6rem;
}

.apartments__slider--reviews .promos-catalog__card-link {
    display: flex;
    justify-content: space-between;
}

.js-more-read {
    cursor: pointer;
}

.js-reviews .apartments__heading {
    font-size: 6rem;

    color: #3A241F;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 84px */
}

.apartments__slider--reviews .promos-catalog__card-title {
    color: #3A241F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.apartments__slider--reviews .promos-catalog__card-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.apartments__slider--reviews .promos-catalog__card-link {
    color: #968A71;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    text-decoration-line: underline;
}

.apartments__slider--reviews .swiper-wrapper {
    align-items: flex-start;
}

.promos-catalog__list-item .truncate-text-1 {
    transition: all ease-in-out .3s;
}

.promos-catalog__list-item .truncate-text-2 {
    display: none;
    transition: all ease-in-out .3s;
}

.promos-catalog__list-item.less .truncate-text-1 {
    display: none;
}

.promos-catalog__list-item.less .truncate-text-2 {
    display: block;
}

.more-read-1 {
    transition: all ease-in-out .3s;
}

.more-read-2 {
    display: none;
    transition: all ease-in-out .3s;
}

.less .more-read-1 {
    display: none;
}

.less .more-read-2 {
    display: block;
}

.js-reviews + .contacts {
    margin-top: 4rem;
}

.js-reviews + .certificates-intro {
    padding-top: 8rem;
}

.js-reviews + .zone--goods {
    padding-top: 6rem;
}

@media all and (max-width: 640px) {
    .js-reviews .apartments__heading {
        font-size: 3.8rem;
    }
    .apartments__slider.apartments__slider--reviews .swiper-slide:nth-child(odd) {
        margin-top: 0;
    }
    .apartments__slider--reviews .swiper-slide {
        width: 27.7rem;
        margin-right: 1.3rem;
        width: 90%;
    }

    .apartments__slider--reviews .apartments__slider-controls {
        display: flex;
    }

    .apartments__slider--reviews .apartments__slider-arrow--prev {
        margin-right: 7px;
    }

    .apartments__slider--reviews .apartments__slider-arrow--next {
        margin-left: 7px;
    }
}

.__white .form-page__form-input,
.promo-detail__content .form-page__form-input {
    color: #000;
}

.__white .form-page__form-submit,
.promo-detail__content .form-page__form-submit {
    background-color: #000;
    color: #fff;
    border:0;
}

.__white .form-page__form .parsley-errors-list.filled {
    padding: 0;
}

@media all and (min-width: 641px) {
    .js-booking-common-room-slider .booking__room-slider-arrow {
        display: none;
    }

    .js-booking-common-room-slider .swiper-wrapper {
        flex-wrap: wrap;
    }

    .js-booking-common-room-slider .swiper-slide {
        margin-bottom: 20px;
    }

    .js-booking-common-room-slider .swiper-slide:nth-child(1n+1) {
        padding-left: 10px;
    }

    .js-booking-common-room-slider .swiper-slide:nth-child(2n+1) {
        padding-right: 10px;
    }
}

.modal-open-overlay {
    position: relative;
}

.overlay-modal {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}
.modal-open-overlay .overlay-modal {
    display: block;
}

.modal-open-overlay .page-header {
    z-index: 9;
}

.page-header__burger > span {
    height: 2px;
}

.booking__checkout-info-list-item--fee .booking__checkout-info-card-left-wrapper {
    grid-template-columns: 1fr;
}

.booking__checkout-info-list-item--fee .icon-tooltip {
    margin-left: 5px;
}

.booking__checkout-info-list-item--fee .booking__checkout-info-card {
    padding: 1.8rem 0;
}

.tooltip-justify {
    color: #000;
    text-align: justify;
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 14px */
}

@media all and (max-width: 640px) {
    .booking__checkout-info-list-item--fee .booking__checkout-info-card {
        display: block;
    }
    .booking__checkout-info-list-item--fee .booking__checkout-info-card-text {
        margin-bottom: 1rem;
    }

    .booking__checkout-info-list-item--fee .booking__checkout-info-card-right-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .booking__checkout-info-list-item--fee .booking__checkout-info-card-summary {
        margin-bottom: 0;
    }

    :not(.booking__checkout-info-list-item--fee) .booking__checkout-info-card-price {
        text-align: right;
        display: block;
        width: 100%;
    }
}

.booking__checkout-form .parsley-errors-list.filled {
    padding-left: 25px;
    margin-bottom: 10px;
}

.write-us--white {
    background: transparent;
    color: #000;
    padding-top: 0;
}

.write-us--white .write-us__form-input {
    color: #000;
}

.write-us--white .write-us__form-input::-webkit-input-placeholder {
    color: #000
}

.write-us--white .write-us__form-input:-moz-placeholder, .write-us--white .write-us__form-input::-moz-placeholder {
    color: #000
}

.write-us--white .write-us__form-input:-ms-input-placeholder {
    color: #000
}

.write-us--white .write-us__form-submit {
    background-color: #000;
    color: #fff;
    border:0;
}

.menu__show-on-map-wrap {
    display: flex;
    flex-direction: column;
}

.menu__show-on-map {
    margin-bottom: 1.8rem;
}
.menu__show-on-map:last-child {
    margin-bottom: 3.8rem;
}

.booking-room-modal--terms .booking-room-modal__heading {
    display: block;
}

.booking-room-modal--terms .booking-room-modal__top-row {
    background: #fff;
    min-height: 3rem;
}

.booking-room-modal--terms .booking-room-modal__close {
    right: 10px;
    top: 10px;
}

.booking-room-modal--terms .booking-room-modal__content p {
    margin-bottom: 2rem;
}

.booking-room-modal--terms .booking-room-modal__content ul {
    margin-bottom: 2rem;
    margin-left: 20px;
}

.booking-room-modal--terms .booking-room-modal__content ul li {
    margin-bottom: 2rem;
}

.booking-room-modal--terms .booking-room-modal__content p a {
    color: #968a71;
    text-decoration: underline;
    transition: all .2s;
}


.booking-room-modal--terms .booking-room-modal__content p a:hover {
    text-decoration: none;
}
@media all and (max-width: 640px) {
    .booking-room-modal--terms .booking-room-modal__close {
        right: 0.25rem;
        top: -3.5rem;
    }
}

.booking__checkout-form-input-600 {
    max-width: 600px !important;
}

.my-card__title--mod {
    font-size: 3rem;
}
@media all and (max-width: 640px) {
    .my-card__title--mod {
        font-size: 2rem;
    }
}

.booking__checkout-info-card-image-container2 {
    margin-right: 10px;
}

.not_blackout::after {
    background: none !important;
}

.rooms-error {
    display: none; 
    color: #b60000; 
    text-align: center; 
    font-style: normal; 
    font-weight: 500; 
    font-size: 1.4rem; 
    line-height: 120%
}

@media all and (max-width: 640px) {
    .rooms-error {
        display: none; 
        color: #b60000; 
        text-align: center; 
        font-style: normal; 
        font-weight: 500; 
        font-size: 1.2rem; 
        line-height: 120%
    }
}

.booking__checkout-total-bonus{
    display:flex;
    align-items:center;
    gap:2rem;
    font-style:normal;
    font-weight:700;
    font-size:1.4rem;
    line-height:140%;
    color:#000;
    margin-bottom:.4rem;
    justify-content:space-between
}
@media only screen and (max-width:640px){
    .booking__checkout-total-bonus{
        font-style:normal;
        font-weight:500;
        font-size:1.4rem;
        line-height:140%
    }
}