.footer{
  padding: 20px 0 40px 0 !important;
  @media screen and (min-width: 769px) {
    padding: 30px 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));
  }
}
.footer {
  background-color: {{ section.settings.bg_color.rgba }};
  color: {{ section.settings.text_color.rgb }};
}

.footer__certificate-wrapper {
  margin-left: 22px;
  justify-content: flex-start !important;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__main {
    display: flex !important;
    flex-direction: column !important;
  }

  .footer__certificate-wrapper {
    order: -1 !important;
    margin-bottom: 16px !important;
  }

  .footer__payment {
    width: 100% !important;
  }
}
.footer-menu {
  margin-top: 9px;
}
