.map-info {
	display: none;
	align-items: center;
	width: 100%;
	position: fixed;
	z-index: 3000;
	height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding: 40px 10px;
}

.map-info.see {
	display: flex;
}

.simplebar-mask {
	border-radius: 10px;
}

.state-elem {
	position: relative;
	width: 100%;
    max-width: 750px;
    max-height: 100%;
    background: #fff;
    margin: 9 auto;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 40px;
}

.state-elem h4 {
	text-align: center;
    color: #f59b33;
    margin-bottom: 30px;
}

.state-elem p {
	display: flex;
	line-height: 1.9;
	margin-top: 9px;
}

.state-elem .manager p {
	display: block;
}

.address-name {
	font-size: 22px;
    color: #4f787a;
    padding-top: 7px;
    margin-bottom: 20px;
}

.addresses {
	display: flex;
	flex-wrap: wrap;
}

.address-cont {
	width: 50%;
	padding-right: 30px;
}


.address-detail-list {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #4f787a;
	padding-top: 22px;
	padding-bottom: 22px;
}

.address-cont:nth-child(2n) {
	padding-right: 0;
}

.address-cont:nth-child(1) .address-detail-list, .address-cont:nth-child(2) .address-detail-list {
	border-top: 1px solid #4f787a;
}

.address-detail p:before {
  position: relative;
  top: 3px;
  width: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 13px;
}

.street:before {
	content: url(../img/address.svg);
}

.state-elem a {
	text-decoration: none;
}

.state-elem h5 {
	color: #4f787a;
	font-size: 20px;
    text-align: center;
}

.state-elem a:hover {
	color: #f59b33;
}

.phone:before {
	content: url(../img/phone.svg);
}

.manager:before {
   content: url(../img/tasks.svg);
   position: relative;
   top: 3px;
   width: 20px;
   margin-right: 13px;
}

.manager p {
	margin-top: 0;
}

.manager {
	display: flex;
	margin-top: 9px;
}

.manager span {
	font-family: 'helveticaneuecyr-bold';
	color: #000;
    text-decoration: none;
}

@media(max-width: 768px) {
	.state-elem {
	  padding: 40px 20px;
	}
}

@media(max-width: 768px) {
	.address-cont {
	  width: 100%;
	  padding-right: 0;
	}
	.address-detail-list {height: auto;}
	.address-cont:nth-child(2) .address-detail-list {border-top: 0;}
}

