@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('Roboto.woff2') format('woff2'), url('Roboto.woff') format('woff'), url('Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	font-family: roboto;
	

	/*background-color: #431f5d;
	background-image: url('images/bgUp.png');*/


overflow: hidden;
	color: #fff;
}

h1{
	padding: 0;
	margin: 0;
}

body header{
	height: 100px;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: space-around;
	position: relative;
	z-index: 2;
}

.logo img{
	margin-top: 20px;
}

.mini-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-ms-align-items: center;
	align-items: center;
}

.mini-menu a{
	width: 24px;
	margin: 0 5px 0 5px;
}

.nav{
	height: 5%;

}

.center_page{
	height: 75%;


	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: center;
	align-items: center;

	justify-content: center;
	position: relative;
	z-index: 2;
}

#event_one, #event_two, #event_three, #event_pause, #event_four, #event_five, #congratulations{	
	height: 75%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: center;
	align-items: center;

	justify-content: flex-end;
}

#sharik{
	width: 30px;
	height: 30px;
	background: #eeeeee;
	border-radius: 50%;
	position: absolute;

	z-index: 2;

	left: 0px;
	top: 0px;
}

#time{
	font-size: 60px;
}

#support{
	font-size: 18px;
}

.button{
	/*background: #fff;*/
	border: 3px solid #eeeeee;
	
	border-radius: 50px;

	padding: 20px;
	text-decoration: none;
	color: #eeeeee;
	font-family: roboto;
	font-size: 16px;

	font-weight: 600;

	transition: 1s ease;
}

.button:hover{
	border: 3px solid #eaeaea;

	color: #000;

	background-color: #fff;

	border-radius: 50px;

	transition: 1s;
}

h1{
	font-size: 80px;
}

.bgImg{
	width: 100%;
	height: 100%;

	position: absolute;	
	top: 0px;
	left: 0px;

	z-index: 1;
}

.bgImg img{
	width: 100%;
	height: 100%;
}

.events{
	width: 100%;
	height: 100%;

	position: relative;
	z-index: 2;
}

.volume{
	width: 70px;
}

.mini-menu div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: center;
	align-items: center;

	justify-content: flex-start;
}

input[type="range"] {
	position: absolute;
	left: 1426;
	top: 40;

	padding: 0;
	margin: 0;
}

#settings{
	position: relative;

	margin-top: 50px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;

	-ms-align-items: center;
	align-items: center;
}

#settings a{
	font-size: 14px;

	height: 20px;
	color: #fff;
}

.elem{
	width: 100px;
	height: 100px;

	position: relative;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-ms-align-items: center;
	align-items: center;

	visibility: hidden;
}


input[type="text"]{
	width: 40px;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;

	color: #fff;
	padding: 5px;
}

/*moz*/
input[type='range']::-moz-range-track{
	-webkit-appearance: none;
    border-radius:50px;
    height:4px;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

/*chrome*/
input[type='range']{
	-webkit-appearance: none;
    border-radius:50px;
    height:4px;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

input[type='range']::-webkit-slider-thumb{
    -webkit-appearance: none;
    border: 1px solid #fff;
    width: 10px;
    height: 15px;
    background-color: #999;
    border-radius: 5px;
    cursor: pointer;
}

input[type="range"]{
	width: 70px;
}

.range{
	width: 72px;
	height: 27px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-ms-align-items: center;
	align-items: center;
}

input[type="text"].dummyOne, input[type="text"].dummyTwo{
	width: 15px;
	border-left: none;

	pointer-events: none;
}