.footer{width:100%}.footer__top{gap:30px;padding:30px 60px;display:flex;justify-content:space-between;align-items:flex-start}.footer__top-logo-image{width:180px;height:auto}.footer__top-nav{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:40px}.footer__top-nav-button{width:auto;height:40px;padding:0 20px;background-color:rgba(0,0,0,0);border:3px solid #007839;color:#007839;font-weight:600;font-size:24px;border-radius:6px;position:relative}.footer__top-nav-button:hover:after,.footer__top-nav-button:hover:before{rotate:90deg;transition:.5s}.footer__top-nav-button:after{top:0;right:0;transform:translate(50%,-50%)}.footer__top-nav-button:after,.footer__top-nav-button:before{content:"";width:40px;height:30px;background-image:url(/images/main/polygon.svg);background-size:cover;background-position:50%;position:absolute;transition:.5s}.footer__top-nav-button:before{bottom:0;left:0;transform:translate(-50%,50%)}.footer__bottom{width:100%;background:#007839;color:#fff;padding:5px 15px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1000px){.footer__top{padding:30px}.footer__top-logo-image{width:160px;height:auto}.footer__top-nav-button{font-size:20px}}@media screen and (max-width:700px){.footer__top{padding:30px 15px;flex-direction:column;align-items:center}.footer__top-logo-image{width:160px;height:auto}.footer__top-nav{justify-content:center}.footer__top-nav-button{font-size:20px}}.header{width:100%;height:15vh}.header .header-main{width:100%;height:60%;position:relative;display:flex;justify-content:center;align-items:center;padding:0 60px}.header .header-main__box{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.header .header-main__box--logo{width:10vw;max-width:200px;min-width:120px;height:auto}.header .header-main__box--flags{display:flex;align-items:center;height:100%;gap:5px}.header .header-main__box--flags .flags-box{width:auto;height:auto;padding:2px 12px;display:flex;justify-content:center;align-items:center;border-radius:5px;transition:.3s;cursor:pointer;border:none;background:rgba(0,0,0,0)}.header .header-main__box--flags .flags-box.selected{background-color:#e1e1e1}.header .header-main .input-box{width:300px;height:36px;display:flex;justify-content:space-between;align-items:center;transition:width .5s cubic-bezier(.16,1,.3,1) 0s;gap:10px;padding-right:20px;border:1px solid #e1e1e1;border-radius:5px;position:absolute}.header .header-main .input-box input{width:100%;border:none;height:100%;padding-left:20px;font-size:14px;font-weight:300}.header .header-main .input-box:hover{width:360px;transition:width .5s cubic-bezier(.16,1,.3,1) 0s}.header .header-nav{width:100%;height:40%;background:#007839;display:flex;align-items:center;gap:20px;padding:0 60px}.header .header-nav__navigation{font-size:16px;font-weight:400}.header .header-nav__navigation:hover{text-decoration:underline}.header .header-nav .header-nav__navigation--selected{font-weight:500;text-decoration:underline}@media screen and (max-width:1000px){.header .header-main,.header .header-nav{padding:0 30px}}@media screen and (max-width:700px){.header .header-main{height:70%;align-items:flex-end;padding:10px 15px}.header .header-main__box{align-items:flex-start}.header .header-main__box--flags{display:flex;align-items:center;height:auto;gap:5px}.header .header-main__box--flags .flags-box{width:auto;height:auto;padding:2px 12px;display:flex;justify-content:center;align-items:center;border-radius:5px;transition:.3s;cursor:pointer}.header .header-main__box--flags .flags-box:hover{background-color:#e1e1e1;transition:.3s}.header .header-main__box--flags .flags-box.selected{background-color:#e1e1e1}.header .header-main .input-box,.header .header-main .input-box:hover{width:calc(100% - 30px)}.header .header-nav{height:30%;padding:0 15px;gap:10px}.header .header-nav__navigation{font-size:14px;font-weight:300}.header .header-nav__navigation:hover{text-decoration:underline}}