body {
    background: #232426;
}
.b-page {
    background: #232426;
    padding: 0 0 88px;
}
.b-first__title {
    background: linear-gradient(90deg, #40A4FF 0%, #FFFFFF 100%) text;
}
.b-section__title {
    background: linear-gradient(90deg, #40A4FF 0%, #FFFFFF 100%) text;
    font: 700 32px/45px 'Open Sans', sans-serif;
    color: #00000000;
}
.b-section__description {
    position: relative;
    z-index: 2;
    width: 856px;
    font: 18px/28px 'Inter', sans-serif;
    color: #B3B7BD;
}
.b-about__flex::before {
    content: "";
    position: absolute;
    top: -95px;
    width: 788px;
    height: 540px;
    background: url(../img/plus_gray.png) center center / 16px 16px,
            radial-gradient(24.58% 22.15% at 50% 50%, rgba(21, 131, 230, 0.4) 0%, rgba(12, 73, 128, 0) 100%) center center / 1528px 1016px no-repeat;
    z-index: 0;
}
.b-about__flex_left::before {
    left: -162px;
}
.b-about__flex_right::before {
    right: -162px;
}
.b-about__img_left,
.b-about__img_right,
.b-about__text_left,
.b-about__text_right {
    z-index: 1;
}
.b-offer-1__computer-soft-0 {
    position: absolute;
    width: 317px;
    height: 248px;
    left: 27px;
    top: 21px;
    background: 0 0 / 317px 248px no-repeat;
}
.b-faq__question:nth-child(1) {
    background-image: url("../img/faq-1.png");
}
.b-faq__question:nth-child(2) {
    background-image: url("../img/faq-2.png");
}
.b-section.b-how {
    padding: 88px 0;
    background: url(../img/plus_gray.png) center center / 16px 16px,
            radial-gradient(30.1% 27.12% at 50% 47.29%, rgba(21, 131, 230, 0.2) 0%, rgba(12, 73, 128, 0) 100%) center -225px / 1528px 1016px no-repeat;
}
.b-section_empty {
    padding: 88px 0;
}
.b-section_empty .b-section__description {
    margin: 24px auto 0;
}
div.b-footer-flex {
    background: #252C36;
}
