@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";#iconPlus[data-v-5f97258c]{margin-right:5px}.button[data-v-7957a286]{display:flex;align-items:center;justify-content:center;background:#7862eb;border-radius:8px;border:none;color:#fff;font-size:14px;font-weight:500;padding:10px;cursor:pointer;transition:all .2s ease-in-out}.button[data-v-7957a286]:disabled{background-color:#aca1e1;cursor:default}.button[data-v-7957a286]:hover:not(:disabled){opacity:.8}.button[data-v-7957a286]:hover{opacity:.8}.button--outlined[data-v-7957a286]{background:none;border:2px solid #7862eb;color:#7862eb}.button--white[data-v-7957a286]{flex-direction:row-reverse;justify-content:center;background-color:#fff;color:#28282d;box-shadow:0 1px 2px #1018280d;border:2px solid #e4e4e7}.button--white--disabled[data-v-7957a286]{background:#f5f7fa;color:#cacfd8}.button--thin[data-v-7957a286]{padding:7px 14px}.button--light[data-v-7957a286]{color:#7862eb;background:#784def2c;padding:6px 10px;height:-moz-fit-content;height:fit-content}.button--gray[data-v-7957a286]{background:#f5f7fa;color:#525866;border:2px solid #e4e4e7}.button--gray[data-v-7957a286]:hover{opacity:.8}@media (max-width: 768px){.button[data-v-7957a286]{width:100%}}@media (max-width: 768px){.team[data-v-4bf2a126]{width:18px;height:18px}}.icon-path[data-v-d98126c0]{fill:currentColor}.header[data-v-90dc6915]{height:80px;padding:20px 40px}.header__new-case[data-v-90dc6915]{display:none}@media (max-width: 700px){.header[data-v-90dc6915]{padding:8px}.header__new-case[data-v-90dc6915]{display:flex;gap:3px}}.header__search[data-v-90dc6915]{position:relative}.header__logo-text[data-v-90dc6915]{position:relative;color:#525866;font-size:24px;line-height:32px;font-weight:500;margin-left:12px;animation:.5s ease headerLogoFadeIn-90dc6915 forwards}@keyframes headerLogoFadeIn-90dc6915{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.header__profile[data-v-90dc6915]{display:flex;align-items:center;gap:8px;border:2px solid #e4e4e7;border-radius:10px;padding:4px;height:40px}.header__profile-dropdown[data-v-90dc6915]{margin:0 14px 0 2px;transition:transform .3s ease}.header__profile-dropdown--rotate[data-v-90dc6915]{transform:rotate(180deg)}@media (max-width: 700px){.header__profile-name[data-v-90dc6915],.header__add-case[data-v-90dc6915]{display:none}}.header__nav[data-v-90dc6915]{display:flex;justify-content:space-between;width:100%}.header__nav-link[data-v-90dc6915]{color:#525866;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;transition:.3s ease}.header__nav-link--active[data-v-90dc6915]{color:#282828;background:#f5f7fa}.header__nav-link--active .header__link-icon[data-v-90dc6915]:not(.header__link-icon_team) *{fill:#7862eb}.header__nav-link--active[data-v-90dc6915] .header__link-icon_team{fill:none;stroke:#7862eb}.header__nav-left[data-v-90dc6915]{margin-left:24px;display:flex;align-items:center;gap:5px}.header__nav-right[data-v-90dc6915]{display:flex;align-items:center;gap:29px}@media (max-width: 768px){.header__link-icon[data-v-90dc6915]{display:none}}.header__avatar[data-v-90dc6915]{width:32px;height:32px;border-radius:50%}@media (max-width: 768px){.header[data-v-90dc6915]{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 8px;height:60px}.header__profile[data-v-90dc6915]{width:77px;justify-content:space-between}.header__nav-link_team[data-v-90dc6915]{display:none}.header__nav[data-v-90dc6915]{margin-right:0}.header__nav-left[data-v-90dc6915]{width:100%;margin-left:8px}.header__nav-right-btn[data-v-90dc6915],.header__nav .header__nav-link_team[data-v-90dc6915]{display:none}.header__nav-link[data-v-90dc6915]{font-size:12px}.header__nav-link-help[data-v-90dc6915],.header__search[data-v-90dc6915]{display:none}}.notice-slide-enter-active[data-v-2cab3872],.notice-slide-leave-active[data-v-2cab3872]{transition:all .35s ease-out}.notice-slide-enter-from[data-v-2cab3872],.notice-slide-leave-to[data-v-2cab3872]{transform:translate(100%);opacity:0}.notice[data-v-2cab3872]{z-index:10;position:fixed;top:20px;right:0;margin:15px;padding:12px 18px;border-radius:6px;box-shadow:0 0 5px #00000012;background:#fff}.notice__content[data-v-2cab3872]{display:flex;align-items:center;gap:12px}.notice__icon[data-v-2cab3872]{display:flex;align-items:center;justify-content:center;background:#ffffff80;border-radius:50%}.notice .notice__messages[data-v-2cab3872]{display:flex;flex-direction:column;gap:2px}.notice .notice__message[data-v-2cab3872]{color:#0e121b;font-weight:400;font-size:14px}.notice__link[data-v-2cab3872]{margin-left:28px;font-weight:400;font-size:14px;text-decoration:underline}.notice__button[data-v-2cab3872]{cursor:pointer;opacity:.6}.bottom-notification[data-v-3977a0f8]{position:fixed;bottom:-100px;z-index:100;opacity:0;display:flex;justify-content:center;width:100%}.bottom-notification-content[data-v-3977a0f8]{display:flex;justify-content:space-between;align-items:center;width:368px;background:#e1e4ea;border-radius:12px;padding:14px}.bottom-notification-content__close[data-v-3977a0f8]{cursor:pointer;margin-top:5px;min-width:12px;min-height:12px;align-self:flex-start;transition:.2s ease;opacity:.4}.bottom-notification-content__close[data-v-3977a0f8] *{fill:#0e121b}.bottom-notification-content__close[data-v-3977a0f8]:hover{opacity:.6}.bottom-notification-content span[data-v-3977a0f8]{color:#0e121b;opacity:.72}@media (max-width: 768px){.bottom-notification-content[data-v-3977a0f8]{font-size:12px}.bottom-notification-content__close[data-v-3977a0f8]{margin-top:-6px}}.footer[data-v-a6dfa708]{width:100%;margin-top:auto}.footer__container[data-v-a6dfa708]{display:flex;justify-content:space-between;align-items:center;gap:20px}@media (max-width: 1024px){.footer__container[data-v-a6dfa708]{flex-direction:column;align-items:flex-start}}.footer__copyright[data-v-a6dfa708]{color:#525866;font-size:14px}.footer__nav[data-v-a6dfa708]{display:flex;gap:20px;flex-wrap:wrap}@media (max-width: 1024px){.footer__nav[data-v-a6dfa708]{flex-direction:column;gap:10px}}.footer__link[data-v-a6dfa708]{color:#525866;font-size:14px;text-decoration:none;transition:color .3s ease}.footer__link[data-v-a6dfa708]:hover{color:#7862eb}.footer__social[data-v-a6dfa708]{display:flex;gap:16px;align-items:center}.footer__social a[data-v-a6dfa708]{display:flex;align-items:center;color:#525866;transition:color .3s ease}.footer__social a[data-v-a6dfa708]:hover{color:#7862eb}.scroll-top[data-v-ca4180fb]{position:fixed;right:2rem;bottom:5rem;width:3rem;height:3rem;border-radius:50%;background:#7862eb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;transition:all .2s ease-in-out;z-index:1000}.scroll-top[data-v-ca4180fb]:hover{background-color:#9381ef}.fade-enter-active[data-v-ca4180fb],.fade-leave-active[data-v-ca4180fb]{transition:all .2s ease-in-out}.fade-enter-from[data-v-ca4180fb],.fade-leave-to[data-v-ca4180fb]{opacity:0}@media (max-width: 768px){.scroll-top[data-v-ca4180fb]{right:1rem;bottom:2rem}}.close[data-v-e7bff7fd]{visibility:hidden;opacity:0!important}.header[data-v-e7bff7fd]{font-family:Inter,sans-serif;font-weight:400;font-size:1rem;height:80px;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;left:0;top:0;border-bottom:none;box-shadow:none;z-index:2}.header__logo[data-v-e7bff7fd]{display:flex;justify-content:center;align-items:center;flex-grow:2}.header__nav-left[data-v-e7bff7fd],.header__nav-right[data-v-e7bff7fd]{display:flex;align-items:center;gap:20px}.header__nav-link[data-v-e7bff7fd]{color:#525866;padding:8px 12px;border-radius:10px;transition:.3s ease}.header__nav-link[data-v-e7bff7fd]:hover{background:#f5f7fa}.header__burger[data-v-e7bff7fd]{display:none;background:none;border:none;font-size:24px;cursor:pointer}.header__mobile-nav[data-v-e7bff7fd]{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:20px;transition:.5s;opacity:1}@media (max-width: 865px){.header[data-v-e7bff7fd]{padding:10px 20px}.header__nav-left[data-v-e7bff7fd],.header__nav-right[data-v-e7bff7fd]{display:none}.header__burger[data-v-e7bff7fd]{display:block}.header__mobile-nav[data-v-e7bff7fd]{display:flex}}.header__nav-link.router-link-active[data-v-e7bff7fd]{font-family:Inter,sans-serif;color:#8857ff}.container[data-v-69d848a9]{max-width:1550px;margin:0 auto 66px;padding:0 20px!important}@media (max-width: 768px){.container[data-v-69d848a9]{margin-bottom:60px}}.registration-body[data-v-4ad0904b]{display:flex;flex-direction:column;gap:8px}.registration-body__form[data-v-4ad0904b]{padding:16px 32px;display:flex;align-items:center;flex-direction:column;gap:16px;border:#e4e4e7 1px solid;border-radius:30px}.registration-body__header[data-v-4ad0904b]{font-size:28px;font-weight:500}.registration-body__select-button[data-v-4ad0904b]{padding:8px 16px;display:flex;align-items:center;gap:23px;height:60px;width:100%;border:#e4e4e7 1px solid;border-radius:8px;transition:.5s ease;cursor:pointer}.registration-body__select-button[data-v-4ad0904b]:hover,.registration-body__select-button[data-v-4ad0904b]:active,.registration-body__select-button--active[data-v-4ad0904b]{background-color:#f3f3f5}.registration-body__select[data-v-4ad0904b]{display:flex;flex-direction:column;gap:3px;width:100%}.registration-body__button[data-v-4ad0904b]{margin-top:8px;width:190px}.registration-stage-header[data-v-4ad0904b]{display:flex;flex-direction:column}.registration-stage-header--stage1[data-v-4ad0904b]{gap:32px}.registration-stage-header__select[data-v-4ad0904b]{display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.registration-stage-header__title[data-v-4ad0904b]{font-size:24px;font-weight:500;text-align:center;line-height:32px}.registration-stage-header__title--stage1[data-v-4ad0904b]{font-size:clamp(20px,1.67vw,32px);font-weight:500;text-align:center;line-height:40px}.registration-stage-header__subtitle[data-v-4ad0904b]{margin-top:4px;font-size:16px;font-weight:400;line-height:24px;color:#525866;text-align:center}.registration-stage-header__text-title[data-v-4ad0904b]{font-size:20px;font-weight:500;line-height:28px}.registration-stage-header__text__subtitle[data-v-4ad0904b]{font-size:14px;font-weight:400;line-height:20px;color:#525866}.registration-stage-header__radio[data-v-4ad0904b]{display:flex;min-width:16px;min-height:16px;background:#fff;border-radius:50%;border:.05cm solid #e1e4ea;transition:.2s;margin-left:auto}.registration-stage-header__radio--active[data-v-4ad0904b]{border:.12cm solid #7862eb}.registration-stage-header__icon[data-v-4ad0904b]{width:40px;height:40px}.registration-stage-header__item[data-v-4ad0904b]{display:flex;align-items:flex-start;gap:14px;border-radius:16px;padding:16px;border:1px solid #e1e4ea;width:360px;cursor:pointer;transition:.2s ease;will-change:transform;box-shadow:0 1px 2px #1018280d}.registration-stage-header__item--small .registration-stage-header__text-title[data-v-4ad0904b]{font-size:14px}.registration-stage-header__item--small .registration-stage-header__text-subtitle[data-v-4ad0904b]{font-size:12px;color:#525866}.registration-stage-header__item--active[data-v-4ad0904b]{border-color:#7862eb;box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-4ad0904b]:hover{box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-4ad0904b]:active{transform:scale(.99)}.registration-stage-line[data-v-4ad0904b]{width:100%;height:1px;background:#e1e4ea}.registration-stage__button[data-v-4ad0904b]{width:300px;align-self:center}.registration-stage-body[data-v-4ad0904b]{display:flex;flex-direction:column;gap:12px}.registration-stage-body__full-field[data-v-4ad0904b]{grid-column:1/3}.registration-stage-body--profile[data-v-4ad0904b]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.registration-stage-body--profile .input[data-v-4ad0904b]:last-child{grid-column:1/3}.registration-stage-footer[data-v-4ad0904b]{border:1px solid #e1e4ea;border-radius:10px;padding:10px 12px}.registration-stage-footer p[data-v-4ad0904b]{font-size:14px;color:#525866}.registration-stage-footer__link[data-v-4ad0904b]{font-weight:500;text-decoration:underline}.registration-stage-footer__link[data-v-4ad0904b]:hover{color:#7862eb;opacity:1}.registration-stage__bottom-text[data-v-4ad0904b]{align-self:center}.registration-stage__bottom-text-link[data-v-4ad0904b]{color:#7862eb}.login__bottom[data-v-4ad0904b]{display:flex;justify-content:space-between;align-items:center}.login__link[data-v-4ad0904b]{color:#525866;text-decoration:underline}@media (max-width: 768px){.registration-stage-header[data-v-4ad0904b]{gap:24px}.registration-stage-header--organization[data-v-4ad0904b],.registration-stage-header--profile[data-v-4ad0904b]{gap:4px}.registration-stage-header__title[data-v-4ad0904b]{font-size:20px;line-height:1.4}.registration-stage-header__subtitle[data-v-4ad0904b]{margin-top:0}.registration-stage-header__select[data-v-4ad0904b]{flex-direction:column;gap:20px}.registration-stage-header__item[data-v-4ad0904b]{width:100%}.registration-stage-header__text-title[data-v-4ad0904b]{font-size:16px}.registration-stage-header__text span[data-v-4ad0904b]{font-size:14px}.registration-stage-header__text-additional-label[data-v-4ad0904b]{font-size:12px;color:#525866}.registration-stage__button[data-v-4ad0904b]{width:100%}.registration-stage-body--profile[data-v-4ad0904b]{display:flex;flex-direction:column}.registration .login__bottom[data-v-4ad0904b]{line-height:0}}.input[data-v-43ff2a69]{position:relative;width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:5px}.input--disabled[data-v-43ff2a69]{cursor:not-allowed}.input__icon[data-v-43ff2a69]{position:absolute;bottom:9px;left:12px;z-index:1}.input__show-password[data-v-43ff2a69]{position:absolute;bottom:9px;right:12px;z-index:1;cursor:pointer;transition:.2s ease}.input__show-password[data-v-43ff2a69]:hover{opacity:.8}.input__text[data-v-43ff2a69]{position:relative;border:1px solid #e1e4ea;border-radius:8px;padding:6px 14px;height:40px;outline:none;font-size:13px;font-weight:500;line-height:17px;transition:.2s;background:#fff}.input__text[data-v-43ff2a69]::-moz-placeholder{color:#99a0ae;opacity:.7}.input__text[data-v-43ff2a69]::placeholder{color:#99a0ae;opacity:.7}.input__text[data-v-43ff2a69]:focus-visible{border:1px solid #7862eb}.input__text--error[data-v-43ff2a69]{border:2px solid #be4a4a}.input__text--icon[data-v-43ff2a69]{text-indent:23px}.input__text--disabled[data-v-43ff2a69]{background:#f5f7fa;border:1px solid #e1e4ea;color:#99a0ae;cursor:not-allowed}.input input[type=checkbox][data-v-43ff2a69]{width:15px;height:15px}.input__textarea[data-v-43ff2a69]{border:2px solid #e4e4e7;background:#fff;border-radius:8px;padding:6px 13px;outline:none;font-size:13px;font-weight:500;line-height:17px;transition:.2s}.input__textarea[data-v-43ff2a69]:focus-visible{border:2px solid #7862eb}.input__error[data-v-43ff2a69]{position:absolute;bottom:-16px;left:0}.input__error-message[data-v-43ff2a69]{color:#be4a4a}.input__f-height[data-v-43ff2a69]{height:100%;opacity:0;cursor:pointer}.error-enter-active[data-v-43ff2a69],.error-leave-active[data-v-43ff2a69]{transition:all .2s ease-in-out}.error-enter-from[data-v-43ff2a69]{transform:translate(-30px);opacity:0}.error-leave-to[data-v-43ff2a69]{transform:translate(100px);opacity:0}@media (max-width: 768px){.input__error-message[data-v-43ff2a69]{font-size:10px}}.checkbox{position:relative;display:flex;align-items:center}.checkbox__rect{position:relative;width:20px;height:20px;background-color:#f6f6f6;border:2px solid #e4e4e7;border-radius:3px;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer;transition:all 175ms cubic-bezier(.1,.1,.25,1)}.checkbox__rect:before{position:absolute;content:"";display:block;top:1px;left:6px;width:6px;height:11px;border-style:solid;border-color:#fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.checkbox__rect:checked{background:#7862eb;width:20px;height:20px;border:2px solid #7862eb}.checkbox__rect:checked:before{opacity:1}.checkbox__label{cursor:pointer;margin-left:10px;width:100%}.registration-body[data-v-81159916]{display:flex;flex-direction:column;gap:8px}.registration-body__form[data-v-81159916]{padding:16px 32px;display:flex;align-items:center;flex-direction:column;gap:16px;border:#e4e4e7 1px solid;border-radius:30px}.registration-body__header[data-v-81159916]{font-size:28px;font-weight:500}.registration-body__select-button[data-v-81159916]{padding:8px 16px;display:flex;align-items:center;gap:23px;height:60px;width:100%;border:#e4e4e7 1px solid;border-radius:8px;transition:.5s ease;cursor:pointer}.registration-body__select-button[data-v-81159916]:hover,.registration-body__select-button[data-v-81159916]:active,.registration-body__select-button--active[data-v-81159916]{background-color:#f3f3f5}.registration-body__select[data-v-81159916]{display:flex;flex-direction:column;gap:3px;width:100%}.registration-body__button[data-v-81159916]{margin-top:8px;width:190px}.registration-stage-header[data-v-81159916]{display:flex;flex-direction:column}.registration-stage-header--stage1[data-v-81159916]{gap:32px}.registration-stage-header__select[data-v-81159916]{display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.registration-stage-header__title[data-v-81159916]{font-size:24px;font-weight:500;text-align:center;line-height:32px}.registration-stage-header__title--stage1[data-v-81159916]{font-size:clamp(20px,1.67vw,32px);font-weight:500;text-align:center;line-height:40px}.registration-stage-header__subtitle[data-v-81159916]{margin-top:4px;font-size:16px;font-weight:400;line-height:24px;color:#525866;text-align:center}.registration-stage-header__text-title[data-v-81159916]{font-size:20px;font-weight:500;line-height:28px}.registration-stage-header__text__subtitle[data-v-81159916]{font-size:14px;font-weight:400;line-height:20px;color:#525866}.registration-stage-header__radio[data-v-81159916]{display:flex;min-width:16px;min-height:16px;background:#fff;border-radius:50%;border:.05cm solid #e1e4ea;transition:.2s;margin-left:auto}.registration-stage-header__radio--active[data-v-81159916]{border:.12cm solid #7862eb}.registration-stage-header__icon[data-v-81159916]{width:40px;height:40px}.registration-stage-header__item[data-v-81159916]{display:flex;align-items:flex-start;gap:14px;border-radius:16px;padding:16px;border:1px solid #e1e4ea;width:360px;cursor:pointer;transition:.2s ease;will-change:transform;box-shadow:0 1px 2px #1018280d}.registration-stage-header__item--small .registration-stage-header__text-title[data-v-81159916]{font-size:14px}.registration-stage-header__item--small .registration-stage-header__text-subtitle[data-v-81159916]{font-size:12px;color:#525866}.registration-stage-header__item--active[data-v-81159916]{border-color:#7862eb;box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-81159916]:hover{box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-81159916]:active{transform:scale(.99)}.registration-stage-line[data-v-81159916]{width:100%;height:1px;background:#e1e4ea}.registration-stage__button[data-v-81159916]{width:300px;align-self:center}.registration-stage-body[data-v-81159916]{display:flex;flex-direction:column;gap:12px}.registration-stage-body__full-field[data-v-81159916]{grid-column:1/3}.registration-stage-body--profile[data-v-81159916]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.registration-stage-body--profile .input[data-v-81159916]:last-child{grid-column:1/3}.registration-stage-footer[data-v-81159916]{border:1px solid #e1e4ea;border-radius:10px;padding:10px 12px}.registration-stage-footer p[data-v-81159916]{font-size:14px;color:#525866}.registration-stage-footer__link[data-v-81159916]{font-weight:500;text-decoration:underline}.registration-stage-footer__link[data-v-81159916]:hover{color:#7862eb;opacity:1}.registration-stage__bottom-text[data-v-81159916]{align-self:center}.registration-stage__bottom-text-link[data-v-81159916]{color:#7862eb}.login__bottom[data-v-81159916]{display:flex;justify-content:space-between;align-items:center}.login__link[data-v-81159916]{color:#525866;text-decoration:underline}@media (max-width: 768px){.registration-stage-header[data-v-81159916]{gap:24px}.registration-stage-header--organization[data-v-81159916],.registration-stage-header--profile[data-v-81159916]{gap:4px}.registration-stage-header__title[data-v-81159916]{font-size:20px;line-height:1.4}.registration-stage-header__subtitle[data-v-81159916]{margin-top:0}.registration-stage-header__select[data-v-81159916]{flex-direction:column;gap:20px}.registration-stage-header__item[data-v-81159916]{width:100%}.registration-stage-header__text-title[data-v-81159916]{font-size:16px}.registration-stage-header__text span[data-v-81159916]{font-size:14px}.registration-stage-header__text-additional-label[data-v-81159916]{font-size:12px;color:#525866}.registration-stage__button[data-v-81159916]{width:100%}.registration-stage-body--profile[data-v-81159916]{display:flex;flex-direction:column}.registration .login__bottom[data-v-81159916]{line-height:0}}.select[data-v-2a307604]{position:relative}.select-container[data-v-2ba45a2e]{width:100%;display:flex;flex-direction:column;gap:4px}button[role=combobox][data-v-2ba45a2e]{background-color:#f6f6f6;border:2px solid #e4e4e7}button[role=combobox] span[data-v-2ba45a2e]{color:#28282d;font-size:13px}.select[data-v-2ba45a2e]{overflow:auto}.select--error button[role=combobox][data-v-2ba45a2e]{border-color:#681219}.select__error[data-v-2ba45a2e]{color:#681219;font-size:12px}.select__option[data-v-2ba45a2e]{display:flex;cursor:pointer;transition:all .2s ease-in-out}.select__option[data-v-2ba45a2e]::-moz-placeholder{opacity:.6}.select__option[data-v-2ba45a2e]::placeholder{opacity:.6}.select__option[data-v-2ba45a2e]:hover,.select__option[data-v-2ba45a2e]:focus{background-color:#eceeff}.registration-body[data-v-a57f6977]{display:flex;flex-direction:column;gap:8px}.registration-body__form[data-v-a57f6977]{padding:16px 32px;display:flex;align-items:center;flex-direction:column;gap:16px;border:#e4e4e7 1px solid;border-radius:30px}.registration-body__header[data-v-a57f6977]{font-size:28px;font-weight:500}.registration-body__select-button[data-v-a57f6977]{padding:8px 16px;display:flex;align-items:center;gap:23px;height:60px;width:100%;border:#e4e4e7 1px solid;border-radius:8px;transition:.5s ease;cursor:pointer}.registration-body__select-button[data-v-a57f6977]:hover,.registration-body__select-button[data-v-a57f6977]:active,.registration-body__select-button--active[data-v-a57f6977]{background-color:#f3f3f5}.registration-body__select[data-v-a57f6977]{display:flex;flex-direction:column;gap:3px;width:100%}.registration-body__button[data-v-a57f6977]{margin-top:8px;width:190px}.registration-stage-header[data-v-a57f6977]{display:flex;flex-direction:column}.registration-stage-header--stage1[data-v-a57f6977]{gap:32px}.registration-stage-header__select[data-v-a57f6977]{display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.registration-stage-header__title[data-v-a57f6977]{font-size:24px;font-weight:500;text-align:center;line-height:32px}.registration-stage-header__title--stage1[data-v-a57f6977]{font-size:clamp(20px,1.67vw,32px);font-weight:500;text-align:center;line-height:40px}.registration-stage-header__subtitle[data-v-a57f6977]{margin-top:4px;font-size:16px;font-weight:400;line-height:24px;color:#525866;text-align:center}.registration-stage-header__text-title[data-v-a57f6977]{font-size:20px;font-weight:500;line-height:28px}.registration-stage-header__text__subtitle[data-v-a57f6977]{font-size:14px;font-weight:400;line-height:20px;color:#525866}.registration-stage-header__radio[data-v-a57f6977]{display:flex;min-width:16px;min-height:16px;background:#fff;border-radius:50%;border:.05cm solid #e1e4ea;transition:.2s;margin-left:auto}.registration-stage-header__radio--active[data-v-a57f6977]{border:.12cm solid #7862eb}.registration-stage-header__icon[data-v-a57f6977]{width:40px;height:40px}.registration-stage-header__item[data-v-a57f6977]{display:flex;align-items:flex-start;gap:14px;border-radius:16px;padding:16px;border:1px solid #e1e4ea;width:360px;cursor:pointer;transition:.2s ease;will-change:transform;box-shadow:0 1px 2px #1018280d}.registration-stage-header__item--small .registration-stage-header__text-title[data-v-a57f6977]{font-size:14px}.registration-stage-header__item--small .registration-stage-header__text-subtitle[data-v-a57f6977]{font-size:12px;color:#525866}.registration-stage-header__item--active[data-v-a57f6977]{border-color:#7862eb;box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-a57f6977]:hover{box-shadow:0 2px 10px -2px #223c5033}.registration-stage-header__item[data-v-a57f6977]:active{transform:scale(.99)}.registration-stage-line[data-v-a57f6977]{width:100%;height:1px;background:#e1e4ea}.registration-stage__button[data-v-a57f6977]{width:300px;align-self:center}.registration-stage-body[data-v-a57f6977]{display:flex;flex-direction:column;gap:12px}.registration-stage-body__full-field[data-v-a57f6977]{grid-column:1/3}.registration-stage-body--profile[data-v-a57f6977]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.registration-stage-body--profile .input[data-v-a57f6977]:last-child{grid-column:1/3}.registration-stage-footer[data-v-a57f6977]{border:1px solid #e1e4ea;border-radius:10px;padding:10px 12px}.registration-stage-footer p[data-v-a57f6977]{font-size:14px;color:#525866}.registration-stage-footer__link[data-v-a57f6977]{font-weight:500;text-decoration:underline}.registration-stage-footer__link[data-v-a57f6977]:hover{color:#7862eb;opacity:1}.registration-stage__bottom-text[data-v-a57f6977]{align-self:center}.registration-stage__bottom-text-link[data-v-a57f6977]{color:#7862eb}.login__bottom[data-v-a57f6977]{display:flex;justify-content:space-between;align-items:center}.login__link[data-v-a57f6977]{color:#525866;text-decoration:underline}@media (max-width: 768px){.registration-stage-header[data-v-a57f6977]{gap:24px}.registration-stage-header--organization[data-v-a57f6977],.registration-stage-header--profile[data-v-a57f6977]{gap:4px}.registration-stage-header__title[data-v-a57f6977]{font-size:20px;line-height:1.4}.registration-stage-header__subtitle[data-v-a57f6977]{margin-top:0}.registration-stage-header__select[data-v-a57f6977]{flex-direction:column;gap:20px}.registration-stage-header__item[data-v-a57f6977]{width:100%}.registration-stage-header__text-title[data-v-a57f6977]{font-size:16px}.registration-stage-header__text span[data-v-a57f6977]{font-size:14px}.registration-stage-header__text-additional-label[data-v-a57f6977]{font-size:12px;color:#525866}.registration-stage__button[data-v-a57f6977]{width:100%}.registration-stage-body--profile[data-v-a57f6977]{display:flex;flex-direction:column}.registration .login__bottom[data-v-a57f6977]{line-height:0}}.in-develop[data-v-912cedee]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.in-develop div[data-v-912cedee]{margin-top:300px;display:flex;flex-direction:column;gap:15px;width:800px;text-align:center}.in-develop div p[data-v-912cedee]{opacity:.7}.switch[data-v-2779493a]{position:relative;display:flex;background:#f5f7fa;border-radius:7px;padding:4px;min-width:200px;width:-moz-fit-content;width:fit-content}.switch--blocked[data-v-2779493a]{pointer-events:none;opacity:.5;cursor:not-allowed}.switch--blocked .switch__option[data-v-2779493a]{cursor:not-allowed}.switch__slider-values[data-v-2779493a]{display:flex;gap:16px;position:relative;z-index:1;padding:8px}.switch__option[data-v-2779493a]{position:relative;cursor:pointer;padding:1px 12px;transition:all .3s ease;color:#28282d;opacity:.7;font-weight:500;font-size:14px}.switch__option--selected[data-v-2779493a]{color:#fff;opacity:1}.switch__slide-container[data-v-2779493a]{position:absolute;height:calc(100% - 8px);background-color:#7862eb;border-radius:4px;transition:all .3s ease;top:4px}@media (max-width: 700px){.switch[data-v-2779493a]{width:100%}.switch__slider-values[data-v-2779493a]{width:100%;justify-content:space-between;gap:8px}.switch__option[data-v-2779493a]{flex:1;text-align:center;font-size:12px}}.button-active[data-v-4cb79c8c]{font-weight:500;font-size:14px;padding:10px 15px;border-radius:7px;border:2px solid #e4e4e7}.back-link[data-v-7642f081]{display:flex;align-items:center;gap:5px;cursor:pointer}.back-link__text[data-v-7642f081]{font-size:13px;font-weight:500;color:#28282d;opacity:.9}.dropdown{height:40px}.dropdown__item{cursor:pointer;transition:all .2s ease-in-out}.dropdown__item:hover{background-color:#eceeff}.dropdown__item--hidden{display:none}.intern-status[data-v-a771aa39]{text-align:center;padding:4px 8px;width:-moz-fit-content;width:fit-content;border-radius:76px;font-size:12px;line-height:16px;font-weight:500;height:-moz-fit-content;height:fit-content}.intern-status--1[data-v-a771aa39],.intern-status--2[data-v-a771aa39]{color:#69696c;background:#f5f5f596}.intern-status--3[data-v-a771aa39]{color:#682f12;background:#ffd5c0}.intern-status--4[data-v-a771aa39]{color:#351a75;background:#cac0ff}.intern-status--short[data-v-a771aa39]{padding:2px 8px}.document[data-v-a8d5347b]{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f5f7fa;padding:9px 14px 9px 17px;border-radius:6px;cursor:pointer}.document__name-text[data-v-a8d5347b]{display:flex;flex-direction:column;gap:4px;min-width:0}.document__filename[data-v-a8d5347b]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document__size[data-v-a8d5347b]{color:#525866!important;font-size:12px;line-height:16px}.document__download[data-v-a8d5347b]{flex-shrink:0;margin-left:auto}.case-card-statistics-tags[data-v-441b1992]{display:flex;gap:12px}.case-card-statistics-tags__item[data-v-441b1992]{display:flex;gap:6px;align-items:center}.case-card-statistics-tags__icon[data-v-441b1992],.case-card-statistics-tags__icon[data-v-441b1992] *{fill:#0e121b}.case-card-statistics-tags span[data-v-441b1992]{color:#28282d;font-size:14px;font-weight:500;line-height:20px}.modal[data-v-ea8f6984]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.send-solution[data-v-ea8f6984]{background:#fff;overflow:hidden;width:440px;border-radius:20px;position:relative;display:flex;flex-direction:column}.send-solution__header[data-v-ea8f6984]{padding:24px;border-bottom:2px solid #e4e4e7}.send-solution__header-content[data-v-ea8f6984]{display:flex;flex-direction:column;gap:8px}.send-solution__header-title[data-v-ea8f6984]{font-weight:500;color:#0e121b;margin-bottom:4px}.send-solution__header-subtitle[data-v-ea8f6984]{font-weight:400;font-size:12px;color:#525866;margin-bottom:16px}.send-solution__description[data-v-ea8f6984]{display:flex;flex-direction:column;gap:8px}.send-solution__description h5[data-v-ea8f6984]{color:#0e121b;font-weight:500;font-size:14px}.send-solution__header-close[data-v-ea8f6984]{cursor:pointer;position:absolute;top:24px;right:24px}.send-solution__header-close[data-v-ea8f6984] *{fill:#525866;transition:.2s ease}.send-solution__header-close[data-v-ea8f6984]:hover *{opacity:.8}.send-solution__select-file[data-v-ea8f6984]{margin:24px;height:140px;border:2px dashed #cacfd8;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;transition:all .2s ease;cursor:pointer}.send-solution__select-file[data-v-ea8f6984]:hover{border-color:#7862eb;background-color:#7862eb05}.send-solution__select-file--error[data-v-ea8f6984]{border-color:#be4a4a;background-color:#be4a4a05}.send-solution__select-title[data-v-ea8f6984]{color:#0e121b;font-weight:500;font-size:14px}.send-solution__select-subtitle[data-v-ea8f6984]{color:#525866;font-weight:400;font-size:12px}.send-solution__error[data-v-ea8f6984]{color:#be4a4a;font-size:12px;margin-top:4px}.send-solution__button[data-v-ea8f6984]{margin-top:8px;border-radius:0 0 20px 20px}.send-solution__button[data-v-ea8f6984]:disabled{opacity:.7;cursor:not-allowed}.fade-enter-active[data-v-ea8f6984],.fade-leave-active[data-v-ea8f6984]{transition:opacity .2s ease}.fade-enter-from[data-v-ea8f6984],.fade-leave-to[data-v-ea8f6984]{opacity:0}.modal[data-v-bcf3ce7b]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.modal__content[data-v-bcf3ce7b]{background:#fff;overflow:hidden;width:440px;border-radius:20px;position:relative;display:flex;flex-direction:column;padding:15px}.modal__content--disable-width[data-v-bcf3ce7b]{width:auto}.modal__content__header[data-v-bcf3ce7b]{padding:24px;border-bottom:2px solid #e4e4e7}.modal__content__header-content[data-v-bcf3ce7b]{display:flex;flex-direction:column;gap:8px}.modal__content__header-title[data-v-bcf3ce7b]{font-weight:500;color:#0e121b;margin-bottom:4px}.modal__content__header-subtitle[data-v-bcf3ce7b]{font-weight:400;font-size:12px;color:#525866;margin-bottom:16px}.modal__content__description[data-v-bcf3ce7b]{display:flex;flex-direction:column;gap:8px}.modal__content__description h5[data-v-bcf3ce7b]{color:#0e121b;font-weight:500;font-size:14px}.modal__content__header-close[data-v-bcf3ce7b]{cursor:pointer;position:absolute;top:24px;right:24px}.modal__content__header-close[data-v-bcf3ce7b] *{fill:#525866;transition:.2s ease}.modal__content__header-close[data-v-bcf3ce7b]:hover *{opacity:.8}.modal__content__select-file[data-v-bcf3ce7b]{margin:24px;height:140px;border:2px dashed #cacfd8;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;transition:all .2s ease;cursor:pointer}.modal__content__select-file[data-v-bcf3ce7b]:hover{border-color:#7862eb;background-color:#7862eb05}.modal__content__select-file--error[data-v-bcf3ce7b]{border-color:#be4a4a;background-color:#be4a4a05}.modal__content__select-title[data-v-bcf3ce7b]{color:#0e121b;font-weight:500;font-size:14px}.modal__content__select-subtitle[data-v-bcf3ce7b]{color:#525866;font-weight:400;font-size:12px}.modal__content__error[data-v-bcf3ce7b]{color:#be4a4a;font-size:12px;margin-top:4px}.modal__content__button[data-v-bcf3ce7b]{margin-top:8px;border-radius:0 0 20px 20px}.modal__content__button[data-v-bcf3ce7b]:disabled{opacity:.7;cursor:not-allowed}.modal__close[data-v-bcf3ce7b]{position:absolute;top:10px;right:10px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:11}.fade-enter-active[data-v-bcf3ce7b],.fade-leave-active[data-v-bcf3ce7b]{transition:opacity .2s ease}.fade-enter-from[data-v-bcf3ce7b],.fade-leave-to[data-v-bcf3ce7b]{opacity:0}.choose-team[data-v-9753c6f0]{position:relative;width:100%;padding:33px 41px 17px;display:flex;flex-direction:column;gap:52px}.choose-team__items[data-v-9753c6f0]{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.choose-team__empty[data-v-9753c6f0]{text-align:center;font-size:16px;color:#525866}.choose-team__title[data-v-9753c6f0]{font-size:24px;text-align:center;font-weight:500}.fade-enter-active[data-v-9753c6f0],.fade-leave-active[data-v-9753c6f0]{transition:opacity .5s ease}.fade-enter-from[data-v-9753c6f0],.fade-leave-to[data-v-9753c6f0]{opacity:0}.search[data-v-7ac393b0]{position:absolute;top:42%;left:13px;transform:translateY(-25%)}.search-input[data-v-813cfb02]{position:relative}@media (max-width: 768px){.search-input[data-v-813cfb02]{width:100%}}.slide-fade-enter-active{transition:all .2s ease-out}.slide-fade-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(-40px);opacity:0}.filter{position:relative;width:100%}.filter__error{font-size:12px;color:#be4a4a}.filter__options{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border:2px solid #e4e4e7;border-radius:8px;padding:6px 14px;height:40px;outline:none}.filter__options--active{border:2px solid #7862eb}.filter__text{font-weight:500;font-size:13px}.filter__dropdown{position:absolute;width:100%;top:45px;left:0;overflow:auto;border:2px solid #e4e4e7;border-radius:6px;z-index:100;max-height:150px;overflow-y:auto;background:#fff}.filter__dropdown-menu{padding:10px 16px;transition:all .2s ease-in-out;background-color:#f6f6f6}.filter__dropdown-menu:hover{background-color:#eceeff;cursor:pointer}.filter__dropdown::-webkit-scrollbar{width:6px;background-color:#f6f6f6}.filter__dropdown::-webkit-scrollbar-thumb{border-radius:10px;background-color:#9381ef}.filter__dropdown::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);border-radius:10px;background-color:#f9f9fd}@media (max-width: 768px){.filter{width:110px}.filter__options{padding:6px}.filter__dropdown-menu{padding:4px}}.billing-detalisation[data-v-ab27e497]{min-width:800px}.billing-detalisation__header[data-v-ab27e497]{display:flex;justify-content:space-between}.billing-detalisation__side[data-v-ab27e497]{display:flex;gap:10px}.billing-table[data-v-ab27e497]{table-layout:fixed;width:100%;margin-bottom:20px}.billing-table__th[data-v-ab27e497]{padding:5px;background:#f5f7fa;color:#525866;font-weight:500;cursor:pointer}.billing-table__th[data-v-ab27e497]:nth-child(1){border-radius:8px 0 0 8px}.billing-table__th[data-v-ab27e497]:last-child{border-radius:0 8px 8px 0}.billing-table__td[data-v-ab27e497]{padding:5px 10px;color:#525866;text-align:left;font-weight:400}@media (max-width: 768px){.billing-detalisation__header[data-v-ab27e497]{flex-direction:column-reverse;gap:10px}.billing-detalisation__side[data-v-ab27e497]{width:100%}}.billing-detalisation[data-v-d170744b]{min-width:800px}.billing-detalisation__header[data-v-d170744b]{display:flex;justify-content:space-between}.billing-detalisation__side[data-v-d170744b]{display:flex;gap:10px}.billing-table[data-v-d170744b]{table-layout:fixed;width:100%;margin-bottom:20px}.billing-table__th[data-v-d170744b]{padding:5px;background:#f5f7fa;color:#525866;font-weight:500;cursor:pointer}.billing-table__th[data-v-d170744b]:nth-child(1){border-radius:8px 0 0 8px}.billing-table__th[data-v-d170744b]:last-child{border-radius:0 8px 8px 0}.billing-table__td[data-v-d170744b]{padding:5px 10px;color:#525866;text-align:left;font-weight:400}@media (max-width: 768px){.billing-detalisation__header[data-v-d170744b]{flex-direction:column-reverse;gap:10px}.billing-detalisation__side[data-v-d170744b]{width:100%}}.input-file[data-v-b5a43951]{position:relative;width:100%;display:flex;align-items:center;gap:15px;margin-top:20px}.input-file__text[data-v-b5a43951]{display:none}.input-file__plus[data-v-b5a43951]{width:12px;height:12px;transition:.2s ease;opacity:.5}.input-file__label[data-v-b5a43951]{background:#f6f6f6;border:2px solid #e4e4e7;border-radius:8px;padding:10px 20px;cursor:pointer;font-size:14px;transition:all .2s ease-in-out;display:flex;align-items:center;gap:3px}.input-file__label[data-v-b5a43951]:hover{background:#fff;border:2px solid #7862eb}.input-file__label:hover .input-file__plus[data-v-b5a43951]{opacity:1}.input-file--input[data-v-b5a43951]{height:44px;border-radius:10px;background:#fff;transition:.2s ease;border:1px solid #e1e4ea}.input-file--input[data-v-b5a43951]:hover{background:#f5f7fa;border:1px solid #7862eb}.input-file--input .input-file__label[data-v-b5a43951]{background:none;border:none;width:100%}.input-file__error[data-v-b5a43951]{position:absolute;bottom:-33px;left:0}.input-file__error-message[data-v-b5a43951]{color:#be4a4a}.input-file .error-enter-active[data-v-b5a43951],.input-file .error-leave-active[data-v-b5a43951]{transition:all .2s ease-in-out}.input-file .error-enter-from[data-v-b5a43951]{transform:translate(-30px);opacity:0}.input-file .error-leave-to[data-v-b5a43951]{transform:translate(100px);opacity:0}@media (max-width: 768px){.input-file[data-v-b5a43951]{margin-top:10px;flex-direction:column-reverse;align-items:center}.input-file__label[data-v-b5a43951]{width:100%;text-align:center}.input-file__name[data-v-b5a43951]{margin-left:10px}}.document-preview[data-v-40c4bece]{width:100%}.document-preview__grid[data-v-40c4bece]{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px;width:100%}.document-preview__item[data-v-40c4bece]{position:relative;display:flex;flex-direction:column;border-radius:12px;padding:16px;transition:all .3s ease;border:1px solid transparent;height:220px}.document-preview__item[data-v-40c4bece]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#7862eb}.document-preview__item:hover .document-preview__item-icon[data-v-40c4bece]{opacity:1;transform:scale(1)}.document-preview__item-icon[data-v-40c4bece]{position:absolute;top:12px;right:12px;opacity:0;transform:scale(.8);transition:all .2s ease;cursor:pointer;z-index:1;background:#ffffffe6;border-radius:50%;padding:4px;box-shadow:0 2px 8px #0000001a}.document-preview__item-icon[data-v-40c4bece]:hover{background:#fff;transform:scale(1.1)!important}.document-preview__item-doc[data-v-40c4bece]{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;min-height:120px}.document-preview__item-doc img[data-v-40c4bece]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.document-preview__item-doc:hover img[data-v-40c4bece]{transform:scale(1.05)}.document-preview__item-name[data-v-40c4bece]{padding:8px 4px;height:44px;width:100%;position:relative}.document-preview__item-name-text[data-v-40c4bece]{position:absolute;left:0;right:0;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;text-align:center;color:#0e121b;font-size:14px;word-break:break-word}@media (max-width: 768px){.document-preview__grid[data-v-40c4bece]{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.document-preview__item[data-v-40c4bece]{padding:12px;height:200px}.document-preview__item-doc[data-v-40c4bece]{padding:8px;min-height:100px}.document-preview__item-name[data-v-40c4bece]{padding:6px 4px;height:40px}.document-preview__item-name-text[data-v-40c4bece]{font-size:13px}}@media (max-width: 480px){.document-preview__grid[data-v-40c4bece]{grid-template-columns:repeat(2,1fr);gap:8px}.document-preview__item[data-v-40c4bece]{padding:8px;height:180px}.document-preview__item-doc[data-v-40c4bece]{padding:6px;min-height:90px}.document-preview__item-name[data-v-40c4bece]{padding:4px;height:36px}.document-preview__item-name-text[data-v-40c4bece]{font-size:12px}}.tags[data-v-7052ba20]{display:flex;gap:15px;align-items:center}.tags__tag[data-v-7052ba20]{display:flex;gap:3px}.tags__tag span[data-v-7052ba20]{font-size:12px;font-weight:500;line-height:16.8px;text-align:left;color:#535357}.case-card[data-v-29d96b23]{position:relative;display:flex;overflow:hidden;cursor:pointer;max-height:247px}.case-card--premium[data-v-29d96b23]{border:1px solid #7862eb}.case-card__blur[data-v-29d96b23]{position:absolute;bottom:0;left:0;width:100%;height:7px;background:linear-gradient(180deg,#fff0,#f1f0f3)}.case-card__tag[data-v-29d96b23]{margin-bottom:auto;font-size:12px;padding:4px 8px;border-radius:30px;background:#3ee089;color:#16643b;text-align:center}@media (max-width: 768px){.case-card__tag[data-v-29d96b23]{margin-bottom:15px}}.case-card__container[data-v-29d96b23]{width:100%;display:flex;justify-content:space-between;gap:5px}.case-card__container--disabled[data-v-29d96b23]{opacity:.5;pointer-events:none!important;cursor:not-allowed!important}.case-card__status[data-v-29d96b23]{padding:4px 8px;width:-moz-fit-content;width:fit-content;border-radius:10px;font-size:12px;font-weight:500}.case-card__status--pending[data-v-29d96b23]{color:#682f12;background:#ffd5c0}.case-card__status--empty[data-v-29d96b23]{color:#351a75;background:#cac0ff}.case-card__status--end[data-v-29d96b23]{color:#681219;background:#ffc0c5}.case-card__title[data-v-29d96b23]{margin:16px 0;text-align:left}.case-card__description[data-v-29d96b23]{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 700px){.case-card__description[data-v-29d96b23]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.case-card__tags[data-v-29d96b23]{margin-bottom:7px}.case-card__right-side[data-v-29d96b23]{display:flex;flex-direction:column;align-items:flex-end;height:100%;justify-content:space-between}.case-card__count[data-v-29d96b23]{text-align:left;color:#69696c;margin-bottom:5px}.case-card__solutions[data-v-29d96b23]{font-size:13px;font-weight:500;line-height:20px;text-align:left;color:#949496}.case-card__solutions-number[data-v-29d96b23]{font-size:20px;font-weight:500;line-height:20px;text-align:left;color:#7862eb}.case-card__line[data-v-29d96b23]{position:absolute;left:0;top:0;width:5px;height:100%}.organization-cases__header[data-v-96d79bd2]{display:flex;justify-content:space-between;align-items:center}@media (max-width: 700px){.organization-cases__header--desktop[data-v-96d79bd2]{display:none}}.organization-cases__header--mobile[data-v-96d79bd2]{flex-direction:column;gap:8px}@media (min-width: 700px){.organization-cases__header--mobile[data-v-96d79bd2]{display:none}}.organization-cases__footer[data-v-96d79bd2]{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:40px;column-gap:40px;height:40px;margin-top:16px}.organization-cases__footer-right[data-v-96d79bd2]{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:13px;column-gap:13px;height:100%}.organization-cases__footer-search[data-v-96d79bd2]{position:relative;width:319px;transition:all .2s ease-in-out}.organization-cases__footer-sort[data-v-96d79bd2]{width:170px}@media (max-width: 768px){.organization-cases__footer-sort[data-v-96d79bd2]{width:134px}.organization-cases__footer-right[data-v-96d79bd2]{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px;justify-content:start}.organization-cases__footer-simpleselect[data-v-96d79bd2]{grid-column:1/-1;grid-row:2;width:100%;display:flex;justify-content:space-between}.organization-cases__footer .filter[data-v-96d79bd2]{grid-column:1;grid-row:1}.organization-cases__footer-sort[data-v-96d79bd2]{grid-column:2;grid-row:1}}.pagination[data-v-f7239d2b]{display:flex;justify-content:center;padding:1rem 0}.pagination-container[data-v-f7239d2b]{display:flex;flex-direction:column;align-items:center;gap:1rem}.pagination-ordering .ordering-select[data-v-f7239d2b]{padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;color:#4a5568;font-size:.875rem;cursor:pointer;min-width:150px}.pagination-ordering .ordering-select[data-v-f7239d2b]:focus{outline:none;border-color:#7862eb}.pagination-list[data-v-f7239d2b]{display:flex;list-style:none;margin:0;padding:0;gap:.25rem}.pagination-button[data-v-f7239d2b]{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;border:1px solid #e2e8f0;background-color:#fff;color:#4a5568;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.pagination-button[data-v-f7239d2b]:hover:not(:disabled){background-color:#f7fafc;border-color:#cbd5e0}.pagination-button[data-v-f7239d2b]:disabled{opacity:.5;cursor:not-allowed}.pagination-button.active[data-v-f7239d2b]{background-color:#7862eb;border-color:#7862eb;color:#fff}.pagination-button.active[data-v-f7239d2b]:hover{background-color:#7862eb}.pagination-ellipsis[data-v-f7239d2b]{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#4a5568}.case-card[data-v-8e601898]{position:relative;display:flex;overflow:hidden;cursor:pointer;height:192px}.case-card--skeleton[data-v-8e601898]{background:#f5f7fa}.case-card--skeleton .case-card__container[data-v-8e601898]{display:block}.case-card--skeleton .case-card__status[data-v-8e601898]{width:171px;height:16px;border-radius:16px;background:#e1e4ea;margin-bottom:20px}.case-card--skeleton .case-card__title[data-v-8e601898]{width:171px;height:24px;background:#e1e4ea;border-radius:6px;margin-bottom:52px}.case-card--skeleton .case-card__description[data-v-8e601898]{width:100%;height:40px;border-radius:6px;background:#e1e4ea}.case-card__container[data-v-8e601898]{width:100%}.case-card--skeleton[data-v-8e601898]{background:linear-gradient(100deg,#f5f7fa,#e1e4ea,#f5f7fa);background-size:200% 100%;animation:shimmer-8e601898 2s infinite}@keyframes shimmer-8e601898{0%{background-position:0% 50%}to{background-position:-200% 50%}}.organization-case-solution-header[data-v-c829bb56]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.organization-case-solution-header__back[data-v-c829bb56]{margin-bottom:9px}.organization-case-solution-header__info[data-v-c829bb56]{display:flex;gap:10px}.organization-case-solution-header__info img[data-v-c829bb56]{width:50px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.organization-case-solution-header__title[data-v-c829bb56]{display:flex;flex-direction:column}.organization-case-solution-header__title-name[data-v-c829bb56]{display:flex;justify-content:space-between;align-items:center;gap:22px}.organization-case-solution-header-finished[data-v-c829bb56]{font-size:14px;font-weight:500;color:#28282d}.organization-case-solution-header-finished-date[data-v-c829bb56]{color:#7862eb}.organization-case-solution-header__container[data-v-c829bb56]{width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width: 700px){.organization-case-solution-header__container[data-v-c829bb56]{flex-direction:column;gap:10px;align-items:stretch}}.case-estimate[data-v-a2d3bf29]{display:flex;width:100%;justify-content:space-between;border-radius:10px;border:1px solid #e4e4e7;overflow:hidden}.case-estimate__value[data-v-a2d3bf29]{display:flex;justify-content:center;align-items:center;height:36px;width:100%;cursor:pointer;transition:.2s ease;border-right:1px solid #e4e4e7}.case-estimate__value[data-v-a2d3bf29]:hover{background:#f6f6f6}.case-estimate__value--selected[data-v-a2d3bf29]{background:#7862eb!important;color:#fff}.case-estimate__value[data-v-a2d3bf29]:last-child{border-right:none}.modal[data-v-6dccfe10]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.solution-estimate-describe[data-v-6dccfe10]{background:#fff;overflow:hidden;min-width:320px;border-radius:10px;position:relative;display:flex;flex-direction:column;padding:15px}.solution-estimate-describe__header[data-v-6dccfe10]{color:#7862eb}.solution-estimate-describe__line[data-v-6dccfe10]{width:100%;height:2px;background:#e1e4ea;margin:10px 0}.solution-estimate-describe__items[data-v-6dccfe10]{display:flex;flex-direction:column;gap:20px}.solution-estimate-describe__item[data-v-6dccfe10]{display:flex;flex-direction:column;gap:4px}.solution-estimate-describe__empty[data-v-6dccfe10]{font-size:12px;color:#99a0ae}.fade-enter-active[data-v-6dccfe10],.fade-leave-active[data-v-6dccfe10]{transition:opacity .2s ease}.fade-enter-from[data-v-6dccfe10],.fade-leave-to[data-v-6dccfe10]{opacity:0}.tooltip[data-v-7aadac21]{position:relative;transition:.3s ease}.tooltip--clickable[data-v-7aadac21]{cursor:pointer}.tooltip__message[data-v-7aadac21]{position:absolute;top:-30px;left:50%;transform:translate(-50%);background-color:#fff;color:#0e121b;font-size:14px;box-shadow:0 12px 24px #0e121b0f;padding:4px 10px;border-radius:6px;border:1px solid #e1e4ea;z-index:3;max-width:340px;width:-moz-max-content;width:max-content;opacity:0;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.tooltip__message--left[data-v-7aadac21]{left:0;transform:translate(0)}.tooltip__message--right[data-v-7aadac21]{left:auto;right:0;transform:translate(0)}@media (max-width: 768px){.tooltip__message[data-v-7aadac21]{top:-40px;width:200px;text-align:center}}.profile-team-card[data-v-c76f6de7]{max-width:140px;height:168px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:16px;background:#f5f7fa;border-radius:20px}@media (max-width: 480px){.profile-team-card[data-v-c76f6de7]{max-width:120px;height:148px;padding:16px;gap:12px}}.profile-team-card__info[data-v-c76f6de7]{text-align:center;color:#0e121b;font-weight:500;font-size:16px}@media (max-width: 480px){.profile-team-card__info[data-v-c76f6de7]{font-size:14px}}.profile-team-card__avatar[data-v-c76f6de7]{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:50%}@media (max-width: 480px){.profile-team-card__avatar[data-v-c76f6de7]{width:56px;height:56px}}.tarif-card[data-v-7316b3c0]{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #cacfd8;border-radius:10px;background:#fff;width:320px;padding:16px;transition:.2s ease;will-change:transform;box-shadow:0 2px 10px -2px #223c5000}.tarif-card[data-v-7316b3c0]:hover{cursor:pointer;transform:scale(1.02);opacity:.9;box-shadow:0 2px 10px -2px #223c5033}.tarif-card__title[data-v-7316b3c0]{font-weight:500;font-size:16px;align-self:flex-start}.tarif-card__count[data-v-7316b3c0]{font-weight:400;font-size:16px;color:#525866}.tarif-card__line[data-v-7316b3c0]{width:100%;height:1px;background:#e1e4ea}.tarif-card--premium[data-v-7316b3c0]{border:1px solid #7862eb;background:#efebff;scale:1.02}.tarif-card--outlined[data-v-7316b3c0]{border:1px solid #7862eb;background:none}.tarif-card__info[data-v-7316b3c0]{display:flex;flex-direction:column;align-items:flex-start;gap:24px;height:100%}.tarif-card__info ul li[data-v-7316b3c0]{font-weight:500;font-size:14px;margin-bottom:7px}.tarif-card__info ul li[data-v-7316b3c0]::marker{content:"• ";color:#282828!important}.tarif-card__advantage[data-v-7316b3c0]{font-weight:400;font-size:14px;color:#525866}.tarif-card__stars[data-v-7316b3c0]{display:flex;gap:5px}@media (max-width: 768px){.tarif-card[data-v-7316b3c0]{width:100%;padding:16px}.tarif-card__title[data-v-7316b3c0]{font-size:16px}}.popup[data-v-828aa83f]{position:fixed;top:10px;left:0;width:100vw;display:flex;align-items:center;justify-content:center;z-index:100;animation:showIn-828aa83f .3s ease-in-out}.popup__content[data-v-828aa83f]{border-radius:10px;background:#f6f6f6;padding:5px 15px}.popup__content--error[data-v-828aa83f]{background:#f1afaf}.popup__content--success[data-v-828aa83f]{background:#a6f1af}@keyframes showIn-828aa83f{0%{top:-50px;opacity:0}to{top:10px;opacity:1}}.svg-filter[data-v-e65154b3]{position:absolute;top:50%;right:16px;transform:translateY(-50%);cursor:pointer;transition:all .2s ease-in-out}.arrow-down[data-v-1365477a]{width:11px;height:6px;transition:all .2s ease-in-out}.arrow-down.up[data-v-1365477a]{transform:rotateX(180deg)}.custom-select[data-v-1daa17b0]{width:100%;display:block;position:relative}.custom-select__button[data-v-1daa17b0]{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#f6f6f6;border:2px solid #e4e4e7;padding:12px 14px;cursor:pointer;border-radius:6px;transition:all .2s ease-in-out;margin-top:10px;text-align:left;opacity:.6}.custom-select__button--selected[data-v-1daa17b0]{opacity:1}.custom-select .arrow-down--rotate[data-v-1daa17b0]{transform:rotateX(180deg);transition:all .2s ease-in-out}.custom-select__dropdown-container[data-v-1daa17b0]{position:absolute;width:100%;top:108%;left:0;z-index:2;background-color:#fff;border:2px solid #e4e4e7;border-radius:6px;box-shadow:0 2px 8px #0000001a}.custom-select__dropdown-container--open-upwards[data-v-1daa17b0]{top:auto;bottom:63%}.custom-select__dropdown[data-v-1daa17b0]{width:100%;list-style:none;margin:0;max-height:300px;overflow-y:auto}.custom-select__dropdown[data-v-1daa17b0]::-webkit-scrollbar{width:6px}.custom-select__dropdown[data-v-1daa17b0]::-webkit-scrollbar-thumb{background-color:#9381ef;border-radius:10px}.custom-select__dropdown[data-v-1daa17b0]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);border-radius:10px;background-color:#f9f9fd}.custom-select__option[data-v-1daa17b0]{padding:8px 16px;cursor:pointer;transition:background-color .3s;border-radius:6px}.custom-select__option[data-v-1daa17b0]::-moz-placeholder{opacity:.6}.custom-select__option[data-v-1daa17b0]::placeholder{opacity:.6}.custom-select__option[data-v-1daa17b0]:hover,.custom-select__option[data-v-1daa17b0]:focus{background-color:#eceeff}.fade-enter-active[data-v-1daa17b0],.fade .fade-leave-active[data-v-1daa17b0]{transition:all .2s ease-in-out}.fade-enter-from[data-v-1daa17b0],.fade .fade-leave-to[data-v-1daa17b0]{opacity:0}.date[data-v-2aa59a9b]{position:relative;width:100%;display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;height:100%}.date__error[data-v-2aa59a9b]{position:absolute;bottom:-19px;left:0}.date__error-message[data-v-2aa59a9b]{color:#be4a4a}.profile-experience[data-v-a5953e58]{position:relative;display:flex;justify-content:center;flex-direction:column;z-index:1}.profile-experience__item[data-v-a5953e58]{display:flex;justify-content:center;flex-direction:column;row-gap:18px}.profile-experience__date[data-v-a5953e58]{display:flex;justify-content:center;flex-direction:column;row-gap:12px}.profile-experience__btn[data-v-a5953e58]{margin-top:17px}.profile-experience__svg[data-v-a5953e58]{margin-top:17px;cursor:pointer;transition:all .2s ease-in-out}.profile-experience__svg[data-v-a5953e58]:hover{opacity:.7}.profile-experience-enter-active[data-v-a5953e58]{transition:transform .3s ease-out}.profile-experience-enter-from[data-v-a5953e58]{opacity:0;transform:translate(-20px)}.profile-experience-enter-to[data-v-a5953e58],.profile-experience-leave[data-v-a5953e58]{opacity:1;transform:translate(0)}.profile-experience-leave-active[data-v-a5953e58]{transition:all .4s ease-in}.profile-experience-leave-to[data-v-a5953e58]{opacity:0;transform:translate(-20px)}.fade-enter-active[data-v-a5953e58],.fade-leave-active[data-v-a5953e58]{transition:all .2s ease-in-out}.fade-enter[data-v-a5953e58],.fade-leave-to[data-v-a5953e58]{opacity:0}.modal[data-v-5c7e94cb]{margin-top:17px;z-index:10}.modal--no-margin[data-v-5c7e94cb]{margin-top:0}.modal__overlay[data-v-5c7e94cb]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#28282d80;display:flex;justify-content:center;align-items:flex-start;padding-top:75px;z-index:10}.modal__header[data-v-5c7e94cb]{width:100%;text-align:center}.modal__content[data-v-5c7e94cb]{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:20px;background:#fff;padding:50px 85px 68px;border-radius:5px;position:relative;max-width:558px;width:100%;transition:all .2s ease-in-out;max-height:80vh;overflow-y:auto;height:auto}.modal__content[data-v-5c7e94cb]::-webkit-scrollbar{width:5px}.modal__content[data-v-5c7e94cb]::-webkit-scrollbar-thumb{background:#7862eb;border-radius:3px}.modal__body[data-v-5c7e94cb]{width:100%;flex-grow:1;display:flex;flex-direction:column;row-gap:20px}.modal__footer[data-v-5c7e94cb]{width:100%;display:flex;align-items:center;justify-content:space-between;row-gap:22px;margin-top:auto;flex-shrink:0}.modal__close[data-v-5c7e94cb]{position:absolute;top:19px;right:19px;cursor:pointer}.modal-enter-active[data-v-5c7e94cb]{transition:transform .3s ease-out}.modal-enter-from[data-v-5c7e94cb]{opacity:0;transform:translateY(-20px)}.modal-enter-to[data-v-5c7e94cb],.modal-leave[data-v-5c7e94cb]{opacity:1;transform:translateY(0)}.modal-leave-active[data-v-5c7e94cb]{transition:all .2s ease-in}.modal-leave-to[data-v-5c7e94cb]{opacity:0;transform:translateY(-20px)}@media (max-width: 768px){.modal__overlay[data-v-5c7e94cb]{padding-top:120px}.modal__close[data-v-5c7e94cb]{top:10px;right:12px}.modal__content[data-v-5c7e94cb]{width:100%;padding:8px!important;min-height:320px;max-width:350px}.modal__footer[data-v-5c7e94cb]{flex-direction:column;margin-top:20px}}.profile-skills__arr[data-v-610c5089]{width:100%;flex-wrap:wrap;display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px}.profile-skills__item[data-v-610c5089]{display:flex;align-items:center;margin-top:10px;background-color:#e4e4e7;padding:3px 6px;border-radius:5px;-moz-column-gap:5px;column-gap:5px}.profile-skills__item-icon[data-v-610c5089]{cursor:pointer}.profile-skills__item-icon svg[data-v-610c5089]{fill:#e4e4e7;transition:all .2s ease-in-out}.profile-skills__item-icon svg[data-v-610c5089]:hover{fill:#fff}.profile-skills .list-enter-active[data-v-610c5089],.profile-skills .list-leave-active[data-v-610c5089]{transition:all .2s ease-in-out}.profile-skills .list-enter-from[data-v-610c5089],.profile-skills .list-leave-to[data-v-610c5089]{opacity:0;transform:translateY(-30px)}.input__clear[data-v-57aae44f]{position:relative}.input__clear .icon__close[data-v-57aae44f]{position:absolute;top:50%;right:8px;transform:translateY(-50%);cursor:pointer;width:14px;height:14px}.input__clear .fade-enter-active[data-v-57aae44f],.input__clear .fade-leave-active[data-v-57aae44f]{transition:all .2s ease-in-out}.input__clear .fade-enter-from[data-v-57aae44f],.input__clear .fade-leave-to[data-v-57aae44f]{opacity:0}.profile-education[data-v-f05c4fb0]{display:flex;flex-direction:column;row-gap:20px}.profile-education__header[data-v-f05c4fb0]{display:flex;flex-direction:column;row-gap:15px}.profile-education__item[data-v-f05c4fb0],.profile-education__content[data-v-f05c4fb0]{display:flex;flex-direction:column;row-gap:20px}.profile-education__year[data-v-f05c4fb0]{display:flex;align-items:end;-moz-column-gap:10px;column-gap:10px}.profile-education__year .input[data-v-f05c4fb0]{width:160px}.profile-education__svg[data-v-f05c4fb0]{cursor:pointer;transition:all .2s ease-in-out}.profile-education__svg[data-v-f05c4fb0]:hover{opacity:.7}.profile-education-enter-active[data-v-f05c4fb0]{transition:transform .3s ease-out}.profile-education-enter-from[data-v-f05c4fb0]{opacity:0;transform:translate(-20px)}.profile-education-enter-to[data-v-f05c4fb0],.profile-education-leave[data-v-f05c4fb0]{opacity:1;transform:translate(0)}.profile-education-leave-active[data-v-f05c4fb0]{transition:all .4s ease-in}.profile-education-leave-to[data-v-f05c4fb0]{opacity:0;transform:translate(-20px)}@media (max-width: 768px){.profile-education[data-v-f05c4fb0],.profile-education__header[data-v-f05c4fb0]{width:100%}.profile-education__year[data-v-f05c4fb0]{flex-direction:column;gap:4px}}.profile__safty[data-v-cb895e9c]{width:329px;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.profile__safty-form[data-v-cb895e9c]{width:100%;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.profile__safty h2[data-v-cb895e9c]{font-size:18px;font-weight:500;line-height:28px;text-align:left}@media (max-width: 768px){.profile__safty[data-v-cb895e9c]{width:100%;gap:10px}.profile__safty-form[data-v-cb895e9c]{width:100%}}svg path[data-v-85ec38f4]{fill:#99a0ae}svg.warning path[data-v-85ec38f4]{fill:#ff8447}.team-list__list[data-v-8f982dd9]{display:flex;flex-direction:column;row-gap:20px}.team-list__stats[data-v-8f982dd9]{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.team-list__members[data-v-8f982dd9],.team-list__case[data-v-8f982dd9]{display:flex;align-items:center;gap:3px}.team-list .icon-path[data-v-8f982dd9]{color:#7862eb}.team-list-desc[data-v-8f982dd9]{margin-top:16px}.input__clear[data-v-794628e7]{position:relative}.input__clear .icon__close[data-v-794628e7]{position:absolute;top:50%;right:8px;transform:translateY(-50%);cursor:pointer;width:14px;height:14px}.input__clear .fade-enter-active[data-v-794628e7],.input__clear .fade-leave-active[data-v-794628e7]{transition:all .2s ease-in-out}.input__clear .fade-enter-from[data-v-794628e7],.input__clear .fade-leave-to[data-v-794628e7]{opacity:0}.title[data-v-0fbdb775]{font-size:3rem;font-weight:700;line-height:1}@media (max-width: 768px){.title[data-v-0fbdb775]{font-size:2rem}}.mainContainer[data-v-0a2ade62]{padding:100px 20px 0}.informationBlocks[data-v-0a2ade62]{margin-top:100px}.blockInfo[data-v-0a2ade62]{display:flex;padding:30px 0;width:100%;border-top:1px solid #00000099;border-left:none;border-right:none;border-bottom:none}.lastInfo[data-v-0a2ade62]{display:flex;padding:0;width:100%;border-top:1px solid #00000099;border-left:none;border-right:none;border-bottom:none}.count[data-v-0a2ade62]{width:52px;font-weight:400;font-size:3rem;line-height:80%;letter-spacing:2%;color:#0009}.discriptions[data-v-0a2ade62]{margin-left:50%;max-width:507px}.theme[data-v-0a2ade62]{font-weight:500;font-size:32px;line-height:100%;color:#000}.text[data-v-0a2ade62]{font-size:16px;font-weight:400;line-height:120%;color:#0009;margin-top:20px}.Title-Company[data-v-0a2ade62]{text-align:start}@media (max-width: 1224px){.Title-Company[data-v-0a2ade62]{margin-top:50px}}@media (max-width: 1024px){.informationBlocks[data-v-0a2ade62]{margin-top:50px}.blockInfo[data-v-0a2ade62]{flex-direction:column;align-items:start;text-align:start;padding:30px 0;border-top:1px solid #00000099}.count[data-v-0a2ade62]{text-align:start;font-size:2.5rem;margin-bottom:15px}.discriptions[data-v-0a2ade62]{margin-left:0;max-width:100%}.theme[data-v-0a2ade62]{font-size:24px}.text[data-v-0a2ade62]{font-size:15px}}.section[data-v-178300f1]{font-family:Inter;padding:100px 40px 0}.caseTitle[data-v-178300f1]{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.caseParag[data-v-178300f1]{font-weight:400;font-size:1rem;line-height:120%;max-width:471px;color:#0009;margin-top:20px;opacity:0;transform:translateY(30px);transition:all .8s ease}.MainIcons[data-v-178300f1]{display:flex;gap:15px;align-items:center}.navButton[data-v-178300f1]{width:48px;height:48px;border-radius:50%;background:#0003;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;opacity:0;transform:translateY(30px);transition:all .8s ease}.navButton img[data-v-178300f1]{width:22px;height:24px}.navButton[data-v-178300f1]:active{background-color:#8857ff;transform:scale(.95);box-shadow:0 2px 4px #8857ff33}.imgSlide[data-v-178300f1]{width:100%;border-radius:10px;opacity:0;transform:translateY(30px);transition:all .8s ease}.slideBlock[data-v-178300f1]{display:flex;flex-direction:column;gap:20px;padding:30px;height:565px;border-radius:20px;background-color:#f3eeff;opacity:0;transform:translateY(30px);transition:all .8s ease}.titleImage[data-v-178300f1],.titleTxt[data-v-178300f1]{opacity:0;transform:translateY(30px);transition:all .8s ease}.btnCase[data-v-178300f1]{width:100%;min-height:61px;background-color:#8857ff;color:#fff;border-radius:50px;font-weight:600;margin-top:auto;font-size:18px;transition:background-color .2s ease}.btnCase[data-v-178300f1]:hover{background-color:#7641e6}.sliderFlex[data-v-178300f1]{display:flex;gap:40px;margin-top:15px;opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in[data-v-178300f1],.slide-in[data-v-178300f1]{opacity:1!important;transform:translateY(0)!important}@media (max-width: 1530px){.slideBlock[data-v-178300f1]{height:auto}.imgSlide[data-v-178300f1]{-o-object-fit:contain;object-fit:contain}}@media (max-width: 1024px){.caseParag[data-v-178300f1]{max-width:100%}.sliderFlex[data-v-178300f1]{gap:20px}}@media (max-width: 1117px){.section[data-v-178300f1]{padding:60px 20px}.caseTitle[data-v-178300f1]{flex-direction:column;align-items:center;text-align:start}.caseParag[data-v-178300f1]{text-align:start;max-width:100%;margin-top:20px}.MainIcons[data-v-178300f1]{margin-top:20px}.slideBlock[data-v-178300f1]{height:auto;padding:20px}.titleImage[data-v-178300f1]{font-size:24px}.titleTxt[data-v-178300f1]{font-size:1rem}.btnCase[data-v-178300f1]{height:60px;font-size:16px}}@media (max-width: 480px){.sliderFlex[data-v-178300f1]{flex-direction:column}.slideBlock[data-v-178300f1]{width:100%;padding:20px;gap:10px}.titleImage[data-v-178300f1]{font-size:1.4rem}.btnCase[data-v-178300f1]{font-size:14px;height:50px}.navButton[data-v-178300f1]{width:40px;height:40px}.navButton img[data-v-178300f1]{width:16px;height:16px}}.title[data-v-0fc0f3d4]{font-size:3rem;font-weight:700;line-height:1}@media (max-width: 768px){.title[data-v-0fc0f3d4]{font-size:2rem}}.flexChamp[data-v-5d824717]{margin-top:40px;display:flex;justify-content:start;gap:20px;height:580px}.txtChamp[data-v-5d824717]{display:flex;align-items:flex-end;border-radius:20px;padding:20px;width:100%;height:100%;background-color:#f3eeff}.txtChamp p[data-v-5d824717]{font-weight:400;font-size:2.5rem;line-height:120%}.flexdis[data-v-5d824717]{display:flex;flex-direction:column;justify-content:space-between;gap:20px;width:100%}.video-player[data-v-5d824717]{transition:all .3s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:100px;background:#fff;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.video-wrap[data-v-5d824717]{width:100%;max-width:360px;aspect-ratio:9 / 16;position:relative;border-radius:20px;overflow:hidden;margin:0 auto}.video-wrap video[data-v-5d824717]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:20px;background:#000}.video-player[data-v-5d824717]{transition:all .3s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.imgPhoto[data-v-5d824717]{width:40px;height:auto}@media (max-width: 1024px){.video-player[data-v-5d824717]{width:80px;height:80px}.imgPhoto[data-v-5d824717]{width:30px}}@media (max-width: 768px){.flexChamp[data-v-5d824717]{flex-direction:column;height:auto}.video-wrap[data-v-5d824717]{width:auto;height:100vh;aspect-ratio:auto;max-width:none;margin:0 auto;display:flex;align-items:center;justify-content:center}.video-wrap video[data-v-5d824717]{height:100%;width:auto;-o-object-fit:contain;object-fit:contain;background:#000}.video-player[data-v-5d824717]{width:70px;height:70px}.imgPhoto[data-v-5d824717]{width:28px}}@media (max-width: 480px){.video-player[data-v-5d824717]{width:60px;height:60px}.imgPhoto[data-v-5d824717]{width:24px}}@media (max-width: 1024px){.txtChamp p[data-v-5d824717]{font-size:24px}.imgPhoto[data-v-5d824717]{height:101px}}@media (max-width: 768px){.flexChamp[data-v-5d824717]{flex-direction:column;height:auto}.imgPhoto[data-v-5d824717]{height:61px}.video-wrap[data-v-5d824717]{width:100%;height:auto}.video-wrap video[data-v-5d824717]{height:auto}.flexdis[data-v-5d824717]{width:100%}.txtChamp[data-v-5d824717]{height:auto;padding:16px}.txtChamp p[data-v-5d824717]{font-size:20px}.video-player[data-v-5d824717]{width:90px;height:90px;font-size:60px}}@media (max-width: 480px){.txtChamp p[data-v-5d824717]{font-size:18px}.video-player[data-v-5d824717]{width:70px;height:70px;font-size:50px}}.imgPhoto[data-v-5d824717]{height:41px}.hidden[data-v-5d824717]{width:0;height:0;opacity:0;overflow:hidden}.mainContainer[data-v-6b8d9023]{padding:80px 20px 0}.bestPlans[data-v-6b8d9023]{display:flex;justify-content:space-between;gap:20px;margin-top:50px;flex-wrap:wrap;margin-bottom:40px}.bestBlock[data-v-6b8d9023]{padding:30px;width:32.2%;height:571px;border-radius:20px;background-color:#f3eeff;transition:transform .3s ease,box-shadow .3s ease}.bestBlock[data-v-6b8d9023]:hover{height:591px;transform:translateY(-10px)!important;box-shadow:0 20px 40px #8857ff66}.topflex[data-v-6b8d9023]{display:flex;justify-content:space-between;color:#000}.statusPlan[data-v-6b8d9023]{font-weight:500;font-size:2rem;line-height:100%}.conuntPublic[data-v-6b8d9023]{font-size:1rem;font-weight:400;line-height:120%}.bestPrice[data-v-6b8d9023]{font-weight:400;font-size:4rem;line-height:80%;color:#0009;margin-top:40px}.hrline[data-v-6b8d9023]{margin-top:40px;width:100%;height:2px;background-color:#0006}.bestList[data-v-6b8d9023]{margin-top:60px;display:flex;height:120px;flex-direction:column;justify-content:space-between}.bestServise[data-v-6b8d9023]{font-weight:400;font-size:20px;line-height:100%;color:#000}.bestBtn[data-v-6b8d9023]{margin-top:90px;width:100%;height:68px;background-color:#8857ff;font-weight:600;font-size:18px;line-height:80%;color:#fff;border-radius:50px}@media (max-width: 1480px){.statusPlan[data-v-6b8d9023]{font-size:1.5rem}}@media (max-width: 1240px){.bestPlans[data-v-6b8d9023]{flex-wrap:wrap;justify-content:center;gap:10px}.bestBlock[data-v-6b8d9023]{width:100%;height:auto;padding:30px;margin-bottom:20px}.bestBlock[data-v-6b8d9023]:hover{height:auto;transform:translateY(-10px);box-shadow:0 12px 40px #8857ff66}.topflex[data-v-6b8d9023]{font-size:2rem}.bestPrice[data-v-6b8d9023]{font-size:4rem}.bestList[data-v-6b8d9023]{height:auto;margin-top:40px}.bestServise[data-v-6b8d9023]{font-size:1.5rem;margin-top:5px}.bestBtn[data-v-6b8d9023]{margin-top:40px;width:100%;height:60px;font-size:16px}}@media (max-width: 768px){.bestPlans[data-v-6b8d9023]{flex-direction:column;align-items:center;gap:20px}.bestBlock[data-v-6b8d9023]{width:100%;padding:25px}.statusPlan[data-v-6b8d9023]{font-size:2.5rem}.conuntPublic[data-v-6b8d9023]{font-size:14px}.bestList[data-v-6b8d9023]{margin-top:30px;height:auto}.bestServise[data-v-6b8d9023]{font-size:1.3rem;margin-top:10px}.bestBtn[data-v-6b8d9023]{margin-top:40px;height:55px;font-size:16px}}@media (max-width: 480px){.bestPlans[data-v-6b8d9023]{flex-direction:column;align-items:center;gap:20px}.bestBlock[data-v-6b8d9023]{width:100%;padding:22px;margin-bottom:15px}.statusPlan[data-v-6b8d9023]{font-size:1.5rem}.conuntPublic[data-v-6b8d9023]{font-size:.75rem}.bestPrice[data-v-6b8d9023]{font-size:3rem}.bestList[data-v-6b8d9023]{margin-top:20px}.bestServise[data-v-6b8d9023]{font-size:.9rem}.bestBtn[data-v-6b8d9023]{margin-top:30px;height:50px;font-size:14px}}a[data-v-6b8d9023]{color:#8857ff}.cta-button[data-v-a63f2acf]{font-weight:600;transition:all .3s ease;padding:18px 50px;border-radius:35px;font-size:18px;border:2px solid #8857FF;background-color:#8857ff;color:#fff}.form-block[data-v-415c3574]{width:100%;max-width:600px;background-color:#1e1e1e;border-radius:28px;color:#fff}.input-block[data-v-415c3574]{margin-top:5px}.input[data-v-415c3574]{width:100%;padding:12px;border-radius:38px;background-color:#1e1e1e;border:1px solid #FFFFFF66;color:#fff;margin:4px 0}.input[data-v-415c3574]::-moz-placeholder{color:#fff9;font-weight:400;font-size:1rem}.input[data-v-415c3574]::placeholder{color:#fff9;font-weight:400;font-size:1rem}.checkbox-form[data-v-415c3574]{border-radius:20px;width:100%;border:1px solid #FFFFFF66}.checkbox-block[data-v-415c3574]{padding:15px}.checkbox-form legend[data-v-415c3574]{font-weight:500;font-size:1.4rem;color:#fff;margin-bottom:8px}.label-grid[data-v-415c3574]{display:flex;flex-wrap:wrap;gap:16px 32px}.label-text[data-v-415c3574]{display:flex;align-items:center;gap:10px;font-weight:400;font-size:1rem;color:#fff;line-height:130%}input[type=radio][data-v-415c3574]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;border:2px solid white;background-color:#000;border-radius:50%;position:relative;cursor:pointer}input[type=radio][data-v-415c3574]:checked:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background-color:#fff;transform:translate(-50%,-50%)}.checkbox[data-v-415c3574]{font-weight:400;font-size:.7rem;line-height:130%;display:flex;align-items:center;margin-top:7px;color:#fff}p[data-v-415c3574]{color:#fff}input[type=checkbox][data-v-415c3574]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;min-width:18px;height:18px;border:2px solid white;background-color:#000;border-radius:4px;position:relative;cursor:pointer;margin-right:10px}input[type=checkbox][data-v-415c3574]:checked:before{content:"";position:absolute;top:2px;left:5px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.submit-button[data-v-415c3574]{width:100%;background:#8857ff;font-weight:600;font-size:1.1rem;padding:15px;margin-top:10px;color:#fff;cursor:pointer}a[data-v-415c3574]{color:#8857ff}.error-text[data-v-415c3574]{color:#c457ff;font-size:10px}.form-container[data-v-a34089a9]{max-width:700px;height:-moz-fit-content;height:fit-content;padding:28px;background:#1e1e1e;border-radius:30px;margin-bottom:50px}.container[data-v-a34089a9]{position:relative;width:100%;height:auto;max-width:100%;display:flex;align-items:center;justify-content:center;padding:25px}.main-title[data-v-a34089a9]{font-size:2.5rem;font-weight:600;color:#fff}.back-title[data-v-a34089a9]{font-size:2.5rem;font-weight:600;color:#000}.background[data-v-a34089a9]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;height:700px}.title[data-v-a34089a9]{color:#fff}.description[data-v-a34089a9]{color:#fff;font-weight:400;font-size:1rem;line-height:120%;margin-top:30px}.SmmDes[data-v-a34089a9]{font-size:2.5rem;font-weight:600;color:#000}.wave1[data-v-a34089a9]{position:absolute;bottom:0;left:0;width:70%;height:50%;-o-object-fit:fill;object-fit:fill;mix-blend-mode:luminosity;animation:wave1 1s ease-in-out .6s 1 forwards}.wave2[data-v-a34089a9]{position:absolute;top:0;right:0;width:70%;height:70%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:luminosity;animation:wave2 1s ease-in-out 1s 1 forwards}.content[data-v-a34089a9]{position:relative;z-index:1;display:flex;width:100%;background:transparent;min-height:715px;margin-top:20px}.text-block[data-v-a34089a9]{width:100%;max-width:50%;color:#fff;padding:16px}.avatar-info-wrapper[data-v-a34089a9]{position:absolute;bottom:115px;left:0;width:600px;height:auto;display:flex;flex-direction:column;align-items:center;z-index:10}.avatar-floating[data-v-a34089a9]{position:absolute;bottom:60px;transform:translate(-80%);width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background-color:#fff;z-index:1}.info-box[data-v-a34089a9]{transform:translate(-12%);position:relative;background-color:#000000b3;padding:20px 30px;border-radius:16px;font-size:14px;color:#fff;z-index:1}.info-description[data-v-a34089a9]{padding:0 0 0 10px;list-style:disc;line-height:100%;font-size:1rem}.info-title[data-v-a34089a9]{color:#fff;font-weight:700;line-height:100%;text-transform:uppercase;text-align:start}@keyframes fadeInUp-a34089a9{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-a34089a9{0%{opacity:0}to{opacity:1}}.content[data-v-a34089a9]{animation:fadeInUp-a34089a9 1s ease-out forwards}.main-title[data-v-a34089a9],.back-title[data-v-a34089a9]{animation:fadeInUp-a34089a9 1s ease-out forwards;animation-delay:.3s;opacity:0}.description[data-v-a34089a9]{animation:fadeInUp-a34089a9 1s ease-out forwards;animation-delay:.5s;opacity:0}.avatar-info-wrapper[data-v-a34089a9]{animation:fadeInUp-a34089a9 1.2s ease-out forwards;animation-delay:.7s;opacity:0}.info-title[data-v-a34089a9]{margin-top:3px}@media (max-width: 1224px){.container[data-v-a34089a9]{flex-direction:column;align-items:start;padding:20px;margin-top:30px}.content[data-v-a34089a9]{flex-direction:column;align-items:center;text-align:start;margin-top:0}.background[data-v-a34089a9]{height:auto}.text-block[data-v-a34089a9]{max-width:100%;padding:0 16px;text-align:start}.main-title[data-v-a34089a9],.back-title[data-v-a34089a9],.description[data-v-a34089a9]{text-align:start;margin:20px auto 0}.avatar-info-wrapper[data-v-a34089a9]{position:static;max-width:100%;padding-top:40px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.avatar-floating[data-v-a34089a9]{position:relative;bottom:0;transform:none;margin:0 auto;width:150px;height:150px}.info-box[data-v-a34089a9]{transform:none;margin-top:20px;padding:16px;text-align:center}.form-container[data-v-a34089a9]{height:auto;margin-top:40px;width:100%;max-width:600px}.wave1[data-v-a34089a9],.wave2[data-v-a34089a9]{width:100%;height:50%}.wave2[data-v-a34089a9]{bottom:0;right:-50%}}@media (max-width: 768px){.main-title[data-v-a34089a9],.back-title[data-v-a34089a9]{font-size:1.8rem}.description[data-v-a34089a9]{font-size:1rem;line-height:140%;text-align:start}.wave1[data-v-a34089a9],.wave2[data-v-a34089a9]{display:none}.info-description[data-v-a34089a9]{font-size:.95rem}}@media (max-width: 480px){.main-title[data-v-a34089a9],.back-title[data-v-a34089a9]{font-size:1.5rem}.description[data-v-a34089a9]{font-size:.9rem}.avatar-floating[data-v-a34089a9]{width:150px;height:150px}.info-box[data-v-a34089a9]{padding:12px}.form-container[data-v-a34089a9]{padding:20px}}.cards[data-v-f9e6e042]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}.card[data-v-f9e6e042]{width:100%;height:162px;background:#f3eeff;padding:20px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:15px}.icon-wrapper[data-v-f9e6e042]{min-width:100px;height:100px;display:flex;justify-content:center;align-items:center;background-color:#c8b2ff;border-radius:50%;overflow:hidden}.icon[data-v-f9e6e042]{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.card-title[data-v-f9e6e042]{max-width:500px;width:100%;font-size:1.7rem;font-weight:700;line-height:1;margin:0 0 20px}.card-text[data-v-f9e6e042]{max-width:500px;font-size:1rem;margin:5px 0 0;list-style:1}.cta-button[data-v-f9e6e042]{margin-top:20px;width:100%;background:#8857ff;color:#fff;border:none;padding:25px;font-size:2rem;line-height:100%;border-radius:10px;cursor:pointer}@media (max-width: 1350px){.card[data-v-f9e6e042]{height:auto}}@media (max-width: 1024px){.cards[data-v-f9e6e042]{grid-template-columns:repeat(2,1fr)}.card[data-v-f9e6e042]{width:100%}.card-title[data-v-f9e6e042]{font-size:1.5rem;width:100%}.cta-button[data-v-f9e6e042]{font-size:1.2rem;padding:12px}}@media (max-width: 768px){.cards[data-v-f9e6e042]{grid-template-columns:1fr}.card[data-v-f9e6e042]{width:100%;padding:15px}.card-title[data-v-f9e6e042]{font-size:1.4rem}.cta-button[data-v-f9e6e042]{font-size:1.1rem;padding:10px}}@media (max-width: 550px){.card[data-v-f9e6e042]{flex-direction:column-reverse;align-items:start}.icon-wrapper[data-v-f9e6e042]{min-height:60px;max-width:60px}}.description[data-v-9a3f16d1]{text-align:center;font-size:1rem;color:#555;line-height:100%;font-weight:500;max-width:550px;margin:20px auto 40px;font-family:Inter,sans-serif}.cards[data-v-9a3f16d1]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;width:100%}.card[data-v-9a3f16d1]{background:#f3eeff;padding:20px;border-radius:20px;width:calc(33.33% - 20px);text-align:center;min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:transform .3s ease,box-shadow .3s ease}.number[data-v-9a3f16d1]{font-family:Inter,sans-serif;font-weight:400;line-height:100%;font-size:5rem;color:#8857ff;position:absolute;top:10px;left:20px}h3[data-v-9a3f16d1]{font-size:2rem;font-weight:600;margin:85px 0 20px;line-height:1.2}p[data-v-9a3f16d1]{font-family:Inter,sans-serif;font-weight:500;max-width:100%;font-size:1rem;color:#555;line-height:120%;margin-top:30px}p a[data-v-9a3f16d1]{color:#5864f5}@media (max-width: 1024px){.cards[data-v-9a3f16d1]{justify-content:center}.card[data-v-9a3f16d1]{width:calc(50% - 20px);min-height:350px}.title[data-v-9a3f16d1]{font-size:38px}.description[data-v-9a3f16d1]{font-size:16px}}@media (max-width: 768px){h3[data-v-9a3f16d1]{font-size:1.4rem;margin:65px 0 0}.cards[data-v-9a3f16d1]{flex-direction:column;align-items:center}.card[data-v-9a3f16d1]{width:100%;min-height:300px;padding:30px}.number[data-v-9a3f16d1]{font-size:3.5rem;top:15px;left:15px}.title[data-v-9a3f16d1]{font-size:34px}.description[data-v-9a3f16d1]{font-size:15px}}.startImageWrapper[data-v-44aa29b6]{width:100%;height:auto;border-radius:20px;overflow:hidden}.bestTitle[data-v-44aa29b6]{margin-bottom:32px}.startFlex[data-v-44aa29b6]{margin-top:48px}.startImageTop[data-v-44aa29b6]{width:100%;height:100%;display:block}.registerBtn[data-v-44aa29b6]{position:absolute;bottom:0;right:0;transform:translate(-10%,-29%);padding:15px 40px;font-size:20px;font-weight:600;color:#fff;background-color:#8857ff;border:none;border-radius:12px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 0 20px #8857ffcc}.registerBtn[data-v-44aa29b6]:hover{background-color:#6f42c1;box-shadow:0 0 25px #6f42c1}.startFlex[data-v-44aa29b6]{display:flex;justify-content:space-between;margin-top:40px;height:auto;width:100%;gap:20px}.countStart[data-v-44aa29b6]{width:50%;height:auto;border-radius:20px;background-color:#f3eeff;padding:20px;display:flex;justify-content:space-between;flex-direction:column}.firstStart[data-v-44aa29b6]{width:48px;height:48px;border-radius:50%;background-color:#8857ff;font-size:24px;font-weight:400;color:#fff;display:flex;justify-content:center;align-items:center}.startDis[data-v-44aa29b6]{font-weight:400;font-size:30px;line-height:120%;color:#000;margin:40px 0 0}.columbStart[data-v-44aa29b6]{height:auto;border-radius:20px;background-color:#f3eeff;padding:20px;display:flex;justify-content:space-between;flex-direction:column}.columbCoop[data-v-44aa29b6]{width:45%;display:flex;justify-content:space-between;flex-direction:column;gap:20px}.startImage[data-v-44aa29b6]{border-radius:20px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 1250px){.registerBtn[data-v-44aa29b6]{font-size:18px;padding:12px 32px;transform:translate(-10%,-35%)}.startFlex[data-v-44aa29b6]{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.countStart[data-v-44aa29b6]{width:100%;height:200px}.columbCoop[data-v-44aa29b6]{width:100%;display:flex;flex-direction:row}.columbStart[data-v-44aa29b6]{width:48%;height:200px}.startImage[data-v-44aa29b6]{border-radius:20px;width:100%;-o-object-fit:cover;object-fit:cover}.startDis[data-v-44aa29b6]{font-size:24px}.firstStart[data-v-44aa29b6]{font-size:20px;width:40px;height:40px}}@media (max-width: 768px){.registerBtn[data-v-44aa29b6]{font-size:16px;padding:10px 28px;transform:translate(-10%,-35%)}.startFlex[data-v-44aa29b6]{flex-direction:column;height:auto}.countStart[data-v-44aa29b6],.columbStart[data-v-44aa29b6]{width:100%;margin-bottom:20px}.columbCoop[data-v-44aa29b6]{width:100%;display:block}.startDis[data-v-44aa29b6]{font-size:24px}.firstStart[data-v-44aa29b6]{font-size:20px;width:40px;height:40px}.startImage[data-v-44aa29b6]{width:100%;height:300px}}@media (max-width: 480px){.registerBtn[data-v-44aa29b6]{font-size:14px;padding:10px 25px;transform:translate(-10%,-25%)}.startDis[data-v-44aa29b6]{font-size:20px}.firstStart[data-v-44aa29b6]{font-size:18px;width:35px;height:35px}.startImage[data-v-44aa29b6]{height:250px}}a[data-v-44aa29b6]{color:#8857ff}.form-section[data-v-236fed6e]{width:100%;min-height:450px;background-color:#1e1e1e;padding:60px 0 10px;color:#fff}.form-layout[data-v-236fed6e]{display:flex;flex-direction:column;gap:40px;padding:30px;margin:0 auto;width:100%}@media (min-width: 900px){.form-layout[data-v-236fed6e]{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (max-width: 768px){.form-layout[data-v-236fed6e]{padding:20px}}@media (max-width: 480px){.form-layout[data-v-236fed6e]{padding:16px;gap:30px}}.form-block-b[data-v-236fed6e]{background-color:#1e1e1e;width:100%}@media (min-width: 900px){.form-block-b[data-v-236fed6e]{max-width:600px}}.input[data-v-236fed6e]{width:100%;padding:20px;border-radius:38px;background-color:#1e1e1e;border:1px solid #ffffff66;color:#fff;margin-bottom:8px;font-size:1rem}.form-info[data-v-236fed6e]{max-width:700px;width:100%;text-align:left}@media (max-width: 768px){.form-info[data-v-236fed6e]{text-align:start}}.form-title[data-v-236fed6e]{color:#fff;font-size:3rem;font-weight:600;line-height:110%;margin-bottom:20px}@media (max-width: 768px){.form-title[data-v-236fed6e]{font-size:2.2rem;line-height:120%}}@media (max-width: 480px){.form-title[data-v-236fed6e]{font-size:1.8rem}}.form-description[data-v-236fed6e]{font-size:1rem;font-weight:400;color:#fff9;line-height:140%}@media (max-width: 768px){.form-description[data-v-236fed6e]{font-size:.95rem}}@media (max-width: 480px){.form-description[data-v-236fed6e]{font-size:.9rem}}[data-aos][data-v-236fed6e]{opacity:0;transition:opacity 1s ease,transform 1s ease}[data-aos].aos-animate[data-v-236fed6e]{opacity:1;transform:translateY(0)}
