*{
	padding:0; margin:0;
}
img {
	border:none;
}
body {
	background-color: #bbbbbb;
}
.emas_logo {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index:999;
	
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans-Regular'),
        url(fonts/open-sans.ttf);
}

@font-face {
    font-family: 'Open Sans Extrabold';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Extrabold'), local('OpenSansExtrabold-Regular'),
        url(fonts/open-sans-extrabold.ttf);
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url(fonts/open-sans-bold.ttf);
}

.need_register {
		position:absolute;
		top:50px;
		left: 40px;
		z-index:999;
	}

.text-bold {
		font-family: 'Open Sans Extrabold';
		color: white;
		font-size: 20pt;
	}
	
.text {
		font-family: 'Open Sans';
		color: white;
		font-size: 16pt;
	}
	
.text-bold-step {
		font-family: 'Open Sans Extrabold';
		color: white;
		font-size: 20pt;
	}
	
.text-step {
		font-family: 'Open Sans';
		color: white;
		font-size: 18pt;
	}
	
.input-email {
		width:400px;
		height:50px;
		border: 0px;
		padding: 5px;
		margin: 5px;
		color: grey;
		font-size: 15pt;
		text-align:center;
	}
	
.button_test {
	width:380px;
	height:150px;
	background: url(/images/button.png) no-repeat;
}

.button_text {
	position: relative;
	font-size: 30pt;
	text-align:center;
	font-family: 'Open Sans Bold';
	color: white;
	top: 35px;
	left: -5px;
	cursor: pointer;
}

.form-agreement {
	color: white;
	font-size: 10pt;
}

.link {
	color: white;
	font-size: 10pt;
}

.video{ display: block; width: 100%; height: 100%; }

#video-wrapper {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}

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

.select_var {
	position:absolute;
	z-index:999;
	top:50px;
	margin-left:100px;
	display: none;
}

.check_box {
	width:33px;
	height:33px;
}

.button_sel_test {
	position:absolute;
	z-index:999;
	font-family: 'Open Sans Bold';
	font-size: 30pt;
	margin-left:40px;
	cursor:pointer;
	width:300px;
	height:50px;
	color: white;
	padding-left: 40px;
	padding-top: 15px;
	background: url(/images/start_test_pr.png) no-repeat;
	background-size: contain;
	right:20px;
	bottom: 70px;
	
}

.text_end {
	position:relative;
	z-index:999;
	font-family: 'Open Sans Bold';
	font-size: 30pt;
	width:800px;
	height:275px;
	color: white;
	
}

.button_start_naim_test {
	position:absolute;
	z-index:999;
	bottom:70px;
	font-family: 'Open Sans Bold';
	font-size: 15pt;
	margin-left:50px;
	cursor:pointer;
	width:400px;
	height:60px;
	color: white;
	padding-left: 12px;
	padding-top: 10px;
	background: url(/images/vst_test_pr.png) no-repeat;
}

.vopros {
	position:absolute;
	z-index:999;
	top:20px;
	margin-left:50px;
	width: 750px;
}

.warning {
	position: absolute;
	right: 20px;
	bottom: 50px;
	z-index:999;
	width:500px;
}

#video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    display: flex;
    right: 0;
    height: 2em;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background: #000000;
}
#video-controls input {
    margin: 0 0.3em;
}
#video-wrapper:hover #video-controls {
	opacity: 1;
}

button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 92%;
}

#volume-bar {
	width: 60px;
}

select > .placeholder {
  display: none;
  text-align:center;
}

.styled-select {
  width:400px;
		height:50px;
		border: 0px;
		padding: 5px;
		margin: 5px;
		color: grey;
		font-size: 15pt;
		text-align:center;
  overflow: hidden;
  background: url(/images/str.png) no-repeat right #fff;
  background-size: 10%;
  border: 1px solid #ccc;
  position: relative;
}
.styled-select select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}

#qwe1 {
  transform:scale(1.8);
  opacity:0.9;
  cursor:pointer;
  }
  
#qwe2 {
  transform:scale(1.8);
  opacity:0.9;
  cursor:pointer;
  }
  
#qwe3 {
  transform:scale(1.8);
  opacity:0.9;
  cursor:pointer;
  }
	
	@media screen and (max-width: 600px) {
		#video-controls {
			height: 4em;
			opacity: 1;
		}
	}
	
#customplay {
	position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    display: table;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    padding: 15px;
    opacity: 0.9;
}

@media screen and (max-width: 980px) {
	.vopros{
		top: 145px;
	}
	#video-wrapper {
		top: 240px;
	}
}