.our-rooms .our-room {
    background: #eeeeee;
    padding: 12px 15px 15px 280px;
    min-height: 280px;
    margin-bottom: 10px;
    position: relative;
}

.our-rooms .bth__ttl-h2 {
    margin-right: 90px;
}

.our-rooms.our-rooms--loader .our-rooms {
    -webkit-animation: roomLoader 5s infinite;
    animation: roomLoader 5s infinite;
}

@keyframes roomWhiteLoader {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #f8f8f8;
    }
    100% {
        background-color: #ffffff;
    }
}

.our-rooms .our-room .bth__ava-square img {
    border-radius: inherit !important;
}

.rooms-slider .bth__img--contain {
    -o-object-position: center;
    object-position: center;
    position: relative;
    z-index: 2;
}

.pp-arrow-slick {
    background: rgba(255, 255, 255, 0.79) url(https://tophotels.ru/csstx/i/arr-left-blue.png) center/10px no-repeat;
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    top: calc(50% - 30px);
    z-index: 1;
}

.pp-arrow-slick:hover {
    background-color: #ffffff;
}

.pp-arrow-slick.next {
    right: 0;
}

.rooms-slider.slick-slider, .rooms-slider .slick-track, .rooms-slider .slick-list, .rooms-slider .slick-slide {
    height: 100%;
}

.pp-arrow-slick.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.our-rooms .our-room__count {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 17px;
}

.our-rooms .our-room .bth__ava-square {
    width: 240px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px !important;
    height: 250px;
}

.our-rooms .our-room .our-room__char li > i {
    margin-right: 5px;
    color: #999999;
}

.our-rooms .our-room .our-room__more::before {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 5px;
}


.our-rooms .our-room__img-icons {
    position: absolute;
    left: 10px;
    top: 10px;
}

.our-rooms .our-room__img-icon:hover {
    opacity: 1;
}

.our-rooms .our-room__img-icon {
    height: 25px;
    width: 40px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    border: none;
    background: transparent bottom/34px no-repeat;
    font-size: 11px;
    margin-right: 10px;
    font-weight: bold;
    line-height: 30px;
}

.our-rooms .our-room__img-icon.our-room__img-icon--photo {
    background-image: url(https://tophotels.ru/csstx/i/icon-photo.svg);
}

.our-rooms .our-room__img-icon.our-room__img-icon--video {
    background-color: #ffffff;
    border-radius: 3px;
    width: auto;
    font-size: 9px;
    font-weight: normal;
    padding: 0 10px;
    line-height: 20px;
    height: 22px;
    font-family: inherit;
}

.our-rooms .our-room .our-room__more.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.our-rooms .our-room .our-room__more:hover {
    color: #ff8e41;
}

.our-rooms .our-room .bth__btn.bth__btn--blue.disabled {
    background: #999999 !important;
    color: #ffffff !important;
    border-color: #999999 !important;
}

.our-rooms .our-room .bth__btn.disabled {
    cursor: text;
}

.our-rooms .our-room .our-room__more {
    position: relative;
    padding-right: 15px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border: none;
    background: transparent;
    width: auto;
    font-family: inherit;
    color: #dc7c39;
    font-weight: normal;
    text-align: left;
}

.our-rooms .our-room .our-room__char li > b {
    margin-right: 5px;
    text-transform: none;
    font-size: 14px;
}

.our-rooms .our-room .our-room__char li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 3px 30px 3px 0;
    font-size: 12px;
}

.our-rooms .our-room .our-room__col.our-room__char {
    padding: 5px 15px;
}

.our-rooms .our-room .our-room__col {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 5px;
}

.our-rooms .our-room .our-room__btns {
    margin: 10px 0;
}

.our-rooms .our-room .bth__cnt.active {
    max-height: none;
}

.our-rooms .our-room .bth__cnt {
    max-height: 122px;
    margin-bottom: 5px;
    overflow: hidden;
}

.our-rooms .our-room .our-room__char li:last-child {
    margin-right: 0 !important;
}

.rooms-pp-media-wrap {
    height: 500px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .our-rooms .our-room .our-room__char li {
        margin-right: 10px;
        font-size: 10px;
    }

    .our-rooms .our-room {
        padding-left: 275px;
    }
}

@media screen and (max-width: 767px) {
    .our-rooms .our-room .bth__ava-square {
        position: relative;
        top: 0;
        margin-bottom: 10px;
        left: 0;
        width: 250px;
        height: 240px;
    }

    .rooms-pp-media-wrap.bg-light-grey {
        height: 250px;
    }

    .rooms-pp-media-wrap {
        height: 60vh;
    }

    .pp-arrow-slick {
        width: 20px;
        height: 40px;
        top: calc(50% - 20px);
        background-size: 6px;
    }

    .our-rooms .our-room > * {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .our-rooms .our-room .our-room__col {
        margin-bottom: 10px;
    }

    .our-rooms .our-room .our-room__btns .bth__btn {
        margin-right: 0;
        padding: 0;
        width: calc(50% - 5px) !important;
    }

    .our-rooms .our-room .our-room__btns {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .our-rooms .our-room {
        padding: 12px 15px 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .our-rooms .our-room .our-room__char li > div b {
        margin-right: 3px;
        font-size: 13px;
        line-height: 13px;
    }

    .our-rooms .our-room .our-room__char li > i {
        margin-right: 3px;
    }

}

@media screen and (max-width: 598px) {
    .our-rooms .our-room {
        padding: 10px;
    }

    .our-rooms .our-room__count {
        font-size: 9px;
        right: 10px;
        top: 16px;
    }

    .our-rooms .bth__ttl-h2 {
        margin-right: 60px;
    }
}

@media screen and (max-width: 359px) {
    .our-rooms .our-room .bth__btn.bth__btn--28 {
        font-size: 11px;
    }
}