* { 
	margin: 0;
	padding: 0; 
	border: 0; 
	box-sizing: border-box;
	/*box-sizing: inherit;*/
}

html, body {
	/*background-color: #532A90;*/
}

html {
	font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: 'PT Sans Caption', 'CeraProRegular', sans-serif;
	font-size: 0px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3 {
	color: #61309B;
	display: block;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.1rem;
}

p {
	color: #000000;
}

a {
	text-decoration: none;
	color: #61309B;
}

/* self */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 15px;
}

.fluid {
	width: 100%;
	background-color: #A280D9;
}

header {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	z-index: 50;
	position: absolute;
	width: 100%;
}

header .container {
	height: 70px;
	position: relative;
}

header .logo {
	display: inline-block;
}

header .logo img {
	max-width: 188px;
}

header .social,
header .sandwich {
	float: right;
}

header .sandwich {
	padding: 15px 28px;
}

header .sandwich a {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 28px;
	background-image: url(/img/sandwich_button.jpg);
}

header .sandwich a.close {
	background-position: bottom center;
}

header .social {
	padding: 15px 36px;
}

header .social a {
	diaplay: inline-block;
	padding: 0px 8px;
}

header .social a img {
	width: 28px;
}


/*************** CONTENT ****************/
.content {
	padding-top: 70px;
	max-width: 1200px;
	margin: 0 auto;
}

.content .container {
	min-height: 100%;
	background-color: #ffffff;
}

.content .container.full {
	/*padding: 0px 0px;*/
	padding: 5px 0px;
}

.content h2 {
	/*text-transform: uppercase;*/
	padding-left: 20px;
	padding-top: 40px;
}


/***************** FLY MENU ***************/
.js-header-menu {
	display: none;
}
.header .menu {
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 40;
	list-style: none;
	
	padding-left: 70px;
	padding-right: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	
	background-color: #A37DD8;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	
	display: flex;
	flex-direction: column;
}

.header .menu li {
	padding: 10px 0;
}

.header .menu li a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px 0;
}
/***************** FLY MENU END ***********/


/*************** BUTTON MORE ************/
.button-more {
	/*widht: 100%;*/
	text-align: center;
}

.button-more a {
	display: block;
	background-color: #532A90;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0;
}
/*************** BUTTON MORE END ************

/*************** BANNER ***************/
.banner {
	height: 480px;
	position: relative;
	background-color: #000000;
}
.banner .slider {
	overflow: hidden;
}
.banner .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background-position: right -20% top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 71%;
	transition: 0.7s ease-in-out;
}
.banner .slide > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.banner .slide .description {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 90px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(20,20,20,0) 65%, rgba(20,20,20,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(20,20,20,0) 65%, rgba(20,20,20,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(20,20,20,0) 65%, rgba(20,20,20,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#141414",GradientType=1);
}

.banner .slide .description p {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.banner .slide .description p.title {
	font-size: 1.3rem;
	padding-bottom: 4px;
	color: #C1C9D6;
}

.banner .slide .description p.name {
	font-size: 4rem;
	line-height: 0.9em;
	padding-bottom: 80px;
	color: #A37DD8;
	width: 50%;
}

.banner .slide.banner_14feb > a {
	z-index: 1;
	cursor: default;
}

/*
.banner .slide.banner_14feb .description {
	z-index: 30;
	position: relative;
}
*/

.banner .slide.banner_14feb .description p.name {
	font-size: 2.8rem;
	line-height: 1.1em;
	text-transform: none;
	padding-top: 16px;
	padding-bottom: 40px;
}

.banner .slide.banner_14feb .description p.title {
	font-size: 1rem;
}

.banner .slide.banner_14feb div.links a {
	display: inline-block;
	width: 60px;
	z-index: 30;
	position: relative;
}

.banner .slide.banner_14feb div.links a+a {
	margin-left: 18px;
}

.banner .slide.banner_14feb div.links a img {
	width: 100%;
}

.banner .slide .description p.day,
.banner .slide .description p.time {
	position: absolute;
	left: 90px;
	font-weight: bold;
}

.banner .slide .description p.day {
	font-size: 1.8rem;
	color: #C1C9D6;
	bottom: 110px;
}
.banner .slide .description p.time {
	font-size: 4rem;
	color: #C1C9D6;
	bottom: 40px;
}

.banner .button_left,
.banner .button_right {
	display: block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    top: 42%;
    z-index: 20;
    cursor: pointer;
}

.banner .button_left {
	left: 5px;
	background-image: url(/img/button_left.png);
}

.banner .button_right {
	right: 5px;
	background-image: url(/img/button_right.png);
}

.banner ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: absolute;
	bottom: 40px;
	z-index: 20;
	justify-content: center;
    width: 100%;
}

.banner ul li {
	display: block;
	height: 10px;
	width: 32px;
	border-radius: 99px;
	background-color: #A37DD8;
	cursor: pointer;
	transition: 0.7s ease-in-out;
}

.banner ul li+li {
	margin-left: 8px;
}

.banner ul li.active {
	background-color: #ffffff;
}


/************ BANNER END ***********/


/************ LIVE *************/
.live {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 30px 20px 30px 0;
}

.live h2 {
	min-width: 220px;
	margin-right: 20px;
	padding-top: 0;
	padding-left: 0;
	text-transform: uppercase;
}

.live .line {
	display: flex;
	width: calc(100% - 240px);
}

.live .line .navi {
	width: 38px;
	height: 38px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.live .line .navi.last {
	background-image: url(/img/button_left.jpg);
	margin-right: 3%;
}

.live .line .navi.next {
	background-image: url(/img/button_right.jpg);
	margin-left: 3%;
}

.live .line .programms {
	width: calc(100% - 56px - 6%);
	position: relative;
}

.live .line .programms::after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 38px;
	content: " ";
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/img/overflow-right.png);
}

.live .line .programms {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.live .line .programms .programm {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 99px;
	line-height: 2.4rem;
	padding: 0 16px;
	color: #A37DD8;
}

.live .line .programms .programm + .programm {
	margin-left: 0.6%;
}

.live .line .programms .programm.active {
	color: #ffffff;
	background-color: #61309B;
}
/************ LIVE END *************/


/************ PRESENT **************/
.present {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.present .card {
	position: relative;
	width: 33.3333%;
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: box-shadow 0.3s ease-in-out;
}

.present .card:hover {
	box-shadow: 0px 0px 0px 7px rgba(162,128,217,1) inset;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(162,128,217,1) inset;
	-moz-box-shadow: 0px 0px 0px 7px rgba(162,128,217,1) inset;
}

.present .card .name {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex;
	justify-content: end;
	align-items: end;
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,212,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,212,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,212,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffd4ff",GradientType=1);
}

.present .card .name a {
	position: absolute;
	font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5rem;
	transition: 0.2s ease-in-out;
	padding: 12px 20px;
	width: 80%;
	bottom: 20px;
	left: 0px;
}

.present .card:hover .name a {
	bottom: 60px;
}

.present .card .buttons {
	display: none;
	transition: 0.2s ease-in-out;
	position: absolute;
	bottom: 7px;
	left: 7px;
	width: calc(100% - 14px);
}

.present .card:hover .buttons {
	display: block;
}

.present .card .buttons a {
	color: #ffffff;
	display: inline-block;
	width: 50%;
	line-height: 2.8rem;
	text-align: center;
	background-color: #532A90;
	font-size: 0.8rem;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

.present .card .buttons a:hover {
	background-color: #A280D9;
}




/*
<div class="buttons">
    				<a href="{{ url('programms/' . $present['url']) }}">
    					Подробнее
    				</a>
    				<a id="js-open-youtube" class="js-open-youtube" href="{{ $present['video'] }}">
    					Трейлер
    				</a>
    			</div>*/
/************ PRESENT END **************/


/**************** STARS & SERIALS ****************/
.serials,
.stars {
	padding: 40px 40px 0 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin-right: -1%;
}

.serials .card,
.stars .card {
	width: calc(25% - 1%);
	margin-bottom: 2%;
	transition: box-shadow 0.3s ease-in-out;
	margin-right: 1%;
}

.serials .card:hover,
.stars .card:hover {
	box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5);
	-webkit-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5);
	-moz-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5);
}

.serials .card .photo,
.stars .card .photo {
	text-align: center;
	overflow: hidden;
	max-height: 390px;
}

.serials .card .photo img,
.stars .card .photo img {
	width: 101%;
}

.serials .card .name,
.stars .card .name {
	background-color: #532A90;
	text-aligh: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 68px;
}

.stars .card .name p {
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding-left: 12px;
	padding-right: 12px;
}

.serials .card .name p {
	color: #ffffff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2rem;
	padding-left: 12px;
	padding-right: 12px;
}




.stars_slider,
.serials_slider {
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: -1px;
}

.stars_slider-items, 
.serials_slider-items  {
	display: flex;
	margin: 40px 40px 0 40px;
	flex-wrap: nowrap;
	flex-direction: row;
	overflow: hidden;
}

.stars_slider-items .card,
.serials_slider-items .card {
	width: calc(25% - 1%);
	min-width: calc(25% - 1%);
	margin-bottom: 2%;
	
	
	position: relative;
}

.stars_slider-items .card + .card,
.serials_slider-items .card + .card {
	margin-left: 1.1%;
}

.stars_slider-items .card a,
.serials_slider-items .card a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: box-shadow 0.3s ease-in-out;
}


.stars_slider-items .card:hover a,
.serials_slider-items .card:hover a {
	box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
	-moz-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
}

.stars_slider-items .photo,
.serials_slider-items .photo {
	text-align: center;
	overflow: hidden;
	max-height: 390px;
	/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
}


.stars_slider-items .photo img,
.serials_slider-items .photo img {
	width: 101%;
}

.stars_slider-items .name,
.serials_slider-items .name {
	background-color: #532A90;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 68px;
}

.stars_slider-items .name p,
.serials_slider-items .name p {
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding-left: 12px;
	padding-right: 12px;
}

.stars_slider .stars_button,
.serials_slider .serials_button {
	position: absolute;
	top: 44%;
	display: block;
	width: 40px;
	height: 40px;
}

.stars_slider .stars_button_right,
.serials_slider .serials_button_right {
	right: -1%;
}

.stars_slider .stars_button_left,
.serials_slider .serials_button_left {
	left: -1.6%;
}

.stars_slider .stars_button img,
.serials_slider .serials_button img {
	width: 40px;
}
/**************** STARS & SERIALS END ****************/


/**************** ACTOR & SERIAL ***************/
.actor, 
.serial {
	padding-bottom: 60px;
}

.actor h2,
.serial h2 {
	padding-left: 40px;
}

.serial h2 span {
	font-size: 0.8rem;
	font-weight: normal;
	color: #878787;
	display: inline-block;
	padding-left: 10px;
}

.actor .data,
.serial .data {
	padding: 20px 40px 0 40px;
	display: flex;
	justify-content: center;
}

.actor .data .short,
.serial .data .short {
	/*width: 100%;*/
	min-width: 200px;
}

.actor .data .short .inst {
	padding: 20px 0;
}

.serial .data .short .imdb {
	padding: 20px 0;
	color: #61309B;
	font-size: 1rem;
}

.serial .data .short .imdb span {
	display: inline-block;
	padding-left: 16px;
} 

.actor .data .short .inst h3,
.serial .data .short .inst h3 {
	font-size: 1rem;
}

.actor .data .short .inst a,
.serial .data .short .inst a {
	display: block;
	color: #A4A0A8;
	font-weight: bold;
	font-size: 1rem;
	padding: 16px 0 16px 40px;
	position: relative;
}

.actor .data .short .inst a::before,
.serial .data .short .inst a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url(/img/social/inst.png);
	position: absolute;
	top: 10px;
	left: 0px;
}

.actor .data .full,
.serial .data .full {
	padding-left: 5%;
	padding-right: 20%;
	position: relative;
}

.actor .data .full h3,
.serial .data .full h3 {
	font-size: 0.9rem;
	padding-bottom: 0.8%;
}

.actor .data .full p,
.serial .data .full p {
	padding-bottom: 5%;
	line-height: 1.5rem;
	color: #878787;
	font-size: 0.9rem;
}

.actor .avatar,
.serial .avatar {
	width: 100%;
	overflow: hidden;
}

.actor .avatar img,
.serial .avatar img {
	width: 100%;
}

.actor .data .social,
.serial .data .social {
	position: absolute;
	top: 0px;
	right: 0px;
}

.actor .data .social h3,
.serial .data .social h3 {
	font-size: 0.8rem;
	color: #707070;
	margin-bottom: 20px;
}

.actor .data .social a,
.serial .data .social a {
	display-inline: block;
}
.actor .data .social a+a,
.serial .data .social a+a {
	margin-left: 6px;
}
.actor .data .social img,
.serial .data .social img {
	width: 32px;
}

.actor .films .button-more,
.serial .films .button-more {
	margin-top: 20px;
}

.actor .films, 
.actor .actors,
.serial .films, 
.serial .actors {
    padding-bottom: 30px;
}

.serial_media {
	display: flex;
	flex-direction: row;
	padding: 5px 40px 30px 40px;
}

.serial_media h2 {
	padding-left: 0px;
	margin-bottom: 22px;
}

.serial_media .youtube {
	width: 24%;
}

.serial_media .youtube .link {
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.serial_media .youtube > .link:hover a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	background-image: url(/img/button_play.png);
	position: absolute;
	width: 100%;
	height: 100%;
}



.serial_media .photo {
	position: relative;
	margin-left: 8%;
	width: calc(100% - 24%);
}

.serial_media .photo .photo_button {
	position: absolute;
	top: 62%;
}

.serial_media .photo .photo_button.photo_button_left {
	left: -7%;
}

.serial_media .photo .photo_button.photo_button_right {
	right: -5%;
}

.serial_media .photo .photo_items {
	width: 100%;
	overflow: hidden;
}

.serial_media .photo .photo_items .photo_item {
	display: inline-block;
	width: calc(33.33333% - 2%);
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.serial_media .photo .photo_items .photo_item a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.serial_media .photo .photo_items .photo_item a, 
.serial_media .youtube > .link a {
	transition: box-shadow 0.3s ease-in-out;
}

.serial_media .photo .photo_items .photo_item:hover a, 
.serial_media .youtube > .link:hover a {
	box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
	-moz-box-shadow: 0px 0px 0px 7px rgba(83,42,144,0.5) inset;
}

.serial_media .photo .photo_items .photo_item + .photo_item {
	margin-left: 2%;
}

.serial_media .photo .photo_button a {
	display: block;
	width: 30px;
	height: 30px;
}

.serial_media .photo .photo_button a img {
	width: 30px;
}

/**************** ACTOR & SERIAL END ***************/



/****************** FILM ABOUT ********************/
.film_about {
	padding: 0px 40px 30px 40px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 80px;
	min-height: 260px;
}

.film_about .film_about_data {
	width: 50%;
}

.film_about .film_about_data h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.8rem;
}
.film_about .film_about_data h3 span {
	font-weight: normal;
	display: block;
	font-size: 1.6rem;
}

.film_about .film_about_data p {
	font-size: 1rem;
	color: #878787;
	line-height: 1.4rem;
}

.film_about .film_about_img {
	position: absolute;
	width: 40%;
	top: 0px;
	right: 55px;
}

.film_about .film_about_img img {
	width: 100%;
}
/****************** FILM ABOUT END ********************/


/****************** FILM SCHEME ******************/
.film_scheme {
	padding: 0px 40px 60px 40px;
}
.film_scheme .film_scheme_seasons {
	display: flex;
	width: 100%;
	flex-direction: row;
	font-size: 1.5rem;
}

.film_scheme .film_scheme_seasons a {
	border-radius: 99px;
	transition: 0.5s ease-in-out;
	width: 13%;
	line-height: 3rem;
	text-align: center;
}

.film_scheme .film_scheme_seasons a + a {
	margin-left: 6px;
}

.film_scheme .film_scheme_seasons a:hover {
	background-color: #61309B;
	color: #ffffff;
}

.film_scheme .film_scheme_seasons a.active {
	background-color: #61309B;
	color: #ffffff;
}

.film_scheme .film_scheme_series {
	margin-top: 40px;
	width: 70%;
}

.film_scheme .film_scheme_series .film_scheme_serie {
	display: block;
	font-size: 1rem;
	margin-bottom: 12px;
}

.film_scheme .film_scheme_series .film_scheme_serie a {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 12px;
	padding: 8px 14px;
	border: 1px solid #61309B;
	transition: 0.5s ease-in-out;
}

.film_scheme .film_scheme_series .film_scheme_serie a.active,
.film_scheme .film_scheme_series .film_scheme_serie a:hover {
	background-color: #EFEAF5;
}

.film_scheme .film_scheme_series .film_scheme_serie a.active + p {
	display: block;
}

.film_scheme .film_scheme_series .film_scheme_serie a span {
	font-weight: bold;
	padding-left: 20px;
}

.film_scheme .film_scheme_series .film_scheme_serie p {
	color: #878787;
	padding: 10px 14px 30px 14px;
	font-size: 0.8rem;
	display: none;
}

.film_scheme .film_scheme_series .film_scheme_serie p span {
	font-size: 1rem;
	color: #61309B;
	display: block;
	padding-bottom: 8px;
}
/****************** FILM SCHEME END ****************/ 


/****************** PROGRAMM **********************/
.programm h2 {
	margin-bottom: 30px;
}
.programm .data {
	
}

.programm .dates {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	width: 80%;
}

.programm .dates .dates_button {
	position: absolute;
	top: 0px;
}

.programm .dates .dates_button.dates_button_left {
	left: 2%;
}

.programm .dates .dates_button.dates_button_right {
	right: 2%;
}

.programm .dates .dates_button img {
	width: 40px;
}

.programm .dates .dates_items {
	width: 86%;
	margin: 0 auto;
	height: 41px;
	overflow: hidden;
}

.programm .dates .dates_items .dates_item {
	font-weight: bold;
	color: #B097CD;
	display: inline-block;
	position: relative;
	width: 12%;
	text-align: center;
}

.programm .dates .dates_items .dates_item + .dates_item {
	margin-left: 0.5%;
}

.programm .dates .dates_items .dates_item a {
	font-size: 1rem;
	color: #B097CD;
	border-radius: 99px;
	transition: 0.5s ease-in-out;
	display: block;
	line-height: 2.6rem;
}

.programm .dates .dates_items .dates_item a.active,
.programm .dates .dates_items .dates_item a:hover {
	background-color: #B097CD;
	color: #ffffff;
}

.programm .schemes {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 2%;
   padding-right: 2%;
}

.programm .schemes .scheme {
	font-size: 1rem;
	color: #878787;
	padding: 16px;
}

.programm .schemes .scheme+.scheme {
	margin-top: 10px;
}

.programm .schemes .scheme a {
	color: #878787;
	font-weight: bold;
}

.programm .schemes .scheme a span {
	font-weight: normal;
}

.programm .schemes .scheme.active,
.programm .schemes .scheme:hover {
	background-color: #EFEAF5;
}

.programm .schemes .scheme.active .timeline {
	margin-top: 10px;
	height: 8px;
	overflow: hidden;
	background-color: #ffffff;
}
.programm .schemes .scheme.active .timeline .current {
	min-width: 0%;
	background-color: #532A90;
	height: 8px;
}
/****************** PROGRAMM END **********************/


/********** FOOTER **********/
.footer .fluid {
	width: 100%;
	background-color: #E3D9F4;
}

.footer .fluid:last-child {
	background-color: #532A90;
}

.footer p {
	color: #707070;
}

.footer p a {
	color: #4F89E1;
}

.footer .logo {
	display: inline-block;
}

.footer .menu {
	float: right;
	width: calc(100% - 180px);
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .menu ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer .menu ul li {
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer .menu ul li a {
	font-size: 1.15rem;
}

.footer .copyright {
	text-align: center;
	color: #ffffff;
	padding: 20px 0px;
	font-size: 0.8rem;
}

/*************** ABOUT **************/
.container.about {
	position: relative;
	padding: 0px 80px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/img/about_background.gif);
}
.about {
	min-height: 400px;
	padding-bottom: 60px;
}
.about h2 {
	padding: 60px 0 40px 0;
}
.about p {
	color: #4A4A4A;
	font-size: 1rem;
	padding-bottom: 20px;
	padding-right: 60%;
	line-height: 1.8rem;
}
.about p:last-child {
	padding-bottom: 80px;
}
.about .about-logotype {
	position: absolute;
	top: 100px;
	left: 54%;
	width: 400px;
}
/*************** ABOUT END ************/


/*************** WHAT **************/
.container.what {
	position: relative;
	padding: 0px 80px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/img/what_background.gif);
}
.what {
	min-height: 400px;
	padding-bottom: 60px;
}
.what h2 {
	padding: 60px 0 40px 0;
}
.what p {
	color: #4A4A4A;
	font-size: 1rem;
	padding-bottom: 20px;
	padding-right: 55%;
	line-height: 1.8rem;
}
.what p:last-child {
	padding-bottom: 80px;
}
.what .what-is-dizi {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 46%;
}
/*************** WHAT END ************/


/*************** CONNECT **************/
.container.connect {
	position: relative;
	padding: 0px 80px 80px 80px;
}
.connect h2 {
	padding: 60px 0 40px 0;
}
.connect .operators {
	background-color: #532A90;
	padding: 40px 80px;
	margin-left: -80px;
	margin-right: -80px;
	margin-bottom: 100px;
	
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/img/connect_background.gif);
	
	min-height: 400px;
}

.connect .operators h3 {
	color: #ffffff;
	font-size: 1.4rem;
	width: 380px;
	display: inline-block;
}

.connect .operators .list {
	list-style: none;
	padding-top: 10px;
	width: calc(100% - 420px);
	float: right;
	display: flex;
	/*justify-content: center;*/
	justify-content: start;
	align-items: center;
	flex-wrap: wrap
}

.connect .operators .list li {
	border: 1px solid #ffffff;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	margin-right: 26px;
}

.connect .operators .list li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*************** CONNECT END ************/


/*************** FORM ****************/
.finder {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	position: relative;
	width: 35%;
}

.finder input {
	border: 1px solid #707070;
	border-radius: 38px;
	font-size: 1rem;
	font-family: 'PT Sans Caption', 'CeraProRegular', sans-serif;
	padding: 12px 30px;
	width: 100%;
	color: #707070;
}

.finder button {
	font-size: 0px;
	width: 40px;
	height: 40px;
	background-color: #ff0000;
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
	background: url('../img/button_finder.jpg') no-repeat center;
	background-size: 80%;
}

.finder input:focus,
.finder button:focus {
    outline: none;
}
/*************** FORM END ***************/


/*************** ACTORS & FILMS ************/
.films, 
.actors {
	position: relative;
	padding-bottom: 100px;
}

.films h2, 
.actors h2,
.serials h2 {
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 10px;
}

.films .button-more, 
.actors .button-more {
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
/*************** ACTORS & FILM END ************/


/************* ADAPTIVE *************/
@media screen and (max-width: 1000px) {
	
	
	.banner .slide .description p.name {
		width: 80%;
	}
	.banner .slide .description {
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	
	
	
	.connect .operators h3 {
		display: block;
	}
	.connect .operators .list {
		width: 100%;
		padding-top: 40px;
	}
	.finder {
	    width: 45%;
	}
	.film_scheme .film_scheme_seasons {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 900px) {
	/*
	.banner .slide .description::before {
		
	}
	.banner .slide .description {
		width: calc(100% - 400px);
	}
	*/
	.banner ul {
		margin-right: -235px;
	}
	.about p {
		padding-right: 50%;
	}
	.about .about-logotype {
		width: 46%;
	}
	.serials .card,
	.stars .card {
		width: calc(33.333333% - 1%);
	}
	.stars_slider-items .card {
		width: calc(33.333333% - 1%);
	}
	.finder {
	    width: 52%;
	    float: none;
	    margin-top: 10px;
	    margin-left: 20px;
	    margin-right: 20px;
	    width: auto;
	}
	.actor .data .social,
	.serial .data .social {
		position: relative;
	}
	.actor .data .full,
	.serial .data .full {
		padding-right: 0;
	}
	.programm .dates .dates_items .dates_item a {
		font-size: 0.8rem;
	}
	.film_about {
		margin-bottom: 40px;
	}
	.film_scheme .film_scheme_series {
		width: 100%;
	}
	.film_scheme {
		padding: 0px 40px 20px 40px;
	}
	.film_scheme .film_scheme_seasons a {
		width: 16%;
	}
	.stars_slider-items .name p, 
	.serials_slider-items .name p {
		font-size: 0.9rem;
	}
	.serial_media {
		flex-direction: column;
		margin-left: calc(5% + 200px);
	}
	.serial_media h2 {
		padding-top: 30px;
		margin-bottom: 12px;
	}
	.serial_media .youtube {
	    width: 60%;
	}
	.serial_media .photo {
		margin-left: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	/*
	.banner .slide .description p.name {
		font-size: 2.5rem;
	}
	*/
	.serial_media .photo .photo_button.photo_button_left {
		left: -9%;
	}
	.serial_media .photo .photo_button.photo_button_right {
		right: -7%; 
	}
}
@media screen and (max-width: 750px) {
	
	.banner .slide.banner_14feb .description p.name {
		font-size: 2rem;
	}
	
	/*
	.banner .slide {
		background-image: none;
	}
	*/
	/*
	.banner .slide .description {
		width: calc(100% - 130px);
	}
	*/
	/*
	.banner ul {
		margin-right: -98px;
	}
	.banner .slide .description p.name {
		font-size: 3.1rem;
	}
	*/
	.programm .dates {
		width: 100%;
	}
	.stars_slider-items, 
	.serials_slider-items {
		overflow: hidden;
	}
	.stars_slider-items .card, 
	.serials_slider-items .card {
		    min-width: calc(33.3333% - 1%);
	}
}
@media screen and (max-width: 700px) {
	.banner,
	.banner .slide {
		height: 600px;
		background-size: contain;
	}
	.banner .slide .description {
		width: 100%;
		padding-left: 30px;
		background-size: 100%;
		background-position: center top;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.banner .button_left, 
	.banner .button_right {
		display: none;
	}
	.banner .slide .description p.day, 
	.banner .slide .description p.time {
		left: 32px;
	}
	.banner .slide .description p.day {
		bottom: 140px;
	}
	.banner .slide .description p.time {
		bottom: 70px;
		left: 32px;
	}
	.present .card {
		width: 50%;
	}
	.what p {
		padding-right: 30%;
	}
	.what .what-is-dizi {
		left: 66%;
		width: 32%;
	}
	.about p {
		padding-right: 30%;
	}
	.about .about-logotype {
		left: 66%;
		width: 32%;
	}
	.serials .card,
	.stars .card {
		    width: calc(50% - 1%);
	}
	.film_about .film_about_img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.film_about .film_about_data {
		width: 100%;
	}
	.film_scheme .film_scheme_seasons a {
		width: 20%;
	}
	.serial_media .photo .photo_items {
		overflow: hidden;
		height: 160px;
	}
	.serial_media .photo .photo_items .photo_item {
		width: calc(50% - 2%)
	}
	.serial_media .youtube {
		width: 98%;
	}
	.serial_media .photo .photo_button.photo_button_left {
		left: -11%;
	}
	.serial_media .photo .photo_button.photo_button_right {
		right: -9%; 
	}
}
@media screen and (max-width: 650px) {
	.live h2 {
		font-size: 1rem;
		min-width: 160px;
	}
	.live .line {
		width: calc(100% - 180px);
	}
	.live .line .navi {
		width: 26px;
		height: 26px;
	}
	.live .line .programms .programm {
		font-size: 0.7rem;
		line-height: 1.8rem;
	}
}
@media screen and (max-width: 600px) {
	.actor h2,
	.serial h2 {
		padding-left: 20px;
	}
	.actor .data,
	.serial .data {
		padding: 20px 20px 0 20px
	}
	.actor .data .short,
	.serial .data .short {
		min-width: 180px;
	}
	.programm .dates .dates_button img {
		width: 28px;
	}
	.programm .dates .dates_items .dates_item a {
		line-height: 2rem;
	}
	.film_scheme .film_scheme_seasons {
		font-size: 1rem;
	}
	.stars_slider-items .card, 
	.serials_slider-items .card {
		    min-width: calc(50% - 1%);
	}
	.serial_media {
		margin-left: calc(5% + 160px);
	}
	.serial_media .photo .photo_items .photo_item {
		width: calc(100% - 2%);
	}
	.serial_media .photo .photo_button.photo_button_left {
		left: -40px;
	}
	.serial_media .photo .photo_button.photo_button_right {
		right: -32px; 
	}
	.footer .logo {
		padding: 20px 0;
	}
	.footer .menu {
		height: 180px;
	}
	.footer .menu ul li {
		padding: 6px 10px;
	}
}
@media screen and (max-width: 570px) {
	header .social {
		display: none;
	}
	header .sandwich {
	    padding: 15px 4px;
	}
	/*
	.banner .slide .description {
		width: 100%;
		padding-left: 100px;
	}
	.banner .slide .description::before {
		display: none;
	}
	.banner ul {
		margin-right: -70px;
	}
	*/
	.banner .slide .description {
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.banner .slide .description p.name {
		font-size: 3.4rem;
	}
	.live h2 {
		display: none;
	}
	.live .line {
		width: 100%;
	}
	.present .card {
		width: 100%;
	}
	/*
	.present .card .play, 
	.present .card .name {
		height: 140px;
	}
	*/
	.about .about-logotype,
	.what .what-is-dizi {
		position: relative;
		top: -20px;
		left: 0px;
		width: 100%;
	}
	.about p,
	.what p {
	    padding-right: 0;
	}
	.container.connect {
		    padding: 0px 20px 20px 20px;
	}
	.connect .operators {
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 40px;
	}
	.connect .operators h3 {
		width: 100%;
		text-align: center;
	}
	.programm .dates .dates_items {
		height: 36px;
		overflow: hidden;
		text-align: center;
	}
	.programm .dates .dates_items .dates_item {
		min-width: 25%;
	}
	.connect .operators .list {
		justify-content: center; 
	}
	.connect .operators .list li {
		width: 200px;
		height: 200px;
	}
	.footer .menu ul li {
		padding: 6px 0;
	}
	.footer .menu ul li a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 520px) {
	.banner, .banner .slide {
		height: 500px;
	}
	.banner .slide .description {
		justify-content: flex-end;
		padding-bottom: 200px;
		font-size: 0.8rem;
		padding-bottom: 160px;
	}
	.banner .slide .description p.name {
		font-size: 3rem;
	}
	.banner .slide .description p.name {
		padding-bottom: 0px;
	}
	.banner .slide .description p.day {
		bottom: 120px;
		font-size: 1.2rem;
	}
	.banner .slide .description p.time {
		font-size: 2.8rem;
	}
	.actor .data,
	.serial .data {
		flex-direction: column;
	}
	.actor .avatar,
	.serial .avatar {
		height: 420px;
	}
	.actor .data .full,
	.serial .data .full {
		padding-left: 0;
	}
	.film_scheme .film_scheme_seasons {
		font-size: 0.8rem;
	}
	.film_scheme .film_scheme_seasons a {
		line-height: 2.4rem;
	}
	.serial_media {
		margin-left: 0;
	}
	.serial_media h2 {
		padding-left: 0;
	}
	.serial_media .youtube .link,
	.serial_media .photo .photo_items .photo_item,
	.serial_media .photo .photo_items {
		height: 240px;
	}
	.footer .menu ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.footer .logo {
	    padding: 80px 0;
	}
	.footer .menu {
	    height: 290px;
	}
}

@media screen and (max-width: 440px) {
	.banner .slide .description p.name {
		font-size: 2.2rem;
	}
	.container.about,
	.container.what {
		padding: 0px 30px;
	}
	.serials .card,
	.stars .card {
		width: 100%;
		margin-bottom: 3%;
	}
	.serials .card .photo,
	.stars .card .photo {
	    max-height: 320px;
	}
	.stars_slider-items .card, 
	.serials_slider-items .card {
		    min-width: calc(100% - 1%);
	}
}
/************* ADAPTIVE END ***********/


/* ERRORS */
.container.error {
	text-align: center;
	min-height: 460px;
}
.container.error img {
	width: 80%;
	max-width: 400px;
}
.container.error p {
	font-size: 1.5rem;
	color: #532A90;
	padding-bottom: 200px;
}
/* ERRORS END */


/* IMAGE & YOU */
#js-overflow-image,
#js-overflow-video {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.85);
}
#js-overflow-image .close,
#js-overflow-video .close {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 200;
}
#js-overflow-image .close a,
#js-overflow-video .close a {
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/img/button_close.png);
}
#js-overflow-image .image {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#js-overflow-image .image img {
	width: 80%;
	max-width: 800px;
}
#js-overflow-video .video-container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#js-overflow-video .video-container .video {
	width: 80%;
	max-width: 900px;
	min-height: 500px;
	height: 0.8vh;
}
/***************/


/* position */
.clear {
	clear:both; 
} 
.right { 
	float: right; 
} 
.left { 
	float: left; 
}