.popup{align-items:center;display:flex;flex-flow:wrap;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:.5s;visibility:hidden;width:100%;z-index:99}.popup.active{opacity:1;visibility:visible}.popup .rgba{background:rgba(0,0,0,.5);cursor:pointer;height:100%;position:absolute;width:100%}.popup__content{posision:relative;z-index:2}