.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:1rem;padding:1rem;gap:2rem;justify-content:center;align-items:center;width:98vw;max-width:1920px;border-top-right-radius:12px;border-top-left-radius:12px;background-color:#1d252a}@media(max-width:640px){.footer-container{padding-bottom:106px}}.footer-container .logo-wrapper{display:flex;width:29%;height:180px;justify-content:center}@media(max-width:960px){.footer-container .logo-wrapper{width:56%}}@media(max-width:640px){.footer-container .logo-wrapper{width:76%}}@media(max-width:480px){.footer-container .logo-wrapper{width:86%}}.footer-container .footer-section-wrapper{display:flex;gap:2rem;flex-wrap:wrap}@media(max-width:640px){.footer-container .footer-section-wrapper{align-items:center;justify-content:center;width:100%}}.footer-container .footer-section-wrapper .footer-section{display:flex;flex-direction:column;padding:20px;border:1px solid #f5a68f;border-radius:20px;background-color:rgba(80,78,81,.149);gap:1rem}@media(max-width:640px){.footer-container .footer-section-wrapper .footer-section{width:97%}}.footer-container .footer-section-wrapper .footer-section .how_to_get{display:flex;justify-content:start;gap:1rem;margin-left:-10px;margin-top:1rem}.footer-container .footer-section-wrapper .footer-section .how_to_get div:hover{color:#f5a68f}.footer-container .footer-section-wrapper .footer-section .worktime-container{display:flex;gap:1rem;justify-content:start;align-items:center}.footer-container .footer-section-wrapper .footer-section .worktime-container span{color:#fff}.footer-container .footer-section-wrapper .footer-section .email-wrapper{display:flex;cursor:pointer;gap:1rem;justify-content:start;align-items:center}.footer-container .footer-section-wrapper .footer-section .email-wrapper span{color:#fff;font-size:18px}.footer-container .footer-section-wrapper .footer-section .email-wrapper span:hover{color:#f5a68f}.footer-container .footer-section-wrapper .footer-section .tel_container{display:flex;justify-content:start;align-items:center;gap:1rem;padding-bottom:10px}.footer-container .footer-section-wrapper .footer-section .tel_container .link-phone-wrapper{display:flex;flex-direction:column}.footer-container .footer-section-wrapper .footer-section .tel_container .link-phone-wrapper a{font-size:18px;color:#fff}.footer-container .footer-section-wrapper .footer-section .tel_container .link-phone-wrapper a:hover{color:#f5a68f}.footer-container .footer-section-wrapper .footer-section h4{margin-bottom:1rem;color:#e1e1e1;font-size:20px;font-weight:600}.footer-container .footer-section-wrapper .footer-section p,.footer-container .footer-section-wrapper .footer-section ul li{font-size:18px;color:#e1e1e1}.footer-container .footer-section-wrapper .footer-section ul li:hover{color:#f5a68f}.footer-container .footer-bottom{border-top:1px solid #f5a68f}.footer-container .footer-bottom p{margin-top:10px;font-size:18px;color:#e1e1e1}