.pp-map {
    top: 0;
    color: #475669;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.56);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pp-map .pp-map__inn {
    height: 95%;
    width: 90%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 5px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    min-width: 280px;
    position: relative;
}

.pp-map .pp-map__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1112;
}

.pp-map .pp-map__top > div:first-child > * {
    display: inline-block;
    vertical-align: middle;
}

.pp-map__tx:hover {
    background: #ffa800 url(https://css.tophotels.ru/i/crown-white.svg) center/15px no-repeat;
}

.pp-map .bth__btn i {
    margin-left: 10px;
}

.pp-map .bth__btn {
    padding-left: 10px;
    padding-right: 10px;
}

.pp-map__tx {
    background: #fff url(https://css.tophotels.ru/i/crown-yellow.svg) center/15px no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    border: 1px solid #ffa800;
    margin-right: 30px;
    cursor: pointer;
}
.pp-map__tix {
    background: #fff url(/i/tourindex/fav.png) center/15px no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    border: 1px solid #e03d3e  ;
    margin-right: 30px;
    cursor: pointer;
}


.pp-map .leaflet-bar a {
    width: 27px;
    height: 27px;
    border-radius: 2px !important;
    margin-right: 5px;
    border: none !important;
}

.pp-map .leaflet-bar a, .leaflet-control-layers-toggle {
    display: inline-block !important;
    vertical-align: middle;
}

.pp-map .leaflet-left .leaflet-control {
    margin: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    float: none;
    border: none;
}

.pp-map__map {
    height: 100%;
}

.pp-map__map-wrap {
    height: calc(100% - 47px);
    position: relative;
    background-color: #eee;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.pp-map__hotel {
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: block;
    color: #475669;
    left: 0;
    z-index: 1111;
    font-weight: bold;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1023px) {
    .pp-map .pp-map__inn {
        width: 95%;
    }

    .pp-map .bth__btn {
        width: auto;
        min-width: 100px;
    }
}

@media screen and (max-width: 599px) {
    .pp-map .bth__btn {
        min-width: auto;
        width: auto !important;
        font-size: 10px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .pp-map .bth__btn i {
        margin-left: 5px;
    }

    .pp-map__hotel {
        font-size: 11px;
    }

    .pp-map__tx {
        margin: 0;
    }
}

@media screen and (max-width: 359px) {
    .pp-map .bth__btn {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 9px;
    }
}
