body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Layout__Layout--1aqBc{height:100vh;display:flex;flex-direction:column}.Layout__Layout--1aqBc main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle__MenuToggle--2SsAS{position:fixed;top:40px;left:40px;font-size:20px;cursor:pointer;color:#fff;z-index:100;-webkit-transition:all .22s ease-in;transition:all .22s ease-in}.MenuToggle__MenuToggle--2SsAS:hover{opacity:.7}.MenuToggle__MenuToggle--2SsAS.MenuToggle__open--2XIRG{left:340px}.Drawer__Drawer--6dX4l{position:fixed;left:0;top:0;bottom:0;width:80%;max-width:300px;padding:20px 10px;box-sizing:border-box;background-color:#fff;z-index:90;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .22s ease-in;transition:-webkit-transform .22s ease-in;transition:transform .22s ease-in;transition:transform .22s ease-in,-webkit-transform .22s ease-in}.Drawer__Drawer--6dX4l.Drawer__close--1q8PR{-webkit-transform:translateX(-300px);transform:translateX(-300px)}.Drawer__Drawer--6dX4l ul{list-style:none;margin:0;padding:0}.Drawer__Drawer--6dX4l ul li{margin-bottom:15px}.Drawer__Drawer--6dX4l ul li a{color:#363d54;text-decoration:none;font-size:30px;position:relative;background-color:#fff;padding:0 20px 10px;-webkit-transition:opacity .3s;transition:opacity .3s}.Drawer__active--iTfX1,.Drawer__Drawer--6dX4l ul li a:hover{opacity:.7}.Backdrop__Backdrop--3qc3J{z-index:50;background-color:rgba(0,0,0,.6);position:fixed;top:0;left:0;bottom:0;right:0;-webkit-transition:all .22s;transition:all .22s}.Test__Test--3W0JV{display:flex;justify-content:center;padding-top:100px;flex-grow:1;align-items:stretch;background:-webkit-linear-gradient(left,#5041b2,#7969e6);background:linear-gradient(90deg,#5041b2,#7969e6)}.Test__Test--3W0JV h1{color:#fff;margin-left:10px}.Test__TestWrapper--2vZXr{width:600px}.ActiveTest__ActiveTest--3ePh0{padding:5px 20px 20px;color:#fff;border:2px solid #fff;background-repeat:5px;margin:0 10px;box-sizing:border-box}.ActiveTest__Question--C8Uq1{display:flex;justify-content:space-between}.ActiveTest__Question--C8Uq1 .ActiveTest__question--3dKfb{padding-top:15px}.ActiveTest__Small--UeeFV{min-width:50px}.AnswersList__AnswersList--3ssxG{list-style:none;margin:0;padding:0}.AnswerItem__AnswerItem--3-Y69{border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:5px;cursor:pointer}.AnswerItem__AnswerItem--3-Y69:hover{background:hsla(0,0%,100%,.2);-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.AnswerItem__AnswerItem--3-Y69.AnswerItem__success--2SAC1{background-color:rgba(161,240,69,.7)}.AnswerItem__AnswerItem--3-Y69.AnswerItem__error--1KUj4{background-color:rgba(240,87,108,.7)}.FinishedTest__FinishedTest--5o-rM{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;box-sizing:border-box;margin:10px}.FinishedTest__FinishedTest--5o-rM ul{list-style:none;padding:0;margin:0}.FinishedTest__FinishedTest--5o-rM ul li i{margin-left:10px}.FinishedTest__success--3Hzel{color:rgba(161,240,69,.7)}.FinishedTest__error--2qX6f{color:rgba(240,87,108,.7)}.Button__Button--3JBBJ{display:inline-block;padding:10px 20px;border-radius:4px;border:1px solid #ccc;margin-right:15px;text-transform:uppercase;font-weight:700;font-size:12px}.Button__Button--3JBBJ:focus{outline:none}.Button__Button--3JBBJ:active:not(.Button__error--Qwew7){box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button__success--2D3Hf{background-color:rgba(161,240,69,.7)}.Button__error--Qwew7{cursor:not-allowed}.Button__primary--1bMru{background:#2884f6;color:#fff}.Loader__Loader--2z84Y{color:official;display:inline-block;position:relative;width:64px;height:64px}.Loader__Loader--2z84Y div{-webkit-transform-origin:32px 32px;transform-origin:32px 32px;-webkit-animation:Loader__lds-spinner--1m1HW 1.2s linear infinite;animation:Loader__lds-spinner--1m1HW 1.2s linear infinite}.Loader__Loader--2z84Y div:after{content:" ";display:block;position:absolute;top:3px;left:29px;width:5px;height:14px;border-radius:20%;background:#fff}.Loader__Loader--2z84Y div:first-child{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.Loader__Loader--2z84Y div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.Loader__Loader--2z84Y div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.Loader__Loader--2z84Y div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.Loader__Loader--2z84Y div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.Loader__Loader--2z84Y div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.Loader__Loader--2z84Y div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.Loader__Loader--2z84Y div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.Loader__Loader--2z84Y div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.Loader__Loader--2z84Y div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.Loader__Loader--2z84Y div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.Loader__Loader--2z84Y div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}.Loader__center--393dJ{text-align:center}@-webkit-keyframes Loader__lds-spinner--1m1HW{0%{opacity:1}to{opacity:0}}@keyframes Loader__lds-spinner--1m1HW{0%{opacity:1}to{opacity:0}}.TestCreator__TestCreator--1UISA{display:flex;justify-content:center;padding-top:50px;flex-grow:1;width:100%;background:-webkit-linear-gradient(top,#f0613c,#f0783c);background:linear-gradient(2700deg,#f0613c,#f0783c)}.TestCreator__TestCreator--1UISA>div{width:100%;max-width:600px;padding:0 20px}.TestCreator__TestCreator--1UISA h1{text-align:center}.TestCreator__TestCreator--1UISA form{background-color:#eee;border-radius:5px;padding:15px;box-shadow:2px 2px 2px rgba(0,0,0,.7)}.Input__Input--2eyzQ{margin-bottom:15px}.Input__Input--2eyzQ label{margin-bottom:3px;padding:0;display:block;font-weight:700}.Input__Input--2eyzQ input{display:block;box-sizing:border-box;border:1px solid #bebebe;padding:7px;margin:0 0 5px;width:100%;outline:none;-webkit-transition:all .3 ease-in-out;transition:all .3 ease-in-out}.Input__Input--2eyzQ span{color:#f01f30;font-size:12px;font-weight:700}.Input__Input--2eyzQ.Input__invalid--3uTfc label{color:#f01f30}.Select__Select--3gDog{margin-bottom:15px}.Select__Select--3gDog label{margin:0 0 3px;padding:0;font-weight:700;display:block}.Select__Select--3gDog select{display:block;box-sizing:border-box;border:1px solid #bebebe;height:29px;width:100%;outline:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.TestList__TestList--25iGX{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-linear-gradient(left,#fd8355,#f0576c 37%,#f79cbd);background:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd)}.TestList__TestList--25iGX h1{color:#fff}.TestList__TestList--25iGX ul{list-style:none;margin:0;padding:0}.TestList__TestList--25iGX li{margin-bottom:10px}.TestList__TestList--25iGX li a{text-decoration:none;color:#fff;-webkit-transition:all .22s;transition:all .22s}.TestList__TestList--25iGX li a:hover{color:#363f54}.Auth__Auth--1TInt{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-linear-gradient(right,#cef2fa,#59bfef);background:linear-gradient(270deg,#cef2fa,#59bfef)}.Auth__Auth--1TInt>div{width:100px;min-width:350px;padding:0}.Auth__Auth--1TInt button{padding:10px;margin-right:14px}.Auth__Auth--1TInt button:last-child{margin-right:0}.Auth__Auth--1TInt h1{color:#fff;text-align:center}.Auth__AuthForm--38dS6{background-color:#eee;box-shadow:2px 2px rgba(0,0,0,.5);padding:15px;border-radius:5px}.Error_message__Error_message--VffQD{margin:0;padding:10px 10px 5px;color:red;text-shadow:1px 1px 1px #000}
/*# sourceMappingURL=main.fba3d738.chunk.css.map */