.authorizationForm{align-items:center;display:flex;flex-direction:column;font-size:12px;height:300px;justify-content:center;width:250px}@media screen and (min-width:1024px){.authorizationForm{flex-direction:row;flex-wrap:wrap;font-size:16px;height:150px;padding:100px 0;width:500px}}.authorizationForm input{background-color:#f4f4f4;border:1px solid #000;border-radius:5px;font-family:inherit;font-size:inherit;height:36px;margin-bottom:20px;padding-left:7px;width:170px}@media screen and (min-width:1024px){.authorizationForm input{margin:0 10px;width:210px}}.authorizationForm input::-webkit-input-placeholder{color:#000}.authorizationForm input:-ms-input-placeholder{color:#000}.authorizationForm input::placeholder{color:#000}.authorizationForm .buttons{align-items:center;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:1024px){.authorizationForm .buttons{flex-basis:100%;flex-direction:row;justify-content:space-around}}.authorizationForm .buttons button{background-color:#ff6b08;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-size:inherit;height:36px;margin-top:10px;text-transform:uppercase;transition:.5s ease;width:120px}.authorizationForm .buttons button:hover{box-shadow:0 5px 10px 2px rgba(34,60,80,.2)}@media screen and (min-width:1024px){.authorizationForm .buttons button{margin:0 20px;width:105px}}.overlayModal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;overflow-y:hidden;position:fixed;top:0;width:100vw;z-index:2}.modalTemplate{-webkit-animation:onOpenModal .5s ease;animation:onOpenModal .5s ease;background-color:#fff;border-radius:5px;margin:20px;max-height:calc(100vh - 40px);max-width:280px;overflow-y:scroll;position:relative;z-index:3}@media screen and (min-width:1024px){.modalTemplate{margin:60px;max-height:500px;max-width:700px;overflow-y:hidden}}.modalClose{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:5px;top:5px;transition:all .5s ease;width:30px}.modalClose:hover{background-color:#ff9200}.modalClose:hover svg{fill:#fff}.modalClose svg{height:20px;transition:.5s ease;width:20px}@-webkit-keyframes onOpenModal{0%{-webkit-transform:scale(10%);transform:scale(10%)}to{-webkit-transform:scale(100%);transform:scale(100%)}}@keyframes onOpenModal{0%{-webkit-transform:scale(10%);transform:scale(10%)}to{-webkit-transform:scale(100%);transform:scale(100%)}}
/*# sourceMappingURL=658.73a57d70.chunk.css.map*/