.b-help {
    position: relative;
    min-height: 444px;
    padding: 80px 0;
    background: url("../img/bg_help.png") calc(50% + 408px) bottom / 720px 444px no-repeat;
    z-index: 4;
}
.mobile .b-help {
    padding: 60px 0 407px;
    background: url("../img/bg_help.png") calc(50% + 70px) calc(100% + 45px)  / 720px 444px no-repeat;
}
.b-help__wrapper {
    position: relative;
    margin: auto;
    width: 1000px;
    max-width: 100%;
}
.mobile .b-help__wrapper {
    padding: 0 15px;
    text-align: center;
}
.b-help__title {
    width: 545px;
    max-width: 100%;
    font: 700 44px/54px 'Inter', sans-serif;
    color: #FFFFFF;
}
.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;
    font: 600 15px/24px 'Open sans', sans-serif;
    background: #1583E6;
    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;
}