.map-isset{
	padding-bottom: 0;
}
.map{
	width: 100%;
	height: 600px;
	margin-top: 50px;
}
.event-baloon{
    width: 280px;
    position: relative;
}
.event-baloon__arrow{
	width: 22px;
	height: 32px;
	background: url('/images/all/icon-map-triangle.svg') center center no-repeat;
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translate(-50%,0);
}
.flex-center{
	display: flex;
	align-items: center;
}
.flex-center .icon{
	margin-right: 10px;
}

.event-baloon__head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.event-baloon__head .close{
	position: absolute;
    width: 46px;
    height: 46px;
    text-indent: -100000px;
    background: #e5322d url(/images/all/icon-close.svg) center center no-repeat;
    border-radius: 50%;
    right: -23px;
    top: -30px;
    cursor: pointer;
    z-index: 2;
}

.event-baloon__body{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0,0,0,.8);
	padding: 20px 20px 32px 20px;
	position: relative;
	overflow: hidden;
}
.event-baloon__body>*:first-child{
	margin-bottom: 10px;
}
.event-baloon__body .padding-0-20>*{
	margin-bottom: 5px;
}
.event-baloon__footer{
	height: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e5322d;
}
.event-baloon__body .font-16{
	display: flex;
}
.event-baloon__body .font-16 .icon{
	margin: 5px 10px 0 0;
}