.map-wrap {
	height:781px;
	position:relative;
	margin:-50px 0 66px;
	z-index:4;
}
.map-wrap .svg-wrap {
	position:absolute;
	right:0;
}
.map-wrap .full-container {
	width:100vw;
	left:50%;
	margin-left:-50vw;
    position: absolute;
}
.overlay {
	position:absolute;
	z-index:9;
	left:-80px;
    top: 12px;
    height: 769px;
	width:247px;
	background:url(/images/map-overlay.png) repeat-y center right;
	display:none;
}

@media(max-width:1789px) {
	.overlay {
		display:block;
	}
}
.map-wrap svg path {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.map-wrap svg path.region {
	cursor:pointer;
}
.map-wrap svg path.region.active {
	fill:#EAB3A3;
}
.map-wrap svg path.region:not(.active):hover {
	stroke:#ED6B74;
	stroke-width:2px;
}
.map-wrap svg path.region.active:hover {
	fill:#ED6B74;
}
.map-wrap .pin {
	width:24px;
	height:24px;
	position:absolute;
	pointer-events: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.2085 17.386L12.8454 23.7503L6.48231 17.386C5.22383 16.1273 4.36679 14.5236 4.01958 12.7777C3.67237 11.0318 3.85059 9.22213 4.53168 7.57754C5.21278 5.93294 6.36617 4.52728 7.846 3.53831C9.32582 2.54934 11.0656 2.02148 12.8454 2.02148C14.6252 2.02148 16.365 2.54934 17.8448 3.53831C19.3246 4.52728 20.478 5.93294 21.1591 7.57754C21.8402 9.22213 22.0184 11.0318 21.6712 12.7777C21.324 14.5236 20.467 16.1273 19.2085 17.386ZM12.8454 15.0219C13.9061 15.0219 14.9234 14.6005 15.6734 13.8503C16.4235 13.1001 16.8448 12.0827 16.8448 11.0218C16.8448 9.96087 16.4235 8.94341 15.6734 8.19323C14.9234 7.44306 13.9061 7.02161 12.8454 7.02161C11.7847 7.02161 10.7674 7.44306 10.0174 8.19323C9.26734 8.94341 8.84597 9.96087 8.84597 11.0218C8.84597 12.0827 9.26734 13.1001 10.0174 13.8503C10.7674 14.6005 11.7847 15.0219 12.8454 15.0219Z' fill='%23E40613'/%3e%3cpath d='M11.431 12.4362C11.8061 12.8113 12.3148 13.022 12.8453 13.022C13.3757 13.022 13.8844 12.8113 14.2595 12.4362C14.6345 12.0611 14.8453 11.5524 14.8453 11.022C14.8453 10.4915 14.6345 9.98283 14.2595 9.60776C13.8844 9.23269 13.3757 9.02197 12.8453 9.02197C12.3148 9.02197 11.8061 9.23269 11.431 9.60776C11.056 9.98283 10.8453 10.4915 10.8453 11.022C10.8453 11.5524 11.056 12.0611 11.431 12.4362Z' fill='white'/%3e%3c/svg%3e");
}
.map-wrap .text {
	max-width:100px;
	position:absolute;
	pointer-events: none;
	font-weight: 500;
	font-family: 'GothamProMedium', 'gothampromedium', Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

#region-manager-baloon {
	background: #FFFFFF;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	position:absolute;
	display:none;
	padding:16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:0px 0px 16px rgba(122, 122, 122, 0.15);
	-moz-box-shadow:0px 0px 16px rgba(122, 122, 122, 0.15);
	box-shadow:0px 0px 16px rgba(122, 122, 122, 0.15);
	z-index:10;
}
#region-manager-baloon:after {
	content:"";
	display:block;
	position:absolute;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.4262 7.66396C9.22816 9.31128 6.77184 9.31128 5.57379 7.66396L-4.80825e-07 0L16 -6.99382e-07L10.4262 7.66396Z' fill='white'/%3e%3c/svg%3e");
	width:16px;
	height:9px;
	bottom:-9px;
	left:50%;
	margin-left:-8px;
}

.region-head {
    background: #fff;
    padding: 24px 30px 24px 24px;
    margin-bottom: 24px;
    height: auto;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: bold;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	color:#000;
	font-family: 'GothamProBold', 'gothamprobold', Arial, sans-serif;
	cursor:pointer;
}
.region-head svg {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	min-width:18px;
	margin-left:24px;
}
.region-head.active svg {
    transform: rotate(-180deg);
}

.contacts-list {
    margin-top: 0px;
    margin-bottom: 48px;
}
.contact-group {
    margin-bottom: 50px;
    display:none;
}
.region-group {
    margin-bottom: 50px;
}
.contact-group-name {
    color: #554C44;
    font-family: GothamProBold;
    font-size: 20px;
    margin-bottom: 25px;
}
.contact-item {
    background: #fff;
    border-left: 5px solid #E20613;
    padding: 17px 40px;
    margin-bottom: 10px;
    height: 93px;
    display: table;
    width: 100%;
}
.contact-address.contact-item-block { width: 25%; padding-right: 15px;}
.contact-shedule.contact-item-block { width: 35%;}
.contact-item-block.contact-phone-block {width: 25%;}


.contact-item-block {
    min-height: 53px;
    display: table-cell;
    vertical-align: middle;
}
.contact-item > div.row-flex.items-middle {
    min-height: 53px;
}
.contact-address {
    font-family: GothamProBold;
}
.contact-address span {
	border-bottom: 1px dashed;
}
.contact-address .title-description {
    color: #9E9E9E;
    font-size: 12px;
}
.contact-shedule {
    color: #9E9E9E;
}
.contact-email .text-href:hover {
    text-decoration: underline;
}
@media(max-width:991px){
	.map-wrap {display:none;}
	.contact-address.contact-item-block {     width: 33.3%;}
	.contact-shedule.contact-item-block {    width: 43.3%;}
	.contact-item-block.contact-phone-block {    width: 33.3%;}
}
@media(max-width:767px){
	.contact-address.contact-item-block,
	.contact-shedule.contact-item-block,
	.contact-item-block.contact-phone-block  {
	    display: block;
        height: auto;
        width:100%;
	    min-height: auto;
	    margin-bottom: 15px;
	}
}
@media(max-width:479px) {
	.region-head {
	    font-size: 16px;
	}
}