.b-how {
    background: #324153;
    z-index: 4;
}
.b-how__flex {
    margin: 64px auto 20px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.b-how__item {
    position: relative;
    width: calc(33.33333333% - 16px);
    padding: 42px 48px 48px 48px;
    border-radius: 48px;
    z-index: 1;
    font: 600 16px/24px 'Open Sans', sans-serif;
    color: #FFF;
}
.b-how__item:before, .b-how__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.b-how__item:before {
    background: linear-gradient(40.43deg, #00FCB0 12.03%, #22E2FF 48.56%, #4580FF 87.34%);
    z-index: -2;
    border-radius: 32px;
}
.b-how__item:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #252C36;
    z-index: -1;
    border-radius: 28px;
}
.b-how__item>h3 {
    margin-bottom: 34px;
    color: #FFF;
}
.b-how__n{
    display: inline-block;
    position: relative;
    margin-left: 16px;
    width: 41px;
    height: 40px;
    padding: 0 1px 0 0;
    background: url("../img/step_gray-blue.svg") 0 0 no-repeat;
    z-index: 1;
    font: 600 20px/39px 'Open Sans', sans-serif;
    text-align: center;
    color: #FFF;
}
.b-how__link {
    padding-left: 30px;
    background: url("../img/download.svg") no-repeat;
    color: #1583E6;
}
.b-how__item b {
    color: #1b222f;
}
.b-how__manual {
    display: block;
    margin: 48px auto 0;
    width: fit-content;
    color: #38b1fe;
}
@media (max-width: 1000px) {
    .mobile .b-how__flex {
        margin: 40px auto 20px;
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }
    .mobile .b-how__item {
        width: 315px;
        margin: 24px 12px 0;
    }
}