.highcharts-label.highcharts-tooltip  {
    pointer-events: auto!important;
}

.highcharts-null-point {
    cursor: default!important;
    stroke: #f0f0f0;
}

.region-wrapper .region-map .highcharts-null-point {
    stroke: #e0e0e0;
}

/*.highcharts-map-navigation, .highcharts-reset-zoom {*/
/*    display: none;*/
/*}*/

.highcharts-point-hover, .highcharts-point-tooltiped {
    fill: #86a3d0;
}

#mapContainer {
    padding: 0!important;
    margin-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    background-color: transparent;
    touch-action: none;
}

#mapContainer * {
    touch-action: manipulation;
}

.map-navigation-buttons {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    pointer-events: none;
    touch-action: none;
}

.map-navigation-buttons .button {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    border: 1px solid #cccccc;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 3px;
    line-height: 27px;
    pointer-events: auto;
}

.map-navigation-buttons .zoom-in {
    top: 1px;
    position: relative;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.map-navigation-buttons .zoom-out {
    border-radius: 0 0 3px 3px;
    color: #AAAAAA;
    /*border-top: none;*/
    /*height: 31px;*/
}

.map-navigation-buttons.zoomed .container {
    max-width: 100vw;
    padding: 0;
    transition: all 300ms ease;
}

.map-navigation-buttons.zoomed .zoom-out {
    cursor: pointer;
    color: #333333;
}

.map-navigation-buttons .zoom-in:hover, .map-navigation-buttons.zoomed .zoom-out:hover {
    background-color: #e6e6e6;
}


.highcharts-root{
	/* background-image: url('/bitrix/templates/iir/img/map/mapbg.png'); */
	background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
    max-width:100vw;
}