.room__tbl.room--loader {
    height: 79px;
    margin-bottom: 5px;
    -webkit-animation: roomWhiteLoader 5s infinite;
    animation: roomWhiteLoader 5s infinite;
    background: #ffffff;
}

.room.room--loader.room--prices {
    height: 302px;
    -webkit-animation: roomLoader 5s infinite;
    animation: roomLoader 5s infinite;
}

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

@keyframes roomLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

.update-prices:hover {
    color: #ee8036;
    background-color: #f9f2e5;
}

.update-prices i {
    transition: 0.3s;
    animation: 1s linear 0s normal none infinite running updateRotate;
    -webkit-animation: 1s linear 0s normal none infinite running updateRotate;
}

@keyframes updateRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.update-prices {
    display: block;
    font-size: 14px;
    color: #ff8e41;
    padding: 10px 20px;
    background-color: #f9f6e5;
}

.room {
    background: #eeeeee;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}

.room .room__structure {
    font-size: 13px;
    text-transform: uppercase;
}

.room .room__structure b {
    display: block;
    margin-bottom: 10px;
}

.room .room__sm-link {
    cursor: pointer;
    margin-top: 15px;
    font-size: 13px;
    display: block;
    color: #318cc6;
    text-transform: uppercase;
}

.room .room__structure ul {
    margin-bottom: 10px;
}

.room .room__structure ul li {
    display: inline-block;
    background-color: #f0f0f0;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    padding: 4px 10px 5px 10px;
    border-radius: 5px;
}

.room .room__info-ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    text-transform: uppercase;
    gap: 10px;
}

.room .room__info-li {
    padding: 0 20px 0 15px;
    line-height: 30px;
    background: #eeeeee;
    border-radius: 5px;
}

.room .room__detail {
    width: 100%;
    text-transform: none;
    display: none;
    margin-top: 15px;
    border-radius: 2px;
    background: #ffffff;
    padding: 10px;
}

.lsfw-popup .room {
    padding: 0;
    background: transparent
}

.lsfw-popup .room .room__structure ul li {
    background-color: #f0f0f0;
}

.lsfw-popup .room .room__detail {
    padding: 0;
    background: transparent;
    display: block;
    margin: 0;
}

.room .room__col.room__col--min320px {
    width: calc(100% - 320px);
    padding-left: 20px;
}

.room .room__col.room__col--320 {
    cursor: pointer;
    width: 320px;
}

.room .room__col.room__col--white {
    padding: 10px;
    background: #ffffff;
}

.room .room__img {
    display: inline-block;
    position: relative;
    height: 200px;
    width: 300px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 2px;
    vertical-align: top;
}

.room .room__img-icons {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.room .room__video::before {
    content: '\f04b';
    margin: -2px 7px 0 0;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    vertical-align: middle;
    display: inline-block;
}

.room .room__video:hover {
    opacity: 1;
}

.room .room__video {
    border: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding: 0 10px;
    background: #ffffff;
    opacity: 0.8;
    color: #475669;
    line-height: 23px;
    border-radius: 3px;
    z-index: 1;
    margin-top: 7px;
}

.room .room__img-icon {
    height: 30px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    font-size: 11px;
    font-weight: bold;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #475669;
}

.room .room__img-icon:hover {
    opacity: 1;
}

.room .room__img-icon.room__img-icon--img {
    background: url(https://tophotels.ru/csstx/i/icon-photo.svg) center 0/37px no-repeat;;;;;;;;
}

.room .room__sofa, .room .room__one-bed, .room .room__bed {
    background: center/contain no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.room .room__one-bed {
    height: 17px;
    width: 17px;
    background-image: url(https://tophotels.ru/csstx/i/single-bed.svg);
}

.room .room__sofa {
    background-image: url(https://tophotels.ru/csstx/i/sofa.svg);
}

.room .room__bed {
    height: 22px;
    width: 22px;
    background-image: url(https://tophotels.ru/csstx/i/bed.svg);
}


.room .bth__btn.room__detail-btn {
    position: relative;
    padding-right: 40px;
}

.room .bth__ttl-h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.room .bth__ttl-h1 h2 {
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.room .bth__ttl-h1 span {
    width: 55px;
}

.room .room__other-date:hover {
    color: #318cc6;
}

.room .room__other-date * {
    display: inline-block;
    vertical-align: middle;
}

.room .room__other-date .fas {
    font-size: 20px;
    margin-right: 5px;
}

.room .room__other-date {
    cursor: pointer;
}

.room .room__inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.room .room__white-row {
    background: #ffffff;
    padding: 8px 10px;
}

.room a:not(.bth__btn) {
    color: #475669;
}

.room a:not(.bth__btn):hover {
    color: #318cc6;
}

.room__tbl tr td .room__price {
    color: #318cc6;
}

.room .room__price .room__currency + span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.room .room__currency {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    background: #318cc6;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.room__tbl {
    width: 100%;
    position: relative;
}

.room__tbl td {
    background: #ffffff;
    padding: 8px 10px;
    border-bottom: 5px solid #eeeeee;
    vertical-align: middle;
}

.room__tbl th {
    background: #ffffff;
    padding: 8px 10px;
    font-weight: normal;
    text-align: left;
    border-bottom: 5px solid #eeeeee;
    vertical-align: middle;
}

.room__tbl tfoot tr td {
    border-bottom: none;
}

.room__tbl .room__tbl-150 {
    width: 150px;
}

.room__tbl .room__tbl-340 {
    width: 340px;
}

.room .room__date:hover {
    color: #215f86;
}

.room .room__date {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    color: #318cc6;
}

.room .room__cut290 {
    max-width: 290px;
    white-space: nowrap;
    margin: -3px 0 3px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.room .room__bottom {
    margin-top: auto;
}

.room .room__col.room__col--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px;
}

.room .room__col .room__tbl:not(:last-child) {
    margin-bottom: 10px;
}

.room__tbl .bth__img60x40 + .room__inline {
    width: calc(100% - 70px);
    padding-left: 10px;
}

.room tr td > .room__inline:last-child {
    margin-right: 0;
}

.room__tbl .bth__img60x40 {
    vertical-align: top;
}

.room__tbl .room__tbl-180 {
    width: 180px;
}

.room__tbl .room__tbl-120 {
    width: 120px;
}

.room__tbl .room__tbl-paginator tr td a:hover {
    color: #e27c36;
}

.room__tbl .room__tbl-paginator .bth__loader-spin {
    display: inline-block !important;
}

.room__tbl .room__tbl-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.room__tbl .room__tbl-paginator tr td .bth__loader {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    color: #ff8e41;
}

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

.room .room__slider .slick-arrow.slick-next {
    right: 0;
}

.room .room__slider .slick-arrow:hover {
    opacity: 1;
}

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

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

.room.room--grid {
    padding: 0;
    background: transparent;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.room.room--grid .bth__ttl-h1 h2 {
    width: calc(100% - 40px);
}

.room.room--grid .bth__ttl-h1 span {
    width: 40px;
}

.room.room--grid .bth__ttl-h1 {
    font-size: 19px;
    margin-bottom: 10px;
}

.room.room--grid .room__bottom .bth__btn {
    margin-right: 0;
    width: calc(50% - 5px) !important;
}

.room.room--grid .room__bottom {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.room.room--grid .room__col {
    width: 330px;
    background: #eeeeee;
    margin: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

.room__tbl .room__tbl-char-ttl::before {
    content: '-';
}

.lsfw-filter.hotel-booking-filter .lsfw-filter__row-w100p-1023 {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1440px) {
    .room .room__img {
        width: 250px;
        height: 250px;
    }

    .room .room__col.room__col--320 {
        width: 270px;
    }

    .room {
        padding: 10px;
    }

    .room .fz18 {
        font-size: 14px !important;
    }

    .room__tbl td i.fz14 {
        font-size: 12px !important;
    }

    .room__tbl th .fa-user:not(.fz11) {
        font-size: 13px;
    }

    .room .room__col.room__col--min320px > .fz13, .room .room__white-row, .room__tbl th, .room__tbl td, .room__tbl .fz13 {
        font-size: 10px !important;
    }

    .room .room__col.room__col--min320px {
        width: calc(100% - 270px);
        padding-left: 15px;
    }

    .room .room__col .room__tbl:not(:last-child) {
        margin: 0;
    }

    .room__tbl .room__tbl-180 {
        width: 130px;
    }

    .room .room__price .room__currency + span {
        font-size: 18px;
        line-height: 18px;
    }

    .room .room__currency {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 7px;
    }

    .room .room__inline.mr55 + .room__inline {
        margin-right: 0;
    }

    .room .room__slider .slick-arrow {
        background-size: 7px;
        width: 30px;
    }

    .room__tbl .room__tbl-paginator tr td .bth__loader {
        font-size: 13px;
    }

    .room .room__inline.mr55 {
        margin-right: 15px !important;
    }

    .room .room__date {
        font-size: 11px;
    }

    .room__tbl .room__tbl-120 {
        width: 80px;
    }

    .room__tbl .room__inline.room__tbl-180, .room__tbl .room__inline.room__tbl-150 {
        width: 85px;
        margin: 0;
        display: block;
    }

    .room .room__cut290 {
        max-width: 200px;
    }

    .room__tbl .room__tbl-340 {
        width: 100px;
    }

    .room .room__sofa, .room .room__one-bed, .room .room__bed {
        width: 15px;
        height: 15px;
    }

    .room .room__structure ul li {
        font-size: 10px;
    }

    .room .room__other-date .fas {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    .room .room__img {
        height: 200px;
        width: 300px;
        margin: 0 !important;
    }

    .room .room__col.room__col--min320px {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .room .room__col.room__col--320 {
        width: 320px;
    }

    .room .bth__ttl-h1 {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        padding: 0 10px;
    }

    .room.room--prices {
        padding-top: 50px;
    }

    .room .room__col.room__col--min320px {
        margin-top: 5px !important;
    }

    .room:not(.room--prices) .room__tbl, .room:not(.room--prices) .room__tbl > * {
        display: block;
    }

    .room:not(.room--prices) .room__tbl tr th {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .room:not(.room--prices) .room__tbl tr td:nth-child(2) {
        width: calc(100% - 165px);
    }

    .room:not(.room--prices) .room__tbl tr td {

        border-bottom: 1px solid #eeeeee;
    }

    .room:not(.room--prices) .room__tbl tr td:last-child {
        margin-left: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .room:not(.room--prices) .room__tbl tr {
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .room:not(.room--prices) .room__sofa, .room:not(.room--prices) .room__one-bed, .room:not(.room--prices) .room__bed {
        display: block;
        margin: 2px 0;
    }
}


@media screen and (max-width: 767px) {
    .room .bth__ttl-h1 span {
        display: none;
    }

    .room .room__info-li.bg-light-blue::before {
        color: #318cc6
    }

    .room .room__info-li.bg-light-red::before {
        color: #e03a3a
    }

    .room .room__info-li.bg-light-orange::before {
        color: #ff8e41
    }

    .room .room__info-li::before {
        content: '\f058';
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 10px;
        top: 0;
        color: #00a551;
    }

    .room .room__info-li {
        position: relative;
        display: block;
        margin-bottom: 5px;
    }

    .room .room__info-ul {
        display: block;
        height: 300px;
        overflow: auto;
    }

    .room .room__other-date .fas + span {
        display: none;
    }

    .room .room__tbl tr td {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-bottom: 1px solid #eeeeee;
    }

    .room .bth__ttl-h1 {
        font-size: 17px;
    }

    .room .room__inline.mr55 {
        margin-right: 0 !important;
    }

    .room .room__other-date .fas {
        display: block;
        margin: 0;
    }

    .room.room--prices tr td {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left !important;
    }

    .room.room--prices tr td:nth-child(3) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: auto;
    }

    .room.room--prices tr td:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .room.room--prices tr td .bth__btn {
        width: 150px !important;
    }

    .room.room--prices tr td:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-left: auto;
        text-align: right !important;
        width: auto;
    }

    .room.room--prices tr td:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .room:not(.room--prices) .room__tbl tr td:nth-child(2) > .room__inline:last-child {
        width: calc(100% - 65px);
    }

    .room:not(.room--prices) .room__tbl tr td:nth-child(5) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }


    .room tr td .bth__btn--blue-countr {
        background-color: #318cc6;
        border-color: #318cc6;
        color: white;
    }

    .room tr td .red.fz10 {
        font-size: 8px !important;
    }

    .room:not(.room--prices) .room__tbl tr td:nth-child(1), .room:not(.room--prices) .room__tbl tr td:nth-child(2) {
        width: 100%;
    }

    .room .room__tbl tr td .green {
        font-size: 7px;
    }

    .room .room__col.room__col--320 .bth__btn {
        width: 300px !important;
    }

    .room .room__col.room__col--320 {
        width: 100%;
    }

    .room .room__tbl thead tr {
        white-space: nowrap;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow: auto;
    }

    .room .room__cut290 {
        max-width: none;
        width: 100%;
        font-size: 13px !important;
    }

    .room .room__inline {
        margin-right: 5px;
    }

    .room .bth__ttl-h1 h2 {
        width: 100%;
    }

    .room__tbl, .room__tbl > * {
        display: block;
    }

    .room .room__tbl tr {
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .room .no-scrollbar {
        white-space: nowrap;
        overflow: auto;
        display: block !important;
        width: 100%;
    }
}


@media screen and (max-width: 374px) {
    .room .room__col.room__col--320 .bth__btn, .room .room__img {
        width: 100% !important;
    }

    .room.room--prices tr td:last-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .room.room--prices .room__tbl-120 {
        width: 50px;
    }

    .room.room--prices tr td:last-child, .room.room--prices tr td:first-child {
        width: 100%;
    }
}