*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;color:light-dark(#191919,#ffffff)}body{display:flex;width:100dvw;min-height:100dvh;align-items:center;flex-direction:column;overflow:hidden scroll;scroll-behavior:smooth;justify-content:space-between;background:light-dark(#ffffff,#191919)}.button-design{border:none;cursor:pointer;border-radius:5px;padding:10px 25px;font-size:14px;transition:color .25s,background .25s;color:light-dark(#191919,#ffffff);background:light-dark(#ff7300,#ff7300)}.button-design:hover,.button-design:focus{background:light-dark(#d25f00,#d25f00)}a,.link-design{text-decoration:none;font-size:14px;color:light-dark(#0099ff,#0099ff)}a:hover,a:focus,.link-design:hover,.link-design:focus{text-decoration:underline}.bold{font-weight:700}.box-shadow{box-shadow:0 0 5px 0 light-dark(#191919,#ffffff)}.box-shadow-normal{box-shadow:0 0 5px 0 light-dark(#e0e0e0,#252525)}.dark,.darken{color-scheme:dark}.removed,.none{display:none}.error-content{display:flex;width:100dvw;height:100dvh}.error-content__message{font-size:35px}.error-content__message span{font-weight:700}.error-content__back{font-size:18px}.error-content__back svg,.error-content__back path{color:inherit}.error-content__icon{width:200px;height:200px}.error-content__icon path:last-of-type{color:#b30000}.error-content__holder{gap:25px;margin:auto;display:flex;align-items:center;flex-direction:column}.messages-content{top:25px;left:50%;gap:10px;border:none;display:flex;position:fixed;flex-direction:column;background:transparent;transform:translate(-50%)}.messages-content__message{height:50px;width:80dvw;display:flex;padding:0 15px;min-width:350px;max-width:600px;border-radius:5px;align-items:center;transition:background .25s;justify-content:space-between}.messages-content__message-text{font-weight:700}.messages-content__message-close{width:25px;height:25px;cursor:pointer}.messages-content__message.acc{background:#1cab00e6}.messages-content__message.acc:hover,.messages-content__message.acc:focus{background:#1cab00}.messages-content__message.warn{background:#d1bf00e6}.messages-content__message.warn:hover,.messages-content__message.warn:focus{background:#d1bf00}.messages-content__message.err{background:#b30000e6}.messages-content__message.err:hover,.messages-content__message.err:focus{background:#b30000}.top-content{gap:25px;width:100dvw;display:flex;flex-wrap:wrap;padding:0 25px;min-height:75px;align-items:center;justify-content:space-between}.top-content__profile{gap:5px;height:75px;padding:0 10px;cursor:pointer;font-weight:700;align-items:center;display:inline-flex;text-decoration:none;text-transform:uppercase;transition:background .5s;background:light-dark(#ffffff,#191919)}.top-content__profile-icon{width:30px;height:30px;border-radius:100px}.top-content__profile:hover,.top-content__profile:focus{text-decoration:none;background:light-dark(#e0e0e0,#252525)}.top-content__navigation-button{gap:5px;width:120px;height:75px;padding:0 10px;font-weight:700;align-items:center;display:inline-flex;flex-direction:column;justify-content:center;text-transform:uppercase;transition:background .25s;background:light-dark(#ffffff,#191919)}.top-content__navigation-button-icon{width:30px;height:30px}.top-content__navigation-button.nav-button{text-decoration:none}.top-content__navigation-button:hover,.top-content__navigation-button:focus,.top-content__navigation-button.active{background:light-dark(#e0e0e0,#252525)}@media screen and (max-width:700px){.top-content{justify-content:center}.top-content__navigation{gap:5px;width:100%;display:flex;overflow:scroll;flex-wrap:nowrap;flex-direction:row;scrollbar-width:none;justify-content:unset}.top-content__navigation-button{min-width:115px}}.credit-content{width:100dvw;display:flex;padding:25px;align-items:center;justify-content:center}.credit-content__text{text-align:center}.require-content{display:flex;width:100dvw;margin:50px 0;align-items:center;flex-direction:column}.require-content__title{font-size:35px}.require-content__message{font-size:25px;padding:10px;text-align:center}.require-content__next{font-size:18px}.require-content__next svg,.require-content__next path{color:inherit}.require-content__icon{width:200px;height:200px}.require-content__icon path:last-of-type{color:#b30000}.require-content__holder{gap:25px;margin:auto;display:flex;align-items:center;flex-direction:column}.main-content.login-page{gap:50px;width:100dvw;display:flex;height:100dvh;align-items:center;flex-direction:column;justify-content:center}.main-content__navigation{width:80dvw;padding:10px;display:flex;min-width:300px;max-width:600px;border-radius:5px}.main-content__navigation-button{margin:auto;border:none;cursor:pointer;font-size:16px;background:none;border-bottom:2px solid transparent;transition:color .25s,border-bottom .25s}.main-content__navigation-button:hover,.main-content__navigation-button:focus{color:light-dark(#0099ff,#0099ff);border-bottom:2px solid light-dark(#0099ff,#0099ff)}.steps-holder__step{width:30%;height:10px;display:block;border-radius:10px;transition:background .25s;background:#e0e0e0}.steps-holder__step.active{background:#ff7300}.login-page__title{margin:0 10px;font-size:30px;text-align:center}.register-content{min-height:475px}.login-content{min-height:375px}.login-content,.register-content{width:80dvw;padding:20px;min-width:300px;max-width:600px;border-radius:10px}.login-content__buttons,.register-content__buttons{gap:15px;display:flex}.login-content__buttons button:first-of-type,.register-content__buttons button:first-of-type{background:gray}.login-content__buttons button:first-of-type:hover,.login-content__buttons button:first-of-type:focus,.register-content__buttons button:first-of-type:hover,.register-content__buttons button:first-of-type:focus{background:#767676}.login-content__steps,.register-content__steps{width:100%;display:flex;padding:10px 0;align-items:center;justify-content:space-between}.login-content__form-message,.register-content__form-message{height:20px;margin-top:25px;text-align:center}.login-content__form-check,.register-content__form-check{margin-top:25px;display:block}.login-content__form-label,.register-content__form-label{font-size:18px;font-weight:700}.login-content__form-label span,.register-content__form-label span{margin-left:10px;font-weight:400}.login-content__form-page.hidden,.register-content__form-page.hidden{display:none}.login-content__form-input,.register-content__form-input{width:100%;border:none;padding:15px;display:block;margin-top:5px;border-radius:5px;background:#e0e0e0;outline-color:#ff7300}.login-content__form-block,.register-content__form-block{margin-top:25px}.login-content__submit,.login-content__next,.register-content__submit,.register-content__next{width:100%;border:none;padding:10px;font-size:18px;cursor:pointer;margin-top:25px;font-weight:700;border-radius:5px;color:#fff;background:#ff7300}.login-content__submit:hover,.login-content__submit:focus,.login-content__next:hover,.login-content__next:focus,.register-content__submit:hover,.register-content__submit:focus,.register-content__next:hover,.register-content__next:focus{background:#d25f00}.profile-content{display:flex;padding:25px 0;flex-direction:column}.profile-content__div{gap:10px;display:flex;justify-content:space-between}.profile-content__div.down-flow{align-items:center;flex-direction:column}.profile-content__button{border:none;cursor:pointer;background:transparent}.profile-content__button-extra{border:none;font-size:16px;cursor:pointer;margin:20px auto;text-align:center;background:transparent}.profile-content__button svg{width:20px;height:20px}.profile-content__text{width:85%;border:none;padding:15px;margin-top:5px;font-size:16px;border-radius:5px;background:transparent;transition:background .25s}.profile-content__text.active{background:#e0e0e0;outline-color:#ff7300}.profile-content__text span{font-weight:700}.profile-content__holder{width:80dvw;padding:20px;min-width:300px;max-width:600px;border-radius:10px}.profile-content__holder:first-of-type{gap:20px;padding:0;display:flex;align-items:center;flex-direction:column}.profile-content__holder:first-of-type div{width:100%;height:0px;overflow:hidden;padding:0 25px;align-items:center;border-radius:10px;justify-content:flex-start;transition:padding .25s,height .25s}.profile-content__holder:first-of-type div>svg{width:25px;height:auto;cursor:pointer}.profile-content__holder:first-of-type div.active{height:80px;padding:25px}.profile-content__holder:first-of-type>svg{width:150px;height:auto;padding:25px;cursor:pointer;max-height:150px;border-radius:100px}.profile-content__holder:nth-of-type(n+2){margin-top:25px}.profile-content__holder:last-of-type{height:0px;margin-top:0;overflow:hidden;padding:0 20px;transition:height .25s,padding .25s}.profile-content__holder:last-of-type>div p{padding:0;border:none;outline:none;margin-top:0;background:transparent}.profile-content__holder:last-of-type.true{height:150px;padding:20px}.icon-green path{color:green}.icon-red path{color:red}
