.map-places__map {
    position: relative;
    height: 600px;
    overflow: hidden;
}


.map-places__abs-block {
    background-color: white;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

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

.map-places__stat {
    color: #999999;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.map-places__stat i {
    font-size: 10px;
    margin-right: 2px;
}

.map-places__stat.hint-parent:hover .hint {
    top: 23px;
    left: 0;
}

.map-places__link {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    display:block;
    text-transform: uppercase;
}

.map-places__loc {
    font-size: 13px;
    margin-bottom: 15px;
}

.map-places__cat {
    font-size: 9px;
    color: #999999;
    text-transform: uppercase;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-places__place .bth__img-190 {
    display: block;
    margin-bottom: 10px;
    position: relative;
}


.map-places__place-close:hover {
    color: #ab2a2a;
}

.map-places__place-close {
    color: #e03a3a;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
}

.map-places__place-inner .bth__btn.bth__btn--lower {
    height: auto;
    width: 100%;
    min-width: auto;
    font-size: 13px;
    padding: 0;
    line-height: 30px;
}

.map-places__rate {
    color: #ffffff;
    padding: 5px;
    width: 42px;
    height: 29px;
    line-height: 20px;
    border-radius: 2px;
    opacity: 0.9;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    font-size: 13px;
    background: #ffffffcc;
    font-weight: bold;
}

.map-places__place-inner {
    position: relative;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}

.group-marker {
    border: 0;
    text-align: center;
}

.group-marker span {
    color: white;
    font-size: 10px;
}

.group-marker-red {
    background-image: url(/stc/i/marker/m6.png);
    width: 66px !important;
    height: 66px !important;
    padding-top: 24px;
}

.group-marker-yellow {
    background-image: url(/stc/i/marker/m7.png);
    width: 56px !important;
    height: 56px !important;
    padding-top: 19px;
}

.group-marker-blue {
    background-image: url(/stc/i/marker/m8.png);
    width: 53px !important;
    height: 53px !important;
    padding-top: 17px;
}

.leaflet-popup-content {
    width: 220px !important;
    margin: 0;
    padding: 15px;
}

.pp-map__map .ymaps-2-1-79-balloon, .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

.map-places__top {
    display: none;
}

.map-places__cross {
    background-image: url(/i/tophotels/cross-thin-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 2;
    background-size: 30px;
}

.map-places__filter-btn.map-places__filter-btn--filter {
    background-image: url("https://css.tophotels.ru/i/filter-white-icon.png");
}

.map-places__filter-btn.map-places__filter-btn--srch::after {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.map-places__filters .map-places__filter-btn:not(:last-of-type) {
    margin-right: 6px;
}

.map-places__filter-btn {
    color: white;
    background-color: #3e3e3e;
    width: 60px;
    font-style: normal;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    background-size: 25px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.map-places__logo {
    background-image: url(/i/rutraveller/logo-white.svg);
    display: inline-block;
    width: 144px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.map-places__bottom {
    margin-top: auto;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: white;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    display: none;
}

.map-places.map-places--full {
    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-places.map-places--full .map-places__center {
    height: calc(100% - 100px);
}

.map-places.map-places--full .map-places__map {
    height: 100%;
}

.map-places.map-places--full .map-places__bottom, .map-places.map-places--full .map-places__top {
    display: block;
}

.map-places.map-places--full .map-places__header {
    padding: 15px;
    background-color: #1f1f1f;
    text-align: center;
    position: relative;
}

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

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

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

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

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

@media screen and (max-width: 1023px) {
    .map-places__bottom {
        font-size: 13px;
        line-height: 22px;
    }

    .map-places__filter-btn {
        width: 50px;
        line-height: 50px;
        background-size: 20px;
        font-size: 20px;
        height: 50px;
    }

    .map-places__cross {
        width: 50px;
        right: 15px;
        background-position: center right;
        background-size: 25px;
    }
}

@media screen and (max-width: 750px) {
    .map-places__logo {
        background-size: 35px;
        background-position: center left;
        width: 65px;
        background-image: url("/i/rutraveller/logo-sm-white.png");
    }

    .map-places__map {
        height: 400px;
    }
}