@charset "UTF-8";.loading-page{display:flex;flex-grow:1;justify-content:center;align-items:center}.login-page{display:flex;flex-grow:1;flex-direction:column}.login-page__header{padding:16px 26px 16px 36px;background-color:var(--white);border-bottom:1px solid var(--stroke)}.login-page__logo{display:block;width:155px;height:38px}.login-page__form{display:flex;flex-direction:column;align-items:center;align-self:center;box-sizing:border-box;width:422px;margin-top:auto;margin-bottom:auto;padding:24px 24px 34px;background-color:var(--white);border:1px solid var(--stroke);border-radius:12px;box-shadow:2px 2px 25px #38456726;transform:translateY(-50px)}.login-page__form-logo{background:var(--accent-bg);border-radius:16px;width:100%;display:flex;align-items:center;justify-content:center;padding-top:16px;padding-bottom:16px;margin-bottom:22px}.login-page__title{margin-top:0;margin-bottom:6px;font-weight:700;font-size:20px;line-height:22px;color:var(--dark-grey)}.login-page__desc{margin-top:0;margin-bottom:20px;line-height:16px;color:var(--light-grey)}.login-page__submit{width:314px}.notification{width:331px!important;padding:12px!important;border:1px solid var(--stroke);border-radius:8px}.ant-notification-notice-close{top:12px!important;right:12px!important}.notification__title{display:flex;align-items:center;font-weight:700;font-size:16px;line-height:16px;color:var(--accent);fill:var(--accent)}.notification__title--success{color:var(--green);fill:var(--green)}.notification__title--warning{color:var(--yellow);fill:var(--yellow)}.notification__title--error{color:var(--red);fill:var(--red)}.notification__icon{margin-right:4px}.notification__content{color:var(--light-grey)}.attention{display:flex;align-items:center;max-width:1260px}.attention>img{margin-right:50px}.attention__info{flex-grow:1;height:100%}.attention__title{margin-top:0;margin-bottom:16px;font-weight:700;font-size:96px;line-height:98px}.attention__subtitle{margin-top:0;margin-bottom:10px;font-weight:700;font-size:48px;line-height:50px}.attention__desc{margin-top:0;margin-bottom:28px;font-weight:400;font-size:26px;line-height:34px;color:var(--light-grey)}.attention__optional-desc{margin-top:0;margin-bottom:20px;font-size:26px;line-height:28px;color:var(--dark-grey)}.attention__return{font-size:26px;line-height:30px;font-family:var(--font-family);color:var(--dark-grey)}.attention__return-link,.attention__return-link:visited{color:var(--accent)}.detail-card{margin-top:0;margin-bottom:0;padding:12px;border:1px solid var(--stroke);border-radius:6px}.detail-card__item{display:flex;justify-content:space-between}.detail-card__item:not(:last-child){padding-bottom:6px;border-bottom:1px solid var(--stroke)}.detail-card__item:not(:first-child){padding-top:6px}.detail-card__item_dashed:not(:last-child){border-bottom:1px dashed var(--stroke)}.detail-card__item_title{border-bottom:1px solid var(--stroke)}.detail-card__term{display:inline;color:var(--light-grey)}.detail-card__details{display:inline-flex;align-items:center;margin-left:0;padding-left:6px}.detail-card__value{display:inline-block;max-width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.detail-card__copy-btn{display:flex;justify-content:center;align-items:center;width:16px;height:16px;margin-left:6px;padding:2px;background:none;background-color:var(--white-bg);border:none;border-radius:4px;cursor:pointer;fill:var(--dark-grey)}.detail-card__copy-btn svg{width:12px;height:12px}.detail-card__copy-btn:hover{background-color:var(--stroke--hover)}.detail-card__link{display:inline-flex;align-items:center;margin-left:6px;text-decoration:none;color:var(--accent)}.detail-card__link .detail-card__link-label{font-size:0;line-height:0;white-space:nowrap;margin-right:4px}.detail-card__link-icon{width:14px;height:14px;fill:var(--accent)}.file-icon{display:block;flex-shrink:0;width:18px;height:18px;margin-right:6px;padding:4px;background:var(--white-bg);border:1px solid var(--stroke);border-radius:6px;fill:var(--dark-grey)}.file-icon--doc{background:var(--accent-bg);border-color:var(--accent-stroke);fill:var(--accent)}.file-icon--pdf{background:var(--red-bg);border-color:var(--red-stroke);fill:var(--red)}.file-icon--xls{background:var(--green-bg);border-color:var(--green-stroke);fill:var(--green)}.file-link{display:inline-flex;align-items:center;box-sizing:border-box;width:100%;padding:4px 8px 4px 4px;color:var(--dark-grey);text-decoration:none;background:var(--white);border:1px solid var(--stroke);border-radius:6px}.file-link--shot{width:90px}.file-link__name{flex-grow:1;margin-right:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default}.file-link__buttons{display:flex;margin-top:0;margin-bottom:0;padding-left:0;list-style:none}.file-link__buttons-item{display:flex;align-items:center}.file-link__buttons-item:not(:last-child){margin-right:4px}.file-link__buttons-item:not(:last-child):after{content:"";display:block;width:1px;height:16px;margin-left:4px;background-color:#ededed}.file-link__button{display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:0;line-height:0;fill:#abb1c3}.outlined-radios{display:flex;margin-top:0;margin-bottom:0;padding-left:0;list-style:none;gap:12px}.outlined-radios__item{margin-top:0;margin-bottom:0}.outlined-radios__label{position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;min-width:190px;height:40px;padding-right:12px;padding-left:12px;column-gap:15px;border:1px solid var(--stroke);border-radius:6px;cursor:pointer}.outlined-radios__label:after{content:"";display:block;width:16px;height:16px;border:1px solid var(--stroke);border-radius:50%}.outlined-radios__input:checked+.outlined-radios__label{border:1px solid var(--accent-stroke)}.outlined-radios__input:checked+.outlined-radios__label:after{background-color:var(--accent);border:1px solid var(--accent)}.outlined-radios__input:checked+.outlined-radios__label:before{content:"";position:absolute;top:15.5px;right:17px;display:block;width:6px;height:3px;border-bottom:2px solid var(--white);border-left:2px solid var(--white);transform:rotate(-45deg)}.outlined-radios__input:disabled+.outlined-radios__label{cursor:auto;opacity:.6}.formItem{position:relative;display:flex;flex-direction:column;align-items:start;gap:4px;height:fit-content}.formItem__label{color:var(--light-grey);font-size:12px}.formItem__error{position:absolute;top:100%;left:0;margin-top:4px;font-size:12px;color:var(--red)}.in-develop,.not-found{display:flex;flex-grow:1;justify-content:center;align-items:center}.main-content{display:flex;flex-grow:1;flex-direction:column;margin-right:16px;margin-left:16px;padding-top:6px;padding-bottom:6px}.main-content__navigation{margin-bottom:6px}.main-navigation{padding:8px 20px 20px;background-color:var(--white);border:1px solid var(--stroke);border-radius:10px}.main-navigation__item{font-weight:700}.portal{position:relative;display:flex;align-items:center}.portal__current{display:flex;justify-content:center;align-items:center;padding:8px 12px;background:var(--accent-bg);border-radius:4px}.portal__open-list{display:flex;align-items:center;padding:8px 12px;line-height:1;background-color:transparent;border:none;cursor:pointer}.portal__open-list-arrow{margin-left:6px;background-color:var(--white-bg);border-radius:2px;fill:var(--dark-grey)}.portal__popover{position:absolute;top:0;right:0;z-index:1;display:flex;padding:8px;background:var(--white);border:1px solid var(--stroke);border-radius:6px;box-shadow:2px 2px 25px #65708f26;transform:translate(100%)}.portal__list{margin-top:0;margin-bottom:0;padding-left:0;list-style:none;margin-right:8px}.portal__list-item:not(:last-child){margin-bottom:2px}.portal__link{display:block;min-width:185px;padding:6px 12px;color:inherit;text-decoration:none;border-radius:4px}.portal__link--active,.portal__link:hover{background:var(--white-bg)}.portal__desc{margin-top:0;margin-bottom:10px;font-size:12px}.portal__illustration{display:block;width:237px;height:137px;background-color:var(--white-bg);border-radius:4px}.header{display:flex;align-items:center;padding:13px 30px;background-color:var(--white);border-bottom:1px solid var(--stroke)}.header__logo-slot{margin-right:20px}.header__portal-slot{margin-right:auto}.header__controls{margin-top:0;margin-bottom:0;padding-left:0;list-style:none;display:flex;align-items:center;margin-right:20px}.header__control-slot:not(:last-child){margin-right:2px}.header__temporary-control{width:28px;height:28px;padding:0;background-color:transparent;border:none;border-radius:4px;cursor:pointer}.header__temporary-control:hover{background:var(--white-bg)}.user__content{display:flex;align-items:center;padding:0;border:none;cursor:pointer}.user__content:disabled{color:inherit;background-color:inherit;cursor:auto}.user__avatar{margin-right:12px}.user_info{display:flex;flex-grow:0;flex-shrink:0;flex-direction:column;justify-content:center;align-items:flex-start}.user_info:not(:last-child){margin-right:12px}.user__name{font-weight:700;font-size:16px;line-height:18px}.user__desc{font-size:12px;line-height:14px;color:var(--light-grey)}
