.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 .bth__btn i {
    margin-left: 10px;
}

.pp-map .bth__btn {
    margin: 0 0 0 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pp-map .leaflet-bar a {
    width: 27px;
    height: 27px;
    border-radius: 5px !important;
    margin-right: 5px;
    border: none !important;
    color: inherit;
    font-family: inherit;
    font-weight: normal;
    line-height: 27px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    font-size: 21px;
}

.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: #eeeeee;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.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: 5px;
    border: 1px solid #ffa800;
    margin-right: 30px;
    cursor: pointer
}

.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);
}

.leaflet-hotel {
    height: 220px;
    width: 600px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
    padding: 10px 20px 10px 230px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    justify-content: space-between;
}

.leaflet-hotel .leaflet-hotel__type {
    font-weight: bold;
}

.leaflet-hotel .leaflet-hotel__img img {
    border-radius: 5px;
}

.leaflet-hotel .leaflet-hotel__img {
    height: 200px;
    width: 200px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
}

.leaflet-hotel a.leaflet-hotel__name:hover {
    color: #318cc6;
}

.leaflet-hotel .leaflet-hotel__address {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaflet-hotel .leaflet-hotel__name {
    font-weight: bold;
    font-size: 18px;
    color: #475669;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.leaflet-hotel .leaflet-hotel__rev.fz11 {
    background: #f7f7f7 !important;
    color: #475669;
    border-radius: 0 2px 2px 0;
}

.leaflet-hotel .leaflet-hotel__rev:hover {
    opacity: 0.85;
}

.leaflet-hotel .leaflet-hotel__rev.leaflet-hotel__rev--stars {
    width: 80px;
    font-size: 7px;
    text-align: center;
}

.leaflet-hotel .leaflet-hotel__rev.leaflet-hotel__rev--crown {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 13px;
    margin-right: -5px;
    width: 70px;
}

.leaflet-hotel .leaflet-hotel__rev.leaflet-hotel__rev--crown::before {
    content: '';
    height: 100%;
    width: 11px;
    position: absolute;
    left: 9px;
    top: 0;
    background: url(https://tophotels.ru/csstx/i/crown-white.svg) center/contain no-repeat;
}

.leaflet-hotel .leaflet-hotel__rev {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    color: #ffffff;
    border-radius: 2px;
}

.leaflet-hotel .leaflet-hotel__rev-grey .leaflet-hotel__rev--crown {
    width: auto;
}

.leaflet-hotel .leaflet-hotel__rev-grey .leaflet-hotel__rev {
    background-color: #cccccc;
}

.leaflet-hotel .leaflet-hotel__rev-green .leaflet-hotel__rev {
    background-color: #00a551;
}

.leaflet-hotel .leaflet-hotel__rev-orange .leaflet-hotel__rev {
    background-color: #ff8e41;
}

.leaflet-hotel .leaflet-hotel__rev-red .leaflet-hotel__rev {
    background-color: #e03a3a;
}


.leaflet-hotel .leaflet-hotel__prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leaflet-hotel .leaflet-hotel__prices .leaflet-hotel__btn {
    width: calc(50% - 5px);
    height: auto;
    line-height: normal;
    padding: 2px 15px 5px 15px;
}

.leaflet-hotel .leaflet-hotel__prices .leaflet-hotel__btn::before {
    content: '\f061';
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 17px;
    right: 15px;
}

.leaflet-hotel .leaflet-hotel__btn span {
    display: block;
}

.leaflet-hotel .leaflet-hotel__btn.leaflet-hotel__btn--fill {
    background: #318cc6;
    color: #ffffff;
    border: none;
    text-align: center;
}

.leaflet-hotel .leaflet-hotel__btn:hover {
    background: #318cc6;
    color: #ffffff;
}

.leaflet-hotel .leaflet-hotel__btn {
    border-radius: 5px;
    text-align: left;
    position: relative;
    height: 25px;
    line-height: 25px;
    color: #318cc6;
    border: 1px solid #318cc6;
    background: transparent;
    padding: 0 5px 0 10px;
    font-size: 10px;
}

.leaflet-hotel .leaflet-hotel__arrow {
    background: url(https://tophotels.ru/csstx/i/arr-left-grey.png) center/7px no-repeat;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    top: 0;
    height: 100%;
    border: none;
    font-size: 0;
    width: 50px;
}

.leaflet-hotel .leaflet-hotel__arrow.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.leaflet-hotel .leaflet-hotel__arrow.next {
    right: 0;
}

.leaflet-hotel .leaflet-hotel__arrow:hover {
    opacity: 1;
}

.leaflet-hotel .leaflet-hotel__close:hover {
    background: #af2d27;
}

.leaflet-hotel .leaflet-hotel__close {
    background: #c83831;
    width: 30px;
    height: 20px;
    top: 10px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #ffffff;
    position: absolute;
    right: 10px;
    border-radius: 2px;
    font-size: 10px;
    z-index: 10;
}

.leaflet-hotel.v2 {
    height: 240px;
    padding-left: 369px;
    width: 725px;
}

.leaflet-hotel.v2 .leaflet-hotel__img {
    width: 340px;
    height: 220px;
}

.pp-map .pp-map__coor .bth__btn {
    min-width: auto;
    width: 100%;
    margin: 0;
    font-size: 10px;
}

.pp-map .pp-map__coor p {
    padding-right: 20px;
}

.pp-map .leaflet-popup-tip-container {
    display: none;
}

.pp-map .leaflet-popup-content::before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    bottom: -9px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pp-map .leaflet-popup-content {
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
    width: 220px;
    background: #ffffff;
    margin: 0;
    line-height: normal;
    border-radius: 5px;
}

.pp-map .leaflet-popup-content p {
    margin: 0;
}

.pp-map .leaflet-container a.leaflet-popup-close-button {
    top: 7px;
    right: 10px;
    width: 25px;
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    height: 25px;
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/10px no-repeat;
}

.pp-map .leaflet-popup-content-wrapper {
    -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);
    padding: 0;
}

.pp-map .pp-map__map-search::before {
    content: '\f002';
    font-weight: bold;
    color: #999999;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 15px;
    top: 13px;
}

.pp-map .pp-map__map-search {
    position: absolute;
    z-index: 1001;
    left: 15px;
    top: 15px;
    height: 40px;
}

.pp-map .pp-map__map-search + .pp-map__map .leaflet-left {
    top: auto;
    bottom: 30px;
}

.pp-map .pp-map__map-search .bth__inp {
    width: 353px;
    padding: 0 45px 0 43px;
    line-height: 40px;
    text-transform: uppercase;
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

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

    .pp-map .pp-map__top .bth__btn {
        width: auto !important;
        min-width: auto;
    }
}

@media screen and (max-width: 599px) {
    .pp-map .pp-map__top .bth__btn {
        font-size: 10px;
        line-height: 24px;
        margin-left: 5px;
    }

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

    .pp-map__hotel.fz10 {
        white-space: nowrap;
        overflow: auto;
    }

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

    .pp-map .pp-map__top .bth__btn.bth__btn--red i {
        margin: 0;
        font-size: 12px;
    }

    .pp-map .pp-map__map-search {
        width: 90%;
    }

    .pp-map .pp-map__map-search .bth__inp {
        width: 100%;
        font-size: 13px;
        padding-left: 15px;
    }

    .pp-map .pp-map__map-search::before {
        display: none;
    }
}

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