#chat,#chat-app{--font-family:Roboto,Verdana,Arial,Helvetica,sans-serif;--font-weight-normal:400;--font-weight-light:300;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-family-alternative:Montserrat,Verdana,Arial,Helvetica,sans-serif;--color-title:#282b2f;--color-text:#8e95a3;--color-red:#e20000;--color-red-light:#d95959;--color-gray:#b0b5bd;--color-blue:#1c62c8;--color-gradient-red:linear-gradient(45deg,#c90d0d,#e20000);--chat-button-author-bg:var(--color-blue);--chat-button-author-border:var(--color-blue);--chat-button-author-border-width:3px;--chat-button-author-border-radius:90px;--chat-button-author-avatar-size:32px;--chat-row-gap:8px;--chat-button-height:68px;--chat-button-height-social:56px;--chat-bottom:0;--chat-active-margin:-12px;--chat-active-width:390px;--chat-form-width:240px;--message-color-manager:#368bd8;--message-color-client:#f5f8ff;--input-height:40px}#chat *,#chat-app *{box-sizing:border-box;font-family:var(--font-family)}@keyframes showMessageClient{0%{transform:scaleX(0) translate3d(0,20px,0);transform-origin:right bottom;opacity:0}to{transform:scaleX(1) translateZ(0);transform-origin:right bottom;opacity:1}}@keyframes showMessageManager{0%{transform:scaleX(0) translate3d(0,20px,0);transform-origin:left bottom;opacity:0}to{transform:scaleX(1) translateZ(0);transform-origin:left bottom;opacity:1}}@keyframes showChatNavigation{0%{transform:scale(.5) translate3d(0,23px,0);transform-origin:center bottom;opacity:0}to{transform:scale(1) translateZ(0);transform-origin:center bottom;opacity:1}}@keyframes hideChatNavigation{0%{transform:scale(1) translateZ(0);transform-origin:center bottom;opacity:1}to{transform:scale(.5) translate3d(0,20px,0);transform-origin:center bottom;opacity:0}}@keyframes showForm{0%{transform:scaleY(0) translate3d(0,20px,0);transform-origin:bottom center;opacity:0}to{transform:scaleY(1) translateZ(0);transform-origin:bottom center;opacity:1}}#chat[data-v-0b0cc8cb]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;justify-content:flex-end;position:fixed;bottom:var(--chat-bottom);right:0;transform:translateZ(0);padding-right:16px;padding-bottom:16px;z-index:99999999}#chat .icon-close-message[data-v-0b0cc8cb],#chat .icon-close-section[data-v-0b0cc8cb]{position:absolute;z-index:999;cursor:pointer}#chat .icon-close-section[data-v-0b0cc8cb]{top:8px;right:8px}#chat .icon-close-message[data-v-0b0cc8cb]{top:-56px;right:16px}.chat-aside[data-v-0b0cc8cb]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.chat-aside .chat-aside-enter-active[data-v-0b0cc8cb]{animation:showChatNavigation .15s ease-in-out both}.chat-aside .chat-aside-leave-active[data-v-0b0cc8cb]{animation:hideChatNavigation .15s ease-in-out both}.chat-main[data-v-0b0cc8cb]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end;grid-row-gap:var(--chat-row-gap);row-gap:var(--chat-row-gap)}.chat-main.chat-main-state-message[data-v-0b0cc8cb] .chat-icon{box-shadow:none}.chat-main.chat-main-state-message[data-v-0b0cc8cb] .chat-icon:before{border-radius:0 90px 90px 0}.chat-main .nav-social[data-v-0b0cc8cb]{margin-bottom:24px}@keyframes pulseWave-dc291441{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.5);opacity:0}}.chat-icon[data-v-dc291441]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border:none;outline:none;border-radius:var(--chat-button-author-border-radius);height:var(--chat-button-height);width:var(--chat-button-height);cursor:pointer;position:relative;box-shadow:0 0 15px rgba(0,0,0,.2);transition:all .15s ease-in-out;background:transparent}.chat-icon[data-v-dc291441]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--chat-button-author-bg);opacity:1;transition:all .5s ease-in-out;border-radius:90px}.chat-icon[data-v-dc291441]:hover:after{transform:scale(1) translateZ(0)}.chat-icon[data-v-dc291441]:active{box-shadow:none}.chat-icon[data-v-dc291441]:active:after{transform:scale(1.1) translateZ(0)}.chat-icon svg[data-v-dc291441]{position:relative;width:38px;height:38px}.chat-icon .icon-chat[data-v-dc291441]{margin-top:4px}.chat-icon .chat-icon-rounded[data-v-dc291441]{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;width:100%;height:100%}.chat-icon .chat-icon-rounded-item[data-v-dc291441]{position:absolute;display:block;top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:90px;border:1px solid rgba(28,98,200,.25);animation:pulseWave-dc291441 1.8s ease-out infinite}.chat-icon .chat-icon-rounded-item[data-v-dc291441]:nth-child(2){left:-8px;top:-8px;width:calc(100% + 16px);height:calc(100% + 16px)}.chat-icon .chat-icon-rounded-item[data-v-dc291441]:nth-child(3){left:-12px;top:-12px;width:calc(100% + 24px);height:calc(100% + 24px)}.nav-social.nav-social-size-small[data-v-6e050c7e]{--chat-button-height-social:36px}.nav-social.nav-social-size-small .nav-social-list[data-v-6e050c7e]{flex-direction:row}.nav-social .nav-social-list[data-v-6e050c7e]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:0;margin:0}.nav-social .nav-social-list .nav-social-list-item[data-v-6e050c7e]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;list-style-type:none}.nav-social .nav-social-list .nav-social-list-item a[data-v-6e050c7e],.nav-social .nav-social-list .nav-social-list-item span[data-v-6e050c7e]{display:-webkit-box;display:-ms-flexbox;display:flex;width:var(--chat-button-height-social);height:var(--chat-button-height-social);cursor:pointer}.nav-social .nav-social-list .nav-social-list-item a svg[data-v-6e050c7e],.nav-social .nav-social-list .nav-social-list-item span svg[data-v-6e050c7e]{width:var(--chat-button-height-social);height:var(--chat-button-height-social)}@keyframes chatShowMain-fe52c34d{0%{opacity:0;transform:scaleY(1) translate3d(20px,0,0);transform-origin:center right;border-radius:90px}50%{opacity:1;border-radius:90px 0 0 90px;transform:scaleY(1) translate3d(10px,0,0);transform-origin:center right}to{transform:scaleY(1) translateZ(0);transform-origin:center right;border-radius:90px 0 0 90px;opacity:1}}@keyframes chatHideMain-fe52c34d{0%{transform:scaleY(1) translateZ(0);transform-origin:bottom right;opacity:1}to{opacity:0;transform:scaleY(.8) translate3d(20px,0,0);transform-origin:bottom right}}@keyframes chatHideMainMd-fe52c34d{0%{transform:scaleY(1) translateZ(0);transform-origin:bottom right;opacity:1}50%{opacity:.3;transform:scaleY(.4) translateZ(0);transform-origin:bottom right}to{opacity:0;transform:scaleY(0) translate3d(20px,0,0);transform-origin:bottom right}}@keyframes chatShowMainMd-fe52c34d{0%{opacity:0;transform:scaleY(0) translate3d(48px,0,0);transform-origin:bottom right}50%{opacity:.3;transform:scaleY(.4) translateZ(0);transform-origin:bottom right}to{transform:scaleY(1) translateZ(0);transform-origin:bottom right;opacity:1}}@keyframes chatShowContentMobile-fe52c34d{0%{opacity:0;transform:scale(0) translate3d(0,100%,0);transform-origin:right bottom}50%{opacity:0}80%{opacity:1;transform:scale(1.03) translate3d(0,-15px,0);transform-origin:right bottom}to{opacity:1;transform:scale(1) translateZ(0);transform-origin:right bottom}}@keyframes chatHideContentMobile-fe52c34d{0%{opacity:1;transform:scale(1) translateZ(0);transform-origin:right bottom}to{opacity:0;transform:scale(0) translate3d(0,100%,0);transform-origin:right bottom}}.chat[data-v-fe52c34d]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;transform:translateZ(0);justify-content:flex-end;min-height:var(--chat-button-height)}.chat [data-v-fe52c34d]{z-index:1}.chat .icon-close[data-v-fe52c34d]{position:absolute;top:-32px;right:0}.chat-message-enter-active[data-v-fe52c34d]{animation:chatShowMain-fe52c34d .45s ease-in-out both}.chat-message-leave-active[data-v-fe52c34d]{animation:chatHideMain-fe52c34d .45s ease-in-out both}.chat-chat-enter-active[data-v-fe52c34d]{animation:chatShowContentMobile-fe52c34d .4s ease-in-out}.chat-chat-leave-active[data-v-fe52c34d]{animation:chatHideContentMobile-fe52c34d .2s ease-in-out}.chat.chat-state-default[data-v-fe52c34d]{position:relative;border-radius:var(--chat-button-author-border-radius);overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,.2);max-width:250px;max-height:100vh;height:var(--chat-button-height);padding:0}.chat.chat-state-default[data-v-fe52c34d]:after{opacity:1}.chat.chat-state-default[data-v-fe52c34d]:before{content:"";position:absolute;top:0;left:0;width:calc(100% - var(--chat-button-author-border-width)*2);height:calc(100% - var(--chat-button-author-border-width)*2);border:var(--chat-button-author-border-width) solid transparent;transform:scale(1.1) translateZ(0);border-radius:var(--chat-button-author-border-radius);transition:all .15s ease-in-out;background:none}.chat.chat-state-default[data-v-fe52c34d]:hover:before{transform:scale(1) translateZ(0);border:var(--chat-button-author-border-width) solid var(--chat-button-author-border)}.chat.chat-state-default[data-v-fe52c34d]:active{box-shadow:none}.chat.chat-state-default[data-v-fe52c34d]:active:before{transform:scale(1.1) translateZ(0)}.chat[data-v-fe52c34d]{--chat-padding:0}.chat.chat-state-message[data-v-fe52c34d]{border-radius:90px 0 0 90px;box-shadow:0 0 20px rgba(0,0,0,.25098);padding:var(--chat-padding);width:260px;max-width:1000px;max-height:500px;justify-content:flex-start;background:var(--color-blue)}.icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:32px;background:transparent}.icon-close:hover{border:1px solid var(--color-blue)}.icon-close svg{width:24px;height:24px;background:#dee8ff;border-radius:90px;box-shadow:0 0 10px rgba(0,0,0,.10196)}.icon-close svg:hover path{stroke:var(--color-blue)}@keyframes shake-left-right-d898df55{0%{transform:translateZ(0) scale(1) rotate(0)}33%{transform:translateZ(0) scale(1.1) rotate(-10deg)}70%{transform:translateZ(0) scale(1.1) rotate(10deg)}to{transform:translateZ(0) scale(1) rotate(0)}}.icon-chat[data-v-d898df55]{position:relative}.icon-chat.shake[data-v-d898df55]{animation:shake-left-right-d898df55 .8s ease-in-out infinite}.icon-chat .icon-preloader[data-v-d898df55]{position:absolute;top:44%;left:50%;transform:translate3d(-50%,-50%,0)}.chat-wrap[data-v-2d2262e0]{z-index:999;align-items:flex-end;justify-content:flex-end;grid-row-gap:10px;row-gap:10px;padding:8px;height:100dvh}.chat-active[data-v-2d2262e0],.chat-wrap[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.chat-active[data-v-2d2262e0]{width:100%;flex-grow:1;max-height:100%;background:#fff;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.2);overflow:hidden}.chat-active .chat-active-form[data-v-2d2262e0]{padding:0 16px 16px}.chat-active .chat-active-scroll[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:flex-end;overflow-y:auto;max-height:460px;padding-bottom:var(--chat-padding);transition:all .15s ease-in-out;height:100%}.chat-active .chat-active-scroll[data-v-2d2262e0]::-webkit-scrollbar{width:0}.chat-active .chat-active-wrapper[data-v-2d2262e0]{overflow-y:scroll}.chat-active .chat-active-wrapper[data-v-2d2262e0]::-webkit-scrollbar{width:0}.chat-active .form.form-request[data-v-2d2262e0]{margin-left:auto;margin-right:auto;max-width:var(--chat-form-width);padding-bottom:calc(var(--chat-padding)*2);padding-top:var(--chat-padding)}.chat-active .form.form-message[data-v-2d2262e0]{width:100%;margin-top:auto}.chat-active .chat-active-list[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;grid-row-gap:16px;row-gap:16px;padding:16px;justify-content:flex-end}.chat-active .chat-active-list .message-author-client[data-v-2d2262e0]{align-self:flex-end}.chat-active .chat-active-list .message[data-v-2d2262e0]:first-child{animation-delay:.02s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(2){animation-delay:.04s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(3){animation-delay:.06s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(4){animation-delay:.08s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(5){animation-delay:.1s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(6){animation-delay:.12s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(7){animation-delay:.14s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(8){animation-delay:.16s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(9){animation-delay:.18s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(10){animation-delay:.2s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(11){animation-delay:.22s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(12){animation-delay:.24s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(13){animation-delay:.26s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(14){animation-delay:.28s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(15){animation-delay:.3s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(16){animation-delay:.32s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(17){animation-delay:.34s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(18){animation-delay:.36s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(19){animation-delay:.38s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(20){animation-delay:.4s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(21){animation-delay:.42s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(22){animation-delay:.44s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(23){animation-delay:.46s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(24){animation-delay:.48s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(25){animation-delay:.5s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(26){animation-delay:.52s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(27){animation-delay:.54s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(28){animation-delay:.56s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(29){animation-delay:.58s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(30){animation-delay:.6s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(31){animation-delay:.62s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(32){animation-delay:.64s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(33){animation-delay:.66s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(34){animation-delay:.68s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(35){animation-delay:.7s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(36){animation-delay:.72s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(37){animation-delay:.74s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(38){animation-delay:.76s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(39){animation-delay:.78s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(40){animation-delay:.8s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(41){animation-delay:.82s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(42){animation-delay:.84s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(43){animation-delay:.86s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(44){animation-delay:.88s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(45){animation-delay:.9s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(46){animation-delay:.92s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(47){animation-delay:.94s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(48){animation-delay:.96s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(49){animation-delay:.98s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(50){animation-delay:1s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(51){animation-delay:1.02s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(52){animation-delay:1.04s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(53){animation-delay:1.06s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(54){animation-delay:1.08s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(55){animation-delay:1.1s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(56){animation-delay:1.12s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(57){animation-delay:1.14s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(58){animation-delay:1.16s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(59){animation-delay:1.18s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(60){animation-delay:1.2s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(61){animation-delay:1.22s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(62){animation-delay:1.24s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(63){animation-delay:1.26s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(64){animation-delay:1.28s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(65){animation-delay:1.3s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(66){animation-delay:1.32s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(67){animation-delay:1.34s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(68){animation-delay:1.36s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(69){animation-delay:1.38s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(70){animation-delay:1.4s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(71){animation-delay:1.42s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(72){animation-delay:1.44s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(73){animation-delay:1.46s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(74){animation-delay:1.48s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(75){animation-delay:1.5s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(76){animation-delay:1.52s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(77){animation-delay:1.54s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(78){animation-delay:1.56s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(79){animation-delay:1.58s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(80){animation-delay:1.6s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(81){animation-delay:1.62s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(82){animation-delay:1.64s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(83){animation-delay:1.66s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(84){animation-delay:1.68s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(85){animation-delay:1.7s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(86){animation-delay:1.72s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(87){animation-delay:1.74s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(88){animation-delay:1.76s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(89){animation-delay:1.78s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(90){animation-delay:1.8s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(91){animation-delay:1.82s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(92){animation-delay:1.84s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(93){animation-delay:1.86s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(94){animation-delay:1.88s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(95){animation-delay:1.9s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(96){animation-delay:1.92s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(97){animation-delay:1.94s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(98){animation-delay:1.96s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(99){animation-delay:1.98s}.chat-active .chat-active-list .message[data-v-2d2262e0]:nth-child(100){animation-delay:2s}.chat-active .chat-active-success[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;font-size:.8125rem;font-weight:var(--font-weight-normal);color:var(--color-text);line-height:1.4em;padding-bottom:var(--chat-padding);max-width:var(--chat-form-width);margin-left:auto;margin-right:auto;text-align:center}.chat-active .chat-button-list[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;grid-row-gap:4px;row-gap:4px;-moz-column-gap:4px;-webkit-column-gap:4px;grid-column-gap:4px;column-gap:4px;justify-content:flex-end;margin-top:auto;padding-bottom:16px;padding-top:8px}.chat-active .chat-footer[data-v-2d2262e0]{background:#f5f8ff;margin-top:auto;padding:10px}button.chat-active-close[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;-moz-column-gap:16px;-webkit-column-gap:16px;grid-column-gap:16px;column-gap:16px;align-items:center;padding:4px 4px 4px 16px;justify-content:space-between;z-index:2;text-transform:none;font-size:.9375rem;font-weight:700;color:#22335d}button.chat-active-close[data-v-2d2262e0]:hover .icon-close{border:none}button.chat-active-close[data-v-2d2262e0]:hover .icon-close path{stroke:var(--color-blue)!important}button.chat-active-close[data-v-2d2262e0] svg{box-shadow:none}.chat-message[data-v-f238e8ea]{--chat-message-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-items:flex-start;grid-row-gap:12px;row-gap:12px;grid-row-gap:var(--chat-message-bottom);row-gap:var(--chat-message-bottom)}.chat-message .message[data-v-f238e8ea],.chat-message[data-v-f238e8ea] .message{cursor:pointer}.chat-message[data-v-76d64f67]{display:-webkit-box;display:-ms-flexbox;display:flex;-moz-column-gap:16px;-webkit-column-gap:16px;grid-column-gap:16px;column-gap:16px;align-items:center;position:relative;padding-left:18px}.chat-message .icon-close[data-v-76d64f67]{position:absolute;top:-48px;right:calc(var(--chat-button-height)*-1);z-index:2}.chat-message .message[data-v-76d64f67]{line-height:1.2em;font-size:.8125rem;color:#fff;overflow:hidden;line-clamp:3;-webkit-line-clamp:3;text-overflow:ellipsis;height:3.9em;opacity:1}.chat-message .message-short[data-v-76d64f67]{display:block;margin:0}.chat-message .message-full[data-v-76d64f67]{display:none;margin:0}.chat-message .nav-social[data-v-76d64f67]{display:none}.chat-message .nav-social[data-v-76d64f67] .nav-social-list{flex-direction:row}.chat-button-author[data-v-0186ce46]{--chat-button-padding:calc(var(--chat-button-height)/2 - var(--chat-button-author-avatar-size)/2);border:none;outline:none;background:none;border-radius:var(--chat-button-author-border-radius);padding:var(--chat-button-padding) 24px var(--chat-button-padding) 10px;cursor:pointer;position:relative;overflow:hidden;transition:all .15s ease-in-out}.chat-button-author .chat-author.chat-author-size-default[data-v-0186ce46]{--chat-author-name-size:13px;--chat-author-name-weight:var(--font-weight-medium);--chat-author-name-transform:none;--chat-author-position-size:8px;--chat-author-position-transform:uppercase;--chat-author-content-gap:4px;--chat-author-avatar-size:var(--chat-button-author-avatar-size)}.chat-button-author .chat-author.chat-author-size-default[data-v-0186ce46] .chat-author-content{align-items:flex-start}circle[data-v-72d830d2]{fill:#1c62c8;transition:all .5s ease-in-out;transform-origin:center bottom}circle.active[data-v-72d830d2]{transform:scale(1.15) translateY(-.5px);fill:#1c62c8}circle.faded[data-v-72d830d2]{transform:scale(1) translateY(0);fill:#368bd8}.icon-preloader-color-color circle.active[data-v-72d830d2],.icon-preloader-color-color circle[data-v-72d830d2]{fill:#1c62c8}.icon-preloader-color-color circle.faded[data-v-72d830d2]{fill:#368bd8}.icon-preloader-color-white circle.active[data-v-72d830d2],.icon-preloader-color-white circle.faded[data-v-72d830d2],.icon-preloader-color-white circle[data-v-72d830d2]{fill:#fff}.button[data-v-45ded2b0]{background:#dee8ff;border:1px solid #dee8ff;border-radius:15px;padding:8px 13px;font-family:var(--font-family)!important;font-weight:var(--font-weight-semibold);line-height:1.5em;cursor:pointer}.button[data-v-45ded2b0],.button[data-v-45ded2b0] *{font-size:.625rem;text-transform:uppercase;color:#22335d;transition:all .15s ease-in-out}.button[data-v-45ded2b0] *{font-weight:var(--font-weight-bold);line-height:1em}.button[data-v-45ded2b0]:hover{border:1px solid var(--color-blue);color:var(--color-blue)}.button[data-v-45ded2b0]:hover *{color:var(--color-blue)}.chat-header[data-v-6a6ee6ad]{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;width:100%;background:#f5f8ff;padding:16px 16px 24px}.chat-header .icon-close[data-v-6a6ee6ad]{position:absolute;top:8px;right:8px}.chat-header .icon-close[data-v-6a6ee6ad] svg{box-shadow:none}.message[data-v-37787df7]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px;-moz-column-gap:8px;-webkit-column-gap:8px;grid-column-gap:8px;column-gap:8px;transition:all .15s ease-in-out}.message .message-wrapper[data-v-37787df7]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.message .message-date[data-v-37787df7]{font-size:.75rem;font-weight:400;color:#8e95a3}.message .message-text[data-v-37787df7]{grid-area:text;padding:20px;font-size:.875rem;font-weight:var(--font-weight-normal);line-height:1.5em;border-radius:20px;transition:all .15s ease-in-out}.message .message-footer[data-v-37787df7]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;justify-content:space-between}.message .message-name[data-v-37787df7]{grid-area:name;font-size:.6875rem;color:var(--color-text)}.message .chat-author-image[data-v-37787df7]{grid-area:avatar;align-self:flex-end}.message .icon-triangle[data-v-37787df7]{position:absolute;bottom:-1px;left:0}.message.message-content-full[data-v-37787df7]{display:grid;grid-template-areas:"text" "text"}.message.message-author-manager[data-v-37787df7]{animation:showMessageManager .3s ease-in-out both;margin-right:auto;padding-left:4px}.message.message-author-manager .nav-social[data-v-37787df7]{margin-left:auto}.message.message-author-manager .message-wrapper[data-v-37787df7]{padding-left:4px}.message.message-author-manager .message-text[data-v-37787df7]{background:var(--message-color-manager);color:#fff;border-radius:20px;margin-right:auto}.message.message-author-client[data-v-37787df7]{animation:showMessageClient .3s ease-in-out both;margin-left:auto;padding-right:4px}.message.message-author-client .message-date[data-v-37787df7]{margin-left:auto}.message.message-author-client .message-wrapper[data-v-37787df7]{padding-right:4px}.message.message-author-client .icon-triangle[data-v-37787df7]{position:absolute;bottom:-1px;right:0;left:auto;transform:scaleX(-1)}.message.message-author-client .message-text[data-v-37787df7]{background:var(--message-color-client);color:#22335d;margin-left:auto}.message.message-state-writing[data-v-37787df7]{display:grid;grid-template-areas:"text"}.message.message-state-writing .message-text[data-v-37787df7]{padding:2px 8px}.form.form-message[data-v-507280aa]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;-moz-column-gap:16px;-webkit-column-gap:16px;grid-column-gap:16px;column-gap:16px;position:relative}.form.form-message[data-v-507280aa] .input,.form.form-message[data-v-507280aa] input,.form.form-message[data-v-507280aa] textarea{--input-border-color:#e4ebfa;--input-label-border-active:var(--color-blue);--input-border-radius:15px;--input-padding-left:24px;--input-padding-right:66px;--input-label-color:var(--color-text);--input-label-color-active:var(--color-text);--input-label-border-active:#e4ebfa;height:56px}.form.form-message .form-input[data-v-507280aa]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:absolute;flex:0 0 var(--input-height);width:var(--input-height);height:var(--input-height);border:none;border-radius:var(--input-height);padding:0 0 0 2px;overflow:hidden;transition:all .15s ease-in-out;cursor:pointer;right:8px;top:calc(50% - var(--input-height)/2);z-index:2}.form.form-message .form-input[data-v-507280aa]:hover{box-shadow:0 0 10px rgba(0,0,0,.2);border:var(--chat-button-author-border-width) solid var(--chat-button-author-border)}.form.form-message .form-input[data-v-507280aa]:active{box-shadow:none}.form.form-message .form-input[data-v-507280aa]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:var(--chat-button-author-bg);transition:all .15s ease-in-out}.form.form-message .form-input[data-v-507280aa]:disabled{background:#ddd;cursor:not-allowed}.form.form-message .form-input[data-v-507280aa]:disabled:hover{border:none;box-shadow:none}.form.form-message .form-input[data-v-507280aa]:disabled:before{content:"";opacity:0}.form.form-message .form-input[data-v-507280aa]:disabled path{fill:var(--color-gray)!important}.form.form-message .form-input svg[data-v-507280aa]{position:relative;width:24px;height:24px;z-index:2}.form.form-message .form-input svg[data-v-507280aa] path{transition:all .15s ease-in-out}.form.form-message .form-input[data-v-507280aa] path{fill:#fff!important}.form.form-request[data-v-8ae677e6]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px;animation:showForm .3s ease-in-out both}.form.form-request .form-request-header[data-v-8ae677e6]{font-size:.75rem;margin-bottom:8px;text-align:center;color:var(--color-gray);line-height:1.3em;padding-left:8px;padding-right:8px}.form.form-request .input[data-v-8ae677e6]{--input-border-color:rgba(0,0,0,0.1);--input-label-size:13px;--input-label-size-active:10px}.form.form-request .input[data-v-8ae677e6] input{padding-top:12px;padding-bottom:0;text-align:center}.form.form-request .input[data-v-8ae677e6] label{background:none;padding-bottom:0;width:calc(100% - var(--input-padding-left)*2);text-align:center}.form.form-request .form-policy[data-v-8ae677e6]{font-size:.75rem;font-weight:var(--font-weight-light);color:var(--color-title);margin-top:8px;text-align:center;line-height:1.4em;padding-bottom:16px}.form.form-request .form-policy[data-v-8ae677e6] p{margin-top:0;margin-bottom:0}.form.form-request .form-policy[data-v-8ae677e6] a{font-weight:var(--font-weight-bold);color:var(--color-blue);-webkit-text-decoration:underline;text-decoration:underline}.form.form-request .form-input[data-v-8ae677e6]{position:relative;border:none;border-radius:10px;background:var(--chat-button-author-bg);height:var(--input-height);cursor:pointer;overflow:hidden;transition:all .15s ease-in-out}.form.form-request .form-input[data-v-8ae677e6]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:var(--chat-button-author-bg);transition:all .15s ease-in-out;z-index:0}.form.form-request .form-input[data-v-8ae677e6]:disabled{background:#ddd;cursor:not-allowed}.form.form-request .form-input[data-v-8ae677e6]:disabled:hover{border:none;box-shadow:none}.form.form-request .form-input[data-v-8ae677e6]:disabled:before{opacity:0}.form.form-request .form-input:disabled .form-input-text[data-v-8ae677e6]{color:var(--color-gray)}.form.form-request .form-input[data-v-8ae677e6]:active,.form.form-request .form-input[data-v-8ae677e6]:focus,.form.form-request .form-input[data-v-8ae677e6]:hover{outline:none}.form.form-request .form-input[data-v-8ae677e6]:hover{box-shadow:0 0 10px rgba(0,0,0,.2);border:var(--chat-button-author-border-width) solid var(--chat-button-author-border)}.form.form-request .form-input[data-v-8ae677e6]:active{box-shadow:none}.form.form-request .form-input .form-input-text[data-v-8ae677e6]{display:block;position:relative;z-index:2;text-transform:uppercase;color:#fff;font-family:var(--font-family-alternative)!important;font-weight:var(--font-weight-bold);font-size:.6875rem;transition:all .15s ease-in-out}.chat-author[data-v-5aaa6cb7]{--chat-author-content-gap:4px;--chat-author-avatar-size:40px;--chat-author-name-transform:none;--chat-author-name-size:15px;--chat-author-name-color:var(--color-title);--chat-author-name-weight:var(--font-weight-bold);--chat-author-position-size:10px;--chat-author-position-color:var(--color-text);--chat-author-position-weight:var(--font-weight-light);--chat-author-position-transform:none;--chat-author-online-size:4px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-moz-column-gap:16px;-webkit-column-gap:16px;grid-column-gap:16px;column-gap:16px}.chat-author .chat-author-image[data-v-5aaa6cb7]{--online-size:var(--chat-author-online-size);--avatar-size:var(--chat-author-avatar-size)}.chat-author .chat-author-content[data-v-5aaa6cb7]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;grid-row-gap:var(--chat-author-content-gap);row-gap:var(--chat-author-content-gap);margin:0}.chat-author .chat-author-content .chat-author-content-name[data-v-5aaa6cb7]{display:block;font-size:var(--chat-author-name-size);font-weight:var(--chat-author-name-weight);line-height:1.2em;color:var(--chat-author-name-color);text-transform:var(--chat-author-name-transform);text-align:left}.chat-author .chat-author-content .chat-author-content-position[data-v-5aaa6cb7]{display:block;font-size:var(--chat-author-position-size);font-weight:var(--chat-author-position-weight);line-height:1.3em;color:var(--chat-author-position-color);text-transform:var(--chat-author-position-transform);text-align:left}.chat-author .chat-author-content .chat-author-content-tags[data-v-5aaa6cb7]{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;flex-flow:row wrap;grid-gap:4px;gap:4px;margin:0;padding:0}.chat-author .chat-author-content .chat-author-content-tags li[data-v-5aaa6cb7]{list-style-type:none;padding:0}.chat-author.chat-author-size-small[data-v-5aaa6cb7]{--chat-author-avatar-size:26px}.chat-author.chat-author-size-medium[data-v-5aaa6cb7]{--chat-author-avatar-size:36px}.chat-author.chat-author-size-default[data-v-5aaa6cb7]{--chat-author-avatar-size:40px;--chat-author-position-size:11px}.chat-author.chat-author-color-white[data-v-5aaa6cb7]{--chat-author-position-color:#fff;--chat-author-name-color:#fff}.chat-author.chat-author-type-name[data-v-5aaa6cb7]{-moz-column-gap:10px;-webkit-column-gap:10px;grid-column-gap:10px;column-gap:10px}.link-phone[data-v-ec1aaddd]{--link-phone-size:24px;width:24px;width:var(--link-phone-size);height:24px;height:var(--link-phone-size)}.link-phone[data-v-ec1aaddd]:hover path{fill:var(--color-blue)!important}.chat-author-image[data-v-9b77f39a]{--online-size:4px;--avatar-size:40px;position:relative}.chat-author-online[data-v-9b77f39a]{position:absolute;top:9%;right:9%;width:var(--online-size);height:var(--online-size);border-radius:var(--online-size);background:#29e747;z-index:4}.chat-author-avatar[data-v-9b77f39a]{position:relative;width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--avatar-size);overflow:hidden}.chat-author-avatar .chat-author-avatar-image[data-v-9b77f39a]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.icon-triangle.icon-triangle-color-white path[data-v-ada7d755]{fill:var(--message-color-manager)}.icon-triangle.icon-triangle-color-gray path[data-v-ada7d755]{fill:var(--message-color-client)}.input[data-v-471b3a13]{--input-label-padding:4px;--input-label-size-active:12px;--input-label-border-active:var(--color-blue);--input-label-color-active:var(--color-blue)}.input input[data-v-471b3a13],.input textarea[data-v-471b3a13]{font-size:1rem;font-weight:var(--font-weight-medium);transition:all .15s ease-in-out}.input textarea[data-v-471b3a13]{resize:none;max-height:300px}.input label[data-v-471b3a13]{transition:all .15s ease-in-out;cursor:text;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:calc(100% - var(--input-padding-left)*2)}.input:hover input[data-v-471b3a13],.input:hover textarea[data-v-471b3a13]{border:1px solid var(--input-label-border-active)}.input.input-state-active:hover label[data-v-471b3a13],.input:hover input:active~label[data-v-471b3a13],.input:hover input:focus~label[data-v-471b3a13],.input:hover label[data-v-471b3a13],.input:hover textarea:active~label[data-v-471b3a13],.input:hover textarea:focus~label[data-v-471b3a13]{color:var(--input-label-color-active)}.input.input-state-active input[data-v-471b3a13],.input.input-state-active textarea[data-v-471b3a13],.input input[data-v-471b3a13]:active,.input input[data-v-471b3a13]:focus,.input textarea[data-v-471b3a13]:active,.input textarea[data-v-471b3a13]:focus{padding-top:24px}.input.input-state-active label[data-v-471b3a13],.input input:active~label[data-v-471b3a13],.input input:focus~label[data-v-471b3a13],.input textarea:active~label[data-v-471b3a13],.input textarea:focus~label[data-v-471b3a13]{top:4px;transform:translateZ(0);font-size:var(--input-label-size-active);font-weight:var(--font-weight-regular);color:var(--color-text);padding-top:var(--input-label-padding);padding-bottom:var(--input-label-padding);width:100%}.input[data-v-471b3a13]{--input-border-color:rgba(0,0,0,0.1);--input-border-radius:10px;--input-padding-left:24px;--input-padding-top:20px;--input-padding-right:24px;--input-padding-bottom:16px;--input-label-color:var(--color-title);--input-label-weight:var(--font-weight-regular);--input-label-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.input input[data-v-471b3a13],.input select[data-v-471b3a13],.input textarea[data-v-471b3a13]{border:1px solid var(--input-border-color);border-radius:var(--input-border-radius);height:var(--input-height);width:100%;background:#fff;padding:var(--input-padding-top) var(--input-padding-right) var(--input-padding-bottom) var(--input-padding-left);color:#282b2f}.input input[data-v-471b3a13]:active,.input input[data-v-471b3a13]:focus,.input input[data-v-471b3a13]:hover,.input select[data-v-471b3a13]:active,.input select[data-v-471b3a13]:focus,.input select[data-v-471b3a13]:hover,.input textarea[data-v-471b3a13]:active,.input textarea[data-v-471b3a13]:focus,.input textarea[data-v-471b3a13]:hover{outline:none}.input option[data-v-471b3a13]{margin:0;padding:0}.input label[data-v-471b3a13]{position:absolute;left:var(--input-padding-left);top:50%;transform:translate3d(0,-50%,0);font-weight:var(--input-label-weight);font-size:var(--input-label-size);color:#282b2f}.tag[data-v-3c2c5fcd]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:4px 8px;border-radius:8px;font-size:.625rem;text-transform:uppercase;font-weight:700;line-height:1.3em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag.tag-color-blue[data-v-3c2c5fcd]{background:#dee8ff;color:var(--color-blue)}.tag.tag-color-transparent[data-v-3c2c5fcd]{color:#838eab;border:1px solid #d6dde9;background:transparent}@media (min-width:768px){#chat[data-v-0b0cc8cb]{left:auto;right:32px;bottom:32px;transform:translateZ(0);max-width:calc(var(--chat-active-width) + var(--chat-button-height) + var(--chat-row-gap))}#chat .icon-close-message[data-v-0b0cc8cb]{display:none}.chat-main[data-v-0b0cc8cb]{flex-direction:row;align-items:flex-end;-moz-column-gap:8px;-webkit-column-gap:8px;grid-column-gap:8px;column-gap:8px}.chat-main.chat-main-state-chat .chat[data-v-0b0cc8cb]{z-index:2}.chat-main.chat-main-state-message[data-v-0b0cc8cb] .chat-icon:before{border-radius:90px}.chat-message-enter-active[data-v-fe52c34d]{animation:chatShowMainMd-fe52c34d .45s ease-in-out both}.chat-message-leave-active[data-v-fe52c34d]{animation:chatHideMainMd-fe52c34d .3s ease-in-out both}.chat.chat-state-message[data-v-fe52c34d]{width:400px;max-width:400px;border-radius:20px}.chat-wrap[data-v-2d2262e0]{background:transparent;padding:0;height:auto;min-height:600px}.chat-active[data-v-2d2262e0]{height:auto;max-height:95dvh}button.chat-active-close[data-v-2d2262e0]{display:none}.chat-message .message.message-type-client[data-v-f238e8ea],.chat-message .message.message-type-manager[data-v-f238e8ea]{order:1}.chat-message[data-v-76d64f67]{flex-flow:row wrap;align-items:flex-start;grid-row-gap:16px;row-gap:16px;padding:20px}.chat-message .chat-author[data-v-76d64f67]{order:1;flex-grow:.5;height:var(--avatar-size)}.chat-message .message[data-v-76d64f67]{font-size:.875rem;line-height:1.5em;height:4.5em;width:100%;padding-right:32px}.chat-message .message-short[data-v-76d64f67]{display:none}.chat-message .message-full[data-v-76d64f67]{display:block}.chat-message .nav-social[data-v-76d64f67]{--chat-button-height-social:36px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:.5;order:1;justify-content:flex-end;height:36px;height:var(--chat-button-height-social)}}@media (max-width:767px){#chat[data-v-0b0cc8cb]{transition:all .2s ease-in-out,background .2s ease-in-out;width:var(--chat-button-height);height:var(--chat-button-height)}#chat[data-v-0b0cc8cb]:before{content:"";position:absolute;bottom:0;right:0;width:calc(100% + 100px);height:calc(100% + 100px);background:-o-linear-gradient(140deg,#dee8ff,rgba(222,232,255,0) 50%);background:linear-gradient(310deg,#dee8ff,rgba(222,232,255,0) 50%)}#chat.chat-state-chat[data-v-0b0cc8cb]{transition:all .2s ease-in-out,background .1s ease-in-out;width:100dvw;height:100dvh;padding:0;background:rgba(24,40,79,.6)}#chat.chat-state-chat[data-v-0b0cc8cb]:after,#chat.chat-state-chat[data-v-0b0cc8cb]:before{content:none}#chat .icon-close-section[data-v-0b0cc8cb],.chat-aside .nav-social[data-v-0b0cc8cb]{display:none}.chat-main.chat-main-state-chat[data-v-0b0cc8cb]{width:100%;height:100%}.chat-main.chat-main-state-chat .chat-icon[data-v-0b0cc8cb]{display:none}.chat[data-v-fe52c34d]{width:100%}.chat.chat-state-default[data-v-fe52c34d]{--chat-button-height:0;width:100%}.chat.chat-state-default[data-v-fe52c34d]:before{content:none}.chat-active .chat-active-scroll[data-v-2d2262e0]{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-height:100%}.chat-message .message.message-type-client[data-v-f238e8ea],.chat-message .message.message-type-manager[data-v-f238e8ea]{color:var(--color-title);background:none;padding:0;padding-bottom:var(--chat-message-bottom);border-bottom:1px solid rgba(0,0,0,.1)}.chat-button-author[data-v-0186ce46],.chat-header .icon-close[data-v-6a6ee6ad],.chat-message .chat-author[data-v-76d64f67] .chat-author-content{display:none}}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}[dir=ltr] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir=rtl] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);height:44px;height:var(--swiper-navigation-size);margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:2.75rem;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-feature-settings:normal,;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
