/*Ð¢Ð°Ð¹Ð¼ÐµÑ€*/
.countbox {
    width: 389px;
    height: 136px;
    margin: 0 auto 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 14px;
}
.countbox:before {
    content: 'До кінця акції залишилося:';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 13px;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 22px;
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 4px;
    width: 54px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    z-index: 1;
    color: #222;
    background: url(../images/timer.png) no-repeat 0 0;
    font-size: 36px;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: .36px;
    -webkit-border-radius: 2px;
    margin-bottom: 0px;
    position: relative;
}
.countbox-hours2:after,
.countbox-mins2:after {
    content: ':';
    display: block;
    font-weight: 900;
    color:#fff;
    font-size: 36px;
    position: absolute;
    top:-4px;
    right: -18px;
}
.countbox-hours-text {
    padding-left: 0;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox-hours1 {
    margin-left: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    text-align: center;
    text-transform: lowercase;
}