.popup__overlay{align-items:center;background-color:rgba(33,33,33,.85);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.popup__overlay.active{display:flex}.popup{max-height:90vh;max-width:90vw;overflow:auto;position:relative}.popup__close{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;height:30px;padding:0;position:absolute;right:20px;top:20px;width:30px;z-index:1}.popup__cross{top:50%}.popup__cross,.popup__cross:after,.popup__cross:before{border-radius:2px;content:"";display:block;height:2px;position:absolute;transform:translateY(-50%);width:100%}.popup__cross:before{background:currentColor;top:0;transform:rotate(45deg)}.popup__cross:after{background:currentColor;bottom:0;transform:rotate(-45deg)}.popup__inner{position:relative;z-index:1}.popup__element+.popup__element{margin-top:2rem}