.r-reviews .r-container {
	padding-block: 80px;
}
.r-reviews__list {
	padding-top: 38px;
	max-width: 672px;
	margin-inline: auto;
	margin-bottom: 64px;
}
.r-reviews__item {
	overflow: hidden;
	border-radius: 10px;
	background-color: #ebe6e7;
	position: relative;
	cursor: pointer;
}
.r-reviews__item:before {
	content: '';
	position: relative;
	z-index: 1;
	padding-top: 56.25%;
	display: block;
}
.r-reviews__item video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.r-reviews__item:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='text-white' aria-hidden='true'%3E%3Cpath d='M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z' stroke='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	background-color: #062035;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	pointer-events: none;
	position: absolute;
	transition: var(--animation);
}
.r-reviews__item-name {
	position: absolute;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.42;
	color: #fff;
	bottom: 16px;
	left: 16px;
	pointer-events: none;
	z-index: 3;
	transition: var(--animation);
}
.r-reviews__item.active video {
	object-fit: contain;
}
.r-reviews__item.active:after {
	opacity: 0;
}
.r-reviews__item.active .r-reviews__item-name {
	opacity: 0;
}
.r-reviews__ya {
	margin-inline: auto;
	max-width: 560px;
	position: relative;
}
.r-reviews__ya:before {
	content: '';
	position: relative;
	z-index: 1;
	display: block;
	padding-top: 142%;
}
.r-reviews__ya iframe {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1280px) {
	.r-reviews .r-container {
		padding-block: 70px;
	}
	.r-reviews__list {
		padding-top: 32px;
		margin-bottom: 55px;
	}
}
@media (max-width: 1024px) {
	.r-reviews .r-container {
		padding-block: 60px;
	}
	.r-reviews__list {
		padding-top: 27px;
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.r-reviews .r-container {
		padding-block: 50px;
	}
	.r-reviews__list {
		padding-top: 20px;
		margin-bottom: 35px;
	}
	.r-reviews__item:after {
		width: 70px;
		height: 70px;
	}
	.r-reviews__item-name {
		padding: 3px 10px;
		font-size: 13px;
		bottom: 12px;
		left: 12px;
	}
}
@media (max-width: 560px) {
	.r-reviews__list {
		padding-top: 10px;
		margin-bottom: 25px;
	}
	.r-reviews__item:after {
		width: 60px;
		height: 60px;
	}
	.r-reviews__item-name {
		padding: 2px 8px;
		font-size: 12px;
		bottom: 8px;
		left: 8px;
	}
}