.footer{position:relative;display:flex;flex-direction:column;gap:80px;width:100%;padding:64px 0;border-top:1px solid #383f4a}.footer .footer__content{display:flex;justify-content:center;align-items:center;gap:32px;padding:0 12px}.footer .footer__content .footer__content-logo{width:80px;height:40px}.footer .footer__content .footer__content-logo img{max-width:100%;max-height:100%}.footer .footer__content .footer__content-contacts{display:flex;justify-content:center;align-items:center;gap:32px}.footer .footer__content .footer__content-social{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:24px}.footer .footer__copyright{display:flex;align-items:center;justify-content:center;gap:16px;color:#787e85;font-size:16px}@media (max-width:1200px){.footer .footer__content{gap:16px}}@media (max-width:960px){.footer{gap:48px;padding-bottom:32px}.footer .footer__content{justify-content:center;align-items:flex-start;gap:64px}.footer .footer__content .footer__content-logo,.footer .footer__content .footer__content-separator--contact,.footer .footer__content .footer__content-separator--logo{display:none}.footer .footer__content .footer__content-contacts{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}}@media (max-width:480px){.footer{gap:32px;padding-top:48px;padding-bottom:16px}.footer .footer__content{justify-content:center;align-items:center;flex-direction:column;gap:32px}.footer .footer__content .footer__content-contacts{order:2}.footer .footer__content .footer__content-social{order:1}.footer .footer__copyright{font-size:14px}}.separator{background-color:#383f4a;border-radius:2px}.separator.separator--sm{width:2px;height:16px}.separator.separator--md{width:1px;height:32px}.social-button{display:block;width:20px;height:20px;color:#ffffff;cursor:pointer;transition:color var(--transition-primary)}.social-button--dark{color:#001f3f}.social-button:hover{color:#a4acb6}.footer-contact-item{display:block;width:100%}.footer-contact-item .footer-contact-item__title{color:#fff;font-size:14px;font-weight:800}.footer-contact-item .footer-contact-item__container{display:flex;align-items:center;gap:4px}.footer-contact-item .footer-contact-item__container .footer-contact-item__container-text{font-size:14px;font-weight:800;text-wrap:nowrap}.footer-contact-item .footer-contact-item__container .footer-contact-item__container-icon{width:12px;height:12px;color:#cfcfcf}.footer-contact-item.footer-contact-item--green .footer-contact-item__container .footer-contact-item__container-text{color:#84bd56}.footer-contact-item.footer-contact-item--orange .footer-contact-item__container .footer-contact-item__container-text{color:#eea941}.footer-contact-item.footer-contact-item--blue .footer-contact-item__container .footer-contact-item__container-text{color:#3584e0}@media (max-width:480px){.footer-contact-item .footer-contact-item__title{text-align:center}.footer-contact-item .footer-contact-item__container{justify-content:center}.footer-contact-item .footer-contact-item__container .footer-contact-item__container__text{text-align:center}}.popup-item{width:97%;border-radius:6px;padding:4px;margin:2px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s ease}.popup-item:hover{background-color:rgba(78,97,118,.9)}.popup-item__icon{width:24px;height:18px}.popup-item__text{font-size:10px;padding:2px 0 0 4px;color:rgba(255,255,255,.6)}.popup-container{position:absolute;min-width:104px;min-height:60px;background-color:rgba(61,85,112,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;z-index:100}.popup-container .popup-container__arrow{position:absolute;top:-8px;rotate:180deg;color:rgba(61,85,112,.4)}.popup-container.popup-container--hidden{opacity:0}