.corps {
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.corps-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}

.corps .corps__bottom .bth__cnt {
    text-transform: none;
}

.corps .corps__bottom *:not(.hint) {
    color: #ffffff;
}

.corps .corps__top {
    background: rgba(255, 255, 255, 0.76);
    font-size: 9px;
    position: absolute;
    top: 30px;
    padding: 5px 7px;
    left: 15px;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: 0 5px 5px 0;
}

.corps .corps__bottom .bth__bold-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.corps .corps__bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.52);
    color: #ffffff;
    width: calc(100% - 30px);
    padding: 10px 15px;
    font-size: 11px;
    border-radius: 0 0 5px 5px;
}

.corps .bth__ava-square {
    background: #ffffff;
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 5px !important;
    overflow: hidden;
}


.corps .corps__li .fz16 {
    margin-right: 2px;
    line-height: 16px;
}

.corps .corps__li.pointer:hover {
    background: rgba(255, 255, 255, 0.77);
}

.corps .corps__li:not(:last-child) {
    margin-right: 10px;
}

.corps .corps__li {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin: 10px 10px 0 0;
}

.corps:hover .corps__bottom {
    background: rgba(0, 0, 0, 0.3);
}

.corps-paginator {
    background: #eeeeee url(http://tophotels.ru/csstx/i/arrow-down.svg) center/60px no-repeat;
    border: none;
    display: block;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
    height: 35px;
}

@media screen and (max-width: 1200px) {
    .corps-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .corps-paginator {
        background-size: 40px;
    }

    .corps-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 598px) {
    .room-info-pp__btns .bth__btn {
        padding: 0;
    }

    .room-info-pp__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}