.FooterPane {
  background: var(--Primary-P50, #08274f);
  z-index: 2;
  margin-top: 126px;
  box-shadow: 0 -20px 56px 0 rgba(18, 18, 18, 0.08);
}

.footer-top-row {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 476px;
  position: relative;
  padding-bottom: 40px;
}
.footer-top-row .footer-logo img {
  width: 207px;
  filter: brightness(0) invert(1);
}
.footer-top-row .footer-desc .desc {
  padding-left: 24px;
}
.footer-top-row .footer-socials-info .number {
  margin-top: 28px;
}
.footer-top-row .footer-socials-info .loc-map {
  margin-top: 24px;
}
.footer-top-row .footer-socials-info .socials {
  margin-top: 32px;
}
.footer-top-row .footer-socials-info .socials .ezIcon:hover {
  --icon-color: var(--Primary-P70);
}

.footer-top-row .footer-left-col {
  z-index: 2;
}
.footer-top-row .footer-middle-col {
  z-index: 2;
}
.footer-top-row .footer-important-links {
  z-index: 2;
  justify-content: start;
}
.footer-top-row .footer-important-links > div {
  width: 100%;
}
.footer-top-row .footer-important-links a {
  transition: all 300ms;
}
.footer-top-row .footer-important-links a:hover {
  padding-right: 10px;
  color: white !important;
}

.footer-top-row .footer-contact-info {
  z-index: 1 !important;
}
.footer-top-row .footer-contact-info a {
  white-space: nowrap;
}
.footer-top-row .footer-contact-info a .ezIcon {
  transition: all 300ms;
}
.footer-top-row .footer-contact-info a:hover .ezIcon {
  --icon-color: white !important;
}

.footer-bottom-row {
  display: flex;
  padding-block: 19px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 71%, 0.4);
  width: 90%;
}
.copyright {
  color: white;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 24px; /* 200% */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  gap: 2px;
  opacity: 0.5;
}
.footer-top-row .footer-back-vector {
  position: absolute;
  left: 0;
  top: unset !important;
  bottom: 0;
}
@media (max-width: 992px) {
  .footer-top-row .footer-back-vector {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: unset !important;
    bottom: -53px !important;
    width: 90%;
  }

  .FooterPane {
    padding-top: 26px;
    margin-top: 132px;
  }
  .footer-top-row .footer-important-links {
    margin-top: 48px;
    white-space: nowrap;
  }
  .footer-top-row .footer-contact-info {
    margin-top: 32px;
  }
  .footer-top-row .footer-important-links .links {
    gap: 63px !important;
  }

  .footer-top-row {
    margin-bottom: 53px;
    height: auto !important;
  }
  .footer-bottom-row {
    padding-block: 24px 28px !important;
  }
  .footer-socials-info {
    margin-top: 50px;
  }
}
