﻿





:root {
    --land_color_1: #604A96;
    --land_color_2: #754DD2;
    --land_color_3: #986CFF;
    --land_color_4: #D693F5;
    --land_color_5: #FE8991;
    --land_color_6: #FFC01F;
    --land_color_7: #ffffff;
   
    
    --land_text: 'Montserrat';
}


.svg_img {
width:9500px;
position:absolute;
margin-left:-5100px;
left:50%;
}


.landing_wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 0 15px;
    margin: 0;
    position: relative;
}



.landing_button {
    background-color: var(--land_color_2);
    color: var(--land_color_7) !important;
    font-size: 17px;
    min-width: 230px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 20px 40px;
    font-family: var(--land_text);
    font-weight: 600;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease-in;
}

    .landing_button:hover {
        filter: hue-rotate(60deg);
        box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.15);
    }





@media (max-width: 767px) {
    .landing_button {
        padding: 20px 25px;
        font-size: 15px;
    }

}


    /*Header blockquote Start */


    .section .center_text {
        text-align: center;
    }


    .section {
        z-index: 2;
        display: grid;
        grid-template-columns: 43% 55%;
        position: relative;
        grid-column-gap: 2%;
        max-width: 1200px;
        padding: 40px 20px 40px 20px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }



    .header_text {
        font-family: var(--land_text);
        color: var(--land_color_1);
        font-size: 40px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .header_text_big {
        font-size: 60px;
        display: block;
    }

    .header_sub_text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        color: var(--land_color_5);
        font-size: 25px;
        line-height: 1.2;
        max-width: 450px;
        margin: 20px 0;
        text-transform: uppercase;
    }








    .header_img {
        width: 85%;
        height: 85%;
        max-height: 500px;
        position: relative;
        top: 20px;
    }





    a.slider-button_2 {
        display: inline-block;
        position: relative;
        color: #000;
        font-family: 'Montserrat';
        font-size: 17px;
        min-width: 230px;
        text-align: center;
        margin-top: 8px;
        color: #fff;
        border-radius: 30px;
        padding: 16px 50px;
        cursor: pointer;
        transition: 0.3s ease-in;
    }


    @media (min-width: 1280px) {

        .header_text {
            font-family: var(--land_text);
            color: var(--land_color_1);
            font-size: 55px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
            text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
        }

        .section {
            grid-template-columns: 49% 49%;
            grid-column-gap: 2%;
        }


        .header_text_big {
            font-size: 80px;
            display: block;
        }
    }






    @media (max-width: 940px) {

        .header_text {
            font-size: 40px;
        }


        .header_text_big {
            font-size: 60px;
            display: block;
        }

        .header_sub_text {
            font-size: 20px;
        }
    }


    @media (max-width: 767px) {


        .header_text {
            font-size: 30px;
        }


        .header_text_big {
            font-size: 50px;
            display: block;
        }

        .header_sub_text {
            font-size: 20px;
            margin: 15px 0;
        }

        .header_img {
            width: 85%;
            height: 85%;
            max-height: 300px;
            position: relative;
            top: 0 !important;
        }

      
        .section {
            z-index: 2;
            display: grid;
            grid-template-columns: 100%;
            position: relative;
            grid-column-gap: 2%;
            max-width: 500px;
            padding: 20px 20px 40px 20px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            align-items: center;
        }
    }


    @media (max-width: 340px) {

        .header_text {
            font-size: 28px;
        }


        .header_text_big {
            font-size: 40px;
            display: block;
        }

        .header_sub_text {
            font-size: 18px;
        }
    }







    /*Header blockquote End */




    /*section_1 start */

    .section_1 .text_block {
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
        color: var(--land_color_5);
        display: inline-block;
        max-width: 550px;
        background-color: white;
        border: 4px solid var(--land_color_3);
        border-radius: 20px;
        margin: 20px 0;
        position: relative;
        padding: 30px 50px;
    }


    .circule_backgraund {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
    }

    .section_1 {
        position: relative;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        display: inline-block;
    }


    @media (max-width: 767px) {

        .section_1 .text_block {
            margin: 0 30px;
            font-size: 18px;
            padding: 30px 20px;
        }
    }

    /*section_1 end */


    /*section_2 start */



    .section_2 {
        position: relative;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        display: inline-block;
    }


        .section_2 .header {
            font-family: var(--land_text);
            color: var(--land_color_1);
            font-size: 40px;
            font-weight: 800;
            margin-top: 20px;
            line-height: 1.2;
            text-transform: uppercase;
            text-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
        }


        .section_2 .text_block {
            font-family: 'Montserrat';
            font-style: normal;
            font-size: 16px;
            position: relative;
            font-weight: 500;
            max-width: 500px;
            padding: 20px 10px;
            display: inline-block;
            line-height: 1.3;
        }


    .block_pictures {
        position: relative;
        width: 150px;
    }

    .block_pictures_2 {
        position: relative;
        width: 90%;
    }

    .section_2 .circule_backgraund {
        top: 60px;
        opacity: 0.4;
        object-fit: cover;
    }

    .text_block_color .grid_conteiner {
        grid-template-columns: 43% 53%;
        position: relative;
        display: inline-grid;
        align-items: center;
        grid-column-gap: 4%;
    }



    .text_block_color .grid_item_2 {
        text-align: left;
    }


.text_block_color {
    background-image: linear-gradient(130deg, var(--land_color_2), var(--land_color_4));
    max-width: 720px;
    display: block;
    padding: 50px 50px;
    margin: 10px auto;
    position: relative;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 5px 20px 0px #1200a92e;
}

        .text_block_color .header, .text_block_color .text_block {
            color: white;
        }

        .text_block_color .header {
            margin-top: 0;
            margin-bottom: 20px;
        }


        .text_block_color .text_block {
            font-size: 16px;
            padding: 0;
        }



        .text_block_color .landing_button {
            background-color: var(--land_color_6);
            color: var(--land_color_7) !important;
            margin-top: 30px;
        }


    @media (max-width: 767px) {


        .text_block_color .grid_conteiner {
            grid-template-columns: 100%;
            position: relative;
            display: inline-grid;
            align-items: center;
        }

        .block_pictures_2 {
            max-width: 220px;
            margin-bottom: 20px;
        }



        .section_2 .header {
     
            font-size: 30px;
        
        }

        .text_block_color {
            max-width: 550px;
            display: inline-block;
            padding: 40px 30px;
            margin: 10px auto;
            position: relative;
            border-radius: 20px;
            width: 100%;
        }

            .text_block_color .grid_item_2 {
                text-align: center;
            }
    }



    /*section_2 end */



/*section_3 start */


.section_3 {
    position: relative;
    width: 100%;
    padding: 20px 0;
    width: 100%;
    margin: auto;
    max-width: 500px;
    text-align: center;
    display: block;
}

    .section_3 .text_block {
        display: inline-grid;
        background-color: rgba(255, 255, 255, 0.90);
        padding: 10px;
        grid-template-columns: 90px auto;
        width: 100%;
        max-width: 550px;
        margin-bottom:5px;
        text-align: left;
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        padding-right: 20px;
        border-radius: 20px;
        vertical-align: middle;
        align-items: center;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
    }



    .section_3 .text_block_color {
        background-image: linear-gradient(130deg, var(--land_color_2), var(--land_color_4));
        max-width: 720px;
        display: block;
        padding: 0;
        margin: 10px auto;
        position: relative;
        border-radius: 100%;
        padding-top: 15px;
        width: 50px;
        height: 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 24px;
        box-shadow:none;
        text-shadow: 2px 2px #0000003d;
        float: left;
        font-weight: 900;
        text-align: center;
        color: white;
    }

.section_3 .header {
    font-family: var(--land_text);
    color: var(--land_color_1);
    font-size: 40px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom:20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
}



@media (max-width: 767px) {

    .section_3 .header {
        font-size: 30px;
    }





    .section_3 .text_block_color {
       
        display: block;
        padding: 0;
        margin: 10px auto;
        position: relative;
        border-radius: 100%;
        padding-top: 8px;
        width: 40px;
        height: 40px;
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 20px;
        box-shadow: none;
        text-shadow: 2px 2px #0000003d;
        float: left;
        font-weight: 900;
        text-align: center;
        color: white;
    }


    .section_3 .text_block {
     
        padding: 10px;
        grid-template-columns: 60px auto;
        width: 100%;
        max-width: 550px;
        margin-bottom: 5px;
        text-align: left;
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 15px;

    }
}
    /*section_3 end */

/*section_4 start */


.section_1, .section_2, .section_3 {
z-index:5;
}


.section_4 {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

    .section_4 .grid_conteiner {
        grid-template-columns: 43% 53%;
        position: relative;
        display: inline-grid;
        align-items: center;
        grid-column-gap: 4%;
        max-width: 920px;
    }



    .section_4 .block_pictures_2 {
        position: relative;
        width: 100%;
    }

    .section_4 .header {
        font-family: var(--land_text);
        color: var(--land_color_1);
        font-size: 50px;
        font-weight: 800;
        color:white;
        text-align: left;
        margin-top: 20px;
        margin-bottom:20px;
        line-height: 1.2;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
    }

    .section_4 .text_block {
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 16px;
        position: relative;
        color: white;
        text-align: left;
        font-weight: 500;
        padding-left: 55px;
        max-width: 500px;
        line-height: 1.3;
    }


    .section_4 .text_block_2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 16px;
        position: relative;
        color: white;
        padding-left: 0;
        text-align: left;
        display: block;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1.3;
    }


    .section_4 .landing_button {
        background-color: var(--land_color_6);
       
        min-width: 230px;
       
        display: block;
        margin: 50px auto;
        max-width: 300px;
        position: relative;
        z-index: 5;
    }


.svg_back_2 {
    width: 2600px;
    height: auto;
    left: 50%;
    margin-left: -1300px;
    margin-right: -50px;
    position: absolute;
    /* top: -1916px; */
    bottom: 0;
}



@media (max-width: 757px) {

    .section_4 .grid_conteiner {
        grid-template-columns: 100%;
        position: relative;
        display: inline-grid;
        align-items: center;
        width: 100%;
        padding: 0 20px;
        grid-column-gap: 4%;
        /* max-width: 342px; */
    }

    .section_4 .text_block_2 {
        text-align: center;
    }


    .section_4 .text_block {
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 15px;
        text-align: left;
        padding-left: 55px;
    }

    .bulet_1 {
        width: 20px;
    }


    .section_4 {
        padding: 10px 0;
    }

        .section_4 .header {
            font-family: var(--land_text);
            color: var(--land_color_1);
            font-size: 30px;
            color: white;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 1.2;
        }
}



@media (min-width: 2800px) {

    .svg_back_2 {
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0;
        margin-right: -50px;
        position: absolute;
        /* top: -1916px; */
        bottom: -500px;
    }

    .landing_wrap {

        padding:0;
        margin: 0;
  
    }
}



    /*section_4 end */


    /*section_5 start */



    .section_5 {
        background-color:white;
        position:relative;
       
    }

.section_5_wrap {
    position: relative;
    padding: 40px 0;
    z-index: 2;
    display: block;
    margin:  auto;
    width: 100%;
    max-width: 740px;
}

.section_5 .header {
    font-family: var(--land_text);
    color: var(--land_color_1);
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0 auto 40px auto;
    display: block;
    max-width: 520px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
}


    .question_block {
        margin-bottom: 8px;
        cursor: pointer;
    }


    .question_level_1 {
        background: linear-gradient( 90deg, var(--land_color_2) -74.59%, var(--land_color_3) 139.96%);
        box-shadow: 0px 3px 0px rgb(0 0 0 / 10%);
        border-radius: 10px;
        width: 100%;
        color: white;
        font-family: 'Montserrat';
        align-items: center;
        display: inline-grid;
        text-align: left;
        min-height: 70px;
        position: relative;
    }

    .open .question_level_1 {
        font-size: 17px;
        background: linear-gradient( 180deg, var(--land_color_2) -74.59%, var(--land_color_3) 139.96%);
        line-height: 1.3;
        border-radius: 10px 10px 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
    }

    .question_level_1_text {
        font-size: 17px;
        line-height: 1.3;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: bold;
        padding-right: 80px;
        padding-left: 40px;
    }

    .open .question_level_1 {
        font-size: 17px;
        background: linear-gradient( 180deg, var(--land_color_1) -74.59%, var(--land_color_3) 139.96%);
        line-height: 1.3;
        border-radius: 10px 10px 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
    }

    .level_2_text {
        position: relative;
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 500;
        display: none;
        line-height: 1.4;
        padding: 30px;
        border-radius: 0 0 10px 10px;
        font-size: 16px;
        border: 2px solid var(--land_color_3);
        margin-bottom: 5px;
        padding-left: 100px;
        padding-right: 60px;
        box-shadow: 0px 3px 0px rgb(0 0 0 / 10%);
    }

    .open .level_2_text {
        display: block !important;
    }


    .open .arrow {
        width: 25px;
        position: absolute;
        right: 40px;
        transform: rotateX(180deg); 
        animation: arrow_moove ease-in-out 0.4s forwards;
    }

    .arrow {
        width: 25px;
        position: absolute;
        right: 40px;
        animation: arrow_moove_2 ease-in-out 0.4s forwards;
    }



@keyframes arrow_moove {

    0% {
        transform: rotateX(0) scale(1);
    }

    50% {
        transform: rotateX(90deg) scale(0.5);
    }


    100% {
        transform: rotateX(180deg) scale(1);
    }
}


@keyframes arrow_moove_2 {

    0% {
        transform: rotateX(180deg);
    }

    50% {
        transform: rotateX(90deg) scale(0.5);
    }


    100% {
        transform: rotateX(0);
    }
}


    .bulet_2 {
        width: 30px;
        left: -51px;
        top: 14px;
        height: 4px;
        background-color: var(--land_color_2);
        position: relative;
        right: 40px;
    }



    .bulet_1 {
        width: 30px;
        left: -51px;
        top: 14px;
        height: 4px;
        background-color: white;
        position: relative;
        right: 40px;
    }


@media (max-width: 757px) {
    .section_5 .header {
        margin: 0 auto 20px auto;
        font-size: 30px;
    }

    .question_level_1_text {
      font-size:15px;
        padding-right: 40px;
        padding-left: 30px;
    }
    .open .arrow {
        width: 25px;
        position: absolute;
        right: 30px;
        transform: rotateX(180deg);
        animation: arrow_moove ease-in-out 0.4s forwards;
    }

    .bulet_2 {
        width: 20px;
        left: -39px;
        top: 11px;
        height: 4px;
        background-color: var(--land_color_2);
        position: relative;
        right: 40px;
    }

    .level_2_text {
        position: relative;
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 500;
        display: none;
        line-height: 1.4;
        padding: 20px 10px;
        border-radius: 0 0 10px 10px;
        font-size: 14px;
        border: 2px solid var(--land_color_3);
        margin-bottom: 5px;
        padding-left: 70px;
        padding-right: 24px;
        box-shadow: 0px 3px 0px rgb(0 0 0 / 10%);
    }

    .arrow {
        width: 25px;
        position: absolute;
        right: 30px;
        animation: arrow_moove_2 ease-in-out 0.4s forwards;
    }
}

    /*section_5 end */