.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;
    width: 53px;
    height: 37px;
}

.counter__hour,
.counter__min,
.counter__sec {
    font: 300 30px/35px Gilroy, Arial, sans-serif;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    width: 53px;
    height: 37px;
    margin: 0;
    position: relative;
}

.counter__hour:after,
.counter__min:after{
    position: absolute;
    content: ":";
    top: 0px;
    right: -5px;
    font: 300 30px/35px Gilroy, Arial, sans-serif;
    color: #000;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    font: 300 12px/10.8px Gilroy, Arial, sans-serif;
    color: #000;
    top: -25px;
}

