.box {
    position: relative;
    display: inline-block;
}

    .box select {
        background-color: white;
        color: #00AA89;
        padding: 12px;
        width: 250px;
        border: 4px solid white;
        border-radius: 16px;
        font-size: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-appearance: button;
        appearance: button;
        outline: none;
    }

    .box:before {
        content: " ";
        position: absolute;
        width: 44px;
        height: 50px;
        border-radius: 0 12px 12px 0;
        top: 3px;
        border-left: 2px solid #B795FF;
        right: 4px;
        background-color: #9A6DF9;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 376.2 220.6' style='enable-background:new 0 0 376.2 220.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:46;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Layer_1-2'%3E%3Cpolyline class='st0' points='359.9,16.3 188.1,188.1 16.3,16.3 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }

option {
    color: #00AA89;
}

.option:hover {
    background-color: aquamarine;
    padding: 10px;
}

.box:hover::before {
    background-color: #8459DD;
    cursor: pointer;
}

.box .select .option {
    padding: 30px;
    background-color: white;
    border-radius: 50px;
    color: green;
}


.section_4_back_2 {
    background-image: url(../images/w_wave_4.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 2289px;
    height: 162px;
    position: relative;
    width: 100%;
    left: 0;
    background-color: transparent;
    bottom: 0;

}





.land_footer .grid_section_2 .grid_item:hover {
    opacity: 0.7;
}


option {
    color: #00AA89;
}

.option:hover {
    background-color: aquamarine;
    padding: 10px;
}







.box:hover::before {
    background-color: #8459dd;
    cursor: pointer;
}

.box .select .option {
    padding: 30px;
    background-color: white;
    border-radius: 50px;
    color: green;
}







body {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.land_anchor {
position:absolute;
margin-top:-100px;
}



.zoom-animation.show-on-scroll {
    transform: scale(0.9);
    transform-origin: 50% 50%;
    opacity:0.5;
}


    .zoom-animation.show-on-scroll.is-visible {
      animation:zoom1 1s ease-in-out forwards;
    }

@keyframes zoom1 {
    0% {
        opacity: 0.8;
        transform: scale(0.9);
        filter: blur(5px);
    }

    75% {
        opacity: 1;
        transform: scale(1.05);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}




.section_4 .header_color_3 {
    font-size: 30px;
    color: white;
    opacity: 1;
    border: 2px dashed;
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto 5px auto;
    max-width: 227px;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}








option {
    color: #00AA89;
}

.option:hover {
    background-color: aquamarine;
    padding: 10px;
}





.box:hover::before {
    background-color: #8459dd;
    cursor: pointer;
}

.box .select .option {
    padding: 30px;
    background-color: white;
    border-radius: 50px;
    color: green;
}



.land {
    display: none;
}

.active {
    display: block !important;
}


.constant {
    display: none;
}

















.class_select {
    background: linear-gradient(313deg, #008C6C -2.85%, #00B98E 100.17%);
    margin-bottom: 60px;
    padding: 40px;
    margin: 20px auto 60px auto;
    width: 100%;
    text-align:center;
    border-radius:20px;
    background: linear-gradient(289.26deg, #008C6C -2.85%, #00B98E 100.17%);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0,  0.05), 0 2px 10px 0 rgba(0, 0, 0,  0.22);
    max-width: 800px;
}


@media (max-width: 840px) {
    .class_select {
        width: 94%;
        display: block;
        margin: 20px 3% 60px 3%;
    }
}



    .class_select .header_color_2 {
        font-size: 36px;
        color: #FFFFFF;
        opacity: 1;
        display: block;
        margin-bottom: 10px;
    }


    .class_select .header {
        color: #ffffff;
        max-width: 520px;
        position: relative;
        margin: 0 auto 30px auto;
        z-index: 5;
    }


    .class_select .header {
     
        font-size: 22px;
        line-height: 1.2;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0,  0.1);
    }


@media (max-width: 767px) {
    .land_anchor {
        position: absolute;
        margin-top: -70px;
    }
}







.section_1 {
    position: relative;
    overflow: hidden;
    height: 690px;
    background-image: url(../images/bg.svg);
    background-size: 170%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center -14px;
}

.snow-ball {
    position: absolute;
    left: 13%;
    top: 22%;
    width: 380px;
    height: auto;  
}

.snow-boy {
    position: absolute;
    left: 40%;
    top: 47%;
    width: 534px;
    height: auto;
}
.tree-1 {
    position: absolute;
    left: 1%;
    top: 51%;
    width: 154px;
    height: auto;
}

.tree-2 {
    position: absolute;
    left: 47%;
    top: 63%;
    width: 118px;
    height: auto;
}

.content {
    position: absolute;
    right: 5%;
    top: 16%;
    text-align: right;
    max-width: 500px;
    z-index: 2;
}

.title-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 800;
    color: #425b97;
    margin: 0 0 40px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}
.title-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #425b97;
    margin: 0 0 40px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}
.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 40px 0;
    line-height: 1.4;
}

.btn {
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 700;
    background-color: #415c97;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #4b6cba;
}


 @media screen and (max-width: 767px) {
.section_1 {
        position: relative;
        overflow: hidden;
        height: 598px;
        background-image: url(../images/bg.svg);
        background-size: 449%;
        background-repeat: no-repeat;
        background-color: #ffffff;
        background-position-x: -800px;
        background-position-y: -14px;
}

.snow-ball {
        position: absolute;
        left: 1%;
        top: 42%;
        width: 232px;
        height: auto;
}

.snow-boy {
        position: absolute;
        left: 30%;
        top: 71%;
        width: 240px;
        height: auto;
}
.tree-1 {
        position: absolute;
        left: -8%;
        top: 74%;
        width: 79px;
        height: auto;
}

.tree-2 {
    position: absolute;
        left: 82%;
        top: 62%;
        width: 95px;
        height: auto;
}

.content {
        position: absolute;
        right: 5%;
        top: 8%;
        text-align: right;
        max-width: 500px;
        z-index: 2;
}

.title-1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 41px;
        font-weight: 800;
        color: #425b97;
        margin: 0 0 40px 0;
        line-height: 1.2;
        letter-spacing: -1px;
}
.title-2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #425b97;
        margin: 0 0 40px 0;
        line-height: 1.2;
        letter-spacing: -1px;
}
.subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin: 33px 0 6px 0;
        line-height: 1.4;
}

.btn {
    padding: 12px 17px;
    font-size: 18px;
    font-weight: 700;
    background-color: #415c97;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}

}

@media screen and (min-width: 1600px) {
.section_1 {
        position: relative;
        overflow: hidden;
        height: 710px;
        background-image: url(../images/bg.svg);
        background-size: 163%;
        background-repeat: no-repeat;
        background-color: #ffffff;
        background-position-x: -290px;
        background-position-y: -14px;
}

.snow-ball {
        position: absolute;
        left: 17%;
        top: 20%;
        width: 450px;
        height: auto;
}

.snow-boy {
        position: absolute;
        left: 44%;
        top: 51%;
        width: 557px;
        height: auto;
}
.tree-1 {
        position: absolute;
        left: 6%;
        top: 53%;
        width: 184px;
        height: auto;
}

.tree-2 {
    position: absolute;
        left: 80%;
        top: 58%;
        width: 227px;
        height: auto;
}

.content {
        position: absolute;
        right: 10%;
        top: 12%;
        text-align: right;
        max-width: 500px;
        z-index: 2;
}

.title-1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 59px;
        font-weight: 800;
        color: #425b97;
        margin: 0 0 40px 0;
        line-height: 1.2;
        letter-spacing: -1px;
}
.title-2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 800;
        color: #425b97;
        margin: 0 0 40px 0;
        line-height: 1.2;
        letter-spacing: -1px;
}
.subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin: 33px 0 6px 0;
        line-height: 1.4;
}

.btn {
    padding: 12px 17px;
    font-size: 18px;
    font-weight: 700;
    background-color: #415c97;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}
}

    .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        text-align: center;
        font-size: 50px;
        line-height: 1;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .section_1_back {
        background-image: url(../images/w_wave_2.svg);
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: 3000px;
        height: 200px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -5px;
    }



.landing-button {
    font-family: 'Verdana';
    font-style: normal;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(155deg, #316F84 -2.85%, #316F84 100.17%);
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    font-size: 15px;
    margin: 20px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 30px;
    line-height: 20px;
    color: white;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1),0px 8px 0px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(39, 18, 101, 0.22);
    transition: box-shadow 0.3s ease-in-out;
}


    .landing-button:hover {
        background: linear-gradient(155deg, #7357c6 -2.85%, #4a3587 100.17%);
        color: white;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1),0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(39, 18, 101, 0.22);
    }


    .background-wave {
        height: 118px;
        width: 120%;
        background-image: url(../images/w_wave_2.svg);
        position: absolute;
        background-position: center bottom;
        background-repeat: repeat-x;
        transform: scaleY(0.8) translateY(0);
        background-size: 3000px;
        bottom: -2px;
        transform-origin: bottom;
        left: -12%;
        z-index: 3;
        transition: 1s ease-in-out;
    }

    .section_1 .grid_section {
        display: grid;
        grid-template-columns: auto 750px;
        width: 100%;
        min-height: 440px;
        height: 50vh;
        margin: auto;
        margin-top: 60px;
        max-width: 1400px;
        align-items: center;
        max-height: 1000px;
    }


    .section_1 .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        margin-left: -6px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 75px;
        margin-top:15px;
        color: white;
        line-height: 1.1;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }


.section_3 .header_color_3 {
    font-size: 30px;
    color: #01ae87;
    opacity: 1;
    border: 2px dashed;
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto 5px auto;
    max-width: 227px;
    display: block;
    /* margin-bottom: 10px; */
}






.section_3_1 .header_color_3 {
    font-size: 22px;
    color: #01ae87;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    opacity: 1;
    text-transform: uppercase;
    text-align: center;
    border: 2px dashed;
    padding: 15px;
    border-radius: 10px;
    margin: 40px auto 5px auto;
    max-width: 227px;
    display: block;
    margin-bottom: 30px;
}



.border_left {
border-left:1px dashed #cfcfcf ;  
padding-left:50px;
}

.pre_header {
    color: white;
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

    .header_color_2 {
        opacity: 0.8;
    }


    .section_1 .text {
        color: white;
        font-family: 'Montserrat';
        font-size: 23px;
        max-width: 390px;
        font-weight: 600;
    }


    .text_wrap {
        display: inline-grid;
        grid-template-columns: 120px auto;
        align-items: center;
    }

    .circ {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1600px;
        margin-left: -794px;
        margin-top: -805px;
    }

    .section_1 .grid_item_A {
        text-align: center;
    }

    .section_1 .grid_item_B {
        z-index: 5;
    }


    .img_wrap {
        width: 100%;
        position: relative;
        height: auto;
        display: inline-block;
    }

    .chem {
        width: 100%;
        max-width: 600px;
        margin: -100px auto;
        position: relative;
    }

    @media screen and (max-height: 1000px) {

        .chem {
            width: 100%;
            max-width: 450px;
            margin: -100px auto;
            position: relative;
        }


        .section_1 .grid_section {
            margin-bottom: 20px;
        }
    }



    @media screen and (max-width: 1000px) {
        .section_1 .header {
            margin-bottom: 3px;
            font-size: 45px;
            color: white;
        }

        .pre_header {
            font-size: 20px;
        }

        .section_1 .text {
            font-size: 18px;
            max-width: 280px;
            margin-top: 5px;
        }

        .section_1 .grid_section {
            display: grid;
            grid-template-columns: auto 520px;
            width: 100%;
            min-height: 450px;
            height: 60vh;
            margin: auto;
            max-width: 1200px;
            align-items: center;
            max-height: 1000px;
        }
    }



    .landing_icone {
        width: 100px;
        margin: -60px auto 5px auto;
        display: block;
    }



.grid_section_2 .grid_item {
    border: 2px solid rgba(171, 219, 203, 0.48);
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(39, 18, 101, 0.22);
    padding: 20px 20px 35px 20px;
    background-color: rgba(0, 126, 106,  0.20);
}

    .grid_section_2 .text {
        color: white;
        font-family: 'Montserrat';
        font-size: 18px;
        text-align: center;
        max-width: 390px;
        font-weight: 600;
    }



    .block_arrow {
        margin: 0 -30px;
        display: inline-block;
    }


    .grid_section_2 .grid_item_b {
        text-align: center;
        position: relative;
        z-index: 2;
    }


    .grid_section_2 {
        display: grid;
        grid-template-columns: 200px auto 200px auto 200px;
        width: 100%;
        margin: auto;
        max-width: 900px;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 150px;
        position: relative;
        z-index: 5;
    }







    @media screen and (max-width: 767px) {

        .section_1 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            min-height: 650px;
            height: auto;
            margin: auto;
            max-width: 450px;
            margin-bottom: -60px;
            align-items: center;
            max-height: 1000px;
        }


        .grid_section_2 .grid_item {
            padding: 25px 20px;
            margin-bottom: 10px;
            position: relative;
        }

        .chem {
            width: 100%;
            max-width: 250px;
            margin-bottom: -130px;
            margin-top: -51px;
            position: relative;
        }

        .menu-wrap .menu-header {
            padding: 0 15px;
            height: 50px;
        }

        .grid_section_2 .text {
            color: white;
            font-family: 'Montserrat';
            font-size: 17px;
            text-align: left;
            margin-left: 100px;
            max-width: 390px;
            margin-top: 0;
        }

        .block_arrow {
            display: none;
        }

        .grid_section_2 {
            display: grid;
            grid-template-columns: 100%;
            margin: auto;
            max-width: 400px;
            padding: 0 20px;
            align-items: center;
            margin-bottom: 100px;
            z-index: 5;
        }

        .landing_icone {
            width: 100px;
            margin: unset;
            left: 10px;
            top: 6px;
            display: block;
            position: absolute;
        }




        .menu-wrap .menu-header .logo {
            margin-top: 15px;
            width: 142px;
            position: absolute;
            /* top: 48px; */
        }

        .circ {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 900px;
            margin-top: -361px;
            margin-left: -450px;
            margin-top: -406px;
        }

        .section_1 .header {
            margin-bottom: -3px;
            font-size: 40px;
            color: white;
            text-align: center;
        }

        .pre_header {
            font-size: 20px;
            margin-top: -100px;
            padding: 0 20px;
        }

        .section_1 .grid_item_B {
            text-align: center;
            z-index: 5;
        }

        .text_wrap {
            display: inline-block;
            grid-template-columns: 120px px auto;
            align-items: center;
        }


        .landing-button {
            margin: 15px 0;
            padding: 15px 20px;
            font-size: 14px;
        }
    }

    @media screen and (max-width: 340px) {
    

        .section_1 .header {
            margin-bottom: -3px;
            font-size: 30px;
        }
    }

@media screen and (max-width: 390px) {
 

    .section_1 .header {
        margin-bottom: -3px;
        font-size: 30px;
    }
}


    .section_2 {
        margin: 3vh auto;
    }

    .section_3 {
        margin-bottom: 80px;
        padding: 0 20px;
    }



.section_3_1 {
    margin-bottom: 80px;
    padding: 0 20px;
}

    .section_2 .header {
        color: #425b97;
        margin-bottom: 30px;
    }





    .section_2 .grid_section {
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        margin: auto;
        max-width: 800px;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 100px;
        position: relative;
        z-index: 5;
    }



    .section_2 .text {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        color: #2c5180;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .section_2 .icon_img {
        width: 250px;
        margin: 0 auto;
        display: block;
    }


.landing-button_2 {
    font-family: 'Verdana';
    font-style: normal;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(289.26deg, #415c97 -2.85%, #5a76b3 100.17%);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    border-radius: 100px;
    border-bottom: 3px solid #394b70;
    font-size: 15px;
    margin: 20px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 60px;
    line-height: 20px;
    color: white;
    transition: box-shadow 0.3s ease-in-out;
}






    .landing-button_2:hover {
        background: #5a7ac9;
        box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0px 10px 0 rgba(0, 0, 0, 0);
        border-bottom: 3px solid #3053bb;;
    }



    @media screen and (max-width: 767px) {

        .section_2 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            margin: auto;
            max-width: 400px;
            padding: 0 20px;
            align-items: center;
            margin-bottom: 40px;
        }

        .section_2 .header {
            font-size: 40px;
            padding: 0 20px;
            text-align: center;
        }

        .section_2 .grid_item {
            text-align: center;
        }

        .landing-button_2 {
            font-size: 14px;
            margin: 10px 0;
            padding: 20px 60px;
        }
    }


    .section_3 .header,
    .section_5 .header {
        color: #01AE87;
        max-width: 520px;
        margin: 0 auto 30px auto;
        z-index: 5;
        position: relative;
    }



.section_3_1 .header,
.section_5 .header {
    color: #01AE87;
    max-width: 520px;
    margin: 0 auto 30px auto;
    z-index: 5;
    position: relative;
}




    .section_5 .header {
        color: #3e568e;
        max-width: 520px;
        margin: 0 auto 10px auto;
        z-index: 5;
        position: relative;
    }



    .section_3 .header_color_2 {
        font-size: 30px;
        color: #766CD6;
        opacity: 1;
        display: inline-block;
        margin-bottom: 10px;
    }



.section_3_1 .header_color_2 {
    font-size: 30px;
    color: #425b97;
    opacity: 1;
    display: inline-block;
    margin-bottom: 10px;
}


    .section_3 .header .icon_img {
        width: 90px;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }


.section_3_1 .header .icon_img {
    width: 90px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}


    .section_3 .header {
        display: block;
        margin: auto;
        margin-bottom: -10px;
    }


    .section_3 .grid_section {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-column-gap: 5%;
        width: 100%;
        margin: auto;
        margin-top: 60px;
        text-align: center;
        max-width: 900px;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 40px;
    }


.card {
width:100%;
max-width:300px;
justify-self:right;
}


.grid_section_2_col .vrezka {
    text-align: left;
}



.grid_section_2_col {
    width: 100%;
    margin: auto;
    margin-top: 35px;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    align-items: center;
    margin-bottom: 40px;
}
}




    .grid_section_2_col .prize_text_big {
        font-family: 'Montserrat';
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        display: block;
        font-weight: 900;
        margin-bottom: 5px;
    }



    .grid_section_2_col .prize_text {
        color: #01AE87;
        font-family: 'Montserrat';
        font-size: 17px;
        font-weight: 500;
        display: inline-block;
        line-height: 1.35;
        max-width: 199px;
        text-align: left;
        margin: 0 0 20px 20px;
        text-transform: uppercase;
    }

    .grid_section_2_col .prize {
        width: 128px;
        display: inline-block;
        position: relative;
        top: 20px;
    }


@media screen and (max-width: 1000px) {
    .grid_section_2_col .prize_text {
        font-size: 15px;
        margin: 0 0 20px 10px;
    }

  




    .grid_section_2_col .prize {
        width: 110px !important;
        display: inline-block;
        position: relative;
        left:-10px;
        top: 5px;
        vertical-align:top;
    }


    .grid_section_2_col .prize_text_big {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 5px;
    }

    .border_left {
        padding-left: 20px;
    }


    .section_3_1 .grid_item {
        text-align: left;
        position: relative;
        margin-bottom: 20px;
    }
}














    .section_3_1 .header {
        display: block;
        margin: auto;
        margin-bottom: -10px;
    }


    .section_3_1 .grid_section {
        display: grid;
        grid-template-columns: 27% 27% 27%;
        grid-column-gap: 7%;
        width: 1100px;
        margin: auto;
        padding: 0 16px;
    }



    .prize {
        width: 120px !important;
        padding-top: 35px;
        padding-right: 10px;
    }



@media screen and (max-width: 800px) {

    .grid_section_2_col .prize_text {
        font-size: 15px;
        max-width: 130px !important;
        margin: 0 0 20px 10px;
    }


    .section_3_1 .header_color_3 {
        font-size: 18px;
        padding:10px;
     
    }
}




@media screen and (max-width: 680px) {

    .grid_section_2_col .prize {
        width: 110px !important;
        display: block;
        position: relative;
        margin: 0 auto 20px auto;
        left: auto;
        top: 5px;
        vertical-align: top;
    }




    .grid_section_2_col .prize_text {
        text-align: center;
        display: block;
        max-width:300px !important;
        margin: auto;
    }

    .grid_section_2_col .prize_text_big {
        text-align: center;
    }

    .section_3_1 .grid_item {
        text-align: center;
        position: relative;
    }
}






    @media screen and (max-width: 900px) {



        .section_3 .grid_section {
            grid-template-columns: 32% 32% 32%;
            grid-column-gap: 2%;
        }


        .section_3_1 .grid_section {
            grid-template-columns: 32% 32% 32%;
            grid-column-gap: 2%;
        }
    }


    .section_3 .grid_item {
        text-align: center;
    }


    .section_3_1 .grid_item {
        display: -webkit-inline-box;
        text-align: center;
        position: relative;
    }


    .vrezka {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    color: #2c5180;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 800px;

    }
    .hobbittext {
        color: #ffffff;
        font-family: 'Montserrat';
        font-size: 20px;
        font-weight: 500;
        display: block;
        line-height: 1.3;
        max-width: 843px;
        text-align: left;
        margin: 20px auto;
    }
    .logo_hobbit {
        width: 110px;
        margin-left: 60%;}

    .hobbit {
            background: #01ae87;
            width: 1110px;
            height: 145px;
            margin: auto;
            border-radius: 10px;
            margin-top: 90px;
            display: grid;
            grid-template-columns: 201px 886px;
            align-items: center;
            justify-content: start;
            align-content: center;
        }


    @media screen and (max-width: 767px) {
        .section_3 .header {
            max-width: 420px;
            font-size: 40px;
            margin: 0 auto 30px auto;
        }

        .section_3 .grid_item {
            margin-bottom: 40px;
        }

        .section_3 .header .icon_img {
            width: 70px;
            display: block;
            margin: auto;
            margin-bottom: 0;
        }


        .section_3 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            grid-column-gap: 5%;
            width: 100%;
            margin: auto;
            max-width: 900px;
            padding: 0 20px;
            align-items: center;
            margin-bottom: 40px;
        }


        .section_3_1 .header {
            max-width: 420px;
            font-size: 40px;
            margin: 0 auto 30px auto;
        }

        .section_3_1 .grid_item {
            margin-bottom: 40px;
        }

        .section_3_1 .header .icon_img {
            width: 70px;
            display: block;
            margin: auto;
            margin-bottom: 0;
        }


        .section_3_1 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            grid-column-gap: 5%;
            width: 100%;
            margin: auto;
            max-width: 900px;
            padding: 0 20px;
            align-items: center;
            margin-bottom: 40px;
        }

        .vrezka {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    color: #2c5180;
    line-height: 1.6;
    margin-bottom: 10px;
        }
        .hobbit {
            background: #01ae87;
            width: 80%;
            height: auto;
            margin: auto;
            border-radius: 10px;
            padding: 22px 0px 10px 0px;
            display: flow;
            text-align: center;
        }
        .logo_hobbit {
            margin: auto;
        }
        .hobbittext {
            color: #ffffff;
            font-family: 'Montserrat';
            font-size: 20px;
            font-weight: 500;
            display: block;
            line-height: 1.3;
            max-width: 83%;
            text-align: center;
            margin: 20px auto;
        }
    }



@media screen and (max-width: 450px) {
    .grid_section_2_col {
        grid-template-columns: 100%;
    }

    .section_3_1 .grid_item {
        margin-bottom: 20px;
    }


    .border_left {
        border: none;
        padding: 0;
    }


    .grid_section_2_col .vrezka {
        text-align: center;
    }


    .card {
        width: 100%;
        max-width: 200px;
        margin-bottom:-20px;
        justify-self: center;
    }


}




    .section_4 {
        background: linear-gradient(289.26deg, #4b64a6 -2.85%, #7893da 100.17%);
        position: relative;
        padding-bottom: 100px;
        padding: 0 20px 100px 20px;
        text-align: center;
    }

        .section_4 .header .icon_img {
            width: 100px;
            display: block;
            margin: auto;
            margin-bottom: 10px;
        }

        .section_4 .header {
            color: #ffffff;
            max-width: 520px;
            position: relative;
            margin: 0 auto 30px auto;
            z-index: 5;
        }

        .section_4 .header_color_2 {
            font-size: 30px;
            color: #FFFFFF;
            opacity: 1;
            display: block;
            margin-bottom: 5px;
        }


        .section_4 .grid_section {
            grid-template-columns: 110px 160px 160px 160px;
            grid-template-rows: 170px 170px;
            margin:auto;
            width:590px;
            margin-top:80px;
            display: grid;
        }




@media screen and (max-width: 650px) {


    .section_4 .grid_section {
        grid-template-columns: 160px;
        grid-template-rows: 100px 140px 140px 140px 100px 140px 140px 140px;
        margin: auto;
        width: 160px;
        margin-top: -40px;
        margin-bottom:60px;
        display: grid;
    }

        .section_4 .grid_section .header {
            font-size: 18px;
            text-align: center !important;
            margin: 0;
            padding: 10px;
        }


        .section_4 .grid_section .header {
           
            align-self: end;
   
        }

        .section_4 .grid_section .grid_item.header.bottom {
            vertical-align: bottom;
            align-self: start;
        }

    .border_top {
        border-top: none !important;
    }




}





.section_4 .grid_section .header {
    font-size:18px;
    text-align:right;
    margin:0;
    padding:10px;
}





            .section_4 .grid_section .grid_item.header.bottom {
                vertical-align: bottom;
                align-self: end;
            }



.border_top .spot {
    background: linear-gradient(155deg, #896BE3 -2.85%, #6e47e1 100.17%);
    transform: rotate(225deg);
    top:30px;
}



.border_top .spot_text {
    top: 48px;

    margin-bottom: 52px;

}

.border_top {
    border-top: 1px dashed white;
}





.spot {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left:10px;
    border-radius: 72px 72px 0px 72px;
    background: linear-gradient(-45deg, #009D78 27.9%, #01BA8F 98.16%);
    border: 7px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transform: rotate(45deg);
    color: #FFFFFF;
}


.spot_wrap {
position:relative;
color:white;
}

.spot_text {
    position: relative;
    top: 28px;
    display: inline-block;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1;
    font-family: 'Montserrat';
    z-index: 5;
}



.spot_text_2 {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Open Sans';
    z-index: 5;
}

.spot_text_2 span {
    display: block;
}


    .spot_text span {
    display:block;
    font-size:18px;
    }

.section_2_back {
    background-image: url(../images/w_wave_3.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 2289px;
    height: 150px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
}

    .left_column_border {
        border-left: 1px solid white;
        stroke-dasharray: 6px 4px;
        stroke-width: 1px;
        margin-top: 0;
        margin: 5px auto;
        padding-top: 0;
        max-width: 750px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .bulet_text_wrap {
        display: inline-block;
        width: 100%;
        padding-left: 40px;
        text-align: left;
        color: white;
        margin-bottom: 60px;
    }

    .bulet {
        width: 9px;
        height: 9px;
        margin-left: -45px;
        float: left;
        /* margin-top: 5px; */
        display: inline-block;
        border-radius: 100%;
        background: #ffffff;
    }

    .bulet_text {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        float: left;
        margin-top: 0;
        line-height: 1.6;
        text-align: left;
    }


    .bulet_text_wrap .header {
        color: white;
        font-family: 'Montserrat';
        font-size: 40px;
        margin-left: 0;
        text-transform: uppercase;
        text-align: left;
        margin-top: -12px;
        margin-bottom: 15px;
        font-weight: 900;
    }


    .bulet_text_wrap .sub_header {
        color: white;
        font-family: 'Montserrat';
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
        max-width: 390px;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .landing-button_3 {
        font-family: 'Verdana';
        font-style: normal;
        display: inline-block;
        font-weight: 700;
        background: white;
        box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
        border-radius: 100px;
        border-bottom: 3px solid #64b5a2;
        font-size: 14px;
        margin: 20px 0;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 35px;
        line-height: 20px;
        color: #01AE87;
        transition: box-shadow 0.3s ease-in-out;
    }

        .landing-button_3:hover {
            opacity: 0.5;
            box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0px 10px 0 rgba(0, 0, 0, 0);
        }



    .landing-button_4 {
        font-family: 'Verdana';
        font-style: normal;
        display: block;
        font-weight: 700;
        background: white;
        box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
        border-radius: 100px;
        border: 3px solid #775ace;
        font-size: 14px;
        margin: 20px auto;
        max-width: 280px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 35px;
        line-height: 1.2;
        color: #775ace;
        transition: box-shadow 0.3s ease-in-out;
    }

        .landing-button_4:hover {
            opacity: 0.5;
            box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0px 10px 0 rgba(0, 0, 0, 0);
        }




    .left_column_border :last-child {
        margin-bottom: 0;
    }

    .background-wave_3 {
        height: 100%;
        width: 100%;
        position: absolute;
        background-position: center top;
        background-image: url('../images/tri.svg');
        background-size: 1800px;
        opacity: 0.15;
        left: 0;
        top: 0;
        transition: 1s ease-in-out;
    }




    @media screen and (max-width: 767px) {

        .bulet_text_wrap .header {
            color: white;
            font-family: 'Montserrat';
            font-size: 24px;
            margin-left: 0;
            text-transform: uppercase;
            margin-top: -5px;
            margin-bottom: 5px;
            font-weight: 900;
        }

        .bulet_text_wrap {
            padding-left: 25px;
            margin-bottom: 40px;
        }

        .bulet {
            margin-left: -30px;
        }

        .bulet_text_wrap .sub_header {
            font-size: 17px;
            margin-bottom: 15px;
        }

        .bulet_text {
            font-size: 15px;
            line-height: 1.5;
            text-align: left;
        }

        .landing-button_3 {
            font-size: 14px;
            padding: 18px 15px 15px 15px;
            line-height: 1.2;
        }


        .left_column_border {
            margin: 20px auto 100px auto;
        }
    }

    .section_5 .header .icon_img {
        width: 90px;
        display: block;
        margin: auto;
        margin-bottom: 0;
    }


    @media screen and (max-width: 767px) {


        .section_5 .header {
            max-width: 420px;
            font-size: 40px;
            margin: 0 auto 30px auto;
        }

            .section_5 .header .icon_img {
                width: 70px;
                display: block;
                margin: auto;
                margin-bottom: 0;
            }
    }


    @media screen and (max-width: 360px) {


        .section_5 .header {
            max-width: 420px;
            font-size: 30px;
            margin: 0 auto 30px auto;
        }
    }

    .section_6 {
        margin: 40px auto;
    }


.section_7_1 {
    position: relative;
    padding-bottom: 200px;
    margin-bottom: 0;
}

    .section_7 {
        position: relative;
        padding-bottom: 200px;
        margin-bottom:-120px;
    }

        .section_7 .header .icon_img {
            width: 140px;
            display: block;
            margin: auto;
            margin-bottom: -10px;
        }

        .section_7 .header {
            color: #ec5a5a;
            max-width: 520px;
            margin: 0 auto 30px auto;
            z-index: 5;
            position: relative;
        }

        .section_7 .header_color_2 {
            font-size: 30px;
            color: #3d548a;
            opacity: 1;
            display: inline-block;
            margin-bottom: 10px;
        }


    .question_block {
        margin-bottom: 8px;
        cursor: pointer;
    }


    .question_level_1 {
        background: #4b64a6;
        box-shadow: 0px 3px 0px rgba(0, 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;
    }

    .question_level_1_text {
        font-size: 17px;
        line-height: 1.3;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: bold;
        padding-right: 50px;
        padding-left: 40px;
    }

    .level_2_text {
        position: relative;
        text-align: left;
        font-family: 'Open Sans';
        font-weight: 400;
        display: none;
        line-height: 1.5;
        background-color: white;
        padding: 30px;
        border-radius: 0 0 10px 10px;
        font-size: 15px;
        border: 2px solid #5f7dcc;
        margin-bottom: 5px;
        padding-left: 100px;
        padding-right: 60px;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .open .question_level_1 {
        font-size: 17px;
        background: #5e7dcc;
        line-height: 1.3;
        border-radius: 10px 10px 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
    }

    .open .level_2_text {
        display: block !important;
    }

    .bulet_2 {
        width: 30px;
        left: -51px;
        top: 14px;
        height: 4px;
        background-color: #5e7dcc;
        position: relative;
        right: 40px;
    }

    .arrow {
        width: 25px;
        position: absolute;
        right: 40px;
        animation: arrow_moove_2 ease-in-out 0.4s forwards;
    }


    .open .arrow {
        width: 25px;
        position: absolute;
        right: 40px;
        animation: arrow_moove 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);
        }
    }




    .question_wrap {
        width: 100%;
        max-width: 800px;
        display: block;
        margin: 0 auto;
        padding: 0 20px;
    }

@media screen and (max-width: 767px) {
    .question_level_1_text {
        font-size: 14px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 500;
        padding-right: 50px;
        padding-left: 20px;
    }

    .section_4 {
        padding: 0 20px 20px 20px;
    }


    .section_7 .header {
        font-size: 40px;
        max-width: 520px;
        margin: 0 auto 30px auto;
        z-index: 5;
        position: relative;
    }

    .level_2_text {
        position: relative;
        text-align: left;
        display: none;
        padding: 30px;
        border-radius: 0 0 10px 10px;
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 50px;
        padding-right: 20px;
    }

    .open .arrow {
        width: 15px;
        position: absolute;
        right: 20px;
        animation: arrow_moove ease-in-out 0.4s forwards;
    }

    .arrow {
        width: 15px;
        position: absolute;
        right: 20px;
    }

    .bulet_2 {
        width: 15px;
        left: -30px;
        top: 12px;
        height: 4px;
        position: relative;
        right: 40px;
    }

    .question_wrap {
        padding: 0 15px;
    }
}

.chem_back {
    display: block;
    width: 1200px;
    position: absolute;
    left: 89%;
    margin-left: -1000px;
    opacity: 0.15;
    margin-top: 350;
}

    .chem_back_wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%
    }


    .land_footer {
        background: linear-gradient(360deg, #008C6C 0%, #00B98E 80%);
        position: relative;
        padding-bottom: 40px;
        text-align: center;
        margin-top: -5px;
    }



    .section_4_back {
        background-image: url(../images/w_wave_4.svg);
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: 2289px;
        height: 162px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }


    .land_footer .icon_img {
        width: 250px;
        margin: 40px auto 0 auto;
        display: block;
    }


    .land_footer .grid_section {
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        margin: auto;
        max-width: 800px;
        padding: 0 20px;
        align-items: center;
        position: relative;
        z-index: 5;
    }

    .land_footer .header {
        color: white;
        text-align: left;
        font-size: 22px;
        line-height: 1.4;
    }

    .footer-phone {
        text-align: left;
        color: #fff;
        display: block;
        letter-spacing: 2px;
        font-size: 32px;
        cursor: pointer;
        text-decoration: none;
        font-family: 'Montserrat';
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 40px;
        position: relative;
    }

        .footer-phone:hover {
            opacity: 0.5
        }

    .footer-meil:hover {
        opacity: 0.5
    }

    .footer-meil {
        text-align: left;
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 20px;
        cursor: pointer;
        font-family: 'Montserrat';
        font-weight: 500;
        position: relative;
    }

@media screen and (max-width: 767px) {

    .land_footer .grid_section {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        margin: auto;
        max-width: 800px;
        padding: 0 20px;
        align-items: center;
        position: relative;
        z-index: 5;
    }

    .land_footer .icon_img {
        width: 140px;
        margin: -150px auto 0 auto;
        display: block;
    }


    .footer-meil {
        text-align: center;
    }

    .footer-phone {
        text-align: center;
    }

    .land_footer .header {
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
    }
}

    .prize_text {
        color: #01AE87;
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: 500;
        display: block;
        line-height: 1.35;
        max-width: 512px;
        text-align: left;
        margin: 20px auto;
        text-transform: uppercase;
        padding-left: 14px;
    }


    .prize_text_big {
        font-family: 'Montserrat';
        font-size: 25px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        display: block;
        font-weight: 900;
        margin-bottom: 5px;
    }


    .prize_link {
        display: block;
        color: #01AE87;
        text-decoration: underline;
        margin-bottom: 2px;
    }

        .prize_link:hover {
            color: #2ad5af;
        }



    .logo_linck {
        opacity: 1;
        cursor: pointer;
    }

        .logo_linck:hover {
            opacity: 0.5;
        }


    .header_2 {
        color: #ffffff;
        max-width: 520px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        text-align: center;
        font-size: 50px;
        line-height: 1;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        margin: 60px auto 30px auto;
        z-index: 5;
    }


        .header_2 .header_color_2 {
            font-size: 30px;
            color: #FFFFFF;
            opacity: 1;
            display: block;
            margin-bottom: 5px;
        }


    .land_footer .grid_section_2 {
        display: grid;
        grid-template-columns:  150px 150px 150px 150px 150px;
        text-align: center;
        grid-column-gap: 20px;
        width: 100%;
        justify-content: center;
        margin: auto;
        max-width: 900px;
        padding: 0 20px;
        align-items: stretch;
        margin-bottom: 100px;
        position: relative;
        z-index: 5;
    }


        .land_footer .grid_section_2 .grid_item {
            border: none;
            border-radius: 10px;
            box-shadow: 0px 2px 10px rgba(39, 18, 101, 0.22);
            padding: 20px;
            height: 100%;
            display: grid;
            min-height: 150px;
            justify-items: center;
            align-items: center;
            background-color: white;
        }



@media screen and (max-width: 767px) {
    .land_footer .grid_section_2 {
        display: inline-block;
        grid-template-columns: 200px 200px;
        text-align: center;
        grid-column-gap: 20px;
        width: 100%;
        justify-content: center;
        margin: auto;
        max-width: 190px;
        padding: 0 20px;
        align-items: stretch;
        margin-bottom: 150px;
        position: relative;
        z-index: 5;
    }


        .land_footer .grid_section_2 .grid_item {
            min-height: 150px;
            max-height: 150px;
        }


    .header_2 {
        font-size: 40px;
    }
}


    .logo_sp {
        width: 110px;
    }





