

/* Start:/local/templates/kirasa/components/bitrix/news.detail/contacts/style.css?1752825543967*/
.contacts__text a:hover {
	color: #B3AA9F !important;

}


.socials {

	padding-top: 50px;
	padding-bottom: 50px;
}
@media(max-width: 1200px) {
	.socials {
		display: grid;
		justify-content: center;
	}
}

.contacts .contacts__header {
	padding-bottom: 20px;
	font-size: 26px;
}

.social__link {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contacts-map-wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.map-buttons {
	display: flex;
/*	justify-content: center;*/
	margin-bottom: 45px;
	gap: 10px;
}

.map-button {
	padding: 8px 16px;
	background: #575654;
	color: white;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.3s;
	font-size: 22px;
}

.map-button:hover,
.map-button.active {
	background: #8c8984;
}

.map-container {
	width: 100%;
	height: 400px;
	position: relative;
}

.map-instance {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.map-instance.active {
	display: block;
}

/* End */
/* /local/templates/kirasa/components/bitrix/news.detail/contacts/style.css?1752825543967 */
