#footer .footer-rows{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:90px;
}

#footer .site-name{
  margin:0;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

#footer .site-name a{
  display:flex;
  align-items:center;
  justify-content:center;
}

#footer .site-name img{
  display:block;
  width:182px;
  height:60px;
  object-fit:contain;
  margin:0;
}

#footer .custom-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:90px;
  flex-wrap:nowrap;
}

#footer .custom-footer > div{
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

#footer .custom-footer .banner,
#footer .custom-footer .banner-wrapper{
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

#footer .custom-footer a,
#footer .custom-footer span{
  display:inline-block;
  text-align:center;
  line-height:1.35;
}

@media (max-width: 767px){
  #footer .footer-rows{
    flex-direction:column;
    gap:18px;
  }

  #footer .custom-footer{
    flex-direction:column;
    gap:14px;
  }
}