.form_wrapper{position:absolute;top:0;width:100%;height:100vh;z-index:11;right:-100vw;padding-top:64px;overflow:hidden;align-items:center;justify-content:center;background:var(--color-slate-grey);overflow:auto;display:flex;flex-direction:column;justify-content:space-between}.form_wrapper *{box-sizing:border-box}@media screen and (max-width:576px){.form_wrapper{padding-top:0}}.form_wrapper .form_modal{width:100%;height:auto;position:relative;background:var(--color-slate-grey);display:flex;align-items:center;justify-content:flex-start;flex-direction:column;padding-bottom:100px}.form_wrapper .form_modal .form_main{width:50%}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main{width:100%}}.form_wrapper .form_modal .form_main .form_head{display:flex;align-items:center;gap:25px;position:relative}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_head{margin-left:30px}}.form_wrapper .form_modal .form_main .form_head a{position:absolute;height:30px;cursor:pointer;display:flex;align-items:center}.form_wrapper .form_modal .form_main .form_head .arrow{background:var(--color-light-yellow);height:3px;width:45px;margin:0 auto;position:relative;cursor:pointer;transition:all .5s;display:block}.form_wrapper .form_modal .form_main .form_head .arrow:before,.form_wrapper .form_modal .form_main .form_head .arrow:after{content:"";background:var(--color-light-yellow);position:absolute;height:3px;width:15px}.form_wrapper .form_modal .form_main .form_head .arrow:before{left:-3px;bottom:-4px;transform:rotate(45deg)}.form_wrapper .form_modal .form_main .form_head .arrow:after{left:-3px;top:-4px;transform:rotate(-45deg)}.form_wrapper .form_modal .form_main .form_head h2{margin-left:60px;font-family:Quantico;font-style:normal;font-weight:400;font-size:48px;line-height:69px;letter-spacing:.02em;color:var(--color-light-yellow);transform:matrix(1,0,-.27,.96,0,0)}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_head h2{font-size:32px}}.form_wrapper .form_modal .form_main .form_box{margin-top:50px}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box{padding:0 20px}}.form_wrapper .form_modal .form_main .form_box form{display:flex;flex-direction:column;gap:35px;overflow:hidden}.form_wrapper .form_modal .form_main .form_box form:focus-within .input_label{font-size:18px;transform:translateY(-18px)}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box form{align-items:center}}.form_wrapper .form_modal .form_main .form_box form .form_input{display:flex;align-items:center;justify-content:center;gap:30px}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box form .form_input{flex-direction:column;width:100%}}.form_wrapper .form_modal .form_main .form_box form .form_input .input_wrapper{border:2px solid var(--color-light-yellow);height:65px;flex:1}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box form .form_input .input_wrapper{width:100%}}.form_wrapper .form_modal .form_main .form_box form .form_input .input_wrapper label{position:absolute;top:20px;transform-origin:top left;transition:.2s cubic-bezier(0,0,.2,1) 0ms;font-weight:200;font-size:18px;color:var(--color-light-yellow);pointer-events:none}.form_wrapper .form_modal .form_main .form_box form .form_input .input_wrapper .input_container{height:100%;width:100%;font-family:Clash Display;font-style:normal;font-weight:500;font-size:20px;line-height:25px;background:transparent;border:none;letter-spacing:.02em;color:var(--color-light-yellow);padding:10px}.form_wrapper .form_modal .form_main .form_box form .form_input .input_wrapper .input_container:focus{outline:none}.form_wrapper .form_modal .form_main .form_box form .form_input .select-wrapper{position:relative;flex:1}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box form .form_input .select-wrapper{width:100%}}.form_wrapper .form_modal .form_main .form_box form .form_input .select-wrapper .select_inputs{border:2px solid var(--color-light-yellow);width:100%;height:65px;position:relative;background:transparent;padding:10px;color:var(--color-light-yellow);font-family:Clash Display;font-style:normal;font-weight:500;font-size:20px;line-height:25px;outline:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none}.form_wrapper .form_modal .form_main .form_box form .form_input .select-wrapper .select_inputs::-ms-expand{display:none}.form_wrapper .form_modal .form_main .form_box form .form_input .select-wrapper .select-icon-wrapper{pointer-events:none;height:100%;display:flex;justify-content:center;align-items:center;padding:0 20px;position:absolute;right:0;top:0}.form_wrapper .form_modal .form_main .form_box form .form_textArea{min-height:150px}.form_wrapper .form_modal .form_main .form_box form .form_textArea textarea{background-color:transparent;border:none;width:100%;outline:0;height:90px;color:var(--color-white);font-family:Clash Display;font-style:normal;font-weight:400;font-size:20px;line-height:25px;letter-spacing:.02em;color:var(--color-light-yellow);padding:10px;letter-spacing:1px;resize:none}.form_wrapper .form_modal .form_main .form_box form .submit_button{background:var(--color-light-yellow);transform:matrix(1,0,-.32,.95,0,0);font-family:Clash Display;font-style:normal;font-weight:600;font-size:24px;line-height:120%;cursor:pointer;text-align:center;letter-spacing:.02em;color:var(--color-slate-grey);border:none;width:fit-content;margin-left:auto;padding:10px 100px;margin-right:-10px}@media screen and (max-width:576px){.form_wrapper .form_modal .form_main .form_box form .submit_button{margin-right:0;margin-left:0;padding:10px 50px}}.form_wrapper .form_modal .form_main .form_box form .button_diable{opacity:.5}.form_wrapper .form_footer{width:100%;background:var(--color-light-yellow);display:flex;align-items:center;justify-content:center;padding:20px}.form_wrapper .form_footer .footer_content{display:flex;align-items:center;gap:10px}@media screen and (max-width:576px){.form_wrapper .form_footer .footer_content{flex-direction:column}}.form_wrapper .form_footer .footer_content p{font-family:Clash Display;font-style:normal;font-weight:500;font-size:20px;line-height:25px;letter-spacing:.02em;color:#333}@media screen and (max-width:576px){.form_wrapper .form_footer .footer_content p{font-size:16px}}.form_wrapper .form_footer .footer_content a{background:var(--color-slate-grey);font-family:Clash Display;font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:var(--color-light-yellow);border:2px solid var(--color-slate-grey);transform:matrix(1,0,-.27,.96,0,0);padding:5px 10px;cursor:pointer;text-decoration:none;letter-spacing:1.5px}@media screen and (max-width:576px){.form_wrapper .form_footer .footer_content a{font-size:16px}}
