.countdownHolder{
	margin:0 auto;
	/* font-family: 'Muller', Tahoma, Arial; */
	text-align: center;
}

.countdownHolder>span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 4px 11px 25px;
	color: #f1f1f1;
	background: #2955c7;
	margin: 0 10px 0 0;
	text-align: center;
	position: relative;
	border-radius: 2px;
}

.position{
	display: inline-block;
	height: 45px;
	overflow: hidden;
	position: relative;
	width: 27px;
	text-align: center;
}

.digit{
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
	position:absolute;
	display:block;
	text-align:center;
	color:#fff;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:none !important;
}

.countDays:after {
    content: 'дней';
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.countHours:after {
    content: 'часов';
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.countMinutes:after {
    content: 'минут';
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.countSeconds:after {
    content: 'секунд';
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}