.b-contacts .contacts-info {
	margin-top: 46px;
}
.b-contacts .contacts-info .card {
	margin-bottom: 48px;
}
.b-contacts .contacts-info .card:last-child {
	margin-bottom: 0;
}
.b-contacts .contacts-info .title {
	margin-bottom: 14px;
}
.b-contacts .contacts-info .link {
	margin-top: 12px;
	display: inline-block;
	margin-right: 8px;
	transition: all 0.3s ease;
}
.b-contacts .contacts-info .link:hover {
	color: var(--color-blue);
	text-decoration: underline;
}
.b-contacts .contacts-info strong {
	font-weight: 500;
}
.b-contacts .requisites {
	margin-top: -8px;
}
.b-contacts .requisites p {
	line-height: 27px;
}
.b-contacts a {
	transition: all 0.3s ease;
}
.b-contacts a:hover {
	color: var(--color-blue);
	text-decoration: underline;
}
@media (min-width: 768px) {
	.b-contacts:first-child {
		padding-top: 186px;
	}
	.b-contacts:first-child .h2:first-child {
		margin-top: 38px;
		font-size: 64px;
		line-height: 72px;
		letter-spacing: -1.92px;
	}
}
@media (max-width: 767px) {
	.b-contacts:first-child {
		padding-top: 124px;
	}
	.b-contacts:first-child .h2:first-child {
		font-size: 48px;
		line-height: 54px;
		letter-spacing: -1.44px;
	}
	.b-contacts .contacts-info {
		margin-top: 33px;
		margin-bottom: 24px;
	}
	.b-contacts .contacts-info .card {
		margin-bottom: 34px;
	}
	.b-contacts .requisites p {
		line-height: 24px;
	}
}

/* map */
.b-contacts .map-wrap {
	width: 100%;
	height: 652px;
	padding: 0;
	position: relative;
	right: 0;
	z-index: 0;
}
.b-contacts .map {
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius-medium);
	z-index: 0;
}
@media (max-width: 767px) {
	.b-contacts .map-wrap {
		height: 362px;
	}
}