

body div#fix_newsletter_popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    bottom: unset;
    overflow: visible;
    padding: 0 !important;
    border-radius: 20px !important;
    max-width: 1350px;
    max-height: 540px;
    background: #ffffff;
    overflow: hidden;
}
#fix_newsletter_popup a#button_modal_send_sub {
    background: #4F4F4F;
    width: 100%;
    max-width: 406px;
    border-radius: 10px;
    padding: 0px;
}
#fix_newsletter_popup .modal-dialog-my, div#fix_newsletter_popup {
    max-width: 1350px;
    width: 100%;
    border-radius: 30px;
}

#fix_newsletter_popup input#subscribe-module999 {
    width: 100%;
    max-width: 406px;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 63px;
    font-size: 1.7vw;
    padding-left: 20px;
    font-weight: 300;
}

body div#fix_newsletter_popup .input-group.sign-up-field.dfac {
    position: absolute;
    bottom: 75px;
    left: 75px;
}

#fix_newsletter_popup .modal-body-my {
    order: 1;
    height: 100%;
    width: 50%;
}

body #fix_newsletter_popup .modal-footer-my {
    padding: 75px;
    width: 65%;
}

body #fix_newsletter_popup .modal-content-my {
    flex-direction: initial;
    width: 100%;
    background-size: contain;
    border-radius: 35px;
    display: flex
;
    flex-wrap: wrap;
}

#fix_newsletter_popup .modal-body-my {
    order: 1;
    height: 100%;
    width: 50%;
}

#fix_newsletter_popup .modal-body-my {
    height: 6%;
    flex-grow: 1;
    width: 25%;
}

#fix_newsletter_popup .modal-body-my .close {
    position: absolute;
    z-index: 99999999;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: white;
    opacity: 0.8;
}
body #fix_newsletter_popup .modal-body-my img {
    opacity: 1;
    max-height: 540px;
    min-height: 36.1vw;
}

#fix_newsletter_popup p.title {
    /* font-size: 18px; */
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    font: 700 50px / 1 "Montserrat Bold", sans-serif;
    text-transform: uppercase;
    color: #4F4F4F;
}

#fix_newsletter_popup p.subtitle {
    font: 500 50px / 1 "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #4F4F4F;
}

@media (max-width: 1440px) {
    body div#fix_newsletter_popup {
        max-width: 90vw;

        max-height: 53vh;
    }
    #fix_newsletter_popup a#button_modal_send_sub {
        background: #4F4F4F;
        width: 100%;
        width: 406px;
        border-radius: 10px;
        padding: 0px;
        height: 63px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
    }
    #fix_newsletter_popup p.title, #fix_newsletter_popup p.subtitle {
        font-size: 39px;
    }
}

@media (max-width: 1240px) {
    body #fix_newsletter_popup .modal-footer-my {
        padding: 45px;

    }

    body div#fix_newsletter_popup .input-group.sign-up-field.dfac {
        bottom: 45px;
        left: 45px;
    }
}@media (max-width: 1070px) {
    #fix_newsletter_popup input#subscribe-module999, #fix_newsletter_popup a#button_modal_send_sub {
        max-width: 296px;
        height: 53px;
    }
    #fix_newsletter_popup p.title, #fix_newsletter_popup p.subtitle {
        font-size: 32px;
    }
}