.online-chat-root .online-chat-widget-wrapper{position:fixed;bottom:30px;right:30px;z-index:1000;width:360px;height:500px;max-height:calc(100vh - 30px);background-color:#fff;border:none;border-radius:11px;box-shadow:0 0 10px rgba(17,17,17,.2)!important;display:flex;flex-direction:column;overflow:hidden;font-size:14px;line-height:1;font-family:Montserrat,sans-serif;color:#000;transform:scale(0);transition:opacity .2s,transform .2s}.online-chat-root .svg-icon{color:inherit;fill:currentColor}.online-chat-root .disabled{pointer-events:none!important;background-color:#e5e5e5!important}.online-chat-root .online-chat-widget{display:flex;flex-direction:column;height:100%;width:100%;background-color:#ffe11e}.online-chat-root .online-chat-widget__header{width:100%;min-height:60px;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border:none;background-color:#ffe11e}.online-chat-root .online-chat-widget__header-title{font-size:inherit;font-weight:700}.online-chat-root .online-chat-widget__header-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;cursor:pointer;margin-left:15px;transition:background-color .3s}.online-chat-root .online-chat-widget__header-close .svg-icon{width:17px;height:17px}.online-chat-root .online-chat-widget__body{display:flex;flex-direction:column;flex-grow:1;background-color:#fff;overflow:hidden}.online-chat-root .online-chat-widget__body-wrapper{height:100%;display:flex;flex-direction:column}.online-chat-root .online-chat-widget__body-messages{flex-grow:1;flex-shrink:1;overflow-y:auto;padding:16px}.online-chat-root .online-chat-widget__body-messages::-webkit-scrollbar{width:8px}.online-chat-root .online-chat-widget__body-messages::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:10px}.online-chat-root .online-chat-widget__body-messages::-webkit-scrollbar-track{background-color:transparent}.online-chat-root .online-chat-widget__body-messages::-webkit-scrollbar-button{width:6px!important;display:block!important;height:100%!important}.online-chat-root .online-chat-widget__first-message-date{color:#818ea3;text-align:center;padding:2em 0}.online-chat-root .online-chat-widget__body-message-row{margin-bottom:16px}.online-chat-root .online-chat-widget__body-message{display:flex;flex-direction:column}.online-chat-root .online-chat-widget__body-message--system{align-items:flex-start}.online-chat-root .online-chat-widget__body-message--client{margin-left:2em;align-items:flex-end}.online-chat-root .online-chat-widget__body-message--manager{margin-right:2em;align-items:flex-start}.online-chat-root .online-chat-widget__body-message--system .online-chat-widget__body-message-text{border-radius:23px 23px 23px 0;background:#f3f2f7;color:#363636}.online-chat-root .online-chat-widget__body-message--client .online-chat-widget__body-message-text{border-radius:23px 23px 0}.online-chat-root .online-chat-widget__body-message--manager .online-chat-widget__body-message-text{border-radius:23px 23px 23px 0}.online-chat-root .online-chat-widget__body-message-author{font-size:14px;line-height:1.4;font-weight:600;color:#000;margin-bottom:4px}.online-chat-root .online-chat-widget__body-message-text{padding:1em;background-color:#000;line-height:1.5;font-weight:400;font-family:inherit;color:#fff;word-break:break-word;margin-bottom:.3em}.online-chat-root .online-chat-widget__body-message-time{font-size:12px;color:#818ea3;margin-bottom:.3em}.online-chat-root .online-chat-widget__body-message-buttons{width:100%;margin-top:10px}.online-chat-root .online-chat-widget__body-message-button{width:100%;display:block;font-size:14px;line-height:1.5;font-weight:500;margin-bottom:.3em;text-align:center;padding:.7em 1em;border-radius:1em;background-color:#ffe11e;color:#000;cursor:pointer;transition:background-color .3s}.online-chat-root .online-chat-widget__body-message-file-link{display:block;font-size:14px;line-height:1.5;font-weight:500;color:#000;margin-bottom:.3em;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .3s}.online-chat-root .online-chat-widget__body-message-image{display:block;width:100%;min-width:200px;height:auto;border-radius:1em}.online-chat-root .online-chat-widget__body-message-audio{display:block;margin-bottom:.3em}.online-chat-root .online-chat-widget__body-message-video{display:block;max-width:100%;min-width:200px;height:auto;border-radius:1em;margin-bottom:.3em}.online-chat-root .online-chat-widget__message-form{margin:0 14px 14px}.online-chat-root .online-chat-widget__message-form-error-container{width:100%;padding:1em 0;color:#f43b2e;font-size:12px;line-height:1.3;font-weight:500}.online-chat-root .online-chat-widget__body-input{display:flex;align-items:center;border-top:1px solid #f0f0f0;border:none;position:relative}.online-chat-root .online-chat-widget__body-input textarea{flex-grow:1;min-height:2.9em;max-height:9.4em;border:none;outline:0;padding:11px 84px 11px 15px;font-size:inherit;line-height:1.5;font-weight:400;font-family:inherit;background-color:#f3f2f7;border-radius:15px}.online-chat-root .online-chat-widget__body-input textarea::-webkit-scrollbar{width:8px}.online-chat-root .online-chat-widget__body-input textarea::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:10px}.online-chat-root .online-chat-widget__body-input textarea::-webkit-scrollbar-track{background-color:#f3f3f3}.online-chat-root .online-chat-widget__body-input textarea::-webkit-scrollbar-button{width:6px!important;display:block!important;height:100%!important}.online-chat-root .online-chat-widget__body-input-send{display:flex;width:auto;position:absolute;bottom:3px;right:10px}.online-chat-root .online-chat-widget__body-input-add-file{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#a5a4af}.online-chat-root .online-chat-widget__body-input-add-file .svg-icon{width:20px}.online-chat-root .online-chat-widget__body-input-send-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-left:5px}.online-chat-root .online-chat-widget__body-input-send-button .svg-icon{width:20px}.online-chat-root .online-chat-widget__files-info{margin-bottom:10px;max-height:86px;overflow-y:auto}.online-chat-root .online-chat-widget__files-info::-webkit-scrollbar{width:8px}.online-chat-root .online-chat-widget__files-info::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:10px}.online-chat-root .online-chat-widget__files-info::-webkit-scrollbar-track{background-color:#f3f3f3;border-radius:10px}.online-chat-root .online-chat-widget__files-info::-webkit-scrollbar-button{width:6px!important;display:block!important;height:100%!important}.online-chat-root .online-chat-widget__file-input{display:none}.online-chat-root .online-chat-widget__show-more-messages{display:flex;justify-content:center;align-items:center;padding:1em;font-size:14px;line-height:1.5;font-weight:500;color:#000;border-radius:1em;margin-bottom:10px;cursor:pointer;transition:background-color .3s}.online-chat-root .online-chat-widget__end-chat-button{font-size:inherit;font-weight:700;color:#f43b2e;padding:.8em;border-radius:1em;background-color:rgba(255,255,255,.5);cursor:pointer;transition:background-color .3s}.online-chat-root .online-chat-widget__start-chat-button{font-size:inherit;font-weight:700;color:#4db45e;padding:.8em;border-radius:1em;background-color:rgba(255,255,255,.5);cursor:pointer;transition:background-color .3s}.online-chat-root .files-info{display:flex;flex-wrap:wrap;gap:7px}.online-chat-root .files-info__file-info{display:flex;align-items:center;background-color:#f0f2f5;border-radius:1em;border:1px solid #a5a4af;padding:4px 8px;font-size:14px;line-height:1;font-weight:400;color:#6e7c94}.online-chat-root .files-info__file-remove{display:flex;align-items:center;justify-content:center;width:1em;height:1em;border-radius:50%;cursor:pointer;margin-left:5px;padding:.2em;transition:background-color .3s,color .3s}.online-chat-root .files-info__file-remove *{pointer-events:none}.online-chat-root .files-info__file-remove .svg-icon{max-width:100%;max-height:100%;width:auto;height:auto}.online-chat-root .collect-contacts{margin-top:2em;margin-bottom:2em;padding:0 1em}.online-chat-root .collect-contacts__title{font-size:16px;line-height:1.5;font-weight:700;padding:12px 0}.online-chat-root .collect-contacts__form{border:1px solid #f0f0f0;border-radius:14px;overflow:hidden;box-shadow:0 0 10px rgba(225,229,235,.7)}.online-chat-root .collect-contacts__form-errors{padding:1em;color:#f43b2e;font-size:12px;line-height:1.3;font-weight:500}.online-chat-root .collect-contacts__input-wrapper{display:flex;color:#595959;padding:14px}.online-chat-root .collect-contacts__input-wrapper .svg-icon{flex-shrink:0;width:14px;height:14px;margin-top:1.5px}.online-chat-root .collect-contacts__input-wrapper input{flex-grow:1;color:inherit;font-size:14px;line-height:1.25;font-weight:400;margin-left:14px}.online-chat-root .collect-contacts__send-contacts{width:100%}.online-chat-root .collect-contacts__send-contacts-button{width:100%;color:#000;font-weight:500;background-color:#ffcc16;text-align:center;padding:1em;transition:background-color .3s}.online-chat-root .online-chat-widget-button{position:fixed;bottom:0;right:150px;z-index:1000;border-radius:7px 7px 0 0;background-color:#ffe11e;box-shadow:0 0 5px rgba(0,0,0,.2);border-top:4px solid rgba(0,0,0,.15);font-size:15px;line-height:1;font-weight:400;padding:13px 15px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s,opacity .3s}.online-chat-root .online-chat-widget-button .svg-icon{flex-shrink:0;width:22px}.online-chat-root .online-chat-widget-button-text{margin-left:14px}@media screen and (max-width:1023.98px){.online-chat-root .online-chat-widget-button{right:30px}}@media screen and (max-width:499.98px){.online-chat-root .online-chat-widget-wrapper{width:100%;height:100%;max-height:none;border-radius:0;bottom:0;right:0;top:0;left:0}.online-chat-root .online-chat-widget-button{width:80px;height:80px;border-radius:50%;right:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.33);border-top:none}.online-chat-root .online-chat-widget-button .svg-icon{width:48px}.online-chat-root .online-chat-widget-button-text{display:none}}@media (hover:hover){.online-chat-root .online-chat-widget__header-close:hover{background-color:rgba(255,255,255,.2)}.online-chat-root .collect-contacts__send-contacts-button:hover{background-color:#faa61a}.online-chat-root .files-info__file-remove:hover{background-color:#6e7c94;color:#f0f2f5}.online-chat-root .online-chat-widget__body-message-button:hover{background-color:rgba(255,225,30,.7)}.online-chat-root .online-chat-widget__end-chat-button:hover,.online-chat-root .online-chat-widget__start-chat-button:hover{background-color:rgba(255,255,255,.2)}}