/* Главный слайд */
.section-main {
	background: url('/img/cart/bg-section-main.jpg') center center no-repeat;
	height: 375px;
	margin-top: -60px;
	z-index: 99;
}
.section-main h1 {
	color: #fff;
	margin-top: 95px;
}
.section-main .ico-wrapper {
	position: absolute;
	right: 15px;
	bottom: -140px;
}
.section-main .ico-wrapper img {

}

/* Контент */
.section-content {
	background-image: url('/img/cart/bg-section-content-top.png'), url('/img/cart/bg-section-content-bottom.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	overflow: hidden;
}