.promote_slider {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(13.5914px);
    border-radius: 8px;
    position: relative;
    padding: 32px 20px;
    max-width: 376px;
}

.promote_slider .slick-arrow {
    cursor: pointer;
    color: #313131;
    font-size: 14px;
    position: absolute;
    right: 4px;
    bottom: 13px;
    z-index: 1;
}
.promote_slider .slick-arrow.prev {
    right: 36px;
}

.promote_block__button {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto !important;
}
.promote_block__button span {
    font-size: 14px;
    line-height: 24px;
}

.promote_slider__progress_wrap {
    position: absolute;
    top: 0;
    left: 21px;
    right: 21px;
    height: 2px;
}
.promote_slider__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    transition-property: width;
    transition-timing-function: ease-out;
    background: #B70D18;
}

.promote_slider__counter {
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 12px;
    line-height: 110%;
    color: #303030;
}

.promote_slider__total_slide {
    color: #3030304D;
}

.promote_block__label {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    gap: 7px;
    margin-bottom: 24px;
}

.promote_block__label i {
    color: #B70D18;
    font-size: 14px;
}

.promote_block__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}

.promote_block__text:first-child {
    margin-top: 15px;
}

.promote_block__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .promote_slider {
        max-width: 100%;
        padding: 24px 20px;
    }
    .promote_block__text {
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .promote_slider {
        padding: 16px 12px;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 66px;
    }
    .promote_block__label {
        display: none;
    }
    .promote_slider__counter {
        display: none;
    }
    .promote_block__text {
        font-size: 15px;
        line-height: 18px;
    }
}