.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: 700 36px/28px 'Roboto', sans-serif;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 28px;
    margin: 0 31px 0 0;
    position: relative;
}

.counter__sec{
    margin: 0;
}

.counter__hour:after,
.counter__min:after{
    position: absolute;
    content: ":";
    top: 0px;
    right: -21px;
    font: 700 36px/28px 'Roboto', sans-serif;
    color: #fff;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    display: none
}

