.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 {
    padding: 0;
}
.b-section__title {
    font: 200 40px Roboto;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: center;
}
.b-first__title {
    width: 870px;
}

.b-why {
    padding-top: 70px;
}
.b-why .b-section__title {
    line-height: 50px;
}
.b-why__items {
    width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}
.b-why__item {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 350px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #1A222E;
    margin-bottom: 20px;
}
.b-why__item p {
    width: calc(100% - 99px);
}
.b-why__item strong {
    color: #30943a;
}
.b-why__icon {
    width: 99px;
    height: 99px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.b-how__item {
    width: 720px;
    margin: 50px auto 0;
}
.b-how__image {
    width: 150px;
    display: inline-block;
    height: 96px;
    vertical-align: top;
    background-repeat: no-repeat;
}
.b-how__text-title {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0;
    color: #1A222E;
    padding-bottom: 25px;
}
.b-how__text {
    vertical-align: top;
    display: inline-block;
    width: 570px;
}
.b-how__text ul {
    list-style-type: none;
    position: relative;
}
.b-how__text li {
    padding-left: 31px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0;
    color: #1A222E;
    padding-bottom: 8px;
    position: relative;
}
.b-how__text li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background: url(../i/check.svg) no-repeat;
    width: 18px;
    height: 18px;
}
.mobile .b-why .b-section__title {
    font-size: 28px;
    line-height: 33px;
    padding: 20px 10px 0;
}
.mobile .b-why__items {
    width: 100%;
}
.mobile .b-why__item {
    flex: 1 320px;
    max-width: 400px;
}
.mobile .b-how .b-section__title {
    font-size: 28px;
    line-height: 33px;
    padding: 20px 10px 0;
}
.mobile .b-how__item {
    width: 100%;
    min-width: 360px;
}
.mobile .b-how__image {
    display: block;
    margin: 0 auto;
    width: 95px;
}
.mobile .b-how__text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 0;
}
.mobile .b-how__text-title {
    font-size: 22px;
    line-height: 30px;
}