/*Таймер обратного отсчета*/

.countbox{
	padding: 0;
	margin:12px 0 0;
	color: #2f2f2f;
	font-size: 30px;
	width: 100%;
	float:left;
	color:#4e4e4e;
}
.countbox .countbox-num{
	float: left;
	width: 77px;
	height: 57px;
	background:#fff;
	line-height: 25px;
	padding:20px 0 0;
	font-weight:bold;
}
.countbox .countbox-space{
	float: left;
	width: 10px;
	height: 170px;
}
.countbox-days1,.countbox-hours1,
.countbox-mins1,.countbox-secs1{
	float: left;
	text-align: center;
	width: 77px;
	z-index:1;
}
.countbox-days-text,
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text{ margin: 0px 0 0 0px;
	height: 14px;
	width: 77px;
	font-size:14px;
	text-align:center;
}