.footer-component{padding:32px 0 24px;background:var(--footer-bg-color,#fff);color:var(--footer-color,#fff)}
@media(min-width:1024px){.footer-component{padding-top:60px;padding-bottom:0}
}
.footer-component__top{display:flex;flex-direction:column;align-items:center;row-gap:16px;border-bottom:solid 1px #333;padding-bottom:32px;text-align:center}
@media(min-width:1024px){.footer-component__top{flex-direction:row;justify-content:space-between;border-bottom:0}
}
.footer-component__middle{padding-top:24px;text-align:center}
@media(min-width:1024px){.footer-component__middle{display:flex;justify-content:space-between;align-items:center;padding-top:0;text-align:left}
}
.footer-component__bottom{padding-top:16px;text-align:center}
@media(min-width:1024px){.footer-component__bottom{padding-top:32px}
}
.footer-component ul{margin:0;padding:0;list-style-type:none}
.footer-component__logo--main{display:block;padding:5px;width:155px}
@media(min-width:1024px){.footer-component__logo--main{padding:8px;width:260px}
}
.footer-component__social{display:flex;flex-direction:column;row-gap:4px}
@media(min-width:1024px){.footer-component__social{flex-direction:row;justify-content:flex-end;align-items:center;gap:0 32px}
}
.footer-component__social-text{font-size:10px;line-height:18px;letter-spacing:2px;text-transform:uppercase}
.footer-component__social-list{display:flex;justify-content:center;column-gap:20px}
.footer-component__social-list a,.footer-component__social-list img{display:block;width:32px;height:32px}
.footer-component__social-list a:hover{color:var(--footer-hover-color,#ec342e)}
.footer-component__social-list a:hover img{filter:invert(80%) sepia(83%) saturate(4009%) hue-rotate(339deg) brightness(86%) contrast(111%)}
.footer-component__nav{border-bottom:solid 1px #333;padding-bottom:24px}
@media(min-width:1024px){.footer-component__nav{border-bottom:0;padding-bottom:0;width:730px}
}
.footer-component__nav + *{display:block;margin-top:24px}
@media(min-width:1024px){.footer-component__nav + *{margin-top:0}
}
.footer-component__nav-list{display:flex;flex-direction:column}
@media(min-width:1024px){.footer-component__nav-list{display:block;column-count:4;column-gap:32px}
}
@media(min-width:1024px){.footer-component__nav-item{padding:4px 0}
}
.footer-component__nav a{display:block;padding:13px 0;font-size:10px;line-height:14px;letter-spacing:2px;text-decoration:none;text-transform:uppercase;color:var(--footer-color,#fff)}
@media(min-width:1024px){.footer-component__nav a{padding:0;display:inline-block}
}
.footer-component__nav a:hover{color:var(--footer-hover-color,#ec342e)}
.footer-component__logo--hdr{position:relative;margin:5px;width:160px}
.footer-component__logo--hdr__link{position:relative;display:inline-block}
@media(min-width:1024px){.footer-component__logo--hdr__link{margin-right:60px;margin-bottom:0;width:170px}
}
.footer-component__logo--hdr__link::after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-14px);width:28px;height:1px;background-color:#333}
@media(min-width:1024px){.footer-component__logo--hdr__link::after{display:none}
}
.footer-component__brands-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px;border-bottom:solid 1px #333}
@media(min-width:1024px){.footer-component__brands-list{justify-content:space-between;column-gap:unset;border-bottom:0}
}
.footer-component__brands-item{display:flex;justify-content:center;flex:0 0 91px}
.footer-component__brands-item a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--footer-color-2,#adadad)}
.footer-component__brands-item a img{opacity:.6}
.footer-component__brands-item a:hover{color:var(--footer-hover-color-2,#fff)}
.footer-component__brands-item a:hover img{opacity:1}
.footer-component__brands-item-text{font-size:10px;line-height:14px;letter-spacing:2px;text-transform:uppercase;color:currentColor}
.footer-component__brands-wrap-img{display:flex;justify-content:center;align-items:center;padding:8px 13px;width:98px;height:72px}
.footer-component__brands-wrap-img img{display:block;width:100%;height:auto}
.footer-component ul.footer-component__brands-list{padding-bottom:32px}
@media(min-width:1024px){.footer-component ul.footer-component__brands-list{padding:24px 0}
}
.footer-component__legal{display:flex;flex-direction:column;row-gap:24px;padding-top:16px;font-family:'Martel',Times,serif;font-size:11px;font-style:normal;font-weight:400;line-height:20px;font-feature-settings:'clig' off,'liga' off;color:#adadad}
@media(min-width:1024px){.footer-component__legal{flex-direction:row;justify-content:space-between;align-items:center;border-top:solid 1px #333;margin-top:32px;padding:12px 0}
}
.footer-component__legal-disclaimer{order:1;text-align:left}
@media(min-width:1024px){.footer-component__legal-disclaimer{order:0}
}
.footer-component__legal-disclaimer *{margin:0}
.footer-component__legal-list{columns:2 auto;column-gap:100px}
@media(min-width:1024px){.footer-component__legal-list{display:inline-flex;columns:1 auto;column-gap:0;column-gap:24px}
}
.footer-component__legal-item{text-align:left}
.footer-component__legal-item>a,.footer-component__legal-item>span{display:block;padding:8px 0;text-decoration:none;color:#adadad}
@media(min-width:1024px){.footer-component__legal-item>a,.footer-component__legal-item>span{padding:5px 0}
}