.support-widget{z-index:30;cursor:pointer;pointer-events:auto;position:relative;display:flex;align-items:center;justify-content:center;width:64px;height:64px}@media(max-width:1139px){.support-widget{position:fixed;right:20px;bottom:72px}}.support-widget__button{display:flex;align-items:center;justify-content:center}.support-widget__button-img{width:100%;height:100%;object-position:center;object-fit:contain}.support-widget__button-icon{position:absolute;top:16px;left:18px;width:28px;height:32px;color:var(--colors-base-black);pointer-events:none;transition:all .2s ease-out}.no-touch .support-widget__button:hover .support-widget__button-icon{opacity:0}.support-widget__button-text{position:absolute;top:20px;left:4px;right:4px;display:flex;flex-direction:column;justify-content:center;max-width:56px;text-align:center;color:var(--colors-base-black);opacity:0;pointer-events:none;font-size:14px;font-weight:500;line-height:24px;transition:all .2s ease-out}.no-touch .support-widget__button:hover .support-widget__button-text{opacity:1}.support-widget__animate{position:absolute;right:0;bottom:0;width:64px;display:flex;flex-direction:column;padding:8px 8px 12px;border-radius:100px;background-color:var(--colors-base-white);transition:all .2s ease-out}.support-widget__animate::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.support-widget__animate::-webkit-scrollbar-thumb,.support-widget__animate::-webkit-scrollbar-track{background:transparent;display:none}.support-widget__items{display:flex;flex-direction:column;gap:8px}.support-widget__item,.support-widget__item-link{display:flex;flex-direction:column;align-items:center}.support-widget__item-wr{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--buttons-icon-button-bg-default);border-radius:50%;transition:all .2s ease-out}.no-touch .support-widget__item-wr:hover{background:var(--buttons-icon-button-bg-hover)}.support-widget__item-wr--close{width:32px;height:32px}.support-widget__item-icon{width:24px;height:24px;color:var(--colors-base-white)}.support-widget__item-icon--close{width:16px;height:16px}.support-widget__item-text{color:var(--colors-base-750);text-align:center;font-size:10px;font-weight:500;line-height:16px}.fade-widget-enter-active,.fade-widget-leave-active{height:196px;opacity:1;overflow:hidden}.fade-widget-enter-from,.fade-widget-leave-to{height:0;opacity:0;overflow:auto}