/*Таймер*/
.countbox {
    width: 100%;
    height: 143px;
    margin: 0 auto 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 14px;
}
.countbox:before {
    content: 'До кінця акції залишилось:';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color:#222;
    margin-bottom: 8px;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 16px;
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 11px;
    width: 47px;
    height: 71px;
    line-height: 68px;
    text-align: center;
    z-index: 1;
    color: #222;
    background: #ffd800;
    background: -moz-linear-gradient(top, #FFD800 0%, #FFBA00 100%);
    background: -webkit-linear-gradient(top, #FFD800 0%,#FFBA00 100%);
    background: linear-gradient(to bottom, #FFD800 0%,#FFBA00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffba00',GradientType=0 );
    font-size: 38px;
    border-bottom: 2px solid #d69c00;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
}
.countbox-hours-text {
    padding-left: 20px;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox-hours1 {
    margin-left: 33px;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 15px;
    font-weight: 400;
    color:#222;
    text-align: center;
    text-transform: none;
}