.footer-background{width:100%;position:relative;overflow-x: hidden}
.footer-background__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.footer{width:100%;border-top:1px solid #262626;padding:0 110px 60px;color:#F0F0F0;display:flex;flex-direction:column;gap:60px;z-index:1}
@media (max-width:1880px){.footer{padding:0 80px 60px}
}
@media (max-width:1439px){.footer{padding:60px 24px}
}
@media (max-width:767px){.footer{gap:0;padding:60px 20px}
}
@media (max-width:479px){.footer{padding:40px 15px}
}
.footer__content{display:grid;grid-template-columns:75% 25%}
@media (max-width:1439px){.footer__content{grid-template-columns:100%}
}
.footer__content-top{display:grid;grid-template-columns:repeat(3,33.3333333333%);padding-top:120px;align-items:flex-start}
@media (max-width:1439px){.footer__content-top{padding-top:0}
}
@media (max-width:1023px){.footer__content-top{grid-template-columns:100%;gap:40px}
}
.footer__content-logo{width:325px;text-decoration:none}
@media (max-width:767px){.footer__content-logo{width:204px}
}
@media (max-width:479px){.footer__content-logo{width:170px}
}
.footer__content-logo-img{width:100%;height:100%;object-fit:contain}
.footer__content-product{display:flex;flex-direction:column;padding-left:50px;gap:40px}
@media (max-width:1023px){.footer__content-product{margin-top:40px;padding-left:0;gap:30px}
 .footer__content-product .footer__content-list{gap:20px}
}
.footer__content-title{font-weight:600;font-size:24px;line-height:1.2;letter-spacing:-0.03em;margin:0}
@media (max-width:479px){.footer__content-title{font-size:20px}
}
.footer__content-list{display:flex;flex-direction:column;gap:20px}
.footer__content-link{color:#A2A3A5 !important;text-decoration:none;font-weight:400;font-size:16px;line-height:1.2;margin:0;text-decoration:none}
.footer__content-link:hover{color:#F0F0F0 !important}
@media (max-width:1023px){.footer__content-link{font-size:20px}
}
@media (max-width:479px){.footer__content-link{font-size:16px}
}
.footer__content-menu{display:flex;flex-direction:column;padding-left:50px;gap:40px}
@media (max-width:1023px){.footer__content-menu{grid-row:2/3;padding-left:0;gap:20px}
 .footer__content-menu .footer__content-title{display:none}
 .footer__content-menu .footer__content-list{display:grid;grid-template-columns:repeat(2,50%);gap:20px}
}
.footer__content-contacts{display:flex;flex-direction:column;padding-top:80px;align-items:flex-end;width:100%;gap:40px}
@media (max-width:1023px){.footer__content-contacts{padding-top:40px}
}
.footer__content-contacts-messangers{display:flex;gap:20px;align-self:flex-end;width:fit-content}
@media (max-width:767px){.footer__content-contacts-messangers{gap:12px}
}
.footer__content-contacts-messanger{width:60px;height:60px;display:flex;align-items:center;border-radius:5px;justify-content:center}
.footer__content-contacts-messanger:hover{background:#fff}
.footer__content-contacts-messanger:hover .footer__content-contacts-messanger-icon{filter:invert(1)}
@media (max-width:479px){.footer__content-contacts-messanger{width:46px;height:46px}
}
.footer__content-contacts-messanger-icon{width:24px;height:24px;object-fit:contain}
.footer__content-contacts-top{display:flex;flex-direction:column;gap:40px}
@media (max-width:1439px){.footer__content-contacts-top{width:100%;flex-direction:row-reverse;align-items:center;justify-content:space-between}
}
.footer__content-contacts-tel-wrapper{display:flex;flex-direction:column;gap:10px}
.footer__content-contacts-tel-link{font-weight:600;font-size:24px;line-height:1.2;letter-spacing:-0.03em;margin:0;text-decoration:none;color:#F0F0F0}
@media (max-width:1023px){.footer__content-contacts-tel-link{font-size:20px}
}
@media (max-width:479px){.footer__content-contacts-tel-link{font-size:16px}
}
.footer__content-contacts-tel-text{font-weight:400;font-size:16px;line-height:1.2;display:none;margin:0;color:#A2A3A5}
@media (max-width:1439px){.footer__content-contacts-tel-text{display:block}
}
@media (max-width:767px){.footer__content-contacts-tel-text{font-size:14px}
}
@media (max-width:479px){.footer__content-contacts-tel-text{font-size:12px}
}
.footer__content-contacts-buttons{width:100%;display:flex;flex-direction:column;gap:40px}
@media (max-width:1439px){.footer__content-contacts-buttons{flex-direction:row;gap:24px}
}
@media (max-width:767px){.footer__content-contacts-buttons{flex-direction:column;gap:24px}
}
.footer__content-contacts-button{width:100%;height:56px;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;background:none;text-decoration:none;font-weight:400;font-size:16px;box-sizing:border-box}
.footer__content-contacts-button:hover p{color:#141414}
.footer__content-contacts-button p{margin:0}
.footer__content-contacts-button img{width:16px;height:16px;object-fit:contain}
.footer__content-contacts-button:nth-child(1){background:#0A68FF;color:#F0F0F0}
.footer__content-contacts-button:nth-child(1):hover{background:#0829F3}
.footer__content-contacts-button:nth-child(2){background:transparent;outline:1px solid #A2A3A5;outline-offset:-1px;color:#A2A3A5}
.footer__content-contacts-button:nth-child(2):hover{background:#fff;color:#141414;outline:1px solid #fff}
.footer__content-contacts-button:nth-child(2):hover img{filter:invert(1)}
@media (max-width:1439px){.footer__content-contacts-button{width:calc(50% - 12px)}
}
@media (max-width:767px){.footer__content-contacts-button{width:100%}
}
.footer__bottom{display:flex;align-items:center;gap:100px}
@media (max-width:1880px){.footer__bottom{gap:260px}
}
@media (max-width:1439px){.footer__bottom{flex-direction:column-reverse;gap:24px}
}
@media (max-width:767px){.footer__bottom{margin-top:40px}
}
.footer__bottom-left{font-weight:400;font-size:16px;color:#F0F0F0;line-height:1.4;margin:0}
@media (max-width:767px){.footer__bottom-left{font-size:14px}
}
.footer__bottom-right{display:flex;gap:160px}
@media (max-width:1880px){.footer__bottom-right{gap:20px 100px;flex-wrap: wrap;}
}
@media (max-width:1439px){.footer__bottom-right{gap:0;justify-content:space-between;width:100%}
}
.footer__bottom-link{color:#A2A3A5;font-weight:400;font-size:16px;line-height:1;margin:0}
.footer__bottom-link:hover{color:#F0F0F0}
@media (max-width:767px){.footer__bottom-link{font-size:14px;padding: 10px 0}
 .footer__bottom-link:nth-child(2){text-align:right}
}
