/*Таймер*/
.countbox:before {
    content: 'До конца акции осталось:';
    display: block;
    text-align: center;
    font-size: 14px;
    color:#fff;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.countbox {
    height: 103px;
    width: 100%;
    padding-left: 0;
    margin: -55px auto 20px;
}
.countbox > div:last-child {
    margin: 0;    
}
.countbox > div:first-child {
    margin-left: 50px;    
}
.countbox .countbox-num {
    float: left;
    width: 66px;
    height: 57px;
    background:url("../img/timer.png") no-repeat 0 0;
    margin-right: 21px;
}
.countbox-hours, .countbox-mins, .countbox-secs {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 3px;
    position: relative;
}
.countbox-hours:after, .countbox-mins:after {
    content: ':';
    display: block;
    color:#fff;
    font-size: 30px;
    position: absolute;
    top:0px;
    right: -13px;
    font-weight: 400;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
}