.footer{
  padding: 70px 0 40px 0 !important;
  @media screen and (min-width: 769px) {
    padding: 70px 0 30px 0 !important;
  }
}

.footer__meta .localization__grid .custom-select .custom-select__btn{
  border-radius: 100px;
}


@media screen and (min-width: 1024px) and (max-width: 1180px){
  .footer .footer__main{
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px){
  .footer-menu__links li a{
    transition: text-decoration-line .3s ease;
    text-decoration-line: none;
  }

  .footer-menu__links li:hover a{
    text-decoration-line: underline;
    text-underline-offset: 6px;
  }

  .footer__base{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}