@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.auth-layout{display:grid;grid-template-columns:minmax(340px,44%) 1fr;min-height:100vh;flex:1}.auth-layout__brand{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:44px 48px;background:linear-gradient(160deg,#0d2437,#00182c 70%);color:#fff}.auth-layout__brand:before,.auth-layout__brand:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(66,165,245,.22);pointer-events:none}.auth-layout__brand:before{width:560px;height:560px;right:-200px;bottom:-220px}.auth-layout__brand:after{width:340px;height:340px;right:-90px;bottom:-110px;border-color:#42a5f559}.auth-layout__logo{display:block}.auth-layout__logo img{display:block;width:150px;height:auto}.auth-layout__logo-sub{display:block;margin-top:6px;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#7e93a6}.auth-layout__orb{position:absolute;border-radius:50%;background:radial-gradient(circle at 35% 35%,#42a5f5,#137fbc);box-shadow:0 0 40px #42a5f566}.auth-layout__orb--1{width:14px;height:14px;right:210px;bottom:265px}.auth-layout__orb--2{width:9px;height:9px;right:64px;bottom:120px;opacity:.7}.auth-layout__text{margin-top:auto;max-width:380px}.auth-layout__headline{color:#fff;font-size:27px;line-height:1.3;font-weight:700}.auth-layout__description{color:#9fb2c2;margin:14px 0 0;font-size:14.5px;line-height:1.55}.auth-layout__side{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;background:#f4f7fa;overflow-y:auto}@media(max-width:1023px){.auth-layout{grid-template-columns:1fr}.auth-layout__brand{display:none}}@media(max-width:575px){.auth-layout__side{padding:20px 14px;justify-content:flex-start}}.form{scroll-margin-top:120px}.field__label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#66727e}.field__hint{margin:5px 0 0;font-size:12px;line-height:1.4;color:#92a3b4}.field__errors{margin-top:5px;font-size:12px;line-height:1.2;color:#f54e67}.field__errors p{margin:0}.input{display:inline-flex;align-items:center;height:40px;padding:0 4px;background-color:#fff;border:1px solid #CBD5E0;border-radius:8px;width:100%;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.input:hover{border-color:#92a3b4}.input:focus-within{border-color:#1d98dc;box-shadow:0 0 0 3px #e8f4fc}.input__field{font-size:14px;font-weight:400;color:#2a3e51;padding:0 9px;background-color:transparent;border:none;width:100%;height:100%}.input__field::placeholder{color:#92a3b4}.input__field:disabled{color:#92a3b4}.input__field--without-clear{width:calc(100% - 24px)}.input__clear{cursor:pointer;font-size:18px;height:18px;color:#92a3b4;margin-right:6px}.input__clear:hover{color:#0d2437}.input-password__view{cursor:pointer;font-size:18px;height:18px;color:#92a3b4;margin-right:6px}.input-password__view:hover{color:#0d2437}.button{cursor:pointer;display:inline-grid;grid-auto-flow:column;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap;gap:8px;height:40px;padding:0 18px;color:#fff;background-color:#1d98dc;border:1px solid transparent;border-radius:8px;transition:background-color ease-in-out .15s,border-color ease-in-out .15s,color ease-in-out .15s,opacity ease-in-out .15s;user-select:none}.button:hover{background-color:#137fbc}.button:focus-visible{outline:2px solid #1D98DC;outline-offset:2px}.button__icon{font-size:17px}.button__label{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.button--rounded,.button--squared{border-radius:8px}.button--reversed .button__label{grid-column:1}.button--reversed .button__icon{grid-column:2}.button--green{background-color:#02ce79}.button--green:hover{background-color:#029659}.button--gray{color:#0d2437;background-color:#fff;border-color:#cbd5e0}.button--gray:hover{background-color:#f4f7fa;border-color:#92a3b4}.button--white{border-color:#cbd5e0;background-color:#fff;color:#0d2437}.button--white:hover{background-color:#f4f7fa;border-color:#92a3b4}.button--deep-blue{background-color:#0d2437;color:#fff}.button--deep-blue:hover{opacity:.9}.button--extra-small{height:30px;padding:0 12px;gap:7px}.button--extra-small .button__label{font-size:13px}.button--extra-small .button__icon{font-size:15px}.button--small{height:34px;padding:0 13px;gap:7px}.button--small .button__label{font-size:13px}.button--small .button__icon{font-size:15px}.button--middle{height:40px;padding:0 18px}.button--large{height:46px;padding:0 22px}.button--large .button__label{font-size:15px}.button--disabled{color:#92a3b4!important;background-color:#e2e9f0!important;border-color:transparent!important;pointer-events:none}.auth-tile{width:100%;max-width:440px;margin:0 auto;padding:32px;background-color:#fff;border:1px solid #E2E9F0;border-radius:16px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;opacity:0;transition:transform ease-in-out .3s,opacity ease-in-out .3s;transform:translateY(-14px)}.auth-tile--active{transform:translateY(0);opacity:1}.auth-tile__head{margin:0 0 22px}.auth-tile__title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:20px;line-height:1.3;font-weight:600;color:#0d2437;text-align:left}.auth-tile__footer{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:6px;margin-top:22px;padding-top:18px;border-top:1px solid #E2E9F0}.auth-tile__back{margin-top:20px;text-align:center}.auth-tile__back a{font-size:13.5px;color:#92a3b4}.auth-tile__back a:hover{color:#1d98dc}.auth-tile__label{font-size:14px;line-height:1.4;color:#66727e}.auth-tile__link{display:inline-flex;align-items:center;font-size:14px;font-weight:500;color:#1d98dc}.auth-tile__link:hover{color:#137fbc;text-decoration:underline}@media(max-width:575px){.auth-tile{padding:24px 18px}.auth-tile__title{font-size:18px}}.login__field{margin-bottom:16px}.login__button{width:100%;margin-top:4px}.datepicker--placeholder:before{content:attr(placeholder);color:#0d2437b3;width:100%}.datepicker__calendar{cursor:pointer;font-size:18px;height:18px;color:#92a3b4;margin-right:6px}.datepicker__calendar:hover{color:#0d2437}.datepicker__input{clip-path:inset(0 2em 0 0)}.select{position:relative}.select__field{display:flex;flex-flow:row nowrap;align-items:center;width:100%;height:40px;padding:0 13px;background-color:#fff;border:1px solid #CBD5E0;border-radius:8px;cursor:pointer;transition:border-color ease-in-out .15s}.select__field:hover{border-color:#92a3b4}.select__selected{flex:1;min-width:0;margin-right:10px;font-size:14px;line-height:1.4;color:#92a3b4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select__selected--active{color:#2a3e51}.select__popup{position:absolute;z-index:2;width:100%;padding:8px;background-color:#fff;border:1px solid #E2E9F0;border-radius:8px;box-shadow:0 12px 32px #0d243724;transform:translateY(6px)}.select__options{max-height:180px;margin:0 -10px;padding:0 10px;overflow:auto}.select__option{display:flex;flex-flow:row nowrap;align-items:center;min-height:34px;padding:7px 12px;font-size:14px;line-height:1.2;border-radius:6px;cursor:pointer;transition:background-color ease-in-out .15s}.select__option:hover{background-color:#f4f7fa}.select__option--active{background-color:#e8f4fc;color:#137fbc}.slide-fade-enter-active,.slide-fade-leave-active{transition:transform ease-in-out .15s,opacity ease-in-out .15s}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(-10px);opacity:0}.user{display:inline-flex;align-items:center;max-width:100%}.user--middle .user__avatar{width:32px;height:32px}.user--middle .user__initials{font-size:12px}.user--large .user__avatar{width:48px;height:48px}.user--large .user__initials{font-size:18px}.user__avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background-color:#42a5f5;background-position:50%;background-repeat:no-repeat;background-size:cover}.user__name{margin-left:12px;overflow:hidden;overflow-wrap:break-word;line-height:1em;max-height:2em}.user__initials{color:#fff;font-weight:600;user-select:none}.agreement{line-height:1.5;font-size:12.5px;color:#92a3b4}.agreement a{color:#1d98dc}.registration-form__authorization{display:flex;padding:10px 12px;border:1px solid #E2E9F0;border-radius:8px;background-color:#f4f7fa}.registration-form__user-name{margin-left:12px;font-weight:500;color:#0d2437}.registration-form__authorization,.registration-form__field{margin-bottom:16px}.registration-form__captcha-error{margin-bottom:8px;text-align:center}.registration-form__button{width:100%;margin-top:4px}.registration-form__agreement{margin-top:16px;text-align:center}.registration-process{text-align:center}.registration-process__wait{color:#66727e}.registration-process__percent{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:34px;font-weight:700;color:#137fbc;font-variant-numeric:tabular-nums;margin-bottom:10px}.registration-process__bar{position:relative;height:6px;background-color:#e7edf3;border-radius:99px;overflow:hidden;margin-bottom:14px}.registration-process__bar-current{position:absolute;top:0;left:0;bottom:0;background-color:#1d98dc;border-radius:99px;transition:width ease-in-out .25s}.registration-process__ready{display:flex;flex-direction:column;align-items:center;gap:10px}.registration-process__ready-icon{color:#02ce79;margin-bottom:4px}.registration-process__ready-title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:17px;font-weight:600;color:#0d2437}.registration-process__ready-text{color:#66727e;line-height:1.55}.registration-process__ready-button{width:100%;margin-top:10px}.modal{display:flex;position:fixed;top:0;left:0;padding:30px 20px;width:100vw;height:100%;overflow-x:hidden;overflow-y:auto}.modal--entered,.modal--leaved{transition:transform ease-in-out .15s,opacity ease-in-out .15s}.modal--entering,.modal--leaving{transform:translateY(-10px);opacity:0}.modal__overlay{position:fixed;inset:0;background-color:#00182c8c;z-index:1}.modal__dialog{width:600px;max-width:100%;background-color:#fff;border-radius:14px;box-shadow:0 24px 64px #00182c59;margin:auto;min-width:0;z-index:2}.modal__content{position:relative;display:flex;flex-direction:column;padding:24px 28px 28px;height:100%}.modal__close{cursor:pointer;position:absolute;top:14px;right:14px;font-size:0;color:#92a3b4;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color ease-in-out .12s,color ease-in-out .12s}.modal__close:hover{background-color:#f4f7fa;color:#0d2437}.modal__header{display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:18px;overflow:hidden}.modal__title{flex:1;min-width:0;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:18px;font-weight:600;color:#0d2437;line-height:1.3;margin-right:20px;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.modal{padding:16px 12px}.modal__header{margin-bottom:16px}.modal__content{padding:20px 18px 22px}.modal__title{padding-right:28px}}.license__title{text-align:left}.license__hint{margin:-8px 0 14px;font-size:12.5px;color:#92a3b4}.license__loading{text-align:center;color:#66727e}.license__text{max-height:min(560px,55vh);overflow-y:auto;padding:16px 18px;border:1px solid #E2E9F0;border-radius:8px;background-color:#f4f7fa;font-size:14px;color:#66727e}.license__actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}@media(max-width:500px){.license__actions{flex-direction:column}}.navigation{user-select:none}.navigation__list{display:flex;flex-direction:column;gap:2px;margin:6px 0 20px;padding:0;list-style:none}.navigation__item{cursor:pointer;display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:9px;font-size:14px;font-weight:500;color:#b9c7d4;transition:background-color ease-in-out .12s,color ease-in-out .12s}.navigation__item:hover{background:#ffffff0f;color:#fff}.navigation__item--active{background:#42a5f529;color:#fff}.navigation__item--active .navigation__icon{color:#42a5f5}.navigation__icon{flex-shrink:0}@media(max-width:1023px){.navigation__item{padding:12px;font-size:15px}}.partner-path{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:14px}.partner-path__title{color:#fff;font-size:12px;letter-spacing:.07em;text-transform:uppercase;font-weight:600;margin-bottom:10px}.partner-path__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.partner-path__step{display:flex;align-items:center;gap:10px;font-size:13px;padding:4px 0;position:relative;color:#ffffff8c}.partner-path__step+.partner-path__step:before{content:"";position:absolute;left:8px;top:-8px;height:12px;width:1.5px;background:#ffffff29}.partner-path__step--done{color:#8fa5b8}.partner-path__step--done .partner-path__dot{background:#02ce79;border-color:#02ce79}.partner-path__step--now{color:#fff;font-weight:500}.partner-path__step--now .partner-path__dot{border-color:#42a5f5;background:#42a5f533}.partner-path__dot{width:17px;height:17px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.28);color:#fff}.partner-path__note{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:12.5px;color:#8fa5b8;line-height:1.5}.partner-path__note b{color:#fff;font-weight:600}.sidebar{display:flex;flex-direction:column;padding:20px 14px;background:linear-gradient(180deg,#0d2437,#00182c);color:#b9c7d4}.sidebar__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sidebar__logo{display:block;padding:4px 10px 18px}.sidebar__logo img{display:block;width:150px;height:auto}.sidebar__logo-sub{display:block;margin-top:6px;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#7e93a6}.sidebar__close{display:none}.sidebar__path{margin-top:auto}@media(max-width:1023px){.sidebar{padding:16px 14px 20px}.sidebar__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:8px;background:#ffffff0f;color:#b9c7d4;cursor:pointer}.sidebar__close:hover{background:#ffffff1f;color:#fff}.sidebar__path{margin-top:24px}}.identificator{display:inline-flex;align-items:center;gap:7px;padding:4px 12px;border:1px solid #E2E9F0;border-radius:99px;background-color:#f4f7fa;font-size:12.5px;font-weight:500;color:#66727e;white-space:nowrap;transition:border-color ease-in-out .15s,color ease-in-out .15s}.identificator--copyable{cursor:pointer}.identificator--copyable:hover{border-color:#1d98dc;color:#137fbc}.identificator__icon{color:inherit}.footer-info{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;gap:10px 18px}.footer-info__content{display:flex;flex-flow:row wrap;align-items:center;gap:4px 18px}.footer-info__links{display:flex;flex-flow:row wrap;margin:0;padding:0;list-style:none}.footer-info__links li{margin-right:18px}.footer-info__links li:last-child{margin:0}.footer-info__links a{display:block;font-size:12.5px;line-height:1.5;text-decoration:none;color:#66727e}.footer-info__links a:hover{color:#1d98dc}.footer-info__copyright{font-size:12.5px;line-height:1.6;color:#92a3b4}.footer-info__socials{display:flex;flex-flow:row nowrap;align-items:center;font-size:0}.footer-info__socials a{display:block;margin-right:12px;opacity:.7;transition:opacity ease-in-out .15s}.footer-info__socials a:hover{opacity:1}.footer-info__socials a:last-child{margin:0}.footer-info__socials img{display:block;width:20px;height:auto}.header-profile{display:flex;flex-flow:row nowrap;align-items:center}.header-profile__details{display:flex;flex-flow:row nowrap;align-items:center;margin-right:14px;color:#0d2437}.header-profile__name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;max-width:180px;white-space:nowrap}.header-profile__logout{flex-shrink:0}.header-profile__loading{width:100px}.header-profile__icon{margin-right:9px;color:#66727e}@media(max-width:767px){.header-profile__details{display:none}}@media(max-width:575px){.header-profile__logout{padding:0 9px}.header-profile__logout .button__label{display:none}}.page{display:grid;grid-template-columns:248px 1fr;min-height:100vh;flex:1}.page__sidebar{position:sticky;top:0;height:100vh;overflow-y:auto}.page__backdrop,.page__burger{display:none}.page__main{min-width:0;display:flex;flex-direction:column}.page__topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:14px;height:60px;padding:0 28px;background:#ffffffeb;backdrop-filter:blur(6px);border-bottom:1px solid #E2E9F0}.page__title{font-size:17px;font-weight:600;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page__id{flex-shrink:0}.page__topbar-right{margin-left:auto;display:flex;align-items:center;gap:14px;flex-shrink:0}.page__content{flex:1;width:100%;max-width:1060px;margin:0 auto;padding:26px 28px 64px}.page__footer{border-top:1px solid #E2E9F0;padding:16px 28px}@media(max-width:1023px){.page{grid-template-columns:1fr}.page__sidebar{position:fixed;top:0;left:0;bottom:0;z-index:60;width:280px;max-width:calc(100vw - 48px);height:100vh;transform:translate(-100%);transition:transform ease-in-out .22s;box-shadow:none}.page__sidebar--open{transform:translate(0);box-shadow:0 0 48px #00182c73}.page__backdrop{display:block;position:fixed;inset:0;z-index:55;background:#00182c80}.page__burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:-8px;border:none;border-radius:8px;background:none;color:#0d2437;cursor:pointer;flex-shrink:0}.page__burger:hover{background:#f4f7fa}.page__topbar{height:56px;padding:0 16px;gap:10px}.page__content{padding:20px 16px 48px}.page__footer{padding:14px 16px}}@media(max-width:575px){.page__id{display:none}.page__title{font-size:16px}}.panel{background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;padding:24px}.panel--small-padding{padding:18px}@media(max-width:1023px){.panel{padding:18px}.panel--small-padding{padding:14px}}.skeleton{position:relative;background-color:#e9eef4;border-radius:8px;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;margin:auto;opacity:0;border-radius:4px;background-color:#fff;animation:pulse 1.6s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:0}50%{opacity:.1}to{opacity:0}}.contract-loading__text{margin-bottom:20px}.contract-loading__text:last-child{margin-bottom:0}.contract-loading__tile{margin-top:50px}.contract__content{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.contract__content--collapsed{grid-template-columns:minmax(0,480px)}.contract__subtitle{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:15px;font-weight:600;color:#0d2437;margin:0 0 12px}.contract__document{min-width:0}.contract__document-head{padding:6px 10px 0}.contract__text{max-height:560px;overflow-y:auto;padding:4px 10px 10px;font-size:14px;color:#66727e}.contract__side{display:flex;flex-direction:column;gap:16px}.contract__requisites{font-size:13.5px;line-height:1.7;color:#2a3e51;overflow:hidden;overflow-wrap:break-word}.contract__requisites>div:first-child{font-weight:500;color:#0d2437}.contract__actions{display:flex;flex-direction:column;gap:14px}.contract__actions-hint{margin:0;font-size:12.5px;color:#92a3b4}.contract__actions-button{width:100%}.contract__sign{display:flex;align-items:center;font-weight:500;font-size:14px;color:#029659}.contract__sign-mark{color:#02ce79;margin-right:8px;font-size:18px}@media(max-width:1023px){.contract__content{grid-template-columns:1fr}}.progress{width:100%;display:flex;flex-direction:column;align-items:center}.progress__line{position:relative;margin-bottom:8px;background-color:#e7edf3;border-radius:99px;width:100%;height:6px;overflow:hidden;z-index:1}.progress__current{position:absolute;inset:0;background-color:#02ce79;border-radius:99px;transition:width ease-in-out .25s;z-index:2}.progress__text{font-size:13.5px;font-weight:500;color:#66727e;line-height:18px;font-variant-numeric:tabular-nums}.education-videos-progress{max-width:900px}.video-viewer{cursor:pointer;position:relative;max-width:100%;width:380px;aspect-ratio:1.78;height:auto;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1d98dc,#0d2437);background-position:center;background-size:cover;transition:transform ease-in-out .15s,box-shadow ease-in-out .15s}.video-viewer:hover{box-shadow:0 8px 28px #0d24372e}.video-viewer:hover .video-viewer__play{transform:scale(1.06)}.video-viewer__play{position:absolute;inset:0;margin:auto;width:48px;height:48px;border-radius:50%;background-color:#ffffffeb;transition:transform ease-in-out .15s}.video-viewer__play-icon{font-size:20px;color:#0d2437;margin:14px 0 0 16px}.video-player{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px}.video-player__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:1}.video-player__close{cursor:pointer;position:absolute;top:10px;right:10px;color:#fff6;font-size:25px;z-index:3}.video-player__container{width:100%;max-height:100%;aspect-ratio:1.78;background-color:#000;z-index:2}@media(max-width:575px){.video-viewer{height:auto;aspect-ratio:1.78}}.video,.video video{width:100%;height:100%}.education-article{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px 20px;margin-bottom:14px;padding:18px;background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f}.education-article:last-child{margin-bottom:0}.education-article--viewed .education-article__index-inner{background-color:#e4f9f0;color:#029659}.education-article--viewed .education-article__index-inner:after{content:" ✓"}.education-article__index{grid-column:2;grid-row:1;justify-self:start}.education-article__index-inner{display:inline-block;padding:4px 10px;font-size:12.5px;font-weight:600;line-height:1.3;border-radius:99px;background-color:#edf1f5;color:#66727e;white-space:nowrap}.education-article__index-inner:before{content:"Урок "}.education-article__player{grid-column:1;grid-row:1/span 2;max-width:100%}.education-article__information{grid-column:2;grid-row:2;min-width:0;max-width:100%;overflow-wrap:break-word}.education-article__name{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:16px;font-weight:600;color:#0d2437;line-height:1.35;margin-bottom:8px}.education-article__text{font-weight:400;font-size:13.5px;color:#66727e;line-height:1.6}@media(max-width:1023px){.education-article{grid-template-columns:minmax(0,1fr)}.education-article__index{grid-column:1;grid-row:1}.education-article__player{grid-column:1;grid-row:2;width:100%}.education-article__player .video-viewer{width:100%}.education-article__information{grid-column:1;grid-row:3}}.education__loading{text-align:center;color:#66727e}.education__progress{margin-bottom:24px}.education__categories{margin-bottom:26px}.education__category{margin-bottom:32px}.education__category:last-child{margin-bottom:0}.education__category-title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;font-size:16px;line-height:1.3;color:#0d2437;margin-bottom:16px;overflow-wrap:break-word}.education__additional{font-size:13.5px;color:#66727e}.education__testing{display:flex;flex-flow:row wrap;align-items:center;gap:16px 24px;margin-top:24px}.education__testing-description{flex:1 1 100%;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:16px;font-weight:600;color:#0d2437;line-height:1.4;margin-bottom:-6px}.education__testing-limits{flex:1 1 260px;font-size:13.5px;color:#66727e;line-height:1.55}.radio{cursor:pointer;display:flex}.radio--checked .radio__mark{border-color:#1d98dc}.radio--checked .radio__mark:before{content:"";border-radius:50%;background-color:#1d98dc;width:8px;height:8px}.radio__mark{display:flex;align-items:center;justify-content:center;border-radius:50%;width:16px;height:16px;border:1.5px #CBD5E0 solid;background-color:#fff;margin-right:10px;flex-shrink:0;margin-top:2px;transition:border-color ease-in-out .12s}.radio:hover .radio__mark{border-color:#1d98dc}.radio__input{position:absolute;opacity:0;height:0;width:0}.testing__loading{text-align:center;color:#66727e}.testing__questions{max-width:760px;margin:0 0 20px}.testing__question{margin-bottom:16px}.testing__question:last-child{margin-bottom:0}.testing__question-header{display:flex;flex-direction:column;margin-bottom:14px}.testing__question-index{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#137fbc;margin-bottom:6px}.testing__question-index:before{content:"Вопрос "}.testing__question-title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;font-size:15.5px;color:#0d2437;line-height:1.4}.testing__question-answer{margin-bottom:8px}.testing__question-answer:last-child{margin-bottom:0}.testing__question-radio{padding:10px 12px;border:1px solid #E2E9F0;border-radius:8px;transition:border-color ease-in-out .12s,background-color ease-in-out .12s}.testing__question-radio:hover{border-color:#1d98dc;background-color:#e8f4fc}.testing__question-radio-mark{margin-right:10px}.testing__actions{display:flex;justify-content:flex-start;max-width:760px}.testing__results{display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:760px;border-left:4px solid #F54E67}.testing__results--success{border-left-color:#02ce79}.testing__results--success .testing__results-main span{color:#029659}.testing__results-description{font-size:13.5px;color:#66727e;line-height:1.55}.testing__results-main{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:700;font-size:24px;line-height:1.25;color:#0d2437;font-variant-numeric:tabular-nums}.testing__results-main span{color:#d42945}.certificate-view{display:flex;flex-direction:column;align-items:center}.certificate-view__description{font-size:13.5px;color:#66727e;line-height:1.6;margin-bottom:20px;text-align:center}.certificate-view__image{margin-bottom:20px;padding:12px;background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;overflow:hidden}.certificate-view__image img{display:block;max-width:720px;width:100%;max-height:620px;border-radius:8px}.certificate-view__download{display:flex;align-items:center;font-size:14px;font-weight:500;color:#66727e;line-height:1.7}.certificate-view__buttons{display:flex;margin-left:14px}.certificate-view__buttons>*{margin-right:8px}.certificate-view__buttons>*:last-child{margin-right:0}@media(max-width:1023px){.certificate-view__image img{max-width:100%;min-width:0}}.certificate-editor{max-width:744px;margin:20px auto 0;text-align:center}.certificate-editor__link{display:inline-block;font-size:14px;line-height:1.6;font-weight:500;color:#1d98dc;user-select:none;cursor:pointer;transition:color ease-in-out .2s}.certificate-editor__link:hover{color:#137fbc;text-decoration:underline}.certificate-editor__form{padding:24px;background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f}.certificate-editor__title{margin:0 0 16px;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:16px;line-height:1.3;font-weight:600;color:#0d2437;text-align:left}.certificate-editor__fields{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:12px}.certificate-editor__field{flex:1;min-width:0;text-align:left}.certificate-editor__actions{display:flex;flex-flow:row nowrap;align-items:center}.certificate-editor__cancel{margin-left:14px;font-size:14px;line-height:1.2;color:#66727e;cursor:pointer;transition:color ease-in-out .2s}.certificate-editor__cancel:hover{color:#1d98dc}.certificate-editor__success{font-size:14px;line-height:1.6;color:#2a3e51}@media(max-width:767px){.certificate-editor__form{padding:30px}.certificate-editor__title{font-size:26px}.certificate-editor__fields{flex-wrap:wrap;justify-content:flex-end}.certificate-editor__field{flex:unset;width:100%;margin:0 0 20px}}@media(max-width:575px){.certificate-editor__title{font-size:22px}.certificate-editor__fields{flex-direction:column;justify-content:center}.certificate-editor__field{flex:unset;width:100%;margin:0 0 20px}.certificate-editor__actions{flex-direction:column;align-items:center;width:100%}.certificate-editor .button{width:100%}.certificate-editor__cancel{margin:20px 0 0}}@media(max-width:370px){.certificate-editor__form{padding:30px 15px}}.certificate__loading{text-align:center;color:#66727e}.certificate__info{display:flex;align-items:center;flex-direction:column}.certificate__info-text{margin-bottom:30px;font-weight:500;font-size:20px;line-height:160%;text-align:center}.textarea{position:relative;padding:10px 4px 10px 13px;background:#fff;border:1px solid #CBD5E0;border-radius:8px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.textarea:hover{border-color:#92a3b4}.textarea:focus-within{border-color:#1d98dc;box-shadow:0 0 0 3px #e8f4fc}.textarea__field{width:100%;font-size:14px;font-weight:400;line-height:1.55;color:#2a3e51;padding:0 10px 0 0;margin:0;border:none;background-color:transparent;resize:vertical}.textarea__field::placeholder{color:#92a3b4}.checkbox{cursor:pointer;display:flex;align-items:center}.checkbox--checked .checkbox__mark,.checkbox:hover .checkbox__mark{color:#1d98dc}.checkbox__mark{display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:18px;margin-right:10px;flex-shrink:0;color:#cbd5e0;transition:color ease-in-out .12s}.checkbox__input{position:absolute;opacity:0;height:0;width:0}.card-logo-upload{display:flex;flex-direction:column;align-items:center;width:260px;border:1.5px dashed #CBD5E0;background:#fff;border-radius:12px;padding:18px}.card-logo-upload__input{position:absolute;opacity:0;height:0;width:0}.card-logo-upload__preview{width:100%;min-height:140px;overflow:hidden;border-radius:8px;background-color:#f4f7fa;margin-bottom:14px;padding:10px}.card-logo-upload__image{display:block;width:100%;height:120px;object-fit:contain}.card-logo-upload__main{margin-bottom:12px;text-align:center}.card-logo-upload__main>*{margin-bottom:8px}.card-logo-upload__main>*:last-child{margin-bottom:0}.card-logo-upload__title{font-weight:500;font-size:14px;color:#0d2437;line-height:1.5}.card-logo-upload__formats{font-size:12.5px;color:#92a3b4;line-height:1.5}.card-logo-upload__error{margin-bottom:8px;font-size:12.5px;line-height:1.5;color:#f54e67}.card-logo-upload__error:last-child{margin-bottom:0}@media(max-width:1023px){.card-logo-upload{width:100%}}.card-edit{background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;padding:24px}.card-edit__main{display:flex;gap:24px;margin-bottom:24px}.card-edit__fields{flex:1;min-width:0}.card-edit__fields>*{margin-bottom:16px}.card-edit__fields>*:last-child{margin-bottom:0}.card-edit__specializations{margin-bottom:20px;padding-top:20px;border-top:1px solid #E2E9F0}.card-edit__specializations .field{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 20px}.card-edit__specialization{margin:0}.card-edit__actions{display:flex;justify-content:flex-start}.card-edit__actions>*{margin-right:12px}.card-edit__actions>*:last-child{margin-right:0}@media(max-width:1023px){.card-edit__main{flex-direction:column}.card-edit__logo{align-self:center}}.sticker{display:inline-flex;align-items:center;justify-content:center;gap:6px;overflow:hidden;white-space:nowrap;min-width:0;border-radius:99px}.sticker:before{content:"";width:6px;height:6px;border-radius:50%;background-color:currentColor;flex-shrink:0}.sticker--default{font-size:12.5px;font-weight:500;height:24px;padding:0 10px}.sticker--large{font-size:13.5px;font-weight:500;height:30px;padding:0 14px}.sticker--orange{background-color:#fff4e2;color:#c87c11}.sticker--green{background-color:#e4f9f0;color:#029659}.sticker--gray,.sticker--dark-gray{background-color:#edf1f5;color:#66727e}.sticker--red{background-color:#feecef;color:#d42945}.sticker--oko-ink{background-color:#0d2437;color:#fff}.sticker--oko-ink:before{display:none}.sticker__label{overflow:hidden;text-overflow:ellipsis}.card-logo{width:112px;height:112px;overflow:hidden;flex-shrink:0;background-color:#fff;padding:8px;border:1px solid #E2E9F0;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;border-radius:14px}.card-logo__image{display:block;width:100%;height:94px;object-fit:contain}.card-preview__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card-preview__main{background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;padding:24px}.card-preview__top,.card-preview__text{margin-bottom:20px}.card-preview__top{display:flex;gap:20px}.card-preview__name{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#0d2437;margin:0 0 6px;overflow-wrap:break-word}.card-preview__site,.card-preview__email,.card-preview__phone,.card-preview__country,.card-preview__city{font-weight:400;font-size:13.5px;color:#66727e;line-height:1.7;overflow-wrap:break-word}.card-preview__text{font-weight:400;font-size:14px;color:#66727e;line-height:1.65;white-space:pre-wrap;overflow-wrap:break-word}.card-preview__specializations-title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;font-size:14px;color:#0d2437;line-height:1.3;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.card-preview__specializations-list{display:flex;flex-wrap:wrap;gap:8px}.card-preview__specialization{font-weight:500;font-size:12.5px;line-height:1.5;padding:4px 12px;border-radius:99px;background-color:#e8f4fc;color:#137fbc}@media(max-width:767px){.card-preview__top{flex-direction:column}.card-preview__logo{align-self:center}}.card__loading{text-align:center;color:#66727e}.clients-percents-panel{display:flex;gap:24px;background:linear-gradient(120deg,#0d2437,#112e48);border:none}.clients-percents-panel__img{width:88px;height:88px;max-width:100%;flex-shrink:0;align-self:center;background-image:url(/img/app/percents.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.clients-percents-panel__main{flex:1;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.clients-percents-panel__text{flex:1;min-width:240px;font-size:14px;font-weight:400;line-height:1.6;color:#c9d6e1}.clients-percents-panel__text b{color:#fff}.clients-percents-panel__button{margin-top:0;flex-shrink:0}@media(max-width:767px){.clients-percents-panel{flex-direction:column}.clients-percents-panel__main{display:flex;flex-direction:column;align-items:center}.clients-percents-panel__text{text-align:center}}.clients-add-panel--success .clients-add-panel__title{color:#029659}.clients-add-panel__form>*{margin-bottom:18px}.clients-add-panel__form>*:last-child{margin-bottom:0}.clients-add-panel__title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;font-size:18px;line-height:1.3;color:#0d2437;text-align:left;padding-right:30px}.clients-add-panel__fields{display:flex;flex-direction:column}.clients-add-panel__field{margin-bottom:14px}.clients-add-panel__field:last-child{margin-bottom:0}.clients-add-panel__footer{display:flex;flex-direction:column;gap:14px}.clients-add-panel__agreement{flex:1}.clients-add-panel__actions .button{width:100%}.pagination{display:flex;align-items:center;gap:4px}.pagination__page,.pagination__prev,.pagination__next{cursor:pointer;display:flex!important;align-items:center;justify-content:center;color:#66727e;font-size:14px;font-weight:500;line-height:1;padding:2px;height:32px;min-width:32px;border-radius:8px;transition:background-color ease-in-out .12s,color ease-in-out .12s}.pagination__page:hover,.pagination__prev:hover,.pagination__next:hover{background-color:#f4f7fa;color:#0d2437}.pagination__prev,.pagination__next{font-size:16px}.pagination__page--active{background-color:#e8f4fc;color:#137fbc}.clients-table{background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f;overflow:hidden}.clients-table__loading,.clients-table__empty{text-align:center;color:#66727e;padding:40px 20px}.clients-table__table{font-size:14px;margin-bottom:0}.clients-table__table th{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#92a3b4;white-space:nowrap;padding:12px 16px;border-bottom:1px solid #E2E9F0}.clients-table__table td{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;padding:12px 16px;border-bottom:1px solid #E2E9F0;font-variant-numeric:tabular-nums}.clients-table__table tbody tr{transition:background-color ease-in-out .12s}.clients-table__table tbody tr:hover{background-color:#f8fafc}.clients-table__table tbody tr:last-child td{border-bottom:none}.clients-table__table-id{font-weight:500}.clients-table__table-th-id{width:100px}.clients-table__table-th-date{width:150px}.clients-table__table-th-status{width:160px}.clients-table__user{vertical-align:middle;font-weight:500;color:#0d2437}.clients-table__pagination{display:flex;justify-content:center;padding:12px}@media(max-width:1023px){.clients-table{overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.clients-table::-webkit-scrollbar{display:none}.clients-table__table{width:1000px}}.clients__percents{margin-bottom:20px}.clients__toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.clients__total{font-size:14px;font-weight:500;color:#66727e;font-variant-numeric:tabular-nums}@media(max-width:575px){.clients__toolbar{flex-direction:column;align-items:stretch}.clients__toolbar .button{width:100%}}.tabs{position:relative}.tabs__navigation{display:flex;border-bottom:1px #E2E9F0 solid;white-space:nowrap;overflow-y:hidden;overflow-x:auto}.tabs__navigation-inner{display:flex;height:42px;margin:0}.tabs__navigation-title{cursor:pointer;display:flex;align-items:center;color:#66727e;font-weight:500;font-size:14px;line-height:135%;padding:0 16px;user-select:none;margin-bottom:-1px;border-bottom:2px transparent solid;transition:color ease-in-out .12s}.tabs__navigation-title:hover{color:#0d2437}.tabs__navigation-title--active{color:#137fbc;border-bottom-color:#1d98dc}.tab{position:absolute;inset:42px 0 0;opacity:0;visibility:hidden;pointer-events:none;padding:22px 0}.tab--active{pointer-events:unset;position:unset;opacity:1;visibility:visible;height:100%;height:calc(100% - 42px);overflow-x:hidden;overflow-y:auto}.client-header{display:flex;flex-direction:column}.client-header__back{align-self:flex-start;margin-bottom:16px}.client-header__back-link{cursor:pointer;display:flex;align-items:center;font-size:14px;font-weight:500;color:#66727e;transition:color ease-in-out .12s}.client-header__back-link:hover{color:#1d98dc}.client-header__back-icon{font-size:16px;margin-right:6px}.client-header__main{display:flex;flex-wrap:wrap;align-items:center;align-self:flex-start;font-size:14px;line-height:18px;gap:10px 16px}.client-header__user{max-width:300px}.client-header__user .user__name{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:17px;font-weight:600;color:#0d2437}.client-header__id{color:#92a3b4;font-variant-numeric:tabular-nums}.client-info__row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #E2E9F0;font-size:13.5px}.client-info__row:first-child{padding-top:0}.client-info__row:last-child{border-bottom:none;padding-bottom:0}.client-info__row--muted{color:#92a3b4}.client-info__name{flex:1;max-width:300px;color:#92a3b4}.client-info__value{font-weight:500;color:#0d2437;font-variant-numeric:tabular-nums;text-align:right}.client-history__loading,.client-history__empty{text-align:center;color:#66727e;padding:30px 0}.client-history__table{margin-bottom:0}.client-history__table th{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#92a3b4;white-space:nowrap;padding:10px 14px;border-bottom:1px solid #E2E9F0}.client-history__table td{vertical-align:middle;padding:10px 14px;border-bottom:1px solid #E2E9F0;font-variant-numeric:tabular-nums;font-size:13.5px}.client-history__table tbody tr:last-child td{border-bottom:none}.client-history__id{font-weight:500;color:#0d2437}.client-history__date,.client-history__amount{white-space:nowrap}.client-history__docs{display:flex;width:190px;flex-wrap:wrap;gap:6px}.client-history__docs>*{margin-right:8px}.client-history__docs>*:last-child{margin-right:0}.client-history__pagination{display:flex;justify-content:center;margin-top:16px}@media(max-width:1023px){.client-history__panel{overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.client-history__panel::-webkit-scrollbar{display:none}.client-history__table{width:850px}}.client-billing-buy-buttons{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:575px){.client-billing-buy-buttons{width:100%}.client-billing-buy-buttons>*{flex:1 1 100%}}.client-billing-value{display:flex;height:42px;overflow:hidden;border:1px solid #E2E9F0;border-radius:8px;background-color:#fff;font-weight:500;color:#0d2437;font-variant-numeric:tabular-nums}.client-billing-value__inner{position:relative;display:flex;flex:1;align-items:center;padding:0 15px;border-radius:8px;margin:2px;overflow:hidden}.client-billing-value__progress{position:absolute;top:0;left:0;bottom:0;border-radius:2px;opacity:.4;z-index:2;min-width:6%}.client-billing-value__progress--border-danger{border-color:#f54e67}.client-billing-value__progress--background-default{background-color:#02ce79}.client-billing-value__progress--background-warning{background-color:#fdab3d}.client-billing-value__progress--background-danger{background-color:#f54e67}.client-billing-value__content{position:relative;z-index:3;flex:1;text-align:center;white-space:nowrap}.client-billing-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.client-billing-values__item{display:flex;flex-direction:column;gap:6px;min-width:0}.client-billing-values__label{font-size:12px;color:#92a3b4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.client-billing-values{grid-template-columns:1fr}}.client-billing-subscription-info>*{margin-bottom:16px}.client-billing-subscription-info>*:last-child{margin-bottom:0}.client-billing-subscription-info__header{display:flex;align-items:center;justify-content:space-between;font-size:15px;flex-wrap:wrap}.client-billing-subscription-info__title{display:flex;align-items:center;margin-right:10px;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;color:#0d2437}.client-billing-subscription-info__title-icon{margin-left:10px;font-size:17px;color:#cbd5e0}.client-billing-subscription-info__title-icon--active{color:#02ce79}.client-billing-subscription-info__date{font-size:13.5px;color:#66727e;font-variant-numeric:tabular-nums}.client-billing-subscription-info__free{margin:0;padding:11px 14px;font-size:13px;line-height:1.55;color:#66727e;background-color:#f4f7fa;border:1px solid #E2E9F0;border-radius:8px}.client-billing-scheduled__item{border-top:1px #E2E9F0 solid;padding-top:18px;margin-bottom:18px}.client-billing-scheduled__item:last-child{margin-bottom:0}.client-billing-scheduled__item>*{margin-bottom:16px}.client-billing-scheduled__item>*:last-child{margin-bottom:0}.client-billing-scheduled__item--paid{color:#92a3b4}.client-billing-scheduled__item-header{display:flex;align-items:center;justify-content:space-between;font-size:15px;flex-wrap:wrap;gap:8px}.client-billing-scheduled__item-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:600;color:#0d2437}.client-billing-scheduled__item-date{font-size:13.5px;color:#66727e;font-variant-numeric:tabular-nums}.client-billing-scheduled__item-messengers{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:#2a3e51}.client-billing-scheduled__item-messengers-icon{flex-shrink:0;margin-top:1px;font-size:16px;color:#1d98dc}.client-billing-scheduled__item-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.client-billing-scheduled__item-amount{display:flex;align-items:center;gap:12px;white-space:nowrap}.client-billing-scheduled__item-amount-label{color:#66727e}.client-billing-scheduled__item-amount-value{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:17px;font-weight:700;color:#0d2437;font-variant-numeric:tabular-nums}.client-billing-scheduled__item-actions>*{margin-right:10px}.client-billing-scheduled__item-actions>*:last-child{margin-right:0}.client-billing-subscription__scheduled{margin-top:30px}.client-billing-currencies{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px}.client-billing-currencies__label{font-size:13px;font-weight:500;color:#66727e;margin-right:6px}.client-billing-periods{display:flex;flex-wrap:wrap;gap:5px 8px}.client-billing-periods__period-icon{color:#02ce79;font-size:15px}.client-billing-periods__period-discount{font-size:12px!important;height:20px!important}@media(max-width:575px){.client-billing-periods__period{flex:1 1 auto}}.client-billing-number-value{display:flex;align-items:center}.client-billing-number-value>*{margin-right:8px}.client-billing-number-value>*:last-child{margin-right:0}.client-billing-number-value__decrease,.client-billing-number-value__increase{padding:0 12px!important}.client-billing-number-value__value{height:40px;line-height:38px;padding:0 15px;border:1px solid #CBD5E0;border-radius:8px;min-width:72px;text-align:center;user-select:none;font-weight:600;color:#0d2437;font-variant-numeric:tabular-nums}.client-billing-messengers__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;margin-bottom:4px}.client-billing-messengers__title{display:flex;align-items:center;gap:10px;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:15px;font-weight:600;color:#0d2437}.client-billing-messengers__title-icon{font-size:18px;color:#1d98dc}.client-billing-messengers__cost{font-size:13.5px;color:#66727e;font-variant-numeric:tabular-nums}.client-billing-messengers__section{padding:14px 0;border-bottom:1px solid #E2E9F0}.client-billing-messengers__section-title{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#92a3b4;margin-bottom:10px}.client-billing-messengers__muted{font-size:13.5px;color:#66727e}.client-billing-messengers__period{width:140px;flex-shrink:0}.client-billing-messengers__slot{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;min-height:48px;padding:4px 0}.client-billing-messengers__slot-check{min-width:110px}.client-billing-messengers__slot-name{flex:1;min-width:0;font-weight:500;color:#0d2437}.client-billing-messengers__slot-id,.client-billing-messengers__slot-phone{margin-left:6px;font-weight:400;color:#92a3b4;font-variant-numeric:tabular-nums}.client-billing-messengers__slot-phone{color:#66727e}.client-billing-messengers__new{display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:6px 0}.client-billing-messengers__new-name{flex:1;font-weight:500;color:#0d2437}.client-billing-messengers__denied,.client-billing-messengers__info{display:flex;align-items:flex-start;font-size:13px;line-height:1.55;border-radius:8px;padding:11px 14px;margin-top:16px}.client-billing-messengers__denied-icon,.client-billing-messengers__info-icon{margin:2px 10px 0 0;font-size:15px;flex-shrink:0}.client-billing-messengers__denied{color:#66727e;background-color:#f4f7fa;border:1px solid #E2E9F0}.client-billing-messengers__denied-icon{color:#92a3b4}.client-billing-messengers__info{color:#137fbc;background-color:#e8f4fc}.client-billing-messengers__info-icon{color:#1d98dc}@media(max-width:575px){.client-billing-messengers__slot-check{order:3}.client-billing-messengers__period{width:100%}.client-billing-messengers__new{flex-wrap:wrap}}.client-billing-differencies{display:flex;flex-direction:column;gap:16px}.client-billing-differencies__options{border-left:4px solid #02CE79!important}.client-billing-differencies__subscription{border-left:4px solid #1D98DC!important}.client-billing-differencies__messengers{border-left:4px solid #FDAB3D!important}.client-billing-differencies__title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:15px;font-weight:600;color:#0d2437;margin-bottom:12px}.client-billing-differencies__item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;font-size:13.5px;margin-bottom:10px}.client-billing-differencies__item:last-child{margin-bottom:0}.client-billing-differencies__item-title{margin-right:8px;color:#2a3e51}.client-billing-differencies__item-description{color:#92a3b4}.client-billing-differencies__item-main{flex:1}.client-billing-differencies__item-price{font-weight:600;color:#0d2437;white-space:nowrap;font-variant-numeric:tabular-nums}.client-billing-buy__field{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid #E2E9F0}.client-billing-buy__field:first-child{padding-top:0}.client-billing-buy__label{flex:1;min-width:200px;font-weight:500;color:#0d2437}.client-billing-buy__hint{margin-top:12px;font-size:13px;line-height:1.5;color:#66727e}.client-billing-buy__hint--warning{color:#c87c11}.client-billing-buy__info{display:flex;align-items:flex-start;font-weight:400;font-size:13px;color:#137fbc;background-color:#e8f4fc;border-radius:8px;padding:11px 14px;margin-top:16px}.client-billing-buy__info-icon{color:#1d98dc;margin:1px 10px 0 0;font-size:15px;flex-shrink:0}.client-billing-buy__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:16px;padding:18px 24px;background-color:#fff;border:1px solid #E2E9F0;border-radius:12px;box-shadow:0 1px 2px #0d24370a,0 6px 20px #0d24370f}.client-billing-buy__footer-amount{display:flex;align-items:center;gap:12px;white-space:nowrap}.client-billing-buy__footer-amount-label{color:#66727e}.client-billing-buy__footer-amount-discount{margin-right:4px}.client-billing-buy__footer-amount-value{display:flex;align-items:center;font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:21px;font-weight:700;color:#0d2437;font-variant-numeric:tabular-nums}@media(max-width:575px){.client-billing-buy__field{flex-direction:column;align-items:stretch}.client-billing-buy__label{min-width:0}.client-billing-buy__footer{flex-direction:column;align-items:stretch}.client-billing-buy__footer-actions{width:100%}}.client-billing>*{margin-bottom:16px}.client-billing>*:last-child{margin-bottom:0}.client-billing__loading{text-align:center;color:#66727e}.client__container{max-width:900px}.client__loading{display:flex;align-items:center;justify-content:center;height:100%;color:#66727e}.client__header{margin-bottom:22px}.page-not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px 20px;flex:1;min-height:100vh;background:linear-gradient(160deg,#0d2437,#00182c 70%)}.page-not-found__content{text-align:center}.page-not-found__title{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-size:28px;font-weight:600;line-height:1.2;text-align:center;color:#fff}.page-not-found__title:before{content:"404";display:block;font-size:72px;font-weight:700;color:#42a5f559;margin-bottom:6px;font-variant-numeric:tabular-nums}.page-not-found .button{width:220px;margin:26px auto 0}.modal-message{display:flex;flex-direction:column;align-items:center}.modal-message__text{text-align:center;font-size:15px;line-height:1.55;color:#2a3e51;margin-top:10px;white-space:break-spaces}.modal-message__buttons{margin-top:20px}.modal-message__buttons>*{margin-right:15px}.modal-message__buttons>*:last-child{margin-right:0}@font-face{font-family:OkoCRM_font;src:url(/fonts/okocrm_fonts.woff2?v=1.0.3) format("woff2"),url(/fonts/okocrm_fonts.woff?v=1.0.3) format("woff"),url(/fonts/okocrm_fonts.ttf?v=1.0.3) format("truetype");font-weight:400;font-style:normal}.of{font-family:OkoCRM_font,sans-serif;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block}.of:before{font-family:OkoCRM_font,sans-serif;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.of-dashboard:before{content:""}.of-calendar:before{content:""}.of-incoming:before{content:""}.of-outcoming:before{content:""}.of-circle-plus:before{content:""}.of-chat:before{content:""}.of-clock:before{content:""}.of-close:before{content:""}.of-company:before{content:""}.of-kanban:before{content:""}.of-lead:before{content:""}.of-list:before{content:""}.of-notifications:before{content:""}.of-options:before{content:""}.of-plus:before{content:""}.of-question:before{content:""}.of-search:before{content:""}.of-settings:before{content:""}.of-tasker:before{content:""}.of-user-circle:before{content:""}.of-wallet:before{content:""}.of-attach:before{content:""}.of-bar-chart:before{content:""}.of-book:before{content:""}.of-calc:before{content:""}.of-cup:before{content:""}.of-text-file:before{content:""}.of-mail:before{content:""}.of-school:before{content:""}.of-smiled:before{content:""}.of-write:before{content:""}.of-mail-incoming:before{content:""}.of-mail-outcoming:before{content:""}.of-user:before{content:""}.of-tag:before{content:""}.of-link:before{content:""}.of-chevron-left:before{content:""}.of-chevron-right:before{content:""}.of-arrow-right:before{content:""}.of-dots:before{content:""}.of-drag-handle:before{content:""}.of-copy:before{content:""}.of-edit:before{content:""}.of-eye:before{content:""}.of-chek-list:before{content:""}.of-delete:before{content:""}.of-connection:before{content:""}.of-place:before{content:""}.of-checked:before{content:""}.of-messenger:before{content:""}.of-checkbox:before{content:""}.of-checkbox-filled:before{content:""}.of-chevron-down:before{content:""}.of-camera:before{content:""}.of-camera-plus:before{content:""}.of-stop-filled:before{content:""}.of-play-filled:before{content:""}.of-pause:before{content:""}.of-play:before{content:""}.of-stop:before{content:""}.of-external:before{content:""}.of-minus:before{content:""}.of-check:before{content:""}.of-check-double:before{content:""}.of-back:before{content:""}.of-phone:before{content:""}.of-ruble:before{content:""}.of-pipeline:before{content:""}.of-arrow-down:before{content:""}.of-file-word:before{content:""}.of-file-excel:before{content:""}.of-file-pdf:before{content:""}.of-image:before{content:""}.of-download:before{content:""}.of-sync:before{content:""}.of-error-filled:before{content:""}.of-location:before{content:""}.of-template:before{content:""}.of-user-plus:before{content:""}.of-automation:before{content:""}.of-users:before{content:""}.of-cloud:before{content:""}.of-cloud-download:before{content:""}.of-unisender:before{content:""}.of-ask-question:before{content:""}.of-api:before{content:""}.of-headphones:before{content:""}.of-youtube-filled:before{content:""}.of-youtube:before{content:""}.of-protection:before{content:""}.of-user-delete:before{content:""}.of-editor-bold:before{content:""}.of-editor-italic:before{content:""}.of-editor-underline:before{content:""}.of-editor-justify-left:before{content:""}.of-editor-justify-center:before{content:""}.of-editor-justify-right:before{content:""}.of-editor-justify-full:before{content:""}.of-editor-unordered-list:before{content:""}.of-editor-remove-formatting:before{content:""}.of-stop:before{content:""}.of-no-chat:before{content:""}.of-content-created:before{content:""}.of-content-updated:before{content:""}.of-content-moved:before{content:""}.of-checklist:before{content:""}.of-user-changed:before{content:""}.of-webhook:before{content:""}.of-generated-document:before{content:""}.of-channels:before{content:""}.of-team:before{content:""}.of-round-message:before{content:""}.of-sound-quiet:before{content:""}.of-sound-loud:before{content:""}.of-sound-off:before{content:""}.of-microphone:before{content:""}.of-microphone-off:before{content:""}.of-chevron-up:before{content:""}.of-usd:before{content:""}.of-rur:before{content:""}.of-eur:before{content:""}.of-rur-usd:before{content:""}.of-kzt:before{content:""}.of-safe:before{content:""}.of-double-chevron-left:before{content:""}.of-double-chevron-right:before{content:""}.of-cashback:before{content:""}.of-notifications-dot:before{content:""}.of-chat-dot:before{content:""}.of-team-dot:before{content:""}.of-star-filled:before{content:""}.of-sidebar:before{content:""}.of-schedule-rounded:before{content:""}.of-calendar-rounded:before{content:""}.of-list-rounded:before{content:""}.of-chart-rounded:before{content:""}.of-clock-rounded:before{content:""}.of-checklist-rounded:before{content:""}.of-video-rounded:before{content:""}.of-byn:before{content:""}.of-uah:before{content:""}.of-uzs:before{content:""}.of-amd:before{content:""}.of-azm:before{content:""}.of-kgs:before{content:""}.of-trl:before{content:""}.of-gel:before{content:""}.of-tjs:before{content:""}.of-mdl:before{content:""}.of-okostore:before{content:""}.of-trash:before{content:""}.of-radio-dot:before{content:""}.of-chats:before{content:""}.of-corona-filled:before{content:""}.of-pipelines:before{content:""}.of-mobile:before{content:""}.of-card:before{content:""}.of-send:before{content:""}.of-share:before{content:""}.of-eye-off:before{content:""}.of-moon-filled:before{content:""}.of-sun-filled:before{content:""}.of-pdf:before{content:""}.of-word:before{content:""}.of-excel:before{content:""}.of-to-text:before{content:""}.of-ai:before{content:""}.of-template-new:before{content:""}.of-info:before{content:""}.of-folder:before{content:""}.of-knowledge:before{content:""}.of-glossary:before{content:""}.of-chats-opened:before{content:""}.of-chats-closed:before{content:""}.of-robot:before{content:""}.of-thumb-up:before{content:""}.of-thumb-down:before{content:""}.of-editor-bold-2:before{content:""}.of-editor-italic-2:before{content:""}.of-editor-underline-2:before{content:""}.of-editor-fill-color:before{content:""}.of-editor-font-color:before{content:""}.of-user-photo:before{content:""}.of-lamp:before{content:""}.of-arrow-left:before{content:""}.of-pay-filled:before{content:""}.of-robot-chats:before{content:""}.of-robot-anywhere:before{content:""}.of-robot-anywhere-2:before{content:""}.of-ils:before{content:""}.of-inr:before{content:""}.of-gbp:before{content:""}.of-mnt:before{content:""}.of-thb:before{content:""}.of-jpy:before{content:""}.of-bdt:before{content:""}.of-bwp:before{content:""}.of-pln:before{content:""}.of-czk:before{content:""}.of-chf:before{content:""}.of-zar:before{content:""}.of-lak:before{content:""}.of-dashamail:before{content:""}.of-pay:before{content:""}.of-support:before{content:""}.of-thumb-up-filled:before{content:""}.of-business-process:before{content:""}.of-multicondition:before{content:""}.of-variable:before{content:""}.of-info-outlined:before{content:""}.of-stage-change:before{content:""}.of-timer:before{content:""}.of-incognito:before{content:""}.of-form:before{content:""}.of-fixed-filled:before{content:""}.of-note:before{content:""}.of-file:before{content:""}.of-checkbox-filled-bold:before{content:""}.of-pause-filled:before{content:""}.of-close-filled:before{content:""}.of-warning-filled:before{content:""}.of-clock-filled:before{content:""}.of-cart:before{content:""}.of-cloud-plus:before{content:""}.of-qr:before{content:""}.of-trash-deferred:before{content:""}.of-file-restore:before{content:""}.of-image-deleted:before{content:""}.of-video-deleted:before{content:""}.of-arrow-down-filled:before{content:""}.of-arrow-up-filled:before{content:""}.of-expand:before{content:""}html,body,#app{min-height:100vh}html{scroll-behavior:smooth}body{margin:0;font-family:IBM Plex Sans,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.55;color:#2a3e51;background-color:#f4f7fa}h1,h2,h3,h4,h5,h6{font-family:Montserrat,-apple-system,Segoe UI,Helvetica Neue,sans-serif;color:#0d2437;margin:0}*{box-sizing:border-box;outline:none}#app{display:flex;flex-direction:column}#modals{position:fixed;top:0;left:0;z-index:100}#viewers{position:fixed;top:0;left:0;z-index:300}*{scrollbar-width:thin;scrollbar-color:#92A3B4 transparent}*::-webkit-scrollbar,*::-webkit-scrollbar-button:start:increment,*::-webkit-scrollbar-button:start:decrement,*::-webkit-scrollbar-button:end:increment,*::-webkit-scrollbar-button:end:decrement{width:4px;height:0px;display:none}*::-webkit-scrollbar,*::-webkit-scrollbar-button:start:decrement,*::-webkit-scrollbar-button:end:increment{display:block}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-track :disabled{display:none}*::-webkit-scrollbar-thumb{background:#92a3b4;transition:background-color 2.5s linear;border-radius:80px}*:hover::-webkit-scrollbar-thumb{width:10px;background:#92a3b4}*::-webkit-scrollbar-thumb:hover{background:#92a3b4}*::-webkit-scrollbar-button{display:none}a,input,button,textarea{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}a{color:#1d98dc;text-decoration:none;transition:color ease-in-out .15s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}button,input,select,optgroup,textarea{font:inherit}input::placeholder,textarea::placeholder,select::placeholder{color:#0d2437b3;opacity:1;font-size:inherit;font-weight:inherit}input:-webkit-autofill,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:focus{font-size:inherit;filter:none;background:transparent;transition:background 600000s 0s,color 600000s 0s}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}table{width:100%;border-spacing:0;margin-bottom:-15px}table th{font-weight:500;text-align:left}table th,table td{padding:0 15px 15px 0;vertical-align:baseline}.grecaptcha-badge{visibility:hidden;opacity:0}.typography{font-size:16px;line-height:1.5}.typography .post-section{padding:0;margin:20px 0;overflow:visible}.typography .post-section:first-child{margin-top:0}.typography .container{padding:0}.typography b,.typography strong{font-weight:600}.typography h2,.typography h3,.typography h4,.typography p,.typography blockquote,.typography ul,.typography ol,.typography figure,.typography table{margin:20px 0}.typography h2:first-child,.typography h3:first-child,.typography h4:first-child,.typography p:first-child,.typography blockquote:first-child,.typography ul:first-child,.typography ol:first-child,.typography figure:first-child,.typography table:first-child{margin-top:0}.typography h2:last-child,.typography h3:last-child,.typography h4:last-child,.typography p:last-child,.typography blockquote:last-child,.typography ul:last-child,.typography ol:last-child,.typography figure:last-child,.typography table:last-child{margin-bottom:0}.typography h1{font-size:40px;line-height:1.25}.typography h2{font-size:30px;line-height:1.25}.typography h3{font-size:20px;line-height:1.25}.typography ul li,.typography ol li{margin-bottom:10px}.typography ul li:last-child,.typography ol li:last-child{margin-bottom:0}.typography a{text-decoration:underline;color:#0d2437}.typography a:hover{text-decoration:none}.typography img{display:block;max-width:100%;margin:20px 0}.typography blockquote{position:relative;margin:20px 0;padding:30px 80px;background:#f5f6f8;border-radius:10px;font-size:24px;line-height:1.5;font-weight:500}.typography blockquote:first-child{margin-top:0}.typography blockquote:last-child{margin-bottom:0}.typography blockquote:before,.typography blockquote:after{content:"";position:absolute;width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:contain}.typography blockquote:before{top:30px;left:30px;background-image:url(/img/v2/quote-left.svg)}.typography blockquote:after{right:30px;bottom:30px;background-image:url(/img/v2/quote-right.svg)}.typography blockquote p{margin:20px 0}.typography blockquote p:first-child{margin-top:0}.typography blockquote p:last-child{margin-bottom:0}.typography .accent-text{margin:30px 0;padding:20px;background-color:#f5f6f8}.typography .accent-text:first-child{margin-top:0}.typography .accent-text:last-child{margin-bottom:0}.typography .video-frame{position:relative;margin:30px 0;padding-bottom:56.25%}.typography .video-frame:first-child{margin-top:0}.typography .video-frame:last-child{margin-bottom:0}.typography .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}.typography table{border-collapse:collapse}.typography table td{padding:15px 10px 15px 0;vertical-align:top;border-bottom:1px solid #F5F6F8}.typography--blog h2{display:inline;box-shadow:0 -10px #42a5f54d inset}.typography--blog .styled-text{margin-top:20px}.typography--blog .styled-text:first-child{margin:0}.typography--blog img{cursor:pointer}.typography figure{padding:0}.typography figure img{display:block;max-width:100%;width:auto;height:auto;margin:0!important}.typography figcaption{margin-top:8px}.typography figcaption p{margin:0!important;font-size:14px!important;line-height:1.5!important}
