.map_wrapper .map::after {
    background-size: cover;
    background-image: url("../images/lines_map_mask.png");
    content: "";
    z-index: 9;
    position: absolute;
    height: 600px;
    mix-blend-mode: multiply;
    background-position: 50% 50%;
    width: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.map_wrapper .map {
    position: relative;
    height: 600px !important;
}

@media (max-width: 1100px) {
    .map_wrapper .map {
        height: 450px !important;
    }
}