@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";body{margin:0;background-color:#ecf0f1;color:#2c3e50;font-family:Inter,sans-serif}.wrapper{display:flex;align-items:center;justify-content:center;height:100vh;text-align:center}.wrapper_block{background:#fff;padding:30px 50px;border-radius:10px;display:flex;align-items:center;justify-content:center;min-width:25%}.wrapper_info{height:100px;width:100px;background:#e8f8ff;border-radius:50%;padding:20px;display:flex;align-items:center;justify-content:center}.info_center{display:flex;align-items:center;justify-content:center}.call_block{width:200px;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:10px;margin-top:50px;cursor:pointer}.call_block img{height:18px;width:18px;margin-right:10px}.call_default{background-color:#009ad9;color:#fff}.call_inprogress{background-color:#3ba943;color:#fff}.call_end{background-color:#ff5959;color:#fff}.call_end:hover{background-color:#da1010;color:#fff}
