.review-title {
    margin-top: 31px;
    font-family: Uni Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    color: #23003B;
}

.review-cost {
    margin-bottom: 13px;
    font-family: Uni Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 180%;
    color: #9C94A3;
}

.review-description {
    max-width: 890px;
    font-family: Uni Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 180%;
    color: #1E0336;
}

.review-people img {
    width: 296px;
    height: 408px;
}

.reviews-header__wrap {
    display: flex;
    justify-content: space-between;
}

.reviews-header__yandex {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.reviews-header__yandex-title {
    margin-bottom: 12px;
    font-family: Uni Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #1E0336;
}

.reviews-header__yandex-img {
    width: 150px;
    height: 50px;
    margin: 0;
}

iframe {
    width: 696px;
    height: 408px;
}

.review-wrap {
    margin-top: 34px;
    display: flex;
    justify-content: left;
    max-width: 100%;
}
.tns-outer {
    position: relative;
    width: 696px;
}

.review-people {
    margin-left: 32px;
    height: 100%;
}

.slider-wrap {
    position: relative;
}

.slider-item img {
    width: 696px;
    height: 408px;
}

.controls li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin: 10px;
}
.controls .prev {
    left: 0;
}

.controls .next {
    right: 0;
}

.thumbnails {
    position: absolute;
    box-sizing: border-box;
    padding: 5px 8px;
    top: 16px;
    right: 16px;
    width: 57px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.thumbnails .tns-nav-active {
    display: flex;
    justify-content: center;
    font-family: Uni Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.thumbnails li {
    display: none;
}

@media only screen and (max-width: 640px) {
    .tns-outer {
        width: 100%;
    }

    .review-wrap {
        flex-direction: column;
    }
    
    .review-people {
        margin: 0;
        margin-top: 36px;
        height: 452px;
    }

    .slider-item img {
        width: 100%;
        height: 408px;
        object-fit: cover;
    }

    iframe {
        width: 100%;
        height: 408px;
    }

    .review-description {
        max-width: 100%;
        font-size: 17px;
    }

    .review-cost {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .reviews-header__wrap {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    
    .reviews-header__yandex {
        margin-top: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .reviews-header__yandex-title {
        margin-right: 18px;
    }
    
    .reviews-header__yandex-img {
        width: 150px;
        height: 50px;
        margin: 0;
    }
}