.popup{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.62);display:none;align-items:center;justify-content:center;z-index:2000}.popup.opened{display:flex}.popup__wrapper{display:flex;justify-content:center}.popup__body{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;gap:55px;width:458px;min-height:368px;padding:54px
20px 30px;position:relative;border-radius:20px;border:2px
solid #85ff00;background-color:#141b2e;background-image:url('/template/images/bg.png'), url('/template/images/bottom.webp');background-position:center top, center bottom;background-repeat:no-repeat;color:#fff;z-index:10000}@media (max-width: 991px){.popup__body{width:350px;min-height:auto;max-width:90%}}.popup__body:before{content:"";background:url(/template/images/money.webp);width:200px;height:169px;position:absolute;left:-64px;top:-34px;background-size:contain}.popup__closer{position:absolute;top:15px;right:15px;cursor:pointer}.popup__text{font-weight:700;font-size:30px;color:#fff}.popup__text--min{font-size:14px}.popup__big-text{color:#28e375;font-size:62px;font-weight:900}@media (max-width: 991px){.popup__big-text{font-size:30px}}