*{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: HPSimplified;
}
html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

h1{
	font-size: 64px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 64px;
	font-weight: bold;
}
h3{
	font-size: 46px;
	font-weight: bold;
}
h4{
	font-size: 46px;
	font-weight: normal;
}



.tColor_blue{
	color: #0096d6;
}




.clearAfter:after{
	content: '';
	display: block;
	clear: both;
}





.logo_project{
	display: block;
	width: 680px;
	height: 303px;
	background: url(/Design/images/logo_project.svg) no-repeat;
	background-size: contain;
}
.logo_intel{
	display: block;
	width: 100px;
	height: 65px;
	background: url(/Design/images/logo_intel.svg) no-repeat;
	background-size: contain;
}
.logo_mvideo{
	display: block;
	width: 159px;
	height: 65px;
	background: url(/Design/images/logo_mvideo.svg) no-repeat;
	background-size: contain;
}
.logo_hp{
	display: block;
	width: 68px;
	height: 66px;
	background: url(/Design/images/logo_hp.svg) no-repeat;
	background-size: contain;
}
.logo_timeout{
	display: block;
	width: 153px;
	height: 118px;
	background: url(/Design/images/logo_timeout.jpg) no-repeat;
	background-size: contain;
}





.redBtn{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	background: #ea1c24;
	cursor: pointer;
}






.shareMenu{
	height: 60px;
	list-style: none;
}
	.shareMenu p{
		line-height: 60px;
		font-size: 30px;
	}
	.shareMenu li{

	}
		.shareMenu li a{
			display: block;
			width: 60px;
			height: 60px;
		}





.arrow{
	width: 38px;
	height: 62px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.arrow.left{
	background: url(/Design/images/arrow_left.svg) no-repeat;
	background-size: contain;
}
.arrow.right{
	background: url(/Design/images/arrow_right.svg) no-repeat;
	background-size: contain;
}





.headerPusher{
	width:100%;
	height: 120px;
}
.header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.3);
}
	.header .logo_intel{
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 40px;
		margin: auto;
	}
	.header .logo_mvideo{
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 285px;
		margin: auto;
	}
	.header .logo_hp{
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 175px;
		margin: auto;
	}
	.mainMenu{
		margin: 0px 0px 0px 40px;
		list-style: none;
	}
		.mainMenu li{
			float: left;
			text-transform: uppercase;
		}
		.mainMenu li.active, .mainMenu li.selected{
			font-weight: bold;
			text-decoration: underline;
		}
		.mainMenu li[data-test="started"]{
			font-weight: normal !important;
			text-decoration: none !important;
		}
			.mainMenu li a{
				display: block;
				line-height: 100px;
				padding: 0px 20px;
				font-size: 28px;
				color: white;
				text-decoration: none;
			}







.footer{
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #8f8f8f;
	background: white;
}
.footer .shareMenu{
	width: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
	.footer .shareMenu p{
		float: left;
	}
	.footer .shareMenu li{
		float: left;
		margin: 0px 10px 0px;
	}
		.footer .shareMenu li a{

		}
		.footer .shareMenu li a.FB{
			background: url(/Design/images/share_FB.svg) center center no-repeat;
			background-size: contain;
		}
		.footer .shareMenu li a.VK{
			background: url(/Design/images/share_VK.svg) center center no-repeat;
			background-size: contain;
		}
		.footer .shareMenu li a.TW{
			background: url(/Design/images/share_TW.svg) center center no-repeat;
			background-size: contain;
		}
		.footer .shareMenu li a.OK{
			background: url(/Design/images/share_OK.svg) center center no-repeat;
			background-size: contain;
		}
	.footer .logo_intel{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 300px;
		margin: auto;
		background: url(/Design/images/logo_intel_blue.svg) no-repeat;
		background-size: contain;
	}
	.footer .logo_mvideo{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 30px;
		margin: auto;
	}
	.footer .logo_hp{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 210px;
		margin: auto;
	}
	.footer .logo_timeout{
		height: 100%;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 30px;
		margin: auto;
	}







.floorsHolder{
	width: 100%;
	height: 100%;
}

.testFloor{
	background: url(/Design/images/bg-testFloor.jpg) left top no-repeat;
	background-size: cover;
}
.mpTrans{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.mpScreen{
	width: 50%;
	position: absolute;
	top: 160px;
	bottom: 0px;
	right: 15%;
}
.main_intro{

}
	.main_intro .logo_project{
		margin: 0px auto 50px;
	}
	.intro_text{
		text-align: center;
		font-size: 24px;
		color: white;
	}
		.slogan{
			display: block;
			font-size: 34px;
			margin: 20px 0px 0px 0px;
			color: white;
			text-align: center;
		}
		.sloganBig{
			font-weight: bold;
   color: #0096d6;

	}
	.main_intro .redBtn{
		width: 370px;
		margin: 50px auto 0px;
	}

.trueTestForm{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.testHolder{
	bottom: 100px;
}
.test_fake{
	width: 100%;
	height: 100%;
}
.tQuestion_fake{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.tq_table{
	display: table;
	width: 100%;
	height: 100%;
}
.tq_cell{
	display: table-cell;
	vertical-align: middle;
}
	.tq_text{
		font-size: 50px;
		color: white;
		text-align: center;
	}
	.tq_controls{
		margin: 50px auto 0px;
		text-align: center;
	}
		.tq_controls .redBtn{
			display: inline-block;
			margin: 0px 15px 0px;
			width: 320px;
		}
.qCount{
	font-size: 36px;
	color: white;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -15px;
}



.regHolder{
	width: 930px;
}
.regHolder_table{
	display: table;
	width: 100%;
	height: 100%;
}
.regHolder_cell{
	display: table-cell;
	vertical-align: middle;;
}
.regForm{
	display: block;
	width: 450px;
	margin: 0px auto 0px;
}
.regError{
    font-size: 26px;
    color: red;
}
	.regForm .visibInput{
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0px 10px;
		margin: 0px 0px 15px 0px;
		font-size: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		outline: none;
		background: white;
	}
	.regSubmit{
		display: none;
	}
.visibInput::-webkit-input-placeholder{
	color:#0096d6;
	font-size: 24px;
}
.visibInput::-moz-placeholder{
	color:#0096d6;
	font-size: 24px;
}
.visibInput:-moz-placeholder{
	color:#0096d6;
	font-size: 24px;
}
.visibInput:-ms-input-placeholder{
	color:#0096d6;
	font-size: 24px;
}
.visibInput.anim{
	-webkit-animation: 0.1s tremor ease-out infinite;  
	animation: 0.1s tremor ease-out infinite;  
}


.tQuestionArea_fake{
	display: block;
	width: 450px;
	height: 180px;
	float: left;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 0px 15px;
	border: none;
	outline: none;
	resize: none;
	background: white;
}
.sendResult{
	width: 350px;
	margin: 40px auto 0px;
}
.tQuestionArea_intro{
	width: 650px;
	color: white;
	font-size: 32px;
	text-align: center;
	margin: 0px auto 40px;
}



.ansHolder{

}
.ans_table{
	display: table;
	width: 100%;
	height: 100%;
}
.ans_cell{
	display: table-cell;
	vertical-align: middle;
}
.finalMessage{
	font-size: 48px;
	color: white;
	text-align: center;
}




.rulesFloor{
	background: url(/Design/images/bg-rulesFloor.jpg) left bottom no-repeat;
	background-size: cover;
}
.rulesFloor .fContent{
	width: 70%;
	position: absolute;
	top: 200px;
	bottom: 0px;
	right: 0px;
}
	.rulesFloor h1{
		text-align: center;
		margin: 0px 0px 0px 0px;
	}
.rulesSlider_hloder{
	width: 80%;
	height: 75%;
	margin: 0px auto 0px;
}
.rulesSlider{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}
	.rulesElem{
		display: table;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}
		.rulesCell{
			display: table-cell;
			vertical-align: middle;
		}
			.ruleHeader{
				text-align: center;
				margin: 0px auto 0px;
			}
			.ruleText{
				font-size: 38px;
			}
				.ruleText i{
					display: block;
					float: right;
				}
.rulesArrow{
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.rulesArrow.left{
	left: -90px;
}
.rulesArrow.right{
	right: -90px;
}

.realSlider{
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}
.rulesElem .shareMenu{
	width: 500px;
	height: 60px;
	float: right;
	margin: 20px 0px 0px 0px;
	list-style: none;
}
	.rulesElem .shareMenu p{
		float: left;
		line-height: 60px;
		font-size: 30px;
	}
	.rulesElem .shareMenu li{
		float: left;
		margin: 0px 0px 0px 10px;
	}
		.rulesElem .shareMenu li a{
			display: block;
			width: 60px;
			height: 60px;
		}
		.rulesElem .shareMenu li a.FB{
			background: url(/Design/images/share_rule_FB.svg) center center no-repeat;
			background-size: contain;
		}
		.rulesElem .shareMenu li a.VK{
			background: url(/Design/images/share_rule_VK.svg) center center no-repeat;
			background-size: contain;
		}
		.rulesElem .shareMenu li a.TW{
			background: url(/Design/images/share_rule_TW.svg) center center no-repeat;
			background-size: contain;
		}


.rulesCounter{
	font-size: 38px;
	text-align: center;
}
	.ruleCur{

	}
	.rulesTotal{

	}










.prodFloor{
	background: white;
}
.prodFloor h2{
	z-index: 10;
	text-align: center;
	padding: 110px 0px 0px 0px;
}
.prodCarousel_holder{
	width: 3600px;
	height: 50%;
	top: 260px;
	bottom: 145px;
	left: -3000px;
	right: -3000px;
	margin: auto;
	position: absolute;
}
.prodCarousel{
	width: 100%;
	height: 100%;
}
	.prodCarousel .item{
		display: block;
		width: 1200px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
	}
	.prodCarousel .item[data-order="0"], .prodCarousel .item[data-order="2"]{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.prodCarousel .item[data-order="0"]{
		margin: 0px 0px 0px 0px;
	}
	.prodCarousel .item[data-order="2"]{
		margin: 0px 0px 0px 0px;
	}
	}
	.prodCarousel .item.preActive{
		width: 500px;
		opacity: 0.5;
	}
	.prodCarousel .item{
		-webkit-transition: -webkit-transform 0.5s ease, margin 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease, margin 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, margin 0.5s ease;
		-o-transition: -o-transform 0.5s ease, margin 0.5s ease;
		transition: transform 0.5s ease, margin 0.5s ease;
	}
	.prodCarousel .item *{
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.prod_leftSide{
			width: 50%;
			height: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
		}
			.prod_leftSide .item_table{

			}
		.item_table{
			display: table;
			width: 50%;
			height: 100%;
		}
		.item_table.it_img{
			opacity: 1;
			left: 0px;
		}
		.item_table.it_text{
			opacity: 1;
			left: 50%;
		}
		.prod_leftSide .item_table{
			display: table;
			width: 100%;
			height: 100%;
		}
			.item_cell{
				display: table-cell;
				width: 47%;
				vertical-align: middle;
				padding: 0px 10px 0px;
			}
			.prod_leftSide .item_cell{
				display: table-cell;
				vertical-align: middle;
				width: 100%;
			}
				.prod_img{
					display: block;
					width: 100%;
					margin: auto;
				}
				.prod_leftSide .prod_img{
					display: block;
					width: 100%;
				}
				.prod_content{

				}
					.prod_content h4{
						margin: 0px auto 10px;
					}
					.prod_content p{
						font-size: 20px;
					}
	.prodCarousel .item[data-order="0"] .prod_leftSide{
		opacity: 0.5;
		left: 50%;
	}
	.prodCarousel .item[data-order="0"] .item_table.it_text{
		opacity: 0;
	}
	.prodCarousel .item[data-order="2"] .prod_leftSide{
		opacity: 0.5;
	}
	.prodCarousel .item[data-order="2"] .item_table.it_text{
		opacity: 0;
	}





.prodCarousel_controls{
	position: absolute;
	width: 1530px;
	height: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 100;
}
	.prodCarousel_controls a{
		display: block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}
	.prodCarousel_controls .previous{
		left: -75px;

	}
	.prodCarousel_controls .next{
		right: -75px;
	}

.prodCarousel_holder .redBtn{
	width: 400px;
	position: absolute;
	bottom: -60px;
	left: 0px;
	right: 0px;
	margin: auto;
}







.main_pastScreen{
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}
.main_preScreen{
	right: -100%;
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}


.tickets{
	display: block;
	position: absolute;
	top: 17%;
	right: -130px;
	cursor: pointer;
}
.ticket{
	width: 450px;
	height: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/Design/images/ticket.png) no-repeat;
	background-size: contain;
}
.ticket.t1{
	right: -35px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.ticket.t2{
	top: 60px;
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	transform: rotate(-16deg);
}






.popupBack{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.6);
}
.popup.rules{
	display: none;
	width: 80%;
	height: 95%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2010;
	background: white;
}
.popup.rules h1{
	text-align: center;
	margin: 0px auto 30px;
	padding: 30px 0px 0px 0px;
}
.popup.rules .closePopup{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(/Design/images/closeCross.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.rules_wrapper{
	width: 80%;
	height: 80%;
	margin: 0px auto 0px;
	overflow: hidden;
}
.rules_scroller{
	width: 120%;
	height: 100%;
	overflow-y: scroll;
}
.rules_holder{
	width: 70%;
	padding: 0px 30px;
}
.rules_track{
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 10px;
	background: grey;
}
.rules_slider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	background: silver;
}








.popup.winners{
	display: none;
	width: 80%;
	height: 95%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2010;
	background: white;
}
.popup.winners h1{
	text-align: center;
	margin: 0px auto 30px;
	padding: 30px 0px 0px 0px;
}
.popup.winners .closePopup{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(/Design/images/closeCross.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.win_wrapper{
	width: 80%;
	height: 80%;
	margin: 0px auto 0px;
	overflow: hidden;
}
.win_scroller{
	width: 120%;
	height: 100%;
	overflow-y: scroll;
}
.win_holder{
	width: 70%;
	padding: 0px 30px;
}
.win_track{
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 10px;
	background: grey;
}
.win_slider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	background: silver;
}











.contTerms{
	font-size: 30px;
	position: absolute;
	top: 22px;
	right: 210px;
	text-decoration: underline;
	cursor: pointer;
}


.locker{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(/Design/images/locker.jpg) no-repeat;
	background-size: cover;
	z-index: 5000;
}
.locker p{
	font-size: 58px;
	text-align: center;
	color: white;
	width: 70%;
	margin: 0px auto;
}
.lock_table{
	display: table;
	width: 100%;
	height: 100%;
}
.lock_cell{
	display: table-cell;
	vertical-align: middle;
}


@media only screen and (orientation: portrait){
.locker{
	display: block;
}
}






.tq_areaText_fake{
	width: 60%;
	margin: 0px auto 15px;
	font-size: 36px;
	text-align: center;
	color: white;
}
.tq_areaText_fake.anim{
	-webkit-animation: 0.1s tremor ease-out infinite;  
	animation: 0.1s tremor ease-out infinite;   
}
.qArea_fake_holder{
	width: 500px;
	height: 300px;
	margin: 0px auto 15px;
}
.qArea_fake{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 30px;
	font-size: 17px;
	resize: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.symbCount{
	position: absolute;
	right: 20px;
	bottom: 3px;
}
.goToReg{
	width: 350px;
	margin: 0px auto 0px;
}

@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-1.5%);
        transform: translateX(-1.5%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(1.5%);
        transform: translateX(1.5%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1.5%);
        transform: translateX(-1.5%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1.5%);
        transform: translateX(1.5%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1.5%);
        transform: translateX(-1.5%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1.5%);
        transform: translateX(1.5%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1.5%);
        transform: translateX(-1.5%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1.5%);
        transform: translateX(1.5%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1.5%);
        transform: translateX(-1.5%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1.5%);
        transform: translateX(1.5%);
    }
}



































@media only screen and (max-width: 1680px){
h1{
	font-size: 54px;
}
h2{
	font-size: 54px;
	line-height: 58px;
}


.headerPusher{
	height: 110px;
}

.redBtn{
	height: 70px;
	line-height: 70px;
	font-size: 42px;
}





.logo_project{
	width: 540px;
	height: 241px;
}




.mpScreen{
	right: 10%;
}
.main_preScreen{
	right: -100%;
}
.main_intro .logo_project{
	margin: 0px auto 35px;
}
.intro_text{
	font-size: 28px;
}



.tq_text{
	font-size: 42px;
}
.tq_controls .redBtn{
	width: 300px;
}

.regHolder{
	width: 835px;
}
.regForm{
	width: 370px;
}
.tQuestionArea_intro{
	margin: 0px auto 40px;
}

.prodFloor h2{
	line-height: 58px;
	margin: 0px auto 20px;
}






.tickets{
	top: 13%;
}
.ticket{
	width: 422px;
	height: 210px;
}
.ticket.t2{
	top: 45px;
}
}



























@media only screen and (max-width: 1600px){
h1{
	font-size: 48px;
}
h2{
	font-size: 48px;
	line-height: 56px;
}
h3{
	font-size: 40px;
	line-height: 44px;
}


.logo_mvideo{
	width: 125px;
	height: 50px;
}
.logo_hp{
	width: 50px;
	height: 50px;
}
.logo_intel{
	width: 80px;
	height: 50px;
}
.logo_project{
	width: 425px;
	height: 190px;
}



.mainMenu li a{
	line-height: 80px;
	font-size: 28px;
}


.shareMenu{
	height: 40px;
}
.shareMenu li a{
	width: 40px;
	height: 40px;
}
.shareMenu p{
	line-height: 40px;
	font-size: 26px;
}


.header{
	height: 80px;
}
.headerPusher{
	height: 90px;
}
.footer{
	height: 65px;
}


.redBtn{
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}



.prodFloor h2{
	z-index: 10;
	text-align: center;
	padding: 90px 0px 0px 0px;
}



.mpScreen{
	right: 10%;
}
.main_preScreen{
	right: -100%;
}
.main_intro .logo_project{
	margin: 0px auto 35px;
}
.intro_text{
	font-size: 24px;
}
.main_intro .redBtn{
	width: 320px;
	margin: 40px auto 0px;
}



.ruleText{
	font-size: 26px;
}
.rulesFloor .fContent{
	width: 70%;
	position: absolute;
	top: 140px;
	bottom: 0px;
	right: 0px;
}


.tq_text{
	font-size: 40px;
}
.tq_controls .redBtn{
	width: 300px;
}

.regHolder{
	width: 835px;
}
.regForm{
	width: 370px;
}
.tQuestionArea_intro{
	margin: 0px auto 40px;
}

.prodFloor h2{
	line-height: 58px;
	margin: 0px auto 20px;
}



.prodCarousel_holder{
	width: 2700px;
	height: 40%;
	margin: 40px auto 0px;
}
.prodCarousel .item{
	width: 900px;
}
.prodCarousel_controls{
	width: 950px;
}




.tickets{
	top: 13%;
}
.ticket{
	width: 350px;
	height: 150px;
}
.ticket.t2{
	top: 30px;
}




.tq_areaText_fake{
	width: 75%;
	margin: 40px auto 10px;
	font-size: 30px;
}
.qArea_fake_holder{
	width: 480px;
	height: 260px;
	margin: 0px auto 15px;
}
.qArea_fake{
	padding: 15px;
}
.goToReg{
	width: 180px;
}
}






























@media only screen and (max-width: 1440px){
h4{
	font-size: 34px;
}
.mpScreen.main_intro{
	width: 40%;
	right: 24%;
}


.tickets{
	top: 13%;
}
.ticket{
	width: 415px;
	height: 205px;
}
.ticket.t2{
	top: 46px;
}

.mpScreen.testHolder{
    right: 16%;
}
.tq_controls {
    margin: 25px auto 0px;
    text-align: center;
}
.qCount {
    font-size: 28px;
    color: white;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -30px;
}

.tQuestionArea_intro {
    width: 500px;
    font-size: 26px;
}
.prodCarousel_holder {
    width: 2700px;
    height: 50%;
    top: 210px;
    margin: 0px auto 0px;
}



.prod_leftSide{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.item_table.it_img{

}
.prodCarousel .item[data-order="0"] .prod_leftSide{
	opacity: 0.5;
	left: 50%;
}
.item_table.it_text{
	left: 50%;
	width: 50%;
}

.prodCarousel_holder .redBtn{
	width: 400px;
	bottom: -50px;
}


.contTerms {
    font-size: 24px;
    top: 17px;
    right: 210px;
}



.main_pastScreen{
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}
.main_preScreen, .mpScreen.testHolder.main_preScreen{
	right: -100%;
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}





.tq_areaText_fake{
	width: 75%;
	margin: 40px auto 10px;
	font-size: 30px;
}
.qArea_fake_holder{
	width: 480px;
	height: 260px;
	margin: 0px auto 15px;
}
.qArea_fake{
	padding: 15px;
}
.goToReg{
	width: 180px;
}
}




@media only screen and (max-width: 1440px) and (max-height: 720px){
h4{
	font-size: 30px;
}
.logo_project{
	width: 350px;
	height: 156px;
}
.redBtn{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}
.intro_text{
	font-size: 21px;
}
.slogan{
	font-size: 30px;
}
.tq_text{
	font-size: 30px;
}
.qCount{
	font-size: 24px;
	top: -60px;
}
.testHolder{
	bottom: 0px;
}

.prodCarousel_holder{
	height: 45%;
	top: 210px;
}
.prod_leftSide{
	width: 40%;
}
.prod_content p{
	font-size: 16px;
}
}



@media only screen and (max-width: 1440px) and (max-height: 620px){
.mpScreen{
	top: 110px;
}
.logo_project{
	width: 300px;
	height: 134px;
}
.intro_text{
	font-size: 18px;
}
.slogan{
	font-size: 26px;
}
.qCount{
	font-size: 21px;
	top: -10px;
}
.tq_areaText_fake{
	font-size: 26px;
}
.qArea_fake{
	font-size: 14px;
	padding: 5px;
}
.qArea_fake_holder{
	width: 480px;
	height: 220px;
	margin: 0px auto 15px;
}
.tQuestionArea_intro{
	width: 500px;
	font-size: 21px;
	margin: 0px auto 20px;
}
.regForm .visibInput{
	height: 36px;
	line-height: 36px;
	margin: 0px 0px 15px 0px;
	font-size: 15px;
}
.visibInput::-webkit-input-placeholder{
	font-size: 16px;
}
.visibInput::-moz-placeholder{
	font-size: 16px;
}
.visibInput:-moz-placeholder{
	font-size: 16px;
}
.visibInput:-ms-input-placeholder{
	font-size: 16px;
}
}


























@media only screen and (max-width: 1366px){
h1{
	font-size: 48px;
}
h2{
	font-size: 44px;
	line-height: 50px;
}
h3{
	font-size: 40px;
	line-height: 44px;
}
h4{
	font-size: 36px;
}


.logo_mvideo{
	width: 87px;
	height: 35px;
}
.logo_hp{
	width: 35px;
	height: 35px;
}
.logo_intel{
	width: 56px;
	height: 35px;
}
.logo_project{
	width: 290px;
	height: 130px;
}
.logo_timeout{
	width: 59px;
}



.mainMenu li a{
	line-height: 56px;
	font-size: 21px;
}


.shareMenu{
	height: 30px;
}
.shareMenu li a{
	width: 30px;
	height: 30px;
}
.shareMenu p{
	line-height: 30px;
	font-size: 21px;
}


.header{
	height: 56px;
}
.headerPusher{
	height: 65px;
}
	.header .logo_hp{
		right: 120px;
	}
	.header .logo_mvideo{
		right: 180px;
	}




.footer{
	height: 45px;
}
	.footer .logo_hp{
		left: 135px;
	}
	.footer .logo_intel{
		left: 180px;
	}
	.footer .shareMenu{
		width: 380px;
	}


.redBtn{
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}





.mpScreen{
	right: 10%;
	top: 110px;
}
.main_preScreen{
	right: -100%;
}
.main_intro .logo_project{
	margin: 0px auto 35px;
}
.intro_text{
	font-size: 21px;
}
.main_intro .redBtn{
	width: 320px;
	margin: 30px auto 0px;
}
.testHolder{
	bottom: 40px;
}


.tq_text{
	font-size: 30px;
}
.tq_controls .redBtn{
	width: 270px;
}

.regHolder{
	width: 835px;
}
.regForm{
	width: 370px;
}

.tQuestionArea_intro{
	width: 60%;
	font-size: 26px;
	margin: 0px auto 20px;
}




.ruleText{
	font-size: 26px;
}
.rulesFloor .fContent{
	width: 70%;
	position: absolute;
	top: 140px;
	bottom: 0px;
	right: 0px;
}




.prodFloor h2{
	line-height: 58px;
	margin: 0px auto 20px;
}



.prodCarousel_holder{
	width: 2100px;
	height: 40%;
	margin: 10px auto 0px;
}
.prodCarousel .item{
	width: 700px;
}
.prodCarousel_controls{
	width: 710px;
}






.tickets{
	top: 13%;
}
.ticket{
    width: 370px;
    height: 169px;
}
.ticket.t2{
	top: 35px;
}


.contTerms {
    font-size: 18px;
    top: 11px;
    right: 140px;
}
.popup.rules h1 {
    text-align: center;
    margin: 0px auto 10px;
    padding: 10px 0px 0px 0px;
}
.popup.winners h1 {
    text-align: center;
    margin: 0px auto 10px;
    padding: 10px 0px 0px 0px;
}


.tq_areaText_fake{
	width: 75%;
	margin: 40px auto 10px;
	font-size: 30px;
}
.qArea_fake_holder{
	width: 480px;
	height: 260px;
	margin: 0px auto 15px;
}
.qArea_fake{
	padding: 15px;
}
.goToReg{
	width: 180px;
}
}


























@media only screen and (max-width: 1290px){
h4{
	font-size: 22px;
}
.redBtn{
	height: 45px;
	line-height: 45px;
	font-size: 21px;
}
.prod_content p{
	font-size: 15px;
}

.logo_project{
	width: 360px;
	height: 160px;
}
.main_intro .logo_project{
	margin: 0px auto 20px;
}
.mpScreen.main_intro {
    width: 45%;
    right: 17%;
    top: 170px;
}


.intro_text {
    font-size: 21px;
    width: 80%;
    margin: 0px auto;
}
.slogan {
    font-size: 26px;
    margin: 20px 0px 0px 0px;
}





.prodFloor h2 {
    line-height: 50px;
    margin: 0px auto 20px;
    padding: 70px 0px 0px 0px;
}
.rulesFloor .fContent {
	width: 67%;
	top: 140px;
	right: 10px;
}
.rulesArrow.left {
    left: -50px;
}
.rulesArrow.right {
    right: -50px;
}


.prodCarousel_holder {
	width: 2700px;
	height: 53%;
	top: 175px;
	margin: 0px auto 0px;
}
.prodCarousel .item {
    width: 900px;
}
.prod_leftSide{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.item_table.it_img {

}
.item_table.it_text {
    left: 50%;
    width: 50%;
}
.prodCarousel_controls {
    width: 970px;
}
.prodCarousel_holder .redBtn {
    width: 400px;
    bottom: -65px;
}


.tq_areaText_fake{
	width: 75%;
	margin: 40px auto 10px;
	font-size: 30px;
}
.qArea_fake_holder{
	width: 480px;
	height: 260px;
	margin: 0px auto 15px;
}
.qArea_fake{
	padding: 15px;
}
.goToReg{
	width: 180px;
}
}



















@media only screen and (max-width: 1024px){
h1{
	font-size: 32px;
}
h2{
	font-size: 32px;
	line-height: 42px;
}
h3{
	font-size: 26px;
	line-height: 40px;
}
h4{
	font-size: 21px;
}

.logo_project {
    width: 181px;
    height: 82px;
}


.redBtn{
    height: 40px;
    line-height: 40px;
    font-size: 21px;
}



.mainMenu li a {
    line-height: 56px;
    font-size: 18px;
}

.mpScreen{
	right: 10%;
	top: 80px;
}
.main_preScreen{
	right: -100%;
}
.main_intro .logo_project{
	margin: 0px auto 15px;
}
.intro_text{
	font-size: 18px;
}
.main_intro .redBtn{
	width: 320px;
	margin: 30px auto 0px;
}

.mpScreen.testHolder {
    right: 19%;
    bottom: 40px;
}

.tq_text{
	font-size: 21px;
}
.tq_controls .redBtn{
	width: 190px;
}

.mpScreen.main_intro {
    width: 45%;
    right: 22%;
    top: 78px;
}



.qCount {
    font-size: 24px;
    bottom: auto;
    top: -15px;
}



.regHolder{
	width: 520px;
	top: 50px;
	right: 21%;
}
.regForm{
	width: 370px;
}

.tQuestionArea_intro{
	width: auto;
	font-size: 21px;
	margin: 0px auto 20px;
}




.ruleText{
	font-size: 21px;
}
.rulesFloor .fContent{
	width: 70%;
	position: absolute;
	top: 90px;
	bottom: 0px;
	right: 0px;
}
.rulesArrow.left{
	left: -45px;
}
.rulesArrow.right{
	right: -45px;
}



.prodFloor h2{
	line-height: 42px;
	margin: 0px auto 0px;
	    padding: 59px 0px 0px 0px;
}


.prodCarousel_holder .redBtn {
    width: 230px;
    bottom: -70px;
}
.prodCarousel_holder{
	width: 1800px;
	height: 40%;
	    top: 140px;
	margin: 0px auto 0px;
}
.prodCarousel .item{
	width: 600px;
}
.prodCarousel_controls{
	width: 610px;
}
.prodCarousel .item[data-order="0"]{
	margin: 0px -30px 0px 0px;
}
.prodCarousel .item[data-order="2"]{
	margin: 0px 0px 0px -30px;
}

.ansHolder{
    right: 22%;
}


.prod_leftSide{
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.item_table.it_img {

}
.item_table.it_text {
    left: 42%;
    width: 70%;
}

.main_pastScreen{
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}
.main_preScreen{
	right: -100%;
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}






.tq_areaText_fake{
	width: 66%;
	margin: 40px auto 10px;
	font-size: 21px;
}
.qArea_fake_holder{
	width: 370px;
	height: 130px;
	margin: 0px auto 30px;
}
.qArea_fake{
	padding: 10px;
	font-size: 14px;
}
.goToReg{
	width: 180px;
}
.symbCount{
	right: 0px;
	bottom: -25px;
	color: white;
}
}