footer.footer {

  background-color: #000;
  padding-top: 28px;
  padding-bottom: 23px;
  margin-top: 100px;
  color: white;
}

.region-footer {
  display: flex;
  flex-direction: column;

  p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

ul.menu--footer {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

section#block-migal-2025-footer-2 {
  .field--type-text-with-summary {
    display: flex;
    flex-direction: column;
    align-items: start;
    column-gap: 71px;
    p {
      display: inline-block;
    }

    p:last-child {
      width: 176px;
      font-size: 12px;
      line-height: 150%;
      font-weight: 300;
    }
  }
}

nav#block-migal-2025-footer {
  text-align: center;
  a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
  }

  a:hover {
    color: #249424 !important;
    text-decoration: underline;
    background-color: transparent;
  }

  .nav:before,
  .nav:after {
    content: "";
    display: none;
  }
}

#block-migal-2025-socialmenu-2 {
  width: 200px;
  div#social_networks_email {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    align-items: center;

    path.st0 {
      fill: white;
      transition: all 0.5s;
    }

    a:hover {
      path.st0 {
        fill: #249424;
      }
    }
  }
}

.footer-mobile #hide-words {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;

  align-items: center;
  section#block-migal-2025-footer-2 {
    .field--type-text-with-summary {
      p:last-child {
        display: none;
      }
    }
  }

  #block-migal-2025-socialmenu-2 {
    width: auto;
  }
}

.footer-mobile #hide-image {
  section#block-migal-2025-footer-2 {
    .field--type-text-with-summary {
      padding-left: 12px;
      color: #fff;
      font-weight: 300;
      p:first-child {
        display: none;
      }
    }
  }
}

.footer-mobile {
  nav#block-migal-2025-footer {
  }
}
.footer-desktop {
  display: none;
}

@media (min-width: 1025px) {
  footer.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .region-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  ul.menu--footer {
    justify-content: center;
  }

  section#block-migal-2025-footer-2 {
    .field--type-text-with-summary {
      flex-direction: row;
      align-items: center;
    }
  }

  .footer-desktop {
    display: flex;
  }

  .footer-mobile {
    display: none;
  }
}


#backtotop{
  height: 50px;
  width:50px;
  background-size: cover;
  bottom: 37px;
}


@media (max-width: 1024px) {
  .region-footer {
    p {
      font-size: 10px !important;
    }
  }

  section#block-migal-2025-footer-2{
    .field--type-text-with-summary {
      p:last-child {
        font-size:10px;
        width:146px
      }
    }
  }

}
