section.industries {
	text-align: center;
	/* background: var(--color); */
	background: rgb(25 32 47);
	background: -moz-linear-gradient(180deg, #19202f 0%, #000000 100%);
	background: -webkit-linear-gradient(180deg, #19202f 0%, #000000 100%);
	background: linear-gradient(180deg, #19202f 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6effb",GradientType=1);
	/* height: 366px; */
	position: relative;
	z-index: 901;
	margin-bottom: -15px;
	top: -15px;
}
section.industries.front{
	background: #f9f9f9;
	height: 0;
	margin-bottom: 25px;
}
section.industries.front .layer{
	background-image: url('/industries/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* z-index: 0; */
	opacity: 0.4;
	/* filter: grayscale(1); */
	display: none;
}
section.industries.front .c {
	height: 0;
}
section.industries .persons {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
section.industries.front .persons{
	bottom:-15px;
}
.map-image {
	position: absolute;
    bottom: 20px;
    left: 0px;
}
@media (min-width: 1300px) {
	.map-image .arrow-map {
		display: block !important;
		width: 250px;
	}
	.map-image .only-map {
		display: none !important;
	}
	.map-image .label {		
		bottom: 85px;
		left: -65px;
	}
}
.map-image a {
	position: absolute !important;
	z-index: 1;
	inset: 0;
}
.map-image .arrow-map {
	display:none;
}

.map-image img {
	width: 150px;
}
.map-image .label {
	background: #81a3f5d6;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    text-wrap: nowrap;
    font-size: 14px;
}
section.industries .c {
	height: 100%;
	bottom: 0;
	position: relative;
	height: 325px;
	/* overflow: hidden; */
}
section.industries .person {
	position: relative;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	/* height: 323px; */
	display: inline-block;
	vertical-align: bottom;
	z-index:1;
	/* margin-left: -10px; */
	/* margin-right: -10px; */
}
section.industries .person:hover {
z-index:2;
}
section.industries .person img {
	height: 267px;
	filter:  grayscale(1);
	transform: scale(1);
	width: 154px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	bottom: 0;
}
section.industries .person a:hover img {
	filter:  grayscale(0);
	/* transform: scale(1.025); */
	/* bottom: 3px; */
}
section.industries a {
	display: block;
	position: relative;
}
section.industries .title {
	position: absolute;
	bottom: 60px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 0 10px;
	line-height: 32px;
	white-space: nowrap;
	/* position: absolute; */
	left: 0;
	right: 0;
	/* width: 188px; */
	display: block;
	border-radius: 8px;
	border: 1px solid var(--color);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
}
section.industries .person a:hover .title {
	transform: scale(1.15);
	background: var(--color);
}
@media all and (max-width: 992px){
	section.industries {
		display: none;
	}
}