.places {
    width: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.place .bth__ava-square {
    width: 260px;
    height: 180px;
    position: relative;
}

.place {
    padding: 10px;
    margin: 0 10px 10px 0;
    width: calc(20% - 10px);
    border-radius: 2px;
    background: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.place .place__name {
    font-weight: bold;
    margin: 10px 0 5px 0;
    display: block;
    color: #475669;
    text-transform: uppercase;
    max-height: 45px;
    overflow: hidden;
}

.place .place__rate a {
    color: #475669;
}

.place .place__rate {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.place .place__ratings {
    margin-bottom: 10px;
    margin-top: 11px;
}

.place .place__rate b {
    margin-right: 7px;
    font-size: 14px;
}

.place .place__category {
    font-size: 12px;
    max-width: calc(100% - 5px);
    white-space: nowrap;
    text-transform: uppercase;
    color: #666666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.place .place__rate.place__rate--like::after {
    content: "\f164";
    color: #00a551;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.place .place__rate.place__rate--crown b::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 12px;
    background-color: #999999;
    -webkit-mask: url(https://tophotels.ru/csstx/i/crown-grey.svg) no-repeat center/13px;
    mask: url(https://tophotels.ru/csstx/i/crown-grey.svg) no-repeat center/13px;
}


.place .place__rate.place__rate--crown b.green::after {
    background-color: #00a551;
}

.place .place__rate.place__rate--crown b.red::after {
    background-color: #e03a3a;
}

.place .place__rate.place__rate--crown b.orange::after {
    background-color: #dfa918;
}

.place .place__rate.place__rate--crown b.grey::after {
    background-color: #999999;
}

.place .place__icon.active, .place .place__icon:hover {
    opacity: 1;
}

.place .place__icon:not(.fa-ellipsis-h):hover .hint {
    display: block;
}

.place .place__icon {
    height: 24px;
    width: 35px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    border: none;
    background: transparent bottom/31px no-repeat;
    font-size: 8px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}

.place .place__icons {
    position: absolute;
    width: 100%;
    padding: 9px;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.place .place__icons .place__icon-photo {
    background-image: url(https://tophotels.ru/csstx/i/icon-photo.svg);
}

.place .place__icons .place__icon-map {
    background-image: url(https://tophotels.ru/csstx/i/icon-map-on.svg);
    background-size: 30px;
}

.place .place__icons .fa-ellipsis-h .hint > * {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.place .place__km {
    position: absolute;
    left: 5px;
    font-size: 10px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    color: #ffffff;
    bottom: 5px;
}

.place .place__icons .place__icon.active .hint {
    display: block !important;
}

.place .place__icons .fa-ellipsis-h {
    background: #ffffff;
    margin: 0 0 0 auto;
    border-radius: 4px;
    text-align: center;
    line-height: 21px;
    width: 28px;
    height: 21px;
    font-size: 12px;
}

.place .bth__btn--18 {
    font-size: 10px;
    width: 100%;
    margin-top: auto;
    min-width: auto;
}

@media screen and (max-width: 1899px) {
    .place {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 1700px) {
    .place {
        width: calc(20% - 10px);
    }

    .place .bth__ava-square {
        width: 100%;
        height: 195px;
    }
}

@media screen and (max-width: 1525px) {
    .place {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 1250px) {
    .place {
        width: calc(33.3% - 10px);
    }

    .place .bth__ava-square {
        width: 260px;
        height: 180px;
    }
}

@media screen and (max-width: 900px) {
    .place {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 597px) {
    .places, .place {
        width: 100%;
        margin-right: 0;
    }

    .place .bth__btn--18 {
        width: 260px !important;
    }
}