.share-popup-wrapper.share-popup-wrap{z-index:100000;position:fixed;display:block;width:100%;height:100%;top:0;left:0;overflow-x:hidden;visibility:hidden;opacity:0;pointer-events:none;transition:all .4s ease}.share_popup_open .share-popup-wrap.share-popup-wrapper{opacity:1;visibility:visible;pointer-events:auto}.share-popup-wrapper .share-popup-wrap-inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.share-popup-wrapper .share__overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.8;background-color:#000;width:100%;height:100%;display:none}.share-popup-wrapper .share_popup_content{z-index:1;position:relative;padding:0;border-radius:0;width:452px;background-color:#fff;transform:translateY(-100%);transition:all .4s ease}.share-popup-wrapper .share_popup_content_inner{padding:60px;color:rgba(0,0,0,1);font:normal normal normal 55px/1.4em georgia,palatino,"book antiqua","palatino linotype",serif;line-height:normal}.share-popup-wrapper .share_popup_txt{display:flex;align-items:center;justify-content:center;margin:0 0 30px;line-height:1}.share-popup-wrapper .share_popup_txt span{font-size:16px;font-weight:700}