

/* Start:/bitrix/templates/metal_temp/components/bitrix/news.list/services_action_new/style.css?15526623241482*/
.all-services {
	width: 100%;
	margin: 0 !important;
}
#services [class*="col-"] {
	padding: 0;
	position: relative;
}
.service-cnt {
	height: 330px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.service-cnt:hover,
.service-cnt:focus,
.service-cnt:active{
	opacity: unset;
}
.serv-rel {display: block;}
.service-cnt:hover .serv-rel {display: none;}
.service-cnt:hover .service-hover-cnt {display: block;}
.serv-heading-cnt {
	position: absolute;
	bottom: 24px;
	left: 72px;
}
@media (max-width: 767px) {
	.serv-heading-cnt {
		left: 30px;
	}
}
.service-heading {
	font-size: 26px;
	/*font-weight: 600;
	font-style: italic;*/
	color: white;
	text-transform: uppercase;
	position: relative;
	text-shadow: 2px 2px #222;
	margin: 0;
}
.service-heading:before {
	content: "";
	border-top: 6px solid var(--prv_color);
	border-radius: 4px;
	width: 38px;
	position: absolute;
	top: -12px;
	left: 0;
}
.service-hover-cnt {
	position: relative;
	display: none;
}
.service-hover {
	position: absolute;
	top: 10px;
	left: 35px;
	width: calc(100% - 70px);
	height: calc(325px - 20px);
	border: 4px solid var(--prv_color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

/*button color fix*/
#services .btn,
#services .btn:focus{
	color: #fff;
}

@media (max-width: 767px) {
	.service-heading{
		font-size: 18px;
	}
}
/* End */
/* /bitrix/templates/metal_temp/components/bitrix/news.list/services_action_new/style.css?15526623241482 */
