svg.map-where-exists-anything{
/*
screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
ie 10 and 11
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
min-height: 897px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1800px){
min-height: 682px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1200px){
min-height: 600px;
}
}