::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-corner {
    background-color: #aeafae00;
}
::-webkit-scrollbar-thumb {
    background-color: #356549eb;
    border-radius: 20px;
}
body {
    font-variant-ligatures: none;
}
a.form-banner__when {
    position: relative;
}
.bon_info {
    position: absolute;
    width: 320px;
    height: 480px;
    top: -20px;
    left: 28px;
    display: none;
}
.bon_info.active {
    display: block;
}
.bon_info img{
    width: 100%;
    height: auto;
    z-index: 99;
    position: relative;
}
span.close {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 0px;
    font-size: 22px;
}

._webp .form-banner__row.error_info.error {
    background: url(../img/inputred.png) center / 100% 100% no-repeat;
}
label.form-banner__checkbox.checkbox.error .checkbox__text:before {
    border: 1px solid #ff0000;
}
._popup-close {
    cursor: pointer;
}
.markets {
    padding-top: 150px;
}
.info-block {
    padding-top: 150px;
}
section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    font-variant-ligatures: none;
}

.item-promo__info {
    min-width: 135px;
}
.item-promo {
    gap: 0;
    padding-left: 100px;
}
.item-promo__discount {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding: 0px 10px;
    background: #FD0000;
    border-radius: 40px;
    min-height: 34px;
    display: inline-block;
    margin-bottom: 5px;
}
.item-promo__price._old {
    color: #0D0D0D;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.item-promo__price {
    color: #0D0D0D;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.item-promo__buy img, .item-promo__buy svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}
.item-promo__buy {
    width: 120px;
}

div#countdown {
    background: #ffffff;
    width: 445px;
    height: 78px;
    padding: 6px 20px 6px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    gap: 15px;
}
.timer__days {
    font-size: 52px;
    font-weight: 800;
    line-height: 65.52px;
    text-align: left;
    position: relative;
}
.timer__days sup {
    font-size: 24px;
    font-weight: 800;
    line-height: 30.52px;
    position: relative;
    top: -12px;
    left: -7px;
}
.timer__time {
    font-size: 52px;
    font-weight: 800;
    line-height: 65.52px;
    text-align: left;
}
@media (min-width: 1500.98px) and (max-width: 1671.98px){
    section.banner.section {
        padding: 145px 0px 0px !important;
    }
}
@media (max-width: 721.98px) {
    .bon_info {
        position: absolute;
        width: 320px;
        height: 480px;
        top: 25px;
        left: -80px;
        display: none;
    }
    .steps__img.last_img {
        position: relative;
        left: 50px;
    }
    .item-promo {
        gap: 0;
        padding-left: 42px;
    }
    .item-promo__info {
        min-width: 65px;
    }


    .item-promo__discount {
        font-size: 20px;
        padding: 0px 5px;
        border-radius: 20px;
        min-height: 24px;
        margin-bottom: 5px;
    }
    .item-promo__price._old {
        font-size: 14px;
    }
    .item-promo__price {
        font-size: 26px;
    }
    .item-promo__buy img, .item-promo__buy svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }
    .item-promo__buy {
        width: 70px;
    }

    div#countdown {
        width: 100%;
        gap: 5px;
        padding: 6px 10px 6px 10px;
    }
    .timer__days {
        font-size: 38px;
        font-weight: 800;
        line-height: 55.52px;
    }
    .timer__time {
        font-size: 38px;
        font-weight: 800;
        line-height: 55.52px;
    }
    .timer__days sup {
        font-size: 18px;
        font-weight: 800;
        line-height: 30.52px;
        position: relative;
        top: -8px;
        left: -7px;
    }
}


