.header{position:fixed;top:0;z-index:21;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;margin-left:auto;padding:16px 66px 0;width:100%;box-shadow:0 2px 21px hsla(0,0%,47.5%,.14);background:#fff;transition:.7s ease-in}.header .sideNavHeader{display:flex;align-items:center}.header .sideNavHeader__logoWrapper{height:40px;min-width:40px;max-width:40px;cursor:pointer}@media(max-width:767px){.header .sideNavHeader__logoWrapper{margin:0;height:45px;min-width:45px;max-width:45px}}.header .sideNavHeader__logo{width:100%;height:100%}.header .sideNavHeader__title{margin:0 0 0 11px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:22px;color:#0f1b41;cursor:pointer}@media(max-width:1245px){.header .sideNavHeader__title{font-size:20px}}@media(max-width:855px){.header .sideNavHeader__title{display:none}}.header__burgerIcon{position:relative;display:none;border-radius:50%;width:45px;height:45px;background:#2f3ced;cursor:pointer}@media(max-width:1135px){.header__burgerIcon{display:block}}.header__burgerMenu{left:50%;top:50%;transform:translate(-50%,-50%)}.header__burgerMenu,.header__burgerMenu:after,.header__burgerMenu:before{position:absolute;width:17px;height:3px;box-shadow:0 2px 5px rgba(0,0,0,.2);background:#fff;transition:.5s ease-in-out}.header__burgerMenu:after,.header__burgerMenu:before{content:""}.header__burgerMenu:before{top:-8px}.header__burgerMenu:after{top:8px}.header__close{z-index:2;display:block;margin-left:auto;border:none;border-radius:50%;width:40px;height:40px;background:#2f3ced url(../img/closeBtn.svg) no-repeat 50%;transition:.3s ease-in-out;cursor:pointer}.header__menuSidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;list-style:none;padding:5px;min-height:100vh;background:#fff}.header__sidebarWrapper{padding:10px}.header__itemSidebar{margin:10px 0;border-bottom:1px solid rgba(47,60,237,.2392156863);padding:0 0 5px;width:100%;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:21px;text-align:center}.header__menu{display:flex;align-items:center;justify-content:space-around;list-style:none;padding:10px 0 0;width:100%;max-width:650px;box-sizing:border-box}@media(max-width:1330px){.header__menu{margin-left:0}}@media(max-width:1135px){.header__menu{display:none}}.header__btnLogOut{display:flex;justify-content:space-between;margin-right:30px;border:1px solid #a4adc8;border-radius:4px;padding:10px 15px;width:103px;height:40px;background:#fff}.header__btnLogOut:enabled:active{border-color:transparent}.header__btnLogOut:enabled:hover{border:1px solid #a4adc8;background:#fff}.header__btnLogOut:focus{box-shadow:0 0 0 .2rem transparent}@media(max-width:1220px){.header__btnLogOut{margin-right:10px;padding:8px 5px;width:75px}}@media(max-width:360px){.header__btnLogOut{width:30px}}.header__userBlock{display:flex;align-items:center;justify-content:space-between}.header .menu__item{display:flex;justify-content:center;box-sizing:border-box}.header__rightWrapper{display:flex;align-items:center;justify-content:center}.header .item__link{margin:0;border-bottom:2px solid transparent;padding:0 0 25px;width:100%;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:14px;line-height:17px;text-align:center;text-decoration:none;color:#0f1b41;transition:.2s ease-in;cursor:pointer}.header .item__link:hover{border-bottom:2px solid #2f3ced;transition:.2s ease-in}@media(max-width:855px){.header .item__link{margin:0 0 0 15px}}@media(max-width:767px){.header .item__link{color:#fff}}.header .item>.active{border-bottom:2px solid #2f3ced;font-weight:700;transition:.2s ease-in}.header .btnLogOut__icon{width:100%;max-width:17px}.header .btnLogOut__text{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:13px;line-height:130%;color:#0f1b41}@media(max-width:360px){.header .btnLogOut__text{display:none}}.header .userBlock__userInfo{display:flex;align-items:center;width:100%}@media(max-width:978px){.header .userBlock__userInfo{justify-content:center}}.header .userInfo{position:relative;border-radius:10px 10px 0 0;padding:0 10px 13px 18px;width:100%;min-width:200px;background:#fff;cursor:pointer}.header .userInfo__listBorder{border-top:1px solid #e0e4e8;padding-bottom:12px}.header .userInfo__userName{margin:0;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:17px;text-transform:capitalize;color:#0f1b41}@media(max-width:978px){.header .userInfo__userName{display:none;order:2;margin:0}}.header .userInfo__list{position:absolute;left:0;top:0;z-index:-1;list-style:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:0;width:100%;height:0;box-shadow:0 2px 10px -6px rgba(0,0,0,.25);background:#fff;opacity:0;transition:all .3s;cursor:default}@media(max-width:978px){.header .userInfo__list{left:unset;right:0;top:0;width:200px}}.header .userInfo__item{margin:0;border-radius:4px;height:100%}.header .userInfo__item:last-child{margin:10px 0 0;border-top:1px solid #e8edff;border-radius:0;padding-top:12px}.header .userInfo__item:last-child:hover{color:inherit;background:inherit}.header .userInfo__profileIcon{margin-right:9px;width:100%;max-width:24px}.header .userInfo__btn{display:flex;align-items:center;margin:0;outline:0;border:none;border-radius:4px;padding:6px 12px;width:100%;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:17px;text-align:start;color:#0f1b41;background:unset;cursor:pointer}.header .userInfo__btn:focus{color:#fff;background:#2f3ced}.header .userInfo__btn:focus .userInfo__profileIcon path{fill:#fff}.header .userInfo__btn:hover{color:#939abd;background:#f5f7fd}.header .userInfo__btn:hover .userInfo__profileIcon path{fill:#939abd}.header .userInfo__logOut{display:flex;align-items:center;margin:0;outline:0;border:none;border-radius:4px;padding:6px 12px;width:100%;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:17px;text-align:start;color:#949bbe;background:unset;cursor:pointer}.header .userInfo__logOut:focus{color:#fff;background:#2f3ced}.header .userInfo__logOut:focus .userInfo__profileIcon path{fill:#fff}.header .userInfo__logOut:hover{background:#f5f7fd}.header .userInfo__userAvatar{display:flex;align-items:center;justify-content:center;margin:0 15px 0 0;border-radius:50%;width:100%;height:38px;min-width:38px;max-width:38px}@media(max-width:991px){.header .userInfo__userAvatar{height:45px;min-width:45px;max-width:45px}}@media(max-width:978px){.header .userInfo__userAvatar{margin:0}}.header .userInfo__userLetter{font-size:30px;text-transform:uppercase;color:#fff}.header .userInfo:hover{box-shadow:0 -2px 10px -6px rgba(0,0,0,.25)}.header .userInfo:hover .userInfo__list{top:51px;padding:0 12px 12px;height:auto;opacity:1}@media(max-width:978px){.header .userInfo:hover .userInfo__list{top:55px}}@media(max-width:978px){.header .userInfo{padding:0;min-width:unset;box-shadow:unset}}.header .userAvatar__img{border-radius:50%;width:100%;height:100%}@media(max-width:1400px){.header{padding:20px}}.settingsProfile{padding:32px;width:512px;min-height:-moz-fit-content;min-height:fit-content;box-sizing:border-box;background-color:#fff}@media(max-width:767px){.settingsProfile .p-tabview .p-tabview-panels{padding:0}}.settingsProfile .pi-eye,.settingsProfile .pi-eye-slash{font-size:21px;color:#949bbe}.settingsProfile .p-float-label label{position:unset;display:block;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.settingsProfile__sendBtns{display:flex;justify-content:space-between;height:48px;color:#fff;cursor:pointer}.settingsProfile__sendBtns,.settingsProfile__sendBtns .p-button{width:100%;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.settingsProfile__sendBtns .p-button{display:block;margin:0;border:none;border-radius:4px;padding:0;text-align:center;color:#fff!important;background-color:#2f3ced!important;opacity:1;transition:background .3s ease-in-out}.settingsProfile__sendBtns .p-button:disabled{background:rgba(47,60,237,.6)!important}.settingsProfile__validation{position:absolute;bottom:10px;display:flex;align-items:center;width:500px;transition:.3s ease-in-out}.settingsProfile__validationText{padding-left:8px;font-weight:400;font-size:14px;line-height:17px;color:red}@media(max-width:767px){.settingsProfile__validationText{font-size:11px}}.settingsProfile__tabPanel{border:none}.settingsProfile .tabPanelPassword__error{display:flex}.settingsProfile .userSettingsChange__input .p-inputtext{display:block;margin:8px 0 32px;border:1px solid #ced4da;border-radius:4px;padding:0 8px;width:100%;height:48px}.settingsProfile .userSettingsChange__input .p-inputtext:enabled:focus{border:1px solid #2196f3;box-shadow:unset;background:#fff}.settingsProfile .userSettingsChange__input .p-inputtext:hover{border-color:#2196f3}.settingsProfile .userSettingsChange__input{display:block;margin:8px 0 32px;padding:0;height:48px;min-width:100%}.settingsProfile .tabPanelPassword .p-inputtext,.settingsProfile .tabPanelPassword .p-password,.settingsProfile .userSettingsChange__input .p-inputtext{background:unset}@media(max-width:767px){.settingsProfile .p-tabview-nav-link{padding:10px 5px!important;font-size:14px!important}}@media(max-width:767px){.settingsProfile{padding:10px 5px;width:300px}}.avatarEdit{display:flex;flex-direction:column;padding:32px;width:100%;min-width:500px;min-height:500px;max-width:750px}.avatarEdit__header{display:flex;align-items:flex-start;justify-content:space-between}.avatarEdit__close{cursor:pointer}.avatarEdit__title{padding-bottom:32px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;color:#0f1b41}.avatarEdit__preview{padding:0 10px}.avatarEdit__example{overflow:hidden;margin:24px 0;border-radius:50%;width:100px;height:100px}.avatarEdit__example--small{width:50px;height:50px}.avatarEdit__cropper{border:1px solid #eee;width:100%;max-width:500px}.avatarEdit__content{display:flex}.avatarEdit__footer{border-radius:0 0 2px 2px;padding:32px 0 0;width:100%;text-align:center;background-color:#fafafa}.avatarEdit .p-button{border:none;padding:15px 0;width:100%;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:17px;background:#2f3ced;opacity:1;transition:background .3s ease-in-out}.avatarEdit .p-button:focus{background:#2f3ced}.avatarEdit .p-button:hover{border:none;background:rgba(47,60,237,.8)}.avatarEdit__btn{width:100%}.tabPanelPassword .p-inputtext,.tabPanelPassword .p-password{border:none;border-radius:21px;min-width:100%;background:#f5f7fd}.tabPanelPassword .p-button{margin:5px 0 0;border-radius:10px}.tabPanelPassword .p-inputtext{padding:.5rem 25px}.tabPanelPassword .p-inputtext::-moz-placeholder{opacity:1}.tabPanelPassword .p-inputtext::placeholder{opacity:1}.tabPanelPassword__errorWrapper{position:absolute;top:169px;margin-bottom:5px;min-height:25px}.tabPanelPassword__errorWrapper--positioned{top:84px}.tabPanelPassword__error{margin:0;color:red}.settingsBtn{margin-right:20px;margin-left:auto;border:none;border-radius:50%;width:30px;height:30px;background-image:url(../img/headerSettings.svg);background-size:contain;background-repeat:no-repeat;cursor:pointer}@media(max-width:1100px){.settingsBtn{width:30px;height:30px}}.infoBtn{margin-right:20px;border:none;width:30px;height:30px;background-image:url(../img/update.svg);background-size:contain;background-repeat:no-repeat;cursor:pointer}.userAvatarBlue{background-color:#2f3ced}.p-password-info{display:none;background:#000}.p-password-panel{padding:0;width:100px;height:0}.p-password-meter{margin:5px 0 0 25px;width:230px}.p-password-meter,.p-password-meter *{border-radius:20px}.changeProfile{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px}.changeProfile__label{position:unset;display:block;padding:0 0 8px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.changeProfile__inputs{width:100%;box-shadow:none}.changeProfile .p-inputtext:enabled:focus{box-shadow:unset}.changeProfile__avatarWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;width:100%;height:100px;min-width:100px;max-width:100px}.changeProfile__userLetter{font-size:30px;text-transform:uppercase;color:#fff}.changeProfile__avatarImg{border-radius:50%;width:100%;height:100%}.changeProfile__avatarBtn{position:absolute;right:-3px;bottom:-11px;display:inline-block;margin:0;border:none;border-radius:50%;padding:0;width:36px;height:36px;background:#f5f7fd;cursor:pointer}.changeProfile__avatarBtn:before{content:"";position:absolute;left:0;top:0;width:36px;height:36px;color:#eee;background:url(../img/changeAvatarIcon.svg) no-repeat 50%/cover}.changeProfile__upload{position:absolute;right:-5px;bottom:0}.changeProfile__upload .p-fileupload-choose{border:none;border-radius:50%;width:20px;height:30px;background:rgba(0,0,0,.8)}.changeProfile__upload .pi-plus{margin:0;padding:0}.changeProfile__upload .pi-plus:before{content:"";position:relative;left:-46%}.changeProfile__item{padding:0 0 32px;width:100%}.changeProfile__item input{border:1px solid #e0e4e8;border-radius:4px;width:100%;height:48px;background:#f5f7fd}.changeProfile__sendBtns{display:flex;justify-content:space-between;height:48px;color:#fff;cursor:pointer}.changeProfile__sendBtns,.changeProfile__sendBtns .p-button{width:100%;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.changeProfile__sendBtns .p-button{display:block;margin:0;border:none;border-radius:4px;padding:15px 0;text-align:center;color:#fff!important;background-color:#2f3ced!important;opacity:1;transition:background .3s ease-in-out}.changeProfile__sendBtns .p-button:disabled,.changeProfile__sendBtns button:disabled{background:rgba(47,60,237,.6)!important}.changeProfile__sendBtns button:focus{background:#2f3ced}.changeProfile__sendBtns :hover .p-button{background:rgba(47,60,237,.8)}@media(max-width:767px){.changeProfile__sendBtns{padding:0 10px}}.changeProfile__errorWrapper{min-height:44px}.changeProfile__error{margin:0;padding:15px 0;font-family:Inter;font-weight:400;font-size:14px;line-height:17px;color:red}@media(max-width:600px){.changeProfile__error{font-size:12px}}.changeProfile__validation{position:absolute;bottom:7px;display:flex;align-items:center;width:500px;transition:.3s ease-in-out}@media(max-width:600px){.changeProfile__validation{align-items:center}}.changeProfile__validationText{padding-left:8px;font-weight:400;font-size:14px;line-height:17px;color:red}@media(max-width:600px){.changeProfile__validationText{font-size:9px}}.settingsAutosave .autoSave,.settingsAutosave .autoSaveTimeCount{display:flex;justify-content:space-between;margin:15px 0}.settingsAutosave .autoSaveText,.settingsAutosave .autoSaveWarning{margin:0 0 5px;font-weight:600;font-size:18px;word-break:break-word}.settingsAutosave .autoSaveWarning{color:red}.settingsAutosave .autoSaveInput{border:none;border-radius:21px;padding:0 10px;height:39px;max-width:79px;font-size:16px;text-align:center;background:#f5f7fd}.settingsAutosave .autoSaveInput::-webkit-inner-spin-button,.settingsAutosave .autoSaveInput::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.settingsAutosave .autoSaveInput[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.settingsAutosave .autoSaveTextBox{display:flex;flex-direction:column}.settingsAutosave .autoSaveBtns{display:flex;justify-content:space-between;margin:38px 0 0}.settingsAutosave .autoSaveBtns .p-button{border-radius:10px}.settingsAutosave .p-inputswitch{width:75px;height:35px}.settingsAutosave .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translateX(2.75rem)}.p-tabview-nav-link:not(.p-disabled):focus{box-shadow:0 0 0 0!important}.userSettingsChange{padding:31px 32px;width:512px;min-height:-moz-fit-content;min-height:fit-content;box-sizing:border-box;background-color:#fff}@media(max-width:767px){.userSettingsChange .p-tabview .p-tabview-panels{padding:0}}.userSettingsChange .pi-eye,.userSettingsChange .pi-eye-slash{font-size:21px;color:#949bbe}.userSettingsChange .p-float-label label{position:unset;display:block;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.userSettingsChange__sendBtns{display:flex;justify-content:space-between;height:48px;color:#fff;cursor:pointer}.userSettingsChange__sendBtns,.userSettingsChange__sendBtns .p-button{width:100%;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:17px}.userSettingsChange__sendBtns .p-button{display:block;margin:0;border:none;border-radius:4px;padding:0;text-align:center;color:#fff!important;background-color:#2f3ced!important;opacity:1;transition:background .3s ease-in-out}.userSettingsChange__sendBtns .p-button:disabled{background:rgba(47,60,237,.6)!important}.userSettingsChange__validation{position:absolute;bottom:10px;display:flex;align-items:center;width:500px;transition:.3s ease-in-out}.userSettingsChange__validationText{padding-left:8px;font-weight:400;font-size:14px;line-height:17px;color:red}@media(max-width:767px){.userSettingsChange__validationText{font-size:11px}}.userSettingsChange__tabPanel{border:none}.userSettingsChange .tabPanelPassword__error{display:flex}.userSettingsChange .userSettingsChange__input .p-inputtext{display:block;margin:6px 0 32px;border:1px solid #ced4da;border-radius:4px;padding:0 8px;width:100%;height:48px}.userSettingsChange .userSettingsChange__input .p-inputtext:enabled:focus{border:1px solid #2196f3;box-shadow:unset;background:#fff}.userSettingsChange .userSettingsChange__input .p-inputtext:hover{border-color:#2196f3}.userSettingsChange .userSettingsChange__input{display:block;margin:6px 0 32px;padding:0;height:48px;min-width:100%}.userSettingsChange .tabPanelPassword .p-inputtext,.userSettingsChange .tabPanelPassword .p-password,.userSettingsChange .userSettingsChange__input .p-inputtext{background:unset}@media(max-width:767px){.userSettingsChange .p-tabview-nav-link{padding:10px 5px!important;font-size:14px!important}}.userSettingsChange__passLabel{font-family:Inter;font-weight:400;font-style:normal;font-size:14px;line-height:17px;color:#0f1b41}.userSettingsChange__generateNewPass{font-size:12px;line-height:15px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#2f3ced;cursor:pointer}.userSettingsChange__flexed{position:relative;display:flex;align-items:center;justify-content:space-between}.userSettingsChange__errorBlock{position:relative}@media(max-width:767px){.userSettingsChange{padding:10px 5px;width:300px}}