﻿html {
    scroll-behavior: smooth;
}


.menu-wrap .menu-header {
    padding-top: 52px;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    top: 0;
}


.anchor_2 {
    position: absolute;
    margin-top: -100px;
}




.menu-header .grid_item_B {
    text-align: right;
}

.menu-wrap.is-hide .menu-header {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1), 0 2px  0px 0 rgba(0, 0, 0, 0.2);
}


.menu-wrap .menu-header {
    padding: 25px 20px;
    position: fixed;
    width: 100%;
    background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%);
    z-index: 22;
    transition: all 0.3s ease-in-out;
    box-shadow:4px 0 5px 5px rgba(0, 0, 0, 0.0); 
    top: 0;
}



.descktop_only {
    display: inline-block;
}

.logo_descktop {
    width:100%;
    top:-2px;
    position:relative;
}

.grid_section {
    display: grid;
    width: 100%;
    margin: 0 auto;
    margin-bottom:80px;
    max-width: 760px;
}


.menu-header .grid_section {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 240px auto;
    align-items:center;
    max-width: 1200px;
}


.menu-btn {
    padding: 5px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin: 0 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    /* box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.5);*/
    color: white;

    border-bottom: 0px solid rgba(255, 255, 255, 0.00);
    transition:  0.3s linear;
}


.login-btn {
    background-color: #00B8D1;
    padding: 12px 25px;
    border-radius: 50px;
    margin-right:0;
    border-radius: 50px;
    border:none;
    transition: box-shadow 0.3s linear, background-color 0.3s linear;
}


    .login-btn:hover, .login-btn:focus {
        background-color: rgba(0, 184, 209, 0.60);
        border-bottom: none !important;
        box-shadow: 0 2px 2px 0 rgba(73, 9, 154, 0.36) !important;
    }


.menu-btn:hover, .menu-btn:focus {
    color: white;
    /*    box-shadow: 0 4px 0px 0px rgba(255, 255, 255, 0.5);
*/ text-decoration: none;
    border-bottom: 4px solid rgba(255, 255, 255, 0.49);
}



.header_slide {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 1240px;
    margin: auto;
    z-index:20;
}



.section_1 {
    height: auto;
    background-image: url('//uploads.cdn.paligsmacibas.lv/upload/CustomLandingPageFiles/id-19291/ver-28/images/Group 488.svg');
    padding-top: 90px;
    background-position: center;
    overflow:hidden;
    background-size: 3000px;
    background-repeat: no-repeat;
    /* background-color: antiquewhite; */
}


.section_1 .grid_section {
    display: inline-grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    min-height: 650px;
    height: 70vh;
    align-items:center;
    max-height: 1000px;
}

.zoom-animation.is-visible {
    transform: none;
    opacity: 1;
    transform-origin: 50% 100%;
}

.zoom-animation {
    transform: scale(0.9) translateY(5%);
    opacity: 0.5;
    transform-origin: 50% 100%;
    transition: all 0.7s ease-in-out;
}

.grid_item_B {
    text-align: center;
    position: relative;
}


.section_1 .header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin-top: -20px;
    margin-left: -6px;
    margin-bottom:3px;
    font-size: 100px;
    line-height: 90px;
    color: #00B8D1;
    text-transform: uppercase;
    /*    text-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
*/
}

.section_1 .header_slide .header_color_2 {
    color: #00B8D1;
    margin-left: 0;
    letter-spacing: 3.3px;
    font-size: 76px;
    text-transform:none;
    font-weight: 400;
}

.header_slide .text {
    font-family: 'Open Sans';
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 380px;
}


.header_frame {
    font-family: 'Montserrat';
    font-style: normal;
    letter-spacing: 3.3px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #15D5C9 1.25%, #995DE6 99.26%) border-box;
    border: 8px solid transparent;
    color: #00B8D1;
    margin: 30px 0px;
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 18px;
}


.slider-button {
    background-color: #00b8d1;
    /*    background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%);
*/ color: white;
    padding: 20px 80px 18px 80px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 9px;
    box-shadow: 0 2px 0 #04afc6, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}


    .slider-button:hover {
        background-color: #995DE6;
        /*    background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%);
*/ color: white;
       
        text-decoration: none;
        box-shadow: 0 2px 0 #7b3fc8, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    }



.meitene_back_1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(0.5);
    left: 0;
    transition: 1.1s ease-in-out;
}


.is-visible .meitene_back_1 {
    position: absolute;
    transform: scale(1.1);
}


.meitene_back_2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(0.1);
    left: 0;
    transition: 1.8s ease-in-out;
}


.is-visible .meitene_back_2 {
    position: absolute;
    transform: scale(1.0);
}


.meitene {
    position: relative;
height:100%;
top:0;
    left:0;
}

.img_wrap {
    /*    background-color: aqua;
*/ width: 800px;
    height: 800px;
    margin-top: -100px;
    margin-bottom: -100px;
    text-align: center;
    position: relative;
}

@media screen and (max-height: 750px) {

    .section_1 .header {
      
        font-size: 70px;
        line-height: 1;
  
    }


    .section_1 .grid_section {
        min-height: 510px;
        height: 60vh;
    }
    .section_1 .header_slide .header_color_2 {
        display:block;
        font-size: 60px;


    }



    .header_frame {
        font-size: 20px;
        margin: 20px 0px;
        display: inline-block;
        border: 6px solid transparent;
        text-transform: uppercase;
        padding: 20px 18px;
    }


    .header_slide .text {
       
        line-height: 1.5;
        font-size: 17px;
        max-width: 450px;
    }

    .img_wrap {
        /* background-color: aqua; */
        width: 820px;
        height: 550px;
        margin-top: -100px;
        margin-bottom: -100px;
        text-align: center;
        position: relative;
    }
}




    @media screen and (max-width: 900px) {

        .section_1 .header {
            font-size: 70px;
            line-height: 1;
        }

        .section_1 .header_slide .header_color_2 {
            font-size: 60px;
        }

        .header_frame {
            font-size: 20px;
            margin: 20px 0px;
            display: inline-block;
            border: 6px solid transparent;
            text-transform: uppercase;
            padding: 20px 18px;
        }

        .section_1 .grid_section {
            height: 50vh;
        }

        .header_slide .text {
            line-height: 1.5;
            font-size: 17px;
            max-width: 450px;
        }

        .img_wrap {
            /* background-color: aqua; */
            width: 600px;
            height: 600px;
            margin-top: -100px;
            margin-bottom: -100px;
            text-align: center;
            position: relative;
        }
    }

@media screen and (max-width: 767px) {
    .section_1 .grid_section {
        display: inline-grid;
        grid-template-columns: 100%;
        width: 100%;
        min-height: 500px;
        height: auto !important;
        text-align: center;
        align-items: center;
        max-height: none !important;
    }

    .menu-wrap {
    position:relative;
    z-index:30;
    }

    .section_1 .header {
        font-size: 50px;
        max-width: 460px;
        display: inline-block;
        line-height: 1;
    }

    .section_1 .header_slide .header_color_2 {
        font-size: 50px;
    }

    .section_1 {

        padding-top: 80px;
   
    }

    .header_frame {
        font-size: 17px;
        margin: 15px 0px;
        letter-spacing: 2px;
        border: 4px solid transparent;
        text-transform: uppercase;
        padding: 15px 10px;
    }

    .header_slide .text {
        line-height: 1.5;
        font-size: 16px;
        max-width: 290px;
        display: inline-block;
        margin-bottom:10px;
    }

    .slider-button {
        padding: 15px 60px 13px 60px;
        margin-top: 5px;
        font-size: 16px;
    }
    .img_wrap {
        width: 360px;
        height: 360px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .header_slide {
 max-width:500px;
        text-align: center;
     
    }


}


@media screen and (max-width: 400px) {

    .img_wrap {
        width: 280px;
        height: 280px;
        margin-top: 10px;
        margin-bottom: -20px;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .section_1 .header {
        font-size: 40px ;
       
    }

    .section_1 .header_slide .header_color_2 {
        font-size: 40px;
    }
}




.section_2 {
    /*    background: linear-gradient(180deg, #dcf4fa 1.25%, #eee1ff 99.26%);
*/ padding: 80px 20px;
    text-align: center;
    background: linear-gradient(180deg, #aaeeff 1.25%, #9c5af3 99.26%);
    overflow: hidden;
    position: relative;
}


    .section_2 .grid_section {
        display: grid;
        grid-template-columns: 60% 40%;
        width: 100%;
        align-items: center;
        background-color: white;
        max-height: 1000px;
        overflow:hidden;
        z-index:5;
        position:relative;
        max-width: 1200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .section_2 .grid_item_A {
        text-align: left;
        padding: 100px 80px;
        padding-left:100px;
        background: linear-gradient(144.97deg, #00B8D1 2.51%, #0086B0 130.91%);
        border-radius: 10px 0px 0px 10px;
        overflow:hidden;
        position: relative;
        color: white;
    }




    .section_2  .grid_item_B {
        text-align: center;
        position: relative;
    }

.section_2 .header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 40px;
    line-height: 1;
    margin-bottom:20px;
    text-transform: uppercase;
}

    .section_2 .sub_header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        margin-top: 40px;
        max-width: 500px;
        line-height: 1.3;
        margin-bottom: 20px;
        text-transform: uppercase;
    }


.section_2 .text {
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.6;
    max-width:500px;
    font-size: 16px;
    margin-bottom: 20px;
}

.bulet_text_margin {
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.4;
    max-width: 400px;
    margin-left: 60px;
    font-size: 16px;
    margin-bottom: 10px;
}

.bulet {
position:absolute;
width:35px;
top:10px;
left:0;
height:2px;
background-color:white;
}

.text_bulet {
position:relative;
}

.decor_line {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
}

.line_3 {
    position: absolute;
    left: -312px;
    top: -162px;
    /*left: -622px;
    top: 486px;*/
    /* transform: rotate(350deg); */
}

.item_1 {
    text-align: left;
    font-family: 'Open Sans';
    width: 250px;
    padding-left:60px;
    position:relative;
    margin-bottom: 40px;
    display: inline-block;
}


    .item_1 .icone {

        position:absolute;
        top:4px;
        width:37px;
        left:0;
    }

.Text_line_1 {
    color: #00b8d1;
    font-size: 15px;
}

.Text_line_2 {
    color: #000000;
    font-size: 16px;
    font-weight:600;
}


.section_2 .slider-button {
    background-color: #00b8d1;
    /* background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%); */
    color: white;
    padding: 20px 60px 18px 60px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    max-width: 250px;
    font-size: 18px;
    border-radius: 9px;
    box-shadow: 0 2px 0 #04afc6, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}




    .section_2 .slider-button:hover {
        background-color: #995DE6;
        /*    background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%);
*/ color: white;
        text-decoration: none;
        box-shadow: 0 2px 0 #7b3fc8, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    }

.price_label {
    width: 200px;
    height: 200px;
    display: block;
    padding-top: 38px;
    margin: -10px auto 35px auto;
    border-radius: 100%;
    box-shadow: 0 0 0 85px rgba(0, 184, 209, 0.05), 0 0 0 185px rgba(0, 184, 209, 0.05);
    background-color: #00b8d1;
    animation:price 15s ease-in-out infinite;
}

@keyframes price {
    0% {
        box-shadow: 0 0 0 85px rgba(0, 184, 209, 0.05), 0 0 0 185px rgba(0, 184, 209, 0.05);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(0, 184, 209, 0.05), 0 0 0 50px rgba(0, 184, 209, 0.05);
    }

    100% {
        box-shadow: 0 0 0 85px rgba(0, 184, 209, 0.05), 0 0 0 185px rgba(0, 184, 209, 0.05);
    }
}




.old_price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    /* or 42px */
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.49);
}

.new_price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 140%;
    /* or 45px */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.price_descripton {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* or 14px */
    text-align: center;
    color: #FFFFFF;
}




@media screen and (max-width: 767px) {
    .section_2 .grid_section {
        display: inline-grid;
        grid-template-columns: 100%;
        width: 100%;
        align-items: center;
        background-color: white;
        max-height: none;
        overflow: hidden;
        max-width: 450px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0,  0.1), 0px 2px 0px rgba(0, 0, 0,  0.1);
        border-radius: 10px;
    }

    .section_2 {
        padding: 20px 20px;
        text-align: center;
   
    }

        .section_2 .grid_item_A {
            text-align: left;
            padding: 40px 40px;
            padding-left: 40px;
            border-radius: 0px 0px 0px 0px;
            overflow: hidden;
        }

        .section_2 .text {
            font-family: 'Open Sans';
            font-weight: 400;
            line-height: 1.5;
            max-width: 500px;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .section_2 .grid_item_B {
            text-align: center;
            position: relative;
            padding: 40px;
        }
}


@media screen and (max-width: 900px) {
    .section_2 .grid_item_A {
        padding: 60px 30px;
        padding-left: 30px;
    
    }
}

    @media screen and (max-width: 400px) {

        .section_2 .header {
            font-size: 30px;
        }

        .section_2 .grid_item_A {
            padding: 30px 30px;
            padding-left: 30px;
        }

        .section_2 .text {
            line-height: 1.5;
            font-size: 15px;
        }

        .bulet_text_margin {
            font-family: 'Open Sans';
            font-weight: 400;
            line-height: 1.4;
            max-width: 400px;
            margin-left: 40px;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .section_2 .grid_item_B {
            text-align: center;
            position: relative;
            padding: 20px;
        }

        .bulet {
            position: absolute;
            width: 20px;
            top: 10px;
            left: 0;
            height: 2px;
            background-color: white;
        }
    }


.section_2 .grid_section_2 {
    display: inline-grid;
    margin-top:80px;
    grid-template-columns: 55% 40%;
    width: 100%;
    column-gap:5%;
    align-items: center;
    max-width: 1200px;
}


    .section_2 .grid_section_2 .text {
        font-family: 'Open Sans';
        font-weight: 400;
        line-height: 1.6;
        color: white;
        max-width: 500px;
        text-align: left;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .section_2 .grid_section_2  .grid_item_B {
        text-align: left;
        position: relative;
    }

    .section_2 .grid_section_2 .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        margin-bottom: 3px;
        font-size: 40px;
        line-height: 1.2;
        color:white;
/*        color: #00B8D1;
*/        margin-bottom: 20px;
        text-transform: uppercase;
    }



    .section_2 .grid_section_2 .grid_item_A {
        text-align: center;
        padding-left: 100px;
        background: none;
        overflow: visible;
        padding:0;
        position: relative;
        color: white;
    }


.section_2 .img_wrap {
    width: 550px;
    height: 550px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.section_2 .is-visible .meitene_back_1 {
    position: absolute;
    transform: scale(1.1);
}



.line_4 {
    width: 3000px;
    position: absolute;
    top: -450px;
    left: 50%;
    opacity: 0.5;
    margin-left: -1500px;
    z-index: 1;
}

.line_wrap {
position:relative;
height:5px;
}




@media screen and (min-width: 850px) {


    @media screen and (max-height: 750px) {
        .section_2 {
            padding: 40px 20px;
        }

            .section_2 .grid_item_A {
                padding: 60px 80px;
                padding-left: 80px;
            }

            .section_2 .grid_section_2 {
                margin-top: 0px;
                padding-bottom: 60px;
            }

        .line_4 {
            width: 3000px;
            position: absolute;
            top: -560px;
            left: 50%;
            opacity: 0.5;
            margin-left: -1500px;
            z-index: 1;
        }



        .section_2 .img_wrap {
            width: 450px;
            height: 450px;
        }

        .section_1 .header {
            font-size: 70px;
            line-height: 1;
            margin-right: -200px;
        }
    }
}


.dot_bgg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-position: center bottom;
    background-size: 2000px;
    height: 167px;
/*    background-image: url(../images/color_haltfone_2.gif);*/
    background-image: url('//uploads.cdn.paligsmacibas.lv/upload/CustomLandingPageFiles/id-19291/ver-28/images/chf.webp');
}

.dot_bgg_2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: left bottom;
    background-size: 2000px;
    height: 167px;
/*    background-image: url(../images/color_haltfone_2.gif);
*/     background-image: url(../images/chf.webp); 
    transform: rotate(180deg);
}


.dot_bgg_3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: left bottom;
    background-size: 2000px;
    height: 167px;
    /*    background-image: url(../images/color_haltfone_2.gif);
*/ background-image: url(../images/chf.webp);
    transform: rotate(0deg);
}

@media screen and (max-width: 900px) {

    .section_2 .img_wrap {
        width: 450px;
        height: 450px;
 
    }

    .section_2 .grid_section_2 {
        display: inline-grid;
        margin-top: 60px;
        grid-template-columns: 55% 43%;
        column-gap: 2%;
 
    }

        .section_2 .grid_section_2 .header {
      
            font-size: 35px;

        }
}


    @media screen and (max-width: 767px) {
        .section_2 .grid_section_2 {
            display: inline-grid;
            margin-top: 40px;
            grid-template-columns: 100%;
            width: 100%;
            column-gap: 5%;
            align-items: center;
            max-width: 450px;
            margin-bottom: 120px;
        }

        .section_2 .img_wrap {
            width: 360px;
            height: 360px;
            z-index: 5;
        }

        .section_2 .grid_section_2 .grid_item_B {
            text-align: center;
            position: relative;
        }

        .section_2 .grid_section_2 .header {
            font-size: 30px;
        }

        .section_2 .grid_section_2 .text {
            max-width: 500px;
            text-align: center;
        }
    }

    @media screen and (max-width: 400px) {

        .section_2 .grid_section_2 .header {
            font-size: 24px;
        }

        .section_2 .img_wrap {
            width: 280px;
            height: 280px;
            z-index: 5;
        }

        .section_2 .grid_section_2 .text {
            font-size: 15px;
        }
    }



.section_3 .header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
    line-height: 1;
    color: #00B8D1;
    text-transform: uppercase;
}

.section_3 .sub_header {
    font-size: 18px;
    display: block;
    text-align: center;
    max-width: 584px;
    color: #00b8d1;
    margin: 10px auto;
}

.section_3 .header_color_2 {
    color: #00B8D1;
    margin-left: 0;
    line-height: 1.4;
    letter-spacing: 1;
    font-size: 24px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    display: block;
    text-transform: none;
    font-weight: 700;
}


.section_3 .grid_section {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 100%;
    column-gap: 5%;
    align-items: start;
    background-color: white;
    max-height: 1000px;
    margin-top: 40px;
    padding: 0 20px;
    z-index: 5;
    margin-bottom: 100px;
    position: relative;
    max-width: 900px;
}

    .section_3 .grid_section .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        margin-left: auto;
        line-height: 1.2;
        margin-right: auto;
        max-width: 700px;
        text-align: center;
    }

.section_3 .img_wrap {
    /* background-color: aqua; */
    width: 130px;
    height: 130px;

    display:block;
    margin:10px auto;
    text-align: center;
    position: relative;
}


.section_3 .icone {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.section_3 .icone_b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation:back_rot 25s linear infinite;
}

.section_3 .icone_b_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: back_rot 28s linear reverse infinite;
}

@keyframes back_rot {
    100% {
    transform:rotate(360deg)
    }
}



.section_3  {
    overflow:hidden;
}


.section_3 .text {
    font-family: 'Open Sans';
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    font-size: 17px;

}

.max_w {
max-width:250px;
}




@media screen and (min-width: 850px) {


    @media screen and (max-height: 750px) {


        .section_3 .grid_section {
            margin-top: 40px;
            margin-bottom: 60px;
        }
    }
}


@media screen and (max-width: 767px) {

    .section_3 .grid_section {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 5%;
        align-items: start;
        max-height: none;
        margin-top: 40px;
        padding: 0 20px;
        margin-bottom: 40px;
        max-width: 350px;
    }

    .section_4 {
        margin-top: 10px !important;
    }

    .section_3 .sub_header {
        font-size: 16px;
        margin-top: -10px;
        max-width: 450px;
    }

    .max_w {
        max-width: 350px;
    }

    .section_3 {
        padding: 0 20px;
        margin-top: -20px;
    }

    .section_3 .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 3px;
        font-size: 36px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        text-align: center;
        line-height: 1.1;
        color: #00B8D1;
        text-transform: uppercase;
    }

    .section_3 .header_color_2 {
        color: #00B8D1;
        margin-left: 0;
        line-height: 1.4;
        letter-spacing: 1;
        font-size: 20px;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        display: block;
        text-transform: none;
        font-weight: 700;
    }

        .section_3 .grid_section {
    
            margin-top: 0px;
        
        }

        .section_3 .text {
         
            font-size: 15px;
        }


        .section_3 .grid_section .header {
           
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 25px;
        
        }

        .section_3 .img_wrap {
            /* background-color: aqua; */
            width: 100px;
            height: 100px;
           
            margin: 30px auto 10px auto;
       
        }

}



.video_frame_wrap {
max-width:1000px;
display:block;
margin:10px auto 30px auto;
}


.thumb-wrap {
    position: relative;
    padding-bottom: 51.20%;
    padding-top: 30px;
    height: 0;
    z-index: 10;
    margin:auto 20px ;
    margin-bottom:20px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 10px #00000033;
}

@media screen and (max-width: 767px) {

    .thumb-wrap {
 
        margin: auto -15px;

    }

}

    .thumb-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*     margin-top: 15px;
        margin-bottom: 15px;*/
    }

    .video_wrap {
        text-align: center;
        width: 100%;
        position: relative;
        z-index: 5;
        margin-bottom: 20px;
    }




    .video {
        width: 740px;
        height: 416px;
        display: inline-block;
        margin: 20px 20px 20px 20px;
        border-radius: 20px;
        box-shadow: 0 5px 10px #00000033;
    }

    @media screen and (max-width: 760px) {


        .video {
            width: 580px;
            height: 326px;
            margin: 20px 0px 40px 0px;
        }
    }




    @media screen and (max-width: 1050px) {

        .video {
            width: 700px;
            height: 394px;
            margin: 20px 15px 40px 15px;
        }
    }


    @media screen and (max-width: 980px) {


        .video {
            width: 680px;
            height: 382px;
            margin: 20px 10px 40px 10px;
        }
    }








    @media screen and (max-width: 640px) {


        .video {
            width: 420px;
            height: 236px;
        }
    }





    @media screen and (max-width: 520px) {


        .video {
            width: 400px;
            height: 225px;
        }
    }


    /*
@media screen and (max-width: 420px) {


    .video {
        width: 360px;
        height: 202px;
    }
}*/


    @media screen and (max-width: 480px) {


        .video {
            width: 280px;
            height: 158px;
            margin: 20px -20px 40px -20px;
        }
    }


    .line_5 {
        width: 3000px;
        position: absolute;
        top: -269px;
        left: 50%;
        opacity: 0.5;
        transform: rotate(331deg);
        margin-left: -1500px;
        z-index: 1;
    }



    .section_4 {
        padding: 0 20px;
    }


        .section_4 .header {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 3px;
            font-size: 50px;
            margin-left: auto;
            margin-right: auto;
            max-width: 700px;
            text-align: center;
            line-height: 1;
            position: relative;
            z-index: 5;
            color: #995DE6;
            text-transform: uppercase;
        }


        .section_4 .grid_section {
            display: grid;
            grid-template-columns: 33% 33% 33%;
            width: 100%;
            column-gap: 0.5%;
            text-align: left;
            max-height: 1000px;
            margin-top: 40px;
            padding: 0 20px;
            z-index: 5;
            margin-bottom: 20px;
            position: relative;
            max-width: 1200px;
        }

            .section_4 .grid_section .header {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 600;
                margin-bottom: 3px;
                font-size: 26px;
                color: white;
                text-align: left;
                line-height: 1.3;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

    .section_4 {
        background-color: #F8E4FF;
        position: relative;
        overflow: hidden;
        margin-top: 60px;
        padding-bottom: 10px;
        text-align: center;
    }

        .section_4 .color_1 {
            text-align: left;
            padding: 20px 20px;
            background: linear-gradient(144.97deg, #00B8D1 0%, #0086B0 130%);
            overflow: hidden;
            position: relative;
            color: white;
        }

        .section_4 .color_2 {
            text-align: left;
            padding: 20px 20px;
            background: linear-gradient(144.97deg, #CB98FF 0%, #8F0ACD 130%);
            overflow: hidden;
            position: relative;
            color: white;
        }

        .section_4 .grid_item {
            padding: 40px 60px 100px 60px;
        }

        .section_4 .text {
            font-family: 'Open Sans';
            font-weight: 400;
            line-height: 1.6;
            color: white;
            max-width: 500px;
            text-align: left;
            font-size: 16px;
            margin-bottom: 20px;
        }


        .section_4 .decor_line {
            position: absolute;
            width: 100%;
            bottom: 0;
            opacity: 0.2;
            left: 0;
        }

        .section_4 .line_10 {
            position: absolute;
            left: -413px;
            /* top: -162px; */
            width: 995px;
            bottom: -44px;
            /* transform: rotate(350deg); */
        }

        .section_4 .line_11 {
            position: absolute;
            left: -505px;
            /* top: -162px; */
            width: 995px;
            bottom: -44px;
            transform: rotate(359deg);
        }

        .section_4 .line_12 {
            position: absolute;
            left: -273px;
            /* top: -162px; */
            right: -50pc;
            width: 995px;
            bottom: -91px;
            transform: rotate(347deg);
        }


        .section_4 .dot_bgg_2 {
            width: 100%;
            position: absolute;
            top: -5px;
            left: 0;
            background-position: left bottom;
            background-size: 1922px;
            height: 471px;
            /* background-image: url(../images/color_haltfone_2.gif); */
            background-image: url(../images/chf_2big.webp);
            transform: rotate(180deg);
            z-index: 1;
        }



        .section_4 .grid_section_2 {
            display: inline-grid;
            margin-top: 120px;
            grid-template-columns: 55% 40%;
            width: 100%;
            column-gap: 5%;
            align-items: center;
            max-width: 1200px;
        }


            .section_4 .grid_section_2 .grid_item_B .header {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 20px;
                font-size: 40px;
                margin-left: auto;
                margin-right: auto;
                max-width: 700px;
                text-align: left;
                line-height: 1.1;
                position: relative;
                z-index: 5;
                color: #995DE6;
                text-transform: uppercase;
            }



            .section_4 .grid_section_2 .grid_item_B .text {
                font-family: 'Open Sans';
                font-weight: 400;
                line-height: 1.6;
                color: #774fab;
                max-width: 500px;
                text-align: left;
                font-size: 17px;
                margin-bottom: 20px;
            }


            .section_4 .grid_section_2 .grid_item_A .text_wrap {
                background-image: url('//uploads.cdn.paligsmacibas.lv/upload/CustomLandingPageFiles/id-19291/ver-28/images/Group 503.svg');
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 20px;
                font-size: 40px;
            }


            .section_4 .grid_section_2 .grid_item_A {
                position: relative;
                height: 100%;
                display: grid;
                z-index: 2;
                align-items: center;
            }

            .section_4 .grid_section_2 .grid_item_B {
                z-index: 3;
            }

    .text_back {
        position: absolute;
        left: 0;
        width: 100%;
    }


    .section_4 .grid_section_2 .grid_item_A .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        margin-top: -20px;
        margin-bottom: 3px;
        font-size: 80px;
        margin-right: 20%;
        max-width: 700px;
        text-align: right;
        line-height: 1;
        position: relative;
        z-index: 5;
        color: white;
        text-transform: uppercase;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }


    .section_4 .grid_section_3 {
        display: grid;
        grid-template-columns: 60% 40%;
        width: 100%;
        align-items: center;
        background-color: white;
        max-height: 1000px;
        overflow: hidden;
        margin: 120px auto 0 auto;
        z-index: 5;
        position: relative;
        max-width: 1200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }


        .section_4 .grid_section_3 .grid_item_A {
            text-align: left;
            padding: 100px 80px;
            padding-left: 100px;
            background: linear-gradient(144.97deg, #9933ff 2.51%, #c183ff 130.91%);
            border-radius: 10px 0px 0px 10px;
            overflow: hidden;
            height: 100%;
            position: relative;
            color: white;
        }


        .section_4 .grid_section_3 .header {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            margin-bottom: 3px;
            text-align: left;
            display: inline-block;
            color: white;
            font-size: 50px;
            max-width: 427px;
            line-height: 1;
            margin-bottom: 20px;
            text-transform: uppercase;
        }


        .section_4 .grid_section_3 .grid_item_B {
            text-align: left;
            position: relative;
            padding: 80px;
        }

            .section_4 .grid_section_3 .grid_item_B .bulet {
                background-color: #a64dff;
            }


        .section_4 .grid_section_3 .grid_item_A .line_3 {
            position: absolute;
            left: -312px;
            top: 308px;
            transform: rotate(335deg);
        }

        .section_4 .grid_section_3 .grid_item_A .text {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            line-height: 1.6;
            color: white;
            max-width: 500px;
            text-align: left;
            font-size: 20px;
            margin-bottom: 20px;
        }





    @media screen and (min-width: 850px) {


        @media screen and (max-height: 750px) {


            .section_4 .grid_item {
                padding: 20px 60px 20px 60px;
            }


            .section_4 .grid_section_3 .grid_item_A {
                padding: 60px 80px;
                padding-left: 80px;
            }

            .section_4 .grid_section_3 .grid_item_B {
                padding: 60px;
            }
        }
    }









    @media screen and (max-width: 1080px) {
        .section_4 .grid_item {
            padding: 30px 30px 80px 30px;
        }


        .section_4 .grid_section_2 .grid_item_A .header {
            font-size: 70px;
        }

        .section_4 .grid_section .header {
            font-size: 22px;
        }

        .section_4 .grid_section_2 .grid_item_B .header {
            font-size: 30px;
        }
    }

    @media screen and (max-width: 1000px) {
        .section_4 .grid_section_2 {
            display: inline-grid;
            margin-top: 120px;
            grid-template-columns: 50% 45%;
            width: 100%;
            column-gap: 5%;
            align-items: center;
            max-width: 1200px;
        }

        .section_4 .grid_section_3 .grid_item_A {
            padding: 60px 30px;
            padding-left: 30px;
        }


        .section_4 .grid_section_3 .header {
            margin-top: 0;
            font-size: 40px;
        }

        .section_4 .grid_section_3 .grid_item_B {
            padding: 60px 30px;
            padding-left: 30px;
        }

        .section_4 .grid_section_3 .bulet {
            position: absolute;
            width: 25px;
            top: 10px;
            left: 0;
            height: 2px;
        }


        .section_4 .grid_section_3 {
            margin: 70px auto 0 auto;
        }

            .section_4 .grid_section_3 .grid_item_A .line_3 {
                top: 193px;
            }

            .section_4 .grid_section_3 .grid_item_A .text {
                text-align: left;
                font-size: 17px;
                margin-bottom: 0;
            }


            .section_4 .grid_section_3 .bulet_text_margin {
                margin-left: 40px;
                font-size: 15px;
                margin-bottom: 5px;
            }

        .section_4 .grid_section_2 .grid_item_B .text {
            line-height: 1.5;
            font-size: 16px;
        }

        .section_4 .grid_section_2 {
            margin-top: 60px;
        }


            .section_4 .grid_section_2 .grid_item_B .header {
                font-size: 30px;
            }

            .section_4 .grid_section_2 .grid_item_A .header {
                font-size: 50px;
            }
    }



    .anchor_3 {
        position: absolute;
        margin-top: 0px;
    }




    @media screen and (max-width: 767px) {
        .section_4 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            row-gap: 10px;
            column-gap: 0.5%;
            text-align: left;
            max-height: none;
            margin-top: 20px;
            padding: 0 0;
            z-index: 5;
            margin-bottom: 20px;
            position: relative;
            max-width: 450px;
        }


        .section_4 .grid_section_3 {
            grid-template-columns: 100%;
            max-height: none;
            margin: 20px auto 0 auto;
            z-index: 5;
            max-width: 450px;
            border-radius: 10px;
        }

        .section_4 .header {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 3px;
            font-size: 36px;
            margin-left: auto;
            margin-right: auto;
            max-width: 380px;
            text-align: center;
            line-height: 1.1;
        }


        .section_4 .grid_section_2 {
            margin-top: 60px;
            grid-template-columns: 100%;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            max-width: 450px;
        }

        .text_back {
            width: 100%;
            max-width: 280px;
            left: 50%;
            margin-left: -140px;
        }

        .section_4 .grid_section_2 .grid_item_A .header {
            margin-top: 0;
            margin-bottom: 3px;
            font-size: 35px;
            margin-right: auto;
            margin-left: auto;
            max-width: 200px;
            text-align: center;
        }

        .line_5 {
            width: 2726px;
        }

        .video_wrap {
            margin-bottom: 0px;
        }

        .section_3 {
            padding: 0 20px;
        }

        .section_4 .grid_section_2 .grid_item_B .header {
            margin-top: 80px;
            margin-bottom: 20px;
            font-size: 25px;
            text-align: center;
        }

        .section_4 .grid_section_3 .grid_item_A {
            border-radius: 0;
        }

        .section_4 .grid_section_2 .grid_item_B .text {
            text-align: center;
        }
    }


    @media screen and (max-width: 400px) {
        .section_4 .grid_section_3 .grid_item_A {
            padding: 30px 30px;
            padding-left: 30px;
        }

        .section_4 .grid_section_3 .grid_item_B {
            padding: 30px 30px;
            padding-left: 30px;
        }

        .section_4 .grid_section_3 .header {
            font-size: 30px;
        }
    }



    .section_5 .header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 3px;
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        text-align: center;
        line-height: 1;
        color: #00B8D1;
        text-transform: uppercase;
    }


    .section_5 {
        /* background: linear-gradient(180deg, #dcf4fa 1.25%, #eee1ff 99.26%); */
        padding: 80px 20px;
        text-align: center;
        overflow: hidden;
        background-image: url('//uploads.cdn.paligsmacibas.lv/upload/CustomLandingPageFiles/id-19291/ver-28/images/Group 488.svg');
        background-position: center;
        overflow: hidden;
        background-size: 3000px;
        background-repeat: no-repeat;
        position: relative;
    }


        .section_5 .grid_section {
            display: grid;
            grid-template-columns: 32% 32% 32%;
            width: 100%;
            gap: 20px;
            align-items: stretch;
            max-height: none;
            margin-top: 40px;
            padding: 0 20px;
            z-index: 5;
            margin-bottom: 100px;
            position: relative;
            max-width: 1200px;
        }


    @media screen and (max-width: 900px) {

        .section_5 .grid_section {
            display: grid;
            grid-template-columns: 49% 49%;
            width: 100%;
            gap: 2%;
            align-items: stretch;
            margin-top: 40px;
            padding: 0 20px;
            z-index: 5;
            margin-bottom: 40px;
            position: relative;
            max-width: 1200px;
        }
    }








    .section_5 .text {
        font-family: 'Open Sans';
        color: #000000;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 40px;
        text-align: left;
        display: block;
        width: 100%;
        font-size: 17px;
    }

    .section_5 .grid_item_A, .section_5 .grid_item_B, .section_5 .grid_item_C {
        padding: 30px 40px;
        text-align: left;
        position: relative;
        background-color: white;
    }



    .section_5 .grid_section_2 .grid_item_A {
        padding: 0;
        text-align: left;
        position: relative;
        height: 100%;
        background-color: white;
    }

    .section_5 .grid_item_A {
    }


    .section_5 .color_1 {
        border: 6px solid #00B8D1;
    }

    .section_5 .color_2 {
        border: 6px solid #995DE6;
    }


    .section_5 .line_5 {
        top: 17px;
    }


    .icc_1 {
        position: absolute;
        top: 20px;
        left: 30px;
    }


    .section_5 .grid_section_2 {
        display: inline-grid;
        margin-top: 20px;
        grid-template-columns: 49% 49%;
        width: 100%;
        column-gap: 2%;
        align-items: center;
        max-width: 1200px;
    }


        .section_5 .grid_section_2 .grid_item_B .header {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 45px;
            margin-left: auto;
            margin-right: auto;
            max-width: 700px;
            text-align: left;
            line-height: 1.1;
            position: relative;
            z-index: 5;
            color: #00bdd7;
            text-transform: uppercase;
        }


        .section_5 .grid_section_2 .grid_item_B {
            padding: 0;
            padding-left: 30px;
        }


            .section_5 .grid_section_2 .grid_item_B .sub_header {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 20px;
                font-size: 28px;
                margin-left: auto;
                margin-right: auto;
                max-width: 700px;
                text-align: left;
                line-height: 1.2;
                position: relative;
                z-index: 5;
                color: #995DE6;
                text-transform: uppercase;
            }





    .section_5 .text_back {
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        margin-top: -350px;
        width: 800px;
    }

    .section_5 .bulet {
        position: absolute;
        width: 35px;
        top: 10px;
        left: 0;
        height: 4px;
        background-color: #00bdd7;
    }


    .section_5 .bulet_text_margin {
        font-family: 'Open Sans';
        font-weight: 400;
        line-height: 1.4;
        max-width: 400px;
        margin-left: 60px;
        font-size: 16px;
        margin-bottom: 10px;
    }









    .new_price_2 {
        background-color: #995DE6;
        color: white;
        height: 100%;
        align-items: center;
        display: inline-grid;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .section_5 .slider-button {
        margin-top: 40px;
    }


    .price_label_2 {
        grid-template-columns: 50% 50%;
        display: grid;
        background-color: white;
        text-align: center;
        height: 50px;
        margin: 10px 4px;
        border-radius: 8px;
        line-height: 1.2;
        align-items: center;
        box-shadow: 0 0 0 3px;
        width: 270px;
    }

    .section_5 .old_price {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        display: inline-block;
        position: relative;
        color: rgba(153, 93, 230, 0.53);
    }

    .old_price_2 {
        font-size: 18px;
    }


    .icc_1_2 {
        right: 0;
        width: 400px;
        position: absolute;
        bottom: 0;
        z-index: 5;
    }

    @media screen and (min-width: 850px) {


        @media screen and (max-height: 750px) {

            .section_5 .grid_section {
                margin-bottom: 10px;
            }

            .section_5 .grid_section_2 .grid_item_B .header {
                font-size: 40px;
                text-align: left;
            }
        }
    }

    @media screen and (max-width: 600px) {

        .section_5 .grid_section {
            margin-top: 20px;
            grid-template-columns: 100%;
            gap: 10px;
            padding: 0;
        }

        .section_5 .header {
            font-size: 40px;
        }
    }


    @media screen and (max-width: 767px) {

        .section_5 .grid_section_2 {
            display: inline-grid;
            margin-top: 20px;
            grid-template-columns: 100%;
            width: 100%;
            align-items: center;
            max-width: 450px;
        }


        .section_5 {
            padding: 40px 20px;
        }


            .section_5 .grid_section_2 .text_back {
                width: 100%;
                max-width: 354px;
                left: unset;
                margin: 0 auto;
                display: block;
                top: unset;
                margin-top: 0;
                position: relative;
            }


            .section_5 .grid_section_2 .grid_item_A {
                position: relative;
                min-height: 220px;
                height: 100%;
                width: 100%;
                text-align: center;
                display: inline-block;
                align-items: center;
            }


            .section_5 .grid_section_2 .grid_item_B .sub_header {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 20px;
                font-size: 20px;
                text-align: center;
            }

            .section_5 .grid_section_2 .grid_item_B .header {
                font-size: 35px;
                margin-bottom: 10px;
                text-align: center;
            }

            .section_5 .grid_section_2 .bulet {
                position: absolute;
                width: 25px;
                top: 10px;
                left: 0;
                height: 2px;
            }

        .price_label_2 {
            margin: 10px auto;
        }

        .section_5 .grid_section_2 .grid_item_B {
            padding: 0;
            padding-left: 0;
            text-align: center;
        }

        .section_5 .grid_section_2 .bulet_text_margin {
            margin-left: 40px;
            font-size: 15px;
            text-align: left;
            margin-bottom: 5px;
        }



        .section_5 .grid_section_2 .icc_1 {
            position: absolute;
            top: 0;
            left: 0;
        }

        .section_5 .grid_section_2 .icc_1_2 {
            right: 0;
            width: 150px;
            position: absolute;
            bottom: 0;
            z-index: 5;
        }
    }


    .footer {
        background: linear-gradient(360deg, #15D5D2 -20%, #0086B0 100%);
        width: 100%;
        margin-top: 40px;
        padding: 60px 0 0 0;
    }

        .footer .logo_descktop {
            width: 280px;
        }

        .footer .sub_header {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 17px;
            margin-top: 10px;
            color: rgba(255, 255, 255, 0.76);
            text-align: left;
            line-height: 1.3;
            margin-bottom: 20px;
        }



        .footer .grid_section {
            display: grid;
            grid-template-columns: auto 420px;
            width: 100%;
            align-items: start;
            max-height: 1000px;
            z-index: 5;
            padding: 0 20px;
            position: relative;
            max-width: 1200px;
        }


        .footer .sub_header_2 {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            margin-top: 5px;
            color: rgba(255, 255, 255, 0.5);
            text-align: right;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .footer .sub_header_3 {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            margin-top: 60px;
            color: rgba(255, 255, 255, 0.5);
            text-align: left;
            line-height: 1.3;
            background-color: rgba(0, 65, 84, 0.56);
            padding: 10px 0;
            width: 100%;
            text-align: center;
        }

        .footer .footer_button {
            background-color: none;
            color: white;
            padding: 10px 0px 10px 10px;
            text-decoration: none;
            max-width: 90px;
            text-align: left;
            border-left: 2px solid;
            line-height: 1.2;
            display: inline-block;
            font-size: 10px;
            border-radius: 11px;
        }

    .marg_but {
        margin-right: 10px;
    }


    .marg_but_2 {
        margin-right: -20px;
    }



    .footer .footer_button:hover {
        opacity: 0.5;
    }


    .meil_but {
        color: white;
        text-decoration: none;
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        margin-top: 40px;
    }


        .meil_but:hover {
            color: white;
            opacity: 0.5;
            text-decoration: none;
        }

    .footer .grid_item_B {
        text-align: right;
        position: relative;
    }

    .footer .social-icon-btn {
        display: inline-block;
        margin-right: 10px;
        background-color: #ffffff47;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
    }

        .footer .social-icon-btn:hover {
            opacity: 0.5;
        }

    .footer .social-icon {
        width: 20px;
        margin-top: 10px;
        height: 20px;
        cursor: pointer;
    }

    .footer .grid_item_A {
        height: 100%;
        position: relative;
    }

    .social-wrap {
        position: absolute;
        bottom: 0;
    }




    @media screen and (max-width: 767px) {
        .footer .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            padding: 0 20px;
            align-items: start;
            text-align: center;
            z-index: 5;
            position: relative;
            max-width: 450px;
        }

        .footer .sub_header, .footer .sub_header_2 {
            text-align: center;
        }

        .social-wrap {
            position: relative;
            bottom: 0;
            margin-bottom: 30px;
        }

        .footer .grid_item_B {
            text-align: center;
            position: relative;
        }

        .footer {
            padding: 40px 0 0 0;
        }

        .marg_but_2 {
            margin-right: -20px;
        }


        .meil_but {
            color: white;
            text-decoration: none;
            display: block;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            margin-top: 40px;
        }

        .footer .sub_header_3 {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 460px) {

        .footer .footer_button {
            background-color: none;
            color: white;
            padding: 10px 20px 10px 20px;
            text-decoration: none;
            max-width: 210px;
            margin: 5px auto;
            text-align: center;
            border-top: 2px solid;
            border-left: none;
            line-height: 1.2;
            display: block;
            font-size: 12px;
            border-radius: 11px;
        }
    }




.section_6  {

    margin: 100px auto;
}


    .section_6  .grid_section {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding:0 20px;
        max-width: 760px;
    }

.section_6 .header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin-top: 140px;
    margin-bottom: 3px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
    line-height: 1;
    color: #00B8D1;
    text-transform: uppercase;
}

.text_paligs_heade {
    position: relative;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    margin-top:40px;
}
.text_paligs_1_marg {
    line-height: 1.4;
/*    max-width: 400px;
*/    margin-left: 60px;
    margin-bottom: 10px;
}

.text_paligs_bulet {
    position: absolute;
    width: 35px;
    top: 0;
    left: 0;

}


.text_paligs_body {
    font-size: 15px;
    position: relative;
    font-family:'Open Sans';
}

   
.grid_section_table {
    grid-template-columns: auto auto auto;
    grid-column-gap:1px;
    display:inline-grid;
    width:100%;
}

.grid_section_table {
    grid-template-columns: auto auto auto;
    grid-column-gap: 1px;
    display: inline-grid;
    font-size:14px;
    width: 100%;
    margin:20px 0;
}



.table_header {
    padding: 5px 10px;
    background-color: #0086B0;
    color: white;
    margin-top:20px;
    margin-bottom: 10px;
}


.table_body {
    padding: 5px 10px;
    margin-bottom:10px;
    border-bottom:1px solid #a5a5a5;
    
 
}
.grid_section_table ul {
    padding-inline-start: 20px;
    list-style-type: square;
}



.grid_section_table li {
margin-bottom:10px;
}


.grid_section_table li li {
    margin-bottom: 0px;
}


    .grid_section_table ul ul {
        padding-inline-start: 20px;
        list-style-type: "\0336     ";
        font-style:italic;
        
    }


.text_paligs_1_marg .text_paligs_1_marg {
    line-height: 1.4;
    /* max-width: 400px; */
    margin-left: 60px;
    margin-top:5px;
    margin-bottom: 0;
}




@media screen and (max-width: 767px) {
    .text_paligs_1_marg {
        line-height: 1.3;
        /* max-width: 400px; */
        margin-left: 40px;
        margin-bottom: 10px;
    }

    .grid_section_table {
        grid-template-columns: auto auto auto;
        grid-column-gap: 1px;
        display: inline-grid;
        font-size: 14px;
        width: 100%;
        margin: 20px 0;
        overflow: scroll OVERLAY;
    }


    .section_6 .grid_section {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        max-width: 760px;
    }

    .section_6 .header {
        font-family: 'Montserrat';
        font-style: normal;
font-size:30px;        margin-top: 20px;
     
    }

    .text_paligs_heade {
        position: relative;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 18px;
        margin-top: 20px;
    }
}

.footer_2 {
    background: linear-gradient(360deg, #15D5D2 -20%, #0086B0 100%);
    width: 100%;
    margin-top: 40px;
    padding: 60px 0 0 0;
}

    .footer_2 .logo_descktop {
        width: 230px;
    }

    .footer_2 .sub_header {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.76);
        text-align: left;
        line-height: 1.3;
        margin-bottom: 20px;
    }



    .footer_2 .grid_section {
        display: grid;
        grid-template-columns: 200px auto;
        width: 100%;
        align-items: start;
        max-height: 1000px;
        z-index: 5;
        padding: 0 20px;
        position: relative;
        max-width: 1200px;
    }


    .footer_2 .sub_header_2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.5);
        text-align: right;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .footer_2 .sub_header_3 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        margin-top: 60px;
        color: rgba(255, 255, 255, 0.5);
        text-align: left;
        line-height: 1.3;
        background-color: rgba(0, 65, 84, 0.56);
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    .footer_2 .footer_2_button {
        background-color: none;
        color: white;
        padding: 10px 0px 10px 10px;
        text-decoration: none;
        max-width: 90px;
        text-align: left;
        border-left: 2px solid;
        line-height: 1.2;
        display: inline-block;
        font-size: 10px;
        border-radius: 11px;
    }



    .footer_2 .marg_but {
        margin-right: 5px;
    }


    .footer_2 .marg_but_2 {
        margin-right: -20px;
    }


    .footer_2 .footer_button {
        background-color: none;
        color: white;
        padding: 5px 0px 5px 10px;
        text-decoration: none;
        /* max-width: 134px; */
        width: 10%;
        min-width: 95px;
        text-align: left;
        border-left: 2px solid rgba(255, 255, 255, 0.50);
        line-height: 1.2;
        display: inline-block;
        font-size: 10px;
        border-radius: 5px;
    }


    .footer_2 .footer_2_button:hover {
        opacity: 0.5;
    }


    .footer_2 .meil_but {
        color: white;
        text-decoration: none;
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        margin-top: 40px;
    }


        .footer_2 .meil_but:hover {
            color: white;
            opacity: 0.5;
            text-decoration: none;
        }

    .footer_2 .grid_item_B {
        text-align: right;
        position: relative;
    }

    .footer_2 .social-icon-btn {
        display: inline-block;
        margin-right: 10px;
        background-color: #ffffff47;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        text-align: center;
    }

        .footer_2 .social-icon-btn:hover {
            opacity: 0.5;
        }

    .footer_2 .social-icon {
        width: 15px;
        margin-top: 10px;
        height: 15px;
        cursor: pointer;
    }

    .footer_2 .grid_item_A {
        height: 100%;
        position: relative;
    }

    .footer_2 .social-wrap {
        position: absolute;
        bottom: 0;
    }



@media screen and (max-width: 850px) {
    .footer_2 .logo_descktop {
        width: 200px;
    }
}




    @media screen and (max-width: 767px) {
        .footer_2 .grid_section {
            display: grid;
            grid-template-columns: 100%;
            width: 100%;
            padding: 0 20px;
            align-items: start;
            text-align: center;
            z-index: 5;
            position: relative;
            max-width: 450px;
        }

        .footer_2 .footer_button {
            background-color: none;
            color: white;
            padding: 8px 5px;
            text-decoration: none;
            width: 10%;
            min-width: 95px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.5);
            margin-bottom: 10px;
            line-height: 1.2;
            display: inline-block;
            font-size: 10px;
            border-radius: 6px;
        }

        .footer_2 .sub_header, .footer_2 .sub_header_2 {
            text-align: center;
        }

        .footer_2 .social-wrap {
            position: relative;
            bottom: 0;
            margin-bottom: 30px;
        }

        .footer_2 .grid_item_B {
            text-align: center;
            position: relative;
        }

        .footer_2 {
            padding: 40px 0 0 0;
        }

            .footer_2 .marg_but_2 {
                margin-right: -20px;
            }


            .footer_2 .meil_but {
                color: white;
                text-decoration: none;
                display: block;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                margin-top: 40px;
            }

        .footer_2 .sub_header_3 {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 460px) {

        .footer_2 .footer_2_button {
            background-color: none;
            color: white;
            padding: 10px 20px 10px 20px;
            text-decoration: none;
            max-width: 210px;
            margin: 5px auto;
            text-align: center;
            border-top: 2px solid;
            border-left: none;
            line-height: 1.2;
            display: block;
            font-size: 12px;
            border-radius: 11px;
        }
    }