.gallery {
	margin-bottom: 10px;
	padding-bottom: 35px;
	background: url(../../i/content/img-sh.png) no-repeat center bottom;
	}
.itemGallery.gallery {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
	}
	.gallery__mainPic {
		position: relative;
		float: right;
		width: 605px;
		text-align: center;
		}
	.itemGallery .gallery__mainPic {
		width: 568px;
		max-height: 355px;
		float: right;
		overflow: hidden;
		}
	.gallery__mainPicWrap > img {

		max-width: 605px;
		}
	.itemGallery .gallery__mainPicWrap > img {
		width: 570px;
		
		}
		.gallery__mainPic__zoom {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 10;
			display: block;
			overflow: hidden;
			width: 34px;
			height: 34px;
			background: url(../../i/ui/zoom.png) no-repeat;
			color: transparent;
			text-indent: -9999em;
			opacity: .9;
			filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
			}
		.gallery__mainPic:hover .gallery__mainPic__zoom {
			opacity: 1;
			filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
			}
	.gallery__thumbs {
		float: right;
		padding-left: 20px;
		min-height: 365px;
		width: 50px;
		background: url(../../i/content/gallery-sh.png) no-repeat left center;
		}
	.itemGallery .gallery__thumbs {
		padding-top: 5px;
		min-height: 355px;
		background: url(../../i/content/gallery-sh-short.png) no-repeat left center;
		}
		.thumbItem {
			margin-bottom: 5px;
			}
		.thumbItem a {
			position: relative;
			display: block;
			text-align: center;
			}
		.thumbItem a img {
			max-height: 50px;
			}
			.thumbItem.m-active a > .after,
			.thumbItem.m-active a:after {
				top: 0;
				left: 0;
				z-index: 6;
				position: absolute;
				display: block;
				width: 49px;
				height: 49px;
				background: url(../../i/content/thumb-overlay.png);
				content: '';
				-webkit-box-shadow: inset 0px 0px 4px 1px #000;
				   -moz-box-shadow: inset 0px 0px 4px 1px #000;
						box-shadow: inset 0px 0px 4px 1px #000;
						opacity: 0.2;
				}
.itemBlock__gallery .item_price {
	position: absolute;
	top: -4px;
	left: 5px;
	z-index: 1;
	background: url(../../i/pricetag.png) no-repeat 0 0;
	width: 135px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-family: 'DINPro_Bold', Arial;
	font-size: 28px;
	padding: 10px 0 0 0;
	text-shadow: 0 -1px 0 #1e1f21;
}					
.itemBlock__gallery .item_price > span {
display: block;
font-size: 18px;
}	

.item_eac {
	position: absolute;
	z-index: 1;
	top: 312px;
	overflow: hidden;
}
.item_eac img {
	width: 50px;
	float: left;
	position: relative;
	z-index: 2;
}

.item_eac span {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	margin: 0 0 0 -200px;
	transition: all linear 0.5s;
	color: #fff;
	background: #111717;
	padding: 5px 10px 6px 10px;
	line-height: 13px;
	font-size: 11px;
	
}
.item_eac:hover span {
	margin: 0px;
}	
.item_pdf {
	position: absolute;
	z-index: 1;
	top: 238px;
	overflow: hidden;
	border-radius: 6px;
}

.item_pdf img {
	float: left;
	position: relative;
	z-index: 2;
}
.item_pdf span {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	margin: 18px 0 0 -170px;
	padding: 10px 10px 10px 20px;
	transition: all linear 0.5s;
	color: #fff;
	background: #d51044;
	border-radius: 6px;
	
}
.item_pdf:hover span {
	margin: 18px 0 0 -10px;
}			