*,:after,:before{box-sizing:border-box}body{text-rendering:optimizeLegibility;font-family:Roboto,serif;line-height:1.5;scroll-behavior:smooth}.app{background-color:#fff;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:90%;text-align:center}.app__form-block{display:flex;flex-direction:row;gap:50px}.app__form-image{align-self:start;height:auto;max-width:40%;object-fit:contain}.app__title{color:#000;font-family:Roboto,serif;font-size:44px;font-weight:500}.app__description{font-family:Roboto,serif;font-size:22px;font-weight:400}@media screen and (max-width:1050px){.app__form-block{align-items:center;flex-direction:column}.app__form-image{margin-left:auto;margin-right:auto;max-width:50%}}.form{display:flex;flex-direction:column;gap:30px}.form__input{border:none;border-bottom:1px solid rgba(0,0,0,.2);color:#000;display:block;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;max-width:358px;min-height:28px;padding:0;width:100%}.form__input-container,.form__label{display:flex;flex-direction:column}.form__label{margin-bottom:10px;text-align:start}.form__buttons-container{display:flex;flex-direction:row;gap:30px}.form__label-checkbox{margin-top:20px;text-align:start}.form__error{color:red}.form__error,.form__message{font-size:12px;text-align:start}.form__message{color:#5ec75e}.form__button{-webkit-touch-callout:none;-webkit-appearance:none;appearance:none;background-color:#4a5568;border:2px solid #4a5568;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;line-height:normal;margin-bottom:1rem;margin-top:20px;padding:.5rem 1.25rem;text-decoration:none;transition:background-color .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,border .2s ease-in-out,transform .2s ease-in-out;transition:background-color .2s ease-in-out,border .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-user-select:none;user-select:none}.form__button:hover{background-color:#2d3748}.form__button:disabled{background-color:#bfbfbf;color:#000;cursor:not-allowed}.form__agreement>a{color:inherit;margin-left:5px}@media screen and (max-width:620px){.form__buttons-container{flex-direction:column;gap:0}}.popupWrapper{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%}.popupWrapper,.popupWrapper_opened{transition:visibility .2s,opacity .2s ease-in-out}.popupWrapper_opened{opacity:1;visibility:visible}.popupWrapper__window{background-color:#fff;border-radius:20px;height:50%;padding:20px;width:50%}.popupInner,.popupWrapper__window{align-items:center;display:flex;justify-content:center}.popupInner{flex-direction:column;gap:20px;text-align:center}
/*# sourceMappingURL=main.ce8ab2d6.css.map*/