a {
    color: inherit;
}
.base_popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 20px auto;
}
.base_popup .row {
    margin: 12px 0;
}
.base_popup .row label{
    padding: 10px;
    display: inline-block;
    width: 90px;
}
.base_popup .row input[type="text"], .base_popup .row textarea{
    width: 250px;
    vertical-align: middle;
}
.base_popup_title {
    font-weight: bold;
    margin: 6px 0 18px 0;
    font-size: 150%;
}
.b24-widget-button-wrapper {
    display: none !important;
}
.iframe-tour {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
@media (min-width: 768px) {
    .iframe-tour {
        width: 100%;
        height: 100%;
        min-height: 640px;
    }
}
@media (min-width: 1024px) {
    .iframe-tour {
        width: 100%;
        height: 100%;
        min-height: 1080px;
    }
}
.guest-photo-gallery-holder {
    justify-content: flex-start;
    margin-top: 0;
}
.guest-photo-gallery-container {
    width: 30%;
    margin: 3rem 1% 0 0;
    text-align: center;
    height: 20rem;
}
.guest-photo-gallery {
    height: 100%;
}
.guest-photo-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.bx_catalog_text_ul .depth-2 {
    display: none;
}
.bx_catalog_text_ul .depth-1 .bx_catalog_text_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    padding-left: 0;
}
.bx_catalog_text_ul .depth-1 .depth-2 .bx_catalog_text_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-left: 30px;
}
.bx_catalog_text_ul .depth-1 .depth-2 .element-chat-container {
    padding-left: 30px;
}
.button-push-register {
    margin-left: 1rem;
}
@media (max-width: 850px) {
    .button-push-register {
        margin-left: 0;
        margin-top: 1rem;
    }
    .guest-photo-gallery-container {
        width: 100%;
        margin: 2rem 0;
    }
}
@media (max-width: 600px) {
    .bx-livechat-wrapper{
        width: 340px !important;
    }
    .inputselect {
        width: 250px;
    }
}
.review__content .container__btn {
    margin-top: 40px;
}
.service-buttons .mob-return-title.mob-return.mob-var:first-child {
    margin-left: 0;
}
.service-buttons .mob-return-title.mob-return.mob-var {
    height: 83px;
    margin: 0 20px 0 0;
    padding: 10px;
}
.gsInformer{
    pointer-events: none;
    cursor: pointer;
}
@media screen and (max-width: 850px) {
    .service-buttons {
        flex-wrap: wrap;
    }
    .service-buttons .mob-return-title.mob-return.mob-var {
        height: auto !important;
        margin: 20px 20px 0 0;
        padding: 20px;
        width: 100% !important;
        text-align: center;
    }
    .service-buttons .mob-return-title.mob-return.mob-var a {
        margin: auto;
    }
}
.sanatorio-news-detail .video-js {
    margin: auto;
    width: 100%;
}
header > h3.number-room__header {
    text-transform: inherit;
}
.bx-calendar-range .disabled{
    pointer-events: none;
}

.services__container-culture .sanatorio-news-detail .culture-element-content {
    margin-top: 30px;
    /*display: flex;*/
    /*align-items: center;*/
    text-align: initial;
}

.services__container-culture .sanatorio-news-detail .culture-element-content img {
    /*width: calc(50% - 30px);*/
    /*margin-right: 30px;*/
    height: max-content;
    max-width: initial;
    display: initial;
}

@media (max-width: 767px) {
    /*.services__container-culture .sanatorio-news-detail .culture-element-content {*/
        /*flex-wrap: wrap;*/
    /*}*/

    /*.services__container-culture .sanatorio-news-detail .culture-element-content img {*/
        /*width: 100%;*/
        /*margin-bottom: 30px;*/
    /*}*/
}

img.detail_picture {
    height: max-content;
    width: max-content;
}

p.service__item-title-text {
    height: auto;
}