/*@font-face {
	font-family: 'GOGOIA';
	src: url('fonts/gogoia.eot'); 
	src: url('fonts/gogoia.eot?#iefix') format('embedded-opentype'),
		url('fonts/gogoia.woff2') format('woff2'),
		url('fonts/gogoia.woff') format('woff'),
		url('fonts/gogoia.ttf') format('truetype'),
		url('fonts/gogoia.svg#gogoia') format('svg');
	font-family: 'KZ Baron Neue';
	src: url('fonts/KZ Baron Neue Black.otf') format('otf'),
		 url('fonts/KZ Baron Neue Bold.otf') format('otf'),
		 url('fonts/KZ Baron Neue.otf') format('otf'); 
}*/

body, html {
  height: 100%;
}

body{
	background-image: url('../image/qzaqstantime.jpg');
	/* Full height */
	height: 100vh;	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-color: #002648;*/
}


.content{
	max-width: 1200px;
/*	width: 100%;*/
	position: absolute;
	left: 27%;
	top: 30%;
	margin: 0 auto;
}

.content-container--main_ads{
	display: flex;
	flex-direction: row;
}

.content-container{
	max-width: 1200px;
	width: 100%;
	height: 110px;
}


.content-logo{
	width: 100%;
	align-items: center;
}


.content-logo img{
	width: 100%;
	height: auto;
}


.content-text{
	width: 100%;
	margin-top: 90px;
	text-align: center;

	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}



.content-container--bot{
	margin-top: 150px;
	width: 100%;
	max-width: 1200px;
	height: 200px;
	display: flex;
	justify-content: space-between;
}

.content-container-timer{
	display: flex;
	flex-direction: column;
	width: 22%;
	background-image: url(../image/Р·Р°РіР»СѓС€РєР°.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px dashed #fff;

}
.content-container-timer--top{
	width: 100%;
	height: auto;
	color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120px;
	text-align: center;
}

.content-container-timer--bot{
	width: 100%;
	height: auto;
	color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:25px;
	text-transform: uppercase;
	text-align: center;
}


/*ads*/
.ads_top{
	width: 970px;
	height: 90px;
}

.ads_top img{
	width: 100%;
	height: auto;
}

.ads_bottom{
	width: 970px;
	height: 90px;
}
.ads_bottom img{
	width: 100%;
	height: auto;
}


.ads_left{
	width: 160px;
	height: 600px;
}
.ads_left img{
	width: 100%;
	height: auto;
}


.ads_right{
	width: 160px;
	height: 600px;
}

.ads_right img{
	width: 100%;
	height: auto;
}


/*//ads*/


@media (max-width: 1200px){

body{
	background-size: 227% 141%;
}


.content {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 20%;
}

.content-text {
	width: 100%;
}

.content-logo img{
	display: block;
	margin: 0 auto;
}

.content-container{
	width: 100%;
}

.content-text{
	font-size: 18px;
}

.content-container--bot{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.content-container-timer--top{
	font-size: 90px;
}

.content-container-timer--bot{
	font-size: 20px;

}

.content-logo img{
	width: 90%;
}

}



@media (max-width: 900px){

body{
	background-size: cover;
}



.content-text{
	font-size: 14px;
}

.content-container-timer--top{
	font-size: 60px;
}

.content-container-timer--bot{
	font-size: 16px;
}

.ads_top{
	width: 320px;
	height: 50px;
}

.ads_bottom{
	width: 320px;
	height: 50px;
}

.ads_right.ads_left{
	display: none;
}


}



@media (max-width: 650px){

body{
	background-size: cover;
}


.content-text{
	font-size: 13px;
}

.content-container-timer--top{
	font-size: 45px;
}

.content-container-timer--bot{
	font-size: 13px;
}


.content-container-timer{
	height: 140px;
}

.content-container-timer--top{
	height: 100px;
}
.content{
	top: 15%;
}


}

@media (max-width: 550px){

body{
	background-size: auto;
}
}



@media (max-width: 500px){

body{
	background-image: url(../image/qzaqstantimemobi.jpg);
	background-size: 110% 130%;
}

.content-container-timer{
	width: 21%;
}

.content-text{
	font-size: 12px;
}

.content-container-timer--top{
	font-size: 40px;
}

.content-container-timer--bot{
	font-size: 12px;
}


}


@media (max-width: 400px){

body{
	background-image: url(../image/qzaqstantimemobi.jpg);
	background-size: 110% 160%;
}


.content-container--bot{
	margin-top: 30px;
}

.content-container-timer{
	height: 110px;
}

.content-container-timer--top{
	height: 80px;
}

.content{
	top: 5%;
}

}

@media (max-height: 450px){

body{
	background-size: 138% 219%;
}

}