/*responsiv 3D gallery*/
.responsiveGallery-container {width:100%; position:relative; }

.responsiveGallery-btn {position:absolute; top:50%; z-index:3; display:block; width:40px; height:60px; margin-top:-30px;}

.responsiveGallery-btn_prev,
.responsiveGallery-btn_prev1,
.responsiveGallery-btn_prev2 {
	background:url(/img/main_wow/btn_bx_prev.png) center center no-repeat; background-size:26px 36px; left:0;
	background: url(/img/main_wow/arrow_left.png) 50% center no-repeat rgba(255, 255, 255, 0.95); background-size:15px 27px; 

}
.responsiveGallery-btn_next,
.responsiveGallery-btn_next1,
.responsiveGallery-btn_next2 {
	background:url(/img/main_wow/btn_bx_next.png) center center no-repeat; background-size:26px 36px; right:0;
	background: url(/img/main_wow/arrow_right.png) 50% center no-repeat rgba(255, 255, 255, 0.95); background-size:15px 27px;
}


.responsiveGallery-container {
	-webkit-touch-action: none; -moz-touch-action: none; -ms-touch-action: none; touch-action: none;
	touch-action: manipulation;
}


.responsiveGallery-wrapper {
	position:relative; width:100%; margin:0 auto; padding-top:25%; 
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective:1500px;
	-moz-perspective: 1500px;
	-o-perspective: 1500px;
	-ms-perspective: 1500px;
	perspective: 1500px;
}

.responsiveGallery-item {
	position: absolute; left:0; top:0; z-index:0;
	display: block; width:20%; opacity:0; visibility:hidden;
}

@media (max-width:1023px){
	.responsiveGallery-item {width:33.33%;}
	.responsiveGallery-wrapper {padding-top:100%; min-height:500px;}
}

@media (max-width:500px){
	.responsiveGallery-wrapper {padding-top:50%; min-height:480px;}
}
@media (max-width:380px){
	.responsiveGallery-wrapper {padding-top:10%; min-height:420px;}
}
@media (max-width:370px){
	.responsiveGallery-item {width:100%;}
	.responsiveGallery-wrapper {width:60%; padding-top:50%;}
	.responsiveGallery-btn {width:8%;}
}

.responsiveGallery-item.unactive .photo_box {transition:.3s ease-out; margin-top:40%;}
.responsiveGallery-item.unactive .innr {display:none;}
.responsiveGallery-item.unactive .innr .btn_wrap {display:none;}
.responsiveGallery-item.unactive .innr p {display:none;}
.responsiveGallery-item.active .photo_box {border: 3px solid #bbb;}




sponsivGallery-link{
	display: block;
	width: 100%;
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.responsivGallery-pic {width:100%; height:auto;}

.w-responsivGallery-info{
	width: 80%;
	margin: 0 auto;
	padding-top: 5%;
	text-align: center;
	color: #fff;
}
.responsivGallery-name{
	font-size: 1.25em;
}
.responsivGallery-position{
	padding-top: 4%;
	font-size: 0.875em;
	line-height: 1.3;
}
/*responsiv 3D gallery end*/