.reviews__video-block{box-shadow:-6px 6px 0px rgba(252, 138, 21, 0.2); border-radius:10px; overflow:hidden; height:250px}
.reviews__video-block img{width:100%; height:250px; object-fit:cover}
.reviews__video-block .play-btn::after{background-color: #00669B; box-shadow: 0px 4px 10px rgba(0, 102, 155, 0.6); border-radius: 6px; background-size:12px auto}
.reviews__video-block .play-btn:hover::after{background-color: #FC8A15; box-shadow: 0px 4px 10px rgb(0 102 155 / 60%);}
.title-block-videorew .buttons__btn{width:270px; font-size:14px}
.wrapper__reviews .main-module__title{padding-bottom:0}
.reviews__video-block:hover span{opacity:1}
.reviews__video-block span{transition:all 0.3s linear 0s; position: absolute;bottom: 0;z-index: 1;left: 15px;bottom: 10px;color: #fff;opacity: 0.7;font-size: 14px}
@media(max-width:1229px){
	.reviews__video-block{height:200px}	
	.reviews__video-block img{height:200px}	
}
@media(max-width:991px){
	.reviews__video-block{height:220px}	
	.reviews__video-block img{height:220px}	
}
@media(max-width:767px){
	.reviews__video-block{height:170px}	
	.reviews__video-block img{height:170px}	
	.title-block-videorew .buttons__btn{width:100%; font-size:13px}
} 
@media(max-width:575px){
	.reviews__video-block{height:64vw}	
	.reviews__video-block img{height:64vw}	
	.title-block-videorew .buttons__btn{width:250px; font-size:14px}
}