﻿



body {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.land_anchor {
position:absolute;
margin-top:-100px;
}

@media (max-width: 767px) {

    .land_anchor {
        position: absolute;
        margin-top: -70px;
    }
}


    .section_1 {
        background: #8E6FE9;
        position: relative;
        overflow: hidden;
    }

    .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(289.26deg, #008C6C -2.85%, #00B98E 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(289.26deg, #026c54 -2.85%, #049d7a 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 700px;
        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: 3px;
        text-align: left;
        font-size: 110px;
        color: white;
        line-height: 1.4;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }


    .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: 75px;
            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 450px;
            width: 100%;
            min-height: 650px;
            height: 70vh;
            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 rgb(186, 163, 255);
        border-radius: 10px;
        box-shadow: 0px 2px 10px rgba(39, 18, 101, 0.22);
        padding: 20px 20px 35px 20px;
        background-color: rgba(129, 97, 221, 0.40);
    }

    .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: 200px;
            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: 50px;
            color: white;
            text-align: center;
        }

        .pre_header {
            font-size: 18px;
            margin-top: -50px;
        }

        .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) {
        .grid_section_2 .text {
            margin-left: 90px;
            max-width: 390px;
        }
    }



    .section_2 {
        margin: 3vh auto;
    }

    .section_3 {
        margin-bottom: 80px;
        padding: 0 20px;
    }

    .section_2 .header {
        color: #01AE87;
        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: #4e4e3f;
        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(119.93deg, #E0D6FF -136.3%, #8466e0 100%);
        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 #775ace;
        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: linear-gradient(289.26deg, #008C6C -2.85%, #00B98E 100.17%);
            box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0px 10px 0 rgba(0, 0, 0, 0);
            border-bottom: 3px solid #026c54;
        }



    @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_5 .header {
        color: #01AE87;
        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 .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;
    }



    .prize {
        width: 250px;
    }

    @media (max-width: 900px) {

        .prize {
            width: 220px;
        }

        .section_3 .grid_section {
            grid-template-columns: 32% 32% 32%;
            grid-column-gap: 2%;
        }
    }


    .section_3 .grid_item {
        text-align: center;
    }

    .vrezka {
        color: #01AE87;
        font-family: 'Montserrat';
        font-size: 20px;
        font-weight: 500;
        display: block;
        line-height: 1.3;
        max-width: 512px;
        text-align: center;
        margin: 20px auto;
        text-transform: uppercase;
    }

    @media screen and (max-width: 767px) {
        .section_3 .header {
            max-width: 420px;
            font-size: 40px;
            margin: 0 auto 30px auto;
        }

            .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;
        }

        .vrezka {
            font-size: 18px;
            font-weight: 500;
            display: block;
            line-height: 1.3;
            padding: 0 20px;
            max-width: 400px;
            text-align: center;
            margin: 20px auto;
            text-transform: uppercase;
        }
    }

    .section_4 {
        background-color: #8E6FE9;
        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_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: 80px auto;
        padding-top: 0;
        max-width: 450px;
        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 #a990f7;
        font-size: 14px;
        margin: 20px 0;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 35px;
        line-height: 20px;
        color: #775ace;
        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('//uploads.cdn.uzdevumi.lv/upload/TestWorkContestLandingTemplateFiles/id-29048/ver-71/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 {
        position: relative;
        padding-bottom: 200px;
    }

        .section_7 .header .icon_img {
            width: 140px;
            display: block;
            margin: auto;
            margin-bottom: -10px;
        }

        .section_7 .header {
            color: #01AE87;
            max-width: 520px;
            margin: 0 auto 30px auto;
            z-index: 5;
            position: relative;
        }

        .section_7 .header_color_2 {
            font-size: 30px;
            color: #766CD6;
            opacity: 1;
            display: inline-block;
            margin-bottom: 10px;
        }


    .question_block {
        margin-bottom: 8px;
        cursor: pointer;
    }


    .question_level_1 {
        background: #876CD6;
        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 #7350BE;
        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: #7350BE;
        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: #876CD6;
        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 (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: 2000px;
        position: absolute;
        left: 50%;
        margin-left: -1000px;
        opacity: 0.15;
        margin-top: -283px;
    }

    .chem_back_wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%
    }


    .land_footer {
        background-color: #876CD6;
        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 (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: 17px;
        font-weight: 500;
        display: block;
        line-height: 1.5;
        max-width: 512px;
        text-align: center;
        margin: 20px auto;
        text-transform: uppercase;
    }


    .prize_text_big {
        font-family: 'Montserrat';
        font-size: 34px;
        text-transform: uppercase;
        text-align: center;
        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: 200px 200px;
        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 rgb(39 18 101 / 22%);
            padding: 20px;
            height: 100%;
            display: grid;
            min-height: 200px;
            justify-items: center;
            align-items: center;
            background-color: white;
        }



    @media (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;
    }