.footer{width:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:60px;margin:auto}@media only screen and (max-width:600px){.footer{flex-direction:column;align-items:flex-start;gap:0}}.footer__separator{position:relative;width:100%;height:1px;background-color:#333}.footer__contacts{width:100%;display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:600px){.footer__contacts{flex-direction:column-reverse;margin-top:25px;gap:40px}.footer__contacts .contacts{width:100%;gap:10px}}.footer__contacts .logotype{z-index:5}.footer__copyright{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:20px;font-size:18px;text-transform:uppercase;letter-spacing:-.02em}@media only screen and (max-width:756px)and (orientation:portrait){.footer__copyright{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:600px){.footer__copyright{margin-top:44px;font-size:11px;gap:14px}}.footer__copyright-link{display:flex;justify-content:flex-start;align-items:center}.footer__copyright-link span{line-height:90%;text-decoration:underline}.footer__copyright-link svg{display:block;width:18px;height:18px;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}.footer__copyright-info{line-height:90%}.language-picker{position:relative;display:flex;justify-content:center;align-items:center;gap:5px}.language-picker__button{font-size:20px;font-weight:400;line-height:110%}.language-picker__button:disabled{font-weight:700}@media only screen and (max-width:600px){.language-picker__button{font-size:15px}}.menu-button{display:none}@media only screen and (max-width:600px){.menu-button{display:block;position:relative;z-index:15}}.menu-dropdown{font-size:16px;font-weight:600;line-height:18.56px;position:fixed;width:100vw;height:100vh;left:50%;transform:translateX(-50%);top:0;background:#000;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px;z-index:10;padding-top:137px}.menu-dropdown__link{color:#fff;text-decoration:none;font-size:16px}.menu-dropdown__link:hover{text-decoration:underline}