.mfp-content .popup-container {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px 20px 20px;
    background-color: white;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
}
.mfp-content .popup {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    height: auto;
    overflow: visible;
}
.mfp-content .global_background-dark .popup-container {
    background-color: #333333;
}

.mfp-content .global_background-blue .popup-container {
    background-color: #9DD1FF;
}

.mfp-content .popup__title {
    margin-bottom: 20px;
}

.mfp-content .popup__map {
    background: #eaeaea;
    width: 100%;
    height: 80vh;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .mfp-content .popup-container,
    .mfp-content .popup-container_s,
    .mfp-content .popup-container_md {
        max-width: 500px;
        padding: 40px;
    }
}

@media (min-width: 869px) {
    .mfp-content .popup-container,
    .mfp-content .popup-container_md {
        max-width: 780px;
    }

    .mfp-content .popup-container_s {
        max-width: 500px;
    }
}

@media (min-width: 1189px) {

    .mfp-content .popup-container {
        max-width: 1084px;
    }

    .mfp-content .popup-container_md {
        max-width: 780px;
    }

    .mfp-content .popup-container_s {
        max-width: 500px;
    }
}
