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;
}

.element-chat-answer {
    white-space: pre-wrap;
}

@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;
    }
}

@media (min-width: 1280px) {
    .events-catalog ul {
        display: flex;
    }
}

.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;
}

.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;
    }
}

