/*Таймер*/
.countbox {
    height: 97px;
    width: 100%;
    margin: 0 auto ;
}
.countbox:before {
    content: 'Акция закончится через:';
    display: block;
    width: 100%;
    text-align: center;
    color:#222222;
    font-size: 18px;
    font-family:'OfficinaSansBoldC';
    margin-bottom: 5px;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 18px;
    line-height: 48px;
    text-align: left;
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 6px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    color: #222222;
    background: #fddd04;
    font-size: 24px;
    font-family:'OfficinaSansBoldC';
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow:inset 0 2px 0 0 #ebcd04;
    box-shadow:inset 0 2px 0 0 #ebcd04;
}
.countbox-hours1 {
    margin-left: 0;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox > div:nth-of-type(1) {
    margin-left: 24px;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 14px;
    color:#222222;
    text-align: center;
    text-transform: lowercase;
}