.main-chat-ostera{--o-chat-padding-content:15px;--o-chat-border-radius:15px;--o-chat-primary:#c0ff36;--o-chat-secondary:#91e257;--o-chat-secondary-dark:#5a8737;--o-action-color:#fe4000;--o-action-color-hover:#c52f00;--o-z-index-base:999;--o-chat-message-padding-bottom:60px;--o-chat-main-button-size:60px;-webkit-font-smoothing:antialiased!important;bottom:20px;font-family:Gilroy,sans-serif;position:fixed;right:20px;transition:background .65s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:var(--o-z-index-base)}.main-chat-ostera.activated{visibility:visible}.main-chat-ostera .o-hide{display:none!important}.main-chat-ostera .o-spacer{flex-grow:1}@keyframes rotateLeftOnly{0%{scale:1.2;transform:rotate(0deg)}50%{scale:1;transform:rotate(-20deg)}to{scale:1.2;transform:rotate(0deg)}}@keyframes scaleOnly{0%{scale:1}50%{scale:1.15}to{scale:1}}.main-chat-ostera a{text-decoration:none}.main-chat-ostera .o-opacity-hidden{opacity:0!important}.main-chat-ostera .o-rotate-y-180{opacity:0!important;transform:rotateY(180deg)!important}.main-chat-ostera>.chat-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.main-chat-ostera>.ostera-show-button{background:var(--o-action-color);box-shadow:1px 0 4px 2px rgba(0,0,0,.33);-webkit-box-shadow:1px 0 4px 2px rgba(0,0,0,.33);-moz-box-shadow:1px 0 4px 2px rgba(0,0,0,.33);cursor:pointer;position:relative;transition:opacity .3s ease,transform .3s ease,background .2s ease,scale .3s ease-out}.main-chat-ostera>.ostera-show-button,.main-chat-ostera>.ostera-show-button .osb-buttons{align-items:center;border-radius:50%;display:flex;height:var(--o-chat-main-button-size);justify-content:center;width:var(--o-chat-main-button-size)}.main-chat-ostera>.ostera-show-button .osb-buttons>img{height:50px;width:50px}.main-chat-ostera>.ostera-show-button .osb-buttons>img.o-icon-phone{bottom:0;height:26px;left:calc(50% - 13px);right:0;top:calc(50% - 13px);width:26px}.main-chat-ostera>.ostera-show-button .osb-buttons>img.o-icon-chat{animation:scaleOnly 2s ease-out infinite;bottom:0;height:38px;left:calc(50% - 20px);right:0;top:calc(50% - 17px);width:38px}.main-chat-ostera>.ostera-show-button .osb-buttons>img.o-icon-phone{animation:rotateLeftOnly 3s ease-out infinite}.main-chat-ostera>.ostera-show-button .osb-buttons>img.o-icon-close{height:30px;width:30px}.main-chat-ostera>.ostera-show-button .osb-buttons.o-with-abs{perspective:1000px;position:relative}.main-chat-ostera>.ostera-show-button .osb-buttons.o-with-abs img{backface-visibility:hidden;opacity:1;position:absolute;transform-style:preserve-3d;transition:opacity 1s linear,transform .8s cubic-bezier(.75,-.01,0,.9)}.main-chat-ostera>.ostera-show-button:hover{background:var(--o-action-color-hover)}.main-chat-ostera>.ostera-show-button .ostera-menu-action{background:#fff;border-radius:var(--o-chat-border-radius);bottom:calc(var(--o-chat-main-button-size) + 15px);box-shadow:-1px -1px 12px 0 #bfbfc6;overflow:hidden;position:absolute;right:0}.main-chat-ostera>.ostera-show-button .ostera-menu-action>a{align-items:center;border-bottom:1px solid transparent;color:#343434;display:flex;gap:20px;justify-content:start;padding:13px 15px;text-decoration:none;transition:background .3s ease;white-space:nowrap;word-break:break-all}.main-chat-ostera>.ostera-show-button .ostera-menu-action>a:not(:last-of-type){border-bottom:1px solid #ededed}.main-chat-ostera>.ostera-show-button .ostera-menu-action>a:hover{background-color:var(--o-chat-primary)}.main-chat-ostera>.ostera-show-button .ostera-menu-action>a img,.main-chat-ostera>.ostera-show-button .ostera-menu-action>a>span:first-of-type{width:24px}.main-chat-ostera>.ostera-show-button .ostera-menu-action>a img.w22{width:20px}.main-chat-ostera>.ostera-self-chat{background-color:var(--o-chat-primary);background-image:url(/img/chat/pat-52.png);background-size:cover;border:1px solid #fff;border-radius:var(--o-chat-border-radius);box-shadow:-1px 5px 10px 5px rgba(34,60,80,.27);display:flex;display:none;flex-direction:column;justify-content:stretch;max-height:600px;overflow:hidden;width:370px}.main-chat-ostera>.ostera-self-chat.active{display:flex}.main-chat-ostera>.ostera-self-chat>.chat-header{align-items:center;display:flex;gap:10px;padding:var(--o-chat-padding-content)}.main-chat-ostera>.ostera-self-chat>.chat-header>.ch-text{align-items:center;background:url(/img/logo_color.svg) 50% no-repeat;background-size:156px;display:flex;flex-direction:column;flex-grow:1;gap:5px;height:40px;overflow:hidden}.main-chat-ostera>.ostera-self-chat>.chat-header>.ch-text>div{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-chat-ostera>.ostera-self-chat>.chat-header>.ch-actions a.close-pointer-action{align-items:center;background:var(--o-chat-secondary);border-radius:50%;cursor:pointer;display:inline-flex;height:26px;justify-content:center;transition:background .35s ease-out;width:26px}.main-chat-ostera>.ostera-self-chat>.chat-header>.ch-actions a.close-pointer-action>svg{stroke:#fff;outline:none;width:20px}.main-chat-ostera>.ostera-self-chat>.chat-header>.ch-actions a.close-pointer-action:hover{background:var(--o-chat-secondary-dark)}.main-chat-ostera>.ostera-self-chat>.chat-body{background:linear-gradient(to bottom right,#343434,#655331);border-top-left-radius:var(--o-chat-border-radius);border-top-right-radius:var(--o-chat-border-radius);display:flex;flex-direction:column;flex-grow:1}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-body-header-buttons{align-items:center;display:flex;gap:25px;justify-content:center;margin:15px 0}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-body-header-buttons>a{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:5px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-body-header-buttons>a:hover>svg #Oval{fill:#595959}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self{border-top-left-radius:var(--o-chat-border-radius);border-top-right-radius:var(--o-chat-border-radius);color:#e6e6e6;flex-grow:1;gap:5px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self[render-mode=messages]>.messages-list{height:calc(100vh - 191px)}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list{display:flex;flex-direction:column;flex-grow:1;gap:19px;overflow-y:scroll;padding:15px 10px;padding-bottom:var(--o-chat-message-padding-bottom);scrollbar-color:#c0ff36 rgba(255,0,31,0);scrollbar-width:thin}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item{align-self:start;flex-shrink:0}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item.o-is_sended{align-self:end}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item[type=date]{align-self:center}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-separator{border-radius:23px;color:#bfbfbf;font-size:13px;text-align:center}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message{align-items:flex-end;display:flex;font-size:14px;gap:10px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message .content-sub-list{background:#f5f5f5;border-radius:var(--o-chat-border-radius);box-shadow:-1px 5px 10px 5px rgba(34,60,80,.27);display:flex;flex-direction:column;gap:10px;padding:8px 15px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message .content-sub-list .o-self-text{color:#000;flex-grow:1;line-height:1.3;word-break:break-all}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message .content-sub-list .o-self-text a{word-wrap:break-word;color:var(--o-action-color);text-decoration:none}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message .content-sub-list .o-self-image{border-radius:var(--o-chat-border-radius);flex-grow:1;overflow:hidden}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message .content-sub-list .o-self-image>img{cursor:pointer;height:126px;max-width:100%}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message>.o-self-date{color:gray;font-size:13px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message.o-is_sended-self{flex-direction:row-reverse}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-chat-message-item>.o-item-message.o-is_sended-self .content-sub-list{background:var(--o-chat-primary)}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>a.link-personal-data{color:grey;font-size:13px;letter-spacing:1.1px;text-align:center;text-decoration:underline}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth{background:var(--o-chat-primary);border:1px solid #fff;border-radius:var(--o-chat-border-radius);color:#343434;position:relative}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-data{border-radius:var(--o-chat-border-radius);padding:10px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-header{font-size:18px;font-weight:200}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-form{display:flex;flex-direction:column;font-size:14px;gap:10px;margin-top:20px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-form>div{display:flex;flex-direction:column;gap:2px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-form>div input{border:1px solid #c5c5c5;border-radius:11px;padding:10px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-form>div.oaf-error{color:red}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-form>div.oaf-error input{border:1px solid red}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.messages-list>.o-form-auth .ofa-submit{align-items:center;background:var(--o-action-color);border-radius:11px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-top:23px;padding:7px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input{align-items:flex-end;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:hsla(0,0%,96%,.48);border:1px solid var(--o-chat-primary);border-radius:11px;bottom:2px;display:flex;flex-basis:0;flex-shrink:0;justify-content:space-between;left:0;margin:0 10px 2px;overflow:hidden;padding:2px;position:absolute;right:6px;z-index:calc(var(--o-z-index-base) + 1)}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-input{align-items:center;display:flex;flex-grow:1}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-input>textarea{word-wrap:break-word;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#fff;background-color:hsla(0,0%,96%,.48);border:none;border-radius:10px;color:#000;font-size:14px;line-height:20px;max-height:100px;min-height:40px;min-width:100%;outline:none;padding:10px 10px 10px 15px;resize:none;scrollbar-color:#c0ff36 rgba(255,0,31,0);scrollbar-width:thin;text-align:left;white-space:pre-wrap;width:100%;word-break:break-word}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-input>textarea:focus{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#f5f5f5}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-actions{align-items:center;display:flex;gap:2px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-actions>.o-send-text{align-items:center;background:var(--o-action-color);border-radius:50%;cursor:pointer;display:flex;height:39px;justify-content:center;opacity:0;position:absolute;transition:opacity .65s cubic-bezier(.4,0,.2,1),background .5s ease;width:39px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-actions>.o-send-text.has-text{margin-left:5px;opacity:1;position:static}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self>.chat-input>.o-actions>.o-send-text:hover{background:var(--o-action-color-hover)}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self[render-mode=auth]{--o-chat-message-padding-bottom:10px}.main-chat-ostera>.ostera-self-chat>.chat-body>.chat-self[render-mode=auth]>.chat-input{display:none}@media (max-width:450px){.main-chat-ostera{bottom:90px}.main-chat-ostera.o-opened-chat{bottom:0;left:0;right:0;top:0}.main-chat-ostera.o-opened-chat>.ostera-self-chat{border:0;border-radius:0;box-shadow:none;height:100vh;max-height:100vh;width:100%}.main-chat-ostera.o-opened-chat>.ostera-self-chat>.chat-body>.chat-self[render-mode=messages]>.messages-list{height:calc(100vh - 74px)}}
