.nav{
	font-size: 0;
	text-align: right;
		-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;
}
.nav__toggle{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	line-height: 50px;
	font-family: 'icons';
	font-size: 24px; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.nav__toggle:before{
	content: '\e900';
}
.nav__view{
	height: 0;
	overflow: hidden;
}
.nav__list{
	list-style: none;
	text-align: left;
}
.nav__item{
	display: block;
}
.nav__item + .nav__item{

}
.nav__link{
	display: block;
	padding: 5px 25px;
	border: 3px solid transparent;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	color: white;
	text-decoration: none;
		-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;
}
.nav__link.current{
	border-color: white;
	cursor: default;
}
.nav_opened{
	background: rgba(0, 0, 0, 0.9);
}
.nav_opened .nav__toggle:before{
	content: '\e901';
}
.nav_opened .nav__view{
	height: auto;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.nav__toggle{
	display: none;
}
.nav__view{
	height: auto;
}
.nav__item{
	display: inline-block;
	vertical-align: top;
}
.nav__link{
	padding: 5px 10px;
	border: 1px solid transparent;
	border-radius: 25px;
	font-size: 13px;
}
.nav_opened{
	background: transparent;
}
}
@media (min-width: 992px){

}
@media (min-width: 1280px){
.nav__link{
	padding: 5px 25px;
	border: 3px solid transparent;
	border-radius: 25px;
	font-size: 14px;
}
}


.header{
	width: 100%;
	padding: 0px 15px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	pointer-events: none;
		-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;
}
.header:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: -20px;
	left: 0;
	right: 0;
	opacity: 0.6;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
		-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;
}
.header__logos{
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	pointer-events: auto;
}
.header .logo{
	z-index: 5;
}
.header .logo.logo_huawei{
	height: 30px;
}
.header .logo.logo_film{
	height: 20px;
	margin-top: 7px;
}
.header__logos .logo{
	display: inline-block;
	vertical-align: top;
}
.header__logos .logo.logo_film{
	margin-left: 15px;
}
.header .logo__image{
	width: auto;
	height: 100%;
}
.header__nav{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	pointer-events: auto;
}
.header__nav .nav__toggle{
	top: 5px;
}
.header .soc{
	margin-top: 10px;
	text-align: center;
}
.header__nav .soc{
	margin: 20px 15px 15px;
}
.header.header_tight:before{
	opacity: 0.6;
}
@media (min-width: 480px){

}
@media (min-width: 540px){
.header__nav{
	left: auto;
}
}
@media (min-width: 768px){
.header__nav{
	top: 20px;
}
.header__aside{
	position: absolute;
	margin-top: 5px;
	pointer-events: auto;
}
}
@media (min-width: 992px){
.header{
	padding: 10px 20px 0px;
}
.header__logos{
	padding-top: 0px;
}
.header .logo.logo_huawei{
	height: 35px;
	margin-bottom: 2px;
	margin-right: 38px;
}
.header .logo.logo_film{
	height: 18px;
	margin-top: 15px;
}
.header .logo.logo_film .logo__image{
	margin-left: auto;
	margin-right: 0;
}
.header__nav{
	vertical-align: bottom;
	position: relative;
	top: auto;
	right: auto;
}
.header__nav .nav__list{
	margin-bottom: 0px;
}
.header .soc{
	margin-top: 10px;
}
.header__aside{
	margin-top: 0px;
	float: right;
	position: relative;
}
}
@media (min-width: 1280px){
.header{
	padding: 25px 25px 0px;
}
.header.header_tight{
	padding-top: 10px;
}
.header .logo.logo_film{
	height: 32px;
}
}
@media (min-width: 1440px){
.header{
	padding: 48px 60px 0px;
}
.header.header_tight{
	padding-top: 10px;
}
.header .logo.logo_huawei{
	height: 50px;
	margin-bottom: -2px;
}
.header .logo.logo_film{
	height: 35px;
}
.header .soc{
	margin-top: 20px;
	text-align: center;
}
}


.s-intro{

}
.s-intro__back{

}
.s-intro__back .section__back-image{
	height: 130%;
	bottom: 10%;
	left: -50000%;
	right: -50000%;
	margin: auto;
}
.section__back-image.svg{
	display: block;
}
.s-intro__anchor{
	top: 0;
}
.s-intro .section__content{
	margin-top: 80px;
}
.s-intro .section__title{
	
}
.s-intro .section__subtitle{
	margin: 10px auto 15px;
}
.s-intro .section__description{
	
}
.s-intro .section__btn{
	display: block;
	width: 100%;
	margin-top: 15px;
}

.s-intro .section__decor{
	display: block;
	width: 430px;
	max-width: 100%;
	margin: 40px auto 0;
}
.s-intro .scroller{
	display: none;
}
@media (min-width: 480px){

}
@media (min-width: 520px){
.s-intro .section__btn{
	display: inline-block;
	width: 220px;
	margin: 0;
}
.s-intro .section__btn + .section__btn{
	margin-left: 15px;
}
}
@media (min-width: 768px){
.s-intro__back .section__back-image{
	bottom: 0;
	left: -1000%;
	right: -1000%;
}
.s-intro .section__content{
	margin-top: 170px;
}
}
@media (min-width: 992px){
.s-intro__back .section__back-image{
	height: auto;
	left: -100%;
	right: -100%;
}
.s-intro .section__content{
	width: 540px;
	margin-top: 160px;
}
.s-intro .section__decor{
	width: 260px;
	position: absolute;
	top: -40px;
	left: 105%;
	margin: 0;
}
.s-intro .scroller{
	display: block;
	margin: 40px 10px 100px auto;
}
}
@media (min-width: 1280px){
.s-intro .section__content{
	width: 540px;
	margin-top: 25vh;
}
.s-intro .section__decor{
	width: 335px;
	top: -20px;
	left: 110%;
}
.s-intro .scroller{
	margin: 60px 10px 100px auto;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.s-intro .section__content{
	margin-top: 190px;
}
.s-intro .section__decor{
	display: block;
	width: 430px;
	position: absolute;
	top: -20px;
	left: 110%;
}
}
@media (min-width: 1440px){

}


.s-victory{
	padding-top: 140px;
	padding-bottom: 60px;
}
.s-victory__back{

}
.s-victory__back .section__back-image{
	width: auto;
	height: 140%;
	top: -27%;
	left: -100%;
	right: -230%;
	margin: auto;
}
.s-victory__anchor{
	top: 60px;
}
.s-victory .section__content{
	text-align: center;
}
.s-victory .ol,
.game .ol{
	margin: 15px 0;
}
.s-victory .ol__item,
.game .ol__item{
	margin-bottom: 30px;
	text-align: left;
}
.s-victory .section__decor{
	display: block;
	max-width: 100%;
	margin: 0px auto 20px;
}
@media (min-width: 480px){
	
}
@media (min-width: 768px){
.s-victory{
	padding-top: 280px;
	padding-bottom: 100px;
}
.s-victory__back .section__back-image{
	top: -210px;
	left: -15%;
	right: -100%;
}
.s-victory .section__decor{
	max-width: 60%;
}
}
@media (min-width: 992px){
.s-victory{
	padding-top: 250px;
	padding-bottom: 70px;
}
.s-victory__back .section__back-image{
	width: 170%;
	height: auto;
	top: -140px;
	left: -7%;
	right: auto;
}
.s-victory .ol,
.game .ol{
	margin: 30px 0;
}
.s-victory .ol__item,
.game .ol__item{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
}
.s-victory .ol__item:first-child,
.game .ol__item:first-child{
	width: 25%;
}
.s-victory .ol__item:nth-child(2),
.game .ol__item:nth-child(2){
	width: 40%;
}
.s-victory__anchor{
	top: 220px;
}
}
@media (min-width: 1280px){
.s-victory{
	padding-top: 300px;
	padding-bottom: 140px;
}
.s-victory__back .section__back-image{
	width: 180%;
	top: -170px;
	left: -7%;
}
.s-victory .ol,
.game .ol{
	margin: 15px 0;
}
.s-victory .section__decor{
	max-width: 60%;
	margin: 0px auto 20px;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.s-victory{
	padding-top: 320px;
	padding-bottom: 190px;
}
.s-victory__back .section__back-image{
	width: 200%;
	top: -190px;
	left: -10%;
}
.s-victory__anchor{
	top: 110px;
}
.s-victory .ol,
.game .ol{
	margin: 30px 0;
}
.s-victory .section__decor{
	max-width: 100%;
	margin: 0 auto 50px;
}

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


.s-movies{
	padding-top: 220px;
	color: black;
	text-align: center;
}
.s-movies__anchor{
	top: 0px;
}
.s-movies__back{

}
.s-movies__back .section__back-image{
	width: auto;
	height: 135%;
	top: -10%;
	left: -230%;
	right: -100%;
	margin: auto;
}
.movies{

}
.movies__carousel{

}
.movies__carousel .arrows{
	margin-bottom: 35px;
	text-align: right;
}
@media (min-width: 480px){
	
}
@media (min-width: 768px){
.s-movies__back .section__back-image{
	width: 200%;
	height: auto;
	top: -11%;
	left: auto;
	right: -7%;
}
}
@media (min-width: 992px){
.s-movies{
	padding-top: 230px;
	padding-bottom: 30px;
}
.s-movies__back .section__back-image{
	width: 160%;
	top: -80px;
	right: -3%;
}
.s-movies__anchor{
	top: 150px;
}
}
@media (min-width: 1280px){
.s-movies{
	padding-top: 270px;
	padding-bottom: 100px;
}
.s-movies__back .section__back-image{
	width: 180%;
	top: -15%;
	right: -6%;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.s-movies{
	padding-top: 220px;
	padding-bottom: 0px;
}
.s-movies__anchor{
	top: 100px;
}
.s-movies__back .section__back-image{
	width: 200%;
	top: -200px;
	right: -6%;
}
}


.s-product{
	padding-top: 120px;
	padding-bottom: 30px;
	overflow: hidden;
}
.s-product__anchor{
	top: -50px;
}
.s-product__back{
	top: 25%;
	background: #aab5d9;
}
.s-product__back .section__back-image{
	display: none;
}
.product{
	max-width: 100%;
	text-align: center;
}
.product__decor{
	display: block;
	width: 100%;
}
.product__logo{
	width: 100%;
	max-width: 380px;
	margin: -25% auto 0;
}
.product__logo .logo__image{
	
}
.product__specs{
	margin: 60px -15px 50px;
	font-size: 0;
}
.product__spec{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 220px;
	padding: 0 15px;
}

.product__spec-image{
	display: block;
	width: 100%;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.s-product{
	padding-top: 270px;
	padding-bottom: 130px;
}
.s-product__back{
	top: 0%;
	background: transparent;
}
.s-product__back .section__back-image{
	display: block;
	width: 2260px;
	top: 40px;
	left: -80%;
	right: -100%;
	margin: auto;
}
.product{
	text-align: left;
}
.product__decor{
	display: none;
}
.product__logo{
	margin: 0;
}
.product__specs{
	margin: 60px auto 50px;
}
.product__spec{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	padding: 0;
}
.product__spec + .product__spec{
	margin-left: 30px;
}
}
@media (min-width: 992px){
.s-product{
	padding-top: 370px;
	padding-bottom: 150px;
}
.s-product__back .section__back-image{
	width: auto;
	top: 65px;
}
.product__spec{
	width: auto;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.s-product{
	padding-top: 470px;
	padding-bottom: 180px;
	overflow: hidden;
}
.s-product__anchor{
	top: -200px;
}
.s-product__back .section__back-image{
	top: 145px;
}
}



.game{
	text-align: center;
}
.s-intro .game__content{
	width: 100%;
	max-width: none;
}

.game__area{

}
.game__output{
	display: inline-block;
	vertical-align: top;
}
.game__phone{
	width: 100%;
	max-width: 500px;
	float: left;
}
.game__phone-image{
	display: block;
	width: 100%;
}
.game__phone-screen{
	width: 87%;
	height: 92%;
	position: absolute;
	top: 4%;
	left: 6%;
	background-image: url(/visual/images/game-bg.jpg);
	background-size: cover;
	background-position: center;
}
.game__answers{
	max-width: 300px;
}
.game__answers_desktop{
	display: none;
}
.game__answers_mobile{
	margin: 15px auto 0px;
}
.game__answer{
	display: block;
	width: 100%;
	height: 30px;
	border-radius: 30px;
	background: #e60013;
}
.game__answer.active{
	background: white;
}
.game__answer + .game__answer{
	margin-top: 10px;
}
.game__answer-word,
.game__answer-score{
	line-height: 30px;
}
.game__answer-word{
	float: left;
	margin-left: 25px;
	color: black;
}
.game__answer-score{
	float: right;
	margin-right: 25px;
	color: #e60013;
	font-weight: bold;
}
.game__form{
	margin: 20px auto 10px;
}
.game__form .form__input{
	margin-right: 15px;
}
.game__score{

}
.game__score-count{
	color: #e60013;
}
.game__response{
	margin: 20px auto 20px;
}
.game__response-title{
	color: #e60013;
	margin-bottom: 10px;
}
.game__response-text{

}
.game__response-text:not(:last-child){
	margin-bottom: 15px;
}

.game__area.phone-only{

}
.game__area.phone-only .game__answers_desktop{
	width: 0;
	padding: 0;
}
.game__area.phone-only .game__answer{
	opacity: 0;
}
.game_no-user .game__phone,
.game_final .game__phone{
	display: none;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.game__phone{
	width: 500px;
	max-width: none;
}
.game__answers{
	max-width: none;
}
.game__answers_mobile{
	width: 300px;
	margin-top: 10px;
}
.game__btn_start{
	display: none;
}
.game__auth{
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 20;
}
.game_no-user .game__phone,
.game_final .game__phone{
	display: block;
}
}
@media (min-width: 992px){
.s-intro .game__content{
	margin-top: 110px;
}
.game__phone{
	width: 590px;
}
.game__answers_mobile{
	display: none;
}
.game__answers_desktop{
	display: block;
	width: 300px;
	padding: 0px 0px 0px 20px;
	float: left;
	margin-top: 10px;
}
.game__answer{
	height: 45px;
	border-radius: 45px;
}
.game__answer-word,
.game__answer-score{
	line-height: 45px;
}
.game__form .form__input{
	width: 300px;
	border-bottom-width: 3px;
}
.game__auth{
	top: 20px;
}
}
@media (min-width: 1280px){
.s-intro .game__content{
	margin-top: 120px;
}
.game__phone{
	width: 620px;
}
.game__answers_desktop{
	padding: 0px 0px 0px 40px;
	margin-top: 20px;
}
.game__form{
	margin: 45px auto 30px;
}
.game__auth{
	top: 30px;
}
}
@media (min-width: 1280px) and (min-height: 780px){
.game__auth{
	/*top: 30px;*/
}
}
@media (min-width: 1440px){
.s-intro .game__content{
	margin-top: 150px;
}
}


.invite{

}
.invite__toggle{
	width: 100%;
	padding: 6px 10px;
	border-width: 2px;
	font-size: 12px;
}
.invite__input{
	display: none;
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.invite__copy{
	display: none;
	color: white;
	font-size: 11px;
	text-decoration: underline;
}
.invite.active .invite__toggle{
	display: none;
}
.invite.active .invite__input,
.invite.active .invite__copy{
	display: block;
}


.final{

}
.final__title{
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: bold;
}
.final__col{

}
.final__col + .final__col{
	margin-top: 25px;
}
.final__col_share{

}
.final__col_invite{
	
}
.final__subtitle{
	font-size: 13px;
}
.final__score-plus{
	margin-bottom: 8px;
	color: #e60013;
	font-family: 'Roboto';
	text-transform: none;
}
.final__invite{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 0;
	text-align: left;
}
.final__btn{
	width: auto;
	padding: 6px 25px;
	margin-top: 15px;
	font-size: 14px;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.final{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: 20;
}
.final__col{
	display: inline-block;
	vertical-align: top;
	width: 160px;
}
.final__col + .final__col{
	margin-top: 0;
	margin-left: 60px;
}
}
@media (min-width: 992px){
.final{
	top: 20px;
}
.final__col{
	width: 200px;
}
.final__title{
	margin-bottom: 20px;
}
.final__btn{
	padding: 10px 25px;
	margin-top: 20px;
}
}
@media (min-width: 1280px){
	
}
@media (min-width: 1280px) and (min-height: 780px){
	
}
@media (min-width: 1440px){
	
}