@charset "UTF-8";
body .one, body .two {
    position: relative;
    float: left;
    width: 100%; }

body .one {
    background-color: #fff; }

body .one-block {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;}

body .one-block--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .one-block--title {
    position: relative;
    float: left;
    width: 100%;
    font-family: "HeliosExtC";
    text-transform: uppercase;
    color: #fff;
    text-align: center; }

body .one-block--subtitle {
    position: relative;
    float: left;
    width: 100%;
    font-family: "HeliosExtC";
    color: #fff;
    text-align: center; }

body .one-container {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }

body .one-container--row {
    display: grid; }

body .one-container--row:before {
    position: absolute;
    content: "";
    background-color: #000; }

body .one-container--row .title {
    font-family: "HeliosExtC-Bold";
    color: #000; }

body .one-container--row .text {
    display: flex;
    flex-direction: column;
    align-items: center; }

body .one-container--row .text-line {
    position: relative;
    float: left;
    width: 100%;
    font-family: "HeliosExtC";
    color: #000; }

body .one-cont {
    position: relative;
    float: left;
    width: 100%;
    background-color: #E5E5E5; }

body .one-cont--row {
    position: relative;
    float: left;
    display: grid; }

body .one-cont--row:before {
    position: absolute;
    content: "";
    background-color: #5F21DC; }

body .one-cont--row .title {
    font-family: "HeliosExtC-Bold";
    color: #5F21DC; }

body .one-cont--row .text {
    display: flex;
    flex-direction: column;
    align-items: center; }

body .one-cont--row .text-line {
    font-family: "HeliosExtC";
    color: #000; }

body .two {
    background-color: #000; }

body .two-container {
    position: relative;
    float: left;
    overflow: hidden; }

body .two-container--header {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

body .two-container--header .btn {
    font-family: "HeliosExtC-Bold";
    color: #fff;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer; }

body .two-container--wrapp {
    position: relative;
    float: left;
    width: 1000rem;
    transform: translateX(1000); }

body .two-container--wrapp .wrapper {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center; }

body .two-container--wrapp .wrapper-line {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-family: "HeliosExtC";
    color: #fff; }

body .two-container--wrapp .wrapper.active {
    opacity: 1;
    transform: translateX(0); }

/******************************************ДЕСКТОП************************************************/
@media (min-width: 600px) {
    body .one-block {
        background-attachment: fixed;
        height: 47.1rem; }

    body .one-block--bg { background-color: rgba(0, 0, 0, 0.45); }

    body .one-block--title {
        margin-top: 17.9rem;
        padding: 0rem 40.5rem;
        font-size: 5rem;
        font-weight: 700;
        line-height: 7rem; }

    body .one-block--subtitle {
        width: 75%;
        margin-left: 12.5%;
        padding: 2rem 5rem 0rem 5rem;
        font-size: 2rem;
        line-height: 2.8rem;
        box-sizing: border-box;
    }

    body .one-container {
        width: 111rem;
        margin-left: calc((100% - 111rem) / 2);
        margin-top: 10.5rem;
        padding-bottom: 8.3rem; }

    body .one-container--row {
        grid-template-columns: 35rem 63.6rem;
        grid-column-gap: 12.4rem;
        grid-row-gap: 2rem; }

    body .one-container--row:before {
        width: 35rem;
        height: 0.1rem; }

    body .one-container--row .title {
        margin-top: 2rem;
        font-size: 3rem;
        line-height: 4.2rem;
        text-transform: uppercase; }

    body .one-container--row .text-line {
        padding-bottom: 2rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: 3.2rem; }

    body .one-cont--row {
        width: 111rem;
        margin-left: calc((100% - 111rem) / 2);
        margin-top: 9.1rem;
        padding-bottom: 6.8rem;
        grid-template-columns: 35rem 63.6rem;
        grid-column-gap: 12.4rem; }

    body .one-cont--row:before {
        width: 35rem;
        height: 0.1rem; }

    body .one-cont--row .title {
        margin-top: 2rem;
        font-size: 3rem;
        line-height: 4.2rem;
        text-transform: uppercase; }

    body .one-cont--row .text-line {
        padding-bottom: 2rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: 3.2rem; }

    body .two {
        padding-bottom: 9.7rem; }

    body .two-container {
        width: 111rem;
        margin-left: calc((100% - 111rem) / 2);
        margin-top: 10.8rem; }

    body .two-container--header {
        width: 100%;
        border-bottom: 0.1rem solid #fff; }

    body .two-container--header .btn {
        padding: 0rem 2rem 1rem 2rem;
        font-size: 2rem;
        line-height: 2.8rem; }

    body .two-container--header .btn.active {
        border-bottom: 0.4rem solid #fff; }

    body .two-container--wrapp {
        transform: translateX(0); }

    body .two-container--wrapp .wrapper {
        position: relative;
        float: left;
        width: 111rem;
        margin-top: 7.7rem;
        padding: 0 19rem;
        display: flex;
        flex-direction: column;
        align-items: center; }

    body .two-container--wrapp .wrapper-line {
        padding-bottom: 2rem;
        font-size: 2rem;
        font-weight: 400;
        line-height: 3.2rem; }
}

/*********************************МОБИЛЬНАЯ ВЕРСИЯ************************************************/
@media (max-width: 599px) {
    body .one-block {
        background-attachment: scroll!important;
        background-size: cover;
        background-position: center center;
        height: 16.3rem;
        margin-top: 8.6rem; }

    body .one-block--bg { background-color: rgba(0, 0, 0, 0.6); }

    body .one-block--title {
        margin-top: 3rem;
        padding: 0rem 3rem;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 2.38rem;
        text-align: center; }

    body .one-block--subtitle {
        padding: 0.6rem 3rem 0.6rem 3rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4rem; }

    body .one-container {
        width: 25.5rem;
        margin-left: calc((100% - 25.5rem) / 2);
        margin-top: 2.4rem;
        padding-bottom: 3.8rem; }

    body .one-container--row:before {
        width: 13.1rem;
        height: 0.2rem; }

    body .one-container--row .title {
        margin-top: 2rem;
        font-size: 1.8rem;
        line-height: 2.52rem; }

    body .one-container--row .text {
        margin-top: 1.2rem; }

    body .one-container--row .text-line {
        padding-bottom: 2rem;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.76rem; }

    body .one-cont--row {
        width: 25.5rem;
        margin-left: calc((100% - 25.5rem) / 2);
        margin-top: 2.2rem;
        padding-bottom: 1.6rem; }

    body .one-cont--row:before {
        width: 13.01rem;
        height: 0.2rem; }

    body .one-cont--row .title {
        margin-top: 2rem;
        font-size: 1.8rem;
        line-height: 2.52rem; }

    body .one-cont--row .text {
        margin-top: 1.2rem; }

    body .one-cont--row .text-line {
        padding-bottom: 2rem;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.76rem; }

    body .two {
        padding-bottom: 9.7rem; }

    body .two-container {
        width: 100%;
        margin-top: 4.4rem; }

    body .two-container--header {
        width: 100%;
        border-bottom: 0.1rem solid #fff; }

    body .two-container--header .btn {
        padding: 0rem 2rem 1rem 2rem;
        font-size: 0.8rem;
        line-height: 1.12rem; }

    body .two-container--header .btn.active {
        border-bottom: 0.4rem solid #fff; }

    body .two-container--wrapp .wrapper {
        position: relative;
        float: left;
        width: 32rem;
        padding: 0 2rem;
        margin-top: 1.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box; }

    body .two-container--wrapp .wrapper-line {
        padding-bottom: 2rem;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.76rem; }
}
