.carousel.carousel-video {
	overflow: hidden;
    width: auto;
    margin: 80px 0 0;
    padding: 0 0 0 20px;
}

.carousel-video__item {

}

.carousel-video__item_type_popup {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
}

.carousel-video__link {
	display: block;
	margin-bottom: 30px;
	position: relative;
	transition: opacity ease .5s;
}

.carousel-video-popup .carousel-video__link {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.carousel-video__link_type_static::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1) url(i/media-review-play.svg) no-repeat center center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}

.carousel-video__link_type_static:hover {
	opacity: .8;
}


.carousel-video__img {
	display: block;
	object-fit: cover;
	border-radius: 24px;
}

.carousel-video__img_type_static {	
	width: 180px;
	height: 270px;	
}

.carousel-video__img_type_popup {
	width: 270px;
	height: 405px;
}

.carousel-video__author {
	display: flex;
	align-items: center;
}

.carousel-video__ava {
	display: block;
	width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 16px;
    flex-shrink: 0;
}

.carousel-video__text {

}

.carousel-video__name {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.06;
}

.carousel-video__name_type_static {
	color: #000;
}

.carousel-video__name_type_popup {
	color: #fff;
}

.carousel-video__subs {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.33;
	margin: 0;
}

.carousel-video__subs_type_static {
	color: rgba(0, 0, 0, 0.5);
}

.carousel-video__subs_type_popup {
	color: rgba(255, 255, 255, 0.7);
}

.carousel-video .carousel__scrollbar {
	margin-top: 80px;
	max-width: 100%;
	width: calc(100% - 20px);
}


.carousel.carousel-video-popup {
	background: rgba(102, 102, 102, 0.64);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.carousel-video-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.carousel.carousel-video-popup_visible {
	display: block;
}

@media screen and (min-width: 768px) {
	.carousel.carousel-video {
		padding-left: 80px;
	}

	.carousel-video .carousel__scrollbar {
		width: calc(100% - 80px);
	}

	.carousel-video__item_type_popup {
		width: 360px;
	}

	.carousel-video__img {
		width: 360px;
		height: 540px;
	}

	.carousel-video__ava {
		width: 64px;
	    height: 64px;
	}

	.carousel-video__name {
		font-size: 17px;
	}

	.carousel-video__subs {
		font-size: 15px;
	}

	.carousel.carousel-video .carousel__button-next {
		right: 160px;
		width: 80px;
		height: 80px;
		background-size: 50px;
		top: calc(50% - 128px);
	}	

	.carousel-video-popup .carousel__button-prev,
	.carousel-video-popup .carousel__button-next {
		width: 80px;
		height: 80px;
		background-size: 50px;
		top: calc(50% - 40px);
		display: block !important;
	}

	.carousel-video-popup .carousel__button-next {
		right: 80px;
		
	}

	.carousel-video-popup .carousel__button-prev {
		left: 80px;
	}
}

.carousel__button-next, .carousel__button-prev {
	display: none !important;
}