*{
	margin: 0 auto;
}
body{
	background: #00A99D;
}
#content_why_2{
	float: left;
	width: 100%;
	height: 130px;
	text-align: center;
}
#content_why_2 h2{
	font-family: HelveticaNeueCyr-Medium;
	padding-top: 20px;
	font-size: 30px;
}
.decor{
	margin-top: 10px;
	width: 500px;
	height: 34px;
}
.line_2{
	width: 215px;
	height: 2px;
	float: left;
	background: white;
	margin-top: 15px;
}
.love{
	width: 50px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#text{
	width: 100%;
	height: auto;
	text-align: center;
}
#text h1{
	font-family: HelveticaNeueCyr-Medium;
	font-size: 25px;
	color:white;
	padding-bottom: 35px;
}
#text p{
	color: white;
	font-family: HelveticaNeueCyr-Ligth;
}
#we{
	width: 100%;
	height: 80px;
}
#we ul{
	width: 170px;
	height: 80px;
}
#we li{
	list-style-type: none;
}
#we img{
	margin-top: 20px;
	width: 60px;
	height: 60px;
}
#i1{
	float: left;
	margin-left: -30px;
}
#i2{
	float: right;
	margin-right: 10px;
}
#footer{
	width: 100%;
	padding-top: 12px;
	height: 30px;
	background: #EEEEEE;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
#footer span{
	font-family: HelveticaNeueCyr-Medium;
	font-size: 12px;
	color: black;
}