.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:1000px;min-height:368px;position:relative;border-radius:20px;background-color:#ffb7e3;background-image:url(/template/images/popupbg.png);background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;z-index:10000;max-width:75%;padding:50px
150px}@media (max-width: 991px){.popup__body{width:350px;min-height:auto;max-width:90%;padding:50px}}.popup__body:before{content:"";background:url(/template/images/money.webp);width:200px;height:169px;position:absolute;left:-64px;top:-34px;background-size:contain}.popup__body
img{max-width:300px}.popup__closer{position:absolute;top:15px;right:15px;cursor:pointer}.popup__text{font-weight:700;font-size:20px;color:#000}.popup__text--min{font-size:14px}.popup__big-text{color:#000;font-size:36px;font-weight:900}@media (max-width: 991px){.popup__big-text{font-size:30px}}.popup__agreement{text-align:left;font-weight:100;color:#000}.popup
form{display:flex;flex-direction:column;gap:10px}.popup form
input{min-width:250px;height:40px;border-radius:6px;border:none;padding:0
10px}.popup form input[type=checkbox]{width:14px;height:14px;min-width:unset}