.lp-map-block-4 {
	padding: 32px 0 0;
	position: relative;
	overflow: hidden;
}

.lp-map-block-4__map-wrapper {
	position: relative;
	min-height: 320px;
	overflow: hidden;
}

.lp-map-block-4__map {
	position: absolute;
	top : 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.lp-map-block-4 .contacts__title {
	margin: 0 0 24px;
}

.lp-map-block-4 .contacts__phones, .lp-map-block-4 .contacts__mail, .lp-map-block-4 .contacts__site, .lp-map-block-4 .contacts__address {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.lp-map-block-4 .contacts__mail a {color: inherit; text-decoration: none;}

.lp-map-block-4 .contacts__icon {
	flex: none;
	margin-right: 8px;
	font-size: 0;
	width: 24px;
	height: 24px;
}

.lp-map-block-4 .contacts__icon._lp-max-width {max-width: 96px;}

.lp-map-block-4 .contacts__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-color-base);
}


.lp-map-block-4__contacts-wrapper {
	padding-bottom: 32px;
}

.lp-map-block-4 .contacts__socials-item {
	display: inline-block;
	margin: 8px 32px 0 0;
	width: 24px;
	height: 24px;
	font-size: 0px;
}

.lp-map-block-4 .contacts__socials-item._lp-max-width {
	max-width: 96px;
}

.lp-map-block-4 .contacts__socials-item svg {
	width: 100%;
	height: 100%;
}

.lp-map-block-4 .contacts__socials-item svg path:not([fill]) {
	fill: var(--text-color-base);
}

@media all and (min-width: 600px) {
	.lp-map-block-4__map-wrapper {
		margin: 0 -16px;
	}

	.lp-map-block-4.__reverse .lp-map-block-4__map-wrapper {
		left: 0;
		right: auto;
	}

	.lp-map-block-4.__reverse .lp-map-block-4__contacts-wrapper {
		margin: 0 0 0 auto;
	}

	.lp-map-block-4 {
		padding: 64px 0;
	}

	.lp-map-block-4 .contacts__title {
		margin-bottom: 48px;
	}

	.lp-map-block-4 .contacts__phones, .lp-map-block-4 .contacts__mail, .lp-map-block-4 .contacts__site, .lp-map-block-4 .contacts__address {margin-bottom: 24px;}

	.lp-map-block-4 .contacts__socials {padding-top: 16px;}

	.lp-map-block-4__contacts-wrapper {
		width: 276px;
		padding-bottom: 0;
	}

	.lp-map-block-4__map-wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		width: calc(50% - 12px);
		z-index: 1;
	}
	.lp-map-block-4__contacts-wrapper {min-height: 384px;}
}

@media all and (min-width: 960px) {
	.lp-map-block-4__map-wrapper {
		width: calc(50% + 136px);
	}

	.lp-map-block-4__contacts-wrapper {
		width: 272px;
	}
}

@media all and (min-width: 1200px) {
	.lp-map-block-4 {
		padding: 80px 0;
	}
	.lp-map-block-4__contacts-wrapper {min-height: 400px;}
	.lp-map-block-4__map-wrapper {
		width: calc(50% + 184px);
	}

	.lp-map-block-4__contacts-wrapper {
		width: 368px;
	}
}

@media all and (min-width: 1380px) {
	.lp-map-block-4__map-wrapper {
		width: calc(50% + 204px);
	}

	.lp-map-block-4__contacts-wrapper {
		width: 408px;
	}
}