.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;padding:50px;font-size:14px;color:#666}.footer__logo{width:100%;max-width:210px;height:auto;object-fit:contain}@media(min-width:768px){.footer__logo{width:300px;max-width:none;height:100%}}.footer__menu{display:flex;gap:15px}.footer__link{font-size:14px;color:#666}.footer__link:hover{color:var(--hover-color)}.client-button{position:relative;gap:5px;padding:5px 15px;border-radius:6px;background:#666;text-transform:uppercase;font-family:var(--font-futura);font-size:14px;font-weight:600;color:#e7e7e7}.client-button,.client-button div{display:flex;justify-content:center;align-items:center}.client-button div{gap:10px}.client-button:disabled{cursor:default;opacity:.5}.client-button:disabled:hover{color:#d1d1d1}.client-button:disabled:hover path{stroke:#d1d1d1}@media(min-width:992px){.client-button:hover{background-color:#e7e7e7;color:#f23914}.client-button:hover path{stroke:url(#globalGradient)}}.client-button_translucent{gap:10px;padding:10px 25px;border-radius:10px;font-size:18px;color:#d1d1d1}.client-button_translucent,.client-button_translucent:hover{background:var(--button-secondary-color)}.client-button_mobile-full-width{width:100%}@media(min-width:768px){.client-button_mobile-full-width{width:-moz-fit-content;width:fit-content}}.client-button_active{background:#e7e7e7;color:#f23914}.client-button_active path{stroke:url(#globalGradient)}.client-button_circle{padding:5px;width:34px;height:34px;border-radius:50%}.client-button_circle svg{width:30px;height:30px}.client-input{flex-grow:1;display:flex;height:40px;padding:0 10px;border-radius:5px;background-color:#000;border:1px solid #80807e;font-size:16px;color:#fff}.client-input::placeholder{color:rgba(255,255,255,.5137254902)}