@media (min-width: 1400px) {

    .big_title,
    .the_title {
        font-size: 3.2em;
    }

    h2:not(.the_subtitle),
    .wrap.list .prev_wrap .preview .col_content .content .title {
        font-size: 2.5em;
    }
}

@media (max-width: 992px) {
    #footer .footer_logo {
        margin-bottom: 20px;
    }
}

#footer .footer_logo img {
    width: 100%;
    height: auto;
}

#location_preview .description_box .description .marker {
    margin: 0;
}

#logo {
    width: auto;
    max-width: 200px;
}

.main #room_book_0 .btn {
    position: relative;
    transform: none;
    left: auto;
    display: inline-flex;
}

.languages .desktop>ul>li>ul {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.languages .desktop>ul>li>ul>li a.lang_sel_other:hover {
    color: var(--hover);
}

.languages .desktop>ul>li>ul>li a.lang_sel_other {
    color: var(--main);
}

.languages .desktop>ul>li>a.lang_sel_sel:before {
    border-color: transparent transparent #fff transparent;
}