.modal-popup .modal-inner-wrap {
    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: 510px;
}
.modal-popup.newsletter-popup .buttons-container button {
    box-shadow: none;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe {
    color: #fff;
    background-color: #081f53;
    border-color: #081f53;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe) {
    color: #081f53;
    background: none;
    border-color:  rgba(8, 31, 83, 0.4);;

}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe):hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.modal-popup.newsletter-popup._show {
    pointer-events: none;
}
.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;
}

.modal-popup .modal-social .fa-facebook {
    color: #799bc4;
    background-color: #ffffff;
}
.modal-popup .modal-social .fa-facebook:hover,
.modal-popup .modal-social .fa-facebook:active {
    color: #ffffff;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-twitter {
    color: #799bc4;
    background-color: #ffffff;
}
.modal-popup .modal-social .fa-twitter:hover,
.modal-popup .modal-social .fa-twitter:active {
    color: #ffffff;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-linkedin {
    color: #799bc4;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-linkedin:hover,
.modal-popup .modal-social .fa-linkedin:active {
    color: #ffffff;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-pinterest {
    color: #799bc4;
    background-color: #ffffff;
}
.modal-popup .modal-social .fa-pinterest:hover,
.modal-popup .modal-social .fa-pinterest:active {
    color: #ffffff;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-instagram {
    color: #ffffff;
    background-color: #799bc4;
}
.modal-popup .modal-social .fa-instagram:hover,
.modal-popup .modal-social .fa-instagram:active {
    color: #ffffff;
    background-color: #799bc4;
}
