*{
	padding: 0;
	position: relative;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 17px;
}
body{
	width: 100vw;
	overflow-x: hidden;
	color: white;
	font-family: 'Roboto', sans-serif;
	background: white;
}
h1{

}
h2{
	font-family: 'BebasNeue';
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}
h3{
	font-family: 'BebasNeue';
	font-size: 56px;
	font-weight: 400;
}
h4{
	font-family: 'BebasNeue';
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
h5{

}
h6{
	font-size: 12px;
	font-weight: 400;
}
p{
	font-size: 16px;
}
ul{

}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){
	
}
@media (min-width: 1280px){
h2{
	font-size: 68px;
}
h3{
	font-size: 58px;
}
h4{
	font-size: 26px;
}
p{
	font-size: 16px;
}
}
@media (min-width: 1280px) and (min-height: 780px){
h2{
	font-size: 72px;
}
h3{
	font-size: 62px;
}
h4{
	font-size: 28px;
}
p{
	font-size: 18px;
}	
}

.counters{
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}
.center{
	display: table;
	width: 100%;
	height: 100%;
}
.center.center_fixed{
	table-layout: fixed;
}
.center__cell{
	display: table-cell;
	vertical-align: middle;
}


@media (max-width: 479px){
.d_none{
	display: none !important;
}
.d_block{
	display: block !important;
}
.d_inline{
	display: inline !important;
}
.d_inline-block{
	display: inline-block !important;
}
.d_table{
	display: table !important;
}
.d_table-cell{
	display: table-cell !important;
}
}
@media (min-width: 480px) and (max-width: 767px){
.d_none-xs{
	display: none !important;
}
.d_block-xs{
	display: block !important;
}
.d_inline-xs{
	display: inline !important;
}
.d_inline-block-xs{
	display: inline-block !important;
}
.d_table-xs{
	display: table !important;
}
.d_table-cell-xs{
	display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
.d_none-sm{
	display: none !important;
}
.d_block-sm{
	display: block !important;
}
.d_inline-sm{
	display: inline !important;
}
.d_inline-block-sm{
	display: inline-block !important;
}
.d_table-sm{
	display: table !important;
}
.d_table-cell-sm{
	display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1279px){
.d_none-md{
	display: none !important;
}
.d_block-md{
	display: block !important;
}
.d_inline-md{
	display: inline !important;
}
.d_inline-block-md{
	display: inline-block !important;
}
.d_table-md{
	display: table !important;
}
.d_table-cell-md{
	display: table-cell !important;
}
}
@media (min-width: 1280px){
.d_none-lg{
	display: none !important;
}
.d_block-lg{
	display: block !important;
}
.d_inline-lg{
	display: inline !important;
}
.d_inline-block-lg{
	display: inline-block !important;
}
.d_table-lg{
	display: table !important;
}
.d_table-cell-lg{
	display: table-cell !important;
}
}


.anchor{
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	opacity: 0;
	z-index: 1000;
	background: lime;
}


.logo{
	display: block;
}
.logo__image{
	display: block;
	width: 100%;
}


.scroller{
	display: block;
	width: 21px;
	height: 40px;
	border: 3px solid white;
	border-radius: 21px;
	cursor: pointer;
}
.scroller__bar{
	width: 3px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: white;
}


.btn{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding: 10px 25px;
	border: 3px solid transparent;
	border-radius: 25px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #e60013;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn_ghost{
	border-color: white;
	background: transparent;
}


.soc{

}
.soc__title{
	margin-bottom: 5px;
	font-size: 14px;
}
.soc__list{
	list-style: none;
	font-size: 0;
}
.soc__item{
	display: inline-block;
	vertical-align: top;
}
.soc__item + .soc__item{
	margin-left: 5px;
}
.soc__link{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 2px solid white;
	border-radius: 100%;
	color: white;
	font-family: 'social';
	font-size: 21px;
	text-align: center;
	text-decoration: none;
}


.ol{
	list-style: none;
}
.ol__item{
	white-space: nowrap;
}
.ol__item-index{
	position: absolute;
	top: 0;
	left: 0;
}
.ol__item-index-number{
	position: absolute;
	top: -25px;
	right: 15px;
}
.ol__item-index-ellipsis{

}
.ol__item-content{
	min-height: 52px;
	margin: 5px 0 0 70px;
	white-space: normal;
}


.container{
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.container{
	width: 720px;
}
}
@media (min-width: 992px){
.container{
	width: 920px;
}	
}
@media (min-width: 1280px){
.container{
	width: 1010px;
}
}


.form{
	display: block;
}
.form__input{
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	height: 30px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	background: transparent;
}
.form__input:focus,
.form__input:hover{
	outline: none;
}
.form__submit{
	display: inline-block;
	vertical-align: middle;
}
::-webkit-input-placeholder {color:white;}
::-moz-placeholder          {color:white;}
:-moz-placeholder           {color:white;}
:-ms-input-placeholder      {color:white;}
@media (max-width: 767px){
.form__submit{
	width: 45px;
	height: 45px;
	line-height: 40px;
	padding: 0;
	font-size: 0px;
}
.form__submit:before{
	content: 'ok';
	font-size: 21px;
}
}


.auth{

}
.auth__title{
	margin: 0 auto 20px;
}
.auth__footnote{
	margin: 25px auto 0px;
	font-size: 14px;
}
.auth__footnote a{
	color: white;
}
.auth__section{
	width: 100%;
	max-width: 420px;
	margin: auto;
}
.auth__section + .auth__section{
	margin-top: 15px;
}
.auth__section_social{
	
}
.auth__section_email{
	
}
.auth__section-title{
	line-height: 45px;
	float: left;
	font-size: 14px;
}
.auth__soc{
	float: right;
}
.auth__soc .soc__link{
	width: 45px;
	height: 45px;
	line-height: 39px;
	border-width: 3px;
	font-size: 32px;
}
.auth__form{
	display: inline-block;
}
.auth__form .form__input{
	margin-right: 15px;
}
.auth__error{
	display: none;
	text-align: left;
}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){
.auth__title{
	margin: 0 auto 15px;
}
.auth__footnote{
	margin: 45px auto 0px;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.auth__title{
	margin: 0 auto 40px;
}
}


.clearfix,
.container,
.section{
	clear: both;
}
.clearfix:before,
.container:before,
.section:before{
	content: '';
	display: table;
}
.clearfix:after,
.container:after,
.section:after{
	content: '';
	display: block;
	clear: both;
}
.section{
	width: 100%;
	/*overflow-x: hidden;*/
}
.section__content{
	z-index: 10;
	font-size: 0;
}
.section__title{
	
}
.section__subtitle{
	
}
.section__description{
	margin-bottom: 25px;
}
.section__back{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section__back .container{
	height: 100%;
}
.section__back-image{
	display: block;
	position: absolute;
}


.arrows{

}
.arrow{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 17px;
	cursor: pointer;
}
.arrow + .arrow{
	margin-left: 10px;
}
.arrow:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.arrow:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: #e60012;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.arrow.arrow_left{

}
.arrow.arrow_right{
	
}
.arrow.arrow_left:before{
	left: 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.arrow.arrow_left:after{
	left: 0;
}
.arrow.arrow_right:before{
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.arrow_right:after{
	right: 0;
}
.arrow.disabled{
	cursor: default;
}
.arrow.disabled:before{
	border-color: #a0a0a0;
}
.arrow.disabled:after{
	width: 25px;
	background: #a0a0a0;
}


.owl-nav.disabled{
	display: none;
}
.owl-item{
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.owl-stage{
	font-size: 0;
	white-space: nowrap;
}


.poster{
	text-align: center;
}
.poster__body{
	display: block;
	width: 195px;
	padding: 0px 10px;
	cursor: pointer;
}
.poster__image-wrapper{
	width: 100%;
	height: 260px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.poster__image{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.poster__description{
	margin-top: 10px;
}
.poster__title{
	font-weight: bold;
}
.poster__subtitle{
	margin-top: 5px;
}
.poster:hover .poster__image-wrapper{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
@media (min-width: 480px){

}
@media (min-width: 768px){
	
}
@media (min-width: 992px){
	
}
@media (min-width: 1280px){
	
}
@media (min-width: 1280px) and (min-height: 780px){
.poster__body{
	width: 260px;
}
.poster__image-wrapper{
	height: 330px;
}
}


.film{
	width: 100%;
	color: black;
}
.film__svg{
	display: block;
	width: 100%;
	height: 100%;
}
.film__svg-replace{
	display: block;
	width: 100%;
	height: 500px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}
.film__mask{
	fill: white;
}
.film__poster{
	height: 100%;
	width: 45%;
}
.film__gradient{
	width: 25%;
	height: 100%;
	x: 20%;
}
.film__body{
	width: 45%;
	position: absolute;
	top: 120px;
	right: 135px;
}
.film__content{

}
.film__header{
	margin-bottom: 20px;
	margin-right: 120px;
}
.film__title{
	margin-bottom: 10px;
	line-height: 1;
	font-family: 'Roboto';
	font-size: 48px;
	font-weight: bold;
	text-transform: none;
}
.film__title.long{
	font-size: 36px;
}
.film__subtitle{
	
}
.film__arrows{
	position: absolute;
	top: 40px;
	right: -60px;
}
.film__arrow{
	z-index: 5;
}
.film__intro{
	color: #e60013;
}
.film__description{
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: 'Roboto';
	font-size: 13px;
}
.film__btn{
	width: auto;
}
@media (min-width: 768px){
.film__svg-replace-0{
	background-image: url(/visual/content/poster-1-popup.png);
}
.film__svg-replace-1{
	background-image: url(/visual/content/poster-2-popup.png);
}
.film__svg-replace-2{
	background-image: url(/visual/content/poster-3-popup.png);
}
.film__svg-replace-3{
	background-image: url(/visual/content/poster-4-popup.png);
}
.film__svg-replace-4{
	background-image: url(/visual/content/poster-5-popup.png);
}
.film__svg-replace-5{
	background-image: url(/visual/content/poster-6-popup.png);
}
.film__svg-replace-6{
	background-image: url(/visual/content/poster-7-popup.png);
}
.film__svg-replace-7{
	background-image: url(/visual/content/poster-8-popup.png);
}
.film__svg-replace-8{
	background-image: url(/visual/content/poster-9-popup.png);
}
.film__svg-replace-9{
	background-image: url(/visual/content/poster-10-popup.png);
}
.film__svg-replace-10{
	background-image: url(/visual/content/poster-11-popup.png);
}
.film__svg-replace-11{
	background-image: url(/visual/content/poster-12-popup.png);
}
.film__svg-replace-12{
	background-image: url(/visual/content/poster-13-popup.png);
}
.film__svg-replace-13{
	background-image: url(/visual/content/poster-14-popup.png);
}
.film__svg-replace-14{
	background-image: url(/visual/content/poster-15-popup.png);
}
.film__svg-replace-15{
	background-image: url(/visual/content/poster-16-popup.png);
}
.film__svg-replace-16{
	background-image: url(/visual/content/poster-17-popup.png);
}
.film__svg-replace-17{
	background-image: url(/visual/content/poster-18-popup.png);
}
.film__svg-replace-18{
	background-image: url(/visual/content/poster-19-popup.png);
}
.film__svg-replace-19{
	background-image: url(/visual/content/poster-20-popup.png);
}
.film__svg-replace-20{
	background-image: url(/visual/content/poster-21-popup.png);
}
.film__svg-replace-21{
	background-image: url(/visual/content/poster-22-popup.png);
}
.film__svg-replace-22{
	background-image: url(/visual/content/poster-23-popup.png);
}
.film__svg-replace-23{
	background-image: url(/visual/content/poster-24-popup.png);
}
.film__svg-replace-24{
	background-image: url(/visual/content/poster-25-popup.png);
}
.film__svg-replace-25{
	background-image: url(/visual/content/poster-26-popup.png);
}
}
@media (min-width: 1280px){
.film__svg,
.film__svg-replace{
	height: 640px;
}
}
@media (max-width: 1279px){
.film__body{
	width: 41%;
	top: 80px;
	right: 175px;
}
.film__title {
    margin-bottom: 5px;
    font-size: 28px;
}
.film__title.long {
    font-size: 24px;
}
.film__intro {
    font-size: 20px;
}
.film__description{
	margin-bottom: 10px;
	font-size: 12px;
}
.film__btn {
    padding: 5px 25px;
    font-size: 12px;
}
}
@media (max-width: 767px){
.film__body{
	width: auto;
	top: auto;
	right: auto;
	position: relative;
	padding: 15px;
	background: white;
}
.film__arrows{
	position: relative;
	top: auto;
	left: auto;
	margin: -10px 0px 20px 0px;
}
.film__description{
	white-space: normal;
}
.popup > .center{
	table-layout: fixed;
}
.film__svg-replace{display: none}
}


.popup{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5000;
	background: rgba(0, 0, 0, 0.7);
}
.popup > .container{
	height: 100%;
}
.popup__body{

}
.popup__slider{
	white-space: nowrap;
}
.popup__item{
	white-space: normal;
}
.popup__close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	cursor: pointer;
}
.popup__close:before,
.popup__close:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: black;
}
.popup__close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup__close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup__close-text{
	position: absolute;
	top: 100%;
	left: 0%;
	right: 0%;
	text-align: center;
	color: transparent;
}
@media (min-width: 768px){
.popup__close{
	width: 60px;
	height: 60px;
}
.popup__close:before,
.popup__close:after{
	background: white;
}
.popup__close-text{
	color: white;
}
}