.countdownHolder{
	/*width:215px;*/
	margin:0 auto;
	text-align:center;
	color: #fff;
}

.position{
	display: inline-block;
	height: 1.6em;
	/*overflow: hidden;*/
	position: relative;
	width: 10px;
}

.digit{
	position:absolute;
	display:block;
	width: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .33);
}

.countDays   { display: inline-block; position: absolute; top: 7px; left: 9px; }
.countDiv0{ opacity: 0;  display:none !important; }
.countHours  { display: inline-block; position: absolute; top: 7px; left: 74px; }
.countDiv1{ opacity: 0;  display:none !important; }
.countMinutes{ display: inline-block; position: absolute; top: 7px; left: 139px; }
.countDiv2{ opacity: 0; display: none !important;}
.countSeconds{ display: inline-block; position: absolute; top: 7px; left: 204px; }
.countDays:after, .countHours:after, .countMinutes:after, .countSeconds:after {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.countDays:after {
	content: 'Дней';
	left: -3px;
}
.countHours:after {
	content: 'Часов';
	left: -8px;
}
.countMinutes:after {
	content: 'Минут';
	left: -6px;
}
.countSeconds:after {
	content: 'Секунд';
	left: -9px;
}
.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}

.name-date {}
	.name-date li { display: inline-block; width: 45px; margin:0 7px; font-weight: bold;}
	.name-date li:first-child { margin-right: 5px; margin-left: 20px;}
	.name-date {}
	.name-date {}