@font-face{
  font-family: poppins-bold;
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face{
  font-family: poppins-medium;
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face{
  font-family: poppins-regular;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face{
  font-family: decohead;
  src: url("../fonts/Decohead.otf");
}

* {
    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: 16px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
}
h1, h2, h3, h4, h4 {
    margin: 0;
    padding: 10px 0;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
p,h5{
    font-family: poppins-regular;
}
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body,html{
  scroll-behavior: smooth;
}
.center{
    text-align: center;
    padding: 0 4px;
    margin: 0 5px;
}
#mobile_style .center {
    text-align: center;
    padding: unset;
    margin: unset;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.justify{
    text-align: justify;
}
.pos_rel{
    position: relative;
}
.section_nav{}
.container_shipping{
	max-width: 1100px;
	margin: 0 auto;
}
.p_s_nav{
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav{
	text-align: right;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav a{
	text-decoration: none;
	color: #00a3d4;
	padding:15px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.nav a span{
    text-decoration: none;
    color: #797474;
    padding:20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.nav_scrol{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
    border:4px solid #00aff7;
    border-top: none;
    z-index: 999;
}
.section__01{
  position: relative;
}
.container_s1{
    max-width: 1400px;
    margin: 0 auto 0;
}

.prod_s1 {
    text-align: right;
    position: relative;
    background: url(../img/h14.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
#mobile_style {
    display: none;
}
.prod_s1 div{
   position: absolute;
    top: 50px;
    right: 5px;
}
.price_s1{
    width: 125px;
    height: 142px;
    position: relative;
}
.old_price_s1{
    position: absolute;
    top: 52px;
    left: 31px;
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
    font-family: 'poppins-regular';
}
.new_price_s1{
    position: absolute;
    top: 71px;
    left: 23px;
    color: red;
    font-size: 20px;
    font-weight: 600;
    font-family: 'poppins-bold';
}
.box_ingr{
    max-width: 250px;
    margin: 0 auto;
    height: 400px;
    border: 1px solid #c0c0c0;
    padding-top: 20px;
}
.container-fluid.container_shipping.nav.nav_scrol .logo-top {
    margin-right: 32% !important;
}
.section__03 .style-line {
    height: 10px;
    width: 70px;
    margin: auto;
    background: #00ace5;
    border: 1px solid #E1F2FC;
    margin-bottom: 18px;
}
.stars_s1{
    font-size: 15px;
    margin-bottom: 25px;
}
.stars_s1 img{
    margin-top: -3px;
    margin-right: 10px;
    width: 90px;
}
.stars_s1 span{
    text-transform: uppercase;
    color: #00ace5;
}
.btn_yellow_s1{
    color: #000;
    padding: 10px 90px;
    background: #ffde00;
    font-size: 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
    border:2px solid #ffde00;
    margin: 10px 0px;
    text-align: center;
    transition-duration: 500ms;
    font-weight: 800;
}
.btn_yellow_s1:hover{
    color: #000;
    background: #fff;
    text-decoration: none;
}
.btn_yellow_s1:focus{
     color: #000;
    text-decoration: none;
}
.caps_s1{
    color: #777777;
}
.box_s1{
    max-width:380px;

}
.blue-row {
    background: linear-gradient(90deg, rgba(0,192,249,1) 20%, rgba(1,97,235,1) 50%, rgba(0,192,249,1) 80%);
    height: 215px;
    margin: 25px 0 0;
}
.row-feel {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 35px 0;
}
.col1 {
   color: #fff;
    font-family: 'poppins-bold';
    font-size: 44px;
    line-height: 53px;
    width: 18%;
    padding-top: 15px;
}
.img-feel {
    width: 150px;
    margin: 0 15px;
    text-align: center;
}
.col-feel {
   display: flex;
    color: #fff;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    max-width: 400px;
}
.box_s1 h2{
    font-family: 'poppins-bold';
    font-size: 34px;
    color: #005B94;
}
.box_s1 p{
    margin: 10px 0px;
    line-height: 1.2;
}
.box_s1 h5{
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
}
.box_s1 .line_height_s1{
    line-height: 1.4;
}
.pills_с1{
    position: absolute;
    right: 353px;
    bottom: 53px;
}
.prod_mob_s1_v2{
    display: none;
}
.p_s2{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 14px;
}
.h2_s3{
    font-size: 30px;
    text-transform: uppercase;
    font-family: poppins-bold;
    display: block;
    text-align: center;
    margin: 50px 0 30px 0;
}
.section__04{
    height: 400px;
    margin-top: 50px;
}
.container_s4{
    max-width: 1300px;
    margin:0 auto;
}
.center-img {
    display: block;
    margin: 0 auto 20px;
}
.h2_s4{
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    color: #0194F4;
    margin: 0 0 20px 0;
    font-family: 'poppins-regular';
    font-weight: bold;
}
.h2_s4 span{
    display: block;

}
.h5_s4{
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    color: #7F7F7F;
    font-size: 18px;
    padding-bottom: 60px;
    line-height: 25px;
}
.h5_s4_pos{
   padding-right: 150px;
    margin-top: 80px;
    text-align: right;
    font-weight: 600;
}
.h5_s4_pos_a1{
    text-align: right;
    position: absolute;
   top: 118px;
    left: 10%;
}
.h5_s4_pos_a2{
    text-align: right;
    position: absolute;
    top: 377px;
    left: 9%;
}
.h5_s4_pos_a3{
    text-align: right;
    position: absolute;
    top: 572px;
    left: 18%;
}
.img_s4_right{
    position: absolute;
    top: -34px;
    right: 29px;
}

.h5_s4_pos_v2{
   padding-left: 150px;
    margin-top: 80px;
    text-align: left;
    font-weight: 600;
}
.img_s4_left{
    position: absolute;
    top: -34px;
    left: 24px;
}

.pdouct_s4{
 position: absolute;
 top: 95px;
 left: 60%;
 transform: translateX(-60%);
 z-index: 1;
}
.pdouct_s4_v2{
  position: absolute;
 top:29px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 0;
}

.btn_yellow_two{
     color: #000;
    padding: 10px 100px;
    background: #ffde00;
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
    border:2px solid #ffde00;
    margin: 10px 0px;
    text-align: center;
    transition-duration: 500ms;
    position: relative;
    z-index: 2;
}
.div_btn_yellow_two{
    margin-top: 661px;
}
.btn_yellow_two:hover{
    color: #000;
    background: #fff;
    text-decoration: none;

}
.btn_yellow_two:focus{
     color: #000;
    text-decoration: none;
}
.section__05{
    margin-top: 30px;
}
.bg_s5 {
    margin: 0 auto;
}
.women_s5{
    position: relative;
    z-index: 0;
    float: right;
}
.product_s5{
    position: relative;
    z-index: 1;
    margin-top: -303px;
    margin-left: 166px;
}
.h2_s5{
   font-family: 'poppins-regular';
    margin-bottom: 30px;
    margin-top: -35px;
    font-weight: bold;
    line-height: 40px;
    max-width: 300px;
}
.p_s5{
   margin: 10px 0px;
   position: relative;
}
.section__03 .h2_s4 {
    margin: 40px 0;
}
#use {
   margin-bottom: 30px; 
}
.p_s5 span:first-child{
    color: #e30098;
    font-size: 46px;
    position: absolute;
    top: -2px;
    left: 0;
}
.p_s5 span:last-child{
    padding-left: 36px;
}
.p_s5_v2 {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    border: 2px solid #e10098;
    padding: 13px;
    margin-top: 30px;
}
.section__04 .row-img-use {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.section__07{
    margin-top: 50px;
}
.container_s7{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.h2_s4.s7 {
    margin: 0 0 12px 0;
}
.h5_s7 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 25px;
}
.section__08{
    position: relative;
    height: 512px;
    overflow: hidden;
}

.img_one_s08{
    position: absolute;
    z-index: 1;
}
.img_two_s08 {
    z-index: 1;
    display: block;
    margin: 20px auto 0;
}
.box__s08{
    z-index: 0;
    margin-top: 120px;
}
.h2_s8{
    text-align: right;
    font-size: 28px;
    text-transform: uppercase;
    color: #0194F4;
    margin: 0 0 20px;
    font-family: 'poppins-regular';
    font-weight: bold;
}
.box__s08_p{
    font-size: 18px;
    font-style: italic;
    max-width: 535px;
    text-align: right;
    padding: 0;
    line-height: 30px;
    float: right;
}
#order-form-section .hs8.h2_s4.s8_v2 {
    font-size: 36px;
    font-family: 'poppins-bold';
}
#order-form-section .h5_s8 {
    bottom: 205px;
    font-family: 'poppins-bold';
    font-size: 30px;
    text-align: center;
}
#order-form-section .s8_v2 {
    text-align: center;
    font-size: 30px;
    font-family: 'poppins-regular';
}

.purple{
    color: #ea67b7;
}
.h5_s8{
    font-size: 20px;
}
.h5_s8 span{
    font-family: poppins-bold;
    color: #e10098;
     font-size: 30px;
}
.margin_s8{
    margin-top: 75px;
}
.bax_s8{
    margin-bottom: 45px;
}
.pills_s8{
    position: relative;
}
.pills_s8:after{
    content: url(../img/h122.png);
    width: 100px;
    height: 100px;
    position: absolute;
  bottom: 64px;
    left: -277px;
}
.rating-stars{
    color: #000;
    font-size: 20px;
}
.table_ba{
   max-width: 900px;
    margin: 20px auto;
    border-bottom: 2px solid #e3e3e3;
    width: 100%;
}
.age_ba.date {
    top: -8px;
}
.table_left{
    width: 30%;
    vertical-align: top;
    margin: 0 auto;
}
.name_ba{
    font-family: poppins-bold;
    font-size: 20px;
    color: #000;
}
.table_right{
    width: 70%;
    margin: 0 auto;
}
.age_ba{
    /* position: relative; */
    /* top: -25px; */
    left: 0;
    color: #b0b0b0;
    text-transform: uppercase;
}
.use_ba {
    top: -18px;
    text-transform: inherit;
}
.used_ba{
    position: absolute;
    top: 17px;
    left: 0;
    color: #b0b0b0;
}
.time_ba{
    color: #b0b0b0;
    margin: 10px 0;
}
 .table_right p{
        line-height: 1.2;
    }
.table_right .text-part {
    padding-top: 5px;
    padding-bottom: 35px;
}

.h2_reviews{
    text-align: center;
    text-transform: uppercase;
    font-family: poppins-bold;
    font-size: 36px;
    color: #0194F4;
}
.h4_reviews{
    text-align: center;
     font-family: poppins-medium;
     font-size: 16px;
     margin-top: 20px;
     margin-bottom: -30px;
}
.h4_reviews span {
    color: #0194F4;
    margin-left: 22px;
}
.container_footer{
    max-width: 840px;
    margin: 0 auto;
}
.section__footer{
    background: #0173EF;
    margin-left: 0;
    margin-right: 0;
}
.pic_footer{
   max-width: 1000px;
   margin: auto;
    display: block;
}
.face_footer{
    margin-right: 10px;
    margin-top: 747px;
}
.inst_footer{
    margin-left: 10px;
    margin-top: 747px;
}
.h5_footer{
    text-align: left;
     font-family: poppins-medium;
     color: #fff;
     text-transform: uppercase;
     margin-top: 50px;
     margin-bottom: 10px;
}
.p_footer{
    color: #fff;
    text-align: left;
}
.link_footer{
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: left;
    font-family: poppins-regular;
}
.link_footer:hover,.link_footer:focus{
    text-decoration: none;
    color: #fff;
}
/* .div_footer{
    margin-left: 20px;
} */
.disclaimer{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.3;
    padding: 30px 20px 20px 20px;
    color: #fff;
}
.logo_footer {
    position: relative;
    top: 10px;
}
.section__10{
    margin-top: -160px;
    padding: 100px 0 0;
    height: 375px;
}
.h2__mobile, .p__mobile{
  display: none;
}
.section__10.blue-row .box_s10 {
    text-align: right;
    padding-right: 25px;
}
.section__10.blue-row .box_s11 {
    margin-left: -20px;
    margin-top: -10px;
}
.section__10.blue-row .p_s11 {
    font-size: 22px;
    color: #fff;
    max-width: 715px;
    line-height: 27px;
}
.h5_s11 {
    font-size: 30px;
    color: #fff;
    font-family: 'poppins-bold';
}

/*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: 5px 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: 12px;
    /*font-weight: 900;*/
    /*padding: 5px;*/
    text-align: center;
    margin: 0;
    width: 15px;
}

.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;

}
.mobile_s1{
    display: none !important;
}

@media (max-width:1404px){
    .section__08{
        height: auto;
    }
    .pills_s8:after {
        content: url(../img/h122.png);
        width: 66px;
        height: 100px;
        position: absolute;
        bottom: 37px;
        left: -65px;
    }
    .margin_s8 {
    margin-top: 34px;
}
  .prod_s8 {
    width: 100%;
  }
}

@media (max-width:1390px){
  .box_ingr{
    padding-top: 0;
  }
  .border__s8{
      display: none;
  }
  .box__s08_h5{
      margin-top: 0px;
  }
  .col1 {
      font-size: 36px;
  }

}
@media (max-width:1210px){
    .h5_s4_pos_a3{
        top: 419px;
    left: 13%;
    }
    .h5_s4_pos_a2{
        top: 270px;
    }
    .h5_s4_pos_a1{
        top: 73px;
    }
    .pdouct_s4,.pdouct_s4_v2{
            width: 500px;
        }
}

@media (max-width:1200px){
    
    .pills_s8:after{
        bottom: 10px;
    }
    .h5_s8 {
    font-size: 18px;
    }
    .h5_s8 span {
    font-size: 20px;
    }
     .box_s1 {
        margin: 55px auto;
    }
    .nav{
        padding-bottom: 5px;
        padding-top: 5px;
    }
        .nav a{
        padding:5px;
        font-size: 13px;
    }

}
@media (max-width: 1140px) {
    .col1 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 35px;
        width: 23%;
    }
    .img-feel {
        margin: 0px;
    }
}
@media (max-width:1100px) {
    .caps_s1{
        text-shadow: 0.5px 0.5px 0.5px #fff;
    }
    .btn_yellow_s1{
        padding: 10px 50px;
    }
}

@media (max-width:1050px){
    .table_ba{
        border-bottom: unset;
    }

}

@media (max-width:1000px){
    .h5_s4_pos_a3,.h5_s4_pos_a2,.h5_s4_pos_a1{
        left: 0%;
        text-align: left;
    }
    .h5_s4_pos {
    padding-right: 120px;
    margin-top: 79px;
    padding-top: 24px;
    font-size: 15px;
}
    .img_s4_right {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 89px;
}
    .h5_s4_pos_v2{
        padding-left: 142px;
        font-size: 15px;
        padding-top: 20px;
    }
    .img_s4_left {
    position: absolute;
    top: 1px;
    left: 40px;
    width: 89px;
    }
    .table_ba {
        max-width: 700px;
    }
}
@media (max-width:992px){
  .order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds{
      font-size: 12px;
  }
  .p_s_nav{
      font-size: 12px;
  }
    .pills_s8:after{
       bottom: -39px;
    left: -43px;
    }
    .h5_s4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:920px){
     .nav a:first-child img{
        width:150px;
    }
     .nav a:first-child{
       margin-right: 20px !important;
    }
}

@media (max-width:840px){

  .p_footer,.link_footer{
    font-size: 16px !important;
  }

     .nav a{
        padding:3px;
        font-size: 12px;
    }
     .nav a:first-child img{
        width:130px;
    }
     .nav a:first-child{
       margin-right: 10px !important;
    }
    .col1 {
        font-size: 28px;
        padding-left: 12px;
    }
}
@media (max-width: 1024px) and (min-width: 501px) {
    .box_ingr p {
        font-size: 14px;
    }
}
@media (max-width: 800px) and (min-width: 768px) {
   .section_11 {
        padding: 0 35px 0 10px;
    }
}
@media (min-width: 800px) {
    .lazy3 .slick-track {
        display: contents;
    }
    .table_ba.mobile_table_ba {
        display: none;
    }
}
@media (max-width: 800px) {
    .section__03 .style-line {
        background: #fff;
    }
    .table_ba {
        display: none;
    }
    .table_ba.mobile_table_ba {
        display: block;
    }
    .box_ingr {
        border-right: 1px solid #c0c0c0 !important;
    }
    .section__04 {
        margin-top: 75px;
    }
    .img_one_s08 {
        top: 85px;
    }
    .box {
        padding-left: 0;
    }
    .mobile_table_ba .dnone {
		line-height: 5px;
		width: 70%;
	}
	.mobile_table_ba .table_right {
        width: auto;
	}
	
	.mobile_table_ba .table_right.mob .age_ba {
	    top: 0px;
	}
	.mobile_table_ba .use_ba {
        top: -8px;
    }
    .lazy3 .mobile_table_ba .img_ba {
        width: 100% !important;
    }
    .table_ba.mobile_table_ba {
        max-width: 98%;
        margin: 20px auto;
    }
    .table_right p{
        text-align: justify;
    }
    .age_ba {
        top: -8px;
    }
    .stars_bs{
        padding-top: 10px;
    }
    .section__03 .slick-current.slick-active .select {
        background: #0093F2;
        height: 100%;
        color: #fff;
    }
    .section__03 .slick-current.slick-active .select .style-line {
        height: 10px;
        width: 70px;
        margin: auto;
        background: #fff;
        border: 1px solid #E1F2FC;
        margin-bottom: 18px;
    }
}
.mobile_style, .mobile-pic_people {
    display: none;
}
.disclaimer b {
    text-transform: uppercase;
}
#sticky-main-navbar {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 5px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 0.25rem;
    font-size: 15px;
    line-height: inherit;
    white-space: nowrap;
    text-align: right;
    padding-left: 16px;
    text-transform: uppercase;
}
#sticky-main-navbar .navbar-toggler {
   padding: 16px 25px 0 0;
}
#section_reviews {
    margin-top: 70px;
}
.center_form_pic {
    text-align: center;
    margin: 35px 0 40px;
    padding: 0 15px;
}
.center_form_pic .cod {
    font-size: 16px;
}
@media (max-width:767px){
    #web_style, #home #nav, .web-img {
        display: none;
    }
    .row-shipping {
        position: fixed;
        z-index: 99999;
        width: 100%;
    }
    #nav-mobile-menu {
        top: 25px;
    }
    .container_shipping .p_s_nav {
        text-align: center;
        line-height: 15px;
    }
    .mobile_style {
        display: block;
    }
    .face_footer,.inst_footer{
        margin-top:0px;
    }
    .section__footer {
    height: auto;
    }
    .h5_s10,.p_s10{
        color: #000;
    }
    .h5_s4_pos_a1,.h5_s4_pos_a2,.h5_s4_pos_a3{
        position: unset;
    text-align: center;
    padding: 10px;
    }
    .pdouct_s4,.pdouct_s4_v2{
        display: none;
    }
    .container__nav{
      display: flex;
      justify-content: space-between;
    }
    .container_footer{
        padding-top: 50px;
    }
   .h5_footer{
    margin-top: 20px;
   }
    .section__10{
    padding-top: 10px;
    }
    .box_s10{
        margin: 15px 0;
        position: relative;
        padding: 10px 10px 6px 10px;
    }
    .hr_abs_s10 {
    position: absolute;
    top: -32px;
    left: 50%;
    color: #4b409e;
    transform: translateX(-50%) rotate(90deg);
    }
    .mobile_list{
        border-bottom: 1px solid #747774;
        text-align: center;
    }
    .mobile_list a{
        color: #3e3c3c;
    }
    .mobile_text_header,.mobile_text_header:hover{
        text-decoration: none;
        color: #000;
        font-family: poppins-regular;
        font-size: 14px;
        margin-top: 3px;
    }
    .link_footer,.h5_footer,.p_footer{
        text-align: center;
    }
    
    
    .prod_s8 {
    width: 50%;
    margin: 0 auto;
    display: block;
    }
    .h5_s8 {
    font-size: 15px;
    }
    .section__07{
        padding-bottom: 22px;
    }
    .h2_s4 {
        margin-bottom: 0;
    }
    .h2_s5{
        text-align: center;
    }
   .product_s5 {
    position: relative;
    z-index: 1;
    margin-top: -301px;
    margin-left: 67px;
    }
    .div_btn_yellow_two{
    margin-top: 20px;
    }
    .h5_s4_pos_v2 {
    padding-left: 0px;
    margin-top: -11px;
    text-align: center;
    font-weight: 600;

    }
    .h5_s4_pos{
        text-align: center;
        padding-right: 0px;
        margin-top: -8px;
        padding-top: 20px;
    }
    
    .box_s1 h5{
        border-top: 1px solid #00ace5;
        padding-top: 15px;
    }
    .box_s1 h2,.stars_s1 {
        text-align: center;
    }

    .prod_s1 {
        background-size: cover;
        background-position-x: 40%;
        margin-top: 30px;
        z-index: 1;
    }
    
}
@media (max-width:640px){
    .women_s5 {
        width: 100%;
    }
    .pills_с1 {
        position: absolute;
        right: 254px;
        bottom: 17px;
    }
}
@media (max-width:600px){
    .product_s5 {
    margin-top: -195px;
    margin-left: 156px;
    width: 300px;
    }
    .prod_mob_s1{
        width: 100%;
    }
}

@media (max-width:550px){
    .pills_с1 {
       display: none;
    }
}
@media (max-width:520px){
    .box__s08_h5{
        margin-top: 0;
    }

    .img_two_s08{
        width: auto;
    }
}

@media (max-width:500px){
    #mobile_style {
       display: flex;
    }
    .prod_mob_s1_v2{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .section__footer{
        padding-top: 0px;
        margin: 10px 0;
    }
    .hr_abs{
        position: relative;
    }

    .prod_s8{
        width: 100%;
    }
    .p_s6,.p_s5_v2{
        text-align: justify;
    }
    .product_s5{
        margin-left: 50px;
    }
    .p_s2{
        font-size: 13px;
    }
    .pic_people_form {
        display: none;
    }
    .prod_mob_s1{
        width: 100%;
        margin: 0 auto;
        display: block;
        padding-top: 116px;
        display: none;
    }
    .prod_s1 div {
        top: 32px;
        right: 20px;
    }
    
    button:focus {
        outline: none;
    }
    
    .mobile_s1{
        display: block !important;
        margin-top: -40px !important;
        margin-bottom: 20px !important;
    }
    .box_s1 {
        margin: 0px auto;
    }
    .desctop_s1 {
        display: none !important;
    }
    .blue-row {
        height: fit-content;
        margin: 10px 0;
    }
    .row-feel {
        flex-direction: column;
    }
    .col1 {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .col-feel {
        max-width: 100%;
        padding-top: 20px;
    }
    .h5_s4 {
        padding-bottom: 10px;
    }
    .p_s5 span:last-child {
        font-size: 20px;
    }
    .section__03 .h2_s4 {
        margin: 20px 0;
    }
    .section__04 {
        height: 360px;
    }
    .section__07 {
        margin-top: 0;
    }
    .h5_s7 {
        padding: 0 44px;
    }
    .box__s08 {
        margin: 0;
    }
    .h2_s8 {
        text-align: center;
    }
    .box__s08_p {
        text-align: justify;
        padding: 0 20px;
    }
    .img_one_s08 {
        top: -230px;
    }
    .part2 {
        min-height: 340px !important;
    }
    .img_two_s08 {
       z-index: 999999;
        position: absolute;
        width: 100%;
    }
    .mobile-img {
        background: url(../img/Fungonal_lp_2_mob_05.png) no-repeat;
        width: 100%;
        background-position-x: right;
    }
    .mobile-pic_people {
        display: block;
        margin: 145px auto 0;
        z-index: 9999;
        position: inherit;
    }
    
    #order {
        background-color: #025EED;
    }
    #row_section__08 {
        min-height: 700px !important;
    }
    .img_two_s08 {
        position: inherit;
        margin-top: 10px;
    }
    .section__10.blue-row .box_s10 {
        text-align: center;
        padding: 0;
        margin: 0 0 20px;
    }
    .h5_s11 {
        text-align: center;
        font-size: 20px;
    }
    .section__10.blue-row .p_s11 {
        font-size: 18px;
        line-height: 21px;
        text-align: justify;
        padding: 15px 0 35px;
    }
    #section_reviews {
        margin-top: 25px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .logo_footer {
        display: none;
    }
    .h5_footer {
        font-family: 'montserrat-bold';
        font-size: 16px;
        margin-bottom: 0;
    }
    .section__10.blue-row .box_s11 {
        margin-left: 0;
        margin-top: 0;
    }
    .h2_s5 {
        font-weight: 600;
        text-align: center;
        margin: 20 auto 5px;
        padding: 0 15px;
        line-height: 30px;
    }
   .p_s5{
        font-size: 15px;
        margin: 5px 0px;
   }
    .center_form_pic {
        text-align: center;
        margin: -3px 0 40px;
        padding: 0 15px;
    }
    .center_form_pic .cod {
        font-size: 16px;
    }
    .center_form_pic {
        margin: -3px 0 40px;
    }
}
@media (max-width: 499px) {
    .h5_s11 {
        font-size: 18px;
    }
    .h5_s7 {
        padding: 0 20px;
    }
     #nav-mobile-menu {
        top: 37px;
    }
    .h2__mobile {
        color: #005B94;
          display: inline-block;
          text-align: center;
          position: absolute;
          top: 120px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 2;
          width: 340px;
          font-size: 41px !important;
        font-family: poppins-bold;
        font-weight: bold;
        text-shadow: rgb(255 255 255) 4px 0px 0px, rgb(255 255 255) 3.87565px 0.989616px 0px, rgb(255 255 255) 3.51033px 1.9177px 0px, rgb(255 255 255) 2.92676px 2.72656px 0px, rgb(255 255 255) 2.16121px 3.36588px 0px, rgb(255 255 255) 1.26129px 3.79594px 0px, rgb(255 255 255) 0.282949px 3.98998px 0px, rgb(255 255 255) -0.712984px 3.93594px 0px, rgb(255 255 255) -1.66459px 3.63719px 0px, rgb(255 255 255) -2.51269px 3.11229px 0px, rgb(255 255 255) -3.20457px 2.39389px 0px, rgb(255 255 255) -3.69721px 1.52664px 0px, rgb(255 255 255) -3.95997px 0.56448px 0px, rgb(255 255 255) -3.97652px -0.432781px 0px, rgb(255 255 255) -3.74583px -1.40313px 0px, rgb(255 255 255) -3.28224px -2.28625px 0px, rgb(255 255 255) -2.61457px -3.02721px 0px, rgb(255 255 255) -1.78435px -3.57996px 0px, rgb(255 255 255) -0.843183px -3.91012px 0px, rgb(255 255 255) 0.150409px -3.99717px 0px, rgb(255 255 255) 1.13465px -3.8357px 0px, rgb(255 255 255) 2.04834px -3.43574px 0px, rgb(255 255 255) 2.83468px -2.82216px 0px, rgb(255 255 255) 3.44477px -2.03312px 0px, rgb(255 255 255) 3.84068px -1.11766px 0px, rgb(255 255 255) 3.9978px -0.132717px 0px;
    }
    .h2__desctop, .p__desctop{
      display:none;
    }
     .img_one_s08 {
        top: 275px;
    }
    .h2_s5 {
        margin: 0 auto 5px;
    }
    #row_section__08 {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .hr_abs:after {
        content: '';
        width: 200px;
        position: absolute;
        top: 41%;
        left: -56%;
        height: 4px;
        color: #a6aafd;
        border-top: 2px solid #e10098;
        transform: rotate(90deg);
    }
    .h2_s7{
        padding: 20px;
    }

    .bg_s5 {
        background-image: url(../img/h84.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        height: 375px;
    }
    .women_s5 {
        display: none;
    }
    .product_s5{

        margin: 0 auto;
        margin-top: 186px;
    }

    .prod_s1 div {
       top: 27px;
        right: 19px;
        width: 105px;
    }
    .old_price_s1 {
        font-size: 14px;
        top: 41px;
        left: 34px;
    }
    .new_price_s1 {
        top: 60px;
        left: 28px;
        font-size: 20px;
    }
    .p__mobile{
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 140px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      line-height: 1.2;
      width: 340px;
    }
    
    .mobile_bg_s1{
        background-size: unset;
        padding-top: 140px;
    }
    
    .desctop_s1{
        display: none !important;
    }
    
    .box_s1 h2{
        font-size: 40px !important;
    }
    .p_s5_v2{
        margin-top: 13px;
    }
   .h5_s4{
        font-size: 16px;
        line-height: 1.4;
        text-align: justify;
        padding: 0 15px;
   }
    .p_s5 span:last-child {
        padding-left: 37px;
        display: block;
        margin-top: 10px;
    }
    .p_s5 span:first-child{
        font-size: 33px;
    }
    
    .btn_yellow_s1 {
        width: 250px;
        margin: 0 auto;
        display: block;
    }
    .btn_yellow_two{
        color: #000;
        padding: 10px 50px;
        text-transform: uppercase;
        font-size: 30px;
    }
    .box_ingr{
        max-width: 332px;
        margin: 0 auto;
    }
    .box_s1 p{
        text-align: justify;
    }
    .box_s1 .line_height_s1{
        text-align: left;
    }
    .h2__mobile {
        font-size: 28px !important;
    }
    .p__mobile {
        display: none;
    }
    .h5_s8 {
        font-size: 14px;
    }
    .box_s1 .stars_s1, .box_s1 .p_s2 {
        text-align: center;
    }
    .old_price_s1 {
        top: 42px;
        left: 18px;
        font-size: 15px;
    }
    .new_price_s1 {
        top: 59px;
        left: 23px;
        font-size: 16px;
    }
    #mobile_style {
        justify-content: center;
    }
    .h2_s4 {
        font-family: 'poppins-bold';
        padding: 0 17px 20px;
    } 
    .container_s4 {
        margin: 12px auto 0;
    }

}
@media (max-width: 375px) {
    .prod_s1 div {
        top: 24px;
        right: 19px;
        width: 90px;
    }
    .old_price_s1 {
        top: 33px;
        left: 18px;
        font-size: 12px;
    }
    .new_price_s1 {
        top: 50px;
        left: 14px;
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .p_s2{
        font-size: 11px;
    }
}

