.haritasc :focus {outline: 0 !important;}
.haritasc{width:1050px;min-height:520px;position:relative;overflow:hidden;transform:scale(.8);-o-transform:scale(.8);-moz-transform:scale(.8);-webkit-transform:scale(.8);transform-origin:left top !important;}
.haritasc svg{height:620px;position:absolute;top:-100px !important;left:0;}
.haritasc-responsive{width:850px;height:500px;}


@media screen and (min-width:1400px),screen and (min-device-width:1400px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(1) !important;-o-transform:scale(1) !important;-moz-transform:scale(1) !important;-webkit-transform:scale(1) !important;}
    .haritasc-responsive{width:1050px;height:620px;}
}

@media screen and (min-width:1200px) and (max-width:1400px),screen and (min-device-width:1200px) and (max-device-width:1400px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.9) !important;-o-transform:scale(.9) !important;-moz-transform:scale(.9) !important;-webkit-transform:scale(.9) !important;}
    .haritasc-responsive{width:940px;height:565px;}
}

@media screen and (min-width:1024px) and (max-width:1200px),screen and (min-device-width:1024px) and (max-device-width:1200px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.8) !important;-o-transform:scale(.8) !important;-moz-transform:scale(.8) !important;-webkit-transform:scale(.8) !important;}
    .haritasc-responsive{width:840px;height:500px;}
}

@media screen and (min-width:768px) and (max-width:1024px),screen and (min-device-width:768px) and (max-device-width:1024px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.7) !important;-o-transform:scale(.7) !important;-moz-transform:scale(.7) !important;-webkit-transform:scale(.7) !important;}
    .haritasc-responsive{width:735px;height:440px;}
}

@media screen and (min-width:600px) and (max-width:768px),screen and (min-device-width:600px) and (max-device-width:768px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.55) !important;-o-transform:scale(.55) !important;-moz-transform:scale(.55) !important;-webkit-transform:scale(.55) !important;}
    .haritasc-responsive{width:580px;height:345px;}
}

@media screen and (min-width:480px) and (max-width:600px),screen and (min-device-width:480px) and (max-device-width:600px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.45) !important;-o-transform:scale(.45) !important;-moz-transform:scale(.45) !important;-webkit-transform:scale(.45) !important;}
    .haritasc-responsive{width:475px;height:280px;}
}

@media screen and (max-width:480px),screen and (max-device-width:480px) {
    .haritasc-responsive .haritasc{-webkit-transform:scale(.28) !important;-o-transform:scale(.28) !important;-moz-transform:scale(.28) !important;-webkit-transform:scale(.28) !important;}
    .haritasc-responsive{width:290px;height:170px;}
}