div,ul,li,p,span,strong,a,h1,h2,h3,h4,h5,h6{
	font-family:'Raleway';
}
.navbar-brand img{
	width:150px;
}
ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.navbar-toggler-icon {
  background-image: none!important;
  height:auto!important;
 }
 .navbar-toggler-icon svg{
	 font-size: 25px;
    color: #fff;
 }
 button:hover{
	 cursor:pointer;
 }
 #last h4{
	 font-weight:800;
	 text-transform:uppercase;
	 font-size:20px;
 }
  #last h5{
	 font-weight:300;
	margin-bottom:20px;
	margin-top:10px;
	 font-size:18px;
 }

.arrowdown{
	display:inline-block;
	height:0;
	width:0;
	overflow:hidden;
	border-top:8px solid #000;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	position:relative;
	top:-1px;
}	
/* arrow bounce */
@-moz-keyframes bounce {
   0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
  }

}
@-webkit-keyframes bounce {
   0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
 
}
.bounce {
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
#strelka {
	margin:0px 0px 15px 0px;
	display:block;
	font-size:24px;
	color:rgba(0,0,0,1);
}
#last h6{
	font-size:14px;
	margin:15px 0px;
	color: #3e7b1b;
	display: flex;
	align-items: center;
	justify-content: center;
  }

#last h6 strong{
	display: flex;
	align-items: center;
	justify-content: center;
}
 .ordina-top{
	 color: rgb(105, 198, 50)!important;
    border-color: rgb(105, 198, 50)!important;
	 font-weight:600;
	 font-size:16px;
	 border-radius:0px;
	 padding:7px 10px;
 }
.last small {
    font-size: 13px!important;
}
.last small svg{
	margin-right:3px;
}
.navbar{
	border-bottom: 1px solid #eee;
	background:#fff;
}
.start ,.compo{
	background:#fff;
    background-image: url(../img/litblue.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	
}
.allergia {
	background:#fff;
    background-image: url(../img/litred.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	
}
.benefits ,.otziv{
	background:#fff;
    background-image: url(../img/litgreen.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	
}
.header{
	text-align:center;
}
.header h1{
	text-align: center;
    font-weight: 300;
    font-size: 26px;
	margin:0px 0px 30px 0px;
	padding-top:20px;
}
.header h1 strong{
	font-weight:700;
}
.header img{
	width:179px;
}
.header ul{
	list-style-type:none;
	margin:20px 0px 30px 0px;
	padding:0px;
	display:block;
}
.header ul li{
	text-align:left;
	position:relative;
	margin-bottom:20px;
}
.header ul li span{
	display:block;
	text-align:left;
	padding-left:74px;
}
.header ul li span strong{
	font-weight:800;
	color:#1981e0;
}
.header li img{
	width:64px;
	position:absolute;
	left:0px;
	top:-3px;
}
.buynow {
    width: 100%;
    padding: 8px 0px;
    background: #69c632;
    border: 0px;
    color: #fff;
    font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buynow strong{
	font-weight:800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buyblock {
    margin: 0px;
    padding: 20px 15px;
    background: #caffac;
    text-align: center;
}
.buyblock span{
	display:block;
	text-align:center;
	font-size:24px;
	font-weight:800;
	line-height:28px;
	margin-left: 5px;
}
.buyblock > strong {
    font-size: 18px;
    color: #3ba200;
}
.buyblock > strong svg{
	margin-right:4px;
	font-size:16px;
}
.buyblock p{
	font-size:18px;
	line-height:24px;
	margin-bottom:12px;
}
.buyblock p strong{
	display:block;
	font-size:24px;
}
.buyblock small{
	font-size:14px;
	margin-top:8px;
	display:block;
	opacity:0.9;
}
.benefits {
    padding: 0px;
	margin-bottom:30px;
}
.benefits .divider{
	display:inline-block;
	margin:26px 0px;
	width:50%;
	height:3px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(103,198,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(103,198,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(103,198,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#67c632',GradientType=1 ); /* IE6-9 */
}
.benefits h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    padding: 30px 20px 0px 20px;
}
.benefits ul li{
	margin:0px 0px 15px 0px;
	position:relative;
	padding-left:40px;
	font-size:16px;
	color:#000;
}
.benefits ul{
		padding:0px 15px;
}
.benefits ul li svg{
	position:absolute!important;
	width:30px!important;
	height:30px!important;
	padding:5px;
	background:#69c632;
	line-height:28px!important;
	border-radius:50%!important;
	border:4px solid #def6d1!important;
	display:inline-block!important;
	left:0px;
	color:#fff;
}
.allergia {
    padding: 30px 0px 0px 0px;
}
strong{
	font-weight:800;
}
.allergia h3 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
	    color: #00;
		padding:0px 20px;
}
.allergia h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 10px;
}
.bacteria{
	margin:20px 10px 0px 10px;
	text-align:center;
}
.bacteria img {
    width: 80px;
    border-radius: 0%;
    margin: 0px 0px;
}
.allergia h5 strong{
	color:#bc2929;
}
.allergia ul{
	margin: 0px;
	padding:15px;

}
.bacwrap{
		background-image:url("../img/sympt.jpg");
	padding:8px;
}
.procent{
	text-align:center;
	margin:20px 0px;
}

.allergia p{
	padding:20px;
	margin:0px 0px 10px 0px!important;
	font-size:18px;
	text-align:center;
}
.allergia .divider{
	display:inline-block;
	margin:20px 0px;
	width:50%;
	height:3px;

background: rgb(189,45,45); /* Old browsers */
background: -moz-linear-gradient(left, rgb(189,45,45) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgb(189,45,45) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgb(189,45,45) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.compo .divider{
	display:inline-block;
	margin:10px 0px;
	width:50%;
	height:3px;
background: rgb(189,45,45); /* Old browsers */
background: -moz-linear-gradient(left, rgb(24, 129, 224) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgb(24, 129, 224) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgb(24, 129, 224) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1881e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.allergia ul li{
	color: #bc2929;
	font-size:17px;
	margin-bottom:7px;
	position:relative;
	padding-left:20px;
}
.allergia ul li strong{
	position:absolute;
	left:0px;
	font-weight:800;
	
}
.allergia ul li span{
	font-weight:800;
}
.compo{
	padding:0px;
}
.compo img{
	width:150px;
}
.compo h4{
	    text-align: center;
    font-size: 26px;
    font-weight: 300;
    padding: 30px 20px 15px 20px;
}



.component:nth-child(2n) img {
    box-shadow: -9px -9px 0px rgb(243, 250, 255);
    margin-bottom: 15px;

}
.component:nth-child(2n+1) img {
    box-shadow: 9px -9px 0px rgb(234, 250, 225);
    margin-bottom: 15px;

}

.compo div strong{
	display:block;
	font-size:18px;
	color:#1981e0;
	line-height:19px;
}
.compo div{
	margin-bottom:40px;
}
.compo div span {
    display: block;
    font-size: 20px;
    color: #68c632;
	    line-height: 20px;
    font-weight: 800;
	margin-bottom:10px;
}
.component{
	text-align:center;
	padding:0px 15px;
	display:block;
}
.compo div ul li{
	margin-bottom:3px;
	font-size:16px;
	line-height:20px;
}
.compo div ul li svg{
	margin-right:3px;
}
.medic img{
	width:220px;
}
.medic{
	background:#f6f6f6;
	text-align:center;
	padding:30px 10px;
}
.medic h4 {
    font-size: 29px;
    text-align: center;
	margin-bottom:20px;
	font-weight:300;
}
.medic span {
    display: block;
    margin: 20px 0px;
    color: #1981e0;
    font-size: 20px;
}

.medic p{
	
    text-align: left;
    padding: 7px 15px;
    font-size: 16px;
margin-bottom:0px;	
}
.medic button {
    width: 100%;
    padding: 13px 5px;
    border: 0px;
	margin-top:15px;
    color: #ffffff;
    font-weight: 800;
    background: #68c632;
    font-size: 17px;
}
.medic button svg{
	margin-right:5px;
}
.medic small{
	    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.medic small strong{
	color: #59b724;
}
.final h4{
	text-align:center;
	font-weight:300;
	margin-bottom:20px;
	font-size:26px;
}
.final {
   padding: 30px 10px 10px 10px;
    background: #4c9ce2;
	color:#fff;
}
.final ul{
	margin-top:25px;
	padding:0px 10px;
}
.final ul li{
	position:relative;
	padding-left:35px;
	margin-bottom:20px;
}
.final ul li svg {
    width: 25px!important;
    height: 25px!important;
    padding: 7px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 40px;
}
.otziv{
	padding:30px 15px 0px 15px;
}
.otziv img {
    width: 100px;
    z-index: 22;
    border-radius: 50%;
    position: relative;
}
.otziv h4{
	text-align:center;
	font-weight:300;
	font-size:26px;
	margin-bottom:30px;
}
.metawrap {
    display: inline-block;
    padding: 10px;
    position: relative;
    top: 25px;
    margin-left: 0px;
    z-index: 20;
}
.metawrap small{   
	font-size: 14px;
    line-height: 100%;
	}
.otcont{
	text-align:center;
	margin-bottom:20px;
}
.metawrap strong{
	color: #ffce19;
}
.metacont {
    padding: 12px;
    border: 5px solid #f4fef3;
    position: relative;
margin-top:10px;

background: rgb(244,254,243); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,254,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,254,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,254,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fef3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	z-index:10;
}
.metacont p{
	color: #338b00;
	margin-bottom:0px;
	text-align:left;
}
.metawrap h5 {
    font-size: 24px;
    color: #1981e0;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 20px;
}
.start{
	padding:0px 15px;
}
.metawrap span {
    display: block;
    font-size: 22px;
    color: #68c632;
    font-weight: 600;
    line-height: 23px;
}
.bottom .header ul li{
	margin:10px 0px;
	color:#000;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:49%;
}
.bottom .header ul li strong{
		color:#000;

}
.bottom .header ul {
    list-style-type: none;
    padding: 10px 10px;
    display: block;
    background: #f6f6f6;
	margin:20px 0px 0px 0px;
}
.bottom .header ul li img {
    width: 45px;
    height: 45px;
    top: 0px;
    margin-bottom: 9px;
    position: relative;
    display: inline-block;
}
.bottom .header ul h4{
	font-size:26px;
	color:#000;
	margin:20px 0px;
	font-weight:300;
}
.bottom .header ul li span {
    display: block;
    text-align: center;
    padding: 0px 7px;
}
.bottom{
	padding:0px;
}
.bottom h1{
	padding:0px 15px;
}
.form-control{
	border-radius:0px!important;
	border:0px!important;
}
.input-group-text{
	border-radius:0px;
	border:0px!important;
}
.input-group{
	margin-bottom:7px!important;
}
.input-group-text svg{
	font-size:18px;
	border:0px;
}