
#countbox
{
	overflow: hidden;
	color: white;
	font-family: 'Marck Script';
	font-size: 65px;
	height: 106px;
	line-height: 82px;
	width: 436px;
	border: 4px solid rgba(255, 255, 255, .75);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 180px;
}
#countbox .countbox-num
{
	float: left;
}
#countbox .countbox-space
{
	float: left;
	height: 90px;
	width: 8px;
}
#countbox-days1,#countbox-hours1,#countbox-mins1,#countbox-secs1,#countbox-days2,#countbox-hours2,#countbox-mins2,#countbox-secs2
{
	background-image: url('../images/flip.png');
	background-repeat: no-repeat;
	float: left;
	height: 89px;
	margin: 0 -8px 0 0;
	text-align: center;
	width: 55px;
	z-index: 1;
}
#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text
{
	font-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	height: 14px !important;
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
}
#countbox-days-text,#countbox-hours-text{
	margin-left: 20px;
}
#countbox-days1 span, #countbox-days2 span, #countbox-hours1 span, #countbox-hours2 span, #countbox-mins1 span, #countbox-mins2 span, #countbox-secs1 span, #countbox-secs2 span
{
	background: url('../images/flip_gradient.png');
	background-repeat: no-repeat;
	display: block;
	height: 89px;
	position: absolute;
	width: 55px;
} /*Скрипт скачан с сайта mywpnote.ru */

@media screen and (max-width: 960px){
	#countbox{
		margin-left: 100px;
	}
}
@media screen and (max-width: 800px){
	#countbox{
		background-color: #000000;
		margin: 0 auto;
	}
}
@media screen and (max-width: 820px){
	#countbox{
		font-size: 50px;
		height: 80px;
		width: 400px;
	}
}
@media screen and (max-width: 475px){
	#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text{
		font-size: 12px;
		margin-top: 20px;
	}
	#countbox-days1,#countbox-hours1,#countbox-mins1,#countbox-secs1,#countbox-days2,#countbox-hours2,#countbox-mins2,#countbox-secs2{
		width: 35px;
	}
	#countbox{
		font-size: 55px;
		height: 50px;
		width: 250px;
	}
}