.yt-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
}

.yt-video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yt-video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.yt-video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.yt-video__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.yt-video__button-icon {
	fill: #ffffff;
}

.yt-video__button:focus {
	outline: none;
}

.yt-video:hover .yt-video__button-shape,
.yt-video__button:focus .yt-video__button-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Enabled */

.yt-video--enabled {
	cursor: pointer;
}

.yt-video--enabled .yt-video__button {
	display: block;
}


.error-page-buttons {
	text-align: center;
	margin-bottom: 30px;
}

.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
	margin-bottom: 20px;
}

.h1 { font-size: 2.6em; }
.h1 a { text-decoration:none; }
.h2 { font-size: 1.75em; }
.h3 { font-size: 1.45em; }
.h4 { font-size: 1.2em; }
.h5 { font-size: 1.1em; }
.h6 { font-size: 1em; }
@media screen and (max-width: 992px) {
	.h1 { font-size: 2em; }
	.h2 { font-size: 1.5em; }
	.h3 { font-size: 1.3em; }
}

.movie-rating {
	display: flex;
	flex-wrap: wrap;
}

.movie-rating__kp {
	margin-right: 10px;
	padding: 2px;
	background-image: url("img/kinopoisk_tape.png"), linear-gradient(135deg, #c8c8c8, #ebebeb);
	background-repeat: no-repeat;
	background-position: right -15px bottom -12px, 0 0;
	background-size: 70px, 100%;
	border-radius: 5px;
}

.movie-rating__kp-rating {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
}

.movie-rating__kp-logo {
	display: block;
	width: 120px;
	height: auto;
}

.movie-rating__imdb {
	padding: 2px 3px;
	background-color: #fafafa;
	border-radius: 5px;
}

.movie-rating__imdb-top {
	display: flex;
}

.movie-rating__imdb-rating {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: auto;
}

.movie-rating__imdb-logo {
	display: block;
	width: 60px;
	height: auto;
}

.movie-rating__star.icon16.star {
	width: 12px;
}

.movie-rating__star.icon16.star::before {
	color: #ea9b2e;
}

.movie-rating__star--empty.icon16.star::before {
	color: #c6c7c2;
}

@media (max-width: 991px) {
	.product-wrapper {
		display: flex;
		flex-direction: column;
	}

	.product-wrapper > div {
		order: 2;
	}

	.product-wrapper .product-header,
	.product-wrapper .product-image-block {
		order: 1;
	}
}