.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: 25px/42px 'GothamPro-Bold', sans-serif;
    color: #3b3b3b;
    vertical-align: middle;
    display: inline-block;
    width: 51px;
    height: 48px;
    background: #fff;
    border: 3px solid #000000;
    border-radius: 1px;
    margin: 0 34px 0 0;
    position: relative;
}

.counter__sec{
    margin: 0;
}

.counter__hour:after,
.counter__min:after{
    position: absolute;
    content: ":";
    top: 2px;
    right: -22px;
    font: 40px/34px 'BebasNeueBold', sans-serif;
    color: #ff228b;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    font: 13.2px/19.07px 'Arial', sans-serif;
    color: #3b3b3b;
    top: -15px;
}

