.m-widget-button{position:fixed;right:40px;bottom:40px;padding:0;background:none;outline:0;border:0;height:64px;width:64px;transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.5),opacity 0.3s cubic-bezier(0.175,0.885,0.32,1);cursor:pointer;z-index:3}
@media screen and (max-width:768px){.m-widget-button{width:48px;height:48px;right:20px;bottom:20px}}
.m-widget-button:hover{transform:scale(1.15)}
.m-widget-button img{width:100%;height:100%;border-radius:50%}
.m-widget-button::after{content:"";position:absolute;top:0;z-index:5;display:block;width:100%;height:100%;aspect-ratio:1;border-radius:50%;background:radial-gradient(rgba(255,255,255,0),#FFF);animation:m-widget-button-ripple 4s ease infinite}
@keyframes m-widget-button-ripple{0%{transform:scale(1);opacity:0}60%{transform:scale(1);opacity:0}70%{opacity:0.4}100%{transform:scale(2);opacity:0}}
.m-widget-modal{--start-transform:translateY(-100%);--end-transform:translateY(0);position:fixed;top:0;left:0;right:0;bottom:0;visibility:hidden;opacity:0;z-index:100;transition:0.3s}
.m-widget-modal.js-modal_open{opacity:1;visibility:visible}
.m-widget-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:0.3s;pointer-events:none;background-color:rgba(20,20,22,0.6);transition:all 0.3s}
.js-modal_open .m-widget-modal__backdrop{opacity:1;pointer-events:all}
.m-widget-modal__scroll{overflow-y:auto;overflow-x:hidden;height:100%;width:100%}
.m-widget-modal__wrapper{position:relative;width:100%;max-width:500px;pointer-events:all;transition:transform 0.3s;transform:var(--start-transform)}
.js-modal_open .m-widget-modal__wrapper{transform:var(--end-transform)}
.m-widget-modal__inner{display:flex;align-items:center;justify-content:center;padding:20px;margin-left:auto;margin-top:auto;margin-bottom:auto;min-height:100%;width:100%;pointer-events:none}
.m-widget-modal__close{position:absolute;right:10px;top:10px;background:none;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:5px;cursor:pointer}
@media screen and (max-width:768px){.m-widget-modal__close{right:5px;top:5px}}
.m-widget-content{display:flex;flex-direction:column;align-items:center;gap:24px;background-color:#fff;border-radius:16px;padding:24px}
@media screen and (max-width:768px){.m-widget-content{padding:12px;gap:16px}}
.m-widget-content__title{font-family:"Inter",sans-serif;text-align:center;font-size:22px;font-style:normal;width:100%;font-weight:600;line-height:32px;letter-spacing:-0.22px;padding:0 30px}
.m-widget-content__buttons{width:100%;display:flex;flex-direction:column;background:#F1F5F9;justify-content:center;align-items:center;border-radius:16px;gap:20px;padding:20px}
@media screen and (max-width:768px){.m-widget-content__buttons{padding:10px;gap:10px}}
.m-widget-content__button{display:flex;align-items:center;justify-content:center;gap:10px;width:250px;max-width:100%;padding:12px;outline:none;border:none;border-radius:10px;font-family:"Inter",sans-serif !important;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff;cursor:pointer}
.m-widget-content__button.wh{background-color:#2aabee}
.m-widget-content__button.wh:hover{background-color:#2390ca}
.m-widget-content__button.tg{background-color:#5ed169}
.m-widget-content__button.tg:hover{background-color:#4eae58}