/* Okko */

/*#okko {
	align-items: center;
	background: #6c43bf;
	border: 5px solid #fff;
	border-radius: 45px;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	font: 900 16px okko;
	height: 60px;
	justify-content: center;
	left: 50%;
	margin: 0 0 20px -175px;
	position: fixed;
	width: 330px;
	z-index: 9999999;

}
#okko font {
	font: 400 14px okko;
	margin-top: 5px;
}
#okko img {
	height: 12px;
	margin: -1px 2.5px 0 2.5px !important;
}
#okko.hidden {
	bottom: -90px;
}*/

#okko {
	align-items: center;
	background: #6c43bf;
	border-radius: 30px;
	bottom: 30px;
	color: #fff;
	display: flex;
	font-size: 16px;
	height: 60px;
	justify-content: center;
	left: 50%;
	position: fixed;
	text-decoration: none;
	width: 330px;
	z-index: 99999;
	margin-left: -245px;
	font-weight: 500;
}
#okko em {
	background: rgba(52, 22, 93, .37);
	border-radius: 19px;
	height: 38px;
	margin: 0 10px 0 0;
	width: 38px;
}
#okko img {
	height: 17px;
	margin: 10.5px 14px;
	width: 10px;
}
.okko_button {
	align-items: center;
	background: #6c43bf;
	border-radius: 23px;
	color: #fff;
	display: flex;
	font-size: 14px;
	height: 47px;
	justify-content: center;
	left: 50%;
	margin: -23.5px 0 0 -119.5px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 239px;
}
.okko_button em {
	background: rgba(52, 22, 93, .37);
	border-radius: 14px;
	height: 27px;
	margin: 0 10px;
	width: 27px;
}
.okko_button em img {
	height: 12px;
	margin: 7.5px 10px;
	width: 7px;
}
.okko_button img {
	height: 16px;
	width: 43px;
}

#okko.hidden {
	bottom: -90px;
}
.text .card .okko_button {
	display: none;
}
.top .card .okko_button {
	display: flex;
	margin: 20px 0 20px -299px;
	position: relative;
}
.top .card .okko_button img {
	height: 16px;
	width: 43px;
}
.top .card .okko_button em img {
	height: 12px;
	margin: 7.5px 10px;
	width: 7px;
}
.rating .okko_button {
	margin: 0 0 20px -86px;
	position: relative;
	width: 100%;
}
.rating .okko_button em {
	height: 15px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: 0;
	width: 15px;
}
.rating .okko_button em img {
	height: 7px;
	margin: 5px;
	width: auto;
}
.rating .okko_button img {
	height: 10px;
	margin: 0;
	width: auto;
}
.rating .okko_button span {
	color: #fff;
	font: 11px 'Roboto', sans-serif;
	margin: 0;
}
/* Архив */

@font-face {
	font-family: fontello;
	src: url(fontello.woff2) format('woff2');
}
em {
	font-style: normal;
}
u {
	text-decoration: none;
}
.adult {
	float: right;
	height: 32px;
	width: 32px;
}
.anons {
	background: #f7f7f8;
	overflow: hidden;
	padding: 30px 20px 200px 20px;
}
.anons .item, .main_review .item, #mc .item, .topic a {
	border-radius: 3px;
	box-shadow: 0 0 20px #ccc;
	float: left;
	height: 340px;
	margin: 20px 20px 0 0;
	position: relative;
	width: 300px;
}
.anons .item:hover, .main_review .item:hover, #mc .item:hover, .topic a:hover {
	color: #8300ff;
}
.anons .item:nth-child(5), .anons .item:nth-child(7), #mc .item:last-child, #mc .item:nth-child(2), .topic a:nth-child(3n) {
	margin: 20px 0 0 0;
}
.anons .item:nth-child(6), .main_review .item:nth-child(8), #mc .item:first-child {
	align-items: center;
	display: flex;
	margin: 20px 0;
	width: 940px;
}
.anons .item:nth-child(6), #mc .item:first-child {
	margin: 20px 20px 20px 0;
}
.anons .item:nth-child(6) img, .main_review .item:nth-child(8) img, #mc .item:first-child img {
	height: 340px;
	width: 470px;
}
.anons .item:nth-child(6) span, .main_review .item:nth-child(8) span, #mc .item:first-child span {
	position: relative;
}
.anons .item:nth-child(6) strong, .main_review .item:nth-child(8) strong, #mc .item:first-child strong {
	font-size: 25px;
	line-height: 30px;
}
.anons .item img, .main_review .item img, #mc .item img, .topic a img {
	border-radius: 3px;
	height: 150px;
	object-fit: cover;
	object-position: top;
	width: 300px;
}
.anons .item img, #mc .item img , .topic a img {
	height: 200px;
}
.anons .item img {
	object-position: 50% 25%;
}
.anons .item span, .main_review .item span, #mc .item span, .topic a span {
	bottom: 0;
	color: #c6c6c6;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	padding: 20px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 40px);
}
.anons .item strong, .main_review .item strong, #mc .item strong, .topic a strong {
	display: block;
	padding: 20px;
	z-index: 1;
}
.biography {
	line-height: 1.5;
}
.card .ivi_card {
	background: #222;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-top: 10px;
	padding: 5px 10px;
}
.center {
	position: relative;
	/*
	z-index: 99998;
	*/
}
.date_release h3 {
	background: #fff;
	padding: 10px 0 !important;
	position: sticky !important;
	top: 59px;
	z-index: 1;
}
.fancybox-container {
	z-index: 400 !important;
}
.heading_gradient {
	align-items: baseline;
	display: flex;
	font-size: 21px;
	font-weight: 600;
	white-space: nowrap;
}
.heading_gradient :last-child {
	background: linear-gradient(90deg, rgb(142, 120, 255) 0%, rgb(252, 125, 123) 100%);
	height: 3px;
	margin-left: 20px;
	width: 100%;
}
#khBoxOfficeOverlay {
	z-index: 999999 !important;
}
.main_carousel .fox, .movies-right, .right {
	max-height: 600px;
	max-width: 300px;
}


.main_giphy a {
	align-items: center;
	color: #f6f6f6;
	display: flex;
	font-size: 28px;
	height: 240px;
	justify-content: center;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	width: 460px;
}
.main_giphy video, .main_trailers_left img {
	object-position: top;
}
.main_giphy a:after, .main_trailers_left:after, .topic a:nth-child(3):after, .topic a:nth-child(4):after, .topic a:nth-child(9):after, .topic a:nth-child(10):after {
	background: rgba(0, 0, 0, .33);
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.main_giphy strong {
	position: relative;
	z-index: 1;
	padding: 0 1em;
}
.main_giphy video, .main_trailers_left img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.main_longread a {
	align-items: center;
	background: #222;
	border-radius: 3px;
	color: #c6c6c6;
	display: flex;
	font-size: 14px;
	font-weight: 500;
}
.main_longread img {
	border-radius: 3px;
	height: 240px;
	object-fit: cover;
	width: 450px;
}
.main_longread span {
	padding: 20px;
	width: 450px;
}
.main_longread strong {
	color: #fff;
	display: block;
	font-size: 28px;
	margin: 0 0 20px 0;
}
/*#main_online {
	height: 349px;
	overflow: hidden;
}*/
.main_review {
	margin-top: 40px;
}
.main_review a:last-child, .main_trailers_right a:last-child {
	border: 1px solid #c6c6c6;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 298px;
}
.main_review a:last-child:hover, .main_trailers_right a:last-child:hover {
	background: #8300ff;
	border-color: #8300ff;
	color: #fff;
}
.main_review .item:nth-child(3n+1) {
	margin: 20px 0 0 0;
}
.main_review .item:nth-child(8) em {
	color: #222;
	left: 490px;
}
.main_review .item:nth-child(8) .r1 {
	background: url(../img/rw/1.svg);
}
.main_review .item:nth-child(8) .r2 {
	background: url(../img/rw/2.svg);
}
.main_review .item:nth-child(8) .r3 {
	background: url(../img/rw/3.svg);
}
.main_review .item:nth-child(8) .r4 {
	background: url(../img/rw/4.svg);
}
.main_review .item:nth-child(8) .r5 {
	background: url(../img/rw/5.svg);
}
.main_review .item:nth-child(8) .r6 {
	background: url(../img/rw/6.svg);
}
.main_review .item:nth-child(8) .r7 {
	background: url(../img/rw/7.svg);
}
.main_review .item:nth-child(8) .r8 {
	background: url(../img/rw/8.svg);
}
.main_review .item:nth-child(8) .r9 {
	background: url(../img/rw/9.svg);
}
.main_review .item:nth-child(8) .r10 {
	background: url(../img/rw/10.svg);
}
.main_review .item em, #mc .item em, .topic a em {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	font-weight: 300;
	height: 50px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 50px;
	z-index: 1;
}
.main_table_column .pop-up {
	margin-left: 75px !important;
	width: 420px;
}
.main_table_column .pop-up strong:last-child {
	width: 255px;
}
.main_trailers {
	margin: 0 0 20px 0;
}
.main_trailers [id^=player] {
	display: none;
}
.main_trailers_left {
	color: #fff;
	float: left;
	height: 260px;
	margin: 0 20px 0 0;
	padding: 20px;
	position: relative;
	width: 580px;
}
.main_trailers_left span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.main_trailers_left strong {
	font-size: 21px;
	position: relative;
	z-index: 1;
}
.main_trailers_left u {
	bottom: 20px;
	font-weight: 500;
	left: 20px;
	position: absolute;
	z-index: 1;
}
.main_trailers_right {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 300px;
}
.main_trailers_right a:first-child {
	font-size: 21px;
	font-weight: 600;
}
.main_trailers_right a:last-child {
	bottom: 0;
	left: 0;
	position: absolute;
}
.main_trailers_right .item {
	color: #878787;
	display: flex;
	font-size: 13px;
	margin-top: 20px;
	overflow: hidden;
}
.main_trailers_right .item:hover strong {
	color: #8300ff;
}
.main_trailers_right .item img {
	border-radius: 3px;
	height: 50px;
	margin: 0 20px 0 0;
	object-fit: cover;
	width: 100px;
}
.main_trailers_right strong {
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
#mc {

    background: #f7f7f8;
    overflow: hidden;
    margin: 0 0 -20px 0;
    padding: 10px 20px 20px 20px;

}
#mc .item {
	background: #fff;
	box-shadow: none;
	margin: 0 20px 0 0;
}
#mc .item:last-child {
	margin: 0;
}
.movies-frames a:first-of-type img {
	height: 320px;
}
.movies-frames img {
	height: 93px;
}
.navigation .next, .navigation .prev {
	background: #222;
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
	padding: 10px 40px;
	position: relative;
}
.navigation a.next:hover, .navigation a.prev:hover {
	background: #8300ff;
}
.navigation span.next, .navigation span.prev {
	background: #f6f6f6;
	color: #c6c6c6;
}
.navigation .next:after, .navigation .prev:before {
	font: 14px fontello;
	position: absolute;
}
.navigation .next:after {
	content: "\f006";
	right: 20px;
}
.navigation .prev:before {
	content: "\f007";
	left: 20px;
}
.navigation .top {
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
}
.navigation .top:hover, .navigation .top:hover span {
	border-color: #8300ff;
	color: #8300ff;
}
.navigation .top span {
	border: 1px solid #222;
	border-radius: 50%;
	float: left;
	font: 14px fontello;
	height: 35px;
	line-height: 35px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 35px;
}
.r1 {
	background: url(../img/rd/1.svg);
}
.r2 {
	background: url(../img/rd/2.svg);
}
.r3 {
	background: url(../img/rd/3.svg);
}
.r4 {
	background: url(../img/rd/4.svg);
}
.r5 {
	background: url(../img/rd/5.svg);
}
.r6 {
	background: url(../img/rd/6.svg);
}
.r7 {
	background: url(../img/rd/7.svg);
}
.r8 {
	background: url(../img/rd/8.svg);
}
.r9 {
	background: url(../img/rd/9.svg);
}
.r10 {
	background: url(../img/rd/10.svg);
}
.right {
	position: sticky;
	top: 79px;
}
.select select {
	position: relative;
}
.top .card div {
	width: 100%;
}
.topic a:nth-child(6n + 3) img, .topic a:nth-child(6n + 4) img {
	height: 340px;
} {
	height: 340px;
}
.topic a:nth-child(6n + 3) strong, .topic a:nth-child(6n + 4) strong{
	color: #fff;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 200px;
}


@font-face {
	font-family: okko;
	src: url(avenir-next-medium.woff2) format("woff2");
}
.okko, .okko:hover {
	background: #6c43bf !important;
	_border-radius: 4px !important;
	_font: 16px okko !important;
	_height: 17px !important;
	_position: relative;
	_text-transform: uppercase !important;
}
.card .okko {
	color: #fff;
	display: block;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
}
.billboard .okko {
	display: none;
}
.okko:hover {
	_background: #5c39a3 !important;
}
.okko_:hover div {
	background: url(/themes/filmru_desk/img/okko.png);
	color: #000;
	display: block;
	font-size: 12px;
	height: 94px;
	left: -5px;
	padding: 30px 20px 0 160px;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: 52px;
	width: 250px;
	z-index: 1;
}
.okko:before, .okko:hover:before {
	_content: "►";
	_margin: 0 10px 0 0;
}
.okko div {
	display: none !important;
}
.menu.hvk a:hover {
	color: #fff !important;
}
.menu.hvk span a:hover {
	color: #222 !important;
}
.card div {
	top: 119px;
}
.top .card div {
	padding: 20px 20px 4px 20px !important;
	top: 0;
}

/* Wink */
.ntv_test {
	background: #008d21 !important;
}
.okko_test {
	background: #6c43bf !important;
	font: 15px Okko;

}

.okko_test img {
	margin-top: -3px;
}
.wink {
	background: #ff4f12 !important;
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 8px;
	text-align: center;
}
.wink div, .wink p {
	display: none;
}
.wink img {
	display: inline;
	float: none !important;
	height: 14px !important;
	margin: 0 0 -2px 5px;
	width: auto !important;
}
.wink_:hover div, .wink_:hover p {
	background: url(/i/wink.png);
	display: block;
	height: 132px;
	margin: 0 0 -70px -190px;
	position: absolute;
	width: 253px;
	z-index: 1;
}
.card .wink {
	margin: 16px 0;
}
.card .wink_:hover p {
	margin: -50px 0 0 -265px !important;
}
.movies-trailers_ {
	overflow: initial;
}
.subanons strong {
	font: italic 400 18px/1.5 georgia, serif;
}
.text iframe {
	width: 100% !important;
}

/* МегаФон ТВ */

.card .megafon {
	margin: 16px 0;
}
.megafon {
	background: #00b956 !important;
	color: #fff;
	display: block;
	font: 600 14px megafon;
	padding: 8px;
	text-align: center;
}
.megafon img {
	display: inline;
	float: none !important;
	height: 14px !important;
	margin: 0 0 -2.5px 5px;
	width: 14px !important;
}



.treview .okko {
	display: none !important;;
}


/* kion */
.kion_button {
	background: linear-gradient(0deg, #9e3194, #ed0e39);
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	left: 50%;
	margin: -24px 0 0 -77px;
	padding: 15px 22.5px;
	position: absolute;
	top: 50%;
	width: max-content;
}
.kion_button img {
 height: 16px !important;
 margin-left: 8px;
 width: auto !important;
}

a#load_more {
	display: block;
	font-size: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(to left, #2E3291, #1CFFFF, #2E3291);
	background-position: 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
a#load_more.progress-disabled {
	animation: load_more_back 19s infinite;
}
@keyframes load_more_back {
	100% {
		background-position: 10000px 0;
	}
}
.film_black div#next_page_link {
	margin-bottom: 58px;
	display: block;
}
div#block-movies-movies-az-most-rated{
	margin-bottom: 58px;;
}
.film_list_nf {
	margin-bottom: 58px;
}
.film_list_nf h3 {
	font-size: 18px;
	margin: 78px 0 10px 0;
}
.film_list_link em:empty::after {
  color: #c6c6c6;
  content: ' —';
  font-size: 12px;
}
div#block-movies-movies-az-most-rated .film_list_block {
	margin-top: 0;
}
.film_list_link > span:first-of-type {
	display: flex !important;
}
.film_list_link span:first-of-type span {
	display: -webkit-box !important;
	margin: 0 !important;
}
.film_list_link span:first-of-type span:last-child {
	overflow: visible;
}
/* premier */
@font-face {
	font-family: 'Premier';
	src: url('/themes/filmru_desk/font/premier.ttf');
}
.premier_button_2 {
	background: #facc6d;
	border: 1px solid transparent;
	border-radius: 3px;
	bottom: 0;
	color: #000;
	display: flex;
	font: 10px 'Premier';
	left: 134px;
	padding: 5px 7.5px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}
.film_list .premier_button_2 img {
	border-radius: 0;
	height: 13px;
	width: auto;
}
.premier_button_2 span:last-child {
	margin-left: auto;
}
.premier_button_2 span:first-child {
	margin-top: 1px;
}
.premier_button {
	color: #000 !important;
	display: flex;
	font: 14px 'Premier';
	left: 50%;
	margin: -20px 0 0 -160px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
}
.premier_button img {
	height: 17px;
	width: auto;
}
.premier_button span {
	background: #000;
	border-radius: 4px;
	padding: 11.5px 0;
	text-align: center;
	width: 120px;
}
.premier_button span:last-child {
	background: #facc6d;
	width: 200px;
	vertical-align: middle;
	padding: 15px;
}
.top .card .premier_button {
	margin: 20px 0 20px -299px;
	position: relative;
}
.top .card .premier_button img {
	border-radius: 0 !important;
	display: inline !important;
	float: none !important;
	height: 17px !important;
	width: auto !important;
}
.text .card .premier_button {
	display: none;
}
.top .card .premier_button {
	display: flex;
}

.film_list .kion_buttoon {
	border: 1px solid #000;
	border-radius: 3px;
	bottom: 0;
	font-size: 12px;
	font-weight: 500;
	height: auto;
	left: 134px;
	margin: 0;
	padding: 4px 10px;
	right: 0;
	top: auto;
	width: auto;
}

.top .card .kion_button {
	display: flex;
	margin: 20px 0 20px -299px;
	position: relative;
}
.text .card .kion_button {
	display: none;
}
.top .card .kion_button {
	display: flex;
}

.film_black ul.tabs.primary li,.online_main ul.tabs.primary li,.redesign_afisha_wrapper ul.tabs.primary li{
	background: #a0a0a0;
}
.redesign_afisha_movie .exclude {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 10px;
	width: 10px;
	line-height: 8px;
	text-align: center;
	padding-left: 1px;
	padding-top: 1px;
	color: #a0a0a0;
	display: block;
}
.compilation_node_wrapper {
	margin-top: 20px;
}
.film_list .kion_button, .film_list .film_list_okko {
	/*display: none;*/
}
.kion_button_friday {
	height: 90px;
	left: 50%;
	margin: -45px 0 0 -160px;
	position: absolute;
	top: 50%;
	width: 320px;
}
.kion_button_friday img {
	height: 90px;
	width: 320px;
}
#mc .item strong, #block-system-main .topic strong, #anons .item strong {
	display: -webkit-box !important;
	margin: 20px;
	overflow: hidden;
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}



@font-face {
	font-family: Wink;
	src: url("/themes/filmru_desk/font/wink.otf") format("opentype");
}
.film_catalog_online .kniww_button {
	padding: 7.5px 15px;
}
.top .card .kniww_button,.top .card .start_button {
	display: flex;
	margin: 20px 0 20px -299px;
	position: relative;
}
.kniww_button {
	align-items: center;
	background: #ff4f12;
	border-radius: 8px;
	color: #fff;
	display: flex;
	font: 15px Wink;
	left: 50%;
	margin: -25px 0 0 -105px;
	padding: 15px 22.5px;
	position: absolute;
	top: 50%;
	width: max-content;
	white-space: nowrap;
}
#kniw_button, #kniww_button {
	align-items: center;
	background: #ff4f12;
	border-radius: 8px;
	bottom: 30px;
	color: #fff;
	display: flex;
	font: 15px Wink;
	left: 50%;
	margin-left: -233px;
	padding: 15px 22.5px;
	position: fixed;
	z-index: 100;
}
#kniw_button.hidden, #kniww_button.hidden {
	bottom: -70px
}
#kniw_button img, .kniww_button img, #kniww_button img {
	height: 15px !important;
	width: auto !important;
}
@font-face {
	font-family: "Start";
	src: url("/themes/filmru_desk/font/start.otf") format("opentype");
}
.start_button {
	background: #ff2800;
	border-radius: 20px;
	color: #fff;
	font: 14px "Start";
	left: 50%;
	letter-spacing: 1px;
	margin: -24px 0 0 -140px;
	padding: 12px 16px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	width: max-content;
}
.film_catalog_online_start {
	background: #ff2800;
	border-radius: 20px;
	color: #fff;
	font: 14px "Start";
	letter-spacing: 1px;
	padding: 12px 16px;
	text-transform: uppercase;
}

.treview .card .kniww_button, .treview .card .start_button, .treview .card .okko_2022 {
	display: none;
}

.film_catalog_online_kion {
	background: linear-gradient(0deg, #9e3194, #ed0e39);
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	padding: 9px 15px;
}



.treview .card .play_online {
	display: none;
}

.movies-trailers.online_page, .movies-trailers.online_page video, .movies-trailers.online_page .giphy {
	height: 439px !important;
	margin: 0 0 40px 0 !important;
	width: 780px !important;
}
.online_page_rating {
	display: flex;
	margin-top: 10px;
}
.online_page_rating div {
	margin: 0 10px 0 0;
}
.online_page_rating span {
	color: #8300ff;
}

.film_list_progress span {
   color: #c6c6c6;
   font-size: 12px;
   margin: 5px 0 0 auto;
}
.film_list_progress span:before {
   content: '\e805';
   font: 12px 'Film';
   margin: 0 5px;
}


/* /movie/online */

.fancybox-slide div[id^="player"] {
	margin: inherit;
	max-width: inherit;
	width: 100%;
}

.online_head {
	display: flex;
    height: 533px;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
.online_head:after {
	background: linear-gradient(90deg, rgba(26, 26, 26, 1) 38%, rgba(26, 26, 26, .36) 60%, rgba(26, 26, 26, 0) 75%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.online_head [id^=player] {
	display: none;
}
.online_head .breadcrumbs, .online_head .breadcrumbs a {
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 5px;
}
.online_head h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin: 32px 0 16px 0 !important;
	padding-top: 20px;
}
.online_head h2 {
	display: inline;
    font-size: 14px;
    font-weight: 300;
	margin: 0 -4px 0 0;
}
.online_head .background {
	height: 100%;
	right: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 910px;
}
.online_head .breadcrumbs a:after {
	content: " » ";
}
.online_head .flex {
	line-height: 145%;
    margin: 0 0 32px;
	font-size: 14px;
	font-weight: 300;
}
.online_head .flex a {
	color: #b8b8b8;
}
.online_head .score {
	display: flex;
	font-size: 13px;
    margin: 0 0 32px;
    align-items: end;
}
.online_head .score div {
    margin: 0 32px 0 0;
	text-align: center;
}
.online_head .score span {
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: 800;
}
.online_head .score div:first-child span, .online_head .score div:last-child spans, .online_head .score div:nth-child(2) span:first-letter, .online_head .score div:nth-child(3) span:first-letter {
font-size: 30px;
}
.online_head .score span:empty:after {
	color: #5f5f5f;
	content: "–";
	font-weight: 300;
}
.online_head .seo {
    color: #fff;
	font-size: 14px;
    font-weight: 300;
	line-height: 145%;
	margin: 0 0 25px;
}
.online_head .seo a {
    color: #fff;
    display: block;
    margin-top: 12px;
    text-decoration: underline;
}
.online_head .subwrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.online_head .subwrapper a {
	left: 0;
	margin: 0 0 0 -100px;
	position: relative;
	top: auto;
	z-index: 3;
}
.online_head .video {
	background: rgba(102, 122, 134, .5);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 12.5px 35px;
    cursor: pointer;
}
.online_head .wrapper {
	color: #b8b8b8;
	min-width: 501px;
	z-index: 3;
}
.online_main {
	background: #1a1a1a;
	display: flex;
	padding: 60px 25px;
}
.online_main .similar a:nth-child(n + 7) {
	display: none;
}
.online_main .similar_cont h2 a {
	color: inherit;
}
.online_main .similar_cont h2 {
	color: #d6d6d6;
	font-size: 21px;
	margin: 0 0 25px;
}
.online_main .similar {
	display: flex;
	width: 1049px;
	margin:0;
}
.similar > a {
	display: block;
	font-size: 13px;
}
.online_main .similar > a {
	color: #787777;
	width: 154px;
	overflow: hidden;
}
.similar em {
	display: block;
	height: 232px;
	overflow: hidden;
	position: relative;
	width: 154px;
}
.online_main .similar img {
	border-radius: 3px;
    height: 100%;
	left: 0;
	object-fit: cover;
    position: absolute;
	top: 0;
	transition: transform .25s;
	display: block;
	height: 232px;
	overflow: hidden;
	position: relative;
	width: 154px;
}
.online_main .similar img:hover {
	transform: scale(1.1);
}
.similar span {
	display: flex;
}
.similar span span {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.online_main .similar strong {
	color: #d6d6d6;
}
.similar strong {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.online_main .submenu {
	float: none;
	height: fit-content;
	margin: 0;
	position: sticky;
	top: 25px;
	width: 201px;
}
.online_main .submenu a, .online_main .submenu span {
	color: #787777;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 25px;
}
.online_main .submenu a:hover, .online_main .submenu span {
	color: #fff !important;
}
.online_main .similar span.img_cont {
	height: 232px;
	overflow: hidden;
}
.film_list a.premier_button img {
	height: unset;
	width: 120px;
}

.premier_button {
	flex-direction: row-reverse;
}
.premier_button img {
	margin-top: 3px;
}
.premier_button span {
	border-radius: 0 4px 4px 0;
}
.premier_button span:last-child {
	background: #000;
	border-radius: 4px 0 0 4px;
	color: #fff;
	font-weight: 600;
	padding: 15px 0 15px 15px;
	width: auto;
}
span.item {
	cursor: pointer;
}
.film_list .streaming a.premier_button {
	margin-left: -32px;
}

.button_online {
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.button_premier {
	color: #000 !important;
	display: flex;
	font: 15px/13px 'Premier';
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.button_premier img {
	height: 17px !important;
	margin: 0 !important;
	width: auto !important;
}
.button_premier span {
	align-items: center;
	background: #000;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 16px 16px 4px 16px;
}
.button_premier span:last-child {
	background: #facc6d;
	padding: 16px 24px 4px 24px;
}
.button_premier span span {
	font-size: 9px;
	padding: 0 !important;
	text-transform: none;
}
.card .button_premier {
	left: -106px;
	position: absolute;
	top: -260px;
}
.film_list .streaming a.button_premier {
	margin-left: -32px;
}
div.top div.card a.button_premier {
	left: unset;
	top: unset;
	position: relative;
}



.redesign_main_menu_logo lottie-player {
	display: inline-block;
}

