html[lang='en-CA'] .footer_menu .page_cooperation_brand{max-height: max-content;}
html[lang='en-CA'] .customer_service{display: flex;align-items: center;}
html[lang='fr-CA'] .footer_menu .footer_follow ul{column-gap: 24px;}
@media(max-width:1670px){
    html[lang='fr-CA'] .footer_menu .footer_follow ul{gap: 16px;}
    html[lang='fr-CA'] .footer_menu .page_cooperation_brand{max-width: 440px;}
}
@media(max-width:1150px){
    html[lang='fr-CA'] .footer_menu .footer_follow{flex-direction: column;align-items: flex-start;}
    html[lang='fr-CA'] .footer_menu .page_cooperation_brand{max-width: 402px;}
}
@media(max-width:1100px){
    html[lang='fr-CA'] .footer_menu{flex-direction: column-reverse;gap: 24px;}
    html[lang='fr-CA'] .footer_menu .footer_menu_right{max-width: 100%;}
    html[lang='fr-CA'] .footer_menu .nav{justify-content: space-between;}
    html[lang='fr-CA'] .footer_menu .nav ul{max-width: 195px;}
}
@media(max-width:980px){
    html[lang='en-CA'] .footer_menu .page_cooperation_brand{flex-wrap: wrap;}
    html[lang='fr-CA'] .footer_menu .page_cooperation_brand{max-width: 100%;}
}
@media(max-width:768px){
    html[lang='en-CA'] .footer_menu .official_partners_right{flex-direction: row;gap: 8px;}
}
@media(max-width:500px){
    html[lang='en-CA'] .customer_service{align-items: flex-start;}
    html[lang='en-CA'] .footer_menu .official_partners_right{flex-direction: column;align-items: flex-start;}
    html[lang='fr-CA'] .footer_menu .footer_follow ul{gap: 26px;}
}