
.map-fullscreen__tags {
    margin-bottom: 0 !important;
}

.map-fullscreen__bottom {
    margin-top: auto;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}

.map-fullscreen__logo {
    background-image: url(/images/tophotels/th-logo-white.png);
    display: inline-block;
    width: 144px;
    height: 36px;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: 15px;
    top: 23px;
}

.map-fullscreen__map .bth__bold-link {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: block;
    line-height: 14px;
    margin-bottom: 3px;
}

.map-fullscreen__map .bth__bold-link + .fz13 {
    max-width: 150px;
    margin-bottom: 3px;
}

.map-fullscreen__map .map-fullscreen__block {
    background-color: white;
}

.map-fullscreen__map .map-fullscreen__block::before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    bottom: -9px;
    transform: rotate(180deg);
}

.map-fullscreen__l-col {
    width: 100%;
    position: relative;
}

.map-fullscreen__map .bth__ava-60 {
    margin-right: 5px;
}

.map-fullscreen__map .relative {
    background-color: white;
    width: 245px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
    position: relative;
}


.map-fullscreen__map .relative > * {
    display: inline-block;
    vertical-align: top;
}

.map-fullscreen__block__rate {
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
    line-height: 18px;
}

.map-fullscreen__block__rec {
    font-size: 13px;
}

.map-fullscreen__block__rec::before {
    content: '\f164';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 3px;
    color: #999;
    font-size: 10px;
}


.map-fullscreen__map .ymaps-2-1-75-b-cluster-tabs__menu-item-text {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}

.map-fullscreen__map {
    height: calc(100% - 135px);
    position: relative;
    display: flex;
    overflow: hidden;
}

.map-fullscreen__map .map {
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    background-size: contain;
    background-image: url("/i/map-home.png");
}

.map-fullscreen__filter-abs .tour-selection-wrap {
    margin: 0 auto;
}

.map-fullscreen__filter-abs .section-tag .filter__tag:not(.no-border) {
    background-color: white;
    border-color: white;
}

.map-fullscreen__filter-abs .section-tag > div {
    margin-bottom: 0 !important;
}

.map-fullscreen__filter-abs .section-tag {
    margin-top: 15px;
    margin-left: 28px;
}

.map-fullscreen__filter-abs {
    z-index: 2;
    background-color: #efefef;
    width: 100%;
    left: 0;
    position: absolute;
    top: 90px;
    text-align: left;
    padding: 15px;
    padding-top: 0;
}

.map-fullscreen {
    background-color: #303030;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -ms-flexbox;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;

}

.map-fullscreen__btn .map-fullscreen__btn-lb .fa-user-tie {
    background-image: url(/i/tophotels/user-tie-solid.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 26px;
}

.map-fullscreen__btn.map-fullscreen__btn--filter .map-fullscreen__btn-lb {
    background-image: url("/i/filter-white-icon.png");
}

.map-fullscreen__btn.map-fullscreen__btn--filter input:checked + .map-fullscreen__btn-lb {
    background-image: url("/i/filter-orange-grey-icon.png");
}

.map-fullscreen__btn.map-fullscreen__btn--f-del .map-fullscreen__btn-lb {
    background-image: url(/i/filter-del-icon-white.png);
    background-size: 28px;
    background-color: #DDDDDD;
}

.map-fullscreen__btn.map-fullscreen__btn--type input + .map-fullscreen__btn-lb {
    background-image: url(/i/folders-sprite.png);
    background-position-y: -36px;
    background-size: 41px;
}

.map-fullscreen__btn.map-fullscreen__btn--type input:checked + .map-fullscreen__btn-lb {

    background-position-y: 7px;
}

.map-fullscreen__btn.map-fullscreen__btn--filter.full-red .map-fullscreen__btn-lb {
    background-image: url(/i/lib-ui-tour-filter/filter-orange-red-icon.png);
    background-color: #DDDDDD;
}

.map-fullscreen__btn-fullscr .map-fullscreen__btn-lb::after {
    content: '\f0b2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    font-size: 28px;
    display: block;
    margin-top: 2px;

}

.map-fullscreen__btn {

    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}

.map-fullscreen__btn .map-fullscreen__btn-lb {
    color: white;
    background-color: #3e3e3e;
    padding-top: 18px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    background-size: 25px;
    display: block;
}

.map-fullscreen__btn .map-fullscreen__btn-lb.map-fullscreen__btn-lb--txt {
    font-size: 13px;
    width: auto;
    min-width: 60px;
}

.map-fullscreen__btn input:checked + .map-fullscreen__btn-lb {
    color: #3e3e3e;
    background-color: #DDDDDD;

}

.map-fullscreen__btns {
    margin-top: 10px;
}

.map-fullscreen__top {
    padding: 15px;
    text-align: center;
    position: relative;
    background-color: #1f1f1f;

}

.map-fullscreen__top-cross:hover {
    background-image: url("/i/tophotels/cross-thin.svg");
}

.map-fullscreen__top-cross {
    background-image: url("/i/tophotels/cross-thin-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 29px;
    z-index: 2;

}

.map-fullscreen__price-abs {
    font-weight: bold;
    position: absolute;
    top: -37px;
    left: -16px;
    background-color: white;
    padding: 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 32px;
}

.map-fullscreen__map-hotel .map-fullscreen__close-hotel:hover {
    background-image: url(/i/tophotels/cross-thin.svg);
}

.map-fullscreen__map-hotel .map-fullscreen__close-hotel {
    position: absolute;
    background-image: url(/i/tophotels/cross-thin-grey.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 15px;
    right: 15px;

}

.map-fullscreen__map-hotel:hover .bth__bold-link {
    color: #318CC6
}

.map-fullscreen__map-hotel .bth__crown {
    margin-right: 5px;
}

.map-fullscreen__map-hotel {

    padding: 15px;
    background-color: white;
    position: absolute;
    z-index: 1;
    width: 300px;
    bottom: 0;
    left: -25px;
    color: #475669;
    border-radius: 5px;
    display: none;
    transition: 0.3s;
}

.map-fullscreen__map-hotel > * {
    display: block;
    margin-bottom: 10px;
}

.map-fullscreen .map-fullscreen__map-hotel .bth__bold-link {
    margin-top: 10px;
    margin-bottom: 0;
}

.map-fullscreen__map-hotel .bth__ttl-h2 {
    margin-bottom: 0;
}

.map-fullscreen__r-col > * {
    margin-bottom: 10px;
    display: block;
}

.map-fullscreen__r-col .cbx-cnt {
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.map-fullscreen__r-col {
    padding: 20px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    background-color: white;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

}

.map-fullscreen__r-col::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.map-fullscreen__r-col::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #F5F5F5;
}

.map-fullscreen__r-col::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

.map-fullscreen__map-border {
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.map-fullscreen__r-col .map-fullscreen__star {
    margin-bottom: 3px;
}

.map-fullscreen__star i {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    color: #e7ba06;
}

.map-fullscreen__rate > span:not(:last-of-type) {
    margin-right: 10px;
}

.map-fullscreen__r-col .map-fullscreen__buble b {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 5px;

}

.map-fullscreen__r-col-wrap {
    position: relative;
    display: none;
}

.map-fullscreen__r-col .map-fullscreen__buble {
    padding: 10px;
    background-color: #ddd;
    border-radius: 7px;
    text-align: center;
    margin-top: 20px;
}

.map-fullscreen__r-col .map-fullscreen__border {
    border-top: 1px solid white;
    padding-top: 10px;
}

.map-fullscreen__prev,
.map-fullscreen__next {
    background-image: url(/i/tophotels/right-arrow-carous.svg);
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    cursor: pointer;
    background-size: 12px;
    background-color: rgba(255, 255, 255, 0.72);
    background-position: center;
    top: 48%;
    z-index: 1;
    border-radius: 50px;
}

.map-fullscreen__next {
    right: 15px;
}

.map-fullscreen__prev {
    left: 15px;
    transform: rotate(180deg);
}

.map-fullscreen__r-col-close {
    background-image: url(/i/tophotels/cross-thin.svg);
    position: absolute;
    left: -30px;
    top: 0;
    background-color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;

}

@media screen and (min-width: 1023px) {

    .map-fullscreen__btn:hover .hint {
        display: block;
        top: 60px;
        left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .map-fullscreen__r-col {
        width: auto;
        min-width: auto;
        max-width: none;

    }

    .map-fullscreen__r-col .bth__ttl-h2 {
        font-size: 15px;
    }

    .map-fullscreen__bottom {
        font-size: 13px;
        font-weight: normal;
    }
}

@media screen and (max-width: 750px) {
    .map-fullscreen__logo {
        display: none;
    }

    .map-fullscreen__btn .map-fullscreen__btn-lb .fa-user-tie {
        background-size: 20px;
    }

    .map-fullscreen__btn .map-fullscreen__btn-lb {
        width: 40px;
        font-size: 17px;
        padding-top: 9px;
        background-size: 20px;
        height: 40px;
    }

    .map-fullscreen__top-cross {
        right: 15px;
        top: 19px;
    }

    .map-fullscreen__top {
        text-align: left;
    }

    .map-fullscreen__map {
        height: calc(100% - 105px);
    }

    .map-fullscreen__bottom {
        padding: 5px 15px;
    }

    .map-fullscreen__filter-abs {
        top: 69px;
    }
}

@media screen and (max-width: 676px) {
    .map-fullscreen__filter-abs .tour-selection-wrap {
        margin-bottom: 20px;
    }

    .map-fullscreen__filter-abs .tour-selection-wrap .tour-selection-wrap-in__abs-close {
        bottom: -24px;
    }
}