.Footer_footer__4vzqH{background-color:#e5e5e5;padding:70px 0 115px}.Footer_footer__wrapper__Eu_rl{display:flex;justify-content:space-between;align-items:center;gap:10px}.Footer_footer__logo__fJIVv{display:flex;align-items:center;gap:56px}.Footer_footer__logo__fJIVv img{width:49px;height:50px}.Footer_footer__logo__fJIVv p{color:#000;max-width:280px}.Footer_footer__nav___TAH1 ul{gap:50px}.Footer_footer__nav___TAH1 a{color:#000;font-size:16px}@media (max-width:980px){.Footer_footer__wrapper__Eu_rl{flex-direction:column;align-items:center;gap:45px}.Footer_footer__logo__fJIVv{gap:10px}.Footer_footer__logo__fJIVv,.Footer_footer__nav___TAH1 ul{flex-direction:column;align-items:center;text-align:center}.Footer_footer__nav___TAH1 ul{gap:50px;margin-left:0}.Footer_footer__4vzqH{padding:30px 0 20px}}.Button_button__f_l0m{min-width:180px;display:inline-flex;height:45px;padding:12px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;font-size:14px;letter-spacing:.28px;border:none;cursor:pointer;text-transform:capitalize;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;font-family:var(--font-roboto),system-ui,-apple-system,sans-serif}.Button_button__f_l0m:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.Button_button__f_l0m:hover:before{width:300px;height:300px}.Button_button__f_l0m:active{transform:scale(.95)}.Button_button__f_l0m.Button_large__PNABv{width:100%;min-width:220px;height:60px;padding:15px 20px;font-size:18px}.Button_button__f_l0m.Button_primary__gNjMo{background:var(--color-primary-accent);color:#fff;border:1px solid var(--color-primary-accent)}.Button_button__f_l0m.Button_primary__gNjMo:hover{background:var(--color-primary-accent-hover);border:1px solid var(--color-primary-accent-hover)}.Button_button__f_l0m.Button_primary__gNjMo.Button_white__ysOC9{background-color:#fff;color:var(--color-primary-accent);border:1px solid var(--color-primary-accent)}.Button_button__f_l0m.Button_primary__gNjMo.Button_white__ysOC9:hover{color:#fff;background-color:var(--color-primary-accent-hover);border:1px solid var(--color-primary-accent-hover)}.Button_button__f_l0m.Button_secondary__6ARy2{border:1px solid var(--color-secondary);color:#fff;background-color:var(--color-secondary);font-weight:700}.Button_button__f_l0m.Button_secondary__6ARy2:hover{color:#fff;background-color:var(--color-secondary-hover);border:1px solid var(--color-secondary-hover)}.Button_button__f_l0m.Button_text__dsM1r{color:#fff;background-color:transparent}.Button_button__f_l0m.Button_text__dsM1r:hover{color:var(--color-gray-2)}.Button_button__f_l0m.Button_disabled__Y44Hn{opacity:.4}.Button_button__icon__EYdqG{transition:.3s ease-out}.Button_button__f_l0m:hover .Button_button__icon__EYdqG{transform:translateX(7px);animation:.2s step-end}.Button_button__f_l0m .Button_button__icon__EYdqG{animation:Button_main-button__HwgSk 2s ease-out infinite alternate}@keyframes Button_main-button__HwgSk{50%{transform:translateX(7px)}to{transform:translateX(0)}}.Input_input__a5J6C{display:flex;width:100%;padding:9px 20px;height:45px;flex-direction:column;justify-content:center;border-radius:5px;outline:none;border:1px solid #fff;background:hsla(0,0%,98%,.2);color:#fff;font-size:14px;line-height:130%;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:var(--font-roboto),system-ui,-apple-system,sans-serif;box-shadow:inset 0 0 0 0 hsla(0,0%,100%,0)}.Input_input__a5J6C::placeholder{color:hsla(0,0%,100%,.6)}.Input_input__a5J6C:focus,.Input_input__a5J6C:hover{border:1px solid hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.25);box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.1)}.Input_input__a5J6C.Input_error__Nqe_D{border:2px solid #f44!important;background:rgba(255,68,68,.2)!important}.Input_input__a5J6C.Input_error__Nqe_D:focus,.Input_input__a5J6C.Input_error__Nqe_D:hover{border:2px solid #f44!important;background:rgba(255,68,68,.25)!important}.Input_input__a5J6C.Input_disabled__HDNxZ{opacity:.5;cursor:not-allowed}.Input_label__RfGA8{color:#fff;font-size:14px;font-weight:400;line-height:130%;margin-bottom:5px;font-family:var(--font-roboto),system-ui,-apple-system,sans-serif}.Input_container__rzIXH{display:flex;flex-direction:column}.Input_errorMessage__x8_ER{color:#f44;font-size:12px;line-height:130%;margin-top:5px;height:16px;display:block}@keyframes Input_fadeIn__9iK4s{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.TextArea_textarea__opbpO{display:flex;width:100%;min-height:120px;padding:15px 20px;flex-direction:column;justify-content:center;gap:5px;border-radius:5px;outline:none;border:1px solid var(--color-gray-2);background:#fff;color:#021228;line-height:150%;resize:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:var(--font-roboto),system-ui,-apple-system,sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.04)}.TextArea_textarea__opbpO:focus,.TextArea_textarea__opbpO:hover{border:1px solid var(--color-primary-accent);box-shadow:0 4px 12px rgba(78,165,255,.15)}.TextArea_textarea__opbpO.TextArea_error__SKERf{border:1px solid red}.TextArea_textarea__opbpO.TextArea_disabled__u8fqY{border:1px solid var(--color-gray-1);color:var(--color-gray-3)}