.exit-popup{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999}.exit-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(48,48,48,.9)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.exit-popup__wrapper{display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:1000;max-width:90%;max-height:90%;justify-content:center;align-items:center}.exit-popup__close{position:absolute;right:16px;top:12px;z-index:3;color:#787878;background-color:transparent;border:none;cursor:pointer}.exit-popup__close.fe-x:before{content:"x"}.exit-popup__content,.exit-popup__link{display:flex;max-width:100%;max-height:100%}.exit-popup__link{text-decoration:none}.exit-popup__image{max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width:1024px){.exit-popup__overlay{-webkit-backdrop-filter:none;backdrop-filter:none}.exit-popup__wrapper{width:96%;display:flex;justify-content:center}}