footer.enf1 {
  width: 100%;
  position: relative;
  height: var(--footer-height);
  background-image: url(../../pics/footer_bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #000;
}
footer.enf1 > div.enf-main {
  width: 100%;
  position: relative;
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  width: min(100%, var(--en-website-width));
  padding: 5px clamp(0px, calc(1130px - 100vw), 10px);
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: var(--footer-inner-height);
}
footer.enf1 div.contact-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 37px;
}
footer.enf1 div.contact-info a {
  position: relative;
  text-decoration: none;
  font: var(--footer-font);
  color: var(--footer-font-color);
  line-height: var(--footer-line-height);
  letter-spacing: var(--footer-letter-spacing);
  z-index: 9;
}
footer.enf1 div.contact-info a.enf-address {
  letter-spacing: 0;
}
footer.enf1 .icon {
  position: relative;
}
footer.enf1 .icon::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fdd100;
  border-radius: 100%;
  position: absolute;
  left: -22px;
  top: 8px;
}
footer.enf1 .icon.fax_i::after {
  left: -21px;
}
footer.enf1 .fax_i {
  margin-left: 28px;
}
footer.enf1 > div.enf-midfooter > div.enf-midfooter-inner {
  width: min(100%, var(--en-website-width));
  padding: 15px clamp(0px, calc(1130px - 100vw), 10px);
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: var(--midfooter-inner-height);
}
footer.enf1 .enf1-logo-cont {
  display: flex;
  align-items: center;
  position: relative;
  top: -8px;
}
.footer-logo img {
  width: var(--footer-logo-width);
}
.footer-name img {
  width: var(--footer-name-width);
}
footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
  width: min(100%, var(--en-website-width));
  padding: 10px clamp(0px, calc(1130px - 100vw), 10px);
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--subfooter-inner-height);
}
footer.enf1 > div.enf-subfooter .edunet img {
  width: var(--edunet-logo-width);
}
@media only screen and (min-width: 769px) {
  footer.enf1 > div.enf-subfooter .edunet {
    position: relative;
    left: -1px;
  }
  footer.enf1 div.contact-info {
    top: 2px;
  }
  .footer-logo {
    position: relative;
    left: -12px;
    top: 2px;
  }
  .footer-name {
    position: relative;
    top: 11px;
    left: -20px;
  }
}
@media only screen and (max-width: 910px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    justify-content: flex-end;
  }
  footer.enf1 .icon::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  footer.enf1 {
    background: #000;
  }
  footer.enf1 > div.enf-main {
    background: var(--footer-main-background);
    background-size: cover;
  }
  footer.enf1 > div.enf-midfooter {
    background: var(--midfooter-main-background);
    background-size: cover;
  }
  footer.enf1 > div.enf-subfooter {
    background: var(--subfooter-main-background);
    background-size: cover;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    justify-content: center;
  }
  footer.enf1 div.contact-info {
    flex-direction: column;
    gap: 10px;
    padding: 6px 0;
  }
  footer.enf1 .icon:first-child::after {
    display: none;
  }
  footer.enf1 .fax_i {
    margin-left: 14px;
  }
  footer.enf1 .icon.fax_i::after {
    left: -12px;
  }
  footer.enf1 > div.enf-midfooter > div.enf-midfooter-inner {
    justify-content: center;
  }
  footer.enf1 .enf1-logo-cont {
    gap: clamp(10px, 3vw, 20px);
    top: 0;
  }
}