.map-container{
    background: var(--heading-color);
}

.map-inner{
    overflow: hidden;
}

.map-div {
    background: #111827;
    text-align: center;
    padding: 50px 0 100px;
    margin-top: 120px;
    overflow-x: auto;
}

@media (max-width:500px) {
    .map-div {
        zoom: .7;
        padding: 25px;
        box-sizing: border-box;
    }
}
img#map-k {
    max-width: 1170px;
}

#map-img{
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow-x: auto;
}

#map-img svg{
    position: absolute;
}

#map-img svg stop{
    transition: 1s;
}

.map-k, 
.map-t{
    position: absolute;
    font-size: 14px;
    font-family: roboto;
    color: white;
}

.map {
    display: inline-block;
}

.map h2 {
    text-align: start;
    color: white;
    font-size: 39px;
    font-family: 'Roboto';
    font-weight: 500;
}

.about-page--contacts{
    overflow: hidden;
}