.counter__num {
    text-align: center;
    margin-bottom: 10px
}

.counter__num_text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.counter__num_item {
    display: inline-block;

}

.counter__hour,
.counter__min,
.counter__sec {
    font: 25.9209px/40px 'Roboto', sans-serif;
    color: #1B1B1B;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #C4C4C4;
    margin: 0 20px 0 0;
    position: relative;
}

.counter__sec{
    margin: 0;
}

.counter__hour:after,
.counter__min:after{
    position: absolute;
    content: ":";
    top: -2px;
    right: -13px;
    font: 25.9209px/40px 'Roboto', sans-serif;
    color: #1B1B1B;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    font: 14px/16px 'Roboto', sans-serif;
    color: #C4C4C4;
    top: -13px;
}

