.card-hotel-infras .card-hotel-infra:not(:last-of-type) {
    margin-bottom: 10px;
}

.card-hotel-infra {
    border-radius: 5px;
    position: relative;
    padding: 10px;
    background: #ffffff;
}

.card-hotel-infra .bth__img-190 {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.card-hotel-placements, .card-hotel-service, .card-hotel-infras, .card-hotel-chars-scroll-mobile {
    padding: 15px;
    background: #eeeeee;
}

.card-hotel-infra__img-ico:hover {
    opacity: 1;
}

.card-hotel-infra__img-ico {
    border: none;
    opacity: 0.9;
    font-size: 10px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(https://tophotels.ru/csstx/i/icon-photo.svg) center / 30px no-repeat;
    text-align: center;
    top: 5px;
    left: 9px;
}

.card-hotel-infras-paginator {
    font-weight: bold;
    font-size: 14px;
    color: #ff8e41;
    display: block;
    padding: 10px 15px;
    background: #eeeeee;
    width: 100%;
    border: none;
    text-align: left;
    margin-top: 5px;
    font-family: inherit;
}

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

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

.card-hotel-infra .card-hotel-infra__info .card-hotel-infra__cut {
    overflow: hidden;
    max-height: 70px;
    margin: 2px 0 5px 0;
}

.card-hotel-infra .card-hotel-infra__info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 195px);
    padding-left: 15px;
    margin-top: -2px;
}

.card-hotel-infra .card-hotel-infra__link:hover {
    color: #318cc6;
}

.card-hotel-infra .card-hotel-infra__link {
    color: #216997;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.card-hotel-text-sm {
    font-size: 14px;
    line-height: 23px;
}

.card-hotel-char li span {
    font-weight: normal;
    font-size: 11px;
}

.card-hotel-char.card-hotel-char--inline li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0;
}

.card-hotel-char li {
    display: block;
    position: relative;
    font-size: 13px;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
}

.grey-item .card-hotel-chars:last-child {
    margin-bottom: 0;
}

.card-hotel-chars.block {
    margin: 0 0 10px 0;
}

.card-hotel-chars.block .card-hotel-char li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 5px;
}

.card-hotel-char li.card-hotel-char__minus, .card-hotel-char li.card-hotel-char__plus, .card-hotel-char li.card-hotel-char__uncheck, .card-hotel-char li.card-hotel-char__check {
    padding-left: 30px;
}

.card-hotel-char li::before {
    position: absolute;
    font-size: 11px;
    top: 9px;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.card-hotel-char__check::before {
    content: '\f00c';
    color: #00a551;
    font-size: 9px;
}

.card-hotel-char__uncheck::before {
    content: '\f00d';
    color: #e03a3a;
}

.card-hotel-char__plus::before {
    content: '\f055';
    color: #00a551;
    font-size: 9px;
}

.card-hotel-char__minus::before {
    content: '\f056';
    color: #e03a3a;
}

.card-hotel-chars {
    margin: 0 15px 10px 0;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.card-hotel-char li.card-hotel-char__more:hover {
    color: #318cc6;
}

.card-hotel-char li.card-hotel-char__more {
    cursor: pointer;
    color: #318cc6;
}

.card-hotel-chars b {
    font-size: 13px;
    display: block;
}

.card-hotel-service .card-hotel-service__img img {
    border-radius: 5px;
}

.card-hotel-service .card-hotel-service__img {
    width: 330px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 230px;
    border-radius: 5px;
}

.card-hotel-service .card-hotel-service__img + .card-hotel-service__right {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    white-space: nowrap;
    overflow: auto;
    width: calc(100% - 335px);
}

.info-bubbles .info-bubble b {
    text-transform: uppercase;
}

.info-bubbles .info-bubble .fz22 {
    margin-right: 5px;
    line-height: 22px;
}

.info-bubbles .info-bubble i {
    font-size: 40px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
}

.info-bubbles .info-bubble > * {
    display: block;
}

.info-bubbles .info-bubble.pointer:hover {
    color: #ff8e41;
}

.info-bubbles.info-bubbles--inline .info-bubble {
    padding: 10px;
    text-align: left;
    min-width: auto;
}

.info-bubbles.info-bubbles--inline .info-bubble > * {
    display: inline-block;
    vertical-align: middle;
}

.features .feature, .info-bubbles .info-bubble {
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    min-width: 180px;
    position: relative;
    margin-right: 10px;
}

.features .feature .feature__img img {
    border-radius: inherit;
}

.card-hotel-char li:last-child {
    margin-bottom: 0;
}

.features .feature {
    text-transform: uppercase;
    font-size: 14px;
}

.features .feature .feature__img {
    width: 150px;
    height: 150px;
    background: #fdfdfd;
    margin: 0 auto 40px auto;
    border-radius: 100%;
}

.files-tbl tbody tr td .lsfw-fill-tbl__bubble-white {
    min-width: 130px;
}

@media screen and (max-width: 1200px) {
    .features, .info-bubbles {
        white-space: nowrap;
        overflow: auto;
    }

    .features .feature .feature__img {
        width: 100px;
        margin-bottom: 20px;
        height: 100px;
    }

    .features .feature, .info-bubbles .info-bubble {
        min-width: auto;
    }

    .card-hotel-char li::before {
        top: 7px;
        font-size: 9px;
    }

    .card-hotel-char li span, .card-hotel-char li, .card-hotel-chars > b {
        font-size: 10px;
    }

    .card-hotel-service .card-hotel-service__img + .card-hotel-service__right {
        padding-left: 10px;
    }

    .card-hotel-char li.card-hotel-char__minus, .card-hotel-char li.card-hotel-char__plus, .card-hotel-char li.card-hotel-char__uncheck, .card-hotel-char li.card-hotel-char__check {
        padding-left: 27px;
    }

    .card-hotel-chars {
        margin-right: 10px;
    }
}


@media screen and (max-width: 767px) {
    .card-hotel-placements, .card-hotel-service, .card-hotel-infras, .card-hotel-chars-scroll-mobile {
        padding: 10px;
    }

    .card-hotel-infras-paginator {
        font-size: 11px;
        padding: 10px;
    }

    .card-hotel-service .card-hotel-service__img + .card-hotel-service__right, .card-hotel-infra .card-hotel-infra__info {
        width: 100%;
        white-space: normal;
        padding: 15px 0 0 0;
    }

    .files-tbl.lsfw-fill-tbl tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .files-tbl .lsfw-fill-tbl__cut450 {
        white-space: normal;
        word-break: break-all;
        font-size: 13px;
    }

    .files-tbl tbody tr td .lsfw-fill-tbl__bubble-white {
        font-size: 10px;
    }

    .files-tbl tbody tr td:nth-child(3) {
        font-size: 11px;
        order: 1;
    }

    .files-tbl tbody tr td:nth-child(2) {
        width: 100%;
        background: rgba(255, 255, 255, 0.58)
    }

    .files-tbl tr td:first-child {
        display: none;
    }

    .files-tbl tbody tr td .lsfw-fill-tbl__bubble-white {
        text-align: left;
        padding-left: 15px;
    }

    .card-hotel-chars > b {
        display: block;
        margin-bottom: 5px;
    }

    .card-hotel-chars {
        margin: 0 0 10px 0;
        display: block;
    }

    .card-hotel-service .card-hotel-chars:last-child {
        margin-bottom: 0 !important;
    }

    .card-hotel-char li br {
        display: none;
    }

    .card-hotel-chars .fz16 {
        line-height: 16px;
        margin-bottom: 3px;
    }

    .info-bubbles {
        white-space: normal;
    }

    .info-bubbles .info-bubble:not(:last-child) {
        margin-bottom: 10px;
    }

    .info-bubbles .info-bubble {
        font-size: 10px;
        display: block;
        padding: 6px 5px 5px 70px;
        margin-right: 0;
        text-transform: uppercase;
        text-align: left;
    }

    .info-bubbles .info-bubble i.fa-smoking {
        font-size: 23px;
    }

    .info-bubbles .info-bubble i {
        font-size: 27px;
        margin: 0;
        position: absolute;
        left: 15px;
        top: 0;
        height: 100%;
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info-bubbles .info-bubble b {
        margin-top: 5px;
        font-size: 13px;
    }

    .card-hotel-char li {
        display: inline-block;
        margin: 5px 3px 0 0;
    }
}

@media screen and (max-width: 380px) {
    .card-hotel-service .card-hotel-service__img {
        width: 100%;
    }

    .card-hotel-char li.card-hotel-char__minus, .card-hotel-char li.card-hotel-char__plus, .card-hotel-char li.card-hotel-char__uncheck, .card-hotel-char li.card-hotel-char__check {
        padding-left: 21px;
    }

    .card-hotel-char li::before {
        left: 7px;
    }
}