@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

p, h5, h2 {
    font-family: poppins-regular;
}

body, html {
    scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
}

.mob-nav-size {
    border-bottom: 1px solid #747774;
    text-align: center;
    margin: 0 10px;
    color: #095b93;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.pos_rel {
    position: relative;
}

.section_nav {}

.row {
    margin-left: 0;
    margin-right: 0;
}

.container_shipping {
    max-width: 950px;
    margin: 0 auto;
}

.p_s_nav {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
}

.container__nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: -0.5px;
}

.btn_mobile {
    border: 1px solid #ffc600;
    background: #ffc600;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    padding: 11.8px 20px;
    text-transform: uppercase;
}

.btn_mobile:hover {
    color: #000;
}

.nav {
    margin-left: 41%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
}

.nav a {
    text-decoration: none;
    color: #000;
    padding: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.nav_scrol {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0 auto;
}

.nav_scrol .btn_nav {
    padding: 22px 20px 19px 20px !important;
}

.btn_nav {
    background: #ffea01;
    font-size: 19px !important;
    padding: 25px 20px 25px 20px !important;
    font-weight: 600;
}

.section__01 {
    background-image: url('../img/48-nova2.png');
    background-repeat: no-repeat;
    background-position-x: center;
    height: 767px;
    z-index: 0;
    position: relative;
}

.container_s1 {
    max-width: 1410px;
    margin: 0 auto;
}

.padding_s1 {
    padding-top: 80px;
}

.h2_s1 {
    color: #26225d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
}

.h2_s1_v2 {
    color: #708db5;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.h2_s1, .h2_s1_v2 {
    margin-left: 27%;
}

.box_s1 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.pro_s1 {
    position: absolute;
    top: -138px;
    left: 50%;
    transform: translateX(-50%);

}

.offer_s1 {
    position: absolute;
    top: -69px;
    left: 64%;
    z-index: 0;
}

.time_box_s1 {
    text-align: center;
    width: 259px;
    position: absolute;
    top: 250px;
    left: 71.5%;
    background: linear-gradient(to right, #46b2e0 0%, #5cbde7 70%, #fff 100%);
}

.time_box_s1 h5 {
    color: #000;
    background: #ffea01;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 30px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.tick_box {
    position: absolute;
    top: 135px;
    left: -6%;
}

.tick_box h5 {
    color: #fff;
    text-align: end;
    font-size: 22px;
    margin-top: 4px;
}

.tick_box h5 span {
    font-weight: 600;
}

.btn_s1 {
    text-decoration: none;
    font-size: 36px;
    color: #000;
    background: #ffea01;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 25px 61px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 320px;
    left: -7%;
}

.btn_s1:hover, .btn_s1:focus {
    text-decoration: none;
    color: #000;
}

.offer_s1_mobile {
    display: none;
}

.section__02 {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.p_s2 {
    font-weight: bold;
    color: #080f5d;
    font-size: 23px;
    text-align: center;
}

.p_s2_v2 {
    font-size: 15px;
    text-align: center;
    color: #080f5d;
}

.section__03 {
    margin-top: 15px;
    position: relative;
    height: 737px;
    background-image: url('../img/65.jpg');
    background-repeat: no-repeat;
    background-position-x: 52%;
}

.title_opti {
    font-size: 40px;
    text-align: center;
    color: #000;
}

.title_opti span {
    color: #080f5d;
    font-weight: 700;
}

.bottle_s3 {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.box_s3 {
    width: 300px;
    z-index: 0;
}

.box_s3 img {
    width: 100%;
    visibility: hidden;
}

.box_s3 h5 {
    font-weight: 800;
    color: #080f5d;
    padding: 20px 30px 20px 30px;
}

.box_s3_one h5, .box_s3_two h5 {
    text-transform: uppercase;
    margin-top: -299px;
}

.box_s3 p {
    color: #080f5d;
    padding: 0px 30px 20px 30px;
}

.box_s3_one {
    position: absolute;
    top: 68px;
    left: 39%;
    transform: translateX(-39%);
}

.box_s3_one h5 {
    text-align: right;
}

.box_s3_one p {
    text-align: right;
}

.box_s3_two {
    position: absolute;
    top: 68px;
    left: 64%;
    transform: translateX(-64%);

}

.box_s3_two h5 {
    text-align: left;
}

.box_s3_two p {
    text-align: left;
}

.box_s3_tree {
    position: absolute;
    bottom: 17px;
    left: 27%;
    transform: translateX(-27%);

}

.box_s3_four {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);

}

.box_s3_five {
    position: absolute;
    bottom: 17px;
    left: 75%;
    transform: translateX(-75%);

}

.box_s3_tree h5, .box_s3_four h5, .box_s3_five h5 {
    margin-top: -219px;
    text-transform: uppercase;
}

.box_s3_tree h5 {
    text-align: right;

}

.box_s3_tree p {
    text-align: right;
}

.box_s3_four h5 {
    text-align: center;

}

.box_s3_four p {
    text-align: center;
}

.box_s3_five h5 {
    text-align: left;

}

.box_s3_five p {
    text-align: left;
}

.bottle_s3_mobile {
    display: none;
}

.section__04 {
    background-image: url('../img/90-nova.png');
    background-repeat: no-repeat;
    background-position-x: center;
    margin-top: 50px;
    position: relative;
    height: 950px;
}

.box_s4 {
    position: absolute;
    top: 165px;
    left: 60%;
    transform: translateX(-55%);
}

.box_s4 h5 {
    font-size: 21px;
    color: #080f5d;
    font-weight: 600;
}

.box_s4 img {
    width: 45px;
    margin-right: 5px;
}

.box_s4 h5:nth-child(2) {
    margin-left: 25px;
}

.box_s4 h5:nth-child(3) {
    margin-left: 45px;
}

.box_s4 h5:nth-child(4) {
    margin-left: 65px;
}

.prod_s4 {
    position: absolute;
    top: 420px;
    left: 38%;
    transform: translateX(-35%);
}

.medal_s4 {
    position: absolute;
    top: 420px;
    left: 49%;
    transform: translateX(49%);
}

.pils_s4 {
    position: absolute;
    bottom: 116px;
    left: 43%;
    transform: translateX(43%);
}

.btn_s4 {
    text-decoration: none;
    font-size: 36px;
    color: #000;
    background: #ffea01;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 25px 61px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 97px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_s4:hover, .btn_s4:focus {
    text-decoration: none;
    color: #000;
}

.tick_s4 {
    display: none;
}

.medal_s4_mob, .medal_s4_mob_v2, .prrod_s4_mob {
    display: none;
}

.section__05 {
    margin-top: 0px;
}

.container_s5 {
    max-width: 800px;
    margin: 0 auto;
}

.p_s5 {
    color: #080f5d;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section__06 {
    margin-top: 20px;
    position: relative;
}

.bg_section__06 {
    background-image: url('../img/93.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    height: 950px;
    position: relative;
    z-index: 1;
}

.box_6 {
    width: 300px;
    position: absolute;
    top: 126px;
    left: 320px;
    position: relative;
}

.box_6::after {
    content: url('../img/96.png');
    width: 10px;
    height: 10px;
    position: absolute;
    top: -12px;
    right: -43px;
}

.box_6 h5 {
    color: #095b93;
    text-align: right;
    font-weight: 600;
    font-size: 23px;
    margin-top: 30px;
}

.box_6 p {
    color: #658db1;
    text-align: right;
}

.div_s6_mobile {
    display: none;
}

.section__07 {
    margin-top: -43px;
    position: relative;
    z-index: 2;
}

.container_s7 {
    max-width: 690px;
    margin: 0 auto;
}

.box_s7 {
    position: absolute;
    top: 83px;
    left: 69%;
    transform: translateX(-69%);
}

.box_s7:nth-child(2) {
    top: 253px;
}

.box_s7:nth-child(3) {
    top: 420px;
}

.box_s7 div {
    position: relative;
    width: 450px;
}

.box_s7 div img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box_s7 div h5 {
    padding-left: 174px;
    padding-top: 58px;
    color: #095b93;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.box_s7 div p {
    padding-left: 174px;
    color: #658db1;
    text-align: left;
}

.hr_abs_s7 {
    position: absolute;
    top: 64px;
    right: -17%;

    width: 70px;
    z-index: 2;
}

.hr_abs_s7_v2 {
    position: absolute;
    top: 67px;
    right: -17%;

    width: 70px;
    z-index: 2;
}

.pils_s7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
}

.section__08 {
    position: relative;
    background-image: url('../img/109.png');
    background-repeat: no-repeat;
    background-position-x: center;
    height: 308px;
    margin-top: 25px;
}

.box_s8 {
    max-width: 800px;
    position: absolute;
    top: 22px;
    left: 55%;
    transform: translateX(-50%);
}

.box_s8 h2 {
    font-size: 33px;
    font-weight: 700;
    color: #080f5d;
    padding-top: 15px;
}

.box_s8 h5 {
    font-size: 25px;
    color: #080f5d;
}

.prod_s8 {
    position: absolute;
    top: -13px;
    left: 27%;
    transform: translateX(-27%);
}

.btn_s8 {
    bottom: 67px;
}

.container_s09 {
    max-width: 1150px;
    margin: 0 auto;
}

.box_s9_one {
    margin: 0 auto;
    border: 6px solid #3fa5eb;
    margin-top: 100px;
    max-width: 270px;
    height: 270px;
    margin-bottom: 30px;
    position: relative;
}

.angle_one {
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px !important;
}

.angle_two, .angle_tree {
    bottom: -27px;
    width: 42px !important;
}

.p_stars_s9 {
    color: #3fa5eb;
    text-align: center;
    font-size: 22px;
    margin: 3px 40px;
}

.p_size_s9 {
    text-align: center;
    color: #9999a5;
    margin-bottom: 20px;
}

.h5_size_s9_v2 {
    text-align: center;
    color: #3fa5eb;
    font-weight: 600;
    font-size: 23px;

}

.p_size_s9_v2 {
    text-align: center;
    color: #83bff0;
    font-size: 18px;

}

.section_ing {}

.box_ingr {
    max-width: 250px;
    margin: 0 auto;
    height: 300px;
}

.section__10 {
    margin-top: 150px;
    position: relative;
    background-image: url('../img/151.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
}

.container_s10 {
    max-width: 1250px;
    margin: 0 auto;
}

.box_s10 {
    color: #8d8d99;
    text-align: left;
    margin-top: 136px;
    position: relative;
}

.box_s10::after {
    content: url('../img/q.png');
    width: 10px;
    height: 10px;
    position: absolute;
    top: -50px;
    left: -60px;
}

.box_s10::before {
    content: url('../img/q.png');
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: 7px;
    z-index: 5;
}

.doc_s10 {
    margin-left: -18px;
    max-width: 550px;
    margin-top: -95px;
}

.cert_s10 {
    margin-top: 16px;
}

.cert_s10_v2 {
    display: none;
}

.section__11 {
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(../img/302.jpg);
    background-repeat: no-repeat;
    background-position: center;

}

.container_s11 {
    max-width: 900px;
    margin: 0 auto;
}

.h5_s11 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.p_s11 {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}

.footer_opti {
    margin-top: 30px;
}

.h5_footer {
    text-align: left;
    font-family: poppins-regular;
    color: #261f63;
    text-transform: uppercase;
    margin-top: 19px;
    margin-bottom: 10px;
    font-weight: 600;
}

.link_footer {
    text-decoration: none;
    color: #261f63;
    display: block;
    text-align: left;
    font-family: poppins-regular;
}

.logo__footer {
    margin-top: 26px;
}

.face__footer {
    margin-left: 50%;
}

.margin_footer {
    margin-top: -250px;

}

.p_footer {
    color: #261f63;
}

.rights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #251f65;
    color: #fff;
}

.disclaimer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    color: #261f63;
    text-align: center;
}

.lazy2 div:nth-child(2) .box_ingr, .lazy2 div:nth-child(3) .box_ingr, .lazy2 div:nth-child(4) .box_ingr {
    margin-left: 50px;

}

.box_use p {
    color: #080f5d;
    margin-top: 10px;
}

.box_use {
    margin-top: -4px;
}

.h5_s11_v2, .p_s11_v2 {
    color: #fff;
    text-align: center;
}

.section__022 {
    margin-top: -50px;
    margin-bottom: 40px;
}

@media (max-width:1700px) {
    .prod_s8 {
        left: 22%;
        transform: translateX(-22%);
    }

    .pils_s7 {
        display: none;
    }

    .box_6 {
        left: 163px;
    }
}

@media (max-width:1600px) {
    .box_s8 h2 {
        font-size: 31px;
    }

    .box_s3_tree {
        left: 21%;
        transform: translateX(-21%);
    }

    .box_s3_five {
        left: 80%;
        transform: translateX(-80%);
    }

    .box_s3_one {
        left: 37%;
        transform: translateX(-37%);
    }

    .box_s3_two {
        left: 68%;
        transform: translateX(-68%);
    }
}

@media (max-width:1550px) {
    .prod_s8 {
        left: 15%;
        transform: translateX(-15%);
    }

    .section__04 {
        background-position-x: 70%;
    }

    .box_s4 h5 {
        text-shadow: 0.2px 0.2px 0.2px #fff;
    }

    .box_s4 {
        left: 56%;
        transform: translateX(-56%);
    }

    .box_s8 h2 {
        margin-top: 35px;
    }

    .btn_s8 {
        bottom: 56px;
    }

    .section__08 {
        height: 355px;
    }

}

@media (max-width:1450px) {
    .doc_s10 {
        max-width: 462px;
        margin-top: -31px;
    }
}

@media (max-width:1410px) {

    .container_s10 {
        max-width: 1050px;
        margin: 0 auto;
    }
}

@media (max-width:1350px) {
    .footer_opti {
        margin-top: 20px;
    }

    .margin_footer {
        margin-top: 0px;
    }

    .frame_footer {
        display: none;
    }

    .container_s10 {
        height: 485px;
    }

    .cert_s10_v2 {
        display: block;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .doc_s10, .box_s10, .cert_s10 {
        display: none;
    }

    .box_6 {
        left: 0px;
    }

    .box_s3_one {
        left: 32%;
        transform: translateX(-32%);
    }

    .box_s3_two {
        left: 73%;
        transform: translateX(-73%);
    }

    .box_s3_tree {
        left: 15%;
        transform: translateX(-15%);
    }

    .box_s3_five {
        left: 85%;
        transform: translateX(-85%);
    }
}

@media (max-width:1250px) {
    .bottle_s3 {
        width: 70%
    }
}

@media (max-width:1200px) {
    .box_ingr {
        height: auto;
    }

    .section__01 {
        background-position-x: 41%;
    }

    .section__04 {
        background-position-x: 53%;
    }

    .h2_s1 {
        font-size: 31px;
        text-align: center;
        margin-left: 0;

    }

    .section__01 {
        background-position-x: center;
    }

    .h2_s1_v2 {
        font-size: 30px;
        text-align: center;
        margin-left: 0;


    }
}

@media (max-width:1150px) {
    .section__04 {
        background-position-x: center;
    }

    .nav {
        margin-left: 0%;
        text-align: right;
        max-width: 100%
    }

    .br_none {
        display: none;
    }

    .section__08 {
        display: none;
    }

    .box_s3_five {
        left: 73%;
        transform: translateX(-73%);
        bottom: 142px;
    }

    .box_s3_four p {
        text-align: left;
    }

    .box_s3_four h5 {
        text-align: left;
    }

    .box_s3_four {
        bottom: 0;
        left: 60%;
        transform: translateX(-27%);

    }

    .section__03 {
        background-position-x: center;
        height: 654px;
    }

    .section__05 {
        margin-top: 40px;
    }

    .box_s3_one {
        left: 27%;
        transform: translateX(-27%);
    }

    .box_s3_tree {
        bottom: 0;
        left: 27%;
        transform: translateX(-27%);
    }

    .box_s3_one h5, .box_s3_two h5, .box_s3_tree h5, .box_s3_four h5, .box_s3_five h5 {
        margin-top: 0px;
    }

    .box_s3 img {
        display: none;
    }

    .bottle_s3 {
        top: 37%
    }

    .box_s3_five {
        display: none
    }
}

@media (max-width:1050px) {
    .section__022 {
        margin-top: 0px;
    }

    .logo__footer {
        width: 200px;
    }

    .box_s4 {
        top: 98px;
    }

    .section__01 {
        position: relative;
        z-index: 1;
    }

    .section__01:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .3);
        display: block;
        z-index: -1;
    }

    .pils_s4 {
        display: none;
    }

    .tick_box {
        left: 0px;
    }

    .tick_box h5 {
        font-size: 18px;

    }

    .offer_s1 {
        width: 300px;
        top: 32px;
    }
}

@media (max-width:1030px) {
    .lazy2 div:nth-child(2) .box_ingr, .lazy2 div:nth-child(3) .box_ingr, .lazy2 div:nth-child(4) .box_ingr {
        margin-left: 0px;
        margin: 0 auto;
    }
}

@media (max-width:1000px) {
    .box_6::after {
        content: unset;
    }

    .bg_section__06:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .5);
        display: block;
        z-index: -1;
    }
}

@media (max-width:991px) {
    .h2_s1_v2 {
        color: #26225d;
    }
}

@media (max-width:920px) {
    .p_stars_s9 {
        font-size: 25px;
    }

    .offer_s1 {
        width: 287px;
    }

    .time_box_s1 {
        width: 231px;
    }

    .btn_s1 {
        top: 347px;
        left: -1%;
        font-size: 30px;
    }
}

@media (max-width:880px) {
    .bottle_s3_mobile {
        display: block;
        position: absolute;
        top: 86px;
        left: -147px;
    }

    .bottle_s3 {
        display: none;
    }

    .section__03 {

        height: 854px;
    }

    .box_s3_one {
        top: 90px;
    }

    .box_s3_two {
        top: 249px;
    }

    .box_s3_five {
        bottom: 124px;
        display: block
    }

    .box_s3_tree {
        bottom: 300px;
    }

    .box_s3_four {
        bottom: -50px;
    }

    .box_s3_five {
        bottom: 124px;
    }

    .box_s3_one p, .box_s3_two p, .box_s3_tree p, .box_s3_four p, .box_s3_five p,
    .box_s3_one h5, .box_s3_two h5, .box_s3_tree h5, .box_s3_four h5, .box_s3_five h5 {
        text-align: left;
    }

    .box_s3 h5 {
        padding-bottom: 10px;
    }

    .box_s3_one, .box_s3_two, .box_s3_tree, .box_s3_four, .box_s3_five {
        left: 50%;
        transform: translateX(-50%);

    }
}

@media (max-width:920px) {
    .logo__footer {
        width: 200px;
    }
}

@media (max-width:810px) {
    .logo__footer, .face__footer {
        margin-left: -20px;
    }
}

@media (max-width:830px) {
    .box_s4 {
        top: 77px;
    }

    .medal_s4 {
        top: 372px;
        left: 42%;
        transform: translateX(42%);
    }

    .box_s4 h5 {
        font-size: 22px;
    }

    .time_box_s1 {
        width: 221px;
        left: 70.0%;
    }

    .tick_box {
        left: 9px;
    }

    .btn_s1 {
        left: 1%;
        font-size: 26px;
        top: 315px;
    }

    .offer_s1 {
        width: 270px;
    }

    .pro_s1 {
        width: 78%;
        top: -86px;
    }
}

@media (max-width:767px) {
    .section__022 {
        margin-top: 50px;
    }

    .box_use img {
        width: 100%;
        margin: 0 auto;
    }

    .h2_s1_v2 {
        color: #26225d;
    }

    .section__01 {
        position: relative;
        z-index: 1;
    }

    .section__01::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .6);
        display: block;
        z-index: -1;
    }

    .logo__footer, .face__footer {
        display: none;
    }

    .hr_abs_s7_v2, .hr_abs_s7 {
        display: none;
    }

    .margin_footer {
        margin-top: -304px;
    }

    .logo__footer, .face__footer {

        margin: 21px auto;
    }

    .h5_footer {
        margin-top: 20px;
    }

    .h5_footer, .p_footer, .link_footer {
        text-align: center;
    }

    .logo__footer, .face__footer {
        display: block;
    }

    .h5_s11, .p_s11 {
        text-align: left;
        display: block;
        width: 350px;
        margin: 0 auto;
        position: relative;
    }

    .h5_s11 img {
        position: absolute;
        top: -13px;
        left: 41px;
        width: 79px;
    }

    .h5_s11 span, .p_s11 {
        padding-left: 142px;
    }

    .h5_s11 {
        margin-top: 21px;
    }

    .section__11 {
        background-image: url(../img/m24.jpg);
        background-size: cover;
    }

    .container_s10 {
        height: auto;
    }

    .cert_s10 {
        display: block;
        margin: 20px auto;
    }

    .cert_s10_v2 {
        display: none;
    }

    .section__10 {
        background-position-x: 98%;
        margin-top: 46px;
    }

    .section__07 {
        margin-top: 4px;
    }

    .box_6 {
        top: 29px;
    }

    .bg_section__06 {
        background-position-y: -41%;
    }

    .bg_section__06:after {

        background-color: hsla(0, 0%, 100%, .7);
    }

    .box_s4 {
        top: 91px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section__04 {
        height: 924px;
    }

    .btn_s4 {
        font-size: 26px;
        bottom: 47px;
    }

    .medal_s4 {
        top: 368px;
        left: 31%;
        transform: translateX(31%);
        width: 200px;
    }

    .prod_s4 {
        width: 543px;
    }

    .box_s4 img {
        width: 45px;
    }

    .box_s4 h5 {
        font-size: 17px;
    }

    .section__02 {
        margin-top: 123px;
    }

    .section__01 {
        min-height: 710px;
        background-position-x: 19%;
    }

    .offer_s1 {
        left: 63%;
        z-index: 2;
    }

    .offer_s1 {
        width: 220px;
    }

    .time_box_s1 h5 {
        background: #ffea01;
        border-radius: 10px;
        padding: 7px 30px;
    }

    .time_box_s1 {
        background: linear-gradient(to top, #46b2e0 0%, #5cbde7 30%, transparent 100%);
    }

    .time_box_s1 {
        width: 251px;
        top: -4px;
        left: 51%;
        transform: translateX(-50%);
    }

    .pro_s1 {
        top: 49px;
        max-width: 345px;
        z-index: 1;
    }

    .btn_s1 {
        top: 456px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .tick_box {
        display: none;
    }

    .padding_s1 {
        padding: 17px 0 70px;
    }

    .h2_s1_v2_wrap {
        text-align: center;
    }

    .h2_s1_v2 {
        font-size: 22px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;

        color: #ffff;
        background: #33baf2;
    }

    .h2_s1, .h2_s1_v2 {
        margin-left: 0;
    }

    .h2_s1 {
        font-size: 35px;
    }

    .dnone {
        display: none;
    }
}

@media (max-width:610px) {
    .p_s5 {
        font-size: 17px;
    }

    .img_s5 {
        width: 103%;
    }

    .offer_s1 {
        width: 160px;
    }
}

@media (max-width:600px) {
    .img_s11 {

        margin: 0 auto;
    }

    .section__11 {
        padding-top: 10px;
    }

    .h5_s11_v2 {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 600;
    }

    .p_s11_v2 {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .prod_s4 {
        width: 462px;
        top: 466px;
    }

    .medal_s4 {
        left: 16%;
    }

    .box_s4 {
        left: 39%;
    }

    .bottle_s3_mobile {
        left: -208px;
    }

}

@media (max-width:550px) {
    .p_s2_v2 {
        line-height: 1.2;
    }

    .p_s2 {
        font-size: 16px;
        line-height: 1.2;
        margin-top: -16px;
    }

    .section__022 img {
        max-width: 80px;
        width: 100%;
    }

    .btn_s1 {
        padding: 20px 52px;

    }

    .section__022 {
        margin-top: 50px;
    }

}

@media (max-width:530px) {
    .btn_s4 {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        bottom: 12px;
    }
}

@media (max-width:510px) {
    .container_s09 {
        margin-top: 25px;
    }

    .title_opti {
        font-size: 25px;
        padding: 0px 5px;
    }

    .section__02 {
        margin-top: 116px;
    }

    .btn_s1 {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        top: 459px;
    }

    .time_box_s1 {
        left: 51%;
    }

    .offer_s1_mobile {
        display: inline-block;
        position: absolute;
        top: 42px;
        right: 0;
        z-index: 2;
        width: 110px;
    }

    .offer_s1 {
        display: none;
    }
}

@media (max-width:500px) {
    .box_s7 div h5 {
        padding-top: 36px;
    }

    .box_s4 h5 {
        font-size: 15px;
    }

    .padding_mobile {
        padding-left: 5px;
        padding-right: 5px;
    }

    .section__03 {
        margin-top: 41px;
    }

    .section__05 {

        background: #fff;
        padding-top: 7px;
        margin-bottom: 106px;
        position: relative;
    }

    .hr_abs_s7_v2 {
        top: -25px;
    }

    .hr_abs_s7 {
        top: -28px;
    }

    .box_s7 div {
        width: 380px;
    }

    .box_s7 div h5 {
        padding-left: 156px;
        font-size: 18px;
    }

    .box_s7 div p {
        font-size: 16px;
        padding-left: 157px;
    }

    .box_s7 {
        left: 50%;
        transform: translateX(-50%);
    }

    .box_s7 div img {
        width: 150px;
        margin: 0 auto;
    }

    .section__07 {
        margin-top: 20px;
    }

    .s6_mobile_img, .s6_mobile_img_v2 {
        position: relative;
    }

    .s6_mobile_img {
        z-index: 1;
    }

    .s6_mobile_img_v2 {
        z-index: 0;
        margin-top: -400px;
    }

    .div_s6_mobile {
        display: block;
    }

    .bg_section__06 {
        background-position-y: -35%;
        height: auto;
    }

    .box_6 p {
        font-size: 16px;
        text-align: center;
    }

    .box_6 h5 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .box_6 {
        top: 2px;
    }

    .bg_section__06:after {
        background-color: hsla(0, 0%, 100%, .0);
    }

    .box_6 {
        width: 224px;
    }

    .bg_section__06 {
        background-image: url(../img/m19.jpg);
    }

    .p_s5 {
        font-size: 13px;
        line-height: 1.2;
    }

    .medal_s4_mob {
        display: inline-block;
        position: absolute;
        top: 50px;
        right: 0;
    }

    .medal_s4_mob_v2 {
        display: inline-block;
        position: absolute;
        top: 148px;
        right: 0;
    }

    .prrod_s4_mob {
        display: inline-block;
        position: absolute;
        top: 214px;
        right: 0;
    }

    .section__04 {
        height: 1010px;
    }

    .medal_s4, .prod_s4 {
        display: none;
    }

    .box_s4 h5 {
        color: #fff;
    }

    .tick_s4 {
        display: inline-block;
    }

    .dnone_s4 {
        display: none;
    }

    .prrod_s4_mob {
        top: 374px;
        width: 427px;
    }

    .box_s4 {
        top: 669px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
    }

    .box_s4 h5:nth-child(2), .box_s4 h5:nth-child(3), .box_s4 h5:nth-child(4) {
        margin-left: 0%;
        position: relative;
        max-width: 300px;
    }

    .box_s4 h5 {
        margin-left: 0%;
        position: relative;
        max-width: 300px;
    }

    .box_s4 img {
        position: absolute;
        top: 5px;
        left: 0;
    }

    .box_s4 span {
        padding: 10px 10px 10px 48px;
        display: block;
        line-height: 1.2;
    }

    .section__04 {
        background-image: url(../img/90-nova.png);
        background-position-y: -10%;

    }
}

@media (max-width:480px) {
    .section__05 {
        margin-top: -122px;
    }

    .section__04 {
        margin-top: -109px;
    }

    .bottle_s3_mobile {
        top: 18px;
    }

    .box_s3_one p, .box_s3_two p, .box_s3_tree p, .box_s3_four p, .box_s3_five p,
    .box_s3_one h5, .box_s3_two h5, .box_s3_tree h5, .box_s3_four h5, .box_s3_five h5 {
        padding: 0px;
        margin-bottom: 5px;
    }

    .box_s3_two {
        top: 173px;
    }

    .box_s3_tree {
        bottom: 436px;
    }

    .box_s3_five {
        bottom: 279px;
    }

    .box_s3_four {
        bottom: 123px;
    }

    .box_s3_one {
        top: 40px;
    }

    .box_s3 {
        width: 250px;
        z-index: 0;
    }

    .box_s3_one, .box_s3_two, .box_s3_tree, .box_s3_four, .box_s3_five {
        left: 63%;

    }
}

@media (max-width:487px) {
    .btn_s1 {
        top: 453px;
    }

    @media (max-width:449px) {
        .section__02 {
            margin-top: 40px;
        }

    }

    .h2_s1, .h2_s1_v2 {
        margin-left: 0%;
    }

    .section__01:after {
        background-color: hsla(0, 0%, 100%, 0);
    }

    .pro_s1 {
        top: 51px;
    }

    .time_box_s1 {
        left: 52%;
        width: 201px;
        top: -5px;
    }

    .offer_s1_mobile {
        width: 113px;
        top: -3px;
    }

    .section__01 {
        background-image: url(../img/m01_1.jpg);
        background-size: cover;
        background-position-x: center;
    }


    .lazy2 .slick-slide {
        margin: 0px -1px;
        opacity: 0.6;

    }



    .lazy2 .slick-current {
        opacity: 1;

    }

    .box_ingr {
        max-width: 332px;
        margin: 0 auto;
    }
}

@media (max-width:420px) {
    .section__022 {
        margin-top: 20px;
    }

    .section__11 {
        padding-bottom: 10px;
    }

    .title_b {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 100%);
        padding-bottom: 15px;

    }

    .btn_s1 {
        top: 385px;
    }

    .h2_s1, .h2_s1_v2 {
        margin-top: -5px;
        font-weight: bolder;
    }

    .disclaimer {
        font-size: 15px;
        padding: 1px;
    }

    .s6_mobile_img_v2 {
        z-index: 0;
        margin-top: -350px;
    }

    .section__01 {
        height: 584px;
    }

    .h2_s1_v2 {
        font-size: 18px;
        margin-top: -10px;
    }

    .h2_s1 {
        font-size: 29px;
    }

    .padding_s1 {
        padding-top: 20px;
    }

    .offer_s1_mobile {
        top: 8px;
        right: 7px;
        width: 95px;
    }

    .pro_s1 {
        top: 53px;
        width: 284px;
    }
}

@media (max-width:400px) {

    .cert_s10_v2 {
        width: 80%;
        margin: 0 auto;
    }

    .box_s7 div {
        width: 359px;
    }

    .hr_abs_s7, .hr_abs_s7_v2 {
        left: 16%;
    }

    .box_s7 div h5, .box_s7 div p {
        padding-left: 139px;

    }

    .box_s7:nth-child(3) {
        top: 352px;
    }

    .box_s7:nth-child(2) {
        top: 208px;
    }

    .box_s7 {
        top: 61px;
    }

    .box_s7 div img {
        width: 130px;
    }
}

@media (max-width:390px) {
    .h5_s11 span, .p_s11 {
        padding-left: 131px;
    }

    .p_s11 {
        font-size: 13px;
    }

    .h5_s11 {
        font-size: 19px;
    }

    .h5_s11, .p_s11 {
        width: auto;
    }
}

@media (max-width:380px) {
    .hr_abs_s7, .hr_abs_s7_v2 {
        left: 19%;
    }

    .box_s7 div {
        width: 333px;
    }

    .medal_s4_mob {
        top: 90px;
    }

    .medal_s4_mob_v2 {
        top: 186px;
    }

    .prrod_s4_mob {
        top: 412px;
        width: 363px;
    }

    .bottle_s3_mobile {
        top: 27px;
    }

    .bottle_s3_mobile {
        left: -229px;
    }

    .section__02 {
        margin-top: 68px;
    }

    .offer_s1_mobile {
        top: 18px;
        right: 0px;
        width: 81px;
    }

    .time_box_s1 {
        width: 206px;
    }
}

@media (max-width:360px) {
    .container_s09 {
        padding-top: 30px;
    }

    .cod_pic {
        width: 95%;
    }

    .rights {
        display: block;
        font-size: 17px !important;
        padding-top: 44px;
        text-align: center;
    }

    .hr_abs_s7, .hr_abs_s7_v2 {
        display: none;
    }


    .box_s7:nth-child(3) {
        top: 283px;
    }

    .box_s7:nth-child(2) {
        top: 170px;
    }

    .box_s7 div h5, .box_s7 div p {
        padding-left: 107px;
    }

    .hr_abs_s7, .hr_abs_s7_v2 {
        left: 13%;
    }

    .box_s7 div img {
        width: 102px;
        top: 19px;
    }

    .s6_mobile_img_v2 {
        z-index: 0;
        margin-top: -300px;
    }

    .box_s3_one, .box_s3_two, .box_s3_tree, .box_s3_four, .box_s3_five {
        left: 60%;
    }

}

@media (max-width:350px) {
    .pro_s1 {
        top: 56px;
    }

    .cert_s10 {
        width: 80%;
    }

    .box_s7:nth-child(3) {
        top: 302px;
    }

    .box_s7:nth-child(2) {
        top: 181px;
    }

    .box_s7 div {
        width: 311px;
    }
}

@media (max-width:340px) {
    .p_s5 {
        font-size: 11px;
    }

    .frame_footer_mobile {
        width: 95%;
    }

    .p_s11 {
        font-size: 11px;
    }

    .h5_s11 {
        font-size: 17px;
    }

    .btn_s4 {
        width: 250px;
        padding: 20px 52px;
    }

    .box_s3_one p, .box_s3_two p, .box_s3_tree p, .box_s3_four p, .box_s3_five p, .box_s3_one h5, .box_s3_two h5, .box_s3_tree h5, .box_s3_four h5, .box_s3_five h5 {
        text-align: center;
    }

    .bottle_s3_mobile {
        left: -267px;
        display: none
    }

    .box_s3_one, .box_s3_two, .box_s3_tree, .box_s3_four, .box_s3_five {
        left: 50%;
        transform: translateX(-50%);
    }

    .btn_s1 {
        width: 250px;
    }

    .order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
        font-size: 32px !important;
    }

    .time_box_s1 {
        width: 196px;
        top: -1px;
    }

    .time_box_s1 h5 {
        font-size: 16px;
    }
}

@media (max-width:330px) {

    .box_s7:nth-child(3) {
        top: 338px;
    }

    .box_s7:nth-child(2) {
        top: 200px;
    }

    .box_s7 div {
        width: 292px;
    }

    .offer_s1_mobile {
        top: 19px;
        width: 72px;
    }

    .time_box_s1 {
        width: 191px;

    }
}

@media (max-width:319px) {
    .h5_s11 span, .p_s11 {
        padding-left: 118px;
    }

    .box_s4 {
        width: 280px;
    }

    .h5_s11 img {
        left: 13px;
    }
}

@media (max-width:310px) {
    .pro_s1 {
        width: 100%;
    }

    .box_s7 div {
        width: 279px;
    }
}


/*counter*/

.div_counter {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    max-width: 350px;
    margin: 0 auto;
    border: 3px solid #d5767d;
    margin-left: -130px;
    margin-top: -40px;
}

.countdown_box {
    width: auto;
    margin: 10px 0;
    text-align: center;
}

.order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
    /*background-color: #ce181e;*/
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
    /*padding: 5px;*/
    text-align: center;
    margin: 0;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 5px;
}

.time {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    line-height: 10px;
}

.time span {
    margin: 0 8px;
    font-weight: 500;
}

.toend {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #ce181e;
    width: 200px;
    margin: 15px auto;
    border-radius: 5px;


}

.time_dots {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: 2px;
}

@media (max-width:767px) {
    .nav {
        display: none
    }

    .countdown_box {
        margin: 5px 0;
    }

    .order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
        font-size: 35px;
    }
}

.slider {
    width: 100%;
    margin: 0px auto;

}

.slider div img {
    width: 25%;
    margin: 0 auto;
}

.lazy2 div .box_ingr img {
    width: 50%;
    margin: 0 auto;
    border-radius: 0%;
    display: block;
    text-align: center;
}

.lazy1 div div img {
    width: 63%;
    margin: 0 auto;
    margin-top: -102px;
}


.lazy1 .slick-next:before {
    color: black;
    content: url(../img/129.png);
    width: 40px;
    height: 40px;

}

.lazy1 .slick-prev:before {
    color: black;
    content: url(../img/127.png);
    width: 40px;
    height: 40px;

}

.slick-slide {
    margin: 0px 20px;
    height: auto;
}

.slick-slide img {
    width: 100%;
}

.slick-prev {
    left: 0;
    z-index: 20;
}

.slick-next {
    right: 0;
    z-index: 20;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1 !important;
}

.slick-active {
    opacity: 1 !important;
}

.slick-current {
    opacity: 1 !important;
}

.review-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
}

@media (max-width:1050px) {
    .lazy1 div div img {
        margin-top: -91px;
    }
}

@media (max-width:450px) {
    .lazy2 div .box_ingr img {
        width: 30%;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
}

h1, h2, h3, h4, h4 {
    margin: 0;
    padding: 10px 0;
}

.tip {
    position: absolute !important;
    width: 150px;
}

.toolTip1 {
    background: #dc3545;
    border: thin solid #c42737;
    /* change color here for the tooltip body border */
    color: #fff;
    left: 0px;
    margin-top: 121px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font: bold 11px 'verdana';
}

.toolTipArrow1 {
    border-color: transparent transparent #dc3545 transparent;
    /* change color here for the triangle border */
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    content: "\00a0";
}

.toolTipArrow1:before {
    border-color: transparent transparent #dc3545 transparent;
    position: absolute;
    top: -11px;
    left: -12px;
    border-style: solid;
    border-width: 12px;
    height: 0px;
    width: 0px;
    display: block;
    content: "\00a0";
}

input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border: 1px solid #dc3545;
}

.container_short {
    max-width: 1500px;
    margin: 0 auto;
}

.title_short {
    margin-top: -15px;
    padding-top: 32px;
}

.sub_title {
    text-align: center;
    color: #283879;
}

.product_shor_form {
    width: 698px;
    position: absolute;
    top: 168px;
    left: 49%;
    transform: translateX(-49%);
    z-index: 2;
}

ul {
    /* list-style: none; */
    text-align: left;
}

.h163 .form_center {
    text-align: center;
}

.orderform {
    overflow: visible;
    position: relative;
    /*max-width: 300px;*/
    width: 77%;
    margin: 0 auto;
    z-index: 3;
}

.orderform .label, .form-index .label {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    font-size: 18px;
}

.orderform input, .orderform select, #form-index input, #form-index select, textarea {
    height: 40px;
    border: unset;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 100%;
    margin: 0 auto 5px;
    display: block;
    resize: none;
    background: #e5e4e9;
    color: #000;
}

textarea {
    height: 50px;
}

.orderform #shipping_areacode {
    width: 40px !important;
    float: left;
    margin: -45px 0px 0 0;
}

/*.orderform input:focus, #form-index input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border:1px solid red;
}*/

.orderform input[name="billing_phone"] {
    max-width: 100%;
    float: right;
    padding-left: 49px;
}

#form-index2 #shipping_phone2 {
    max-width: 230px;
}

.orderform select {
    width: 98%;
    height: 40px;
}

#form {
    visibility: hidden;
}

.orderform br {
    clear: both;
}

.tip {
    position: absolute !important;
    width: 150px;
}

.toolTip {
    background: red;
    border: thin solid red;
    color: #fff;
    left: 0px;
    margin-top: 28px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
}

.toolTipArrow {
    border-color: transparent transparent red transparent;
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    content: "\00a0";
}

.toolTipArrow:before {
    border-color: transparent transparent red transparent;
    position: absolute;
    top: -11px;
    left: -12px;
    border-style: solid;
    border-width: 12px;
    height: 0px;
    width: 0px;
    display: block;
    content: "\00a0";
}

.bg_hot {
    background: #33baf2;
    color: #fff;
    padding: 10px !important;
    margin-top: -11px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 600;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.bg_short_form {
    background-image: url(../img/1534-novo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -22%;
    padding-bottom: 43px;
}

.section_11 h2 {
    text-shadow: 1px 1px 3px rgb(237, 216, 114);
}

.fire {
    background: url("../img/fire.html") center top;
}

.form__p {
    font-size: 16.5px;
    margin-top: 3px;
}

.form__p img {
    margin-top: -13px;
}

.productBox, .formBox, .box {
    display: inline-block;
    vertical-align: middle;
}

.box {
    width: 100%;
    margin-top: 42px;
}

.section_01 .box {
    width: 25%;
    text-align: right;
}

.productBox {
    position: relative;
    margin-right: 90px;
}

.product__form {
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.product__form:after {
    content: url(../img/h186.html);
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 168px;
    left: -489px;
    z-index: -1;
}

.formBox {
    width: 100%;
    max-width: 280px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
}

.formBox h3 {
    padding: 0;
}

.formBox h4 {
    padding: 0;
}

.button, .orderform button {
    font-weight: 700;
    margin: 10px auto;
    font-size: 21px;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 50px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #ffea01;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-width: 210px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    border: none;
    transition-duration: 500ms;
}

.button:hover, .orderform button:hover {
    box-shadow: none;
    background-color: #ffc300;
    color: #000;
}


.section_11 .wrapper {
    padding-bottom: 50px;
}

.section_11 .box {
    min-width: 300px;
}

.section_11 .product {
    vertical-align: middle;
}

.section_11 .formBox {
    background-color: #fff;
    box-shadow: none;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: -1px 5px 32px -1px grey;
}

.content {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    border-radius: 8px;
}

/*/////////////////////////////////////// CONTDONWN ///////////////////////////////////////*/

.left-block-btn {
    width: 75%;
}

.nnpercent {
    font-size: 14px;
}

.new-button-s1 {
    display: block;
    margin: 5px auto 5px;
    border: none;
    background: red;
    font-size: 27px;
    color: #fff;
    max-width: 80%;
    border-radius: 15px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #000;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

/*/////////////////////////////////////// END CONTDONWN ///////////////////////////////////////*/
/*//////////////////////////////////////////////// PRICES ////////////////////////////////////////////////////*/
.prices {
    width: 40%;
    max-width: 217px;
    padding: 5px;
    display: table;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #33baf2;
    margin-top: -2px;
    margin-bottom: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.prices .red {}


.prices .green {}


.prices p:first-child {
    color: #ffc969;
    text-decoration: line-through;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}

.prices p:last-child {
    color: #000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    margin-top: -6px;
}

.pay {
    font-weight: 600;
    margin: 5px auto;
}

/*///////////////////////////////////////// END PRICES /////////////////////////////////////////*/
@media screen and (max-width: 1500px) {
    .product_shor_form {
        width: 662px;
        left: 23%;
        transform: translateX(-23%);
    }
}


@media screen and (max-width: 1100px) {
    .product_shor_form {
        width: 662px;
        left: 8%;
        transform: translateX(-8%);
    }

    .bg_short_form {
        height: 832px;

    }

    .pic_people_form {
        width: 700px;
    }
}

@media screen and (max-width: 1000px) {
    .product_shor_form {
        display: none;
    }

    .section_02 .wrapper div {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        min-width: 160px;
        margin: 10px;
        position: relative;
    }

}

@media screen and (max-width:973px) {
    .productBox {
        margin-right: 65px;
    }
}

@media screen and (max-width:941px) {
    .productBox {
        margin-right: 0;
        margin-top: 10px;
        margin-left: 25px;
    }
}

@media screen and (max-width:938px) {
    .section_04 .box {
        width: 60%;
    }
}

@media screen and (max-width:934px) {
    .section_01 .stamp {
        width: 80px;
    }
}

@media screen and (max-width: 900px) {
    .pic_people_form {
        width: 500px;
    }
}

@media screen and (max-width:856px) {
    .section_03 .box:nth-child(2) {
        margin-right: 20%;
    }

    .section_03 .box:nth-child(3) {
        margin-left: 20%;
    }
}

@media screen and (max-width: 781px) {
    .arrow-right {
        right: 4%;
    }

    .arrow-left {
        left: 4%;
    }

    .arrow {
        background-size: 40px;
        top: 254px;
        width: 42px;
    }
}

@media screen and (max-width: 767px) {
    .toolTip1 {
        margin-top: 48px;

    }

    .orderform {
        width: 85%;
    }

    .box {
        margin-top: 28px !important;
    }

    .bg_short_form {
        background-position-y: 131%;
        height: auto;
    }

    .box {
        margin-top: 0;
    }

    .product__form:after {
        display: none;
    }

    .formBox {
        position: relative;
    }

    .mobile_product_short {
        width: 390px;
        position: absolute;
        top: -350px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

@media screen and (max-width: 769px) {

    .section_01 .box {
        width: 50%;
    }

    .section_01 h1, .section_01 h2 {
        width: 100%;
        padding-left: 0;
    }

    .section_01 h1, .section_01 h2 {
        text-align: center;
    }

    .section_01 h1 {
        line-height: normal;
        font-size: 21px;
    }

    .section_01 h2 {
        font-size: 18px;
        padding: 0;
        background: rgba(255, 96, 22, 0);
        background: -moz-linear-gradient(left, rgba(255, 96, 22, 0) 0%, rgba(255, 96, 22, 1) 15%, rgba(255, 96, 22, 1) 23%, rgba(255, 96, 22, 1) 77%, rgba(255, 96, 22, 1) 85%, rgba(255, 96, 22, 0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 96, 22, 0)), color-stop(15%, rgba(255, 96, 22, 1)), color-stop(23%, rgba(255, 96, 22, 1)), color-stop(77%, rgba(255, 96, 22, 1)), color-stop(85%, rgba(255, 96, 22, 1)), color-stop(100%, rgba(255, 96, 22, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 96, 22, 0) 0%, rgba(255, 96, 22, 1) 15%, rgba(255, 96, 22, 1) 23%, rgba(255, 96, 22, 1) 77%, rgba(255, 96, 22, 1) 85%, rgba(255, 96, 22, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 96, 22, 0) 0%, rgba(255, 96, 22, 1) 15%, rgba(255, 96, 22, 1) 23%, rgba(255, 96, 22, 1) 77%, rgba(255, 96, 22, 1) 85%, rgba(255, 96, 22, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 96, 22, 0) 0%, rgba(255, 96, 22, 1) 15%, rgba(255, 96, 22, 1) 23%, rgba(255, 96, 22, 1) 77%, rgba(255, 96, 22, 1) 85%, rgba(255, 96, 22, 0) 100%);
        background: linear-gradient(to right, rgba(255, 96, 22, 0) 0%, rgba(255, 96, 22, 1) 15%, rgba(255, 96, 22, 1) 23%, rgba(255, 96, 22, 1) 77%, rgba(255, 96, 22, 1) 85%, rgba(255, 96, 22, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6016', endColorstr='#ff6016', GradientType=1);
    }

    .section_01 .wrapper {
        background-position: 302px 82px;
        background-size: 136px;
    }
}

@media screen and (max-width: 732px) {
    .section_01 .wrapper {
        display: flex;
        flex-direction: column;
        background: none;
    }

    .left-block-btn {
        order: 3;
        width: auto;
    }

    ul {
        padding-left: 20px;
    }

    .a {
        order: 2
    }

    .c {
        order: 1
    }

    .header ul {
        display: none;
    }

    .header img {
        float: none;
        height: 25px;
        margin: 0;
    }

    .header {
        height: 35px;
    }
}

@media screen and (max-width:728px) {
    .section_03 .box:nth-child(2) {
        margin-right: 10%;
    }

    .section_03 .box:nth-child(3) {
        margin-left: 10%;
    }
}

@media screen and (max-width:696px) {
    .section_04 h2 {
        font-size: 27px;
        line-height: normal;
    }
}

@media screen and (max-width:633px) {
    .section_07 .box, .section_07 h2 {
        width: 100%;
    }

    .section_07 h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    }
}

@media screen and (max-width: 600px) {

    .pic_people_form {
        width: 100%;
        margin: 100px auto;
        display: block;
    }
}

@media screen and (max-width: 584px) {
    .section_09 .box {
        width: 100%;
    }

    .section_09 .box div, .section_09 .box img {
        display: inline-block;
        vertical-align: middle;
    }

    .section_09 .box div {
        text-align: left;
        margin-left: 10px;
    }

    .section_09 .box img {}
}

@media screen and (max-width: 576px) {
    .section_05 .box {
        width: 100%;
    }

    .section_05 img {
        height: 250px;
    }

    .section_05 .box img {
        height: inherit;
    }

    .productBox {
        width: 225px;
    }
}

@media screen and (max-width: 569px) {
    .section_04 .box img {
        display: none;
    }
}

@media screen and (max-width:550px) {

    .section_03 .box:nth-child(2) {
        margin: -8px 0;
    }

    .section_03 .box:nth-child(3) {
        margin-left: 0;
    }

    .section_03 .box {
        width: 100%;
    }
}

@media screen and (max-width:504px) {
    .section_06 .box {
        width: 45%;
        max-width: inherit;
    }

    .section_06 img {
        width: 100%;
    }

    .section_06 p {
        font-size: 18px;
        padding: 5px 0;
        line-height: 17px;
    }
}

@media screen and (max-width: 494px) {
    .section_04 .box {
        width: 100%;
    }
}

@media screen and (max-width: 482px) {

    /* h2, .section_04 h2 {
        font-size: 20px;
        line-height: normal;
    }*/
    h3 {
        font-size: 16px;
        line-height: normal;
    }

    .section_02 img {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .section_02 .wrapper div {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: left;
    }

    .section_02 h3 {
        top: 40px;
        left: 25px;
        font-size: 29px;
        display: table-column;
        width: 73px;
        text-align: center;
        line-height: 19px;
    }

    .section_02 div:nth-child(6) h3 {
        top: 29px;
    }

    .section_02 div:nth-child(6) h3 span {
        font-size: 18px;
    }

    .section_02 p {
        width: 59%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}

@media screen and (max-width: 477px) {
    .section_01 .wrapper {
        display: flex;
        flex-direction: column;
    }

    .productBox {
        margin: 0 auto;
    }

    .section_01 .box {
        width: 100%;
        text-align: center;
    }

    .formBox {
        margin: 0 auto;
    }
}

@media screen and (max-width: 461px) {
    .section_07 .inBox {
        width: 100%;
    }
}

@media screen and (max-width: 446px) {
    .section_09 .box div {
        width: 63%;
    }
}

@media screen and (max-width: 441px) {
    .section_07 .wrapper {
        background-size: cover;
    }
}

@media screen and (max-width: 430px) {
    .mobile_product_short {
        width: 320px;
        top: -262px;
    }

    .bg_short_form {
        background-image: url(../img/hm96.html);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -22%;
    }
}

@media screen and (max-width: 410px) {
    .pay {
        font-size: 15px;
    }

    .section_06 p {
        font-size: 16px;
    }
}

/*@media screen and (max-width: 522px){
   .orderform input[name="billing_phone"] {max-width: 85%;float: right;}
}
@media screen and (max-width: 370px){
   .orderform input[name="billing_phone"] {max-width: 83%;float: right;}
}
@media screen and (max-width: 330px){
   .orderform input[name="billing_phone"] {max-width: 80%;float: right;}
}*/
.orderform input::placeholder, input[type=text], input[type=numbers] {
    color: #807f81;

}

@media screen and (max-width: 370px) {
    .pay {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .pay {
        font-size: 13px;
    }

    .mobile_product_short {
        width: 280px;
        top: -228px;
    }
}

.phone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.orderform #shipping_areacode {
    width: 40px !important;
    float: left;
    margin: 0 5px 0 0;
    background: transparent;
}

.orderform input, .orderform select, #form-index input, #form-index select, textarea {
    height: 40px;
    border: 1px solid #45679b;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    resize: none;
}


.comment-people{
    border-radius: 50%;
    width: 50%;

}