/*Таймер*/
.countbox:before {
    content: 'До конца акции осталось:';
    display: block;
    text-align: center;
    font-size: 14px;
    color:#333;
    font-family: "GothamProBold";
    margin-bottom: 3px;
    text-transform: uppercase;
}
.countbox {
    height: 110px;
    width: 100%;
    padding-left: 0;
    margin: 12px auto;
}
.countbox > div:last-child {
    margin: 0;    
}
.countbox > div:first-child {
    margin-left: 30px;    
}
.countbox .countbox-num {
    float: left;
    width: 60px;
    height: 60px;
    background: #fff;
    margin-right: 23px;
    border-radius: 100%;
}
.countbox-hours, .countbox-mins, .countbox-secs {
    color: #333333;
    font-size: 26px;
    text-align: center;
    line-height: 62px;
    margin-bottom: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 12px;
    letter-spacing: .12px;
    text-align: center;
    text-transform: lowercase;
}