.cf7-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.cf7-popup-content {
    background: #1A1E2F;
    border: 1px #4ac18e solid;
    border-radius: 4px;
    padding: 0;
    max-width: 1210px;
    width: 100%;
    position: relative;
    overflow: auto;
}

.cf7-popup-close {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
    font-size: 28px;
    z-index: 2;
}

.cf7-popup-content .sc-home-form__map {
    right: 0;
}

.cf7-popup-content .wpcf7-form>p,
.cf7-popup-content .sc-home-form .landing-home-form__form form label,
.cf7-popup-content .sc-home-form .landing-home-form__form .form-title,
.cf7-popup-content .sc-home-form .landing-home-form__form .form-description {
    text-align: left;
}

.cf7-popup-content .sc-home-form .landing-home-form__form {
    max-width: 45%;
    min-width: 45%;
}

.cf7-popup-content .wpcf7-form span, .cf7-popup-content .wpcf7-form div {
    width: 100%;
}