/*сафари*/
.mapplic-pin.pin-lg.pin-label{
	border:2px solid #fff;
}
.mapplic-pin{	
	border:1px solid #fff;
	border-color:#fff !important;	
}
.mapplic-element *::-webkit-scrollbar {
	width: 7px !important;
}
.mapplic-element *::-webkit-scrollbar-thumb {
    background-color: #2F6E5B !important;
    border-radius: 20px;
    border: 3px solid #2F6E5B !important;
    box-sizing: border-box;
	
    -webkit-box-shadow: 0 0 1px #2f6e5b;
}
.mapplic-tooltip-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #2F6E5B;
    -webkit-box-shadow: 0 0 1px #2f6e5b;
}
.mapplic-element *::-webkit-scrollbar-track {
    background-color: #2F6E5B !important;
}
.mapplic-element .mapplic-tooltip *::-webkit-scrollbar-track {
    background-color: #2F6E5B !important;
}

.mapplic-element {
	padding: 50px 0;
    box-sizing: content-box;
}



/*круг общения - фотка*/
.mapplic-portrait .mapplic-tooltip{
	max-width: none !important;
}
.mapplic-tooltip-wrap{
	display:flex;	
	justify-content:space-between;
	padding:15px;	
}
.mapplic-tooltip-wrap .mapplic-image{
    height: 300px !important;
	width:auto !important;
	margin-right:15px;
}
.mapplic-layer .mapplic-tooltip-wrap{
    max-width: unset !important;
}
.mapplic-tooltip-wrap .mapplic-tooltip-close .mapplic-icon{
	background-color: #efeae6;
	margin-top: 9px;
    margin-left: -3px;
    width: 13px;
    height: 13px;
}
.mapplic-tooltip-wrap .mapplic-tooltip-close .mapplic-icon use{
	fill: #8d8882 !important;
}
.mapplic-tooltip-body{
	display:flex;
	flex-direction:column;	
	justify-content:flex-end;
}
.mapplic-tooltip-body .mapplic-tooltip-title{
	margin: auto  0 !important;	
	font-size: 18px;
	max-width:150px;
	line-height:23px;
}
.mapplic-popup-link{
	text-align:center;
	padding:9px 0 !important;
	width:128px;
}

.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
	/* transform: translate(-50%, -30%) !important;     */
}

.mapplic-tooltip-bottom.mapplic-tooltip:after{
	display: none;
}


@media (max-width:1140px){
	.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
		/* transform: translate(-50%, -5%) !important;     */
	}
}
@media (max-width:576px){

	.mapplic-container{		
		margin-top: 38px !important;		
	}
	.mapplic-tooltip-wrap{		
		flex-wrap:wrap;		
	}
	.mapplic-portrait .mapplic-tooltip{
		max-width: 300px !important;
	}

	.mapplic-tooltip-body{
		align-items:center;
	}
	.mapplic-tooltip-bottom .mapplic-tooltip-wrap{
		justify-content:center;
		flex-direction: column;
		align-items: center;
	}
	.mapplic-tooltip-wrap .mapplic-image { 
   	    margin-right: 0;
	}
	.mapplic-tooltip-wrap .mapplic-image{
		max-width:100% !important;
		width: auto !important;
	
	}		
	.mapplic-tooltip-body .mapplic-tooltip-title{
		margin:0 !important;
		text-align:center;
	}

	/* отключаем автозум */
	.mapplic-map.mapplic-zoomable{
		transform: none !important;
	}
	/* отключаем автозум */
	.mapplic-pin{
		transform: none !important;
	}

	/*это карточка*/
	.mapplic-tooltip{			
		top:0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
	}
	
	.mapplic-tooltip-bottom .mapplic-tooltip-wrap{
		transform: translate(0, 0) !important;
		margin-top: 0 !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mapplic-container{		
		height: 700px;
		overflow: visible;
	}
	.mapplic-element {
		overflow: visible;
		height: 1000px;
	}

	/*овал svg*/
	.mapplic-map .mapplic-map-image svg {	
		display: none;
	}

	/*центральный круг главного героя*/
	a.mapplic-pin.pin-lg {
		width: 55px;
		height: 55px;
	}

	.mapplic-map-image{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mapplic-map-image:before{
		content: '';
		position: absolute;
		width: 85%;
		height: 90%;
		border: 1px solid #c1c1c1;
		border-radius: 50%;	
		margin-right: -8px;
		margin-bottom: -9px;
	}

	.mapplic-map-image:after{
		content: '';
		position: absolute;
		width: 64%;
		height: 62%;
		border: 1px solid #c1c1c1;
		border-radius: 50%;	
		z-index: -1;	
		margin-right: -11px;
	}

	.mapplic-map-image_oval{
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mapplic-map-image_oval:before{
		content: '';
		position: absolute;
		width: 38%;
		height: 35%;
		border: 1px solid #c1c1c1;
		border-radius: 50%;	
		margin-right: -8px;
		z-index: -1;
	}	

	.mapplic-pin.pin-lg.pin-label{
		left: 47% !important;
	}

	.content__zoom-buttons{
		display: none;
	}
	
	.content__header{
		margin-top: 0;
		padding-top: 0;
	}

	.mapplic-tooltip-wrap{
		padding: 48px 15px 15px 15px;
	}
	
	.mapplic-container{
		position: relative !important;
	}	
	.mapplic-element{
		/* margin-top: 30px;		 */
	}

}