.container{
	padding: 0;
	box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px #3b3d42;
	background: #fff;
	color: #000;

}
h1{
	color: #2cbc62;
	font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 40px;
}
img{
	max-width: 100%;
}
.image{
	padding: 0;
}


.navbar {border-radius: 0;
margin-bottom: 0;

background: #fff;
	border: none;
}


.navbar-nav{
	margin: 40px 20px;
}
.navbar-nav > li > a {
 
    font-size: 18px;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    line-height: 1.28em;
    letter-spacing: 0em;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-color: rgba(255,255,255,0);
    color: #000000;
    padding: 0;
    margin: 0, 5px, 0, 26px;

}
.navbar-nav > li{
margin: 0 15px;}
.navbar-nav > .active > a{
border-bottom: 3px solid #2cbc62;
background: #fff;
color: #000;

}

.navbar-nav > li > a:hover{
border-bottom: 3px solid #2cbc62;
background: #fff;
	
}

.navbar-toggle{
	background: #2cbc62;
	
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: #2cbc62;
}
li> .active{
	background: 
	color:#fff;
}
h3 {
	
	font-family: "Poppins", Sans-serif;
    font-size: 41px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 40px;
}
h5{

    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 33px;
    letter-spacing: 0px;
    padding: 20px 0;

   }
p{
	font-size: 18px;
	padding-left: 40px;
}

body{
	background: url('../img/home-bg.png');
	background-attachment: fixed;
	color: white;
margin-top: 50px;
margin-bottom: 50px;
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.principles{
padding: 0 50px;
}
.princip{
	padding: 3%;
}
.princip img{
	width: 100px;
	height: 80px;
}
.about{
	background: #2cbc62;
	margin: 0;
	position: relative;
	padding-top: 60px;
}

.about1{
	position: absolute;
	font-family: "Poppins", Sans-serif;
    font-size: 47px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: center;
    
    color: #fff;

}
.iam{
	color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 2%;

}
.iam1{
	color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 0px;
    padding: 5% 10%;

}
.text{
	    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.63em;
}

.bt{
	    
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4em;
    text-align: left;
}
.bt span, .product span{
	color: #2cbc62;
}
.team{
	padding: 50px 30px;
}
.consultation{
	background: url(../img/005.jpg);
	background-position: 0 -600px;
	margin: 0;

}
.cons{
	background: rgb(44,188,98, 0.5);
	
	padding: 30px;
	height: 100%;

}
.consultationText{
	margin: 0;
	color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.67em;
    text-align: center;
  
    
    
}
.ask{
	   margin: auto; 
	   
	   
}
.cons a, .send{
	background-color: #2cbc62;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 15px;
    display: block;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
   
}

.cons a:hover, .send:hover{
	color: #000;
	background-color: #fff000;
}
.send{
	width: 100px;
	padding: 5px;

}
.order-form{
	padding: 20px 50px;
}
input, textarea{
	margin: 20px 0;
	border-radius: 5px;
	color: #000;
}

label.error{
	color: #f00;
	display: block;
	font-size: 12px;
}

input.error, textarea.error{
	border: 1px #f00 solid;
}
.icon-bar{
	
	background: #fff;

}
.team1{
    padding: 20px;
    
}
.green{
    background: #2cbc62;
    margin: 0;
}
.pr{
    padding: 20px;
}
.prod{
    position: relative;
    background: #2cbc62;
    border-radius: 50%;
    border: 1px solid #2cbc62;

}
.prod img{
    
    border-radius: 50%;
    display: block;
    transform: scale(1);
}
.prod a{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    padding: 10% 2%;
    height: 100%;
    width: 100%;
    color: #fff;
    opacity: 0;
    text-decoration: none;
    transition: all .5s;
    background-color: rgba(44,188,98,.5);
    border-radius: 50%;

}
.prod a:hover .prod img {
    transform: scale(1.5);
    
}

.prod a:hover {
    opacity: 1;
}
.main_img{
    position: relative;
}
.main_text{
    font-family: "Poppins", Sans-serif;
    font-size: 52px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 62px;
    letter-spacing: 0px;
    position: absolute;
    top: 80px;
    left: 30px;
    color: #2cbc62;
}
.main_text2{
        color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65em;
    position: absolute;
    top: 60%;
    left: 30px;
}

#go-top {
  position: fixed; 
  bottom: 25px; 
  right: 10px; 
  cursor:pointer; 
  display:none;
  width: 50px;
  /*background: #fff;*/
  border-radius: 50%;
}
 
#go-top:hover {
  /*background: #2cbc62;*/
  bottom: 20px; 
  right: 5px;
  width: 60px;

}
.prname{
    font-size: 20px;
    padding-top: 20%;
}
.prtext{
    padding: 0 5%;
}

.imprText{
    font-size: 20px;
    margin: 20px 80px;

}

.imptZag{
    font-weight: 800;


}
@media (max-width: 768px) { /* если максимальное разрешение экрана составит 469 пикселей */
  .logo {width: 150px;}
.main_text{font-size: 25px;
line-height:30px;}
.main_text2{font-size: 14px;}
.prname{
    font-size: 20px;
    padding-top: 10%;
}
.prtext{
    font-size: 15px;
}
}
@media (max-width: 480px) { /* если максимальное разрешение экрана составит 469 пикселей */
  .logo {width: 100px;}
.main_text{font-size: 15px;
line-height:20px;
top:20px; }
.main_text2{font-size: 10px;}

}