
.b200_landing {
    position: relative;

    overflow: hidden;
}


.b200_landing .section1 {
    position: relative;
    z-index: 3;

    padding: 90px 0 55px;

    background: #000;
}


.b200_landing .section1 .container {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.b200_landing .section1 .image {
    width: calc(50% - 45px);
    margin-left: auto;
}

.b200_landing .section1 .image img {
    position: relative;
    z-index: 3;
    top: 16px;

    display: block;

    max-width: 100%;
    max-height: 100%;
}

.b200_landing .section1 .image img.img2 {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 208px;
}


.b200_landing .section1 .data {
    width: calc(50% - 15px);
    padding: 36px 0;
}


.b200_landing .section1 .logo img {
    display: block;

    width: 145px;
    max-width: 100%;
}


.b200_landing .section1 .title {
    color: #fff;
    font-size: 165px;
    font-weight: 300;
    line-height: 1;

    white-space: nowrap;
}

.b200_landing .section1 .title b {
    font-weight: 900;
}


.b200_landing .section1 .desc {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;

    margin-top: 60px;

    text-transform: uppercase;
}

.b200_landing .section1 .desc b {
    font-weight: 900;
}


.b200_landing .section1 video {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: auto;

    object-fit: cover;
}


.b200_landing .section1 .bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.b200_landing .section2 {
    position: relative;

    overflow: hidden;

    padding: 40px 0;

    background: #538eff;
}


.b200_landing .section2 .title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;

    display: flex;

    margin-bottom: 32px;
    padding: 0 60px;

    text-transform: uppercase;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.b200_landing .section2 .text2 {
    width: 90%;
}


.b200_landing .section2 .title b {
    font-size: 104px;
    display: block;
    margin-right: 24px;
}


.b200_landing .section2 .container {
    position: absolute;
    top: 60px;
    /*left: 20%;*/
    /*left: auto;*/
    /*right: auto;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.b200_landing .section2 .text1 {

}

.b200_landing .section2 .text2, .b200_landing .section2 .text3 {
    opacity: 0;
}


.b200_landing .section2 .image {
    position: relative;

    height: 402px;
    margin-top: 20%;
}

.b200_landing .section2 .image img {
    position: absolute;
    top: 0;
    left: 20%;

    display: block;

    max-height: 100%;

    transform: translateX(-50%);
}


.b200_landing .section3 {
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 170px 0;

    background: #00f;
}

.b200_landing .section3:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transform: skewX(15deg);

    background: #ff004e;
}


.b200_landing .section3 .container {
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.b200_landing .section3 .data {
    width: calc(50% - 15px);
}


.b200_landing .section3 .sos {
    color: #fff;
    font-size: 57px;
    font-weight: 900;
    line-height: 1.2;

    display: flex;

    width: 129px;
    height: 129px;
    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    border: 3px solid;
    border-radius: 25px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.b200_landing .section3 .title {
    color: #fff;
    font-size: 57px;
    line-height: 1.2;

    text-transform: uppercase;
}

.b200_landing .section3 .title b {
    font-weight: 900;
}


.b200_landing .section3 .image {
    position: absolute;
    top: 0;
    left: 44%;

    display: flex;

    width: 50%;
    padding-top: 4px;

    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.b200_landing .section3 .image img {
    display: block;

    max-height: 100%;
}

@media print,
(max-width: 1400px) {
    .b200_landing .section2 .title {
        font-size: 35px;
    }

    .b200_landing .section2 .title b {
        font-size: 90px;
    }
}

@media print,
(max-width: 1279px) {

    /*.b200_landing .section2 .container {*/
    /*    left: 20%*/
    /*}*/

    .b200_landing .section1 {
        padding: 70px 0 50px;
    }


    .b200_landing .section1 .image img {
        top: 0;
    }

    .b200_landing .section1 .image img.img2 {
        top: -4px;
        left: 192px;
    }


    .b200_landing .section1 .logo img {
        width: 130px;
    }


    .b200_landing .section1 .title {
        font-size: 140px;
    }


    .b200_landing .section1 .desc {
        font-size: 35px;

        margin-top: 50px;
    }


    .b200_landing .section2 {
        padding: 50px 0;
    }


    .b200_landing .section2 .title {
        font-size: 35px;

        padding: 0 40px;
    }

    .b200_landing .section2 .title b {
        font-size: 90px;

        margin-right: 20px;
    }


    .b200_landing .section2 .image {
        height: 340px;
        margin-top: 20%;
    / / margin-top: 40 px;
    }


    .b200_landing .section3 {
        padding: 120px 0;
    }


    .b200_landing .section3 .sos {
        font-size: 50px;

        width: 120px;
        height: 120px;

        border-radius: 24px;
    }


    .b200_landing .section3 .title {
        font-size: 50px;
    }


    .b200_landing .section3 .image {
        left: 40%;
    }

    .b200_landing .section3 .image img {
        width: 900px;
    }
}


@media print,
(max-width: 1023px) {

    .b200_landing .section1 .image {
        height: 460px;
    }

    .b200_landing .section1 .image img.img2 {
        top: 0;
        left: 140px;

        height: 420px;
    }


    .b200_landing .section1 .logo img {
        width: 120px;
    }


    .b200_landing .section1 .data {
        width: calc(50% - 5px);
    }


    .b200_landing .section1 .title {
        font-size: 128px;
    }


    .b200_landing .section1 .desc {
        font-size: 30px;
    }

    .b200_landing .section1 .desc br {
        display: none;
    }


    .b200_landing .section2 .title {
        font-size: 30px;

        padding: 0 14px;
    }

    .b200_landing .section2 .title b {
        font-size: 80px;
    }


    .b200_landing .section2 .image {
        height: 300px;
        margin-top: 20%;
    }


    .b200_landing .section3 {
        padding: 100px 0;
    }


    .b200_landing .section3 .sos {
        font-size: 40px;

        width: 112px;
        height: 116px;

        border-radius: 20px;
    }


    .b200_landing .section3 .title {
        font-size: 44px;
    }


    .b200_landing .section3 .image img {
        width: 680px;
    }
}


@media print,
(max-width: 768px) {
    .b200_landing .section1 .image {
        display: flex;

        width: 100%;
        height: 400px;
        margin-top: 40px;

        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .b200_landing .section1 .image img {
        left: -10%;
    }

    .b200_landing .section1 .image img.img2 {
        left: 50%;

        height: 368px;
        margin-left: -16px;
    }


    .b200_landing .section1 .data {
        width: 100%;
        padding: 0;

        text-align: center;
    }


    .b200_landing .section1 .logo img {
        width: 112px;
        margin-right: auto;
        margin-left: auto;
    }


    .b200_landing .section1 .title {
        font-size: 108px;
    }


    .b200_landing .section1 .desc {
        font-size: 25px;

        margin-top: 20px;
    }


    .b200_landing .section2 .title {
        font-size: 20px;

        display: block;

        width: 100%;
        padding: 0;

        text-align: center;
    }

    .b200_landing .section2 .title b {
        font-size: 60px;

        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .b200_landing .section2 .title br {
        display: none;
    }


    .b200_landing .section2 .image {
        height: 240px;
        margin-top: 20%;
    }


    .b200_landing .section3 {
        padding: 70px 0;
    }

    .b200_landing .section3:before {
        right: 20%;

        width: 150%;
    }


    .b200_landing .section3 .data {
        width: 80%;
    }


    .b200_landing .section3 .sos {
        font-size: 32px;

        width: 100px;
        height: 100px;

        border-radius: 18px;
    }


    .b200_landing .section3 .title {
        font-size: 38px;
    }


    .b200_landing .section3 .image {
        position: relative;
        left: 0;

        width: 90%;
        height: 400px;
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .b200_landing .section3 .image img {
        width: 150%;
        height: auto;
        max-height: none;
    }
}


@media print,
(max-width: 479px) {

    .b200_landing .section1 .logo img {
        width: 100px;
    }


    .b200_landing .section1 .title {
        font-size: 92px;
    }


    .b200_landing .section1 .desc {
        font-size: 22px;
    }


    .b200_landing .section2 .title {
        font-size: 18px;
        text-align: center;
    }

    .b200_landing .section2 .container {
        /*left: auto;*/
        width: 100%;
        text-align: center;
    }


    .b200_landing .section2 .title b {
        font-size: 50px;
    }


    .b200_landing .section2 .image {
        height: 300px;
        margin-top: 50%;
    }


    .b200_landing .section3 {
        padding: 60px 0;
    }

    .b200_landing .section3:before {
        right: 15%;

        width: 200%;
    }


    .b200_landing .section3 .data {
        width: 80%;
    }


    .b200_landing .section3 .sos {
        font-size: 28px;

        width: 92px;
        height: 92px;

        border-radius: 16px;
    }


    .b200_landing .section3 .title {
        font-size: 34px;
    }


    .b200_landing .section3 .image {
        height: 280px;
    }
}


/* roboto-100 - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-100italic - cyrillic */
/* roboto-300 - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300italic - cyrillic */
/* roboto-regular - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-italic - cyrillic */
/* roboto-500 - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500italic - cyrillic */
/* roboto-700 - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700italic - cyrillic */
/* roboto-900italic - cyrillic */
/* roboto-900 - cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.svg#Roboto") format("svg");
    /* Legacy iOS */
}
