.card-hotel-actions {
    padding: 10px;
    background: #e4e5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card-hotel-actions.card-hotel-actions--no-act .card-hotel-action::after {
    display: none;
}

.card-hotel-actions.card-hotel-actions--start .card-hotel-action {
    margin-right: 10px;
    width: auto;
}

.card-hotel-actions.card-hotel-actions--start {
    justify-content: flex-start;
}

.card-hotel-action b {
    margin-right: 5px;
    font-size: 15px;
    line-height: 14px;
    display: inline-block;
}

.card-hotel-action.fa-yin-yang:before {
    color: #475669;
}

.card-hotel-action:hover .hint {
    display: block;
    left: 0;
    font-size: 13px;
    top: 95px;
}

.card-hotel-actions .card-hotel-action {
    position: relative;
    border: none;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #215f86;
    background-color: white;
    padding: 60px 11px 7px 11px;
    text-transform: uppercase;
    width: calc(20% - 5px);
    border-radius: 2px;
    text-align: left;
    font-weight: normal;
}

.card-hotel-action::before {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 7px;
    left: 12px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    border-radius: 50px;
    color: white;
    font-size: 24px;
    text-align: center;
    background: #eeeeee center/ 28px no-repeat;
}

.card-hotel-action.fa-suitcase-rolling::before {
    content: '';
    background-image: url(/i/travel-suitcase-icon.png);
    background-color: #fee051;
}

.card-hotel-action.fa-bed::before {
    content: '';
    background-image: url(/i/room-white.png);
    background-color: #25b7d3;
}

.card-hotel-action.fa-heart::before {
    line-height: 48px;
    background-color: #da4c4c;
}

.card-hotel-action.fa-rss::before {
    background-color: #ff8e41;
}

.card-hotel-action.fa-map-marker-alt::before {
    content: '';
    background-image: url(/i/place-with-star.svg);
    background-color: #00a551;
}

.card-hotel-action.fa-thumbs-up::before {
    background-color: #00a551;
}

.card-hotel-action.fa-thumbs-down::before {
    background-color: #da4c4c;
}

.card-hotel-action.active::after {
    content: '\f058';
    color: #00a551;
}

.card-hotel-action::after {
    content: '\f055';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #d5d5d5;
    font-size: 20px;
    left: 50px;
    top: 4px;
    z-index: 1;
    background: #ffffff;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 24px;
}

.collection-infoblock {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'apercu_pro', sans-serif;
    height: 100px;
    display: block;
    color: white !important;
    border-radius: 2px;
    padding: 15px;
    font-size: 18px;
    background: #eeeeee center/cover no-repeat url(/images/turkey-banner.jpg);
    font-weight: bold;
}

.anticovid span {
    font-size: 13px
}

.anticovid b {
    font-size: 17px;
    margin-right: 30px;
}

.anticovid * {
    display: inline-block;
    vertical-align: middle;
}

.anticovid {
    background: url(/i/anti-coronavirus-red.svg) 14px 13px/30px no-repeat;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    color: #475669;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 5px 15px 65px;
    text-transform: uppercase;
}

.dropdown-item__ttl.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-item__ttl::after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    font-size: 22px;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    top: 13px;
}

.dropdown-item__inner {
    margin: 0 15px;
    padding: 15px 0;
    display: none;
    border-top: 1px solid #cccccc;
}

.dropdown-item__ttl.fa-search-dollar:before {
    content: '';
    background-image: url(/i/eye-dollar.svg);
    top: 7px !important;
}

.dropdown-item__ttl::before {
    font-weight: bold;
    color: #ff8e41;
    background: center/contain no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
}

.dropdown-item__ttl.dropdown-item__ttl--loc::after {
    content: '\f023';
    color: #cccccc;
}

.dropdown-item__ttl.fa-car:before {
    font-size: 32px;
    top: 7px;
}

.card-hotel-link-fill:hover {
    background-color: #d4e4f2;
}

.card-hotel-rating:hover .hint {
    display: block;
    top: 70px;
}

ul.card-hotel-link-fill li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.card-hotel-link-fill.card-hotel-link-fill--green {
    background-color: #e5f6ec;
}

.card-hotel-link-fill.card-hotel-link-fill--red {
    background-color: #ffe6e4;
}

.card-hotel-link-fill {
    background-color: #d4e4f2;
    padding: 5px 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    color: #475669;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
}

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

.dropdown-item .dropdown-item__ttl {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 45px 15px 65px;
    display: block;
}

.dropdown-item__ttl.red::before {
    color: inherit;
}

.dropdown-item {
    border: 1px solid #cccccc;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

.dropdown-item__description-tbl {
    width: 100%;
}

.dropdown-item__description-tbl tr td:last-of-type {
    text-transform: uppercase;
    font-size: 13px;
    word-break: break-word;
}

.dropdown-item__description-tbl tr td > * {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.dropdown-item__description-tbl tr td:first-of-type {
    width: 250px;
}

.dropdown-item__description-tbl tr:not(:last-of-type) td {
    border-bottom: 1px solid #eeeeee;
}

.dropdown-item__description-tbl tr td {
    padding: 7px 0;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
}

.dropdown-item__description-tbl tr td.dropdown-item__description-tbl-name {
    font-size: 18px;
    font-weight: bold;
}

.dropdown-item__description-tbl-stars {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    font-size: 16px;
    color: #e7bb08;
}

.dropdown-item__description-tbl-ttl {
    font-size: 16px;
    font-weight: bold;
}

.dropdown-item__description-tbl-luxury {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    background: url(/i/tophotels/icon-star-big.png) center left/16px no-repeat;
    margin-right: 15px;
}

.dropdown-item__description-tbl-confirm {
    display: inline-block;
    vertical-align: middle;

}

.card-hotel-anchor::before {
    font-size: 25px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: bottom;
}

.dropdown-item__sections li a:hover {
    color: #318cc6;
}

.dropdown-item__sections li a {
    padding-bottom: 10px;
    display: block;
    color: inherit;
}

.dropdown-item__sections {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.dropdown-item__sections li {
    display: block;
    color: #475669;
    text-transform: uppercase;
    font-size: 14px;
}

.card-hotel-anchor:hover {
    color: #215f86;
}

.card-hotel-anchors .card-hotel-anchor {
    font-weight: bold;
    text-transform: uppercase;
    min-width: 130px;
    padding: 0 15px;
    position: relative;
    color: #318cc6;
    cursor: pointer;
    line-height: 40px;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 2px;
    background: #ffffff;
    margin-right: 10px;
}

.card-hotel-anchors {
    padding: 10px;
    background: #e4e5ea;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


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


.card-hotel-text {
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #475669 !important;
}

.card-hotel-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-hotel-cols__left {
    width: 780px;
}

.card-hotel-cols__right {
    padding-left: 45px;
}

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

.card-hotel-cols__photo {
    height: 300px;
    position: relative;
    width: 780px;
    border-radius: 2px;
    display: block;
}

.card-hotel-cols__photo-btn:hover {
    background: #b62626;
}

.card-hotel-cols__photo-btn {
    text-align: center;
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 13px;
    background: #e03a3a;
    padding: 15px 20px;
    color: #ffffff !important;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.card-hotel-cols__photo:hover .card-hotel-cols__photo-links {
    opacity: 1;
}

.card-hotel-cols__photo-links a:hover {
    color: #cccccc;
}

.card-hotel-cols__photo-links a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    color: #ffffff;
}

.card-hotel-cols__photo-links ul li {
    display: block;
}

.card-hotel-cols__photo-links ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.card-hotel-cols__photo .card-hotel-cols__photo-empty {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-hotel-cols__photo-links {
    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;
    padding-left: 40px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    position: absolute;
}

.card-hotel-form {
    padding: 15px;
    background: #e4e5ea;
    color: #475669;
    position: relative;
    margin-bottom: 20px;
}

.card-hotel-form__travel-agent {
    background: #ffffff;
    padding: 10px;
    font-size: 13px;
    border-radius: 2px;
    width: 380px;
}

.card-hotel-form__travel-agent-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    padding-left: 10px;
}

.card-hotel-form__right {
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
}

.card-hotel-form__left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 425px);
}

.card-hotel-ratings {
    padding: 10px;
    border-radius: 2px;
}

.card-hotel-ratings-recontruction {
    margin: 20px 0 0 0;
    color: #e03a3a;
    font-size: 17px;
}

.card-hotel-ratings.card-hotel-ratings--green {
    background-color: #ddf0e6;
}

.card-hotel-ratings.card-hotel-ratings--grey {
    background-color: #eeeeee;
}

.card-hotel-ratings.card-hotel-ratings--red {
    background-color: #f9ebea;
}

.card-hotel-ratings.card-hotel-ratings--orange {
    background-color: #faf6e5;
}

.card-hotel-rating-statistic b span:last-of-type {
    font-size: 10px;
    margin-left: 5px;
}

.card-hotel-rating-statistic b * {
    display: inline-block;
    vertical-align: bottom;
}

.card-hotel-rating-statistic b {
    font-size: 30px;
    display: block;
    line-height: 30px;
    margin-bottom: 2px;
}

.card-hotel-rating-statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-hotel-rating:hover .hint {
    display: block;
    top: 70px;
    left: 0;
}

.card-hotel-rating {
    color: #475669;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    font-family: 'apercu_pro', sans-serif;
    padding: 8px 10px;
    background-color: white;
    margin-right: 15px;
}

.card-hotel-rating.card-hotel-rating--btn {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    border: 2px solid #318cc6;
    color: #318cc6;
}

.card-hotel-news .card-hotel-news__left img {
    border-radius: 5px;
}

.card-hotel-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-hotel-news .card-hotel-news__left + .card-hotel-news__right {
    padding-left: 15px;
    width: calc(100% - 425px);
}

.card-hotel-news .card-hotel-news__left {
    width: 420px;
    height: 230px;
    border-radius: 5px;
}

.card-hotel-rating-list::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -10px;
    left: 45px;
}

.card-hotel-rating-list {
    position: relative;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    background-color: white;
}

.card-hotel-rating-list .card-hotel-rating-appraisals:first-of-type b {
    width: 90px;
}

.card-hotel-rating-bottom a {
    margin-left: auto;
    font-size: 13px;
    text-transform: uppercase;
}

.card-hotel-rating-bottom div {
    margin-right: 15px;
}

.card-hotel-rating-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.dropdown-item.dropdown-item--no-border .dropdown-item__inner {
    display: block;
}

.dropdown-item.dropdown-item--no-border .dropdown-item__ttl::after {
    display: none;
}

.card-hotel-rating-percent + b {
    display: inline-block;
    vertical-align: middle;
}

.card-hotel-rating-list .card-hotel-rating-percent {
    font-size: 26px;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.card-hotel-rating-percent::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.card-hotel-rating-rec-block {
    display: inline-block;
    vertical-align: middle;
}

.card-hotel-rating-appraisals li span {
    display: inline-block;
    vertical-align: middle;
}

.card-hotel-rating-appraisals li b {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
}

.card-hotel-rating-appraisals {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 30px;
}


.card-hotel-medals .card-hotel__medal-block:last-child .card-hotel__medal:hover .hint {
    left: auto;
}

.card-hotel__medal-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'apercu_pro', sans-serif;
}

.card-hotel-medals > * {
    display: inline-block;
}

.card-hotel-medals .card-hotel__medal-block:not(:last-of-type) {
    margin-right: 15px;
}

.card-hotel__medal {
    width: 115px;
    height: 115px;
    background-color: rgba(211, 204, 175, 0.36);
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 7px;

    text-align: center;
}


.card-hotel__medal-icon {
    background-repeat: no-repeat;
    background-size: 90px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center;
}

.card-hotel__medal-icon.card-hotel__medal-icon--top100 {
    background-image: url("/i/tophotels/progress-medal/top100.png");
}


.card-hotel__medal-icon.card-hotel__medal-icon--top10 {
    background-image: url("/i/tophotels/progress-medal/top10.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--tx {
    background-image: url("/i/tophotels/progress-medal/tohotels.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--quality {
    background-image: url("/i/tophotels/progress-medal/quality.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--trust {
    background-image: url("/i/tophotels/progress-medal/trust.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--trust-red {
    background-image: url("/i/tophotels/progress-medal/trust-red.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--trust-grey {
    background-image: url("/i/tophotels/progress-medal/trust_disabled.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--trust-lite-green {
    background-image: url("/i/tophotels/progress-medal/trust-light-green.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--trust-orange {
    background-image: url("/i/tophotels/progress-medal/trust-orange.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--content {
    background-image: url("/i/tophotels/progress-medal/content.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--popularity {
    background-image: url("/i/tophotels/progress-medal/popularity.png");
}

.card-hotel__medal-icon.card-hotel__medal-icon--popularity {
    background-image: url("/i/tophotels/progress-medal/popularity.png");
}

.card-hotel__medal-date {
    text-align: center;
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
    margin-top: 10px;
}

.card-hotel__medal:hover .hint {
    display: block;
    top: 150px;
    left: 2px;
}

.card-hotel-group {
    display: block;
    background: #e7f2f8;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 2px;
}

.card-hotel-group__users-num b {
    font-size: 22px;
    display: block;
    line-height: 25px;
}

.card-hotel-group__users-num {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    font-size: 14px;
    padding: 10px;
    background: #ffffff;
    border-radius: 2px;
    color: #475669;
    margin-right: 10px;
}

.card-hotel-group__btn {
    position: relative;
    border: 2px solid #318cc6;
    border-radius: 2px;
    line-height: 56px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
}

.card-hotel-group__users .bth__ava-60 {

    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.card-hotel-group__users {
    display: inline-block;
    vertical-align: top;

}

.card-hotel-interview .rbt-block {
    display: block;
}

.card-hotel-interview::after {
    content: '\f130';
    position: absolute;
    right: 45px;
    top: 116px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 100px;
    line-height: 107px;
}

.card-hotel-interview {
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
    border-radius: 2px;
    background: #e4e5ea;
}

.card-hotel-poster, .card-hotel-place {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #475669 !important;
    margin-right: 10px;
}

.card-hotel-posters.card-hotel-posters--blue .card-hotel-poster__fill {
    background: #e7f2f8;
}

.card-hotel-places__count b {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.card-hotel-places__count:hover {

    background: rgba(0, 0, 0, 0.7);
}

.card-hotel-places__count {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    display: block;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    color: #ffffff;
    padding: 35px 0;
}

.card-hotel-place .topline-hotel__btn {
    margin: 10px 0 0 0;
    width: 100%;
}

.card-hotel-place .bth__img-190 {
    position: relative;
    display: block;
}

.card-hotel-place:hover .card-hotel-place__ttl {
    color: #318cc6;
}

.card-hotel-place__abs-square {
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 0 5px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
}

.card-hotel-place__ttl {
    font-size: 13px;
    max-width: 190px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-hotel-poster__fill {
    background: #f9ebea;
    padding: 10px 30px;
    border-radius: 10px;
    text-align: center;
}

.card-hotel-poster__date {
    text-align: center;
    color: #999999;
    font-size: 11px;
    margin-top: 10px;
}

.card-hotel-poster__ttl {
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
}

.dropdown-item__inner .card-hotel-loyalty:last-child {
    min-width: 0 !important;
}

.dropdown-item__inner .card-hotel-loyalty {
    margin-right: 10px;
}

.card-hotel-loyalty::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 35px;
    top: 28px;
    width: 100%;
    text-align: center;
}

.card-hotel-loyalty.fa-language::before {
    font-size: 47px;
    top: 27px;
}

.card-hotel-loyalty:hover .hint {
    display: block;
    top: 105px;
    left: 0;
}

.card-hotel-loyalty-wrap .card-hotel-loyalty {
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    background: #f0f0f0 center 6px /50px no-repeat;
    border-radius: 10px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    padding: 65px 10px 10px 10px;
    font-size: 13px;
    text-align: center;
    border: none;
    min-width: 150px;
    position: relative;
    cursor: pointer;
    line-height: 17px;
}

.card-hotel-loyalty-wrap.card-hotel-loyalty-wrap--green .card-hotel-loyalty::before {

    color: #00a551;
}

.card-hotel-loyalty-wrap.card-hotel-loyalty-wrap--green .card-hotel-loyalty {
    background-color: #e8ffdd;
}


.card-hotel-loyalty b {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.card-hotel-loyalty.card-hotel-loyalty--heart {
    background-image: url(/i/heart-50.png);
    background-position-y: 15px;
    background-size: 39px;
}

.card-hotel-loyalty__love {
    color: red;
    text-transform: uppercase;
    position: absolute;
    font-size: 9px;
    right: 10px;
    top: 44px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.card-hotel-loyalty:hover .card-hotel-loyalty__love {
    opacity: 1;
}

.card-hotel-loyalty.card-hotel-loyalty--cake {
    background-image: url("/i/cake-50.png");
}

.card-hotel-loyalty.card-hotel-loyalty--wedding {
    background-image: url("/i/married.png");
    background-position-y: 10px;
}

.card-hotel-loyalty.card-hotel-loyalty--pro {
    background-image: url("/i/pro.png");
    background-size: 36px;
    background-position-y: 15px;
}

.card-hotel-loyalty.fa-check::before {
    color: #00a551
}

.card-hotel-loyalty.card-hotel-loyalty--cross {
    background-image: url("https://tophotels.ru/csstx/i/cross-thin.svg");
    background-size: 30px;
    background-position-y: 20px;
}

html body .card-hotel-form .topline-hotel__btn.topline-hotel__btn--orange {
    border-color: transparent;
}

.card-hotel-form .topline-hotel__input label, .card-hotel-form .topline-hotel__btn.topline-hotel__btn--border {
    height: 45px;
    border-color: #ffffff;
    line-height: 42px;
}

.card-hotel-infras .card-hotel-infra:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeee;
}

.card-hotel-infra {
    position: relative;
}

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

.card-hotel-service__img:hover .card-hotel-infra__img-ico, .card-hotel-infra .bth__img-190:hover .card-hotel-infra__img-ico {
    opacity: 1;
}

.card-hotel-infra__img-ico {
    opacity: 0.7;
    border: none;
    font-size: 10px;
    font-weight: bold;
    color: #318cc6;
    line-height: 43px;
    display: block;
    position: absolute;
    height: 35px;
    width: 50px;
    background: url(/i/icon-photo.svg) center 0/44px no-repeat;
    text-align: center;
    top: 5px;
    left: 10px;
}

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

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

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

.card-hotel-infra__link {
    background-color: #d4e4f2;
    color: #318cc6;
    line-height: 20px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-family: 'apercu_pro', sans-serif;
    padding: 0 10px;
}


.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-bottom: 0;
}

.card-hotel-char li {
    display: block;
    position: relative;
    font-size: 13px;
    background: rgba(238, 238, 238, 0.78);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: uppercase;
}

.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 15px 0;
    display: inline-block;
    vertical-align: top;
}

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

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

.card-hotel-chars b {
    text-transform: uppercase;
}

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

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

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

.card-hotel-features li {
    height: 225px;
    border: 5px solid #f1ebd3;
    background: #ffffff center 25px/98px no-repeat;
    display: inline-block;
    width: 225px;
    vertical-align: top;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 180px;
}

.card-hotel-features__icon {
    width: 150px;
    height: 150px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    top: 15px;
    line-height: 150px;
    font-style: normal;
    color: #ffffff;
    background: #eeeeee center/cover no-repeat;
    left: 34px;
}

.card-hotel-features__link {
    font-size: 10px;
    text-transform: uppercase;
    color: #318cc6;
    display: block;
    font-weight: normal;
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--rf {
    background-image: url(/i/russian-friendly-icon.jpg);
    background-size: contain;
    background-color: #ffffff;
    border-radius: 0;
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--adult {
    background-image: url(/i/age-limit.svg);
    background-size: contain;
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--ai {
    background-size: 80%;
    background-image: url("/images/all-inclusive.png");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--spa {
    background-image: url("/images/spa-sones.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--childfree {
    background-image: url("/images/baby-rest.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--child {
    background-image: url("/images/summer-children-sea.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--transit {
    background-image: url("/images/hotel-transit.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--pp {
    background-image: url("/images/breakfast-hotel.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--business {
    background-image: url("/images/conf-zal.jpg");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--romantic {
    background-image: url("/images/spa-concept.png");
}

.card-hotel-features .card-hotel-features__icon.card-hotel-features__icon--pet {
    background-image: url("/images/animals.jpg");
}

.card-hotel-placements .card-hotel-placement {
    background: #f0f0f0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #475669;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    min-width: 100px;
    border-radius: 10px;
}

.card-hotel-placements .card-hotel-placement b {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 25px;
}

.card-hotel-placements .card-hotel-placement span {
    font-size: 11px;
}

.card-hotel-user {
    color: #475669;
    font-size: 16px;
    display: block;
}

.card-hotel-user .bth__ava-60 {
    display: inline-block;
    vertical-align: top;
}

.card-hotel-user button {
    position: relative;
    z-index: 2;
}

.card-hotel-user__info div {
    margin: 5px 0 39px 0;
}

.card-hotel-user__info b {
    font-size: 18px;
    display: block;
}

.dropdown-item__inner .card-hotel-user:not(:last-of-type) {
    margin-bottom: 20px;
}

.card-hotel-user__info {
    display: inline-block;
    width: calc(100% - 125px);
    padding-left: 15px;
    vertical-align: top;
}

.card-hotel-description-txt p + p strong {
    margin-top: 20px;
}

.card-hotel-description-txt p strong {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
}

.card-hotel-description-txt p {
    margin-bottom: 10px;
}

.card-hotel-description-txt.active {
    max-height: none;
}

.card-hotel-description-txt {
    max-height: 300px;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #475669 !important;
}

.card-hotel-rooms-tbl tr {
    display: flex;
    align-items: center;
}

.card-hotel-rooms-tbl tbody tr {
    background: #eeeeee;
    margin-bottom: 10px;
    border-radius: 2px;
}

.card-hotel-rooms-tbl thead,
.card-hotel-rooms-tbl tbody,
.card-hotel-rooms-tbl {
    display: block;
}

.card-hotel-rooms-tbl tr th {
    text-align: left;
    color: #999999;
    padding: 0 10px 7px 10px;
    font-size: 13px;
    font-weight: normal;
}

.card-hotel-rooms-tbl tr th:last-of-type,
.card-hotel-rooms-tbl tr td:last-of-type {
    margin-left: auto;
}


.card-hotel-rooms-tbl__100 {
    width: 100px;
}

.card-hotel-rooms-tbl__130 {
    width: 110px;
    margin-right: 30px;
}

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

.card-hotel-rooms-tbl__btn:hover {
    background: #215f86;
    color: #ffffff;
}

.card-hotel-rooms-tbl__btn span {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 13px;
}

.card-hotel-rooms-tbl__btn {
    width: 140px;
    color: #215f86;
    border: 1px solid #215f86;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    text-align: left;
    line-height: 28px;
    background: #ffffff;
    font-family: 'apercu_pro', sans-serif;
    padding-left: 15px;
    display: block;
}

.card-hotel-rooms-tbl .bth__bold-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.card-hotel-rooms-tbl__40 {
    width: 35px;
}

.card-hotel-rooms-tbl__400 {
    width: 400px;
}

.card-hotel-rooms-tbl__300 {
    width: 300px;
}

.card-hotel-rooms-tbl__200 {
    width: 200px;
}

.card-hotel-rooms-tbl__500 {
    width: calc(100% - 550px);
}

.card-hotel-rooms-tbl__150 {
    width: 150px;
}

.card-hotel-rooms-tbl tbody tr td {
    padding: 7px 10px;
    text-transform: uppercase;
}

.card-hotel-rooms-tbl__only-mobile {
    display: none;
}

.card-hotel-my-rate__mark {
    margin-right: 20px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.card-hotel-my-rate__crown b {
    font-size: 27px;
    line-height: 27px;
    margin-right: 10px;
}

.card-hotel-my-rate__crown.red {
    border-color: #e03a3a;
    background-image: url("https://tophotels.ru/csstx/i/crown-red.svg");
}

.card-hotel-my-rate__crown.orange {
    border-color: #dfa918;
    background-image: url("https://tophotels.ru/csstx/i/crown-yellow.svg");
}

.card-hotel-my-rate__crown.green {
    border-color: #00a551;
    background-image: url("https://tophotels.ru/csstx/i/crown-green.svg");
}

.card-hotel-my-rate__crown.grey {
    border-color: #cccccc;
    background-image: url("https://tophotels.ru/csstx/i/crown-grey.svg");
}

.card-hotel-my-rate__crown {
    height: 60px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 13px;
    border: 1px solid;
    padding: 15px 10px 15px 50px;
    background: 15px/22px no-repeat;
}

.card-hotel-rating-user {
    margin-bottom: 10px;
}

.dropdown-item__inner .card-hotel-rating-user:last-child {
    margin-bottom: 0;
}

.card-hotel-rating-user__top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

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

.card-hotel-rating-user .card-hotel-link-fill {
    margin-right: 0;
    padding-bottom: 7px;
    display: block;
}

.card-hotel-rating-user__right {
    margin-left: auto;
}

.card-hotel-rating-user {
    padding: 10px 10px 2px 10px;
    background: #eeeeee;
    border-radius: 2px;
}

.card-hotel-rating-user .card-hotel-link-fill li:not(.bold) {
    text-transform: lowercase;
}

.card-hotel-files li a span {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}

.card-hotel-files li a b {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.card-hotel-files li .card-hotel-file__download {
    position: absolute;
    right: 13px;
    font-weight: bold;
    color: #318cc6;
    font-size: 11px;
    top: 11px;
}

.card-hotel-files li .card-hotel-file__download::after {
    content: '\f56d';
    font-size: 15px;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
}


.card-hotel-files li a:hover .card-hotel-file__download, .card-hotel-files li a:hover {
    color: #215f86;
}

.card-hotel-files li a {
    display: block;
    background: #eeeeee;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 5px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px 10px 45px;
}

.card-hotel-files li a::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 7px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
}

.card-hotel-files {
    counter-reset: myCounter;
}

.card-hotel-avia .bth__bold-link {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*оценки сервисов*/
.service-evaluation {
    background: #eeeeee;
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}

.service-evaluation__bubble {
    background: #ffffff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.service-evaluation__col .service-evaluation__bubble {
    width: 60px;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
}

.service-evaluation__tbl tr td:nth-child(2) i:hover {
    color: #ff8e41;
}

.service-evaluation__tbl tr td:nth-child(2):hover i:hover + .hint {
    display: block;
    top: 40px;
    right: 25px;
    max-width: 400px;
}

.service-evaluation__tbl tr td:nth-child(2) i {
    font-size: 20px;
    color: #999999;
    cursor: pointer;
}

.service-evaluation__tbl tr td:nth-child(2) {
    opacity: 0;
    width: 135px;
    position: relative;
    text-align: center;
}

.service-evaluation__tbl tr:hover td:nth-child(2) {
    opacity: 1;
}

.service-evaluation__col {
    width: 55%;
    font-size: 14px;
}

.service-evaluation__tbl {
    font-size: 14px;
    width: 100%;
}

.service-evaluation__tbl tr td {
    border-bottom: 5px solid #eeeeee;
}

.service-evaluation .bth__btn {
    margin-top: 20px;
    display: block;
}

.service-evaluation .bth__ttl-h3 {
    margin-bottom: 20px;
    display: block;
}

.service-evaluation__tbl tr td:last-child span {
    background: #ffffff;
    text-align: center;
    display: block;
    line-height: 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

.service-evaluation__tbl tr td:last-child {
    width: 110px;
    text-align: right;
}

.service-evaluation__tbl .service-evaluation__bubble {
    width: 40px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.service-evaluation__tbl .service-evaluation__bubble + span {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
}

/*оценки сервисов*/
.recommend-ul li.fz14 {
    text-transform: uppercase;
    margin-right: 20px;
}

.recommend-ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 10px;
}

.recommend-ul li:not(:last-child) {
    margin-right: 10px;
}

.recommend-ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.russian-hospitality-awards b {
    color: #b47612;
    font-size: 17px;
    margin-right: 30px;
}

.russian-hospitality-awards {
    background: url(/images/tophotels/logo-russian-hospitaly-awards.png) 14px center/30px no-repeat;
    border: 1px solid #ecbd59;
    border-radius: 3px;
    display: block;
    color: #475669;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 5px 15px 65px;
    text-transform: uppercase;
}

@media screen and (min-width: 1279px) {
    .card-hotel-features li:hover .hint {
        display: block;
        bottom: -34px;
        top: auto;
        left: 23px;
        right: auto;
    }

}

@media screen and (max-width: 1130px) {
    .card-hotel-cols__right {
        display: none;
    }

    .russian-hospitality-awards b {
        display: block;
        margin-right: 0;
    }

    .card-hotel-actions .card-hotel-action {
        font-size: 10px;
        padding-right: 5px;
    }

    .card-hotel-action b {
        font-size: 14px;
        margin-right: 2px;
    }

    .recommend-tbl .lsfw-fill-tbl__400 {
        width: auto;
    }

    .recommend-tbl .lsfw-fill-tbl__cut200 {
        max-width: 165px;
    }

    .lsfw-fill-tbl__flex > div:last-child b {
        display: none;
    }

    .card-hotel-rooms-tbl__130 {
        margin-right: 0;
        width: 90px;
    }

    .card-hotel-rooms-tbl__100 {
        width: 75px;
    }

    .card-hotel-rooms-tbl__400 {
        width: 225px;
    }

    .card-hotel-rooms-tbl__btn {
        width: 125px;
        font-size: 14px;
        padding-left: 10px;
    }

    .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-wrap-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-field.tour-selection-field--25p:nth-child(1),
    .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-field.tour-selection-field--25p:nth-child(2) {
        width: 50% !important;
        margin-bottom: 10px !important;

    }

    .card-hotel-rating {
        padding: 8px;
    }

    .card-hotel-posters, .card-hotel-places, .card-hotel-medals {
        white-space: nowrap;
        overflow-x: auto;
    }

    .card-hotel-rating-rec-block {
        display: block;
    }

    .card-hotel-rating-appraisals {
        margin-top: 15px;
    }

    .card-hotel-form__travel-agent {
        width: 311px;
    }

    .card-hotel-form__left {
        width: calc(100% - 355px);
    }

    .card-hotel-form.card-hotel-form--tours .tour-selection-field.tour-selection-field--btn,
    .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-field.tour-selection-field--25p {
        width: 33.3% !important;
    }

    .dropdown-item__description-tbl tr td:first-of-type {
        width: 210px;
    }

    .dropdown-item__sections {
        padding-right: 20px;
    }

    .dropdown-item__inner .card-hotel-loyalty {
        margin-right: 5px;
    }

    .card-hotel-loyalty b {
        font-size: 11px;
    }

    .card-hotel-link {
        font-size: 13px;
    }

    .card-hotel-cols__left {
        width: 100%
    }

    .card-hotel-chars-scroll-mobile, .card-hotel-loyalty-wrap, .card-hotel-placements, .card-hotel-features, .card-hotel-rating-statistic {
        white-space: nowrap;
        overflow-x: auto;
    }

    .card-hotel-service__img {
        width: 200px;
        height: 230px;
    }

    .card-hotel-service__img + .card-hotel-service__right {
        width: calc(100% - 205px);
        white-space: nowrap;
        overflow: auto;
    }


    .card-hotel-avia tr th:first-of-type, .card-hotel-avia tr td:first-of-type {
        display: none
    }

    .card-hotel-avia .bth__bold-link {
        max-width: 200px;
    }

    .card-hotel-cols__photo {
        width: 100%;
    }

    .card-hotel-news .card-hotel-news__left + .card-hotel-news__right {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .card-hotel-news {
        flex-wrap: wrap;
    }

    .card-hotel-rooms-tbl__500 + .card-hotel-rooms-tbl__200 {
        width: 160px;
    }

    .card-hotel-rooms-tbl__500 + .card-hotel-rooms-tbl__200 + .card-hotel-rooms-tbl__150 {
        width: 100px;
    }

    .card-hotel-rooms-tbl__500 {
        width: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .card-hotel-rooms-tbl__40 {
        display: none;
    }

    .card-hotel-anchors .card-hotel-anchor {
        font-size: 13px;
    }

    .card-hotel-anchor::before {
        font-size: 17px;
        margin-right: 10px;
    }

    .card-hotel-rooms-tbl__400 {
        width: 265px;
    }

    .card-hotel-rooms-tbl__100 {
        width: 55px;
    }

    .card-hotel-rooms-tbl__300 {
        width: 200px;
    }

    .card-hotel-rooms-tbl tr th {
        font-size: 11px;
    }

    .card-hotel-rooms-tbl tbody tr td {
        padding: 7px;
    }

    .card-hotel-rooms-tbl tr th {
        padding: 0 7px 7px 7px;
    }

    .card-hotel-news .card-hotel-news__left + .card-hotel-news__right {
        width: calc(100% - 285px);
        padding: 0 0 0 20px;
    }

    .card-hotel-news .card-hotel-news__left {
        width: 280px;
        height: 170px;
    }

    .card-hotel-wrap .paginator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card-hotel-wrap .paginator__button:not(.w-auto) {
        width: calc(50% - 10px) !important;
    }

    .dropdown-item__inner .card-hotel-loyalty {
        margin-right: 2px;
    }

    .card-hotel-cols__photo-links {
        opacity: 1;
    }

    .card-hotel-cols__photo-links ul {
        margin-right: 35px;
    }

    .card-hotel-text {
        line-height: 24px;
        font-size: 15px;
    }

    .dropdown-item__description-tbl-ttl {
        font-size: 15px;
    }

    .dropdown-item__description-tbl-stars {
        font-size: 14px;
    }


    .card-hotel-poster__fill {
        padding: 10px 20px;
    }

    .card-hotel-poster__fill .bth__ava-120 {
        width: 80px;
        height: 80px;
    }

    .dropdown-item__description-tbl tr td.dropdown-item__description-tbl-name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .card-hotel-avia tr td:nth-child(5), .card-hotel-avia tr td:nth-child(6) {
        width: 100%;
    }

    .card-hotel-rooms-tbl thead {
        display: none;
    }

    .russian-hospitality-awards b {
        font-size: 14px;
    }

    .russian-hospitality-awards {
        padding-left: 55px;
        background-position-x: 10px;
    }

    .russian-hospitality-awards span {
        font-size: 9px;
    }

    .service-evaluation {
        display: block;
        position: relative;
        padding-bottom: 50px;
    }

    .service-evaluation .bth__ttl-h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .service-evaluation__col {
        width: 100%;
        padding: 0 0 10px 70px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        min-height: 60px;
        font-size: 12px;
    }

    .service-evaluation__tbl tr td {
        width: 100%;
        font-size: 13px;
    }

    .service-evaluation__tbl tr td:last-child {
        display: none;
    }

    .service-evaluation__tbl .service-evaluation__bubble {
        margin-right: 5px;
        width: 35px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .service-evaluation__tbl .service-evaluation__bubble + span {
        width: calc(100% - 50px);
    }

    .service-evaluation .bth__btn {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px) !important;
        left: 10px;
    }

    .service-evaluation__col .fz13.mb20 {
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .service-evaluation__col .service-evaluation__bubble {
        position: absolute;
        left: 10px;
        top: 10px;
        margin: 0;
    }

    .recommend-tbl tr td:nth-child(1) {
        order: 1;
        margin-left: auto;
    }

    .recommend-tbl tr td {
        order: 2;
    }

    .card-hotel-cols__photo .card-hotel-cols__photo-empty {
        font-size: 13px;
    }

    .recommend-tbl tr td:nth-child(2) {
        order: 0;
        width: calc(100% - 70px);
        padding-right: 0;
    }

    .recommend-tbl, .recommend-tbl tbody {
        display: block;
    }

    .recommend-tbl tr td:last-child {
        width: 100%;
    }

    .recommend-tbl .lsfw-fill-tbl__cut200 {
        max-width: calc(100% - 35px);
    }

    .recommend-tbl tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .lsfw-fill-tbl .lsfw-fill-tbl__btn-price b {
        margin-right: 5px;
    }

    .card-hotel-rooms-tbl__btn {
        line-height: 40px;
        width: 70%;
        font-size: 15px;
    }

    .card-hotel-rooms-tbl tbody tr td.card-hotel-rooms-tbl__400 .bth__bold-link, .card-hotel-rooms-tbl tbody tr td.card-hotel-rooms-tbl__300:first-of-type .bth__bold-link {
        font-size: 15px !important;
    }

    .card-hotel-rooms-tbl tbody tr td.card-hotel-rooms-tbl__300:first-of-type, .card-hotel-rooms-tbl tbody tr td:last-of-type, .card-hotel-rooms-tbl tbody tr td.card-hotel-rooms-tbl__400 {
        width: 100%;
    }

    .card-hotel-rooms-tbl__only-mobile {
        display: inline;
    }

    .card-hotel-rooms-tbl tbody tr {
        border-radius: 5px;

    }

    .card-hotel-rooms-tbl tbody tr td {
        width: auto;
    }

    .card-hotel-rooms-tbl tr {
        flex-wrap: wrap;
    }

    .card-hotel-infra__info {
        width: 100%;
        padding: 15px 0 0 0;
        margin: 0;
    }

    .card-hotel-rooms-tbl .bth__bold-link {
        white-space: normal;
    }

    .card-hotel-user .bth__ava-120 {
        width: 80px;
        height: 80px;
    }

    .card-hotel-user__info {
        padding-left: 10px;
        width: calc(100% - 85px);
    }

    .card-hotel-user__info div {
        margin-bottom: 10px;
    }

    .card-hotel-user .bth__btn.bth__btn--28 {
        width: 140px !important;
    }

    .card-hotel-user, .card-hotel-user__info b {
        font-size: 14px;
    }

    .card-hotel-service__img + .card-hotel-service__right {
        width: 100%;
        padding: 0;
        max-height: 300px;
        margin: 10px 0 0 0;
        white-space: normal;
    }

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

    .card-hotel-service__img {
        width: 100%;
        height: 170px;
    }

    .card-hotel-actions, .card-hotel-anchors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-hotel-news .card-hotel-news__left + .card-hotel-news__right {
        padding: 0;
        width: auto;
    }

    .card-hotel-news .card-hotel-news__left {
        display: none;
    }

    .card-hotel-form .topline-hotel__input:hover .hint {
        top: 5px;
        left: 66px;
    }

    .card-hotel-form .topline-hotel__btn-acts {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .card-hotel-actions .card-hotel-action:not(:last-child), .card-hotel-anchors li:not(:last-child) {
        margin-bottom: 10px;
    }

    .card-hotel-actions .card-hotel-action, .card-hotel-anchors .card-hotel-anchor {
        width: 100%;
    }

    .bg-grey.pl20.pr20 .tour-selection-wrap .tour-selection-wrap-in.mt20 .bth__btn + span {
        margin-top: 10px;
        display: block;
    }

    .bg-grey.pl20.pr20 {
        padding: 15px !important;
    }

    .card-hotel-form .card-hotel-form__left {
        width: 100%;
        order: 1;
    }

    .card-hotel-form__travel-agent .bth__grey-link.fz13 {
        font-size: 14px !important;
        font-weight: bold;
    }

    .card-hotel-form__travel-agent .bth__ava-120 {
        width: 90px;
        height: 90px;
    }

    .card-hotel-form__travel-agent .bth__bold-link.mb5 {
        margin-bottom: 0 !important;
    }

    .card-hotel-form__travel-agent {
        width: 100%;
    }

    .card-hotel-form__travel-agent-info + .fz13 {
        font-size: 11px !important;
    }

    .card-hotel-form__travel-agent-info .fz14 {
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }

    .card-hotel-form__travel-agent-info {
        width: calc(100% - 100px);
    }

    .card-hotel-form .card-hotel-form__right {
        order: 0;
        padding: 0 0 10px 0;
    }

    .card-hotel-form {
        display: flex;
        flex-direction: column;
    }

    .card-hotel-actions .card-hotel-action::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
        top: 7px;
        background-size: 20px;
        line-height: 32px;
    }

    .card-hotel-action b {
        font-size: 15px;
        margin-right: 5px;
    }

    .card-hotel-action::after {
        right: 10px;
        left: auto;
        top: 10px;
    }

    .collection-infoblock {
        height: 150px;
    }

    .anticovid span {
        display: block;
        margin: 10px 0 0 0;
        font-size: 10px;
    }

    .dropdown-item__description-tbl tr:not(:last-of-type) {
        border-bottom: 1px solid #eeeeee;
    }

    .dropdown-item__description-tbl td {
        border: none !important;
    }

    .dropdown-item__description-tbl tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dropdown-item__description-tbl.dropdown-item__description-tbl--contacts tr td:first-of-type {
        width: 75px;
    }

    .dropdown-item__description-tbl.dropdown-item__description-tbl--social tr td:first-of-type {
        width: 110px;
    }

    .dropdown-item__description-tbl.dropdown-item__description-tbl--social tr,
    .dropdown-item__description-tbl.dropdown-item__description-tbl--contacts tr {
        flex-direction: initial;
        flex-wrap: wrap;
    }

    .dropdown-item__description-tbl tr td:first-of-type {
        width: auto;
        padding-bottom: 0;
        color: #999999;
        font-size: 13px;
    }

    .dropdown-item__description-tbl-ttl {
        font-size: 14px;
    }

    .dropdown-item .dropdown-item__ttl {
        font-size: 15px;
        padding: 12px 25px 12px 38px;
        line-height: 22px;
    }

    .dropdown-item__sections {
        width: 100%;
        padding: 0;
    }

    .card-hotel-cols__photo-links {
        display: block;
        padding: 10px;
        height: 100%;
        overflow-y: auto;
        text-align: center;
    }

    .card-hotel-cols__photo-links ul {
        margin: 0;
        display: block;
    }

    .card-hotel-cols__photo-links a {
        padding: 7px 0;
    }

    .dropdown-item__ttl::before {
        left: 10px;
        top: 11px !important;
        width: 20px;
        font-size: 16px !important;
    }

    .card-hotel-actions .card-hotel-action {
        padding: 15px 20px 15px 60px;
    }

    .card-hotel-form {
        padding: 10px;
    }

    .dropdown-item__inner {
        margin: 0 10px;
    }

    .card-hotel-group .card-hotel-group__btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        line-height: 47px;
        width: 100%;
        text-align: center;
    }

    .card-hotel-group .card-hotel-group__users-num {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin: 10px 0;
    }

    .card-hotel-group > * {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .card-hotel-wrap .paginator {
        display: block;
    }

    .page .card-hotel-wrap .paginator__button {
        width: 100% !important;
    }

    .card-hotel-group__users .bth__ava-60 {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }

    .card-hotel-group__users {
        overflow-x: auto;
        white-space: nowrap;
    }

    .card-hotel-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-hotel-loyalty b {
        font-size: 13px;
    }

    .card-hotel-loyalty-wrap .card-hotel-loyalty:not(:last-child) {
        width: calc(50% - 5px);
        min-width: auto;
        margin: 0 0 10px 0;
    }

    .card-hotel-loyalty-wrap .card-hotel-loyalty:last-child {
        width: 100%;
    }

    .card-hotel-loyalty.card-hotel-loyalty--heart {
        background-size: 40px;
        background-position-y: 15px;
    }

    .card-hotel-loyalty-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        white-space: normal;
        justify-content: space-between;
    }

    .card-hotel-interview .bth__radioBubble-item {
        display: block;
    }

    .dropdown-item__ttl::after {
        right: 10px;
        font-size: 13px;
    }

    .card-hotel-interview {
        padding: 10px;
    }

    .card-hotel-wrap .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-wrap-flex {
        display: block;
    }

    .card-hotel-rating-percent {
        margin-right: 15px;
    }

    .card-hotel-rating-percent + b {
        font-size: 10px !important;
    }

    html body .page .card-hotel-form.card-hotel-form--tours .tour-selection-wrap .tour-selection-wrap-in .tour-selection-field {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .card-hotel-rating-bottom .mr30 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .card-hotel-rating-percent::before {
        font-size: 19px;
    }

    .card-hotel-rating-statistic b {
        font-size: 20px;
        line-height: 20px;
    }

    .card-hotel-rating-percent {
        font-size: 22px;
        padding-left: 30px;
    }

    .card-hotel-rating-appraisals {
        font-size: 12px;
    }

    .card-hotel-rating-bottom a {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .card-hotel-rating-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-hotel-interview::after {
        display: none;
    }

    .card-hotel-features {
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-hotel-features li {
        width: calc(50% - 8px);
        height: auto;
        margin: 0 5px 10px 0;
        padding: 90px 10px 20px 10px;
    }

    .card-hotel-features__icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 8px;
        left: calc(50% - 30px);
    }

    .anticovid {
        padding: 15px 5px 15px 15px;
        background-position: 94% 6px;
    }

    .card-hotel-anchors .card-hotel-anchor {
        border-radius: 3px;
        font-size: 14px;
        padding: 0 10px;
        line-height: 44px;
    }

    .card-hotel-anchor.fa-bed:before {
        font-size: 20px;
    }

    .card-hotel-anchor::before {
        margin: 0;
        width: 35px;
    }

    .card-hotel-my-rate__crown {
        display: block;
        margin-bottom: 10px;
    }

    .card-hotel-rating-user__top .bth__bold-link {
        width: calc(100% - 80px);
        overflow: hidden;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .card-hotel-rating-user__inline {
        margin-right: 5px;
    }

    .card-hotel-rating-user__top .bth__bold-link + .card-hotel-rating-user__inline {
        display: none;
    }

    .card-hotel-rating-user__right {
        font-size: 12px;
    }

    .card-hotel-ratings-recontruction {
        font-size: 14px;
    }

}

@media screen and (max-width: 520px) {
    .card-hotel-files li .card-hotel-file__download, .card-hotel-files li a::before {
        display: none;
    }

    .card-hotel-form .bth__btn.bth__btn--fill + span {
        display: block;
        margin-top: 10px;
    }

    .card-hotel-files li a span {
        font-size: 9px;
    }

    .card-hotel-files li a b {
        margin-right: 20px;
        font-size: 12px;
        width: auto;
    }

    .card-hotel-files li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        white-space: nowrap;
        padding: 10px;
    }

}

@media screen and (max-width: 400px) {
    .card-hotel-avia tr td:nth-child(2) {
        width: 100%;
    }

    .card-hotel-avia .bth__bold-link {
        max-width: 245px;
    }
}