.countdownHolder{
    width:450px;
    margin:0 auto;
    text-align:center;
    padding-bottom: 18px;
    /*margin-top: 5px;*/
}

.position{
    background-color: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d 0%, #343434 43%, #2b2b2b 55%, #080808 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(43%,#343434), color-stop(55%,#2b2b2b), color-stop(100%,#080808));
    background: -webkit-linear-gradient(top, #3d3d3d 0%,#343434 43%,#2b2b2b 55%,#080808 100%);
    background: -o-linear-gradient(top, #3d3d3d 0%,#343434 43%,#2b2b2b 55%,#080808 100%);
    background: -ms-linear-gradient(top, #3d3d3d 0%,#343434 43%,#2b2b2b 55%,#080808 100%);
    background: linear-gradient(to bottom, #3d3d3d 0%,#343434 43%,#2b2b2b 55%,#080808 100%);
    display: inline-block;
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 20px;
    border-radius: 2px;
}
.position:before {
    background: #000;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}
.digit{
    position:absolute;
    display:block;
    background-color:#444;
    border-radius:0.2em;
    text-align:center;
    letter-spacing:-1px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    line-height: 32px;
}
/*.digit{*/
/*position:absolute;*/
/*display:block;*/
/*width:1em;*/
/*background-color:#444;*/
/*border-radius:0.2em;*/
/*text-align:center;*/
/*color:#fff;*/
/*letter-spacing:-1px;*/
/*}*/

/*.digit.static{*/
/*box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);*/
/**/
/*background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/**/
/*background-image: -webkit-gradient(*/
/*linear,*/
/*left bottom,*/
/*left top,*/
/*color-stop(0.5, #3A3A3A),*/
/*color-stop(0.5, #444444)*/
/*);*/
/*}*/

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */
.countDays,.countHours,.countMinutes,.countSeconds{position: relative;
    width: 45px;}
.countDays{ margin-right: 10px }
.countDiv0{  display:none !important;}
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}

.word_word {
    position: absolute;
    font-size: 12px;
    color: #868686;
    left: 0;
    width: 100%;
    bottom: -20px;
    text-align: center;
}
.word_word.seconds_word{
    margin-left: -2px;
}

.countDiv{
    display:inline-block;
    width:16px;
    height:1.6em;
    position:relative;
}

.countDiv:before,
.countDiv:after{
    position:absolute;
    width:4px;
    height:4px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.4em;
    content:'';
}

.countDiv:after{
    top:0.9em;
}