.popup-open body{overflow:hidden}.pop-up-wrapper{position:fixed;top:0;bottom:0;left:0;width:100%;z-index:9999;background:rgba(0,0,0,.1);display:none;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.pop-up-wrapper.show,.popup-open .pop-up-wrapper{display:-webkit-flex;display:flex}.pop-up-wrapper .pop-up{position:relative;background:hsla(0,0%,100%,.95);width:750px;max-width:80%;max-height:90vh;overflow-y:auto;padding:50px 70px;box-sizing:border-box;border-radius:5px;box-shadow:2px 2px 10px rgba(0,0,0,.2);animation:load-in-popup .5s 1;animation-fill-mode:forwards}@keyframes load-in-popup{0%{opacity:0;top:-40px}to{opacity:1;top:0}}@media (max-width:767px){.pop-up-wrapper .pop-up{max-width:90%;padding:30px 10%}}