.constructor_element {
	margin-bottom: 40px;
}

/* Изображение с подписью */
.figure {
	margin: 30px 0;
}
.figure img {
    display: block;
    max-width: 100%;
}
.figure em {
	display: block;
	padding: 7px 0 0 0;
	font-style: normal;
	color: #9b9b9b;
}

/* Карта */
.map {
	height: 360px;
	margin: 0;
	position: relative;
	z-index: 1;
}

/* Раскрывающийся блок  */
.collection {
  margin: 30px 0 20px 0;
}
.collection .heading {
  margin: 0;
  padding: 12px 33px 12px 0;
  border-top: #D5D5D5 1px solid;
  font: 16px/24px;
  cursor: pointer;
  position: relative;
}
.collection .heading span {
  color: #000;
  font-size: 16px;
}
.collection .heading::after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 12px;	
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	transform: rotate(135deg);
	
}
.collection .heading:hover {
}
.collection .heading:hover span {
}
.collection .body {
  display: none;
  padding: 13px 0 1px 0;
  font-size: 14px;
	line-height: 18px;
}
.collection.active .heading::after {
	transform: rotate(-45deg);
	top: 30px;
}
/* галлерея */

.construct-gallery-wrap {
	overflow: hidden;
	width: 100%;
	height: 480px;
	position: relative;
	margin: 0 auto;
}
.construct-gallery-wrap .construct-gallery-wrap-2 {
	position: absolute;
	width: 150%;
	left: -25%;
}
.construct-gallery-wrap .gallery {}
.construct-gallery-wrap .gallery .image{
	text-align: center;
	height: 480px;
}
.construct-gallery-wrap .gallery .image>a {
    display: block;
}
.construct-gallery-wrap .gallery .image img {
	height: auto;
	display: inline-block;
	max-width: 100%;
	max-height: 350px;
}
.construct-gallery-wrap .lSAction a {
	background-color: rgba(255, 255, 255, 0.1);
	height: 100%;
	top: 15px;
	background-image: none;
	width: 15%;
}
.construct-gallery-wrap .gallery .signature {
	max-width: 500px;
	min-width: 370px;
	margin-top: 16px;
	display:none;
}
.construct-gallery-wrap .gallery .active + .image .signature {
	display: inline-block;
	}

.construct-gallery-wrap .lSAction .lSPrev {left:15%}
.construct-gallery-wrap .lSAction .lSNext {right:15%}

.static-gallary {
	display: flex;
	justify-content: space-around;
}
.static-gallary .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 15px;
}
.static-gallary .item .img{max-width: 100%;}
.static-gallary .item .img a{max-width: 100%;}
.static-gallary .item .img img{
	max-height: 350px;
	max-width: 100%;
}
.static-gallary .item .signature{
	max-width: 500px;
	margin-top: 16px;
}


/* Темная темя */ 


/* Раскрывающийся блок  */

body.black .collection .heading {
  border-top: #D2D2D2 1px solid;
}
body.black .collection .heading span {
  color: #fff
}
body.black .collection .heading::after {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;	
}

.construct-gallery-wrap .pause_btn {
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	border: 2px solid #fff;
	position: absolute;
	top: 30px;
	right: 50px;
	transition: opacity 0.3s linear;
}
.construct-gallery-wrap:hover .pause_btn {opacity: 0.3;}
.construct-gallery-wrap .pause_btn:hover {opacity: 0.9;}
.construct-gallery-wrap .pause_btn.pause:before,
.construct-gallery-wrap .pause_btn.pause:after {
	display: block;
	content: "";
	width: 13px;
	height: 35px;
	top: 5px;
	position: absolute;
	border-radius: 5px;
	background: #fff;
}
.construct-gallery-wrap .pause_btn.pause:before{
	left: 7px;
	}
.construct-gallery-wrap .pause_btn.pause:after{
	right: 7px;
}
.construct-gallery-wrap .pause_btn.play:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	top: 12px;
	position: absolute;
	border-left-color: #fff;
	border-style: solid;
	border-width: 11px;
	border-right-color: rgba(255, 255, 255, 0);
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-left-width: 22px;
	left: 12px;
}


@media screen and (max-width: 768px) {
	.construct-gallery-wrap .gallery .signature{
		min-width: unset;
	}
	.static-gallary{flex-direction: column;}
	.static-gallary .item {}
	.static-gallary .item .img{max-width: 100%;}
	.static-gallary .item .img a{max-width: 100%;}
	.static-gallary .item .img img{max-width: 100%;}
}