.map {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 715px;
}
.map__wrap {
	--case-width: 1375px;
	--case-padding-side: 15px;
	--left-offset: 85px;
	z-index: 10;
	width: 365px;
	position: relative;
	left: 50%;
	padding: 30px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
	margin-left: calc(((((var(--case-width) - (var(--case-padding-side) * 2)) / 2) * (-1))) + var(--left-offset));
}
.map__title {
	margin-top: -4px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.map__list {
	margin-top: 24px;
	margin-bottom: 24px;
}
.map_single .map__list {
	margin-bottom: 0px;
}
.map__item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.map__item:last-of-type {
	margin-bottom: 0;
}
.map__icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.map__icon .icon {
	position: relative;
}
.map__icon .icon-phone-gray {
	top: -1px;
}
.map__icon .icon-location-gray {
	top: -2px;
}
.map__icon .icon-envelope-gray {
	top: -2px;
}
.map__text {
	font-size: 15px;
	line-height: 20px;
	padding-left: 15px;
	width: calc(100% - 24px);
	color: #4d4d4d;
}
.map__text a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.map__text a:hover {
	border-color: transparent;
}
.map__text a[href^="tel"] {
	color: #000;
	font-weight: 700;
	border: none;
}
.map__text-items {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0px -15px 0px -15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.map__text-item {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.map__text-item.--wa:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: calc((15px + 0.5px) * (-1));
	width: 1px;
	height: 100%;
	background: rgba(201, 201, 201, 0.8);
}
.map__text-item.--wa a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 34px;
	height: 34px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../../uploads/icons/icon-wa.svg);
	background-size: cover;
	text-decoration: none;
	border: none;
	z-index: 10;
}
.map__text-item.--wa a:hover {
	text-decoration: none;
	border: none;
	opacity: 0.75;
}
.map__choice-links {
	display: flex;
	margin-top: 17px;
	margin-bottom: 15px;
}
.map__choice-link {
	margin-left: 15px;
	color: var(--primary-color);
	transition: var(--transition-duration);
	cursor: pointer;
	border-bottom: 1px solid var(--primary-color);
}
.map__choice-link:hover, 
.map__choice-link:active {
	color: var(--primary-color-active);
	border-color: transparent;
}
.map__choice-link:first-of-type {
	margin-left: 0;
}
.map__choice-link.--current {
	color: #000;
	cursor: default;
	border-color: transparent;
}
.map__choice-tab {
	transition: none;
}
.map__form {
	transition: height var(--transition-duration);
	height: 0;
	overflow: hidden;
}
.map__form.--show {
	height: auto;
}
.map__subtitle {
	font-size: 15px;
	font-weight: 700;
	color: #5fb113;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 17px;
}
.map__input {
	margin-bottom: 20px;
}
.map__btn {
	width: 100%;
}
.map__policy {
	font-size: 12px;
	color: grey;
	margin-top: 17px;
}
.map__policy a {
	color: grey;
	border-color: grey;
}
.map__policy a:hover {
	border-color: transparent;
}
.map__area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f0eeec;
}
.map__area img {
	max-width: none !important;
}
.map__area ymaps[class$="-copyrights-pane"] {
	display: none !important;
}
@media screen and (max-width: 1575px) {
	.map__wrap {
		--case-width: 1200px;
	}
}
@media screen and (max-width: 1220px) {
    .map__wrap {
		--case-width: 950px;
		--left-offset: 0px;
    }
}
@media screen and (max-width: 992px) {
    .map {
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: 0px;
    }
	.map__wrap {
		--case-width: 750px;
	}
}
@media screen and (max-width: 767px) {
    .map {
		padding-top: 0px;
		padding-bottom: 0px;
    }
	.map__wrap {
		left: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 25px 30px 25px;
    }
    .map__list {
		margin-top: 15px;
		margin-bottom: 25px;
    }
    .map__item {
		margin-bottom: 8px;
    }
    .map__item:last-of-type {
		margin-bottom: 0;
    }
    .map__title {
		font-size: 18px;
		line-height: 24px;
    }
    .map__policy {
		text-align: center;
    }
	.map__area {
		position: relative;
		width: 100%;
		height: 380px;
	}
}