.header{width:100%;margin:0 auto;display:flex;justify-content:space-between}.header .logoWrapper{width:150px;margin:5px;cursor:pointer}.header .phone_btn{width:55px;height:55px;margin:5px 5px}.header .phone_btnWrapp{display:flex;gap:10px;cursor:pointer;text-align:center}.header .link_text{color:#0e0e0e}@media(max-width:420px){.header .phone_btn{width:45px;height:45px;margin:5px 5px}.header .phone_btnWrapp{display:flex;gap:10px;cursor:pointer;text-align:center;font-size:12px}}.pageOverlay[data-v-8b4283ae]{width:100%;height:100%;position:fixed;left:0;top:0;right:0;bottom:0;background:#070000;opacity:80%;z-index:7}.modal[data-v-8b4283ae],.pageOverlay[data-v-8b4283ae]{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal[data-v-8b4283ae]{position:absolute;left:50%;top:50%;width:200px;height:150px;transform:translate(-50%,-50%);color:#edf3ee;z-index:10}.img_loading[data-v-8b4283ae]{width:80px}body,html{margin:0;padding:0;font-family:Montserrat,sans-serif}a{text-decoration:none}#app{height:100vh;justify-content:space-between}#app,.app .container{display:flex;flex-direction:column}.app .container{justify-content:center;align-items:center;margin-top:100px}.app .container .sad_picture{width:100px}.app .container p{margin-bottom:1em}.app .container .cash-btn{margin:20px 0 20px}.app .container .btn{padding:10px 25px;border-radius:5px;font-family:Montserrat,sans-serif;border:1px solid transparent;color:#fff;font-weight:700;cursor:pointer;display:flex;align-items:center}.app .container .btn .buttonIcon{max-width:30px;width:100%;margin-left:10px}.app .container .primary{background:linear-gradient(90deg,#3cc43c,#6dcb6d);box-shadow:0 5px 15px rgba(0,0,0,.35)}