.venom-button{position:fixed;bottom:15px;left:15px;z-index:1000;font-size:14px;transition:bottom .2s}.venom-button .venom-button-button{position:relative;border-radius:50%;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow .2s;cursor:pointer;overflow:hidden}@media (max-width:992px){.venom-button .venom-button-button i{font-size:40px!important;color:#fff!important;margin-left:14px;margin-top:10px}.venom-button .venom-button-button{position:relative;border-radius:50%;width:60px!important;height:60px!important;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow .2s;cursor:pointer;overflow:hidden}}.venom-button .venom-button-button i{font-size:51px;color:#fff!important;margin-left:14px;margin-top:10px}.venom-button .venom-button-button img,.venom-button .venom-button-button svg{position:absolute;width:86px;height:auto;object-fit:cover;top:50%;left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%}.venom-button:hover{bottom:17px}.venom-button:hover .venom-button-button{box-shadow:1px 2px 8px rgba(60,60,60,.4)}.venom-button .venom-button-popup{border-radius:6px;background-color:#e5ddd5;position:absolute;overflow:hidden;padding:0;box-shadow:1px 2px 8px rgba(60,60,60,.25);width:0;height:0;bottom:0;opacity:0;transition:bottom .1s ease-out,opacity .2s ease-out;transform-origin:bottom}.venom-button .venom-button-popup.active{padding:0 12px 12px 12px;width:354px;height:auto;bottom:82px;opacity:1;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png)}.venom-button .venom-button-popup .venom-button-message{background-color:#fff;padding:8px;border-radius:0 5px 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);opacity:0;transition:opacity .2s}.venom-button .venom-button-popup.active .venom-button-message{opacity:1;transition-delay:.2s;margin-bottom:36px;margin-top:37px;font-family:var(--pagefont);line-height:30px;width:326px}.venom-button .venom-button-popup .venom-button-head{text-align:right;color:#fff;margin:0 -16px 10px -37px;display:flex;justify-content:space-between;cursor:pointer;-webkit-box-align:center;align-items:center;padding:24px 34px}.venom-button .venom-button-input-message{background-color:#fff;margin:10px -15px -15px -15px;padding:0 15px;display:flex;align-items:center}.venom-button .venom-button-input-message textarea{border:1px solid #ccc;border-radius:4px;box-shadow:none;padding:8px;margin:10px 0;width:100%;max-width:100%;font-family:inherit;font-size:inherit;resize:none}.venom-button .venom-button-btn-send{margin-left:12px;font-size:0;cursor:pointer}@media(max-width:350px){.venom-button .venom-button-popup.active{width:302px}.venom-button .venom-button-popup.active .venom-button-message{margin-top:3px;width:270px}.venom-button .venom-button-popup .venom-button-head{padding:9px 34px}}