.footer {
  padding-top: 5.46875%;
  margin-top: -5.8%;
  position: relative;
}
.footer__wave {
  position: absolute;
  top: 1px;;
  left: 0;
  width: 100%;
}

.c_contact {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  
  @media screen and (min-width: 1024px) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  
  & .c_contact__image {
    -webkit-mask-image: url("/system_panel/uploads/images/c_contact_mask--mobile.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    @media screen and (min-width: 1024px) {
      -webkit-mask-image: url("/system_panel/uploads/images/c_contact_mask--desktop.png");
    }
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0 0 0 / 40%);
      z-index: 1;
    }
  }
}