body {
    max-width: 600px;
    margin: auto;
}

.header__content .header__nav {
    width: 100%;
    height: calc(100% - 170px);
    overflow-y: auto;
    overflow-x: hidden;
}

.header__nav {
    padding: 0;
}

.header__content {
    position: absolute;
    background: #fff;
    padding-top: 70px;
    right: 0;
    top: 0;
    max-width: 375px;
    width: 100%;
    height: 100vh;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 35px 0 0 35px;
}

.header__content {
    width: 100%;
    max-width: 375px;
    border-radius: unset;
}

.header__logo-image--light {
    display: block;
}

.header__logo-image {
    height: 24px;
}

.header__toggle-menu {
    display: block;
}

.header__container {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.header__content.open {
    display: none;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.header__content.open:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: #fff;
}

.header.is-colored .header__logo-mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: calc(100% - 405px);
    width: 100%;
    z-index: 3;
}

.header.is-colored .header__logo-mobile img {
    height: 30px;
    width: auto;
}

.nav--top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav {
    padding: 0;
}

.nav--top > .nav__option > .nav__link {
    padding: 7px 35px;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.header__content .header__addition {
    width: 100%;
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .05);
    background-color: #fff;
}

.header__addition {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__buttons {
    padding: 2rem 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__content .header__buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__buttons .btn {
    margin: 0;
    width: 46%;
}

.header__content .header__buttons .btn:first-child {
    margin-bottom: 2.4rem;
}

.header__content .header__buttons .btn {
    padding: 1.5rem 1rem;
    width: 100%;
    max-width: none;
}

.m-hero__content, .m-hero__content-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-hero__content {
    padding-top: 84px;
    padding-bottom: 5.6rem;
}

.m-hero__content {
    min-height: 750px;
}

.m-hero__content-text {
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
}

.m-hero__content-img-mobile {
    display: block;
    margin: 0 auto;
}

.home .m-hero__content-img-mobile img {
    -webkit-transform: none;
    transform: none;
}

.m-hero__description {
    margin: 6rem 0 0 0;
    color: #000;
}

.m-hero {
    background: url(/dist/images/bg.png) no-repeat 30% top/auto 520px;
}

.m-hero__content-img {
    display: none;
}

.m-hero__content-img-mobile:before {
    z-index: -1;
    content: none;
}

h1:after {
    content: none;
}

.m-hero__description {
    margin-bottom: 2rem;
    text-align: left;
}

.btn {
    font-size: 1.4rem;
    max-width: 290px;
    padding: 13px 10px;
}

.btn--alt3 {
    color: #ffffff;
    background: #195ff5;
    border: 1px solid #195ff5;
}

.advancement__content {
    padding: 4.8rem 7.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.advancement__text {
    max-width: none;
}

.advancement__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: auto;
    max-width: none;
}

.advancement__description {
    text-align: center;
}

.advancement__text .btn {
    margin: auto;
}

h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 0 0 2rem;
}

.advancement__img {
    max-width: 180px;
}

.advancement__img {
    /* max-width: 390px; */
    margin: 0 auto 3.6rem;
    text-align: center;
}

.experience__items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.experience__items-wrapper {
    max-width: 630px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.experience__item {
    max-width: 204px;
    margin: 0 4.5rem 4.8rem;
}

.experience__description {
    margin: 3rem auto;
    text-align: center;
}

h4 {
    font-size: 1.8rem;
}

.experience__title {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.header.is-fixed {
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.advantages__text-wrapper {
    min-height: 520px;
    max-width: none;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages__text {
    max-width: 768px;
    margin: 0 auto;
}

.advantages__text-wrapper:after {
    top: 0;
    right: calc(50% - 150px);
}

.advantages__title {
    max-width: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.advantages .btn, .advantages .signals-banner__button {
    margin: 0 auto 3.6rem;
}

.advantages__text-wrapper:after {
    top: 45px;
    right: calc(50% - 95px);
    font-size: 150px;
    line-height: 204px;
}

.advantages__img {
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

.advantages__img {
    height: 250px;
}

.owl-carousel .owl-item img {
    width: 100% !important;
}

.owl-carousel--advantages .owl-dots {
    padding: 0 3rem;
    max-width: 320px;
    right: calc(50% - 160px);
    width: 100%;
}

.advantages__text-wrapper {
    min-height: 420px;
}

.article-list {
    flex-direction: column;
}

.article-item {
    margin-bottom: 1.5rem;
}

.post-ad .desktop {
    display: none;
}

.post-ad .mobile {
    display: inline-block;
}

.page-article .m-hero__content, .page-articles .m-hero__content {
    justify-content: flex-end;
}