.bonus-levels {
    margin-bottom: 100px;
    color: #646565;
}
.bonus-levels h2 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    color: inherit;
    padding-left: 20px;
}
.bonus-levels__subtitle {
    font-size: 28px;
    line-height: 32px;
    padding-left: 20px;
}
.bonus-levels-slider {
    margin-top: -80px;
    margin-bottom: -80px;
}
.bonus-levels__i {
    width: 100%;
    max-width: 293px;
    border-radius: 24px;
    padding: 16px;
    margin: 200px 8px;
}
.bonus-levels__i h3 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: inherit;
    margin-bottom: 12px;
}
.bonus-levels__i-left span {
    padding: 4px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .6);
}
.bonus-levels__i-inner {
    display: flex;
    justify-content: space-between;
}
.bonus-levels__i-right {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background-color: white;
    text-align: center;
    padding: 10px;
}
.bonus-levels__i-right div {
    font-size: 28px;
    line-height: 32px;
}
.bonus-levels__i-right span {
    font-size: 14px;
    line-height: 20px;
}
.bonus-levels .container {
    margin: 0 0 0 auto;
    max-width: calc((100% - 1255px) / 2 + 1255px);
}

@media screen and (max-width: 800px) {
    .bonus-levels {
        margin-bottom: 40px;
    }
    .bonus-levels h2 {
        /*font-size: 28px;*/
        /*line-height: 36px;*/
    }
}