.hotel-reviews {
    margin-top: 48px;
}
.hotel-reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.hotel-reviews__total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 0;
    margin-bottom: 32px;
}

.hotel-reviews__total-score {
    border-radius: 6px;
    width: 56px;
    height: 56px;
    background-color: #FFB300;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.hotel-reviews__total-info {
    margin-left: 16px;
}

.hotel-reviews__total-title {
    font-weight: 700;
    line-height: 32px;
    font-size: 24px;
    color: #001A34;
    margin: 0 0 4px 0;
}

.hotel-reviews__total-reviews-count {
    color: #667685;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.hotel-reviews__total-score + .hotel-reviews__total-reviews-count {
    margin-left: 8px;
}

.hotel-reviews__sort {
    margin-bottom: 24px;
}

.hotel-reviews__sort .selectric-wrapper {
    width: 100% !important;
}

.hotel-reviews__sort .selectric {
    border-radius: 4px;
    border: 1px solid #DADEE2;
    background-color: #FFFFFF;
}

.hotel-reviews__sort .selectric-open .selectric {
    border-radius: 4px 4px 0 0;
    border: 1px solid #3498DB
}

.hotel-reviews__sort .selectric-open .hotel-reviews__sort-select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.hotel-reviews__sort .selectric-disabled {
    opacity: 1;
    cursor: not-allowed;
}

.hotel-reviews__sort .selectric-items {
    margin-top: 0;
}

.hotel-reviews__sort .selectric-items .selectric-scroll {
    border-radius: 0 0 8px 8px;
}

.hotel-reviews__sort .selectric-items li {
    background-color: #ffffff;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #001A34;
    font-weight: 400;
    border: none;
}

.hotel-reviews__sort .selectric-items li:not(:first-child) {
    border-top: 1px solid #F1F1F1;
}

.hotel-reviews__sort .selectric-items li.highlighted {
    color: #3498DB;
}

.hotel-reviews__sort .selectric-items li:hover {
    background-color: #F2F5F9;
}

.hotel-reviews__sort .selectric-items::before,
.hotel-reviews__sort .selectric-items::after {
    display: none;
}

.hotel-reviews__sort .selectric-items {
    box-shadow: 0 0 7px 0 #0000001F;
}

.hotel-reviews__sort .selectric-disabled .selectric {
    background-color: #F3F3F3;
}

.hotel-reviews__sort .selectric-disabled .label,
.hotel-reviews__sort .selectric-disabled .hotel-reviews__sort-select-icon {
    color: #B5BDC4;
}

.hotel-reviews__sort .selectric > .label {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #001A34;
}

.hotel-reviews__sort-select {
    display: inline-block;
    width: 100%;
    height: 48px;
    border: 1px solid #DADEE2;
    border-radius: 4px;
    padding: 12px 16px;
    color: #001A34;
}

.hotel-reviews__filter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.hotel-reviews__filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 8px 0;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #001A34;
    gap: 4px;
    background-color: #F2F5F9;
    border-radius: 8px;
    cursor: pointer;
}

.hotel-reviews__filter-item-separator {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #001A34;
    margin: 2px;
}

.hotel-reviews__filter-item--active {
    background-color: #D0EDFF;
}

.hotel-reviews__item {
    padding: 24px;
    box-shadow: 0 0 7px 0 #0000001F;
    border-radius: 8px;
}

.hotel-reviews__item + .hotel-reviews__item {
    margin-top: 16px;
}

.hotel-reviews__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.hotel-reviews__item-client {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-reviews__item-client-avatar-image {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.hotel-reviews__item-client-avatar-default {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background-color: #016449;
    user-select: none;
}

.hotel-reviews__item-client-info {
    margin-left: 12px;
}

.hotel-reviews__item-client-name {
    margin: 0;
    color: #001A34;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.hotel-reviews__item-client-city {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #001A34;
}

.hotel-reviews__item-client-dates {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-700);
}

.hotel-reviews__item-score {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-reviews__item-score-info {
    text-align: right;
}

.hotel-reviews__item-score-number {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background-color: #FFB300;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-left: 12px;
}

.hotel-reviews__item-score-top {
    margin: 0;
    color: #001A34;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.hotel-reviews__item-score-date {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--gray-700);
}

.hotel-reviews__item-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
}

.hotel-reviews__item-body .hotel-reviews__item-text {
    margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001A34;
    overflow-wrap: break-word;
}

.hotel-reviews__item-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    gap: 4px;
    margin-bottom: 16px;
}

.hotel-reviews__item-images .splide__track{
    width: 100%;
}

.hotel-reviews__item-images .splide__slide{
    width: 80px!important;
    margin-right: 5px;
}

.hotel-reviews__item-images.splide{
    visibility: visible;
}

.hotel-reviews__item-images .fa-angle-left, .hotel-reviews__item-images .fa-angle-right {
    display: flex;
    align-items: center;
    font-size: 20px;
    position: absolute;
    z-index: 1000;
    top: calc(50% - (32px / 2));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 14px;
    color: #b3b3b3;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hotel-reviews__item-images .fa-angle-right {
    right: -16px;
}

.hotel-reviews__item-images .fa-angle-left {
    left: -16px;
}

.hotel-reviews__item-image {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    cursor: pointer;
}

.hotel-reviews__item-living {
    margin-bottom: 16px;
}

.hotel-reviews__item-dates {
    color: #001A34;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.hotel-reviews__item-room {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.hotel-reviews__item-room + .hotel-reviews__item-room {
    margin-top: 8px;
}

.hotel-reviews__item-room--bold {
    font-weight: 600;
}

.hotel-reviews__item-dates--bold {
    font-weight: 700;
}

.hotel-reviews__item-dates--regular {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.hotel-reviews__item-likes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotel-reviews__item-like {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hotel-reviews__item-like-icon {
    margin-right: 4px;
    color: #667685;
}

.hotel-reviews__item-like-text {
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #667685;
}

.hotel-reviews__item-like:hover .hotel-reviews__item-like-icon {
    color: #001A34;
}

.hotel-reviews__item-like:hover .hotel-reviews__item-like-text {
    color: #001A34;
}

.hotel-reviews__item-like.hotel-reviews__item-like--active .hotel-reviews__item-like-icon {
    color: #001A34;
}

.hotel-reviews__item-like.hotel-reviews__item-like--active .hotel-reviews__item-like-text {
    color: #001A34;
}

.hotel-reviews__item-response {
    background-color: #F2F5F9;
    border-radius: 4px;
    margin-top: 16px;
    padding: 16px;
}

.hotel-reviews__item-response-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.hotel-reviews__item-response-title {
    color: #001A34;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.hotel-reviews__item-response-dates {
    margin: 0;
    color: #667685;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.hotel-reviews__item-response-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001A34;
    margin: 0;
}

.hotel-reviews__show-more {
    width: 100%;
    border: 1px solid #3498DB;
    background: #ffffff;
    border-radius: 4px;
    display: block;
    align-items: center;
    padding: 10px 0;
    margin-top: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3498DB;
}

.hotel-reviews__show-more.hidden {
    display: none;
}

.hotel-reviews__show-more:hover {
    background-color: #F0F8FD;
}

.hotel-reviews__show-more:disabled {
    border: 1px solid #CDDDE9;
    background-color: #ffffff;
    color: #CDDDE9;
    cursor: not-allowed;
}

.hotel-reviews__item-fake-review {
    color: #667685;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}

.hotel-reviews__item-info-icon {
    color: #3498DB;
    font-size: 13px;
}

.hotel-reviews__sort-select-icon {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #001A34;
    font-size: 24px;
}
.hotel-reviews__images-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.hotel-reviews__images {
    margin-bottom: 24px;
}

.hotel-reviews__images-item {
    display: inline-block;
    width: 206px;
    height: 192px;
    border-radius: 8px;
}

.hotel-reviews__images-items .slider-button.splide__arrow--next{
    right: -22px;
}

.hotel-reviews__images-item-img {
    display: inline-block;
    width: 206px;
    height: 192px;
    border-radius: 8px;
    object-fit: cover;
}

.hotel-reviews__images-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: 8px;
}

.hotel-reviews__images-title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #001A34;
}

.hotel-reviews__summary {
    margin-bottom: 32px;
}

.hotel-reviews__summary-title {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #001A34;
}

.hotel-reviews__summary-items {
    display: flex;
    flex-wrap: wrap;
}

.hotel-reviews__summary-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-reviews__summary-item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.hotel-reviews__summary-item:nth-child(even) {
    padding-left: 8px;
}

.hotel-reviews__summary-item:nth-child(odd) {
    padding-right: 8px;
}

.hotel-reviews__summary-item-header {
    margin-bottom: 8px;
}

.hotel-reviews__summary-item-title,
.hotel-reviews__summary-item-score {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #001A34;
    margin: 0;
}

.hotel-reviews__summary-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.hotel-reviews__summary-bar-fill {
    height: 6px;
    width: 0;
    background-color: #55BB05;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.hotel-reviews__images .splide{
    overflow: visible;
}

.hotel-reviews__images .fa-angle-left, .hotel-reviews__images .fa-angle-right {
    display: flex;
    align-items: center;
    font-size: 25px;
    position: absolute;
    z-index: 1000;
    top: calc(50% - 25px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 20px;
    color: #b3b3b3;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hotel-reviews__images .fa-angle-right {
    right: -30px;
}

.hotel-reviews__images .fa-angle-left {
    left: -30px;
}

.hotel-reviews__leave-review {
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 #0000001F;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
}

.hotel-reviews__leave-review-header {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #F1F1F1;
}

.hotel-reviews__leave-review-body {
    margin-top: 16px;
}

.hotel-reviews__leave-review-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #001A34;
}

.hotel-reviews__leave-review-faces {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 38px;
    margin-top: 16px;
}

.hotel-reviews__leave-review-face-item {
    user-select: none;
    color: #667685;
    width: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}

.hotel-reviews__leave-review-face-item--active[data-rating-value="1"],
.hotel-reviews__leave-review-face-item--active[data-rating-value="2"] {
    color: #FF4141;
}

.hotel-reviews__leave-review-face-item--active[data-rating-value="3"],
.hotel-reviews__leave-review-face-item--active[data-rating-value="4"],
.hotel-reviews__leave-review-face-item--active[data-rating-value="5"] {
    color: #55BB05;
}

.hotel-reviews__leave-review-face-icon {
    width: 40px;
    height: 40px;
}

.hotel-reviews__leave-review-face-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 8px 0 0;
}

.hotel-reviews__leave-review-form {
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-reviews__leave-review-form.hidden {
    display: none;
}

.hotel-reviews__leave-review-form-title {
    font-weight: 400;
    color: #001A34;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

.hotel-reviews__leave-review-form-links {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.hotel-reviews__leave-review-form-link {
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    padding: 8px 24px;
    display: inline-block;
    width: 88px;
    color: #3498DB;
    background-color: #F2F5F9;
    border: none;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.hotel-reviews__leave-review-thanks-wrapper {
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid #F1F1F1;
}

.hotel-reviews__leave-review-thanks {
    background-color: #55BB0533;
    border-radius: 8px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.city-reviews-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
}

.hotel-reviews.city-reviews-container {
    margin: 32px 0;
}

.buttons-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.city-reviews-container .city-reviews-header h2.hotel-reviews__recreation-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--gray-950);
    margin: 0;
}

.hotel-reviews__item-score-info_summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hotel-reviews__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-700);
}

.hotel-reviews__item-score-number_summary {
    margin-left: 8px;
}

.place a {
    color: var(--blue-600);
}

.reviews-container {
    margin: 32px 0;
}

#add-review {
    cursor: pointer;
}

.splide .slider-button:disabled {
    display: none;
}

.hotel-reviews__items .splide .slider-button.splide__arrow--prev {
    left: -20px;
}
