/* Преимущества */

#plus {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #2779B2; 
}

#plus ul {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

#plus ul li {
	width: 285px;
	position: relative;
	margin: 0 20px;
	float: left;
	color: #fff;
}

#plus ul li span {
	display: block;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-weight: 600;
}

#plus ul li img {
	display: block;
	margin: 0 auto;
}

#plus ul li p {
	margin: 7px 0 0 0;
	line-height: 16px;
}

/* Продукция */

#product {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 30px auto 20px auto;
}
