.b-help {
    position: relative;
    padding: 80px 20px;
    min-height: 420px;
    background: #F4F6FA url(../svg/help_bg.svg) calc(50% - 372px) 0 no-repeat;

}
.b-help .b-section__wrapper {
    position: relative;
}

.b-help__left-unit {
    position: absolute;
    left: 0;
    top: 41px;
    width: 380px;
    height: 180px;
    font: bold 36px/47px Inter, sans-serif;
    letter-spacing: -0.02em;
    color: #353F4B;
}
.b-help__button {
    display: block;
    width: 240px;
    height: 46px;
    margin-top: 40px;
    background: #5BA8D5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    padding-top: 11px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-decoration: none;
    vertical-align: middle;
}
.b-help__right-unit {
    position: absolute;
    right: 0;
    top: 0;
    width: 490px;
    height: 260px;
}
.b-help__right-unit div {
    width: 245px;
    height: 130px;
}
.b-help__microsoft-partner {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #DFE2E9;
    border-bottom: 1px solid #DFE2E9;
}
.b-help__microsoft-partner-img {
    margin: 24px 0 0 -5px;
    width: 256px;
    height: 82px;
}
.b-help__count-download {
    position: absolute;
    left: 244px;
    top: 0;
    background: url("../svg/help_icon_download.svg") 47px 48px no-repeat;
    padding: 44px 47px 0 95px;
    color: #353F4B;
    font-size: 12px;
}
.mobile .b-help__count-download {
    padding: 44px 32px 0 95px;
    font-size: 14px;
}
.b-help__trustpilot-rating {
    position: absolute;
    left: 0;
    top: 129px;
    background: url("../svg/help_icon_rating.svg") 47px 48px no-repeat;
    padding: 50px 40px 0 95px;
    color: #353F4B;
    font-size: 12px;
}
.mobile .b-help__trustpilot-rating {
    padding: 50px 0 0 95px;
    font-size: 14px;
}
.b-help__trustpilot {
    position: absolute;
    left: 244px;
    top: 129px;
    background: url("../svg/help_trustpilot.svg") center no-repeat;
    border-left: 1px solid #DFE2E9;
    border-top: 1px solid #DFE2E9;
    padding-top: 87px;
    font-size: 9px;
    text-align: center;
}
.mobile .b-help__trustpilot {
    font-size: 14px;
}

.b-help__money-back {
    position: absolute;
    left: 240px;
    top: -39px;
    width: 90px;
    height: 90px;
    background: url(../png/help_money_back.png) 0 0 / 90px 90px;
}

@media (max-width:1000px) {
    .mobile .b-help {
        padding: 40px 0;
        background-position-x: center;
    }
    .mobile .b-help__money-back,
    .mobile .b-help__right-unit {
        position: relative;
        margin: auto;
        left: 0;
        top: 0;
    }
    .mobile .b-help__left-unit {
        position: relative;
        margin: 40px auto;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .b-help__button {
        margin:40px auto;
    }
}

@media (max-width: 520px) {
    .mobile .b-help__right-unit {
        height: auto;
        width: 100%;
    }
    .mobile .b-help__right-unit div{
        position: relative;
        left: 0;
        top: 0;
        border-style: none;
        border-bottom: 1px solid #DFE2E9;
        margin: auto;
    }
}