.hotel {
    background: #efefef;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 14px;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
}

.hotel .tours-wrap {
    margin-top: 15px;
    display: none;
}

.hotel.bg-orange--bright .hotel__menu-btn,
.hotel.bg-green--bright .hotel__menu-btn,
.hotel.bg-red--bright .hotel__menu-btn {
    background-color: #ffffff;
    color: #999999;
}

.hotel .hotel__info {
    padding-left: 365px;
    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: 250px;
    margin-left: 50px;
}

.hotel .hotel__img img {
    border-radius: 5px;
}

.hotel .hotel__action.loader {
    background: #ffffff url(https://tophotels.ru/csstx/i/loader.gif) center/15px no-repeat;
}

.hotel .hotel__action.loader i::before, .hotel .hotel__action.loader::before {
    visibility: hidden;
}


.hotel .hotel__actions .hotel__action-inline {
    font-size: 10px;
    color: #999999;
    margin-left: 10px;
    vertical-align: top;
    line-height: 25px;
    position: relative;
    display: inline-block;
}

.hotel .hotel__actions .hotel__action-inline:hover .hint,
.hotel .hotel__action:hover .hint {
    display: block;
}

.hotel .hotel__action {
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    color: #939393;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    border: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.hotel .hotel__action.fa-ban:not(.active):hover,
.hotel .hotel__action.fa-ban.active {
    background: #000000;
    color: #ffffff;
}

.hotel .hotel__action.fa-bookmark:not(.active):hover,
.hotel .hotel__action.fa-bookmark.active {
    background: #00a551;
    color: #ffffff;
}

.hotel .hotel__action.fa-pencil-alt:not(.active):hover,
.hotel .hotel__action.fa-pencil-alt.active {
    background: #e27c36;
    color: #ffffff;
}

.hotel-paginator {
    background: #eeeeee;
    display: block;
    font-weight: bold;
}

.hotel-paginator {
    font-weight: bold;
    font-size: 16px;
    color: #ff8e41;
    display: block;
    padding: 15px;
}

.hotel-paginator:hover {
    color: #e27c36;
}

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

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

.hotel .hotel__img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 10px;
    left: 55px;
    width: 340px;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.hotel .hotel__name:hover {
    color: #215f86;
}

.hotel .hotel__name {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: #475669;
}

.hotel .hotel__ratings {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.hotel .hotel__img-icons {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.hotel .hotel__img-icon.hotel__img-icon--video i {
    font-size: 10px;
    margin-right: 5px;
}

.hotel .hotel__img-icon.hotel__img-icon--video.hotel__img-icon--bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.hotel .hotel__img-icon.hotel__img-icon--video:hover {
    background: #e03a3a;
}

.hotel .hotel__img-icon.hotel__img-icon--video {
    margin-left: 5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 25px;
    font-size: 9px;
    border-radius: 3px;
    width: auto;
    color: #ffffff;
    font-weight: normal;
    opacity: 1;
    height: auto;
    vertical-align: bottom;
}

.hotel .hotel__img-icon.hotel__img-icon--map {
    background-image: url(https://tophotels.ru/csstx/i/icon-map-on.svg);
    background-size: 41px;
    background-position: bottom;
}

.hotel .hotel__img-icon {
    height: 35px;
    width: 50px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.7;
    font-size: 10px;
    font-weight: bold;
    line-height: 43px;
    display: inline-block;
    vertical-align: middle;
}

.hotel .hotel__img-icon.fas {
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    top: 10px;
    z-index: 5;
    color: #ff8e41;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}

.hotel .hotel__img-icon:hover {
    opacity: 1;
}

.hotel .hotel__img-icon.hotel__img-icon--img {
    background-image: url(https://tophotels.ru/csstx/i/icon-photo.svg);
    background-size: 44px;
    background-position: center 0;
}

.hotel .hotel__price span.fz19 {
    font-size: 19px;
}

.hotel .hotel__stars.hotel__stars--grey {
    background: #ffffff;
    color: #475669 !important;
    width: auto;
    text-transform: uppercase;
}

.hotel .hotel__btns .bth__btn {
    width: 210px;
}

.hotel .hotel__stars i {
    margin: 0 1px;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

.hotel .hotel__rate .hint-parent:hover .hint {
    top: -37px;
    max-width: none;
}

.hotel .hotel__stars, .hotel .hotel__rate .bold, .hotel .hotel__rate .fz12 {
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 1px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.hotel .hotel__stars {
    width: 95px;
    text-align: center;
    color: #ffffff !important;
    font-size: 8px;
    padding: 0;
    margin-right: 10px;
}

.hotel .hotel__rate .bold {
    font-size: 13px;
    color: #ffffff;
    background: url(https://tophotels.ru/csstx/i/crown-white.svg) 10px center/10px no-repeat;
    padding: 0 10px 0 30px;
    border-radius: 3px 0 0 3px;
    margin-right: -3px;;
}

.hotel .hotel__rate:hover .fz12 {
    color: #215f86;
}

.hotel .hotel__rate .fz12 {
    color: #475669;
    background: #ffffff;
    font-size: 11px !important;
    padding: 0 7px;
    border-radius: 0 2px 2px 0;
}

.hotel .hotel__ratings-grey .hotel__stars, .hotel .hotel__ratings-grey .hotel__rate .bold {
    background-color: #cccccc;
}

.hotel .hotel__ratings-grey .hotel__stars:hover, .hotel .hotel__ratings-grey .hotel__rate .bold:hover {
    background-color: #b8b8b8;
}

.hotel .hotel__ratings-red .hotel__stars, .hotel .hotel__ratings-red .hotel__rate .bold {
    background-color: #e03a3a;
}

.hotel .hotel__ratings-red .hotel__rate .bold:hover, .hotel .hotel__ratings-red .hotel__stars:hover {
    background-color: #cd3535;
}

.hotel .hotel__ratings-green .hotel__stars, .hotel__ratings-green .hotel__rate .bold {
    background-color: #00a551;
}

.hotel .hotel__ratings-green .hotel__stars:hover, .hotel .hotel__ratings-green .hotel__rate .bold:hover {
    background-color: #02934a;
}

.hotel .hotel__ratings-orange .hotel__stars, .hotel .hotel__ratings-orange .hotel__rate .bold {
    background-color: #ff8e41;
}

.hotel .hotel__ratings-orange .hotel__stars:hover, .hotel .hotel__ratings-orange .hotel__rate .bold:hover {
    background-color: #ef843a;
}

.hotel .hotel__type {
    margin: 10px 0;
}

.hotel .hotel__type a:hover, .hotel .hotel__location a:hover {
    color: #318cc6;
}

.hotel .hotel__location a {
    color: #999999;
}

.hotel .hotel__type a {
    color: #475669;
}

.hotel .hotel__recommend b {
    font-size: 20px;
    line-height: 20px;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 25px 0 30px;
    display: inline-block;
    vertical-align: middle;
    color: #00a551;
    margin-bottom: 5px;
}

.hotel .hotel__img-wrap .hotel__img.hotel__img-border {
    border: 5px solid #ffffff;
}

.hotel .hotel__recommend b::after {
    position: absolute;
    content: '\f164';
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    color: #00a551;
    right: 0;
    top: 1px;
}

.hotel .hotel__recommend.hotel__recommend--business {
    background-image: url(https://tophotels.ru/csstx/i/suitcase.svg);
}

.hotel .hotel__recommend.hotel__recommend--couple {
    background-image: url(https://tophotels.ru/csstx/i/couple.svg);
}

.hotel .hotel__recommend.hotel__recommend--friends {
    background-image: url(https://tophotels.ru/csstx/i/friends.svg);
}

.hotel .hotel__recommend.hotel__recommend--family {
    background-image: url(https://tophotels.ru/csstx/i/familiar.svg);
}

.hotel .hotel__recommend.hotel__recommend--child {
    background-image: url(https://tophotels.ru/csstx/i/sister-and-brother.svg);
}

.hotel .hotel__recommend {
    margin-right: 25px;
    background: #ffffff 10px 7px/20px no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px 10px;
    position: relative;
    border-radius: 3px;
    line-height: 14px;
}

.hotel .hotel__recommends {
    margin: 25px 0 0 0;
}

.hotel .hotel__btns {
    margin-top: auto;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.hotel .hotel__reviews {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
}

.hotel .hotel__reviews li b {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 11px;
}

.hotel .hotel__reviews li {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 5px 32px;
    position: relative;
    width: 152px;
}

.hotel .hotel__status {
    padding: 0 10px;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    border-radius: 3px;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: #ffffff;
}

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

.hotel .hotel__slider-arrow.next {
    right: 0;
}

.hotel .hotel__slider-arrow:hover {
    opacity: 1;
}

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

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

.hotel .hotel__img-link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.hotel .hotel__empty-txt {
    background: url(https://tophotels.ru/csstx/images/columbus.png) left/55px no-repeat;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 67px;
    line-height: 23px;
    margin: 20px 0 0 0;
}

.hotel .hotel__name-cut {
    display: inline-block;
    vertical-align: bottom;
    max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hotel .hotel__price span {
    font-size: 12px;
}

.hotel .hotel__price.hotel__price--big > b {
    margin-top: -1px;
}

.hotel .hotel__price.hotel__price--big > * {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.hotel .hotel__price.hotel__price--big {
    width: 300px;
}

.hotel .hotel__price {
    position: relative;
    padding: 0 25px 0 15px;
    height: 30px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #215f86;
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: left;
    transition: 0.3s;
    vertical-align: middle;
    font-family: 'apercu_pro', sans-serif;
    border: 1px solid #215f86;
    font-size: 20px;
    margin-right: 13px;
    width: 190px;
}

.hotel .hotel__btns .hotel__price.hotel__price--fill::before {
    display: none;
}

.hotel .hotel__btns .hotel__price.hotel__price--border {
    font-size: 13px;
    text-align: center;
}

.hotel .hotel__btns .hotel__price.hotel__price--border::before {
    display: none;
}

.hotel .hotel__btns .hotel__price.hotel__price--fill {
    font-size: 13px;
    padding: 0;
    text-align: center;
}

.hotel .hotel__btns .hotel__price.hotel__price-down::before {
    content: '\f0ab';
}

.hotel .hotel__btns .hotel__price.hotel__price--blue:hover,
.hotel .hotel__btns .hotel__price.hotel__price--fill:hover {
    background: #29719e;
    border-color: #29719e;
}

.hotel .hotel__btns .hotel__price.hotel__price--blue,
.hotel .hotel__btns .hotel__price.hotel__price--fill,
.hotel .hotel__btns .hotel__price.active, .hotel .hotel__btns .hotel__price:hover {
    background: #215f86;
    color: #ffffff;
    border-color: #215f86;
}

.hotel .hotel__btns:hover {
    color: #215f86;
}

.hotel .hotel__btns .hotel__price.active::before {
    content: '\f057';
}

.hotel .hotel__tour-link:hover {
    color: #318cc6
}

.hotel .hotel__tour-link::after {
    content: "\f061";
    margin-left: 5px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.hotel .hotel__tour-link {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #215f86;
    text-transform: uppercase;
}

.hotel .hotel__tour-link::before {
    content: "\f0f2";
    margin-right: 5px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.hotel .hotel__price::before {
    content: '\f0a9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 14px;
    font-size: 12px;
    top: 0;
}

.hotel .hotel__empty-txt br:not(:first-child) {
    display: none;
}

.hotel .hotel__actions {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

.hotel-loader {
    height: 270px;
    margin-bottom: 10px;
    -webkit-animation: hotelLoader 5s infinite;
    animation: hotelLoader 5s infinite;
}

.hotel-loader.hotel-loader--sm {
    height: 104px;
    margin-bottom: 5px;
}

.hotel .hotel__menu-btn.fa-times:hover {
    background: red;
}

.hotel .hotel__menu-btn.hotel__menu-btn--green {
    background: #00a551;
    color: #ffffff;
}

.hotel .hotel__menu-btn.hotel__menu-btn--red {
    background: #e03a3a;
    color: #ffffff;
}

.hotel .hotel__menu-btn:hover {
    background: #ff8e41;
    color: #ffffff;
}

.hotel .hotel__menu-squares:hover::before {
    background: #ffffff;
}

.hotel .hotel__menu-squares::before {
    content: '';
    background-color: #ffffff;
    -webkit-mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/16px;
    mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/16px;
    width: 100%;
    height: 100%;
    display: block;
}

.hotel .hotel__menu-btn {
    background: #cccccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    display: block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
}

.hotel .hotel__menu {
    position: absolute;
    left: 10px;
    top: 10px;
}

.hotel .rooms-tbl tr td .rooms-tbl__price .fas {
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 5px;
    color: #ffffff;
    line-height: 20px;
    font-size: 10px;
    background: #318cc6;
    border-radius: 3px;
}

.hotel .rooms-tbl tr:hover td .rooms-tbl__price {
    color: #318cc6;
}

.hotel .rooms-tbl tr td .rooms-tbl__price {
    background-color: #d4e4f2;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
    width: 140px;
    height: 30px;
    color: #215f86;
}

.hotel .rooms-tbl .bth__btn::before {
    content: '\f0a9';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
    font-family: "Font Awesome 5 Free";
}

.hotel .rooms-tbl .bth__btn {
    width: 150px;
    padding-left: 20px;
    font-size: 10px;
    text-align: left;
}

.hotel .hotel__tbl-wrap {
    margin-top: 10px;
    padding-left: 45px;
}

.hotel .hotel__tbl-wrap .lsfw-tbl .lsfw-tbl__bb {
    background-color: #eeeeee;
}

.hotel .hotel__tbl-wrap .lsfw-tbl tr:hover td:last-of-type .bth__btn {
    background-color: #318cc6;
    border-color: #318cc6;
}

.hotel .hotel__tbl-wrap .lsfw-tbl tr {
    position: relative;
}

.hotel .hotel__tbl-wrap .lsfw-tbl .lsfw-tbl__abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hotel .hotel__tbl-wrap .lsfw-tbl tr td {
    border-color: #eeeeee;
}

.hotel .hotel__tbl-wrap .lsfw-tbl tr {
    background-color: #ffffff;
}

.hotel .hotel__price-night {
    margin-right: 50px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes hotelLoader {
    0% {
        background-color: #efefef;
    }
    50% {
        background-color: #d0d0d0;
    }
    100% {
        background-color: #efefef;
    }
}

@media screen and (max-width: 1400px) {
    .hotel .hotel__reviews {
        width: 335px;
    }

    .hotel .hotel__action {
        width: 30px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel .hotel__reviews li {
        padding: 1px 0 1px 40px;
    }

    .hotel .hotel__reviews li b {
        top: 0;
        font-size: 13px;
    }

    .hotel .rooms-tbl tr td.fz13 {
        font-size: 10px !important;
    }

    .hotel .rooms-tbl tr td:last-of-type {
        width: 160px;
    }

    .hotel .rooms-tbl tr td .lsfw-tbl__cut200 {
        max-width: 160px;
    }

    .hotel .rooms-tbl .bth__btn {
        width: 125px;
    }

    .hotel .rooms-tbl td.lsfw-tbl__300 {
        width: 265px;
    }

    .hotel .rooms-tbl td.lsfw-tbl__400 {
        width: 350px;
    }
}

@media screen and (max-width: 1199px) {
    .hotel .hide-1199 {
        display: none;
    }

    .hotel .rooms-tbl td.lsfw-tbl__400 {
        width: 300px;
    }

    .hotel .rooms-tbl tr td .lsfw-tbl__cut200 {
        max-width: 125px;
    }

    .hotel .rooms-tbl tr td:last-of-type {
        width: 50px;
    }

    .hotel .rooms-tbl .bth__btn::before {
        font-size: 14px;
        right: 0;
        width: 100%;
    }

    .hotel .rooms-tbl .lsfw-tbl__300 {
        width: 245px;
    }

    .hotel .rooms-tbl .lsfw-tbl__bb.fz13 {
        width: 80px;
        padding: 0;
    }

    .hotel .rooms-tbl tr td .rooms-tbl__price {
        width: 130px;
    }

    .hotel .rooms-tbl .lsfw-tbl__bb.fz13 {
        font-size: 10px !important;
    }

    .hotel .rooms-tbl tr td:nth-child(2) {
        width: 160px;
    }

    .hotel .rooms-tbl .bth__btn {
        font-size: 0;
        padding: 0;
        width: 100%;
        background: transparent;
        border: none;
        color: #215f86;
        margin: 0;
        text-align: right;
    }

    .hotel .hotel__tbl-wrap {
        padding-left: 0;
    }

    .hotel .hotel__price.hotel__price--big {
        width: 255px;
    }

    .hotel .hotel__price-night {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .hotel .hotel__menu-btn, .hotel .hotel__actions .hotel__action-inline {
        border-radius: 5px;
        width: 25px;
        text-align: center;
        color: #999999;
        line-height: 25px;
        height: 25px;
        font-size: 13px;
        background: #ffffff;
    }

    .hotel .hotel__tour-link {
        display: block;
        margin-top: 10px;
    }

    .hotel .hotel__action {
        width: 25px;
        font-size: 11px;
    }

    .hotel .hotel__actions .hint {
        right: auto;
        left: 0;
    }

    .hotel .hotel__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        top: 45px;
        flex-direction: column-reverse;
        right: auto;
        left: 10px;
    }

    .hotel .hotel__actions .hotel__action-inline, .hotel .hotel__action {
        display: block;
        margin: 0 0 10px 0;
    }

    .hotel .hotel__img {
        width: 270px;
        height: 170px;
        left: 45px;
    }

    .hotel .hotel__btns .hotel__price.hotel__price--fill {
        width: auto;
        font-size: 11px;
        padding: 0 15px;
    }

    .hotel .hotel__info {
        padding-left: 270px;
        min-height: 170px;
    }

    .hotel .hotel__actions .hotel__action-inline .fas:not(:first-of-type), .hotel .hotel__reviews {
        display: none;
    }

    .hotel .hotel__name-cut {
        max-width: calc(100% - 30px);
    }

    .hotel .hotel__stars {
        width: 80px;
        font-size: 8px;
    }

    .hotel .hotel__btns {
        padding-top: 10px;
        font-size: 11px;
    }

    .hotel .hotel__location {
        font-size: 14px;
    }

    .hotel .hotel__price + b {
        font-size: 11px
    }

    .hotel .hotel__menu-btn {
        margin: 0;
    }

    .hotel .hotel__menu-btn:not(.fa-map-marker-alt) {
        display: none;
    }

    .hotel .hotel__price {
        font-size: 16px;
        width: 150px;
        padding: 0 20px 0 10px;
    }

    .hotel .hotel__price span.fz19 {
        font-size: 14px;
    }

    .hotel .hotel__price span {
        font-size: 10px;
    }

    .hotel .hotel__name {
        font-size: 21px;
    }

    .hotel .hotel__price::before {
        right: 12px;
        font-size: 11px;
    }

    .hotel .hotel__img-icon.hotel__img-icon--img {
        background-size: 30px;
    }

    .hotel .hotel__img-icon.hotel__img-icon--video {
        font-size: 7px;
        line-height: 19px;
    }

    .hotel .hotel__img-icon.hotel__img-icon--video i {
        font-size: 7px;
    }

    .hotel .hotel__img-icon {
        font-size: 8px;
        vertical-align: bottom;
        line-height: 30px;
        background: transparent bottom/34px no-repeat;
        height: 25px;
        width: 40px;
    }

    .hotel .hotel__empty-txt, .hotel .hotel__menu-btn.fa-times, .hotel .hotel__recommends {
        display: none !important;
    }

    .hotel .hotel__location, .hotel .hotel__type {
        white-space: nowrap;
        overflow: hidden;
    }

    .hotel .rooms-tbl td {
        padding-top: 40px;
    }

    .hotel .rooms-tbl td.lsfw-tbl__400 .bold {
        position: absolute;
        left: 0;
        top: 10px;
        padding: 0 10px;
        max-width: 100%;
    }

    .hotel .rooms-tbl td.lsfw-tbl__400 {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .hotel .rooms-tbl td.lsfw-tbl__400 .bold {
        padding: 0;
        position: static;
        vertical-align: top;
        line-height: 14px;
        max-width: none;
        width: calc(100% - 150px);
    }

    .hotel .hotel__img-wrap .hotel__img.hotel__img-border {
        border: none;
    }

    .hotel .rooms-tbl tr td:nth-child(2) {
        width: calc(100% - 160px);
        position: absolute;
        left: 10px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        top: 28px;
    }

    .hotel .rooms-tbl td.lsfw-tbl__300 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .hotel .hotel__img-icon.fas {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }

    .hotel .rooms-tbl td:last-of-type {
        display: none;
    }

    .hotel .rooms-tbl td {
        padding-top: 0;
    }

    .hotel .rooms-tbl td.lsfw-tbl__400 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hotel .rooms-tbl tr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hotel .rooms-tbl tr td .rooms-tbl__price {
        margin: 0;
    }

    .hotel .hotel__actions {
        position: static;
        margin-top: 35px;
    }

    .hotel .hotel__img-wrap {
        margin: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hotel .hotel__menu-squares::before {
        -webkit-mask-size: 13px;
        mask-size: 13px;
    }

    .hotel .hotel__slider-arrow {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        background-size: 7px;
    }

    .hotel .hotel__actions .hint, .hotel .hotel__menu .hint-parent:hover .hint:not(.hidden) {
        right: 0 !important;
        left: auto !important;
    }

    .hotel .hotel__img {
        width: 290px;
        height: 200px;
        position: relative;
        margin-right: 10px;
        top: 0;
        left: 0;
    }

    .hotel .hotel__btns {
        padding-top: 15px;
    }

    .hotel .hotel__name-cut {
        max-width: none;
        display: inline;
        white-space: normal;
    }

    .hotel .hotel__name {
        font-size: 20px;
    }

    .hotel .hotel__info > * {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hotel .hotel__ratings, .hotel .hotel__name {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .hotel .hotel__type {
        margin: 0 0 5px 0;
    }

    .hotel .hotel__menu {
        left: 300px;
        top: 0;
        padding: 0 !important;
    }

    .hotel .hotel__info {
        height: auto;
        margin-left: 0;
        padding: 0;
    }

    .hotel-paginator {
        font-size: 13px;
        text-align: center;
    }
}

@media screen and (max-width: 430px) {
    .hotel .hotel__price + b {
        display: block;
        margin-top: 5px;
    }

    .hotel .hotel__price {
        background: #215f86;
        color: #ffffff;
        border-color: #215f86;
    }

    .hotel .hotel__menu {
        left: auto;
        right: 0;
    }

    .hotel .hotel__img {
        width: calc(100% - 35px);
        margin: 0;
    }

    .hotel .hotel__img-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 430px) {
    .hotel .hotel__price.hotel__price--big {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .hotel .hotel__tour-link {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 359px) {
    .hotel .hotel__price {
        font-size: 17px;
        width: 155px;
        padding: 0 0 0 10px;
    }

    .hotel .hotel__price span {
        font-size: 10px;
    }

    .hotel .hotel__price span.fz19 {
        font-size: 15px;
    }
}