﻿.help-btn {
    background: linear-gradient(320deg, #15D5C9 0%, #995DE6 120%);
    position: fixed;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    height: 80px;
    padding: 23px 15px 23px 90px;
    bottom: 60px;
    right: -145px;
    border-radius: 50px;
    z-index: 25;
    color: white;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    transition:  0.6s ease-in-out;
}




.help-menu.active .help-btn {
    right: 0;
    border-radius: 50px 0 0 50px;
}




    .help_link {
        cursor: pointer;
        color: white;
        display: block;
    }





        .help_link:hover, .help_link:visited {
            cursor: pointer;
            color: white;
        }


    .help-btn:hover {
        cursor: pointer;
        color: white;
    }

    .help_icon {
        position: absolute;
        width: 70px;
        top: 5px;
        left: 5px;
        height: 70px;
    }

@media screen and (max-width: 767px) {
    .help-btn {
        background: linear-gradient(320deg, #15D5C9 0%, #995DE6 120%);
        position: fixed;
        font-family: 'Montserrat';
        font-style: normal;
        line-height: 1.2;
        font-weight: 700;
        height: 60px;
        padding: 13px 15px 12px 65px;
        bottom: 20px;
        right: -140px;
        border-radius: 50px;
        z-index: 25;
        color: white;
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: 0.6s ease-in-out;
    }




    .help-menu.active .help-btn {
        right: 0;
        border-radius: 50px 0 0 50px;
    }


    .help_icon {
        position: absolute;
        width: 50px;
        top: 5px;
        left: 5px;
        height: 50px;
    }
}


.wave_1 {
    width: 100%
}

.line_l1 {
    fill: none;
    stroke: rgba(255, 255, 255, 1);
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: 200%;
    stroke-dashoffset: 200%;
    animation: line_flou 15s linear infinite;
}


.line_l2 {
    fill: none;
    stroke: rgba(255, 255, 255, 1);
    stroke-linecap: round;
    stroke-width: 5px;
    stroke-dasharray: 200%;
    stroke-dashoffset: 200%;
    animation: line_flou 15s linear infinite;
}



@keyframes line_flou {

    0% {
        stroke-dasharray: 200%;
        stroke-dashoffset: 200%;
    }


    50% {
        stroke-dasharray: 200%;
        stroke-dashoffset: 0;
    }
}


.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;
        }
    }










.product-options {
    display: inline-grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 15px;
    grid-row-gap:10px;
    min-height: 60px;
    min-width: 500px;
    position:relative;
    z-index:5;
    width: 100%;
}


.section_2 .product-options, .section_4 .product-options {
    display: grid;
    grid-template-columns: 100%;
    max-width: 300px;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    width: 100%;
    min-width: 200px;
}

.section_2 .product-options {
    margin: auto;
    padding: 0 10px;
}


.slider-button-link {
    display: inline-block;
    font-size: 16px;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
    font-family: opensans;
    font-family: 'Open Sans';
    color: #00b8d1;
    text-decoration: underline;
    padding: 20px 4px;
}


    .slider-button-link:hover {
        opacity: 0.5;
    }



.promocode-activated {
    font-weight: bold;
    background-image: url('//uploads.cdn.paligsmacibas.lv/upload/ProductLandingTemplateFiles/id-19145/ver-35/images/ok_icon.svg');
    padding-left: 40px;
    background-position: 0 16px;
    background-size: 30px;
    display: inline-block;
    height: 40px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 40px
}



@media screen and (max-height: 750px) {
    .promocode-activated {
        padding-bottom: 60px
    }
}







    .payment_button {
        padding: 25px 10px;
        font-size: 18px;
        text-align: center;
        border-radius: 9px;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans';
    }



.recommended-option .payment_button, .recommended-option .payment_button:visited {
    background-color: #00b8d1;
    color: white;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}






    a.payment_button {
        background-color: white;
        color: #00b8d1;
        cursor: pointer;
        box-shadow: inset 0 0 0 3px #00b8d1, 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, color 0.4s ease-in-out;
    }


    .payment_button:hover {
        color: #995DE6;
        text-decoration: none;
        background-color: white;
        box-shadow: inset 0 0 0 3px #995DE6, 0 0px 0 rgba(0, 0, 0, 0.1), 0 0px 10px rgba(0, 0, 0, 0.2);
    }

.recommended-option .payment_button:hover {
    color: white;
    text-decoration: none;
    background-color: #995DE6;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), 0 0px 10px rgba(0, 0, 0, 0.2);
}



    @media screen and (max-width: 767px) {
        .product-options, .section_2 .product-options, .section_4 .product-options {
            display: grid;
            grid-template-columns: 100%;
            max-width: 300px;
            margin: auto;
            min-width: 250px;
            grid-column-gap: 0;
            grid-row-gap: 10px;
            width: 100%;
        }

        .payment_button_main, .payment_button_secondary {
            padding: 20px 10px;
            font-size: 17px;
        }
    }











    .promocode-applied {
        display: none !important;
    }






    .old-price .original-price {
        font-size: 1em;
    }

        .old-price .original-price:before {
            content: "€";
        }






html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #337ab7;
    text-decoration: none;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.bulet_2 {
    width: 30px;
    height: 4px;
    background-color: #00c6a2;
    position: absolute;
    left: 0;
    top: 12px;
}


.violet_buttons {
    background-color: #9660e6;
    padding: 20px 180px 20px 35px;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 18px;
    text-align: left;
    border-radius: 9px;
    position: relative;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
    color: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1), 0 2px 10px rgba(0, 0, 0, .2);
    transition: background-color .4s ease-in-out, box-shadow .4s ease-in-out;
}


    .violet_buttons:hover {
        background-color: #7446ba;
    }


.orange_label {
    display: grid;
    position: absolute;
    background-image: url(../images/orange_label_2.svg);
    width: 189px;
    font-family: 'Montserrat';
    font-weight: 700;
    height: 110px;
    padding-left: 12px;
    padding-bottom: 10px;
    align-items: center;
    font-size: 36px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 2px 2px #ff00001a;
    justify-items: center;
    right: -1px;
    top: -4px;
    transition: transform .4s ease-in-out;
}

.violet_buttons:hover .orange_label {
transform:scale(1.03);

}


@media screen and (max-width: 767px) {
    .orange_label {
    display:none;
    }

    .violet_buttons {
        padding: 20px;
        font-size: 17px;
        text-align: center;
        border-radius: 9px;
        grid-column-start: 1;
        grid-column-end: 1;
        width: 100%;
    }
}




    @media screen and (max-width: 1100px) {
        .bulet_wrap {
            padding-left: 50px;
            margin-bottom: 5px;
        }
    }

    .bulet_wrap {
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    text-align: left;
}

.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;
}

.section_1 .slider-button {
    padding: 20px 60px 18px 60px;
    margin-right: 10px;
}

.slider-button_2, .slider-button_2:visited {
    background-color: white;
    color: #00b8d1;
    font-family: 'Open Sans';
    padding: 20px 34px 18px 34px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 9px;
    box-shadow: inset 0 0 0 2px #04afc6, 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, border 0.4s ease-in-out,;
}

    .slider-button_2:hover {
        text-decoration: none;
        color: #7b3fc8;
        box-shadow: inset 0 0 0 2px #7b3fc8, 0 2px 0 #7b3fc8, 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
    }





@media screen and (max-width: 1140px) {
    .section_1 .slider-button {
        padding: 20px 90px 18px 90px;
        margin-right: 0;
    }
}


@media screen and (max-width: 767px) {
    .section_1 .slider-button, .section_1 .slider-button_2, .section_4 .slider-button, .section_4 .slider-button_2 {
        margin: 5px;
        min-width: 280px;
        font-size: 15px;
    }
}


.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;
    max-width: 1200px;
}


.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/ProductLandingTemplateFiles/id-19145/ver-35/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: 900px;
    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: 140px;
    line-height: 0.9;
    color: #00B8D1;
    text-transform: uppercase;
 
}

.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;
}

.section_2 .slider-button, .section_2 .slider-button_2 {
    padding: 20px 30px 18px 30px;
    margin: 5px;
    min-width: 260px;
    font-size: 15px;
}

.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: -20px;
    transform: scale(0.5);
    left: 0;
    transition: 1.1s ease-in-out;
}


.is-visible .meitene_back_1 {
    position: absolute;
    transform: scale(1.2);
}


.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.2);
}


.meitene {
    position: relative;
height:100%;
top:0;
    left:-150px;
}

.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;
  
    }


    .meitene {
 
        left: -40px;
    }

    .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;
    }


    .meitene {
     
        left: -60px;
    }

    .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;
        margin-top:40px;
/*        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;
    }


@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 .grid_item_A {
        text-align: left;
        padding: 100px 180px;
        padding-left: 100px;
        background: linear-gradient(144.97deg, #00B8D1 2.51%, #0086B0 130.91%);
        border-radius: 10px 0px 0px 10px;
        overflow: hidden;
        height: 100%;
        display: inline-grid;
        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: 600;
        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: 450px;
        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: 20px;
        display: inline-block;
    }


    .st_img {
        margin-right: -40px;
    }


    .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.10), rgba(0, 0, 0, 0.20);
    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;
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin: 20px auto 35px auto;
    border-radius: 100%;
    box-shadow: 0 0 0 85px rgba(0,184,209,.05), 0 0 0 185px rgba(0,184,209,.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;
    }

    .section_2 .grid_item_B {
        padding: 30px;
    }



@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;
            height:100%;
            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.4;
            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/ProductLandingTemplateFiles/id-19145/ver-35/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('//uploads.cdn.paligsmacibas.lv/upload/ProductLandingTemplateFiles/id-19145/ver-35/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: 60px;
    margin-bottom: 20px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
    line-height: 1;
    color: #00B8D1;
    text-transform: uppercase;
}





.section_3 .sub_header, .section_5 .sub_header {
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    max-width: 584px;
    color: #00b8d1;
    font-weight:900;
    margin: 10px auto;
}

.section_3 .sub_header {
 
    max-width: 700px;
    padding-bottom: 40px;

}




 .section_5 .sub_header {
    font-size: 70px;
    display: block;
    line-height:1;
    text-align: center;
    font-family: Montserrat;
    max-width: 584px;
    margin: 10px auto;
}


@media screen and (max-width: 767px) {
    .section_5 .sub_header {
        font-size: 55px;

    }
}

.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 {
      position: relative;
        overflow: hidden;
        margin-top: 10px;
        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: -330px;
            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;
            grid-template-columns: 50% 45%;
            width: 100%;
            margin:60px auto;
            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: 0;
                margin-bottom: 20px;
                font-size: 35px;
                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: none;
            }



            .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/ProductLandingTemplateFiles/id-19145/ver-35/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;
                justify-content:end;
                align-items: center;
            }

            .section_4 .grid_section_2 .grid_item_B {
                z-index: 3;
                text-align:left;
            }

    .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: 800;
            margin-bottom: 3px;
            text-align: left;
            display: inline-block;
            color: white;
            font-size: 40px;
            max-width: 500px;
            line-height: 1.2;
            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);
        }

.link_white, .link_white:visited {
    color: white;
    text-decoration: underline;
}

.link_white:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}


.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;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}


.pink_bgg {
    background-color: #F8E4FF;
    margin-top: -40px;
 
}


    @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: 45% 45%;
            width: 100%;
            column-gap: 5%;
            align-items: center;
            max-width: 1200px;
        }

        .st_img {
            margin-right: -60px;
            width:400px;
        }

        .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;
        }


        .st_img {
            margin-right: 0;
            width: 300px;
        }

        .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: 20px;
            margin-bottom: 20px;
            font-size: 25px;
            text-align: center;
        }


        .section_4 .grid_section_2 .grid_item_B {
            z-index: 3;
            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: 40px 20px;
        text-align: center;
        overflow: hidden;
        background-image: url('//uploads.cdn.paligsmacibas.lv/upload/ProductLandingTemplateFiles/id-19145/ver-35/images/Group 488.svg');
        background-position: center;
        overflow: hidden;
        background-size: 3000px;
        background-repeat: no-repeat;
        position: relative;
        padding-bottom:0;
    }


        .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: 60px;
            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: -150px;
    }


    .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: 20px;
    border-radius: 50px;
    position: relative;
    z-index: 5;
}


    .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: 5px 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;
    }


    .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;
    }
}


.custom_padding {
    padding: 40px 20px;
    padding-bottom:20px;
}

.grid_section_2 .slider-button {
 
    padding: 20px 90px 18px 90px;

} 





.hamburger {
  display:none;
}

 .menu {
display:none;
}




.stamp_icon_2 {
    position: absolute;
    width: 130px;
    right: 40px;
    top: 0px;
}



.icn_wrap {
    height: 130px;
    width: 100%;
    margin-top:-10px;
    position:relative;
}



@media screen and (max-width: 1100px) {

    .icn_wrap {
        height: 140px;
        margin-top: -40px;
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 750px) {

    .stamp_icon_2 {
        position: absolute;
        width: 120px;
   
        left: 50%;
        right:auto;
        margin-left: -60px;
        margin-top: 20px;
    }

    .icn_wrap {
        height: 160px;
        margin-top: -20px;
        width: 100%;
        position: relative;
    }
}


    @media screen and (max-width: 1100px) {

        .stamp_icon_2 {
            position: absolute;
            width: 120px;
            right: 20px;
            /*        top: -80px;
*/
        }
    }

    @media screen and (min-width: 850px) {


        @media screen and (max-height: 750px) {


            .icn_wrap {
                width: 100%;
            }
        }
    }



    .stamp_icon {
        position: absolute;
        width: 140px;
        right: 20px;
        top: -110px;
    }




    @media screen and (max-width: 850px) {
        .stamp_icon {
            position: absolute;
            width: 120px;
            right: 10px;
            top: 10px;
        }
    }




    @media screen and (max-width: 850px) {
        .menuItem {
            display: block;
            margin: 2rem 4rem;
            font-size: 1.8rem;
            color: white;
            text-decoration: none;
        }

            .menuItem:hover {
                text-decoration: underline;
            }



        .menu_button {
            width: 42px;
            height: 42px;
        }

        .hamburger {
            position: fixed;
            z-index: 100;
            display: block;
            right: 15px;
            top: 10px;
            cursor: pointer;
            background-color: none !important;
        }

        .closeIcon {
            display: none;
        }

        .menu {
            position: fixed;
            transform: translateY(-100%);
            transition: transform 0.5s;
            top: 62px;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99;
            color: white;
            list-style: none;
            padding-top: 0;
            padding-bottom: 20px;
        }


        .menu-btn_m {
            background-color: none;
            padding: 10px 20px;
            border-radius: 50px;
            margin: 10px auto;
            max-width: 200px;
            text-align: center;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            color: white;
            font-size: 15px;
            line-height: 20px;
            border-radius: 50px;
            border: 2px solid;
            display: block;
            background: linear-gradient(#4c4c4c, #4c4c4c) padding-box, linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) border-box;
            border: 2px solid transparent;
        }

        .menu_backgraund {
            background: rgba(0, 0, 0, 0.7);
            padding: 40px;
        }

        .click_area {
            width: 100%;
            height: 100%;
            left: 0;
            margin: 0;
            position: absolute;
            background-color: #ffffff00;
        }


        .menu-btn_m:hover, .menu-btn_m2:hover {
            color: white;
            text-decoration: none;
            opacity: 0.5;
        }


        .menu-btn_m2 {
            background-color: none;
            padding: 10px 20px;
            border-radius: 50px;
            margin: 10px auto;
            max-width: 200px;
            text-align: center;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            color: white;
            font-size: 15px;
            line-height: 20px;
            border-radius: 50px;
            border: 2px solid;
            display: block;
            background: linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) padding-box, linear-gradient(90.23deg, #15D5C9 1.25%, #995DE6 99.26%) border-box;
            border: 2px solid transparent;
        }



        .showMenu {
            transform: translateY(-1px);
            display: block;
        }
    }




@media screen and (max-width: 950px) {

    .menu-header .grid_section {
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: 160px auto;
        align-items: center;
        max-width: 1200px;
/*        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
*/        border-radius: 10px;
    }

}


@media screen and (max-width: 850px) {

    .descktop_only {
        display: none;
    }


    .menu-wrap .menu-header {
        padding: 15px 15px;
    }

    .menu-header .grid_section {
        grid-template-columns: 210px auto;
    }

    .logo_descktop {
        /* width: 100%; */
        height: 32px;
    }


}