.b-unit-stretch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    z-index: 10000;
    display: none;
    min-height: 70px;
}

.b-unit-stretch__wrapper{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    min-height: 70px;
}

.b-unit-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100003;
    min-width: 1000px;
    background: rgba(15,26,36,0.9);
}
.b-unit-popup__container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -245px 0 0 -345px;
    box-sizing: border-box;
}
.b-unit-popup__content {
    min-width: 608px;
    min-height: 390px;
    background-repeat: no-repeat;
    position: relative;
}

.b-unit-popup__content .b-unit__close {
    position: absolute;
    right: 0;
    top: 0;
}

.b-unit__close {
    background: url("img/close-n.png") no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.b-unit-timer {
    margin: 20px 0;
}
.b-unit-timer_f {
    display: flex;
    align-items: center;
}
.b-unit-timer_f .b-unit-timer__elem {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.b-unit-timer_f .b-unit-timer__elem {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}


.b-unit-timer__elem + .b-unit-timer__elem {
    margin-left: 19px;
}
.b-unit-timer__elem_dots:after {
    content: '';
    background-image: url(img/doths.svg);
    position: absolute;
    height: 77px;
    background-size: contain;
    width: 7px;
    right: -13px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.b-unit-timer__elem_dots:before {
    content: '';
    background-image: url(img/doths.svg);
    position: absolute;
    height: 77px;
    background-size: contain;
    width: 7px;
    left: -13px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.b-unit-timer__elem__value  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 77px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border-radius: 7px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
}

.b-unit-timer_black .b-unit-timer__elem__value {
    background-image: url(img/num.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 83px;
    height: 53px;
    letter-spacing: 21px;
    padding-left: 21px;
    padding-top: 3.4px;
    font-size: 41px;
    font-family: 'Bebas Neue', cursive;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .b-unit-timer_black .b-unit-timer__elem__value {
        padding-left: 14px;
        padding-top: 4px;
    }
}
.b-unit-timer_black .b-unit-timer__elem_dots:before, .b-unit-timer_black .b-unit-timer__elem_dots:after {
    height: 53px;
    width: 5px;
}

.b-unit-timer__elem__type {
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}

.b-unit-timer_black .b-unit-timer__elem__value:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 3px;
    background: url(img/numline.png) top left repeat-x;
    top: 25px;
    right: 9px;
}

.b-unit-timer_black .b-unit-timer__elem__value:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 3px;
    background: url(img/numline.png) top left repeat-x;
    top: 25px;
    left: 9px;
}
.b-unit-bottompopup  {
    display: none;
}



