.anonsPublication {
    border: 1px solid #eee;
    font-family: 'apercu_pro', sans-serif;
    border-radius: 2px;
    width: 80%;
    margin-top: 20px;
}

.anonsPublications {
    margin-top: 20px;

}

.anonsPublications__right .bth__btn {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
}

.anonsPublications__right {
    background: #faf6e5;
    padding: 15px;
    width: 30%;
    margin-left: 20px;
    border-radius: 2px;
    height: 228px;
}

.anonsPublications__right .bth__ta-block {
    width: 100%;
    border-color: #f1ebd3;
    height: 160px;
}

.anonsPublications__right .bth__ta:focus::-webkit-input-placeholder {
    opacity: 0;
}

.anonsPublications__right .bth__ta:focus::-moz-placeholder {
    opacity: 0;
}

.anonsPublications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.anonsPublication .anonsPublication__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;

}

.anonsPublication .anonsPublication__img {
    width: 150px;
    height: 90px;
}

.anonsPublication .anonsPublication__img img {
    border-radius: 2px;
}

.anonsPublication .anonsPublication__right {
    margin-left: 15px;
}

.anonsPublication a {
    font-size: 16px;
    text-transform: uppercase;
}

.anonsPublication .anonsPublication__date {
    color: #bebebe;
    font-size: 15px;
    margin-top: 10px;
}

.anonsPublication h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.anonsPublication__green {
    font-size: 15px;
    margin-top: 10px;
}

.anonsPublication .anonsPublication__item:last-of-type {
    margin-bottom: 0;
    border: 0;

}

.filter-big--add-anons .bth__ta-block {
    width: 100%;
    height: 60px;
}

.filter-big--add-anons .bth__ta-block.active {
    height: 120px;
}

.filter-big--add-anons .bth__cell:first-of-type {
    width: auto;
    padding: 0;
}

.anonsVotes {
    margin-top: 20px;
    width: 80%;
}

.anonsVote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.anonsVotes .anonsVote__item {

    padding: 15px 10px;
}

.anonsVotes .anonsVote__item:first-of-type {
    padding-right: 0;
}

.anonsVotes .anonsVote__item:last-of-type {
    margin-left: auto;
    width: 95px;
    text-align: right;
}

.anonsVote.anonsVote--green {
    background-color: rgba(0, 165, 81, 0.10);
    border-color: rgba(0, 165, 81, 0.10);
}

.anonsVote.anonsVote--orange {
    background-color: rgb(250, 246, 229);
    border-color: rgb(250, 246, 229);
}

.anonsVote .anonsVote__name {
    font-size: 17px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}

.anonsVote .anonsVote__votes {
    color: #868686;
    font-size: 14px;
}

.anonsVote button {
    display: inline-block;
}

.collectionsSection {

}

.collectionsSection .collectionsSection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.collectionsSection .collectionsSection__img {
    width: 190px;
    height: 120px;
    margin-right: 15px;
}

.collectionsSection .collectionsSection__img img {
    border-radius: 2px;
}

.collectionsSection .collectionsSection__item-big {
    text-transform: uppercase;
    font-size: 18px;
}

.collectionsSection .collectionsSection__item-sm {
    margin-top: 5px;
}

.nominations-bubbles {
    font-size: 15px;
    margin-top: 10px;
}

.nominations-bubbles .nominations-bubble {
    padding: 5px 10px;
    background-color: white;
    height: 63px;
    min-width: 100px;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    font-size: 13px;
    padding-top: 10px;
    border-radius: 2px;

    display: inline-block;
}

.nominations-bubbles .nominations-bubble.nominations-bubble--green {
    background-color: rgba(0, 165, 81, 0.10);

}

.nominations-bubbles .nominations-bubble.nominations-bubble--orange {
    background-color: rgb(250, 246, 229);

}

.nominations-bubbles .nominations-bubble.nominations-bubble--red {
    background-color: rgba(200, 56, 49, 0.17);

}

.nominations-bubbles .nominations-bubble b {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #475669;
    margin-bottom: 5px;
}

.collectionsSection.collectionsSection--collection .collectionsSection__img {
    width: 190px;
    height: 120px;
    border-radius: 2px;

}

.collectionsSection.collectionsSection--collection .collectionsSection__item > div:last-of-type {
    margin-right: 20px;
    width: calc(100% - 205px);
}

.collectionsSection.collectionsSection--collection .collectionsSection__item {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 2px;
    position: relative;
}

.collectionsSection.collectionsSection--collection .collectionsSection__text {
    margin-top: 5px;
}

.collectionsSection.collectionsSection--collection .collectionsSection__item-big {
    margin-right: 10px;
}

.collectionsSection.collectionsSection--collection .collectionsSection__text .collectionsSection__arr {
    position: absolute;
    right: 14px;
    top: 9px;
    font-size: 25px;
    color: #ff8e41;
    cursor: pointer;
}

.collectionsSection__arr i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.collectionsSection__arr.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nomination-bubbles .section-cross {
    float: right;
    margin-top: 12px;
}

.ratingsList .ratingsItem {
    font-size: 14px;
    color: #475669;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    font-family: 'apercu_pro', sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
}

.ratingsList .ratingsItem__txt {
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /* width: calc(100% - 215px); */
}

.ratingsList .ratingsItem__body {
    position: relative;
}

.ratingsList .ratingsItem__body:last-of-type {
    display: flex;
    flex:1 0;
    flex-direction: column;
}

.ratingsItem__flag {

}

.ratingsList .ratingsItem__img img {
    border-radius: 2px;
}

.ratingsList .ratingsItem__img {
    width: 195px;
    margin-right: 15px;
    height: 147px;
}

.ratingsList .ratingsItem__img--long {
    width: 195px;
    height: 285px;
}

.ratingsList .ratingsItem__img--top {

}

.ratingsList .ratingsItem__ttl {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-family: 'apercu_pro', sans-serif;
    margin-bottom: 20px;
	width: calc(100% - 135px);
}

.ratingsList .ratingsItem__txt {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 20px;
}

.ratingsList .ratingsItem__grey {

}

.ratingsList .ratingsItem__bottom {
    font-size: 14px;
    color: #999;
    margin-top: auto;

}

.ratingsList .ratingsItem__bottom > div {
    display: inline-block;
    vertical-align: top;
}


.ratingsListShortItem {
    font-size: 14px;
    color: #475669;
    display: flex;
    align-items: stretch;
    margin-top: 5px;
    font-family: 'apercu_pro', sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
}

.ratingsListShortItem__Date {
    text-align:left;
    flex-basis: 180px;
}
.ratingsListShortItem__Title {
    text-align:left;
    flex-basis: 800px;
}
.ratingsListShortItem__Category {
    text-align:left;
    flex-basis:180px;
}
.ratingsListShortItem__Hits {
    text-align:right;
    flex-basis:120px;
}




.nominations-bubble .nominations-bubble__sun {
    background-image: url(/i/sun.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 21px;
}

.nominations-bubbles .nominations-bubble b.nominations-bubble__baby {
    background-image: url(/i/baby-grey.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    background-size: cover;
    height: 30px;
    margin-bottom: 0;
}

.nominations-bubbles .nominations-bubble b.nominations-bubble__heart {
    background-image: url(/i/tophotels/like-red.svg);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    background-size: cover;
    height: 30px;
    margin-bottom: 0;
}

.ratingsList .nominations-bubbles .nominations-bubble {
    margin-bottom: 10px;
}

.ratingsItem__label {
    display: inline-block;
    width: 48px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
}

.ratingsItem__eye {
    background-image: url(/i/tophotels/eye-grey.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    display: inline-block;
}

.ratingsItem .ratingsItem__img-show-mobile {
    display: none !important;
}

.ratingsItem .ratingsItem__img-hide-mobile {
    display: block !important;
}

.ratingsItem__label .hint {
    text-align: center;
}


.top-100-bubbles .section__bubble-big {
    margin-top: 7px;
    color: #475669;
}

.top-100-bubbles .section__bubble {
    min-width: 90px;
}

.ratingsItem.ratingsItem--sm .ratingsItem__txt,
.ratingsItem.ratingsItem--sm .ratingsItem__ttl {
    margin-bottom: 10px;
}

.bth__tbl-nomination-top .tbl__head {
    color: #999;
}

.bth__tbl-nomination-top .bth__cell img {
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
}

.bth__tbl-nomination-top a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
}

.bth__tbl-nomination-top .tbl__body {
    display: table-row-group;
}

.bth__tbl-nomination-top .tbl__body .bth__row:last-of-type .bth__cell {
    border-bottom: none;
    padding-bottom: 0;

}

.bth__tbl-nomination-top .tbl__body .bth__cell {
    font-size: 18px;
    position: relative;
}

.bth__tbl-nomination-top .bth__cell:first-of-type {
    width: 45px;
    padding-right: 5px;
}

.bth__tbl-nomination-top .bth__cell:last-of-type {
    text-align: right;
}

.bth__tbl-nomination-top .bth__cell {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    font-size: 13px;
    vertical-align: top;
}

.bth__tbl-nomination-top {
    margin-top: 20px;
    padding:10px;
    margin-bottom: 20px;
    border: 1.5px solid #ccc;
    border-radius: 2px;
}

.bth__tbl-nomination-top__inline {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
}

.bth__tbl-nomination-top__crown {
    width: 22px;
    height: 17px;
    background-position: 0px -26px;
    display: inline-block;
    background-image: url(/i/sprite-rate-crown-20-new.png);
    background-repeat: no-repeat;
}

.bth__tbl-nomination-top .tbl__head .bth__cell .link-orange:hover + .hint {
    display: block;
    left: 196px;
    width: 170px;
    top: 21px;
}

.bth__tbl-nomination-top .tbl__head .bth__cell .hint div span {
    float: right;
}

.bth__tbl-nomination-top .tbl__head .bth__cell .hint div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;;
}

.bth__tbl-nomination-top .tbl__head .bth__cell .hint div:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bth__tbl-nomination-top .tbl__head .bth__cell {
    padding: 10px;
    position: relative;
    padding-top: 0;
}

.tbl-nomination-descr {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 160px);
}

.bth__tbl-nomination-top a + span.fz13 {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bth__tbl-nomination-show-800 {
    display: none;
}

.bth__tbl-nomination-top a {
    max-width: 400px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ratings-wrap-80p .ratings-wrap-80p__prev-txt {
    line-height: 22px;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    word-break: break-word;
}

.ratings-wrap-80p {
    width: 80%;
}

.rating-tbl-top-ten .fa-trophy {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.rating-tbl-top-ten tr td:first-of-type {
    width: 65px;
    padding-top: 14px
}

.rating-tbl-top-ten tr:first-of-type td:first-of-type .rating-tbl-top-ten__trophy-ttl,
.rating-tbl-top-ten tr:nth-child(2) td:first-of-type .rating-tbl-top-ten__trophy-ttl,
.rating-tbl-top-ten tr:nth-child(3) td:first-of-type .rating-tbl-top-ten__trophy-ttl {

    width: 26px;
}

.rating-tbl-top-ten {
    margin-bottom: 0;
}

.rating-tbl-top-ten .rating-tbl-top-ten__trophy-ttl {
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.rating-tbl-top-ten__crown {
    width: 15px;
    height: 14px;
    background-position: 0px -16px;
    display: inline-block;
    background-image: url(/i/sprite-rate-crown-20-new.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.rating-tbl-top-ten__hotel {
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.rating-tbl-top-ten__countr {
    font-size: 13px;
    width: 300px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/**/

.ratings-inner {
    margin-bottom: 30px;
}

.ratings-inner .bth__ttl-h2 {
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
}

.ratings-inner-flex__img-count {
    background-image: url(/images/tophotels/photo.svg);
    background-repeat: no-repeat;
    bottom: 10px;
    background-position: center;
    color: #0074c5;
    font-size: 12px;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    height: 50px;
    background-size: contain;
    line-height: 21px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 50px;
    display: block;
    cursor: pointer;
}

.ratings-inner-flex__img-count:hover {
    color: #fff;
    background-image: url(/i/photo-grey.svg);
}

.ratings-inner-flex__img-240 img {
    border-radius: 2px;
}

.ratings-inner-flex__img-240 {
    width: 240px;
    position: relative;
    height: 250px;
}

.ratings-inner__top {

}

.ratings-inner-flex .ratings-inner-flex__item:last-of-type {
    width: calc(100% - 250px);
}

.ratings-inner-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    border: 1.5px solid #ccc;
}

.ratings-inner-flex__btn {
    margin-top: 15px;
    width: 200px;
}

.ratings-inner-flex__item {
    margin: 15px;
}

.ratings-inner-flex__item .ratings-inner-flex__bubble b + span {
    margin-top: 2px;
    display: block;
}

.ratings-inner-flex__item .ratings-inner-flex__bubble b {
    margin-right: 2px;
    display: block;
}

.ratings-inner-flex__item .ratings-inner-flex__bubble {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.ratings-inner-flex__item .ratings-inner-flex__bubble:not(:last-of-type) {
    margin-bottom: 15px;
    margin-right: 15px;
}

.ratings-inner-flex__ratings {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.ratings-inner-flex__item .ratings-inner-flex__bubble--rating {
    background-color: rgba(0, 165, 81, 0.10);

}

.ratings-inner-flex__trophy {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 12px;
    background-color: #ffffffd4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;

}

.ratings-inner-flex__trophy i {

    font-size: 18px;
}

.ratings-inner-flex__trophy-num {
    font-size: 34px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.ratings-inner-flex__img-240:hover .ratings-inner-flex__trophy {
    background-color: inherit;
}

/**/

.rating3-block .rating3-block__img img {
    border-radius: 2px;
}

.rating3-block__hotel-link {
    font-weight: bold;

    text-transform: uppercase;
    margin-right: 5px;
    font-size: 20px;

    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.rating3-block__img {
    width: 190px;
    height: 120px;
}

.rating3-block__flex >  * {
    display: inline-block;vertical-align: top;
}


.rating3-block__flex > div:last-of-type {
    width: calc(100% - 250px);
}

.rating3-block__hotel-link:hover {
    color: #318cc6;
}

.rating3-block {
    border: 1px solid #bcbcbc;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;

}

.rating3-block__star i {
    display: inline-block;
    margin-right: 2px;
    font-size: 19px;
    color: #e7ba06;
}

.rating3-block__green-rate {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    padding-left: 26px;
    font-weight: bold;
    line-height: 27px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.rating3-block__green-rate::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 14px;
    bottom: 6px;
    left: 0;
    background-image: url(/i/sprite-rate-crown-20-new.png);
    background-repeat: no-repeat;
    background-position-y: -21px;
    background-size: 18px;
}

.rating3-block__green-rate.yellow::before {
    background-position-y: -42px;
}

.rating3-block__green-rate.red::before {
    background-position-y: -62px;
}

.rating3-block__txt {
    cursor: pointer;
}

.rating3-block__arr {
    position: absolute;
    top: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    font-size: 25px;
    color: #ff8e41;
    cursor: pointer;
}

.rating3-block__arr.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rating3-block-num {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.rating3-block__place {
    font-size: 15px;
    color: #999;
}

.rating-city-img-460 img {
    border-radius: 2px;
}

.rating-city-img-460 {
    max-width: 460px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}

.rating-city-img-460__txt {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

/**/
.other-ratings-block {

    margin-top: 20px;
}

.other-ratings-block__item .bth__link {
    font-size: 15px;
    text-transform: uppercase;
}

.other-ratings-block__item {

    margin-bottom: 10px;
}

.other-ratings-block__date {
    display: inline-block;
    width: 70px;
}

.rating2-block__mobile-block {
    display: inline-block;
    margin-top: 5px;
}

/**/
.rating-request-modal {
    max-width: 865px;
}

.rating-request-modal .tour-selection-wrap-flex > div {

}

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

    .collectionsSection.collectionsSection--collection .collectionsSection__arr:hover .hint {
        display: block;
        top: -3px;
        min-width: 155px;
    }

    .rating3-block__hotel-link {
        max-width: 70%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1024px) {
    .anonsPublication,
    .anonsVotes,
    .ratings-wrap-80p {
        width: 100%;
    }

    .bth__tbl-nomination-top a {
        max-width: 300px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nominations-bubbles .nominations-bubble b.nominations-bubble__sun {
        margin-bottom: 0;
        margin-right: 0;
    }

    .ratingsList {
        width: 100%;
    }

}

@media screen and (max-width: 850px) {
    .bth__tbl-nomination-show-800 {
        display: inline-block;
        font-size: 14px;
        text-transform: lowercase;
        color: #475669;
        font-weight: normal;
        margin-left: 10px;
        position: absolute;
        left: 64px;
    }
}

@media screen and (max-width: 766px) {
    .anonsVote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rating-tbl-top-ten .fa-trophy {
        display: none;
    }

    .rating-tbl-top-ten .rating-tbl-top-ten__trophy-ttl {
        font-size: 23px;
    }

    .ratingsRibbon .ratingRibbon__item:last-of-type {

        width: auto;
    }

    .rating3-block__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rating3-block__flex > div:last-of-type {
        width: auto;
    }

    .ratings-inner-flex .ratings-inner-flex__item:last-of-type {
        width: auto;
    }

    .rating3-block__img {
        margin-bottom: 10px;
    }

    .rating3-block__img {
        width: 100%;
        height: 170px;
    }

    .rating3-block__flex > a + div {
        position: relative;
    }

    .rating3-block__arr {
        top: -1px;
        right: 16px;
        font-size: 35px;
    }

    .rating3-block__hotel-link {
        max-width: 66%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: bottom;
    }

    .rating3-block__star i {
        font-size: 12px;
    }

    .tbl-nomination-descr {
        width: auto;
    }

    .other-ratings-block__date {
        display: block;
    }

    .rating-city-img-460__txt {

        font-size: 27px;
    }

    .ratings-inner-flex .ratings-inner-flex__item:last-of-type {
        margin-top: 5px;
    }

    .anonsVotes .anonsVote__item:last-of-type {
        width: auto;
        text-align: left;
        margin-left: inherit;
        position: absolute;
        right: 0;
    }

    .anonsVotes .anonsVote__item {
        padding: 7px;
    }

    .nomination-bubbles .section-cross {
        float: none;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .section--grey.nomination-bubbles .section__bubble {
        width: 72% !important;
    }

    .anonsPublication .anonsPublication__green,
    .anonsPublication .anonsPublication__date {
        margin-top: 5px;
    }

    .anonsPublication .anonsPublication__item:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .collectionsSection .collectionsSection__item {
        width: 100%;
    }

    .collectionsSection .collectionsSection__item-sm {
        display: none;
    }

    .nominations-bubbles .nominations-bubble {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 200px;
        height: auto;
        font-size: 14px;
    }

    .nominations-bubbles .nominations-bubble:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .nominations-bubbles .nominations-bubble b {
        display: inline-block;
        margin-right: 10px;
    }

    .collectionsSection.collectionsSection--collection .collectionsSection__text {
        position: relative;
    }

    .collectionsSection.collectionsSection--collection .collectionsSection__text .collectionsSection__arr {
        top: auto;
        bottom: -9px;
        font-size: 30px;
        right: -1px;
        background-color: white;
    }

    .collectionsSection.collectionsSection--collection .collectionsSection__img {
        width: 200px;
        height: 130px;
    }


    .ratingsList .ratingsItem {
        display: block;
    }

    .ratingsList .ratingsItem__txt {
        display: block;
        width:100%;
    }


    .ratingsList .ratingsItem__bottom {
        margin-top: 10px;
    }

    .ratingsItem .ratingsItem__img-show-mobile {
        display: block !important;
    }

    .ratingsItem .ratingsItem__img-hide-mobile {
        display: none !important;
    }

    .ratingsList .ratingsItem__img {
        width: 100%;
        height: 250px
    }

    .ratingsList .ratingsItem__ttl {
        margin-top: 20px;
        margin-bottom: 10px;
    	width: 100%;
    }


    .ratingsList-tbl-short td:nth-child(4) {
        padding-left: 88px;
    }

    .ratingsList-tbl-short td:nth-child(3) {
        padding-left: 100px;
    }

    .ratingsList-tbl-short td:nth-child(3)::before {
        content: 'Тип рейтинга:';
        top: 6px;
        left: 6px;
        position: absolute;
        font-size: 13px;
        color: #999;
    }

    .ratingsList-tbl-short td:nth-child(4)::before {
        content: 'Просмотры:';
        top: 6px;
        left: 6px;
        position: absolute;
        font-size: 13px;
        color: #999;
    }

    .ratings-inner-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ratings-inner-flex__img-240 {
        width: 100%;
        height: 150px;
    }

    .ratings-inner .bth__ttl-h2 a {
        display: inline-block;
        max-width: 350px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media screen and (max-width: 533px) {
    .ratings-inner .bth__ttl-h2 a {
        max-width: none;
        display: block;
        white-space: normal;
    }

    .ratings-inner .bth__ttl-h2 {
        margin-bottom: 5px;
        display: block;
    }

    .ratings-inner .bth__ttl-h2 + span {
        margin-bottom: 10px;
        display: block;
    }

    .ratingsList .nominations-bubbles .nominations-bubble {
        display: block;
        width: auto;
    }

    .collectionsSection.collectionsSection--collection .collectionsSection__item > div:last-of-type {
        width: auto;
    }

    .anonsPublication .anonsPublication__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .anonsPublication .anonsPublication__right {
        margin-left: 0;
        margin-top: 10px;
    }

    .anonsPublication .anonsPublication__img,
    .collectionsSection.collectionsSection--collection .collectionsSection__img {
        width: 100%;
        height: 115px;
    }

    .collectionsSection .collectionsSection__item-big {
        margin-top: 10px;
        display: block;
    }

    .collectionsSection .collectionsSection__img {
        width: 100%;
        height: 100px;
    }

    .collectionsSection .collectionsSection__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .collectionsSection .collectionsSection__item .nominations-bubbles .nominations-bubble:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .collectionsSection .collectionsSection__item-big {
        font-size: 16px;
    }

    .rating3-block__hotel-link {
        display: block;
        max-width: none;
        font-size: 17px;
        white-space: normal;
    }

    .rating3-block__arr {
        position: static;
        float: right;
        line-height: 17px;
    }

    .rating3-block__txt {
        display: inline-block;
    }

    .rating3-block__flex > a {
        margin-right: 0 !important;
    }

    .rating2-block__mobile-block {
        display: block;
    }
}
