footer .cs-footerBox:nth-of-type(1n) {width: 90%;}
footer .cs-footerBox:nth-of-type(2n) {width: 10%;}

@media (max-width: 1199.98px) { 
  header .cs-categoriesBox .cs-categoriesTop {display: block;}
  header .cs-categoriesTop > ul {display: none;}
  header .cs-categoriesBox {display: flex;flex-wrap: wrap;}
  header .cs-categoriesBox .cs-categoriesTop {margin-left: auto;}
}
@media (max-width: 920.98px) { 
  footer .cs-footerBox {width: 100% !important;}
}
@media (max-width: 430.98px) { 
  header .cs-categoriesBox .cs-categoriesTop {margin-left: auto;flex-shrink: 0;width: 100%;margin-top: 1em;margin-bottom: 0;}
}