.contacts-page .contacts-page-item .__map {
	height: 600px;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contacts-page .contacts-page-item .__content.border-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #bbb;
}


.contacts-page .contacts-page-item .__content .__content-item {
	font-size: 20px;
	font-family: "UnboundedL";
}
.contacts-page .contacts-page-item .__content .__content-item:not(:last-child) {
	margin-bottom: 30px;
}
.contacts-page .contacts-page-item .__content .__content-item .__title {
	font-family: "UnboundedB";
	margin-bottom: 10px;
}
.contacts-page .contacts-page-item .__content .__content-item .__body {
	color: rgba(21, 22, 19, 0.7);
}
.contacts-page .contacts-page-item .__content .__content-item .__body a {
	color: rgba(21, 22, 19, 0.7);
}
.contacts-page .contacts-page-item .__content .__content-item .__body a:hover {
	color: var(--color-link);
}

@media (max-width: 575.98px) {
	.contacts-page .contacts-page-item .__map {
		height: 300px;
		border-radius: 20px;
	}
	.contacts-page .contacts-page-item .__content .__content-item {
		font-size: 14px;
	}
	.contacts-page .contacts-page-item .__content .__content-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.contacts-page .contacts-page-item .__content .__content-item .__title {
		margin-bottom: 5px;
	}
}