<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-map-block-1 *[class^="lp-header"] {
	margin: 0;
	padding: 0;
}

.lp-map-block-1__contacts-wrapper {
	margin: 0 -16px;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 45px 0 0 0;
}

.lp-map-block-1 .contacts__inner {
	padding: 0 16px 32px;
}

.lp-map-block-1 .contacts__tabs-item-line {
	height: 1px;
	background: var(--text-color-l-45);
}

.lp-map-block-1 .contacts__title {
	padding-bottom: 27px;
}

.lp-map-block-1 .contacts__phones {
	padding-bottom: 17px;
	font-weight: 700;
}

.lp-map-block-1__map-wrapper {
	position: relative;
	height: 377px;
	z-index: 1;
}

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

.lp-map-block-1__inner {
	position: static
}

.lp-map-block-1 .contacts__tabs-title {
	padding: 0 16px 4px;
}

.lp-map-block-1 .tab-item {
	padding: 12px 16px;
}

.lp-map-block-1 .tab-item.active .tab-item__title {color: #19A027}

/*.lp-map-block-1 .tab-item.active .tab-item__icon path {fill: #19A027}*/

.lp-map-block-1 .tab-item__title-wrapper {
	display: flex;
	cursor: pointer;
	align-items: center;
}

.lp-map-block-1 .tab-item__icon {
	flex: none;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	font-size: 0;
}

.lp-map-block-1 .tab-item__icon._lp-max-width {
	max-width: 96px;
}

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

.lp-map-block-1  .tab-item__text-part {
	padding: 8px 16px 24px 44px;
	display: none;
}

.lp-map-block-1 .tab-item__link-wrapper {padding-top: 24px;}

.lp-map-block-1 .tab-item__link-wrapper a {text-decoration: none;}

@media all and (min-width: 600px) {
	.lp-map-block-1 {
		padding: 53px 0 34px;
		position: relative;
	}

	.lp-map-block-1.__center .lp-map-block-1__inner {justify-content: center;}

	.lp-map-block-1.__right .lp-map-block-1__inner {justify-content: flex-end;}

	.lp-map-block-1__inner {
		display: flex;
		align-items: center;
		min-height: 513px;
	}

	.lp-map-block-1__contacts-wrapper {
		width: 332px;
		flex: none;
		padding: 42px 0 0;
		text-align: left;
		box-shadow: 0px 4px 35px rgba(49, 50, 58, 0.25);
	}

	.lp-map-block-1 .contacts__inner {
		padding: 0 32px 18px;
	}

	.lp-map-block-1 .contacts__title {
		padding-bottom: 23px;
	}

	.lp-map-block-1 .contacts__tabs-title {
		padding: 0 32px 0px;
	}

	.lp-map-block-1 .tab-item {
		padding: 20px 16px 20px 32px;
	}

	.lp-map-block-1 .tab-item__text-part {
		padding: 11px 32px 0px 44px;
	}

	.lp-map-block-1 .tab-item__link-wrapper {padding-top: 20px;}

	.lp-map-block-1 .tab-item:last-child {border-bottom: none;}

	.lp-map-block-1__map-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		height: auto;
	}
}

@media all and (min-width: 960px) {
	.lp-map-block-1 {
		padding: 50px 0;
	}
	.lp-map-block-1__inner {
		min-height: 500px;
	}
	.lp-map-block-1__contacts-wrapper {
		width: 412px;
	}

	.lp-map-block-1 .contacts__inner {padding-bottom: 37px;}
	.lp-map-block-1 .tab-item__text-part {
		padding: 11px 32px 8px 44px;
	}
}

@media all and (min-width: 1200px) {
	.lp-map-block-1 {
		padding: 63px 0;
	}
	.lp-map-block-1__inner {
		min-height: 500px;
	}
	.lp-map-block-1__contacts-wrapper {
		width: 412px;
		padding: 38px 0 0 0;
	}
	.lp-map-block-1 .contacts__title {
		padding-bottom: 20px;
	}
	.lp-map-block-1 .contacts__phones {padding-bottom: 11px;}
	.lp-map-block-1 .contacts__inner {padding-bottom: 32px}
}

@media all and (min-width: 1200px) {
	.lp-map-block-1 {
		padding: 100px 0;
	}
}

.tab-item__link-item {
	color: var(--primary-color-base);
}</pre></body></html>