.contacts {
    position: relative;
    z-index: 2;
}

.map-container {
    position: relative;
    width: 100%;
    filter: grayscale(1);
    opacity: 0.9;
}


@media (min-width: 768px) {
    .map_part {
        border-radius: 0;
    }

    .map-container {
        height: 650px;
    }

    .map-info-container-row {
        height: 650px;
    }

    .map-container {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width:991px) {
    .map-container {
        order: 1;
    }

    .contacts-container {
        order: 2;
    }
}