/*Таймер*/
.countbox {
    height: 151px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto 30px;
    font-family: 'Roboto', sans-serif;
}
.countbox:before {
    content: 'До конца акции осталось:';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 15px;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 15px;
    width: 15px;
    line-height: 48px;
    text-align: left;
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 8px;
    width: 47px;
    height: 74px;
    line-height: 71px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: url("../img/sprite.png") no-repeat 0 bottom;
    font-size: 39px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    margin-bottom: 10px;
}
.countbox-hours1 {
    margin-left: 66px;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 17px;
    font-weight: 700;
    color:#fff;
    text-align: center;
}