﻿/* Шрифты */

@font-face {
	font-family: 'Icons';
	font-style: normal;
	font-weight: normal;
	src: url('../font/icons.woff?4') format('woff');
}
[class*='icon_']:before {
	display: inline-block;
	font-family: 'Icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.icon_a-z:before {
	content:'\0053';
}
.icon_arrow:before {
	content: '\0046';
}
.icon_back:before {
	content:'\004d';
}
.icon_bookmark:before {
	content: '\0044' !important;
}
.icon_check:before {
	content:'\0047';
}
.icon_close:before {
	content:'\004e';
}
.icon_comment:before {
	content: '\0041';
}
.icon_compilation:before {
	content:'\004a';
}
.icon_menu:before {
	content:'\0054';
}
.icon_menu_close:before {
	content:'\0055';
}
.icon_minus:before {
	content:'\0048';
}
.icon_my_mail:before {
	content:'\0051';
}
.icon_news:before {
	content:'\004c';
}
.icon_ok:before {
	content:'\0052';
}
.icon_plus:before {
	content: '\0043';
}
.icon_soon:before {
	content:'\0049';
}
.icon_topic:before {
	content:'\004b';
}
.icon_twitter:before {
	content:'\0050';
}
.icon_views:before {
	content: '\0045';
}
.icon_watchlist:before {
	content: '\0042';
}
.icon_vk:before {
	content:'\004f';
}

/* Основные блоки */

:focus {
	outline: none;
}
.wrapper_block_stack var,
.wrapper_main_movie:after,
.wrapper_main_movie_background,
.wrapper_main_top10 img,
.wrapper_main_top10 video {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.block_bookmark:before {
	color: #787777;
}
.block_bookmark.active:before {
	color: #ff9900;
}
.block_more {
	color: #787777;
	display: none;
	font-size: 14px;
	margin-top: 15px;
	width: 100%;
}
.block_more:after {
	content: 'Показать еще';
	cursor: pointer;
}
.block_more.hide:after {
	content: 'Свернуть';
}
.block_more.show {
	display: block;
}
.block_card_subtitle span,
.wrapper_articles_card_info,
.wrapper_articles_card_subtitle span,
.wrapper_articles_card_title,
.wrapper_articles_info_author,
.wrapper_carousel_bottom span span:not(.wrapper_block_score),
.wrapper_carousel_bottom strong,
.wrapper_main_movie_left_text,
.wrapper_main_review small,
.wrapper_main_review strong,
.wrapper_main_serials b,
.wrapper_main_serials strong,
.wrapper_main_topic span span,
.wrapper_main_topic_left a:nth-child(n+2) strong,
.wrapper_movies_compilations strong,
.wrapper_movies_news span,
.wrapper_movies_review .block_info,
.wrapper_movies_review .block_text,
.wrapper_movies_similar span span,
.wrapper_movies_similar strong,
.wrapper_movies_soon_episodes div span:nth-child(2),
.wrapper_movies_top_main_right .block_table div:last-child,
.wrapper_movies_topic span span,
.wrapper_movies_topic strong {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.wrapper_block_add {
	display: flex;
}
.wrapper_block_add_list {
	backdrop-filter: blur(7.5px);
	background: rgba(102, 122, 134, .5);
	border-radius: 3px;
	color: #cac9c9;
	cursor: pointer;
	text-align: center;
	height: 42px;
	width: 42px;
}
.wrapper_block_add_list.icon_plus:before {
	font-size: 12px;
	line-height: 42px;
}
.wrapper_block_add_trailer, .wrapper_block_add_watchlist {
	background: rgba(102, 122, 134, .5);
	border-radius: 3px;
	color: #cac9c9;
	cursor: pointer;
	font: 14px/42px roboto, sans-serif;
	margin: 0 20px 0 0;
	padding: 0 30px;
}
.wrapper_block_add_trailer {
	color: #fff;
	font-weight: 500;
	padding: 0 40px;
}
.wrapper_block_add_watchlist.active {
	background: #2d9cdb;
	color: #fff;
}
.wrapper_block_add_watchlist.icon_watchlist:before {
	font-size: 16px;
	margin: 0 10px 0 0;
	top: 2px;
}
.wrapper_block_rating {
	color: #b8b8b8;
	font: 500 13px roboto, sans-serif;
}
.wrapper_block_rating.inactive {
	visibility: hidden;
}
.wrapper_block_rating div {
	display: flex;
}
.wrapper_block_rating div.active {
	background: #ff3300;
	color: #fff !important;
}
.wrapper_block_rating div div {
	border-radius: 50%;
	color: #ff3300;
	cursor: pointer;
	display: block;
	font: 700 18px/30px roboto, sans-serif;
	margin-top: 12px;
	text-align: center;
	width: 30px;
}
.wrapper_block_rating div div:nth-child(n+5) {
	color: #ff9900;
}
.wrapper_block_rating div div:nth-child(n+8) {
	color: #00b400;
}
.wrapper_block_rating div div.active:nth-child(n+5) {
	background: #ff9900;
}
.wrapper_block_rating div div.active:nth-child(n+8) {
	background: #00b400;
}
.wrapper_block_score {
	align-items: center;
	background: #222;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	height: 55px;
	justify-content: center;
	width: 55px;
}
.wrapper_block_score:after {
	content: 'film.ru';
}
.wrapper_block_score:before {
	content: attr(data-score);
	font-size: 24px;
	font-weight: 700;
}
.wrapper_block_score[data-score=""] {
	display: none !important;
}
.wrapper_block_stack {
	display: block;
	position: relative;
}
.wrapper_block_stack img {
	border-radius: 3px;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.wrapper_block_stack img:nth-child(2) {
	left: 3px;
	opacity: .6;
	top: -3px;
	width: calc(100% - 6px);
	z-index: 2;
}
.wrapper_block_stack img:nth-child(3) {
	left: 6px;
	opacity: .3;
	top: -6px;
	width: calc(100% - 12px);
	z-index: 1;
}
.wrapper_block_stack var {
	border-radius: 6px;
	overflow: hidden;
}
.wrapper_block_trailer {
	background: rgba(26, 26, 26, .7);
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
	cursor: pointer;
	height: 65px;
	position: relative;
	transition: background .05s, height .05s, width .05s;
	width: 65px;
	z-index: 1;
}
.wrapper_block_trailer:after {
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fff;
	border-top: 12px solid transparent;
	content: '';
	left: calc(50% - 8px);
	position: absolute;
	top: calc(50% - 12px);
	transition: border .05s, top .05s;
	z-index: 1;
}
.wrapper_block_trailer.small {
	height: 53px;
	width: 53px;
	z-index: 1;
}
.wrapper_block_trailer.small:after {
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	left: calc(50% - 6px);
	top: calc(50% - 10px);
}
.wrapper_center {
	background: #fff;
	margin: 0 auto;
	width: 1300px;
}

/* Главная страница */

#carousel_online_soon_list {
	margin: 0 0 -40px;
}
.wrapper_main {
	align-items: start;
	display: flex;
}
.wrapper_main h2 {
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 20px;
}
.wrapper_main_black {
	background: #2b2d2e;
	color: #fff;
	margin-left: -41px;
	padding: 40px 20px 40px 40px;
	width: calc(100% + 1px);
}
.wrapper_main_black .wrapper_movies_similar a {
	color: #bdbdbd;
	width: 147px;
}
.wrapper_main_black .wrapper_movies_similar a:after, .wrapper_main_black .wrapper_movies_similar strong {
	color: #fff;
}
.wrapper_main_black .wrapper_movies_similar .wrapper_block_stack {
	height: 220px;
	width: 147px;
}
.wrapper_main_black .wrapper_movies_title a {
	color: #bdbdbd;
}
.wrapper_main_black .wrapper_movies_compilations {
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper_main_black .wrapper_movies_compilations a {
	margin: 6px 0 20px 0;
	width: 230px;
}
.wrapper_main_black .wrapper_movies_compilations b {
	background: #24282b;
	height: 101px;
}
.wrapper_main_black .wrapper_movies_compilations small {
	color: #bdbdbd;
}
.wrapper_main_black .wrapper_movies_compilations strong {
	color: #fff;
}
.wrapper_main_black .wrapper_movies_compilations .wrapper_block_stack {
	height: 129px;
	width: 230px;
}
.wrapper_main_left {
	padding: 10px 40px 40px 20px;
	position: sticky;
	top: 80px;
	width: 199px;
}
.wrapper_main_left a {
	color: #787777;
	display: flex;
	font-size: 14px;
	margin: 0 0 10px 40px;
}
.wrapper_main_left a[class*='icon_'] {
	margin: 30px 0 20px;
}
.wrapper_main_left a[class*='icon_']:before {
	font-size: 19px;
	margin: 0 20px 0 0;
	width: 20px;
}
.wrapper_main_left div {
	display: none;
}
.wrapper_main_left div.active {
	display: block;
}
.wrapper_main_right {
	border-left: 1px solid #bdbdbd;
	padding: 40px 20px 0 40px;
	width: 980px;
}

/* Главная страница: Навигация */

.wrapper_main_navigation {
	display: flex;
	left: -15px;
	margin: 0 0 -40px;
	position: relative;
	top: 90px;
	width: 1010px;
}
.wrapper_main_navigation div {
	background: #fff;
	border: 1px solid rgba(26, 26, 26, .1);
	border-radius: 50%;
	color: #787777;
	cursor: pointer;
	height: 38px;
	margin: 1px;
	position: relative;
	text-align: center;
	width: 38px;
	z-index: 4;
}
.wrapper_main_navigation div:first-child {
	transform: rotate(180deg);
}
.wrapper_main_navigation div:last-child {
	margin-left: auto !important;
}
.wrapper_main_navigation .icon_arrow:before {
	font-size: 14px;
	line-height: 38px;
}

/* Главная страница: Сейчас смотрят */

.wrapper_main_channel {
	display: flex;
	margin: 32px 0;
}
.wrapper_main_channel a {
	margin: 0 20px 0 0;
}
.wrapper_main_channel a:last-child {
	margin: 0;
}
.wrapper_main_channel a.active {
	filter: brightness(0) saturate(100%) invert(99%) sepia(91%) saturate(4%) hue-rotate(197deg) brightness(106%) contrast(100%);
}
.wrapper_main_channel img {
	filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(714%) hue-rotate(237deg) brightness(92%) contrast(83%);
	height: 32px;
	width: 88px;
}
.wrapper_main_channel_list .wrapper_movies_similar {
	display: none;
}
.wrapper_main_channel_list .wrapper_movies_similar.active {
	display: flex;
}

/* Главная страница: Карточка фильма */

.wrapper_main_movie {
	display: none;
	height: 460px;
	margin-top: 30px;
	position: relative;
	width: 1001px;
}
.wrapper_main_movie:after {
	background: linear-gradient(90deg, #2b2d2e 33%, rgba(36, 37, 38, 0) 66%);
	content: '';
}
.wrapper_main_movie.active {
	display: flex;
}
.wrapper_main_movie_left, .wrapper_main_movie_right {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 560px;
	z-index: 1;
}
.wrapper_main_movie_left {
	align-items: start;
	flex-direction: column;
	font-size: 14px;
	width: 441px;
}
.wrapper_main_movie_right {
	margin-left: -55px;
}
.wrapper_main_movie_left_link {
	color: #fff;
	margin: 0 0 30px;
	text-decoration: underline;
}
.wrapper_main_movie_left_subtitle {
	color: #bdbdbd;
	line-height: 20px;
	margin: 0 0 30px;
}
.wrapper_main_movie_left_text {
	line-height: 20px;
	margin: 0 0 10px;
	-webkit-line-clamp: 3;
}
.wrapper_main_movie_left_title {
	font: 700 37px/43px roboto, sans-serif;
	margin: 0 0 10px;
}
.wrapper_main_movie_left .wrapper_movies_scores_score {
	margin: 0 20px -10px 0;
}
.wrapper_main_movie_left .wrapper_movies_scores_score div {
	font-weight: 700;
}
.wrapper_main_movie_right a {
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
}

/* Главная страница: Главные темы */

.wrapper_main_topic {
	display: flex;
	margin: 0 0 40px;
}
.wrapper_main_topic a {
	border-bottom: 1px solid rgba(189, 189, 189, .5);
	color: #787777;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.wrapper_main_topic a:last-child {
	border: 0;
}
.wrapper_main_topic b {
	color: #222;
	font-weight: 400;
	letter-spacing: .19em;
	text-transform: uppercase;
}
.wrapper_main_topic span:not(.wrapper_block_stack) {
	display: flex;
	flex-direction: column;
}
.wrapper_main_topic strong {
	color: #222;
	font: 400 14px/20px roboto, sans-serif;
	margin: 10px 0;
}
.wrapper_main_topic .wrapper_block_score {
	bottom: 10px;
	left: 10px;
	position: absolute;
	z-index: 3;
}
.wrapper_main_topic .wrapper_block_stack {
	height: 142px;
	margin: 0 0 15px;
	min-width: 252px;
}
.wrapper_main_topic_left {
	width: 648px;
}
.wrapper_main_topic_left a:first-child .wrapper_block_stack {
	height: 365px;
	width: 648px;
}
.wrapper_main_topic_left a:nth-child(n+2) {
	align-items: center;
	flex-direction: row;
}
.wrapper_main_topic_left a:nth-child(n+2) strong {
	-webkit-line-clamp: 3;
}
.wrapper_main_topic_left a:nth-child(n+2) .wrapper_block_stack {
	margin: 0 15px 0 0;
}
.wrapper_main_topic_left strong {
	font: 700 21px/25px roboto, sans-serif;
}
.wrapper_main_topic_right {
	margin-left: 80px;
	width: 252px;
}

/* Главная страница: График выхода сериалов */

.wrapper_main_serials {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper_main_serials a {
	align-items: center;
	border-bottom: 1px solid rgba(120, 119, 119, .5);
	color: #fff;
	display: flex;
	font-size: 13px;
	margin: 6px 0 21px 0;
	padding: 0 0 15px;
	width: 313px;
}
.wrapper_main_serials a:nth-child(n+4) {
	border: 0;
	padding: 0;
	margin: 0;
}
.wrapper_main_serials b {
	color: #bdbdbd;
	font-weight: 400;
	margin: 5px 0;
}
.wrapper_main_serials span:last-child {
	color: #bdbdbd;
	font-size: 12px;
	text-align: center;
}
.wrapper_main_serials span:nth-child(2) {
	margin: 0 15px;
	width: 100%;
}
.wrapper_main_serials span:not(.wrapper_block_stack) {
	display: flex;
	flex-direction: column;
}
.wrapper_main_serials strong {
	font-size: 14px;
	font-weight: 500;
}
.wrapper_main_serials time {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}
.wrapper_main_serials .wrapper_block_stack {
	height: 70px;
	min-width: 47px;
}

/* Главная страница: Подборки */

.wrapper_main_top10 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}
.wrapper_main_top10 a {
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	height: 258px;
	justify-content: end;
	overflow: hidden;
	padding: 15px;
	position: relative;
	width: 200px;
	-webkit-transform: translateZ(0);
}
.wrapper_main_top10 b, .wrapper_main_top10 span {
	position: relative;
	z-index: 1;
}
.wrapper_main_top10 b {
	font-size: 60px;
}
.wrapper_main_top10 span {
	font-size: 17px;
	line-height: 25px;
	margin-top: -5px;
}

/* Главная страница: Популярные рецензии */

.wrapper_main_review {
	display: flex;
}
.wrapper_main_review a {
	align-items: center;
	border-bottom: 1px solid rgba(34, 34, 34, .1);
	color: #787777;
	display: flex;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.wrapper_main_review a:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
.wrapper_main_review small {
	font-size: 12px;
}
.wrapper_main_review span:not(.wrapper_block_score, .wrapper_block_stack) {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}
.wrapper_main_review strong {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 5px;
	-webkit-line-clamp: 3;
}
.wrapper_main_review .wrapper_block_stack {
	height: 90px;
	min-width: 60px;
}
.wrapper_main_review_left {
	width: 480px;
}
.wrapper_main_review_left a:first-child {
	flex-direction: column;
}
.wrapper_main_review_left a:first-child strong {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	margin: 15px 0;
}
.wrapper_main_review_left a:first-child .wrapper_block_stack {
	height: 270px;
	width: 480px;
}
.wrapper_main_review_left a:first-child span:not(.wrapper_block_score, .wrapper_block_stack) {
	margin: 0;
}
.wrapper_main_review_left a:last-child strong {
	margin: 0 0 15px;
}
.wrapper_main_review_left a:last-child .wrapper_block_score {
	top: 62px;
}
.wrapper_main_review_left a:last-child .wrapper_block_stack {
	height: 127px;
	min-width: 225px;
}
.wrapper_main_review_left .wrapper_block_score {
	top: 205px;
	left: 10px;
	position: absolute;
	z-index: 4;
}
.wrapper_main_review_right {
	margin-left: 60px;
	width: 440px;
}
.wrapper_main_review_right .wrapper_block_score {
	background: #fff;
	color: #222;
	min-width: 60px;
}
.wrapper_main_review_right .wrapper_block_score:before {
	font-size: 31px;
}

/* Главная страница: Новости */

.wrapper_main_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.wrapper_main_news a {
	border-bottom: 1px solid rgba(189, 189, 189, .5);
	color: #787777;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	width: 313px;
}
.wrapper_main_news a:nth-child(n+4) {
	border: 0;
}
.wrapper_main_news a:nth-child(n+4) .wrapper_block_stack {
	display: none;
}
.wrapper_main_news strong {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 5px;
}
.wrapper_main_news .wrapper_block_stack {
	height: 176px;
	margin: 0 0 10px;
	width: 313px;
}

/* Главная страница: Лучшие новые трейлеры */

.wrapper_main_trailer {
	color: #bdbdbd;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	width: 230px;
}
.wrapper_main_trailer div {
	align-items: center;
	display: flex;
	height: 129px;
	justify-content: center;
	position: relative;
	width: 230px;
}
.wrapper_main_trailer img {
	border-radius: 3px;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.wrapper_main_trailer strong {
	color: #fff;
	font: 400 14px/20px roboto, sans-serif;
	margin: 15px 0 5px 0;
}
.wrapper_main_trailers {
	display: flex;
	justify-content: space-between;
}

/* Карточка фильма: Шапка */

.wrapper_movies_background {
	align-items: center;
	background: url('../img/background.png');
	display: flex;
	height: 280px;
	justify-content: center;
	padding: 0 0 140px;
	position: relative;
	width: 960px;
}
.wrapper_movies_background:after, .wrapper_movies_background .block_background {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.wrapper_movies_background:after {
	background: linear-gradient(rgba(26, 26, 26, 0), rgba(43, 45, 46, 1));
	content: '';
}
.wrapper_movies_background a {
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
.wrapper_movies_poster {
	align-items: center;
	background: url('../img/background.png');
	border-radius: 6px;
	color: rgba(242, 242, 242, .5);
	display: flex;
	font-size: 15px;
	height: 347px;
	line-height: 22px;
	margin: 0 0 20px;
	text-align: center;
	width: 230px;
}
.wrapper_movies_poster img {
	cursor: pointer;
}
.wrapper_movies_scores {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
.wrapper_movies_scores_score {
	color: #b8b8b8;
	font: 500 13px roboto, sans-serif;
	text-align: center;
}
.wrapper_movies_scores_score:first-child div, .wrapper_movies_scores_score:nth-child(2) div:first-letter, .wrapper_movies_scores_score:nth-child(3) div:first-letter, .wrapper_movies_scores_score:nth-child(4) div {
	font-size: 30px;
}
.wrapper_movies_scores_score div {
	color: #fff;
	font: 800 21px roboto, sans-serif;
	margin: 0 0 6.5px;
}
.wrapper_movies_scores_score div:empty:after {
	color: #5f5f5f;
	content: '–';
	font-weight: 300;
}
.wrapper_movies_scores_separator {
	background: rgba(120, 119, 119, .5);
	height: 44px;
	width: 1px;
}
.wrapper_movies_scores_separator.inactive {
	visibility: hidden;
}
.wrapper_movies_top {
	align-items: start;
	background: #2b2d2e;
	color: #fff;
	display: flex;
	padding: 20px 0 40px 0;
}
.wrapper_movies_top_left {
	width: 960px;
}
.wrapper_movies_top_main {
	display: flex;
	margin: -140px 0 0 20px;
	position: relative;
}
.wrapper_movies_top_main_left {
	color: rgba(242, 242, 242, .5);
	display: flex;
	flex-direction: column;
	font-size: 13px;
}
.wrapper_movies_top_main_left a {
	color: rgba(242, 242, 242, .5);
}
.wrapper_movies_top_main_left a:last-child {
	margin-top: 10px;
}
.wrapper_movies_top_main_left a:last-child:before {
	border: 1px solid #787777;
	border-radius: 50px;
	content: 'i';
	display: inline-block;
	font: 10px/17px roboto, sans-serif;
	margin: 0 10px 0 0;
	text-align: center;
	width: 17px;
}
.wrapper_movies_top_main_left .block_separator {
	height: 40px;
	margin: 0 0 auto;
}
.wrapper_movies_top_main_left .icon_comment:before {
	font-size: 14px;
	margin: 0 10px 0 0;
	top: 2px;
	width: 19px;
}
.wrapper_movies_top_main_right {
	margin: 0 50px 0 40px;
	width: 100%;
}
.wrapper_movies_top_main_right .wrapper_block_add {
	margin: 0 0 40px;
}
.wrapper_movies_top_main_right h1 {
	font: 700 40px/47px roboto, sans-serif;
	margin: 0 0 10px;
}
.wrapper_movies_top_main_right h2 {
	color: #787777;
	font: 400 18px/21px roboto, sans-serif;
	margin: 0 0 10px;
}
.wrapper_movies_top_main_right .block_info {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 40px;
}
.wrapper_movies_top_main_right .block_info a {
	color: #fff;
}
.wrapper_movies_top_main_right .block_info a:after {
	content: ', ';
}
.wrapper_movies_top_main_right .block_info a:last-child:after {
	display: none;
}
.wrapper_movies_top_main_right .block_table {
	color: #f2f2f2;
	display: flex;
	font-size: 13px;
	margin-top: 20px;
}
.wrapper_movies_top_main_right .block_table.hide {
	display: none;
}
.wrapper_movies_top_main_right .block_table.show {
	display: flex;
}
.wrapper_movies_top_main_right .block_table div:first-child {
	min-width: 160px;
	opacity: .5;
}
.wrapper_movies_top_main_right .block_table div:last-child a {
	color: #f2f2f2;
}
.wrapper_movies_top_main_right .block_table div:last-child a:after {
	content: ', ';
}
.wrapper_movies_top_main_right .block_table div:last-child a:last-child:after, .wrapper_movies_top_main_right .block_table div:last-child a:nth-child(n+4):after {
	display: none;
}
.wrapper_movies_top_main_right .block_table div:last-child span {
	margin: 0 40px 0 0;
}
.wrapper_movies_top_main_right .block_table div:last-child span:last-child {
	margin: 0;
}
.wrapper_movies_top_main_right .block_more {
	color: #f2f2f2;
	font-size: 13px;
	margin-top: 20px;
}
.wrapper_movies_top_right {
	margin: 0 20px;
	position: sticky;
	//top: 100px;
	top: 79px;
	width: 340px;
}
.wrapper_movies_trailer {
	align-items: center;
	background: url('../img/background.png');
	border-radius: 6px;
	display: flex;
	height: 129px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 230px;
}
.wrapper_movies_trailer:after {
	bottom: -26px;
	content: attr(data-title);
	left: 0;
	position: absolute;
}
.wrapper_movies_trailer img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Карточка фильма: Хлебные крошки */

.wrapper_movies_breadcrumbs {
	background: #fff;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 20px;
	padding: 20px;
	//position: sticky;
	//top: 80px;
	//top: 59px;
	//z-index: 101;
}
.wrapper_movies_breadcrumbs a {
	color: #5f5f5f;
}
.wrapper_movies_breadcrumbs a:after {
	content: ' » ';
}

/* Карточка фильма: Основной блок */

.wrapper_movies_main {
	align-items: start;
	display: flex;
	padding: 20px 20px 120px 20px;
}
.wrapper_movies_main_center {
	margin: 0 70px 0 40px;
	width: 620px;
}
.wrapper_movies_main_center h2 {
	font-size: 21px;
	font-weight: 800;
	margin: 80px auto 20px 0;
}
.wrapper_movies_main_center h2:first-child {
	margin: 0 auto 20px 0;
}
.wrapper_movies_main_left {
	position: sticky;
	//top: 140px;
	top: 79px;
	width: 230px;
}
.wrapper_movies_main_left a {
	color: #787777;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 15px;
}
.wrapper_movies_main_left a.active {
	color: #222;
	cursor: text;
}
.wrapper_movies_main_right {
	position: sticky;
	//top: 140px;
	top: 79px;
	width: 300px;
}
.wrapper_movies_title {
	align-items: center;
	display: flex;
	margin: 80px 0 20px;
}
.wrapper_movies_title:first-child {
	margin: 0 0 20px;
}
.wrapper_movies_title a {
	color: #787777;
	font-size: 12px;
	font-weight: 700;
}
.wrapper_movies_title h2 {
	margin: 0 auto 0 0 !important;
}
.wrapper_movies_title img {
	height: 32px;
	width: auto;
}

/* Карточка фильма: Создатели и актеры */

.wrapper_movies_crew {
	display: flex;
}
.wrapper_movies_crew a {
	color: #787777;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px 0 0;
	width: 108px;
}
.wrapper_movies_crew a:last-child {
	margin: 0;
}
.wrapper_movies_crew strong {
	color: #222;
	display: block;
	margin-top: 5px;
}
.wrapper_movies_crew .wrapper_block_stack {
	height: 144px;
	width: 108px;
}

/* Карточка фильма: О фильме */

.wrapper_movies_text {
	font-size: 14px;
	line-height: 20px;
}
.wrapper_movies_text p {
	margin: 0 0 1em;
}
.wrapper_movies_text li {
	list-style: none;
	margin: 0 0 1em;
}
.wrapper_movies_text ul {
	padding: 0;
}

/* Карточка фильма: Интересные факты */

.wrapper_movies_facts .block_more {
	margin-top: 1em;
}
.wrapper_movies_facts li:nth-of-type(n+3), .wrapper_movies_facts p:nth-of-type(n+3) {
	display: none;
}
.wrapper_movies_facts li.show:nth-of-type(n+3), .wrapper_movies_facts p.show:nth-of-type(n+3) {
	display: block;
}

/* Карточка фильма: График выхода */

.wrapper_movies_soon_episodes {
	display: none;
	max-height: 356px;
	overflow-y: scroll;
	scrollbar-color: #d9d9d9 #fff;
	scrollbar-width: thin;
}
.wrapper_movies_soon_episodes::-webkit-scrollbar {
	width: 34px;
}
.wrapper_movies_soon_episodes::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border: 15px solid #fff;
	border-radius: 20px;
}
.wrapper_movies_soon_episodes::-webkit-scrollbar-track {
	background: #fff;
}
.wrapper_movies_soon_episodes.active {
	display: block;
}
.wrapper_movies_soon_episodes div {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	font-size: 14px;
	line-height: 50px;
}
.wrapper_movies_soon_episodes div:last-child {
	border: 0;
}
.wrapper_movies_soon_episodes div span {
	white-space: nowrap;
}
.wrapper_movies_soon_episodes div span:last-child {
	color: rgba(0, 0, 0, .5);
}
.wrapper_movies_soon_episodes div span:nth-child(2) {
	margin: 0 40px;
	width: 100%;
}
.wrapper_movies_soon_episodes .active span:last-child {
	color: #222;
}
.wrapper_movies_soon_info {
	font-size: 14px;
	line-height: 20px;
	margin: -5px 0 40px;
}
.wrapper_movies_soon_seasons {
	display: flex;
	margin: 0 0 25px;
	overflow-x: auto;
	padding: 0 0 15px;
	scrollbar-color: #d9d9d9 #fff;
	scrollbar-width: thin;
}
.wrapper_movies_soon_seasons::-webkit-scrollbar {
	height: 4px;
}
.wrapper_movies_soon_seasons::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border: 0;
	border-radius: 20px;
}
.wrapper_movies_soon_seasons::-webkit-scrollbar-track {
	background: #fff;
}
.wrapper_movies_soon_seasons div {
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	margin: 0 30px 0 0;
	white-space: nowrap;
}
.wrapper_movies_soon_seasons div:last-child {
	margin: 0;
}
.wrapper_movies_soon_seasons .active {
	color: #222;
	cursor: text;
}

/* Карточка фильма: От режиссера */
/* Карточка фильма: Фильмы/сериалы, похожие на… */
/* Карточка фильма: Постеры */

.wrapper_movies_similar {
	display: flex;
	overflow: hidden;
}
.wrapper_movies_similar a {
	color: #787777;
	font-size: 13px;
	margin: 6px 20px 0 0;
	position: relative;
	width: 140px;
}
.wrapper_movies_similar a:last-child {
	margin: 6px 0 0 0;
}
.wrapper_movies_similar a:not([data-score='']):after {
	background: #222;
	color: #d6d6d6;
	content: attr(data-score);
	font-size: 12px;
	font-weight: 700;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	top: 10px;
	z-index: 3;
}
.wrapper_movies_similar span {
	display: flex;
	white-space: nowrap;
}
.wrapper_movies_similar span span:not(:empty):after {
	content: ',\00a0';
}
.wrapper_movies_similar strong {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 5px;
}
.wrapper_movies_similar .wrapper_block_stack {
	height: 211px;
	width: 140px;
}

/* Карточка фильма: Постеры */

.wrapper_movies_posters a {
	cursor: pointer;
	margin-top: 0 !important;
}
.wrapper_movies_posters a:after {
	display: none;
}
.wrapper_movies_posters a:nth-child(4):after {
	align-items: center;
	background: rgba(0, 0, 0, .4);
	border-radius: 3px;
	bottom: 0;
	color: rgba(255, 255, 255, .8);
	content: attr(data-posters);
	display: flex;
	font-size: 36px;
	font-weight: 900;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wrapper_movies_posters img {
	border-radius: 3px;
	height: 211px;
	object-fit: cover;
	width: 140px;
}

/* Карточка фильма: Рецензия */

.wrapper_movies_review {
	background: rgba(217, 217, 217, .3);
	display: flex;
	margin: 0 0 20px;
}
.wrapper_movies_review:last-of-type {
	margin: 0;
}
.wrapper_movies_review img, .wrapper_movies_review var {
	border-radius: 0;
}
.wrapper_movies_review .block_bookmark {
	bottom: 20px;
	position: absolute;
	right: 20px;
}
.wrapper_movies_review .block_info {
	color: #787777;
	font-size: 12px;
	margin-top: auto;
	width: 195px;
}
.wrapper_movies_review .block_main {
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: relative;
}
.wrapper_movies_review .wrapper_block_score {
	margin: 0 0 20px;
}
.wrapper_movies_review .wrapper_block_stack {
	flex: 0 0 353px;
	height: 295px;
}
.wrapper_movies_review .block_text {
	font-size: 13px;
	line-height: 19px;
	margin-top: 5px;
	-webkit-line-clamp: 6;
}

/* Карточка фильма: Сериал в коллекциях */
/* Карточка фильма: Галереи */

.wrapper_movies_compilations {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.wrapper_movies_compilations a {
	margin: 6px 20px 0 0;
	width: 246px;
}
.wrapper_movies_compilations a:last-child {
	margin-right: 0;
}
.wrapper_movies_compilations b {
	background: rgba(217, 217, 217, .3);
	border-radius: 0 0 3px 3px;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	height: 108px;
	padding: 15px;
}
.wrapper_movies_compilations img {
	border-radius: 3px 3px 0 0;
}
.wrapper_movies_compilations small {
	align-items: end;
	color: #787777;
	display: flex;
	font-size: 12px;
	line-height: 17px;
	margin-top: auto;
}
.wrapper_movies_compilations small span {
	margin-left: auto;
}
.wrapper_movies_compilations strong {
	font: 400 14px/20px roboto, sans-serif;
	-webkit-line-clamp: 3;
}
.wrapper_movies_compilations var {
	border-radius: 6px 6px 0 0;
}
.wrapper_movies_compilations .icon_views:before {
	font-size: 16px;
	margin: 0 5px 0 0;
	top: 3px;
}
.wrapper_movies_compilations .wrapper_block_stack {
	height: 138px;
	width: 246px;
}
.wrapper_movies_compilations_navigation {
	display: none;
	left: -15px;
	margin: 0 0 -40px;
	position: relative;
	top: 121px;
	width: 650px;
	min-height: 42px;
}
.wrapper_movies_compilations_navigation div {
	background: #fff;
	border: 1px solid rgba(26, 26, 26, .1);
	border-radius: 50%;
	color: #787777;
	cursor: pointer;
	height: 38px;
	margin: 1px;
	position: relative;
	text-align: center;
	width: 38px;
	z-index: 1;
}
.wrapper_movies_compilations_navigation div:first-child {
	transform: rotate(180deg);
}
.wrapper_movies_compilations_navigation div:last-child {
	margin-left: auto !important;
}
.wrapper_movies_compilations_navigation .icon_arrow:before {
	font-size: 14px;
	line-height: 38px;
}

/* Карточка фильма: Галереи */

.wrapper_movies_photos a {
	margin-top: 0;
}

/* Карточка фильма: Публикации */

.wrapper_movies_topic a {
	border-top: 1px solid rgba(0, 0, 0, .1);
	align-items: center;
	color: #787777;
	display: flex;
	font-size: 12px;
	padding: 15px 0;
}
.wrapper_movies_topic a:first-child {
	border: 0;
	padding: 0 0 15px;
}
.wrapper_movies_topic a:last-of-type {
	padding: 15px 0 0 0;
}
.wrapper_movies_topic a:nth-child(n+4) {
	display: none;
}
.wrapper_movies_topic a.show:nth-child(n+4) {
	display: flex;
}
.wrapper_movies_topic span:nth-child(2) {
	margin: 0 20px;
	width: 100%;
}
.wrapper_movies_topic span span {
	margin: 0 !important;
}
.wrapper_movies_topic strong {
	color: #222;
	font: 700 16px/23px roboto, sans-serif;
	margin: 0 0 10px;
	-webkit-line-clamp: 2;
}
.wrapper_movies_topic .block_more {
	margin: 0;
}
.wrapper_movies_topic .block_more.hide {
	margin-top: 15px;
}
.wrapper_movies_topic .icon_bookmark:before {
	font-size: 16px;
}
.wrapper_movies_topic .wrapper_block_stack {
	flex: 0 0 160px;
	height: 92px;
}

/* Карточка фильма: Кадры */

.wrapper_movies_frames {
	display: flex;
}
.wrapper_movies_frames a {
	cursor: pointer;
	position: relative;
}
.wrapper_movies_frames div {
	display: flex;
	flex-direction: column;
}
.wrapper_movies_frames img {
	border-radius: 3px;
	height: 251px;
	margin: 0 13px 0 0;
	object-fit: cover;
	width: 467px;
}
.wrapper_movies_frames div a:last-child img {
	margin: 0;
}
.wrapper_movies_frames div a:nth-child(3):after {
	align-items: center;
	background: rgba(0, 0, 0, .4);
	border-radius: 3px;
	bottom: 0;
	color: rgba(255, 255, 255, .8);
	content: attr(data-frames);
	display: flex;
	font-size: 36px;
	font-weight: 900;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wrapper_movies_frames div img {
	height: 75px;
	margin: 0 0 13px;
	width: 140px;
}

/* Карточка фильма: Трейлеры */

.wrapper_movies_trailers {
	height: 349px !important;
	width: 620px !important;
}

/* Карточка фильма: Новости по теме */

.wrapper_movies_news {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
.wrapper_movies_news a {
	background: rgba(217, 217, 217, .3);
	border-radius: 3px;
	color: #787777;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	height: 119px;
	margin: 20px 20px 0 0;
	padding: 15px;
	width: 163px;
}
.wrapper_movies_news a:nth-child(3n+3) {
	margin: 20px 0 0 0;
}
.wrapper_movies_news a:nth-child(n+4) {
	display: none;
}
.wrapper_movies_news a.show:nth-child(n+4) {
	display: flex;
}
.wrapper_movies_news span {
	color: #222;
	font: 14px/20px roboto, sans-serif;
	margin: 0 0 auto;
	-webkit-line-clamp: 4 !important;
}

/* Карточка фильма: Комментарии */

.wrapper_movies_comments {
	margin-top: 270px;
}

/* Рецензия */

.wrapper_articles {
	display: flex;
	padding: 20px 0 220px 0;
}
.wrapper_articles_author {
	align-items: center;
	background: rgba(217, 217, 217, .2);
	border-radius: 8px;
	color: #787777;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	height: 210px;
	justify-content: center;
	margin-top: 50px;
	padding: 20px;
	width: 210px;
}
.wrapper_articles_author div {
	position: relative;
}
.wrapper_articles_author div:not(.wrapper_articles_author_button), .wrapper_articles_author img {
	border-radius: 50%;
	height: 130px;
	width: 130px;
}
.wrapper_articles_author div:not(.wrapper_articles_author_button) {
	align-items: center;
	background: #d1d7db;
	color: rgba(120, 119, 119, .5);
	display: flex;
	font-size: 15px;
	justify-content: center;
}
.wrapper_articles_author span {
	margin-top: 5px;
}
.wrapper_articles_author strong {
	color: #222;
	font-size: 16px;
	margin: 5px 0;
}
.wrapper_articles_author_button {
	background: #aeb8bd;
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	height: 34px;
	position: absolute !important;
	right: 0;
	text-align: center;
	width: 34px;
}
.wrapper_articles_author_button:before {
	font-size: 12px;
	line-height: 34px !important;
}
.wrapper_articles_author_button.active {
	background: #00b400;
}
.wrapper_articles_author_button.active:before {
	font-size: 18px;
}
.wrapper_articles_a-z {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	margin-top: 75px;
	padding: 20px 0;
	text-align: center;
}
.wrapper_articles_a-z a {
	font-size: 14px;
	text-transform: uppercase;
}
.wrapper_articles_a-z a:first-child:after {
	content: '|';
	margin: 0 10px;
}
.wrapper_articles_a-z div {
	margin-top: 20px;
}
.wrapper_articles_a-z strong {
	font-size: 21px;
}
.wrapper_articles_background {
	align-items: center;
	background: url('../img/background.png');
	display: flex;
	height: 420px;
	justify-content: center;
	position: relative;
	width: 960px;
}
.wrapper_articles_background a {
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
}
.wrapper_articles_background_block {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.wrapper_articles_bookmark {
	background: rgba(102, 122, 134, .5);
	border-radius: 29px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 42px;
	margin: 0 auto 30px auto;
	padding: 0 20px;
	width: max-content;
}
.wrapper_articles_bookmark:before {
	font-size: 16px;
	margin: 0 10px 0 0;
	top: 3px;
}
.wrapper_articles_bookmark.active {
	background: #ff3300;
}
.wrapper_articles_card {
	color: #787777;
	display: flex;
	font-size: 14px;
	line-height: normal;
	margin: -87px 0 30px;
}
.wrapper_articles_card a {
	text-decoration: none !important;
}
.wrapper_articles_card .wrapper_block_stack {
	align-items: center;
	background: url('../img/background.png');
	border-radius: 3px;
	color: rgba(242, 242, 242, .5);
	display: flex;
	flex: 0 0 210px;
	font-size: 15px;
	height: 315px;
	justify-content: center;
	line-height: 22px;
	margin: 0 20px 0 0;
	text-align: center;
}
.wrapper_articles_card_info {
	margin: 0 0 10px;
}
.wrapper_articles_card_info:nth-child(4) {
	color: #222;
}
.wrapper_articles_card_info a:after {
	content: ', ';
}
.wrapper_articles_card_info a:last-child:after {
	display: none;
}
.wrapper_articles_card .wrapper_block_add {
	margin-top: auto;
}
.wrapper_articles_card .wrapper_block_add div {
	color: #fff;
}
.wrapper_articles_card .wrapper_block_score {
	height: 67px;
	margin: 0 0 40px;
	width: 67px;
}
.wrapper_articles_card .wrapper_block_score[data-score=""] {
	display: flex;
	visibility: hidden;
}
.wrapper_articles_card .wrapper_block_score:before {
	font-size: 32px;
}
.wrapper_articles_card_main {
	display: flex;
	flex-direction: column;
}
.wrapper_articles_card_subtitle {
	display: flex;
	margin: 0 0 10px;
	white-space: nowrap;
}
.wrapper_articles_card_title {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
}
.wrapper_articles_comments {
	font-size: 18px;
	font-weight: 500;
	margin-top: 140px;
}
.wrapper_articles_heading {
	color: #787777;
	display: block;
	font-size: 14px;
	letter-spacing: .19em;
	margin: 10px 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.wrapper_articles_heading:after {
	background: #787777;
	content: '';
	display: block;
	height: 1px;
	left: calc(50% - 15px);
	position: relative;
	top: 7.5px;
	transition: background .5s, left .5s, width .5s;
	width: 30px;
}
.wrapper_articles_info {
	color: #787777;
	display: flex;
	font-size: 14px;
	justify-content: center;
	margin: 0 auto 20px auto;
	white-space: nowrap;
	width: 720px;
}
.wrapper_articles_info a {
	color: #787777;
}
.wrapper_articles_info a span {
	margin: 0 10px 0 0;
}
.wrapper_articles_info a span:before {
	font-size: 10px;
	margin: 0 10px 0 0;
}
.wrapper_articles_info strong {
	font-weight: 500;
}
.wrapper_articles_info_author {
	margin: 0 30px;
}
.wrapper_articles_left {
	width: 960px;
}
.wrapper_articles_left h1 {
	font: 700 40px/47px roboto, sans-serif;
	margin: 0 auto 20px auto;
	text-align: center;
	width: 720px;
}
.wrapper_articles_main {
	align-items: start;
	display: flex;
}
.wrapper_articles_main_left {
	margin: 20px 20px 0 20px;
	top: 100px;
	width: 250px;
}
.wrapper_articles_main_right {
	position: relative;
	width: 620px;
}
.wrapper_articles_right {
	align-self: stretch;
	margin: 0 20px;
	width: 300px;
}
.wrapper_articles_right #bseller_right_top {
	position: sticky;
	top: 100px;
}
.wrapper_articles_text {
	line-height: 23px;
	margin-top: 20px;
}
.wrapper_articles_text a {
	text-decoration: underline;
}
.wrapper_articles_text h5 {
	color: #787777;
	font-size: 12px;
	font-weight: 400;
	margin: -25px 0 30px;
}
.wrapper_articles_text p {
	margin: 0 0 30px !important;
}
.wrapper_articles_text p:empty {
	display: none;
}
.wrapper_articles_text p:last-of-type {
	margin: 0;
}
.wrapper_articles_text video-js {
	margin: 0 0 30px;
}
.wrapper_articles_text .photo {
	margin: 0 0 30px;
}

/* Блок «Главное» */

.wrapper_carousel_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}
.wrapper_carousel_bottom a {
	margin-top: 20px;
	position: relative;
	width: 300px;
}
.wrapper_carousel_bottom a:nth-child(6) {
	display: flex;
	width: 940px;
}
.wrapper_carousel_bottom a:nth-child(6) var {
	border-radius: 3px 0 0 3px;
	height: 302px;
	min-width: 518px;
	overflow: hidden;
}
.wrapper_carousel_bottom a:nth-child(6) span span:not(.wrapper_block_score) {
	margin: 0;
}
.wrapper_carousel_bottom a:nth-child(6) strong {
	font: 700 25px/29px roboto, sans-serif;
	margin: auto 0;
	-webkit-line-clamp: 5;
}
.wrapper_carousel_bottom a:nth-child(6) .block_main {
	border-radius: 0 3px 3px 0;
	height: 272px;
}
.wrapper_carousel_bottom a:nth-child(6) .wrapper_block_score {
	left: 0;
	position: relative;
	top: 0;
}
.wrapper_carousel_bottom h2 {
	font-size: 21px;
	font-weight: 800;
	margin: 0;
	width: 100%;
}
.wrapper_carousel_bottom var {
	border-radius: 3px 3px 0 0;
	height: 175px;
	overflow: hidden;
	width: 300px;
}
.wrapper_carousel_bottom var img {
	border-radius: 0;
}
.wrapper_carousel_bottom span span:not(.wrapper_block_score) {
	color: #787777;
	font-size: 12px;
	margin-top: auto;
}
.wrapper_carousel_bottom strong {
	font: 400 14px/20px roboto, sans-serif;
	-webkit-line-clamp: 3;
}
.wrapper_carousel_bottom .block_main {
	background: rgba(217, 217, 217, .3);
	border-radius: 0 0 3px 3px;
	display: flex;
	flex-direction: column;
	height: 97px;
	padding: 15px;
}
.wrapper_carousel_bottom .wrapper_block_score {
	left: 15px;
	position: absolute;
	top: 105px;
}

/* Хлебные крошки */

.block_breadcrumbs {
	border-bottom: 1px solid rgba(120, 119, 119, .3);
	font-size: 14px;
	margin: 0 20px 20px 20px;
	padding: 20px 0;
}
.block_breadcrumbs a {
	color: #5f5f5f;
}
.block_breadcrumbs a:after {
	content: ' » ';
}
.block_breadcrumbs a:hover {
	color: #222;
}

/* Столбцы */

.block_columns {
	align-items: start;
	display: flex;
	margin: 20px;
}
.block_columns_center {
	margin: 0 70px 0 40px;
	width: 620px;
}
.block_columns_left, .block_columns_right {
	position: sticky;
	top: 100px;
	width: 230px;
}
.block_columns_left .wrapper_movies_main_left {
	position: unset;
}
.block_columns_right {
	width: 300px;
}

/* Создатели и актеры */

.block_crew h2 {
	font-size: 21px;
	margin: 50px 0 0 0;
}
.block_crew_card {
	border-bottom: 1px solid rgba(189, 189, 189, .5);
	display: flex;
	margin-top: 15px;
	padding: 0 0 15px;
}
.block_crew_card:last-child {
	border: 0;
	padding: 0;
}
.block_crew_card a {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 0 0;
}
.block_crew_card a span, .block_crew_card_links {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.block_crew_card a span:first-child {
	border-radius: 3px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.block_crew_card a span span {
	color: #787777;
	margin: 0 0 10px;
}
.block_crew_card img {
	height: 115px;
	object-fit: cover;
	width: 87px;
}
.block_crew_list:last-child {
	margin: 0 0 230px;
}
.block_crew_professions {
	display: flex;
	flex-wrap: wrap;
}
.block_crew_professions a {
	background: rgba(102, 122, 134, .5);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 10px 0 0;
	padding: 10px 20px;
}

/* Мини-карточка */

.block_card {
	background: #2b2d2e;
	border-radius: 6px;
	color: #bdbdbd;
	display: flex;
	font-size: 14px;
	margin: 0 0 40px;
	padding: 20px;
}
.block_card h1, .block_card_title {
	color: #fff;
	font: 700 21px/25px roboto, sans-serif;
	margin: 0;
}
.block_card .wrapper_block_stack {
	align-items: center;
	background: url('../img/background.png');
	border-radius: 3px;
	color: rgba(242, 242, 242, .5);
	display: flex;
	flex: 0 0 90px;
	font-size: 13px;
	height: 150px;
	justify-content: center;
	line-height: 15px;
	margin: 0 20px 0 0;
	padding: 15px;
	text-align: center;
}
.block_card_info a {
	color: #fff;
}
.block_card_info a:after {
	content: ', ';
}
.block_card_info a:last-child:after {
	display: none;
}
.block_card_main {
	display: flex;
	flex-direction: column;
}
.block_card_scores {
	display: flex;
	margin: 10px 0 37px;
}
.block_card_scores div {
	align-items: baseline;
	display: flex;
	margin: 0 10px 0 0;
}
.block_card_scores span {
	color: #fff;
	font-weight: 700;
	margin-left: 5px;
}
.block_card_scores div:first-child span, .block_card_scores div:last-child span:first-letter, .block_card_scores div:nth-child(2) span:first-letter {
	font-size: 18px;
}
.block_card_subtitle {
	display: flex;
	margin: 5px 0;
	white-space: nowrap;
}

/* Карточки фильмов */

.block_movies {
	flex-wrap: wrap;
	width: 640px;
}
.block_movies a {
	margin: 6px 20px 50px 0;
}
.block_movies a .wrapper_block_add_list {
	border-radius: 6px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	z-index: 3;
}
.block_movies a .wrapper_block_add_list.icon_plus:before {
	font-size: 10px;
	line-height: 30px;
}

/* Карточка фильма: Внутренние страницы */

.block_movies_head {
	font-size: 14px;
	margin: 0 0 50px;
	text-align: center;
}
.block_movies_head h1 {
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 10px;
}
.block_movies_head h2 {
	color: #787777;
	font: 400 14px/16px roboto, sans-serif;
	margin: 0 0 5px;
}

/* Карточка фильма: Внутренняя страница «Кадры» */

.movies_internal_page_frames {
	width: 640px;
}
.movies_internal_page_frames a {
	border-radius: 3px;
	cursor: pointer;
	margin: 0 0 20px;
	overflow: hidden;
}
.movies_internal_page_frames a:nth-child(2n+1) img {
	height: 135px;
}
.movies_internal_page_frames img {
	height: auto;
	object-fit: cover;
	width: 140px;
}

/* Карточка фильма: Внутренняя страница «Постеры» */

.movies_internal_page_posters a:nth-child(2n+1) img {
	height: 150px;
}

/* Карточка фильма: Внутренняя страница «Коллекции» */

.movies_internal_page_compilation {
	flex-wrap: wrap;
	width: 640px;
}
.movies_internal_page_compilation a {
	margin: 6px 20px 20px 0;
	width: 193px;
}
.movies_internal_page_compilation b {
	height: 94px;
}
.movies_internal_page_compilation strong {
	-webkit-line-clamp: 2;
}
.movies_internal_page_compilation .wrapper_block_stack {
	height: 109px;
	width: 193px;
}

/* Карточка фильма: Внутренняя страница «Трейлеры» */

.movies_internal_page_trailers .wrapper_main_trailer {
	color: #222;
	font-size: 13px;
	line-height: 19px;
	margin: 50px 20px 0 0;
	width: 193px;
}
.movies_internal_page_trailers .wrapper_main_trailer div {
	height: 109px;
	margin: 0 0 10px;
	width: 193px;
}
.movies_internal_page_trailers .wrapper_main_trailers {
	flex-wrap: wrap;
	width: 640px;
}

/* Статья (не рецензия) */

.articles_main .wrapper_articles_background {
	margin-left: 20px;
	width: 940px;
}
.articles_main .wrapper_articles_card .wrapper_block_add {
	position: absolute;
	right: 0;
	top: 75px;
}
.articles_main .wrapper_articles_card .wrapper_block_add_list {
	height: 30px;
	width: 30px;
}
.articles_main .wrapper_articles_card .wrapper_block_add_list.icon_plus:before {
	font-size: 10px;
	line-height: 30px;
}
.articles_main .wrapper_articles_card {
	margin: 100px 0 30px;
	position: relative;
}
.articles_main .wrapper_articles_card_info, .articles_main .wrapper_articles_card_subtitle, .articles_main .wrapper_articles_card_title {
	margin: 0 0 5px;
}
.articles_main .wrapper_articles_card_main {
	justify-content: center;
	width: 430px;
}
.articles_main .wrapper_articles_card_online {
	display: block !important;
	margin-top: auto;
}
.articles_main .wrapper_articles_card_online a {
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
}
.articles_main .wrapper_articles_info a span {
	margin: 0 10px 0 30px;
}
.articles_main .wrapper_articles_card .wrapper_block_add .wrapper_block_add_watchlist, .articles_main .wrapper_articles_card .wrapper_block_score {
	display: none;
}
.articles_main .wrapper_articles_card .wrapper_block_stack {
	flex: 0 0 120px;
	height: 180px;
}
.articles_main .wrapper_articles_info .wrapper_articles_info_author, .articles_main .wrapper_articles_main_left {
	display: none;
}
.articles_main .wrapper_articles_main_right {
	margin: 0 160px;
}
.articles_main .wrapper_articles_text .wrapper_articles_info_author {
	color: #787777;
	display: block !important;
	margin: 30px 0 0 0;
}
.articles_main .wrapper_articles_text .wrapper_articles_info_author a {
	text-decoration: none;
}
.articles_main .wrapper_articles_text .wrapper_articles_info_author strong {
	font-weight: 400;
}
.wrapper_articles .wrapper_articles_card_online, .wrapper_articles .wrapper_articles_text .wrapper_articles_info_author {
	display: none;
}

/* Блок «Поделиться» */

.social_likes {
	font-size: 21px;
	margin-top: 50px;
	text-align: center;
}
.social_likes .social-likes {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.social_likes .social-likes__icon {
	background: none;
}
.social_likes .social-likes__widget {
	background: #d1d7db;
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 36px;
	margin: 0 12px;
	width: 36px;
}
.social_likes .social-likes__widget:before {
	font-size: 14px;
	line-height: 36px;
}

/* Главное меню */

.redesign_main_menu {
	align-items: center;
	background: #222;
	display: flex;
	//height: 80px;
	height: 59px;
	margin: 0 auto;
	padding: 0 20px;
	position: sticky;
	top: 0;
	width: 1260px;
	z-index: 5;
}
.redesign_main_menu_a-z {
	color: #bdbdbd;
	font-size: 15px;
	font-weight: 500;
}
.redesign_main_menu_a-z:before {
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
}
.redesign_main_menu_hamburger {
	color: #bdbdbd;
	cursor: pointer;
	font-size: 19px;
}
.redesign_main_menu_hamburger.icon_menu_close {
	color: #d6d6d6;
	font-size: 17px;
	margin: 0 1px;
}
.redesign_main_menu_lk {
	align-items: center;
	display: flex;
}
.redesign_main_menu_logo img {
	height: 37px;
	margin: 0 60px 0 20px;
	width: 164px;
}
.redesign_main_menu_logo lottie-player {
	height: 59px;
	margin: 0 60px 0 20px;
	width: auto;
}
.redesign_main_menu_search {
	margin: 0 auto 0 60px;
}
.redesign_main_menu_search input {
	border: none;
	border-radius: 6px;
	color: #787777;
	font: 15px roboto, sans-serif;
	height: 36px;
	padding: 0 15px;
	width: 387px;
}
.redesign_main_menu_search input::placeholder {
	opacity: 1;
}
.redesign_submenu {
	background: #1a1a1a;
	display: none;
	height: calc(100% - 80px);
	left: calc(50% - 650px);
	margin: 0 auto;
	position: fixed;
	top: 80px;
	width: 1300px;
	z-index: 5;
}
.redesign_submenu.unhide {
	display: block;
}
.redesign_submenu a {
	color: #bdbdbd;
	display: block;
	font-size: 14px;
	margin-top: 20px;
}
.redesign_submenu strong {
	border-bottom: 1px solid #4f4f4f;
	color: #bdbdbd;
	display: block;
	font-size: 17px;
	padding: 20px 0 10px;
}
.redesign_submenu_wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 887px;
}
.redesign_submenu_wrapper:last-child {
	margin-top: 60px;
}
.redesign_submenu_wrapper div {
	width: 247px;
}

/* Микроразметка */

.redesign_schema {
	display: none;
}

/* Наведения */

@media (hover: hover) {
	.block_crew_professions a:hover {
		background: #667a86;
	}
	.wrapper_articles_author_button:hover {
		background: #667a86;
	}
	.wrapper_articles_author_button.active:hover {
		background: #667a86;
	}
	.wrapper_articles_author_button.active:hover:before {
		content:'\0048';
		font-size: 14px;
	}
	.wrapper_articles_bookmark:hover {
		background: #667a86;
	}
	.wrapper_articles_bookmark.active:hover {
		background: #ff3300;
	}
	.wrapper_articles_card_info a:hover, .wrapper_articles_card_title:hover, .wrapper_articles_heading:hover, .wrapper_articles_info a:hover, .wrapper_articles_info a:hover span:before, .wrapper_articles_text p a:hover {
		color: #0046e1;
	}
	.wrapper_articles_info a:hover span {
		color: #787777;
	}
	.wrapper_articles_heading:hover:after {
		background: #0046e1;
		left: calc(50% - 30px);
		width: 60px;
	}
	.wrapper_block_add_list:hover {
		background: #667a86;
		color: #fff;
	}
	.wrapper_block_add_trailer:hover, .wrapper_block_add_watchlist:hover {
		background: #667a86;
		color: #fff;
	}
	.wrapper_block_add_watchlist.active:hover {
		background: #2d9cdb;
	}
	.wrapper_block_rating div div:hover {
		color: #fff !important;
	}
	.wrapper_block_trailer:hover {
		background: rgba(26, 26, 26, .9);
		height: 75px;
		width: 75px;
	}
	.wrapper_block_trailer:hover:after {
		border-bottom: 14px solid transparent;
		border-left: 24px solid #fff;
		border-top: 14px solid transparent;
		top: calc(50% - 14px);
	}
	.wrapper_block_trailer.small:hover {
		height: 63px;
		width: 63px;
	}
	.wrapper_block_trailer.small:hover:after {
		border-bottom: 11px solid transparent;
		border-left: 18px solid #fff;
		border-top: 11px solid transparent;
		top: calc(50% - 11px);
	}
	.wrapper_main_channel a:hover {
		display: block;
		filter: brightness(0) saturate(100%) invert(99%) sepia(91%) saturate(4%) hue-rotate(197deg) brightness(106%) contrast(100%);
	}
	.wrapper_main_left a:hover {
		color: #222;
	}
	.wrapper_main_navigation div:hover, .wrapper_movies_compilations_navigation div:hover {
		height: 40px;
		margin: 0;
		width: 40px;
	}
	.wrapper_main_navigation div:hover:before, .wrapper_movies_compilations_navigation div:hover:before {
		font-size: 15px
	}
	.block_card .wrapper_block_stack var img,
	.block_crew_card a img,
	.movies_internal_page_frames a img,
	.wrapper_carousel_bottom a var img,
	.wrapper_main_news var img,
	.wrapper_main_review var img,
	.wrapper_main_topic var img,
	.wrapper_movies_compilations var img,
	.wrapper_movies_crew var img,
	.wrapper_movies_review var img,
	.wrapper_movies_similar var img,
	.wrapper_movies_topic var img {
		transition: transform .25s;
	}
	.block_card .wrapper_block_stack:hover var img,
	.block_crew_card a:hover img,
	.movies_internal_page_frames a:hover img,
	.wrapper_carousel_bottom a:hover var img,
	.wrapper_main_news a:hover var img,
	.wrapper_main_review a:hover var img,
	.wrapper_main_topic a:hover var img,
	.wrapper_movies_compilations a:hover var img,
	.wrapper_movies_crew a:hover var img,
	.wrapper_movies_review:hover var img,
	.wrapper_movies_similar a:hover var img,
	.wrapper_movies_topic a:hover var img {
		transform: scale(1.05);
	}
	.wrapper_movies_breadcrumbs a:hover {
		color: #222;
	}
	.wrapper_movies_main_left a:hover {
		color: #222;
	}
	.wrapper_movies_soon_seasons div:hover {
		color: #222;
	}
	.wrapper_movies_title a:hover {
		color: #222;
	}
	.wrapper_movies_top_main_left a:hover {
		color: #fff;
	}
	.wrapper_movies_top_main_left a:last-child:hover:before {
		border-color: #fff;
	}
	.wrapper_movies_top_main_right .block_table div:last-child a:hover {
		color: #fff;
	}
	.wrapper_movies_trailer:hover {
		color: #fff;
	}
	.social-likes__icon:hover {
		transform: none;
	}
	.social_likes .social-likes__widget:first-child:hover {
		background: #0670b0;
	}
	.social_likes .social-likes__widget:last-child:hover {
		background: #f7931e;
	}
	.social_likes .social-likes__widget:nth-child(2):hover {
		background: #1d9bf0;
	}
	.social_likes .social-likes__widget:nth-child(3):hover {
		background: #3e6cb0;
	}
}

/* Всевозможные фиксы */

@media (hover: none) {
	*::-webkit-scrollbar, .wrapper_main_navigation, .wrapper_movies_compilations_navigation {
		display: none !important;
	}
	#carousel_online_soon, #carousel_online, #carousel_soon, .wrapper_movies_compilations {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Временные фиксы текущей верстки */

.online_main .wrapper_movies_title {
	margin-top: 0;
}
.online_main .wrapper_movies_title a {
	display: none;
}
.online_main .wrapper_movies_similar strong {
	color: #d6d6d6;
}
.online_main .wrapper_movies_title h2 {
	color: #d6d6d6;
	font-size: 21px;
}