.wrapper-block.second-block {
	padding: 50px 0 35px;
	margin-top: 20px;
}
/*.wrapper-block:nth-child(even) {
	background-color: #e5e5e5;
}*/
.wrapper-block {
	text-align: left;
	padding: 25px 0 50px;
}
.container-about {
	margin: 0 auto;
	width: 980px;
}
.wrapper-block h3 {
	padding: 24px 0 10px;
	font-weight: 600;
}
.wrapper-block.second-block h3 {
	padding: 38px 0 10px;
}
.wrapper-block .line-under-h {
	background-color: #847cc3;
	width: 65px;
	height: 3px;
	margin-bottom: 32px;
}
.wrapper-block .wrapper-product {
	background-color: #fff;
	max-width: 620px;
	width: 620px;
	display: inline-block;
}
.wrapper-block .wrapper-product .wrapper-about-list {
	border-left: 5px solid #847cc3;
}
.wrapper-block .wrapper-about-list {
	margin: 0;
	padding: 15px 0 8px 25px;
	list-style: none;
}
.wrapper-block .wrapper-about-list li {
	padding-bottom: 8px;
	font-size: .9em;
}
.wrapper-block .wrapper-about-us {
	display: inline-block;
	float: right;
}
.wrapper-block .wrapper-about-us a {
	padding: 15px 20px 14px 19px;
	font-size: .9em !important;
	display: block;
	border: 1px solid #847cc3;
	border-radius: 3px;
	color: #847cc3;
}
.fb_iframe_widget {
	margin-top: 22px;
}
.page-image h1.basket-title, #main .third-block h3, #main .five-block h3, #main .six-block h3{
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	width: 60%;
	margin: 50px auto 20px;
}
.first-block ul, .four-block ul{
	text-align: center;
}
.first-block li, .four-block li{
	position: relative;
	padding-top: 70px;
	width: 25%;
	display: inline-block;
}
.first-block li .icon, .four-block li .icon{
	background:url(../../images/affiliat_sprites.png) no-repeat;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.first-block li:nth-child(1) .icon{
	background-position: -134px 0;
	width: 39px;
	height: 40px;
}
.first-block li:nth-child(2) .icon{
	background-position: 0 0;
	width: 40px;
	height: 40px;
}
.first-block li:nth-child(3) .icon{
	background-position: -98px 0;
	width: 32px;
	height: 33px;
}
.first-block li:nth-child(4) .icon{
	background-position: -44px 0;
	width: 50px;
	height: 33px;
}
.icon-flash {
	vertical-align: middle;
	display: inline-block;
	background:url(../../images/affiliat_sprites.png) no-repeat;
	background-position: 0 -44px;
	width: 35px;
	height: 35px;
}
.third-block h3, .five-block h3, .six-block h3{
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 20px !important;
}
.third-block ul li{
	position: relative;
	padding-left: 35px;
	line-height: 30px;
}
.third-block ul li .icon{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background:url(../../images/affiliat_sprites.png) no-repeat;
	background-position: -40px -45px;
	width: 27px;
	height: 26px;
	display: inline-block;
}
.four-block li:nth-child(1) .icon{
	background-position: -262px 0;
	width: 36px;
	height: 40px;
}
.four-block li:nth-child(2) .icon{
	background-position: -217px 0;
	width: 41px;
	height: 40px;
}
.four-block li:nth-child(3) .icon{
	background-position: -177px 0;
	width: 36px;
	height: 41px;
}
.four-block li{
	width: 33%;
	padding: 70px 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.five-block label{
	display: block;
	margin-bottom: 10px;
}
.five-block .popup-form{
	width: 50%;
	margin: 0 auto;
}
.five-block .popup-form .text{
	width: 100%;
}
.five-block .popup-form .wrapper-input{
	margin-bottom: 20px;
}
.five-block a{
	font-size: 16px;
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
	margin-top: 20px;
}
.five-block p{
	text-align: center;
}
.six-block p{
	text-align: center;
	margin-bottom: 15px;
}
@media (max-width: 1100px) {
	.container-about {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.wrapper-block .wrapper-about-us{
		float: none;
		margin-top: 30px;
	}
	.wrapper-block .wrapper-product{
		width: 100%;
		max-width: none;
	}
}
@media (max-width: 768px) {
	.wrapper-about-us .icon-flash {
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
	.page-image h1.basket-title, #main .third-block h3, #main .five-block h3, #main .six-block h3{
		width: 100%;
	}
	.wrapper-block .wrapper-about-us a {
		position: relative;
		padding-left: 60px;
		width: 285px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.first-block li{
		width: 50%;
	}
	.four-block li{
		width: 100%;
	}
}