.ready-player-1, .ready-player-2, .ready-player-3, .ready-player-4 {
	margin: 24px 0;
}

.section-header-left .head-icon-video {
	left: 0;
	margin-top: -26px;
}

#video-otzyvy .section-title {
	margin-left: 95px;
	text-align: left;
}

@media (max-width: 991px) {
	.section-header-left .head-icon-video {
		margin-top: -12px;
	}

	#video-otzyvy .section-title {
		margin-left: 55px;
	}
}

.video-review {
	max-width: 100%;
}

.video-container {
	position: relative;
	height: 0;
	height: 100%;
}
	
.video-container iframe, .video-container	object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-reviews__item {
    margin-bottom: 20px;
	min-height: 315px;

}
.video-reviews__item:last-child {
    margin-bottom: 0;
}

/* .nav.nav-tabs.reviews-tabs.row {
	display: none;
} */

/* #tekstovye-otzyvy {
  display: contents;
} */