

/* Start:/local/templates/.default/components/bitrix/news.list/contacts/style.css?17640707881697*/
.contacts-page .region-wrapper .heading {
	margin-bottom: 20px;
	font-family: 'PT Serif',Georgia,'Times New Roman',serif;
	font-size: 48px;
}

.grid-row {
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 margin-left: -10px;
	 margin-right: -10px;
 }

.contacts-page .region-wrapper .contact-card {
	position: relative;
	display: block;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 20px 30px 40px;
	border: 1px solid #ccc;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	color: #354446;
	text-decoration: none;
}
.contacts-page .region-wrapper .contact-card:hover {
	color: #fff;
}

.contacts-page .region-wrapper .contact-card .backround {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/local/images/contact-bg.png);
	z-index: -1;
}
.contacts-page .region-wrapper .contact-card:hover .backround {
	display: block;
}
.contacts-page .region-wrapper .contact-card .name {
	position: relative;
	display: inline;
	font-family: 'PT Serif',Georgia,'Times New Roman',serif;
	font-size: 30px;
}
.contacts-page .region-wrapper .contact-card .address {
	margin-top: 10px;
	margin-bottom: 5px;
}
.contacts-page .region-wrapper .contact-card .phone {
	margin-bottom: 5px;
}
.contacts-page .region-wrapper .contact-card .email {
	color: #05764b;
	text-decoration: underline;
}
.contacts-page .region-wrapper .contact-card:hover .email {
	color: #fff;
}

.contacts-page .map-container {
	height: 500px;
	margin-bottom: 40px;
}
.contacts-page #map-pnts {
	position: absolute;
	left: 0px;
	width: 100%;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/contacts/style.css?17640707881697 */
