.popup{background-color:rgba(0,0,0,.2);display:flex;height:100%;left:0;opacity:0;overflow:auto;position:fixed;top:0;transition:all .2s ease;visibility:hidden;width:100%;z-index:100000}.popup.is-open{opacity:1;visibility:visible}.popup .popup-wrapper{display:flex;flex-direction:column;margin:auto;padding:40px 0;width:95%}.popup .popup-wrapper .popup-close{color:#fff;cursor:pointer;font-size:inherit;margin-bottom:10px;margin-left:auto}.popup .popup-wrapper .popup-inner{background-color:#fff;margin:0 auto;padding:30px;width:100%}
