@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif}.pobo-support-form{width:100%;max-width:700px;margin:0 auto;font-family:Roboto,sans-serif;padding:25px 10px;transition:opacity .25s ease-in-out}.pobo-support-form--hidden{opacity:0}.pobo-support-form__iframe{height:700px;display:flex;flex-direction:column;justify-content:center}.pobo-support-form__loading:before{content:"";position:fixed;left:0;top:0;width:100vw;height:100vh;background:#00000040;z-index:6}.pobo-support-form__loading:after{content:"";position:fixed;top:50%;left:50%;width:60px;height:60px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;transform:translate(-50%,-50%);animation:spin 1s linear infinite;z-index:9}.pobo-support-form__head{display:flex;flex-direction:column;gap:17px}.pobo-support-form__head-logo{width:100%;max-width:170px}.pobo-support-form__right{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center}.pobo-support-form__right h2{text-align:center;font-size:29px;margin-bottom:10px}.pobo-support-form__right p{font-size:17px;color:#545454;line-height:1.4;text-align:center}.pobo-support-form__circle{width:20px;height:20px;border-radius:50%;box-shadow:0 2px 4px #0003;transition:all .3s ease-in-out}.pobo-support-form__circle--active{background:#02ba10;border:1px solid #017406;box-shadow:0 0 8px #02ba10;animation:online-animation 3s infinite alternate}.pobo-support-form__circle--offline{background:#ffe645;border:1px solid #d3ba00;box-shadow:0 0 8px #ffe645;animation:offline-animation 3s infinite alternate}.pobo-support-form__circle-wrap{display:flex;align-items:center;gap:7px;text-transform:uppercase;font-weight:500;font-size:14px}.pobo-support-form__information{margin-top:35px}.pobo-support-form__information h2{color:#02044a;font-weight:700;margin-bottom:10px}.pobo-support-form__information p{color:#494a7d;font-weight:400;font-size:17px}.pobo-support-form__btn-wrap{display:flex;justify-content:flex-end;margin-top:35px;gap:20px}.pobo-support-form__btn{cursor:pointer;color:#fff;font-size:16px;font-weight:600;padding:14px 24px;border-radius:8px;background:#649b0d linear-gradient(180deg,#7baa31,#649b0d) repeat-x;border:1px solid #649b0d;box-shadow:inset 0 1px #ffffff26,0 4px 12px #649b0d33;display:flex;justify-content:center;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:140px}.pobo-support-form__btn img{width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.pobo-support-form__btn:hover{background:#4d780a linear-gradient(180deg,#688c2f,#4d780a) repeat-x;border-color:#466c09;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff26,0 8px 20px #649b0d4d}.pobo-support-form__btn:hover img{transform:translate(2px)}.pobo-support-form__btn:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff26,0 2px 8px #649b0d33}.pobo-support-form__btn:disabled{position:relative;cursor:not-allowed;transform:none;background:#9ca3af;border-color:#9ca3af;box-shadow:none}.pobo-support-form__btn:disabled:hover{transform:none;background:#9ca3af;box-shadow:none}@media screen and (max-width: 768px){.pobo-support-form__btn{width:100%;min-width:auto}}.pobo-support-form__btn-gray{cursor:pointer;color:#6b7280;font-size:16px;font-weight:600;padding:14px 24px;border-radius:8px;background:#fffc;border:1px solid #d1d5db;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:140px}.pobo-support-form__btn-gray:hover{color:#374151;background:#fff;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.pobo-support-form__btn-gray:active{transform:translateY(0);box-shadow:0 2px 4px #0000000f}@media screen and (max-width: 768px){.pobo-support-form__btn-gray{width:100%;min-width:auto}}.pobo-support-form__app-components{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.pobo-support-form__all-info{width:100%;border:3px dotted #d3d3d3;padding:30px;margin-top:35px}.pobo-support-form__all-info ul{list-style-type:none;overflow:hidden;text-overflow:ellipsis}.pobo-support-form__all-info li{position:relative;padding-left:20px;font-size:17px;margin:10px 0;color:#02044a}.pobo-support-form__all-info li:before{content:"";position:absolute;left:0;top:50%;width:10px;height:10px;background-color:#a4a4a4;border-radius:50%;transform:translateY(-50%)}.grecaptcha-badge{display:none!important}@keyframes online-animation{0%,33%{background:#02ba10}16.5%{background:#04ea17}33.1%,to{background:#02ba10}}@keyframes offline-animation{0%,33%{background:#ffe645}16.5%{background:#eed643}33.1%,to{background:#ffe645}}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease-in-out}.fade-enter,.fade-leave-to{opacity:0}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.pobo-support-problem{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}.pobo-support-problem__ab{grid-column:1/-1;aspect-ratio:inherit!important;display:flex;flex-direction:row!important;gap:15px}.pobo-support-problem__ab img{max-width:38px!important;margin-bottom:0!important}@media screen and (max-width: 926px){.pobo-support-problem{grid-template-columns:repeat(2,1fr);gap:5px;padding:15px}}.pobo-support-problem__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid rgba(223,223,232,.48);border-radius:25px;aspect-ratio:1/1;text-decoration:none;font-size:17px;font-weight:600;padding:15px;color:#000}@media screen and (max-width: 926px){.pobo-support-problem__item{width:100%;aspect-ratio:unset}}.pobo-support-problem__item:hover,.pobo-support-problem__item--active{border-color:#649b0d}.pobo-support-problem__item img{width:100%;max-width:70px;margin-bottom:20px}.success-page{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:800px;margin:50px auto 0}.success-page img{width:100%;max-width:150px}.success-page h2{font-size:80px;margin-top:20px;text-align:center}@media screen and (max-width: 926px){.success-page h2{font-size:45px}}.success-page h3{font-size:20px;margin-top:10px;text-align:center;text-transform:uppercase}.success-page__recapitulation{width:100%}.success-page__recapitulation-info{width:100%;border:3px dotted #d3d3d3;padding:30px;margin-top:35px;overflow:hidden}.success-page__recapitulation-info ul{list-style-type:none}.success-page__recapitulation-info li{position:relative;padding-left:20px;font-size:17px;margin:10px 0;color:#02044a}.success-page__recapitulation-info li:before{content:"";position:absolute;left:0;top:50%;width:10px;height:10px;background-color:#a4a4a4;border-radius:50%;transform:translateY(-50%)}.success-page__reload{margin-top:35px}.success-page__btn{cursor:pointer;color:#fff;font-size:18px;padding:12px 17px;border-radius:5px;background:#649b0d linear-gradient(180deg,#7baa31,#649b0d) repeat-x;border:1px solid #649b0d;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013;display:flex;justify-content:center;align-items:center;gap:10px;width:100%}.success-page__btn img{filter:invert(1);max-width:30px;width:100%}.error-page{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:800px;margin:50px auto 0}.error-page img{width:100%;max-width:150px}.error-page h2{font-size:50px;margin-top:20px;text-align:center}@media screen and (max-width: 926px){.error-page h2{font-size:45px}}.error-page h3{font-size:20px;margin-top:10px;text-align:center;text-transform:uppercase}.error-page a{color:#649b0d}.error-page__contact{width:100%;margin-top:35px}.error-page__btn{cursor:pointer;color:#fff!important;font-size:18px;padding:12px 17px;border-radius:5px;background:#649b0d linear-gradient(180deg,#7baa31,#649b0d) repeat-x;border:1px solid #649b0d;box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013;display:flex;justify-content:center;align-items:center;gap:10px;width:100%;text-decoration:none}.error-page__btn img{filter:invert(1);max-width:20px;width:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typing{0%,80%,to{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}.ai-chat{margin-top:35px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff}.ai-chat__header{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#649b0d,#7db010);color:#fff}.ai-chat__header-icon{margin-right:15px}.ai-chat__header-icon img{width:50px;height:auto}.ai-chat__header-icon svg{width:32px;height:32px}.ai-chat__header-text h3{margin:0 0 5px;font-size:18px;font-weight:600}.ai-chat__header-text p{margin:0;font-size:14px;opacity:.9}.ai-chat__loading,.ai-chat__unavailable{padding:30px 20px;text-align:center;color:#666}.ai-chat__spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #649b0d;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 15px}.ai-chat__interface{display:flex;flex-direction:column;height:500px}.ai-chat__conversation{flex:1;padding:20px;overflow-y:auto;background:#fafafa}.ai-chat__message{margin-bottom:20px}.ai-chat__message--user .ai-chat__message-content{justify-content:flex-end}.ai-chat__message--user .ai-chat__message-content>div:not(.ai-chat__message-avatar):not(.ai-chat__message-time){background:#649b0d;color:#fff;margin-left:50px;padding:12px 16px;border-radius:18px;max-width:70%;word-wrap:break-word;line-height:1.4}.ai-chat__message--ai .ai-chat__message-content{justify-content:flex-start}.ai-chat__message--ai .ai-chat__message-content .ai-formatted-content{background:#fff;color:#333;margin-right:50px;border:1px solid #e0e0e0;padding:12px 16px;border-radius:18px;max-width:70%;word-wrap:break-word;line-height:1.5}.ai-chat__message--ai .ai-chat__message-content .ai-formatted-content>*:first-child{margin-top:0}.ai-chat__message--ai .ai-chat__message-content .ai-formatted-content>*:last-child{margin-bottom:0}.ai-chat__message-content{display:flex;align-items:flex-start;gap:10px}.ai-chat__message-avatar{width:32px;height:32px;border-radius:50%;background:#649b0d;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.ai-chat__message-avatar img{width:20px;height:auto}.ai-chat__message-time{font-size:12px;color:#999;margin-top:5px;align-self:flex-end}.ai-chat__typing{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:18px}.ai-chat__typing span{width:6px;height:6px;background:#649b0d;border-radius:50%;animation:typing 1.4s infinite ease-in-out both}.ai-chat__typing span:nth-child(1){animation-delay:-.32s}.ai-chat__typing span:nth-child(2){animation-delay:-.16s}.ai-chat__input-area{border-top:1px solid #e0e0e0;padding:20px;background:#fff}.ai-chat__input-wrapper{display:flex;gap:10px;margin-bottom:15px}.ai-chat__input-wrapper textarea{flex:1;resize:none;border:1px solid #ddd;border-radius:20px;padding:12px 16px;font-size:14px;outline:none;min-height:44px;max-height:150px}.ai-chat__input-wrapper textarea:focus{border-color:#649b0d}.ai-chat__input-wrapper textarea:disabled{background:#f5f5f5;cursor:not-allowed}.ai-chat__send-btn{width:44px;height:44px;border:none;border-radius:50%;background:#649b0d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s ease}.ai-chat__send-btn:hover:not(:disabled){background:#548008}.ai-chat__send-btn:disabled{background:#ccc;cursor:not-allowed}.ai-chat__actions{display:flex;gap:15px;justify-content:space-between;flex-wrap:wrap}.ai-chat__skip-btn,.ai-chat__proceed-btn{padding:8px 16px;border:1px solid #ddd;border-radius:20px;background:#fff;color:#666;cursor:pointer;font-size:13px;transition:all .2s ease}.ai-chat__skip-btn:hover,.ai-chat__proceed-btn:hover{border-color:#649b0d;color:#649b0d}.ai-chat__proceed-btn{background:#649b0d;color:#fff;border-color:#649b0d}.ai-chat__proceed-btn:hover{background:#548008}.ai-chat__error{position:relative;background:#fee;color:#c33;padding:15px 40px 15px 20px;border-top:1px solid #fcc;font-size:14px}.ai-chat__error-close{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;color:#c33;cursor:pointer;font-size:18px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.ai-chat .ai-chat__interface{height:400px}.ai-chat .ai-chat__message--user .ai-chat__message-content>div:not(.ai-chat__message-avatar):not(.ai-chat__message-time){max-width:85%}.ai-chat .ai-chat__message--ai .ai-chat__message-content .ai-formatted-content{max-width:85%}.ai-chat .ai-chat__actions{flex-direction:column}.ai-chat .ai-chat__actions button{width:100%}}.ai-formatted-content{line-height:1.6}.ai-formatted-content .ai-paragraph{margin:0 0 16px}.ai-formatted-content .ai-paragraph:last-child{margin-bottom:0}.ai-formatted-content .ai-heading{margin:20px 0 12px;font-weight:600;color:#333}.ai-formatted-content .ai-heading:first-child{margin-top:0}.ai-formatted-content .ai-heading--level-1{font-size:18px}.ai-formatted-content .ai-heading--level-2{font-size:16px}.ai-formatted-content .ai-heading--level-3{font-size:14px}.ai-formatted-content .ai-list-item{display:flex;align-items:flex-start;margin:8px 0;padding-left:12px}.ai-formatted-content .ai-list-item--numbered{margin-bottom:10px}.ai-formatted-content .ai-list-item--numbered .ai-list-item__marker{color:#649b0d;min-width:24px}.ai-formatted-content .ai-list-item--bullet{margin-bottom:8px}.ai-formatted-content .ai-list-item--bullet .ai-list-item__marker{color:#649b0d;min-width:16px}.ai-formatted-content .ai-list-item__marker{font-weight:600;margin-right:12px;flex-shrink:0}.ai-formatted-content .ai-list-item__content{flex:1;line-height:1.5}.ai-formatted-content .ai-inline-code{background:#f5f5f5;padding:3px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;color:#d63384;border:1px solid #e0e0e0;margin:0 2px}.ai-formatted-content strong{font-weight:600;color:#333}.ai-formatted-content em{font-style:italic;color:#555}.ai-formatted-content .ai-line-break{margin:6px 0}
