.pop-up-wrapper-link{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-link.open{display:-webkit-flex !important;display:flex !important}.pop-up-wrapper-link .wrapper-link{position:relative;width:750px;max-width:80%;max-height:95vh;padding:15px;box-sizing:border-box;animation:load-in-popup .5s 1;animation-fill-mode:forwards}.close-pop{cursor:pointer;position:absolute;z-index:2;right:0;top:0;width:30px;text-align:center;font-size:18px;line-height:18px;padding:5px;box-sizing:border-box;background:#4e748b;color:white;border:1px solid white;border-radius:50%}.pop-up-wrapper-link .pop-up{position:relative;background:rgba(255,255,255,.95);width:100%;max-height:calc(95vh - 30px);overflow-y:auto;padding:50px 70px;box-sizing:border-box;border-radius:5px;box-shadow:2px 2px 10px rgba(0,0,0,.2)}@keyframes load-in-popup{0%{opacity:0;top:-40px}100%{opacity:1;top:0}}