.b-page {
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000000;
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}
.b-no-js-alert {
    background: #ff9 linear-gradient(to bottom, #ffc, #fd66);
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}
.js-on .b-no-js-alert {display: none;}

.b-section__wrapper_small {
    margin: auto;
    width: 860px;
}
.b-section__title {
    font: 200 40px Inter, sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.b-first__title {
    width: 777px;
}
.b-works {
    padding: 94px 0 90px;
    text-align: center;
}
.b-works__title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #1b222f;
}
html[lang="fr"] .b-works__title {
    font-size: 38px;
}
.b-works__row {
    width: 100%;
    text-align: left;
    margin: 40px 0 10px;
    clear: both;
}
.b-works__row-nomargin {
    margin: 26px 0 10px;
}
.b-works__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.b-works__img_right {
    margin-right: 0;
    margin-left: 50px;
}
.b-works__text {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
}
.b-works__text.b-works__text-long {
    width: 753px;
}
.b-works__text.b-works__text-right {
    text-align: right;
}
.b-works__name {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    color: #1b222f;
    padding-bottom: 20px;
}
.b-woks__description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #575c63;
}
.b-woks__description_problem b {
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    color: #1A222E;
    font-size: 28px;
    line-height: 34px;
}
.b-woks__description_solution b {
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    color: #1A222E;
    font-size: 28px;
    line-height: 34px;
}
.b-works__img_null {
    width: 157px;
    height: 145px;
}
.b-how__flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1000px;
}
.b-how__title {
    padding-bottom: 40px;
    flex: 2 1000px;
    font: 200 40px/48px Inter, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}
.b-how__img {
    width: 148px;
    height: 147px;
    margin-right: 55px;
}
.b-how__img.lazyloaded {
    background: url(../i/how.svg);
}
.b-how__text {
    font-size: 16px;
    flex: 1;
}
.b-how__text a {
    color: #0E63A4;
    text-decoration: underline;
}
.b-how__text a:hover {
    text-decoration: none;
}
.mobile .b-works__title {
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-works__row {
    margin: 71px 0 10px;
}
.mobile .b-works__img {
    max-width: 150px;
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.mobile .b-works__text {
    margin: 25px auto 0;
    width: 100%;
}
.mobile .b-works__name {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 13px;
}
.mobile .b-woks__description_problem b, .mobile .b-woks__description_solution b, .mobile .b-works__name {
    text-align: center;
    font-size: 22px;
}
.mobile .b-woks__description {
    padding: 15px 15px 0;
    box-sizing: border-box;
    text-align: left;
}
.mobile .b-works.b-works_sm .b-section__wrapper {
    width: 100%;
    min-width: 360px;
}
.mobile .b-how__title {
    font-size: 28px;
    line-height: 34px;
}
.mobile .b-how .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-how__img {
    display: block;
    float: none;
    margin: 0 auto 30px;
}
.b-magazines {
    padding: 83px 0;
    background-color: #f7f9fc;
    text-align: center;
}
.b-magazines__title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #262d39;
}
.b-magazines__items {
    display: flex;
    flex-wrap: wrap;
}
.b-magazines__item {
    display: inline-block;
    position: relative;
    width: 320px;
    margin: 70px 10px 0;
}
.b-magazines__item:first-child {
    margin-left: 0;
}
.b-magazines__item:last-child {
    margin-right: 0;
}
.b-magazine__media {
    display: block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 117px;
    width: 320px;
}
.b-magazine__media:before {
    display: inline-block;
    content: "";
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
.b-magazines__img {
    display: inline-block;
    vertical-align: middle;
}
.b-magazine__description {
    width: 320px;
    background-color: #ffffff;
    border: solid 1px #d6dae0;
    padding: 20px 20px 25px;
    margin-top: 26px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    text-align: left;
}

.b-magazine__description:after,
.b-magazine__description:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 50%;
    top: -34px;
    width: 0;
    box-sizing: border-box;
}
.b-magazine__description:before {
    border-bottom-color: #d6dae0;
    border-width: 17px;
    margin-left: -17px;
}
.b-magazine__description:after {
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px;
}