html
{
	padding:0;
	margin:0;
	border:0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

body
{
	padding:0;
	margin:0;
	border:0;
	background:url("../img/bg.png") no-repeat;
	color:#FFFFFF;
	/*min-width:1900px;*/

}

a
{
	text-decoration:none;
}

a:active, a:focus, img, input, select
{
	outline:0;
}

@font-face {
	font-family: RobotFont;
	src: url(../fonts/crystal.TTF);
}

#video-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background: #000000;
/*	background: url(bg/daisy-stock-poster.jpg) no-repeat #94a233; */
	background-size: cover;
}

#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

@supports (object-fit: cover) {
	#video-bg > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@keyframes change-background {
	0% {
		opacity: 1;
	}
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 0.7;
	}
	30% {
		opacity: 0.1;
	}
	40% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0.3;
	}
	70% {
		opacity: 1;
	}
	80% {
		opacity: 0.7;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}
}

.main_block
{
	position: fixed;
	top: 0;
	left: 0;
	width: 1900px;
	height: 950px;
	margin: 0px auto;
	background:url("../img/bg.png") no-repeat;
	z-index: 5;
	animation: change-background 3s ease infinite;
	animation-direction: alternate;
}
#typewriter{
	position: absolute;
	top: 250px;
	right: 360px;
	width: 260px;
	height: 400px;
	text-shadow: 1px 1px 2px black;
    font-family: RobotFont;
}

@keyframes moving {
	100% {transform: rotate(-360deg);}
}
.el_01 {
	position: absolute;
	bottom: 85px;
	right: 240px;
	background: url("../img/el_01.png") no-repeat;
	width: 105px;
	height: 105px;
	animation: moving 3s infinite linear;
	/*transform-origin: -80px -80px;*/
}
@keyframes myanimation01 {
	0% {background:#00e3ff;width:0;}
	50% {background:#00a1ec;width:450px;}
	100% {background:#00e3ff;width:895px;}
	/*100% {transform: rotate(-360deg);}*/
	100% {transform: rotateY(90deg) translateZ(12px);}
}

.el_02 {
	position: absolute;
	bottom: 28px;
	left: 203px;
	animation: myanimation01 7s infinite linear;
	animation-direction: alternate;
	width: 895px;
	height: 43px;
}



.view {
	position: absolute;
	top: 195px;
	left: 195px;

	-webkit-perspective: 400;
	perspective: 400;
}

.plane {
	width: 120px;
	height: 120px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.plane.main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotateX(60deg) rotateZ(-30deg);
	transform: rotateX(60deg) rotateZ(-30deg);
	-webkit-animation: rotate 20s infinite linear;
	animation: rotate 20s infinite linear;
}
.plane.main .circle {
	width: 120px;
	height: 120px;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 60px #00a2ef, inset 0 0 60px #00a2ef;
}
.plane.main .circle::before, .plane.main .circle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10%;
	height: 10%;
	border-radius: 100%;
	background: #00a2ef;
	box-sizing: border-box;
	box-shadow: 0 0 60px 2px #00a2ef;
}
.plane.main .circle::before {
	-webkit-transform: translateZ(-90px);
	transform: translateZ(-90px);
}
.plane.main .circle::after {
	-webkit-transform: translateZ(90px);
	transform: translateZ(90px);
}
.plane.main .circle:nth-child(1) {
	-webkit-transform: rotateZ(72deg) rotateX(63.435deg);
	transform: rotateZ(72deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(2) {
	-webkit-transform: rotateZ(144deg) rotateX(63.435deg);
	transform: rotateZ(144deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(3) {
	-webkit-transform: rotateZ(216deg) rotateX(63.435deg);
	transform: rotateZ(216deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(4) {
	-webkit-transform: rotateZ(288deg) rotateX(63.435deg);
	transform: rotateZ(288deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(5) {
	-webkit-transform: rotateZ(360deg) rotateX(63.435deg);
	transform: rotateZ(360deg) rotateX(63.435deg);
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
		transform: rotateX(0) rotateY(0) rotateZ(0);
	}
	100% {
		-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
		transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
		transform: rotateX(0) rotateY(0) rotateZ(0);
	}
	100% {
		-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
		transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
	}
}

.el_script_mess
{
	position: absolute;
	bottom: 125px;
	left: 385px;
	background: url("../img/el_script_mess.png") no-repeat;
	width: 837px;
	height: 75px;
}
.el_script_mess_open
{
	position: absolute;
	display: none;
	bottom: 125px;
	left: 235px;
	background: url("../img/el_script_mess_open.png") no-repeat;
	width: 983px;
	height: 517px;
}

.block_control
{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 50px;
	z-index: 999;
}
.block_control div
{
	display: inline-table;
	margin: 0 10px 0 0;
}
.script_mess_open
{
	position: relative;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	color: black;
}
.el_admin_mess
{
	position: absolute;
	top: 160px;
	left: 387px;
	background: url("../img/el_admin_mess.png") no-repeat;
	width: 837px;
	height: 62px;
}
.el_admin_mess_open
{
	position: absolute;
	display: none;
	top: 160px;
	left: 240px;
	background: url("../img/el_admin_mess_open.png") no-repeat;
	width: 986px;
	height: 575px;
}

/*
.main_block
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1024px;
    height: 600px;
    margin: -300px 0 0 -512px;
    background: #FFFFFF url("../img/main.jpg") no-repeat;
}

.main_block_clear
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
}

.main_block_s1
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s1.jpg") no-repeat;
}

.next
{
	position: absolute;
	width: 64px;
	height: 64px;
	bottom: 6px;
	right: 10px;
	background: url("../img/right.png") no-repeat;
}

.main_block_s2
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s2.jpg") no-repeat;
}

.butt
{
	position: relative;
	width: 200px;
	background: #e8e8e8;
	text-align: center;
	color: #000000;
	padding: 15px 0;
	margin: 15px 0 0px 0;
	font-size: 20px;
}

.podskazka
{
	position: relative;
	float: left;
	width: 150px;
	background: #e8e8e8;
	text-align: center;
	color: #000000;
	padding: 15px 0;
	margin: 0 0 0px 0;
	font-size: 16px;
}

.summ
{
	position: relative;
	float: right;
	width: 50px;
	background: #e8e8e8;
	text-align: center;
	color: #000000;
	padding: 15px 0;
	margin: 0 5px 0px 0;
	font-size: 16px;
	font-weight: bold;
}
.n_text
{
	position: relative;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.main_block_q1_p3_fall
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q_fall.jpg") no-repeat;
}
.main_block_q1_p3_ok
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q_ok.jpg") no-repeat;
}

.main_block_q1_p9
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s9.jpg") no-repeat;
}
.next_img
{
	position: absolute;
	width: 64px;
	height: 64px;
	bottom: 275px;
	right: 10px;
	background: url("../img/right.png") no-repeat;
}

.back
{
	position: absolute;
	width: 64px;
	height: 64px;
	bottom: 6px;
	right: 10px;
	background: url("../img/back.png") no-repeat;
}

.main_block_q1_p18
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s18.jpg") no-repeat;
}

.p19
{
	position: relative;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
}
.seconds
{
	position: relative;
	font-size: 50px;
	text-align: center;
}
#fall_p1, #fall_p2, #fall_p3, #fall_p4, #fall_p5
{
	position: relative;
	top: 7px;
	float: right;
	display: none;
	width: 30px;
	height: 30px;
	background: url("../img/smile_2.png") no-repeat;
}
#ok_p1, #ok_p2, #ok_p3, #ok_p4, #ok_p5
{
	position: relative;
	top: 7px;
	float: right;
	display: none;
	width: 30px;
	height: 30px;
	background: url("../img/smile_1.png") no-repeat;
}

.main_block_q1_p20
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s20.jpg") no-repeat;
}

.main_block_q1_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q1/p21.jpg") no-repeat;
}

.main_block_q1_p22
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s22.jpg") no-repeat;
}

.main_block_q1_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q1/p23.jpg") no-repeat;
}

.main_block_q1_p24
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/s24.jpg") no-repeat;
}

.main_block_q2_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q2/p21.jpg") no-repeat;
}
.main_block_q2_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q2/p23.jpg") no-repeat;
}

.main_block_q3_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q3/p21.jpg") no-repeat;
}
.main_block_q3_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q3/p23.jpg") no-repeat;
}

.main_block_q4_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q4/p21.jpg") no-repeat;
}
.main_block_q4_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q4/p23.jpg") no-repeat;
}

.main_block_q5_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q5/p21.jpg") no-repeat;
}
.main_block_q5_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q5/p23.jpg") no-repeat;
}

.main_block_q6_p21
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q6/p21.jpg") no-repeat;
}
.main_block_q6_p23
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	margin: -300px 0 0 -512px;
	background: #FFFFFF url("../img/q6/p23.jpg") no-repeat;
}

.p21_pole input
{
	position: absolute;
	bottom: 55px;
	left: 45%;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 50px;

}

.p23_inp
{
	position: absolute;
	top: 20px;
	left: 80px;
	width: 70px;

}

.p23_inp_01
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #e30015;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_02
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #117eff;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_03
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #aaaaac;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_04
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #ffe103;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_05
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #01a920;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_06
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #e30015;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_07
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #000000;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.p23_inp_08
{
	position: relative;
	margin: 0px auto 10px auto;
	width: 50px;
	height: 50px;
	background: #01a920;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}

 */