.b-page {
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 14px;
    font-family: Intet, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    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-size: 40px;
    letter-spacing: 0.5px;
    font-weight: 200;
    margin-bottom: 10px;
    text-align: center;
}

.b-works {
    padding: 94px 0 90px;
    text-align: center;
}
.b-works__title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #1b222f;
}
.b-works__row {
    width: 100%;
    text-align: left;
    margin: 40px 0 10px;
    clear: both;
}
.b-works__row-nomargin {
    margin: 0 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: 453px;
}
.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: #FCBA06;
    font-size: 28px;
    line-height: 34px;
}
.b-woks__description_solution b {
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    color: #2BA3AE;
    font-size: 28px;
    line-height: 34px;
}
.b-works__img_null {
    width: 149px;
    height: 145px;
}
.b-section__line {
    width: 100%;
    height: 2px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #EEEEEE;
}
.lazyloaded.b-features {
    background: url(../i/featuresbg.svg) no-repeat 50% 50%;
}
.b-features__title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 0;
    color: #1A222E;
}
.b-features__body {
    margin: 30px 0 0;
    display: flex;
}
.b-features__menu {
    width: 366px;
    background: #016871;
    padding: 35px 0;
    float: left;
    box-sizing: border-box;
}
.b-features__desktop-item {
    width: 100%;
    min-height: 43px;
    line-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-weight: 300;
    position: relative;
}
.b-features__desktop-item:before {
    content: '';
    position: absolute;
    width: 276px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
    top: 0;
}
.b-features__desktop-item.b-features__item_active {
    background: #2BA3AE;
}
.b-features__desktop-item.b-features__item_active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #FCBA06;
    opacity: 1;
}
.b-features__mobile-active {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #ffffff;
    min-height: 44px;
    cursor: pointer;
    border: 1px solid #E3E3E3;
    z-index: 2;
}
.lazyloaded .b-features__mobile-active {
    background: url(../i/arr_down.svg) calc(100% - 12px) 12px / 19px 19px no-repeat;
}
.b-features__mobile-menu {
    height: 0;
    overflow: hidden;
    border: solid #E3E3E3;
    border-width: 0 1px 0;
}
.b-features__mobile-menu.view {
    height: auto;
    border-width: 0 1px 1px;
}
.b-features__mobile-item {
    position: relative;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1A222E;
}
.b-features__mobile-item.b-features__item_active {
    position: absolute;
    top: 0;
}

.b-description__item {
    display: none;
    width: 604px;
}
.b-description__item:first-child {
    display: block;
}
.b-description__text {
    width: 100%;
}
.b-features__description {
    margin: 0;
    min-height: 467px;
    padding: 0 0 0 60px;
    position: relative;
}
.b-description__img {
    width: 462px;
    height: 313px;
    display: block;
    margin: 35px auto 45px;
    cursor: zoom-in;
}
.b-description__arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 2px 4px #00000029;
    top: 160px;
    cursor: pointer;
}
.lazyloaded #b-description__arrow_left {
    background: #ffffff url(../i/left.svg) 40% 50% / 50% no-repeat;
}
.lazyloaded #b-description__arrow_right {
    right: 0;
    background: #ffffff url(../i/right.svg) 60% 50% / 50% no-repeat;
}
.b-description__title {
    display:  block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 14px;
    font-size: 22px;
    letter-spacing: 0;
    color: #D15538;
    font-weight: normal;
}
.b-how .b-section__wrapper {
    background: url(../i/how.svg) no-repeat 0 76px;
}
.b-how .b-section__title {
    margin-bottom: 50px;
}
.b-how__item {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #1A222E;
    padding-bottom: 28px;
    padding-left: 90px;
}
.b-how__item strong {
    font-weight: bold;
    color: #2BA3AE;
}
.b-how__item .b-how__link {
    color: #2BA3AE;
    text-decoration: underline;
}
.b-how__item .b-how__link:hover {
    text-decoration: none;
}
html[lang="ja"] .b-section__title {
    font-size: 38px;
}
.mobile .b-works__title {
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-works__row {
    margin: 45px 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-section__line {
    height: 1px;
}
.mobile .b-features {
    box-sizing: border-box;
    padding: 40px 15px 60px;
}
.mobile .b-features .b-section__wrapper {
    width: 100%;
    min-width: 328px;
}
.mobile .b-features__title {
    font-size: 28px;
    line-height: 34px;
}
.mobile .b-features__body {
    position: relative;
    display: block;
}
.mobile .b-features__menu {
    padding: 43px 0 0;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    float: none;
}
.mobile .b-features__item {
    box-sizing: border-box;
    color: #1A222E;
    background: #ffffff;
}
.mobile .b-features__description {
    width: 100%;
    min-height: 484px;
    box-sizing: border-box;
    padding: 0;
}
.mobile .b-description__img {
    width: 100%;
    height: auto;
}
.mobile .b-description__arrow {
    top: 90px;
}
.mobile .b-description__arrow_left {
    left: -8px;
}
.mobile .b-description__arrow_right {
    right: -8px;
}
.mobile .b-description__item {
    width: 100%;
}
.mobile .b-how .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
    background: transparent;
}
.mobile .b-how .b-section__title {
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-how .b-how__item {
    padding-left: 0;
}

.b-magazines__items{
    display: flex;
    flex-wrap: wrap;
}
.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__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;
    overflow: hidden;
}
.b-magazine__media:before {
    display: inline-block;
    content: "";
    width: 0;
    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%;
    margin-left: -17px;
    top: -34px;
    width: 0;
    box-sizing: border-box;
}
.b-magazine__description:before {
    border-bottom-color: #d6dae0;
    border-width: 17px;
}
.b-magazine__description:after {
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px;
}