.hotel-info__img.hotel-info__txt {
    font-size: 16px;
    margin-bottom: 5px;
}

.hotel-info__white-block {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
}

.hotel-info__tbl {
    width: 100%;
}

.hotel-info__tbl .bth__ttl-h2,
.hotel-info__tbl .bth__ttl-h3 {
    margin-bottom: 10px;
}


.hotel-info__contacts .hotel-info__contacts-num:not(:last-of-type) {
    margin-right: 15px;
}

.hotel-info__contacts-btn:hover {
    background-color: #e27200;
}

.hotel-info__contacts-btn {
    padding: 7px 15px;
    display: inline-block;
    border: none;
    outline: none;
    background-color: #ff8e41;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 2px;
}

.hotel-info__notice {
    font-size: 13px;
    text-transform: uppercase;
    color: #e03a3a;
    position: absolute;
    right: 0;
    top: 0;
}

.hotel-info__tbl tr td.hotel-info__tbl-sm {
    width: 200px;
    font-size: 13px;
    text-transform: uppercase;
}

.hotel-info__tbl tr td {
    position: relative;
    padding: 7px 0;
    font-size: 16px;
    vertical-align: top;
}

.hotel-info__icon-abs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
}

.hotel-info__img img {
    border-radius: 2px;
}

.hotel-info__img {
    width: 150px;
    height: 150px;
    margin-right: 5px;
    display: block;
    border-radius: 2px;
}

.hotel-info__slider {
    white-space: nowrap;
    overflow-x: hidden;
    height: 150px;
}

.hotel-info__slider {
    margin-bottom: 30px;
}

.hotel-info__tbl-ttl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-top: 5px solid #eee;
}

.hotel-info__video {
    width: 800px;
    height: 500px;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .hotel-info__video {
        width: 80%;
        height: 450px;
    }

    .hotel-info__prices-tbl {
        margin-top: 20px;
    }

    .hotel-info__prices-tbl .bth__table.bth__table--bordering {
        margin: 20px 0 0 0;
    }

    .hotel-info__prices-tbl tr td {
        font-size: 12px;
        padding: 7px !important;
    }
}


@media screen and (max-width: 750px) {
    .hotel-info__tbl, .hotel-info__tbl tr, .hotel-info__tbl td {
        display: block;
    }

    .hotel-info__video {
        width: 100%;
        height: 350px;
    }

    .hotel-info__notice {
        position: static;
        margin-top: 10px;
        display: block;
    }

    .hotel-info__tbl .mr15 {
        display: block;
        margin-bottom: 5px;
    }


    .hotel-info__tbl tr td.hotel-info__tbl-sm {
        width: 100%;
        padding-bottom: 0;
        font-size: 11px;
        color: #999;
        padding-top: 10px;
    }

    .hotel-info__contacts-btn {
        margin-top: 5px;
    }

    .hotel-info__contacts .hotel-info__contacts-num {
        display: block;
        margin: 0 0 5px 0 !important;
    }

    .hotel-info__tbl tr td {
        font-size: 14px;
    }

    .hotel-info__tbl .bth__ttl-h2, .hotel-info__tbl .bth__ttl-h3 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .hotel-info__video {
        height: 200px;
    }
}