.item .review-name {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 32px 0;
}

.video-reviews {
    background: url('./assets/iphone5_backdrop.webp') no-repeat;
    background-size: 260px 497px;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    margin: 0 auto;
	min-height: 482px;
}

.video-reviews video {
    padding: 55px 22px 10px 27px;
}
.video-reviews .video-reviews-text{
	padding: 70px 31px 37px 29px;
    overflow: hidden;
    max-height: 410px;
    margin-bottom: 50px;
    text-align: center;
}
.video-reviews .video-reviews-text img{

}
.video-reviews .video-reviews-text p{
    margin-top: 8px;
    padding: 0 6px;
}

.left-blur, .right-blur {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 200px;
    top: 0;
}

.left-blur {
    background: linear-gradient(90deg, rgb(255 255 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.right-blur {
	background: linear-gradient(270deg, rgb(255 255 255) 10%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.reviews-section .owl-carousel .center {
    opacity: 1;
}

.reviews-section__container{
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    position: relative;
}
.stars_cnt{
    margin-bottom: 20px;
    width:100%;
}
.star{
    height: 18px;
    width: 18px;
    margin-right: 8px;
    display: inline-block;
}
.star .star_icon{
    fill: #E1E1E1;
}
.star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
    margin-top: 20px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.review-text{
    color: #757575;
    margin-bottom: 16px;
    font-size: 1.2857em;
}
.review_more{
    font-size: 1.1428em;
    font-weight: 600;
}
.review_more,
.review_more:hover,
.review_more:focus{
    color: var(--prv_color);
}
.review_rating_value {
    display: none !important;
}
/*owl style*/
.owl-reviews .owl_btn-right a,
.owl-reviews .owl_btn-right a:focus,
.owl-reviews .owl_btn-left a,
.owl-reviews .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-reviews .owl-prev{
    left: -48px;
}
.owl-reviews .owl-next{
    right: -48px;
}
.owl-reviews .owl-next,
.owl-reviews .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-reviews .owl-dots{
    position: relative;
    margin-bottom: -31px;
}
@media(min-width: 768px){
    .owl-reviews .owl-dots{
        margin-bottom: -11px;
    }
}
.owl-reviews .owl-next a .carousel-arrow,
.owl-reviews .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-reviews .owl-next:not(.disabled):hover .carousel-arrow,
.owl-reviews .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
    font-size: 1rem;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 20px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__files-item-link,
    .reviews-file__title,
    .reviews-section .review_more{
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .stars_cnt{
        padding-top:18px;
    }
    .reviews-section__person{
        padding-left: 32px;
    }
}

@media(max-width: 559px) {
    .left-blur, .right-blur {
        display: none;
    }
}