.footer{width:100%}.footer__container{display:flex;width:100%;background-color:#162030;padding:80px var(--content-padding) 80px var(--content-padding)}.footer__container-content{display:flex;justify-content:space-between;width:100%}.footer__container-content-logo{width:100px;height:57px}.footer__container-content-company{display:flex;flex-direction:column;gap:19px}.footer__container-content-contact{display:flex;flex-direction:column;gap:14px}.footer__container-content-social{display:flex;gap:6px}.footer__copyright{display:flex;width:100%;background-color:#1e2b40;padding:25px var(--content-padding) 26px var(--content-padding)}.footer__copyright-content{display:flex;justify-content:space-between;width:100%}.footer__copyright-content-text{color:#4c5668}@media(max-width:960px){.footer__container-content{justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.footer__container-content-company,.footer__container-content-contact,.footer__container-content-social{align-items:center;text-align:center}.footer__copyright-content{justify-content:flex-start;flex-direction:column;align-items:center;gap:10px}.footer__copyright-content-text{text-align:center}}.footer-block{display:flex;flex-direction:column;gap:30px;max-width:260px}.footer-block__title{color:#fff}@media(max-width:960px){.footer-block{align-items:center;text-align:center}}.footer-company-item{list-style:none}.footer-company-item__link{color:#b4bdcd;font-family:Inter,sans-serif;font-size:16px;line-height:20px;text-decoration:none;transition:color .1s ease}.footer-company-item__link:hover{color:#fff}.header{position:fixed;top:0;left:0;right:0;width:100%;padding:15px var(--content-padding);z-index:5;transition:background-color .2s ease;z-index:21}.header__container{display:flex;justify-content:space-between;width:100%}.header__container-left{display:flex;align-items:center;gap:30px;height:100%}.header__container-left-logo{width:70px;height:40px}.header__container-left-tabs{display:flex;align-items:center;gap:20px}.header__container-right{display:flex;align-items:center;gap:22px;height:40px}.header__container-right-buttons{display:flex;align-items:center;gap:20px;height:100%}.header__container-right-menu{display:none;height:100%;align-items:center;justify-content:center}.header--scroll{background-color:rgba(22,32,48,.9);backdrop-filter:blur(10px)}.header--open-menu{background-color:rgba(0,0,0,0);backdrop-filter:unset}@media(max-width:1050px){.header__container-left-tabs{display:none}.header__container-right-menu{display:flex}}@media(max-width:744px){.header__container-right-buttons-contact{display:none}}.footer-contact-item{display:flex;flex-direction:column;gap:5px;list-style:none}.footer-contact-item__title{color:#4c5668;font-family:Inter,sans-serif;font-size:14px;line-height:18px}.footer-contact-item__content{color:#b4bdcd;font-family:Inter,sans-serif;font-size:16px;line-height:20px;transition:color .1s ease;cursor:pointer}.footer-contact-item__content:hover{color:#fff}:root{--content-padding:30px}@media(max-width:400px){:root{--content-padding:15px}}.social-media{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:4px;background-color:#1e2b40;color:#7f8796;transition:background-color .2s ease,color .2s ease}.social-media__icon{width:32px;height:32px}.social-media:hover{background-color:#122b56;color:#0058f0}