.reviews-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-short__item .reviews-short__col:nth-child(1) {
    width: 75px;
}

.reviews-wrap__right-col {
    width: 210px;
}

.review__ava img {
    border-radius: 2px;
}

.review__ava {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin-right: 10px;
}

.review {
    position: relative;
    margin-bottom: 20px;
}

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

.review__user-stats > .review__user-stat:not(:last-of-type) {
    margin-right: 15px;
}


.review__user-stats {
    margin-top: 15px;
}

.review__user .fz13 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.review__user-stat.review__user-stat--pen::before {
    content: '\f304';
}

.review__user-stat.review__user-stat--glasses::before {
    content: '\f530';
    top: 6px;
}

.review__user-stat.review__user-stat--comments::before {
    content: '\f4ad';
    top: 6px;
}

.review__user-stat::before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 13px;
}

.review__user-stat {
    font-size: 13px;
    cursor: pointer;
    padding: 0 15px 0 35px;
    background-color: #f8f8f8;
    border-radius: 2px;
    position: relative;
    line-height: 25px;
    color: #475669;
    display: inline-block;
}

.review__user-name {
    color: #475669;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.review__user-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.review__head-col:last-of-type {
    margin-left: auto;
    font-size: 13px;
    color: #666666;
    text-transform: lowercase;
    text-align: right;
}

.review__date.review__hint:hover:after {
    left: auto;
    right: 0;
}

.review__head .review__rate-mark {
    display: none;
}

.review__date {
    margin-bottom: 5px;
}

.review__user-info {
    display: inline-block;
    vertical-align: middle;
}

.review__img img {
    border-radius: 2px;
}

.review__img.review__img--big {
    width: 420px;
    height: 230px;
    margin-right: 0;
}


.review__img {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 90px;
    height: 53px;
}

.review__img-count {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 53px;
    font-size: 13px;
    text-align: center;
    background-color: #ffffff;
    line-height: 53px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}

.review__content.review__content--green, .reviews-short__item.reviews-short__item--green {
    background-color: #e5f6ed;
}


.review__content.review__content--grey, .reviews-short__item.reviews-short__item--grey {
    background-color: #efefef;
}


.review__content.review__content--red, .reviews-short__item.reviews-short__item--red {
    background-color: #f9ebea;
}

.review__content.review__content--blue, .reviews-short__item.reviews-short__item--blue {
    background-color: #d4e4f2;
}


.review__content.review__content--yellow, .reviews-short__item.reviews-short__item--yellow {
    background-color: #faf6e5;
}

.review__content::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
    top: -9px;
}

.review__content.review__content--green::after {
    border-bottom-color: #e5f6ed;
}

.review__content.review__content--grey::after {
    border-bottom-color: #efefef;
}

.review__content.review__content--red::after {
    border-bottom-color: #f9ebea;
}

.review__content.review__content--blue::after {
    border-bottom-color: #d4e4f2;
}

.review__content.review__content--yellow::after {
    border-bottom-color: #faf6e5;
}


.review__content {
    position: relative;
    padding: 15px;
    margin-top: 15px;
    border-radius: 2px;
    background-color: #eeeeee;
}

.review__rec.review__rec--green::after {
    content: '\f164';
}

.review__rec.review__rec--neutral::after {
    content: '';
    width: 14px;
    background: url(https://css.tophotels.ru/i/yinyan.png) center/contain no-repeat;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.review__rec.review__rec--green {
    color: #00a551;
}

.review__rec {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.review__border {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.review__rec::after {
    font-weight: 100;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
}

.review__rec.review__rec--red::after {
    content: '\f165';
}

.review__rec.review__rec--red {
    color: #e03a3a;
}

.review__ttl {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
}

.reviews-short__txt.reviews-short__txt--wrap {
    white-space: normal;
    line-height: 19px;
}

.review__txt-wrap .review__txt:not(:last-of-type) {
    margin-bottom: 5px;
}

.review__photos-slider-mobile {
    display: inline-block;
    vertical-align: middle;
}

.review__txt-ttl {
    font-weight: 900;
    font-size: 17px;
    display: block;
    color: #475669;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.review__txt {
    font-size: 14px;
    line-height: 23px;
}

.review__top + .review__no_body {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.review__services {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.review__rate-mark {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin-right: 15px;
    line-height: 25px;
    width: 45px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 2px;
}

.review__rate-mark.review__rate-mark--orange {
    background-color: #dfa918;
}

.review__rate-mark.review__rate-mark--green {
    background-color: #00a551;
}

.review__rate-mark.review__rate-mark--red {
    background-color: #c83831;
}

.review__rate-mark.review__rate-mark--grey {
    background-color: #999999;
}


.review__reconstruction {
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 15px;
}


.review-old-name::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #faf6e5;
    top: -9px;
    left: 10px;
}

.review-old-name > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.review-old-name::before {
    content: "\f071";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    position: absolute;
    left: 15px;
    top: 10px;
}

.review-old-name {
    border-radius: 2px;
    position: relative;
    padding: 10px 15px 10px 45px;
    margin-top: 10px;
    background: #faf6e5;
}

.review__rates .review__rate:not(:last-of-type) {
    margin-right: 15px;
}

.review__stats {
    margin-left: auto;
}

.review__rate b {
    margin-right: 5px;
}

.review__rate {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 2px;
    line-height: 25px;
}

.review__services.open .review__service-item-ttl {
    font-weight: 900;
}

.review__services.open .review__service-inner {
    display: block;
}

.review__services.open .review__service-ttl::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 18px;
}

.review__service-ttl:hover::after {
    color: #318cc6;
}

.review__service-ttl:hover {
    color: #215f86;
}

.review__service-ttl::after {
    content: '\f078';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
}

.review__ava-abs-block {
    position: absolute;
    left: -10px;
    top: -10px;
}

.review__ava-icon::before {
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.22);
    background-color: #00a551;
    width: 30px;
    display: block;
    height: 30px;
    content: "\f005";
    border-radius: 100%;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    font-style: normal;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
}

.review__service-ttl {
    position: relative;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    z-index: 2;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.review__more {
    font-size: 13px;
    text-transform: uppercase;
}

.review__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    z-index: 5;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review__service-inner {
    display: none;
    margin-bottom: 15px;
}

.review__service-inner .mr5 {
    font-weight: 900;
}

.review__service-item {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: 13px;
}


.review__stat.review__stat--comments::before {
    content: '\f086';
}

.review__stat.review__stat--eye::before {
    content: '\f06e';
}

.review__stat.review__stat--useful::before {
    content: '\f164';
}

.review__confirm.review__confirm--green {
    background-image: url(https://css.tophotels.ru/i/dont-disturb-green.svg);
}

.review__confirm.review__confirm--red {
    background-image: url(https://css.tophotels.ru/i/dont-disturb-red.svg);
}

.review__confirm.review__hint::after {
    left: auto;
    right: 0;
    bottom: -30px;
}

.review__confirm {
    width: 35px;
    height: 35px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 12px;
    vertical-align: middle;
    font-style: normal;
    margin-left: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    border-radius: 100%;
}

.review__stat {
    margin-left: 25px;
    font-style: normal;
    color: #475669;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.review__stat::before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}


.review__hint:hover {
    z-index: 2;
    position: relative;
}

.review__hint:hover:after {
    display: block;
}

.review__hint.review__stat:hover:after {
    right: 0;
    left: auto;
}

.review__hint::after {
    content: attr(data-hint);
    font-size: 14px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: auto;
    z-index: 100;
    color: #475669;
    white-space: nowrap;
    display: none;
    font-family: 'apercu_pro', sans-serif;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 5px;
    right: auto;
    left: 0;
}

.reviews__rev-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 3px;
    padding: 15px 10px;
}


.reviews__rev-box-ttl {
    font-size: 27px;
    font-weight: bold;
    line-height: 27px;
}

.reviews-wrap__right-col .bth__ttl-h3 {
    margin-bottom: 10px;
}

.reviews-wrap__right-marks {
    margin: 20px 0;
}

.reviews-wrap__right-marks .reviews-wrap__right-mark:not(:last-of-type) {
    margin-bottom: 5px;
}

.reviews-wrap__right-mark {
    text-transform: uppercase;
    font-size: 13px;
}

.reviews-wrap__right-mark b {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 35px;
    line-height: 13px;
}

.reviews__rev-box-crown::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.reviews__rev-box.reviews__rev-box--red {
    color: #e03a3a;
    border-color: #e03a3a;
}

.reviews__rev-box.reviews__rev-box--orange {
    color: #dfa918;
    border-color: #dfa918;
}

.reviews__rev-box.reviews__rev-box--green {
    color: #00a551;
    border-color: #00a551;
}

.reviews__rev-box.reviews__rev-box--green .reviews__rev-box-crown::after {
    background-image: url("https://css.tophotels.ru/i/crown-green.svg");
}

.reviews__rev-box.reviews__rev-box--red .reviews__rev-box-crown::after {
    background-image: url("https://css.tophotels.ru/i/crown-red.svg");
}

.reviews__rev-box.reviews__rev-box--orange .reviews__rev-box-crown::after {
    background-image: url("https://css.tophotels.ru/i/crown-yellow.svg");
}

.reviews__rev-box-crown {
    font-size: 27px;
    font-weight: bold;
    position: relative;
    line-height: 27px;
    padding-left: 30px;
    display: inline-block;
}

.review__portal-logo img {
    height: 10px;
}

.review__portal-logo.review__hint:hover:after {
    left: auto;
    bottom: -35px;
    right: 0;
}

.review__photos {
    margin-top: 15px;
}

.review__service-items {
    margin-top: 15px;
}

/*короткий вывод´*/
.reviews-short__txt {
    margin: 10px 0;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
}

.reviews-short__item {
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.reviews-short__abs-link, .reviews__abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.reviews-short__item .bth__bold-link {

    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.reviews-short__item:hover .bth__bold-link {
    color: #318cc6;
}

.reviews-short__item .reviews-short__col:nth-child(3) {
    width: calc(100% - 265px);
}

.reviews-short__item .reviews-short__col {
    padding: 7px;
    display: inline-block;
    vertical-align: top;
}

.reviews-short__ava img {
    border-radius: 2px;
}

.reviews-short__ava {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    display: block;
}

.reviews-short__paginator > * {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    margin-right: 40px;
}

.reviews-short__paginator a:hover {
    color: #215f86;
}

.reviews-short__paginator a {
    color: #318cc6;
}

.reviews-short__paginator {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    background: #eeeeee;
}

.reviews-short__rev.reviews-short__rev--neutral::before {
    content: "\f6ad";
}

.reviews-short__rev.reviews-short__rev--like::before {
    content: "\f164";
    color: #00a551 !important;
}

.reviews-short__rev.reviews-short__rev--dislike::before {
    content: "\f165";
    color: #e03a3a !important;
}

.reviews-short__rev::before {
    margin-bottom: 2px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    display: block;
}

.reviews-short__rev {
    background-color: #ffffff;
    padding: 11px 5px;
    border-radius: 5px;
    position: relative;
    width: 70px;
    font-weight: 900;
    height: 70px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin-top: 5px;
}

.reviews-short__info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.reviews-short__info {
    font-size: 13px;
    text-transform: uppercase;
}

/*короткий вывод´*/

@media screen and (max-width: 1300px) {
    .reviews-wrap__right-col {
        display: none;
    }

    .reviews-wrap {
        display: block;
    }

    .reviews-wrap__left-col {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .reviews-short__paginator {
        font-size: 14px;
    }
}

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

    .reviews-short__rev div.fz12 {
        display: inline-block;
        font-size: 7px !important;
    }

    .review__txt-ttl {
        font-size: 15px;
    }

    .review__rec::after {
        font-size: 15px;
    }

    .review__service-item {
        width: 100%;
    }


    .review__rates {
        white-space: nowrap;
        overflow-y: auto;
    }

    .review__rate-mark {
        margin: 0 5px 0 0;
        width: 27px;
        font-size: 10px;

    }

    .review__head .review__rate-mark {
        margin: 0;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
    }

    .review__rate {
        font-size: 10px;
        padding: 0 7px;
    }

    .review__rates .review__rate:not(:last-of-type) {
        margin-right: 5px;
    }

    .review__rate b {
        font-size: 13px;
    }

    .review__confirm {
        width: 25px;
        height: 25px;
        background-size: 8px;
        margin-left: 10px;
    }

    .review__stat::before {
        margin-right: 5px;
    }

    .review__bottom {
        flex-wrap: wrap;
    }

    .review__stat, .review__more {
        font-size: 11px;
    }

    .review__stat {
        margin-left: 10px;
    }

    .review__rec {
        font-size: 0;
    }

    .review__ttl {
        font-size: 10px;
    }

    .review__user-name {
        font-size: 13px;
        display: block;
        line-height: 13px;
        white-space: nowrap;
        margin-right: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: calc(100% - 30px);
    }

    .review__head {
        display: block;
    }

    .review__user-info {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 75px);
    }

    .review__user .fz13 {
        font-size: 10px !important;
    }

    .review__user-stats > .review__user-stat:not(:last-of-type) {
        margin-right: 5px;
    }

    .review__ava {
        vertical-align: top;
    }

    .review__date {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .review__portal-logo {
        margin-left: auto;
        margin-top: -1px;
    }

    .review__portal-logo img {
        max-width: 100px;
    }

    .review__head-col:last-of-type {
        text-align: left;
        font-size: 10px;
        color: #999999;
        display: flex;
        margin-top: 8px;
    }

    .review__user-stats {
        margin-top: 7px;
    }

    .review__user-stat {
        line-height: 20px;
        padding: 0 15px 0 30px;
        font-size: 10px;
    }

    .review__service-ttl {
        font-size: 14px;
    }

    .review__service-ttl::after {
        line-height: 23px;
    }

    .reviews-short__item .reviews-short__col:nth-child(1) div.fz13 {
        font-size: 11px !important;
        font-weight: normal;
    }

    .reviews-short__item .reviews-short__col:nth-child(1) div {
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
    }

    .reviews-short__item .reviews-short__col:nth-child(1) {
        width: 100%;
        order: 1;
        color: #666666;
        text-align: right;
        line-height: 21px;
        position: relative;
        padding: 10px 0 0 0;
        font-size: 13px;
        margin: 10px 0 0 0;
    }

    .reviews-short__item .reviews-short__col:nth-child(1)::before {
        content: '';
        position: absolute;
        left: -15px;
        background: rgba(255, 255, 255, 0.37);
        width: calc(100% + 30px);
        height: 42px;
        bottom: -10px;
    }

    .reviews-short__info::-webkit-scrollbar {
        height: 0;
    }

    .reviews-short__info {
        font-size: 11px;
        text-transform: uppercase;
        margin-left: -49px;
        margin-top: 5px;
        white-space: nowrap;
        overflow: auto;
    }

    .reviews-short__item .reviews-short__col:nth-child(3) {
        width: calc(100% - 55px);
        margin-left: 10px;
    }

    .reviews-short__item .reviews-short__col:nth-child(4) {
        position: absolute;
        bottom: 8px;
        left: 12px;
    }

    .reviews-short__rev {
        margin: 0;
        width: 60px;
        height: 25px;
        padding: 0;
        font-size: 14px;
        line-height: 25px;
    }

    .reviews-short__rev::before {
        font-size: 11px;
        display: inline-block;
        margin-right: 8px;
    }

    .reviews-short__ava {
        width: 40px;
        height: 40px;
    }

    .reviews-short__item {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .reviews-short__txt {
        font-size: 14px;
        margin: 0;
        width: auto;
        white-space: normal;
        line-height: 21px;
    }

    .reviews-short__item .bth__bold-link {
        margin-bottom: 3px;
        display: block;
    }

    .reviews-short__item .reviews-short__col {
        order: 0;
        padding: 0;
    }

    .review__portal-logo.review__hint:hover:after {
        bottom: -52px;
        right: -130px;
        width: 230px;
        white-space: normal;
    }

    .review__user-stats .review__user-stat:last-of-type:hover:after {
        left: auto;
        right: 0;
    }

    .review__date.review__hint:hover:after {
        left: 0;
        right: auto;
        width: 250px;
        white-space: normal;
    }

    .reviews-short__paginator > * {
        margin-right: 20px;
    }

}

@media screen and (max-width: 600px) {
    .review__photos .review__img:nth-child(4) {
        display: none;
    }

    .reviews-short__paginator i {
        font-size: 10px;
    }

    .reviews-short__paginator {
        padding: 5px 10px;
    }

    .reviews-short__paginator > * {
        display: block;
        margin: 5px 0;
        font-size: 13px;
    }
}

@media screen and (max-width: 470px) {
    .review__photos .review__img:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .review__img.review__img--big {
        width: 100%;
        height: 190px;
    }
}

@media screen and (max-width: 370px) {
    .review__photos .review__img:nth-child(2) {
        display: none;
    }
}