@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;900&display=swap');
*{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
p, span, b, li, strong{
    font-size: 17px;
    color: #6d6e71;
}
h2{
    color: #000000;
}


#wrapper{
    overflow: hidden;
}

.top-line{
    height: 10px;
    background: rgb(0,59,121);
background: linear-gradient(90deg, rgba(0,59,121,1) 0%, rgba(46,133,212,1) 50%, rgba(0,59,121,1) 100%);
}


.header .logo{
    text-align: center;
    margin-top: 65px;
}
.header .logo a{
    text-transform: uppercase;
    color: #006ac7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    background-image: url(../img/r.png);
    background-repeat: no-repeat;
    background-position: 100% 15px;
    padding-right: 30px;
    text-decoration: none;
}
.header h2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #b8b8b8;
    text-transform: uppercase;
    margin-top: 0px;
}

.header .menu{
    margin-top: 70px;
}

.header .menu ul{
    list-style: none;
}
.header .menu ul li{
    display: inline-block;
}
.header .menu ul li a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 15px;
    color: #6d6e71;
    margin: 0 5px;
}
.header .menu ul li a:hover{
    color:#006ac7;
    border-bottom: 3px solid #006ac7;
}
.header .menu ul li .man-active{
    color: #48b9e2;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #48b9e2;
}
.header .menu ul li .man-active:hover{
    border-bottom: 2px solid #48b9e2;
}
.header .menu ul li .man{
    color: #48b9e2;
    font-family: 'Montserrat', sans-serif;
}
.header .menu ul li .man:hover{ border-bottom: 2px solid #48b9e2;}
.header .menu ul li .woman-active{
    color: red;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid red;
}
.header .menu ul li .woman{
    color: red;
    font-family: 'Montserrat', sans-serif;
    border-bottom: none;
}
.header .menu ul li .woman:hover{ border-bottom: 2px solid red; }
.header .menu ul li .woman-active:hover{ border-bottom: 2px solid red; }

.banner{
    margin-top: 3px;
}
.banner img{
    width: 100%;
}

.headinfo{
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    
}
.headinfo a {
    text-decoration: none;
    font-size: 15px;
    color: #6d6e71;
}
.headinfo a:hover{
    text-decoration: none;
    font-size: 15px;
    color:#006ac7;
    border-bottom: 3px solid #006ac7;
}
.phonehead{
    width: 50%;
}
.langs{
    width: 50%;
}
.langs li{
    margin-top: 3px;
    list-style: none;
}

.buttons-block{
    margin-top:  40px;
    margin-bottom:  75px;
}
.buttons-block a{
    text-decoration: none;
}
.buttons-block button{
    width: 50%;
    height: 80px;
    border: none;
    outline: none;
    background-color: #006ac7;
    border-radius: 5px;
    background-size: auto 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    line-height: .7;
    box-shadow: 0px 3px 5px 1px rgba(213,214,215,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.buttons-block button span{
    width: 100%;
    display: inline-block;
    line-height: 2;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
.buttons-block .btn-download{
    background-image: url(https://cdn-icons-png.flaticon.com/512/5265/5265114.png);
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 90%;
    padding-right: 60px;
}
.buttons-block .btn-video{
    background-image: url(https://cdn-icons-png.flaticon.com/512/187/187210.png);
    background-size: 50px;
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 90%;
    padding-right: 60px;
}
.buttons-block .btn-see{
    background-size: 50px;
    line-height: 20px;
}
.btn-download:hover, .btn-video:hover, .btn-see:hover{
    background-color: #2f81c9;
}

.product-block{
    min-height: 500px;
}
.product-block .prod-info{
    min-height: 500px;
    width: 75%;
    position: relative;
    margin: 0 auto;
    /*border: 1px solid red*/
}
.product-block .prod-info::after{
    position: absolute;
    display: block;
    content: "";
    width: 35%;
    height: 100%;
    left: 70;
    top: 0;
    background-image:url(../img/box20.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.osteoartoza{
    display: flex;
    padding:20px 0;
}
.osteoartozaimg img{
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}
.osteoartozaimg{
    width: 100%;
}
.ceesteosteoartoza{ 
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #6d6e71;
    margin-left: 20px;
}
.cumfunctioneaza{
  margin-top: 0px;
  background-color:#ddefff ;

}

.cumfunctioneaza img{
    width: 50%;
    display: block;
  margin: 0 auto;

}

.product-block-prime{    
    width:100%;
    top: 0;
    margin-bottom: 30px;
    padding:  20px  20px;
    padding-left: 5%;
    background-size: 100%;
    background-color: #ddefff;
   }
   .product-block-second{
    width: 79%;
    top: 0;
    margin-bottom: 30px;
    padding:  80px  20px;
    padding-left: 5%;
    background-size: 100%;
   }
   .product-block-second p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #6d6e71;
    line-height: 1.5;
    margin-top: 20px;
   }
   .product-block-prime p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #6d6e71;
    line-height: 1.5;
    margin-top: 20px;
   }
   .product-block-prime img{
    width: 50%;
    float: right;
   }
  
   #oferte img{
    width: 100%;
}
.containercf{
    width:100%;
    padding:  50px  0px;
    background-color: #ddefff;
}
.cumfunctioneazaimg img{
    width: 50%;float: right;
}


#decestopartrozimg, #oferte {
    text-align: center;
    color: #6d6e71;
    
}
#decestopartrozimg .btn{
margin: 30px 0;
}
#decestopartrozimg img{
    width: 50%;
}
#oferte span img{
    width: 50% ;
}

.product-block .prod-info .prod-info-inside{
    width: 80%;
    float: right;
    margin-right: 0;
    top: 0;
    right: 0;
    padding:  80px  20px;
    padding-left: 20%;
    background-image: url(../img/lacto-bg_.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    background-position: top;
}
.product-block .prod-info .prod-info-inside  p{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #6d6e71;
    line-height: 1.5;
    margin-top: 20px;
}
.product-block .prod-info .prod-info-inside a{
    color: #4e6300;
    font-size: 18px;
    text-decoration: underline;
    padding-right: 20px;
    background-image: url(../img/read_more.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 13px;
    margin-top: 100px;
    display: inline-block;
}
.product-block .prod-info .prod-packaging{
    background-image: url(../img/lacto-img.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 32%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.how-works{
    width: 100%;
    position: relative;
}
.how-works .testim{
    position: absolute;
    width: 300px;
    height: 200px;
    display: block;
    left: 47%;
    background-image: url(../img/testim.png);
    background-size: 100% 100%;

    text-align: center;
}
.how-works .testim section{
    font-size: 30px;
    color: #FFF;
    width: 200px;
    margin: 40px auto;
    line-height: 1;
}
.how-works img{
    width: 100%;
}
.caracters{
    width: 100%;
    /*background-image: url('../img/opts.png');*/
    padding-top: 45px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #f6f9fd;
}
.caracters .col-md-4{
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center 0;
}
.caracters .col-md-4:nth-child(1){ background-image: url(../img/bact-1.png); }
.caracters .col-md-4:nth-child(2){ background-image: url(../img/bact-2.png); }
.caracters .col-md-4:nth-child(3){ background-image: url(../img/bact-3.png); }

.caracters h3{
    color: #006ac7;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}
.caracters p{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    width: 100%;
    margin: 10px auto;
}
.options{
    margin-top: 160px;
}
.options .option {
    margin: 10px 0;
}
.options .option .num{
    text-align: right;
    min-height: 280px;
    position: relative;
}
.options .option .num span{
    position: absolute;
    font-size: 130px;
    font-family: 'Montserrat', sans-serif;
    color: #a4c03b;
    right: 0;
    bottom: 0;
    line-height: 1;
}
.options .option .all{
    background-image: url(../img/option-bg.png);
    background-repeat: no-repeat;
    min-height: 280px;
    background: rgb(0,59,121);
background: linear-gradient(90deg, rgba(0,59,121,0) 0%, rgba(46,133,212,0.5074404761904762) 34%, rgba(0,59,121,0.5158438375350141) 100%);
}
.options .option .all img{
    margin-top: 14px;
    width: 100%;
}
.options .option .all div{
    position: relative;
    min-height: 280px;
}

.options .option .all div span{
    position: absolute;
    bottom: 40px;
    font-size: 25px;
    color: #FFF;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}
.options .option .all .option-detail{
    color: #a4c03b;
    border: 1px solid transparent;
    overflow: hidden;
    display: none;
}
.options .option .all .option-detail p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 30px;
}
.option-detail h4{
    margin-top: 20px;
    margin-bottom: -10px;
}
.footer{
    height: auto;
    text-align: center;
    padding-bottom: 30px;
}
.footer h1{
    text-align: center;
    color: #006ac7;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}
.social, .phone{
    display: inline-block; 
    padding: 20px 10px; 
    font-size: 15px; 
    font-weight: 600;
}
.stopf a{
    text-decoration: none;
    font-size: 15px; 
    color: black;
}
.phone a{ 
    text-decoration: none; 
    color: black;
    font-size: 15px; 
    font-weight: 600;
}
#myBtn {
    display: none;
    /*Hiddenbydefault*/position: fixed;
    /*Fixed/stickyposition*/bottom: 20px;
    /*Placethebuttonatthebottomofthepage*/right: 30px;
    /*Placethebutton30pxfromtheright*/z-index: 99;
    /*Makesureitdoesnotoverlap*/border: none;
    /*Removeborders*/outline: none;
    /*Removeoutline*/background-color: red;
    /*Setabackgroundcolor*/color: white;
    /*Textcolor*/cursor: pointer;
    /*Addamousepointeronhover*/padding: 15px;
    /*Somepadding*/border-radius: 10px;
    /*Roundedcorners*/font-size: 18px;
    /*Increasefontsize*/transition: 0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  .fa {
    padding: 18px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
  
  .fa:hover {
      opacity: 0.8;color: white;
      text-decoration: none;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;}