.review {
	padding: 30px 0 100px;
}

.review-video {
	position: relative;
	width: 65.814%;
	overflow: hidden;
}
.review-video:not(.active):before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 50%;
	background: linear-gradient(180deg, #256FB4 0%, rgba(37, 111, 180, 0) 100%);
	transform: rotate(180deg);
	z-index: 2;
}
.review-video img {
	transition: 0.3s;
}
.review-video:hover img {
	transform: scale(1.1);
}
.inline-svg-icon.play_big {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 86px;
	height: 86px;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 3;
	fill: #fff;
	stroke: #fff;
	transition: 0.3s;
}
.inline-svg-icon.play_big:hover {
	fill: #EA2127;
	stroke: #EA2127;
}
.review-info {
	width: 34.1%;
	position: relative;
	background: #EA2127;
	padding: 47px 25px 42px;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 140%;
	margin: 68px 0;
}

.review-info::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 12px solid #fff;
}

.review-info a {
	position: absolute;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	left: 25px;
	bottom: 42px;
	padding-right: 20px;
}

.review-info a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(img/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}

.review-video iframe {
	width: 100%;
	max-height: 510px;
}
@media (max-width: 992px){
	.review-video {
		position: relative;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.review-info {
		width: 100%;
		position: relative;
		background: #EA2127;
		padding: 15px 15px 30px;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		line-height: 140%;
		margin: 0;
	}
	.review-info a {
		position: relative;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
		left: auto;
		bottom: auto;
		padding-right: 20px;
		display: table;
		margin-top: 30px;
	}

	.review-info a:before {
		top: 0;
	}
	.review {
		padding: 0 0 55px;
	}
}
@media (max-width: 768px){
	.review-video {
		position: relative;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.review-info {
		width: 100%;
		position: relative;
		background: #EA2127;
		padding: 15px 15px 30px;
		color: #fff;
		font-weight: 700;
		font-size: 19px;
		line-height: 140%;
		margin: 0;
	}
	.review-info a {
		position: relative;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		left: auto;
		bottom: auto;
		padding-right: 20px;
		display: table;
		margin-top: 30px;
	}

	.review-info a:before {
		top: 0;
	}
	.review {
		padding: 0;
	}
}