
.harita-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.harita-wrap svg {
    width: 100%;
    height: auto;
}
.il-tooltip {
    position: absolute;
    z-index: 2;
}
.il-tooltip div {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#turkiye-haritasi path {
    fill: #ccc;
}
#turkiye-haritasi path:hover {
    fill: #a1a1a1;
    cursor: pointer;
}
