
.hotelChains-modal .hotelChains-modal__news-tbl {
    margin: 0;
}

.hotelChains-modal .hotelChains-modal__news-tbl .bth__grey-link,
.hotelChains-modal .hotelChains-modal__news-tbl .bth__bold-link {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.hotelChains-modal__news-tbl .hint-parent:hover .hint {
    left: 0;
    right: auto;
}

.hotelChains-modal .hotelChains-list__countr {
    width: 600px;
    vertical-align: bottom;

}

.hotelChains {
    margin-top: 120px;
}

.hotelChains__ttl,
.hotelChains__ttl h2 {
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}

.hotelChains-list {

    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    margin-top: 40px;
}

.hotelChains__md {
    font-family: 'apercu_pro', sans-serif;
    font-size: 18px;
}

.hotelChains-list__countr > * {
    display: inline-block;
    margin-right: 10px;
}

.hotelChains-list__countr {
    font-family: 'apercu_pro', sans-serif;
    color: #999;
    display: inline-block;
    margin-left: 35px;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotelChains-list__countr.active {
    overflow: auto;
    white-space: normal;
    vertical-align: bottom;
}

.hotelChains-list__item > div {
    display: inline-block;
}

.hotelChains-list .hotelChains-list__item:not(:last-of-type) {
    margin-bottom: 25px;

}

.hotelChains-list__item {
    border: 2px solid #f1ebd3;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    width: auto;

}

.hotelChains-list__right {
    width: calc(100% - 150px);
}

.hotelChains-list__border {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: space-between;
    border-bottom: 1px solid #f1ebd3;
    padding-bottom: 10px;
}

.hotelChains-list .relative:hover .hint {
    display: block;
    width: 150px;
    font-size: 14px;
}

.hotelChains-list__logo img {
    object-fit: contain;
}

.hotelChains-list__logo {
    width: 120px;
    height: 60px;
}

.hotelChains__item {
    margin-top: 40px;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}

.hotelChains-list__left {
    width: 150px;
}

.hotelChains-list__logo.hotelChains-list__logo--empty {
    border: 2px solid #eee;
    color: #475669;
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 21px;
    margin-top: 4px;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
}

.hotelChains-pp__hotel-tbl {
    width: 100%;
}

.hotelChains-pp__hotel-tbl tr {

    border-bottom: 1px solid #f1ebd3;
}

.hotelChains-pp__hotel-tbl tr:last-of-type {
    border: none;
}

.hotelChains-pp__hotel-tbl td:last-of-type {
    text-align: right;
}

.hotelChains-pp__hotel-tbl td a {
    text-transform: uppercase;
}

.hotelChains-pp__hotel-tbl .hotelChains-pp__num {
    width: 35px;
}

.hotelChains-pp__hotel-tbl td {
    color: #475669;
    vertical-align: top;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    padding: 10px 7px;

}

.hotelChains-modal .content-cnt {
    font-size: 15px;
    padding: 0 15px;
    line-height: 28px;
}

.hotelChains-modal img {
    border-radius: 2px;
}

.hotelChains-modal article.filter-new > * {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.hotelChains-modal .agreement-pp__role-site {
    max-height: none;
    height: 435px;
    margin-top: 20px;
}

.hotelChains-modal .agreement-pp__line {
    z-index: 10;
}

.hotelChains-modal article.filter-new {
    background: #E0E0E0;
    margin-top: 5px;
    padding-left: 0;
}

.hotelChains-modal .panel {
    border-top: 1px solid white;
}

.hotelChains-modal .tabs-bar {
    margin-bottom: 0;

    background: #E0E0E0 !important;
    border: none;

}

.hotelChains-modal__top {
    border-color: white;
    position: relative;
    padding: 10px 30px;
    background: white;
    font-size: 24px;;
    text-transform: uppercase;
}

.hotelChains-pp__hotel-tbl-geography td:nth-child(2) {
    width: 200px;
}

@media screen and (max-width: 1065px) {
    .hotelChains-modal .hotelChains-list__countr {
        width: 465px;
    }
}

@media screen and (max-width: 1024px) {

    .hotelChains {
        margin-left: 0;
    }

    .hotelChains-modal .agreement-pp__tab {
        padding: 10px 0px;
    }

    .hotelChains-modal__top {
        padding: 10px;
    }

}

@media screen and (max-width: 972px) {
    .hotelChains-modal .hotelChains-list__countr {
        width: 680px;
    }
}

@media screen and (max-width: 828px) {

    .hotelChains-list__border {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .hotelChains-list__item {
        width: auto;
    }

    .hotelChains-list__countr {
        margin-left: 0;
    }

    .hotelChains-list__item .hotelChains-list__countr {
        width: auto;
        display: inline-block;
        vertical-align: bottom;

    }

    .hotelChains__ttl {
        display: inline-block;
        vertical-align: bottom;

        margin-right: 10px;
    }

    .hotelChains-list__border > div:last-of-type img {
        display: none;
    }

    .hotelChains-pp__hotel-tbl td {
        display: block;
        text-align: left;
    }

    .hotelChains-pp__hotel-tbl-geography td:nth-child(2) {

        padding-top: 0;
    }

    .hotelChains-pp__hotel-tbl-geography td:first-of-type {
        text-transform: uppercase;padding-bottom: 0;
    }

    .hotelChains-pp__hotel-tbl-geography td:last-of-type {
        display: none !important;
    }

    .hotelChains-pp__hotel-tbl td:last-of-type {
        text-align: left;
    }

    .hotelChains-pp__hotel-tbl tr td:nth-child(4) {
        float: right;
        padding-top: 0;
    }

    .hotelChains-pp__hotel-tbl tr td:nth-child(4),
    .hotelChains-pp__hotel-tbl tr td:nth-child(3) {
        display: inline-block;
    }

    .hotelChains-pp__hotel-tbl tr td:nth-child(3) {
        padding: 0 7px;font-size: 13px;
    }

    .hotelChains-pp__hotel-tbl .hotelChains-pp__num {
        display: none;
    }

    .hotelChains-list__countr + a {
        display: block;
        position: static;
    }

}

@media screen and (max-width: 768px) {

    .hotelChains-modal__top {
        font-size: 16px;
        padding-right: 30px;
    }

    .hotelChains-modal .agreement-pp__close {

        right: 9px !important;
    }

    .hotelChains-modal .agreement-pp__tab {

        font-size: 13px;
        text-transform: uppercase;
    }

    .hotelChains-modal .agreement-pp__tab:not(:last-of-type) {
        margin-right: 5px;
    }

    .hotelChains-list__item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .hotelChains-list__right {
        width: 100%;
    }

    .hotelChains-list__item .hotelChains-list__left {
        display: none;
    }

    .hotelChains-list__item .hotelChains-list__countr > * {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .hotelChains-modal .hotelChains-list__item .hotelChains-list__countr {
        width: 600px;
    }

    .hotelChains-list__border .hotelChains-list__countr {
        white-space: normal;
    }

}

@media screen and (max-width: 700px) {

    .hotelChains-modal .hotelChains-modal__news-tbl .bth__grey-link,
    .hotelChains-modal .hotelChains-modal__news-tbl .bth__bold-link {
        width: auto;
        white-space: normal;
    }

    .hotelChains-modal .hotelChains-modal__news-tbl tr td {
        padding-left: 0;
        padding-right: 0;
    }

    .hotelChains-modal .hotelChains-modal__news-tbl .lsfw-flag {
        margin-top: 3px;
    }

    .hotelChains-modal .hotelChains-modal__news-tbl tr td:nth-child(2) {
        padding: 0;
    }

    .hotelChains-modal .hotelChains-modal__news-tbl .bth__bold-link {
        font-size: 13px;
        margin-top: 7px;

    }

    .hotelChains-modal .hotelChains-list__countr {
        width: 571px;
    }

}

@media screen and (max-width: 425px) {

    .hotelChains-modal .hotelChains-modal__news-tbl tr td:first-of-type .hint {
        display: inline-block !important;
        width: auto;
        position: static;
        box-shadow: none;
        padding: 0;
        font-size: 13px;
    }

    .hotelChains-modal .hotelChains-list__countr {
        width: 258px;
        margin: 0;
        display: block;
    }

    .hotelChains-modal .agreement-pp__tab {
        font-size: 11px;
    }
}
