.popup {
    display: none;
}
.popup.open {
    display: block;
}
.closepopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(255,255,255,.7);
    z-index: 9;
}
