.bonus-benefit {
    margin-bottom: 100px;
    color: #646565;
}
.bonus-benefit h2 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: inherit;
    margin-bottom: 40px;
}
.bonus-benefit h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 28px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    color: inherit;
}
.bonus-benefit__i {
    max-width: 458px;
    border-radius: 24px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    padding: 24px;
    margin: 0 8px;
}
.bonus-benefit__i p {
    font-size: 15px;
    line-height: 24px;
}
.bonus-benefit .num {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 28px;
    line-height: 42px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    color: white;
    background-color: #EE7219;
    text-align: center;
    padding: 8px 0;
    border-radius: 16px;
    margin-bottom: 24px;
}
.bonus-benefit .slick-list {
    margin: 0 -8px;
    padding: 8px;
}
.bonus-benefit .slick-track {
    display: flex !important;
}
.bonus-benefit .slick-slide {
    height: inherit !important;
}
.bonus-benefit .container {
    margin: 0 0 0 auto;
    max-width: calc((100% - 1255px) / 2 + 1255px);
}

@media screen and (max-width: 800px) {
    .bonus-benefit {
        margin-bottom: 40px;
    }
    .bonus-benefit__i {
        max-width: 340px;
    }
    .bonus-benefit .num {
        display: inline-block;
        margin-right: 24px;
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .bonus-benefit h3 {
        display: inline-block;
    }
}