.b-help {
    position: relative;
    min-height: 444px;
    padding: 0;
    z-index: 4;
}
.mobile .b-help {
    padding: 40px 0 0;
}
.b-help__wrapper {
    position: relative;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    padding: 56px 453px 56px 64px;
    background: #2C2F34 url("../img/bg_gray.webp") right bottom / 1000px 450px no-repeat;
    border-radius: 16px;
}
.mobile .b-help__wrapper {
    padding: 38px 10px 380px;
    border-radius: 16px 16px 0 0;
    background: #2C2F34 url("../img/bg_gray_mobile.webp") center bottom / 360px 360px no-repeat;
    text-align: center;
}
.b-help__title {
    width: 545px;
    max-width: 100%;
    font: 700 44px/54px 'Inter', sans-serif;
    letter-spacing: -1%;
    color: #FFFFFF;
}
.mobile .b-help__title {
    font: 700 40px/50px 'Inter', sans-serif;
}
html[lang="es"] .b-help__title,
html[lang="it"] .b-help__title,
html[lang="pt"] .b-help__title,
html[lang="ru"] .b-help__title,
html[lang="fi"] .b-help__title
{
    font: 700 32px/44px 'Inter', sans-serif;
}
.b-help__text {
    width: 545px;
    max-width: 100%;
    margin: 24px 0 40px;
    font: 18px/28px 'Inter', sans-serif;
    color: #B3B7BD;
}
.b-help__btn {
    display: inline-block;
    width: 180px;
    margin-right: 12px;
    border-radius: 8px;
    padding: 16px 0;
    background: #1583E6;
    vertical-align: middle;
    font: 600 15px/24px 'Open sans', sans-serif;
    box-shadow: 0 10px 13px 0 #00000033;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 150ms linear;
}
.b-help__btn:hover {
    background: #1E94FF;
    box-shadow: 0 10px 13px 0 #0065DB40;
}
.b-help__btn:active {
    background: #1271C7;
}
.mobile .b-help__btn {
    width: 158px;
}
.b-help__btn:last-child {
    margin: 0;
}