.promo__timer.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-bottom: 29px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #727272;
}

@media (min-width: 768px) {
    .promo__timer.timer {
        gap:36px
    }
}

@media (min-width: 1280px) {
    .promo__timer.timer {
        margin-bottom:33px
    }
}

@media (min-width: 1366px) {
    .promo__timer.timer {
        margin-bottom:28px
    }
}

.promo__timer.timer .timer__inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative
}

.promo__timer.timer .timer__inner::after {
    position: absolute;
    content: ":";
    font-weight: 600;
    font-family: Montserrat;
    font-size: 26px;
    line-height: 32px;
    color: #494949;
    right: -15px;
    bottom: 10px
}

.promo__timer.timer .timer__inner:last-child::after {
    display: none
}

@media (min-width: 768px) {
    .promo__timer.timer .timer__inner {
        gap:7px
    }

    .promo__timer.timer .timer__inner::after {
        font-size: 32px;
        line-height: 39px;
        right: -22px;
        bottom: 12px
    }
}

.promo__timer.timer .timer__title {
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    font-size: 11px;
    line-height: 13px
}

@media (min-width: 768px) {
    .promo__timer.timer .timer__title {
        font-size:14px;
        line-height: 17px
    }
}

.promo__timer.timer .timer__counter {
    font-weight: 600;
    color: #494949;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 49px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(62,128,174,.35);
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.promo__timer.timer .timer__counter::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: auto;
    width: calc(100% - 4px);
    height: 50%;
    background-color: rgba(211,211,211,.5);
    border-radius: 4px 4px 0 0
}

@media (min-width: 768px) {
    .promo__timer.timer .timer__counter {
        font-size:32px;
        line-height: 39px;
        width: 62px;
        height: 58px
    }
}
.promo__subtitle_timer {
    font-weight: 700;
    text-align: center;
    color: #f16e8e;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 25px;
    max-width: 100%;
    margin-bottom: 20px
}

.promo__subtitle_timer span {
    color: #fff;
    background-color: #f16e8e;
    box-shadow: 0 5px 15px rgba(241,110,142,.5);
    border-radius: 4px;
    padding: 4px
}

@media (min-width: 768px) {
    .promo__subtitle_timer {
        font-size:26px;
        line-height: 36px;
        max-width: unset;
        margin-bottom: 30px
    }

    .promo__subtitle_timer span {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px
    }
}

@media (min-width: 1024px) {
    .promo__subtitle_timer {
        font-size:32px;
        line-height: 40px;
        max-width: 100%;
        margin-bottom: 18px
    }
}

@media (min-width: 1280px) {
    .promo__subtitle_timer {
        line-height:42px;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width: 1366px) {
    .promo__subtitle_timer {
        font-size:36px;
        line-height: 46px;
        max-width: 100%;
        margin-bottom: 13px
    }

    .promo__subtitle_timer span {
        padding-left: 16px;
        padding-right: 16px
    }
}
.promo__title {
    margin-bottom: 10px;
    max-width: 100%;
}