.exit-popup{align-items:center;background:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;padding:15px;position:fixed;top:0;width:100%;z-index:1000000}.exit-popup__inner{animation:show-exit-popup .5s cubic-bezier(.32,.19,.6,1.24) forwards;border-radius:28px;box-shadow:0 8px 32px 0 rgba(0,0,0,.2);flex-shrink:0;max-height:100vh;max-width:100%;opacity:0;overflow:auto;position:relative;width:480px}.exit-popup__close{align-items:center;background:transparent;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .3s;width:32px;z-index:10}.exit-popup__close:hover{background:hsla(0,0%,100%,.15)}.exit-popup__img img{min-height:184px;-o-object-fit:cover;object-fit:cover}.exit-popup__content{background:#fff;border-top:1px solid #ebebeb;padding:32px}.exit-popup__content .title{color:#2e2151;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.56px;line-height:130%;margin-bottom:8px}.exit-popup__content .subtitle{color:#60687a;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.16px;line-height:150%;margin:0}.exit-popup__content ul{margin-top:24px}.exit-popup__content ul li{color:#2e2151;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.16px;line-height:150%;margin-bottom:16px;padding-left:36px;position:relative}.exit-popup__content ul li:last-of-type{margin-bottom:0}.exit-popup__content ul li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSIjMzBiODE0IiByeD0iMTEiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJtOS4zNjcgMTUtMy44LTMuOC45NS0uOTUgMi44NSAyLjg1IDYuMTE2LTYuMTE2Ljk1Ljk1eiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.exit-popup__content .btn-main{align-items:center;border-radius:8px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;line-height:100%;margin:32px 0 0;padding:12px 16px;text-wrap:wrap;transform:none;width:100%}.exit-popup__content .btn-main:hover{background:#6139d0}.exit-popup__content .btn-main svg{display:block;flex-shrink:0}@keyframes show-exit-popup{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}
