.page {
    padding-bottom: 0;
    height: 100%;
}

html, body {
    height: 100%;
}

.map-wrapper {
    height: calc(100% - 70px);
    background: #fff;
    width: 100%;
    position: relative;
}


.map-wrapper__icon:hover {
    opacity: 0.9;
}

.map-wrapper .chooser .chooser__item-input.chooser__item-input--arrow::after {
    font-size: 12px;
    top: 15px;
}

.map-wrapper .map-wrapper__filter {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
}

.chooser-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.map-wrapper .chooser {
    width: 800px;
    margin: 20px;
    position: relative;
    z-index: 5;
}

.map-wrapper__filter-btn i {
    margin-right: 5px;
}

.map-wrapper__filter-btn:hover {
    color: #215f86
}

.map-wrapper__filter-btn {
    font-family: 'apercu_pro', sans-serif;
    padding: 15px 0;
    height: 45px;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
    background-color: #ffffff;
    color: #3488b2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #eee;
    top: 0;
}


.map-wrapper .chooser .chooser__item.chooser__item--100p .chooser__input {
    width: calc(100% - 110px);
}

.map-wrapper .chooser .chooser__item:not(:last-of-type) {
    border-right: 1px solid #eee;
}

.map-wrapper .chooser .dropdown-popup {
    top: 50px;
}

.map-wrapper .chooser .chooser__item {
    border-right: none;
    height: 45px;
}

.map-wrapper .chooser .chooser__input {
    padding: 15px;
    font-size: 12px;
}


.map-wrapper__icon {
    width: 40px;
    background-image: url(/i/nakurorty/location.png);
    height: 35px;
    display: block;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.map-wrapper__info-blocks {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
}


.map-wrapper__logo {
    align-self: flex-end;
}


.hotel-card__cross {
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    background-size: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.hotel-card__price b {
    font-size: 24px;
    margin-right: 5px;
}

.hotel-card__loader {
    background-repeat: no-repeat;
    background-size: 50px;
    background-image: url(https://css.tophotels.ru/i/loader.gif);
    background-position: center;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.87);
}

.hotel-card__txt {

    font-size: 13px;
    margin-bottom: 5px;
}

.hotel-card .bth__btn {
    padding: 0;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 2px !important;
    line-height: 30px;
}


.hotel-card__btns {
    display: flex;
    justify-content: space-between;
}

.hotel-card__btns .bth__btn {
    width: 49%;
}

.hotel-card__img {
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}

.hotel-card__name {
    font-weight: bold;
    font-size: 14px;
    color: #475669;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.hotel-card .hotel-card__item:first-of-type .hotel-card__name {
    width: calc(100% - 35px);
}

.hotel-card .hotel-card__item:not(:last-of-type) {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.hotel-card {
    padding: 15px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: #475669;
    width: 300px;
    max-height: 540px;
    min-height: 200px;
    overflow-y: auto;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 5px;
    z-index: 5;
}

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

.hotel-card::-webkit-scrollbar {
    margin-top: 5px;
    width: 10px;
    background-color: #F5F5F5;
}

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

.hotel-card__price {
    color: #475669;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10px 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.map-wrapper__filters-hidden {
    display: none;
}

.chooser.active .map-wrapper__filters-hidden {
    display: block;
}

.map-wrapper__filter-top-mobile {
    display: none;
}

.map-wrapper__hint-block:hover .map-wrapper__hint {
    display: block;
}


@media screen and (max-width: 1200px) {
    .map-wrapper .chooser {
        width: 685px;
    }
}

@media screen and (max-width: 767px) {
    .map-wrapper .map-wrapper__filters {
        display: none;
        width: 100%;
    }

    .map-wrapper .map-wrapper__filter {
        background-color: transparent;
        box-shadow: none;
        margin: 0;
    }

    .map-wrapper .chooser.active .map-wrapper__filter-btn {
        display: none;
    }

    .map-wrapper__filter-top-mobile {
        font-weight: bold;
        font-family: 'apercu_pro', sans-serif;
        color: #475669;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }

    .map-wrapper__filter-cross {
        width: 17px;
        height: 17px;
        cursor: pointer;
        z-index: 5;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .map-wrapper .chooser.active .map-wrapper__filter-top-mobile {
        display: block;
    }

    .map-wrapper .chooser.active {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #eee;
        margin: 0;
        padding: 15px;
    }

    .chooser-wrapper {
        z-index: 101;
    }

    .map-wrapper .chooser.active .map-wrapper__filters {
        display: block;
    }

    .map-wrapper .chooser {
        width: auto;
        display: inline-block;
    }

    .map-wrapper__filter-btn span {
        display: none;
    }

    .map-wrapper__filter-btn i {
        margin-right: 0;
    }

    .map-wrapper__filter-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: static;
        box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
        font-size: 15px;
        border-radius: 5px;
        display: inline-block;
        padding: 0;
    }

    .map-wrapper__logo {
        align-self: center;
    }

    .map-wrapper__logo img {
        width: 110px;
    }

    .map-wrapper .chooser .chooser__item.chooser__item--100p .chooser__input {
        width: 100%;
    }

}