*{
	margin: 0 auto;
}
#content_why_3{
	float: left;
	width: 100%;
	height: 130px;
	background: #00A99D;
	text-align: center;

}
#content_why_3 h2{
	padding-top: 20px;
	font-size: 30px;
	font-family: HelveticaNeueCyr-Medium;
}
.decor3{
	margin-top: 10px;
	width: 500px;
	height: 34px;
}
.line3{
	width: 215px;
	height: 2px;
	float: left;
	background: white;
	margin-top: 15px;
}
.love3{
	width: 50px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#dialog{
	float: left;
	width: 100%;
	height: auto;
	background: #00A89C;
}
.form1{
	width: 820px;
	height: 100px;
	margin-bottom: 15px;
}
.form1 img{
	padding-top: 15px;
	height: 70px;
	float: left;
}
.desc_g{
	margin-top: 10px;
	margin-left: 10px;
	width: 700px;
	height: 80px;
	background: white;
	float: left;
	border-radius: 10px;
}
.desc_g p{
	padding: 15px;
}

.form2{
	width: 820px;
	height: 100px;
	margin-bottom: 15px;
}
.form2 img{
	padding-top: 15px;
	height: 70px;
	float: right;
}
.desc_g_2{
	margin-top: 10px;
	margin-right: 10px;
	width: 700px;
	height: 80px;
	background: white;
	float: right;
	border-radius: 10px;
}
.desc_g_2 p{
	padding: 15px;
}

.form3{
	width: 820px;
	height: 120px;
	margin-bottom: 15px;
}
.form3 img{
	padding-top: 15px;
	height: 70px;
	float: right;
}
.desc_g_3{
	margin-top: 10px;
	margin-right: 10px;
	width: 700px;
	height: 105px;
	background: white;
	float: right;
	border-radius: 10px;
}
.desc_g_3 p{
	padding: 10px;
}
#Mess{
	width: 100%;
	height: 100%;
	float: left;
	background: white;
}
#footer{
	text-align: center;
	width: 100%;
	height: 30px;
	background: #EEEEEE;
	float: left;
	padding-top: 12px;
}
#footer span{
	font-family: HelveticaNeueCyr-Medium;
	font-size: 12px;
	color: black;
}