.chat__message-bubble{background:#f7f9ff;padding:11px;border-radius:10px;max-width:90%;font-size:15px}.chat__message+.chat__message{margin-top:15px}.chat__window-send svg{width:20px;height:20px}.chat__window-online{width:8px;height:8px;background:#17e730;z-index:10;position:absolute;border-radius:50%;top:0;right:1px}.chat__window-send{position:absolute;top:0;right:0;z-index:10;background:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chat__window-send--blocked{cursor:no-drop!important;color:#2e344d!important}.chat__window-send--blocked svg{opacity:.5}.chat__message{display:flex;margin:0 10px}.chat__message--in{justify-content:flex-end}.chat__message--in .chat__message-bubble{background:#2c2c2c;color:#fff;border-radius:10px 10px 0 10px}.chat__message--out{justify-content:flex-start}.chat__message--out .chat__message-bubble{border-radius:10px 10px 10px 0}.chat__message--system{justify-content:center}.chat__message--system .chat__message-bubble{border-radius:0;text-align:center;background:transparent;color:#b5bacd;font-style:italic;font-size:13px}.chat__window{position:fixed;bottom:40px;right:40px;z-index:2;box-shadow:0 0 30px hsla(0,0%,86.7%,.5);border-radius:10px;width:385px;background:#fff}@media(max-width:470px){.chat__window{width:calc(100% - 30px);right:15px;bottom:15px;z-index:1000}}.chat__window-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #f4f7ff;margin-bottom:10px}.chat__window-footer{border-top:1px solid #f4f7ff;margin-top:10px;position:relative}.chat__window-content{height:330px;overflow-y:auto;overflow-x:hidden}.chat__close{padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px}.chat__close,.chat__question{cursor:pointer;transition:.2s ease}.chat__question{padding:6px 15px;border:1px solid #f4f7ff;border-radius:35px;margin-bottom:6px;margin-right:6px;font-size:12px;color:#2c2c2c}.chat__window-questions{display:inline-flex;flex-wrap:wrap;width:100%;padding:12px}.chat__question:hover{background:#2c2c2c;color:#fff}.chat__close:hover{background:#f4f7ff}.chat__window-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid #eaf0ff}.chat__window-title{font-size:15px;color:#181717}.chat__window-subtitle{font-size:12px;color:#bdbcbc}.chat__window-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat__window-message input{border:none;box-shadow:none!important;padding:25px 20px}.chat__icon{width:75px;height:75px;background:#1bbd27;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;padding:22px;cursor:pointer;transition:.2s ease;position:fixed;bottom:40px;right:40px;z-index:1}.chat__icon svg{width:100%;height:100%}.chat__icon:hover{background:#21c92d}