#turkiye-haritasi {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.cities__turkey-map-city {
    fill: #2a3f67;
    cursor: pointer;
}

#turkiye-haritasi.menu-harita {
    padding: 4em;
}

.menu-harita .cities__turkey-map-city {
    fill: #f1f1f1;
}

.cities__turkey-map-city:hover {
    fill: #CE0000;
}

.turkey-map__city {
    fill: #d9d9d9;
}

.turkey-map__city:hover {
    fill: #CE0000;
}

.cities__indicator-card {
    position: fixed;
    display: none;
    overflow: hidden;
    z-index: 9999;
}

@media screen and (min-width: 1024px) {
    .cities__indicator-card.active {
        display: block;
    }
}

.cities__indicator-card--img {
    width: 260px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cities__indicator-card--city {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.cities__indicator-card--figure {
    position: relative;
    background-color: #ce0000cf;
}

.cities__indicator-card--figcaption {
    width: 210px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 20px 10px;
    font-family: Poppins, sans-serif;
}

.selected-city {
    fill: #CE0000 !important;
    /*stroke: #000!important;*/
}