#footer {
    .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--midnight);
}

.footer .container {
  display: flex;
  max-width: 1280px;
  width: 1280px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 56px 0px;
  position: relative;
  flex: 0 0 auto;
}

.footer .div {
  display: flex;
  flex-direction: column;
  width: 411px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.footer .group {
  position: relative;
  width: 96px;
  height: 53.98px;
  aspect-ratio: 1.78;
}

.footer .frame {
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.footer .geodezja-skaning {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--body-2-font-family);
  font-weight: var(--body-2-font-weight);
  color: var(--white-50);
  font-size: var(--body-2-font-size);
  letter-spacing: var(--body-2-letter-spacing);
  line-height: var(--body-2-line-height);
  font-style: var(--body-2-font-style);
}

.footer .in-andrzej-kleszcz {
  position: relative;
  width: fit-content;
  font-family: var(--body-2-font-family);
  font-weight: var(--body-2-font-weight);
  color: var(--white-50);
  font-size: var(--body-2-font-size);
  letter-spacing: var(--body-2-letter-spacing);
  line-height: var(--body-2-line-height);
  white-space: nowrap;
  font-style: var(--body-2-font-style);
}

.footer .frame-2 {
  width: 628px;
  gap: 24px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.footer .container-2 {
  display: flex;
  flex-direction: column;
  width: 302px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.footer .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Chakra Petch", Helvetica;
  font-weight: 600;
  color: var(--mint);
  font-size: 11px;
  letter-spacing: 2.64px;
  line-height: 16.5px;
  white-space: nowrap;
}

.footer .list {
  width: 338.82px;
  margin-right: -36.82px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Barlow", Helvetica;
  font-weight: 400;
  color: var(--white-75);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.footer .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Barlow", Helvetica;
  font-weight: 400;
  color: var(--white-75);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.footer .list-2 {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.footer .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--white-15);
}

.footer .container-3 {
  display: flex;
  max-width: 1280px;
  width: 1280px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  flex: 0 0 auto;
}

.footer .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--label-font-family);
  font-weight: var(--label-font-weight);
  color: var(--white-50);
  font-size: var(--label-font-size);
  letter-spacing: var(--label-letter-spacing);
  line-height: var(--label-line-height);
  white-space: nowrap;
  font-style: var(--label-font-style);
}
/* Original CSS is injected above this comment. */

.footer .list,
.footer .list-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer address {
  font-style: normal;
}

.footer .list a {
  color: inherit;
  text-decoration: none;
}

.footer .list a:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
  border-radius: 1px;
}

@media (max-width: 1328px) {
  .footer .container,
  .footer .container-3 {
    width: calc(100% - 96px);
  }
}

@media (max-width: 800px) {
  .footer .container {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
  }

  .footer .div,
  .footer .frame-2,
  .footer .container-2 {
    width: 100%;
  }

  .footer .frame-2 {
    flex-wrap: wrap;
  }

  .footer .container-3 {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer .in-andrzej-kleszcz,
  .footer .text-wrapper-4 {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .footer .container,
  .footer .container-3 {
    width: calc(100% - 48px);
  }

  .footer .frame-2 {
    gap: 32px;
  }

  .footer .list {
    width: 100%;
    margin-right: 0;
  }
}

 & .footer .list a:hover {
  color: var(--white) !important;
 }

.kodigo {
  color: var(--white-50) !important;
}

 & .footer .text-wrapper-2,
 & .footer .text-wrapper-3 {
    a {
        color: var(--white-75) !important;
    }
    a:hover {
      color: var(--white) !important;
    }
 }



}