.contentBlock {
	padding-left:40px;
	margin-left:260px;
	position: relative;
}
.leftMenuProducts{
	border-right: 1px solid #d9d9d9;
	width:260px;
	float:left;
}
.stBM{
	margin-bottom:40px;
	font-size:16px;
	height: 53px;
}
.subStBM{
	
}
.pointMenu{
	border:1px solid #d9d9d9;
	border-right:none;
	text-align:center;
	line-height:51px;
	height:53px;
	float:left;
	width:20%;
	background:#fff;
	moz-transition: background .3s;
	o-transition: background .3s;
	transition: background .3s;
	webkit-transition: background .3s;
}
.advantage{
	border-right:1px solid #d9d9d9;
}
.pointMenu:hover{
	background:#f9f9f9;
}
.pointMenu.current{
	background:#e5be93;
	color:#fff;
}
.blAdLMenu{
	width:240px;
	display:none;
}
.subAdLMenu{
	margin-bottom:45px;
}
.titleAdLMenu{
	font-size:19px;
	margin-bottom:25px;
}
.adLMenu{
	float:left;
	width:115px;
	margin-bottom:7px;
	border:1px solid #d9d9d9;
}
.l.adLMenu{
	margin-right:7px;
}
.liAdLMenu{
	margin-bottom: 15px;
	font-size: 14px;
}
.aImgAdLMenu{
	display:block;
	overflow:hidden;
	height: 75px;
}
.imgAdLMenu{
	width:100%;
	moz-transition: all .3s;
	o-transition: all .3s;
	transition: all .3s;
	webkit-transition: all .3s;
}
.adLMenu:hover>a>.imgAdLMenu{
	moz-transform: scale(1.1);
	ms-transform: scale(1.1);
	o-transform: scale(1.1);
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.bAdLMenu.button_href{
	border-radius:0;
	width:64px;
	height:24px;
	line-height:23px;
	margin:5px auto 5px auto;
}

@media (max-width:950px) {
	.stBM{
		height: 80px;
	}
	.pointMenu.payment,
	.pointMenu.delivery{
		width: 33%;
	}
	.pointMenu.article{
		width: 34%;
		border-right:1px solid #d9d9d9;
	}
	.pointMenu.faq,
	.pointMenu.advantage{
		width: 50%;
		border-top:none;
	}
	.pointMenu{
		height:40px;
		line-height:38px;
	}
}	
@media (max-width:870px) {
	.leftMenuProducts{
		display:none;
	}
	.contentBlock{
		padding-left:0;
		margin-left:0;
	}
}