.site_chat_button{position:fixed;bottom:0;display:none;left:60px;cursor:pointer;width:90px;height:90px;z-index:999;box-sizing:border-box;background:url(//img.9111.ru/img/chat/ico-chat2.png)}.site_chat_button_close{visibility:hidden;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.8);position:absolute;transition:left ease .4s,top ease .4s,opacity ease .15s,visibility ease .15s;opacity:0;left:46px;top:9px;color:#fff;text-align:center;vertical-align:middle;font-size:23px}.site_chat_button:hover .site_chat_button_close{opacity:1;left:75px;top:-18px;visibility:visible}.site_chat_button_body{width:58px;height:58px;display:block;position:absolute;top:0;left:0;transform:translate(16px,11px);border-radius:50%;overflow:hidden}.site_chat_button_cnt{box-sizing:border-box;display:none;float:left;font-size:14px;font-weight:700;height:28px;width:28px;padding:6px 0;text-align:center;position:absolute;background:#ff2400;right:10px;top:0;border-radius:50%;z-index:1000;color:#fff;transition:all .3s}.chat_modal *{box-sizing:border-box}.chat_modal{background:#fff;border:1px solid #d7d8db;position:relative;width:50%;min-width:500px;height:100%;margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width:600px){.chat_modal{width:100%;min-width:100%}}.chat_modal__header{display:flex;justify-content:space-between;align-items:center;padding:10px;box-shadow:0 2px 5px 0 rgba(0,0,0,.3)}.chat_modal__header__h1{font-size:24px;color:#000}.chat_modal__header__online{font-size:14px;color:#019126}.chat_modal__header__close{cursor:pointer}.chat_modal__header__close__svg{fill:#000;width:16px;height:16px}.chat_modal__content{padding:10px 0;flex-grow:1;overflow-y:scroll;overflow-x:hidden;box-sizing:border-box}.chat_modal__content__item{padding:5px 10px;border-top:#d7d8db 1px solid;display:flex;justify-content:flex-start;align-items:flex-start;position:relative}.chat_modal__content__item.chat_modal__content__item__selected{background:#e9f6fd}.chat_modal__content__item:first-child{border-top:none}.chat_modal__content__item.new_msg_in_chat{background:#fbf6e5}.chat_modal__content__item__col1{padding:0 10px 0 0;min-width:40px;max-width:40px}.chat_modal__content__item__col1 img{border-radius:50%}.chat_modal__content__item__col2{flex-grow:1}.chat_modal__content__item__text{padding:5px 0 0 0}.chat_modal__content__item__text p{font-size:14px;line-height:18px;color:#000;padding:0}.chat_modal__content__item__text__blockquote{font-size:12px;line-height:16px;margin:10px 0;border-left:1px solid #166eb7;padding-left:10px;display:block}.chat_modal__content__item__text__blockquote__user{font-size:12px;line-height:16px;margin-right:20px;color:#014266}.chat_modal__content__item__text__blockquote__date{font-size:12px;line-height:16px;color:#7f7c7a}.chat_modal__content__item__dolgnost{font-size:12px;color:#7f7c7a}.chat_modal__content__item__quote{margin-top:5px;cursor:pointer;color:#003c85;width:auto;display:inline-block}.chat_modal__content__item__blacklist,.chat_modal__content__item__delete{margin-top:5px;cursor:pointer;position:absolute;top:0}.chat_modal__content__item__blacklist{right:10px}.chat_modal__content__item__delete{right:35px}.chat_modal__content__item__blacklist_svg{width:14px;height:14px;fill:#ff2400}.chat_modal__content__item__delete_svg{width:14px;height:14px;fill:#7f7c7a}.chat_modal__content__item__url{font-size:14px;text-decoration:none;line-height:18px;color:#003c85}.chat_modal__content__item__date{font-size:12px;line-height:16px;color:#7f7c7a}.chat_modal__footer{box-shadow:0 -2px 5px 0 rgba(0,0,0,.3);max-height:50px;padding:5px 10px;width:100%;background:#d7d8db;display:flex;justify-content:flex-start;position:relative;align-items:center}.chat_modal__smiles{margin-right:10px;cursor:pointer}.chat_modal__smiles img{width:25px;height:25px}.chat_modal__file_upload{margin-right:10px}.chat_modal__file_upload__svg{width:25px;height:25px;fill:#166eb7;cursor:pointer}.chat_modal__input{flex-grow:1}#chat_modal__input{width:100%;padding:5px 10px;font-size:14px}.chat_modal__button{margin-left:10px}.chat_modal__button__svg{fill:#166eb7;cursor:pointer;width:25px;height:25px}.chat_modal__smiles_list{display:none}.chat_modal__footer__text{background:#d7d8db;text-align:right;padding:0 0 5px 0;font-size:12px;color:#111}