    .modal-popup .modal-inner-wrap {
        pointer-events: auto;
    }
    .modal-popup.newsletter-popup._show {
        pointer-events: auto;
    }

    .modal-popup.newsletter-popup .block.newsletter {
        width: 100%;
    }
    .modal-popup.newsletter-popup .actions {
        display: none;
    }
        .modal-popup.newsletter-popup .modal-inner-wrap {
        width: 708px;
    }
        .modal-popup.newsletter-popup .buttons-container button {
        box-shadow: none;
    }
    .modal-popup.newsletter-popup .buttons-container button.subscribe {
        background-color: #d19d66;
        border-color: #d19d66;
    }
    .modal-popup.newsletter-popup .buttons-container button.subscribe:hover {
        background-color: #ffffff;
    }
    .modal-popup.newsletter-popup .buttons-container button:not(.subscribe) {
        color: #d19d66;
        background: none;
        border-color:  rgba(209, 157, 102, 0.4);;
    }
    .modal-popup.newsletter-popup .buttons-container button:not(.subscribe):hover {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff;
    }
    .modal-popup .modal-social {
        font-size: 1.75em;
    }
    .modal-popup .modal-social .fa {
        padding: 7px 5px;
    }
    .modal-popup .modal-social :link,
    .modal-popup .modal-social :hover {
        text-decoration: none;
    }
    