footer a,
footer p {
  color: rgb(var(--color-text-base-RGB));
}

.section-footer {
  padding-bottom: 100px;
}

.section-footer .purple-border {
  margin: 30px auto;
  border: 1px rgb(var(--color-text-base-RGB)) solid;
  opacity: 0.7;
  width: 80%;
}

.section-footer .gray-border {
  border: 1px rgb(var(--color-text-base-RGB)) solid;
  opacity: 0.1;
  width: 100%;
}

.footer-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 15px 125px;
  flex-wrap: wrap;
}

.footer-content.links {
  gap: 25px;
}

.footer-column {
  width: 205px;
}

.footer-column:first-child {
  width: 300px;
}

.footer-column p {
  margin: 10px 0;
  transition:
    color 0.3s,
    font-weight 0.3s;
}

.footer-column a:hover p,
.right-row a:hover p {
  color: rgb(var(--color-guest-action-2-RGB));
  font-weight: 700;
}

.footer-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin: 10px auto;
}

.logos img {
  height: 65px;
}

.logos #new-connect,
.logos #polska-chmura {
  height: 45px;
}

.logos #korbank-data-center {
  height: 30px;
}

.left-column {
  display: flex;
  flex-direction: column;
  max-width: 45%;
  gap: 30px;
  margin-right: 0;
}

.right-column {
  display: flex;
  flex-direction: column;
  max-width: 55%;
  align-items: end;
  gap: 30px;
  justify-content: center;
  margin-left: 0;
}

.right-row {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 10px;
}

.icons-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}

.icons-row img {
  height: 45px;
}

.lang-icon-container {
  flex-direction: row;
  gap: 10px;
}

.offer-columns {
  column-count: 2;
  column-gap: 30px;
  margin-top: 10px;
}

.offer-columns a {
  display: block;
  break-inside: avoid;
}

.offer-columns p {
  margin: 10px 0;
}

.offer-columns p:first-child {
  margin-top: 0;
}

.footer-bottom {
  margin-top: 50px;
  margin-bottom: 35px;
}

#polska-chmura-dark {
  display: none;
}

a[data-cc="show-consentModal"] {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .logos img {
    height: 50px;
  }

  .logos #korbank-data-center {
    height: 25px;
  }

  .logos #new-connect,
  .logos #polska-chmura {
    height: 35px;
  }
}

@media (max-width: 900px) {
  .footer-content {
    margin: 15px 65px;
  }

  .bottom {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .left-column,
  .right-column {
    max-width: unset;
    align-items: flex-start;
  }

  .right-row {
    justify-content: flex-start;
  }

  .icons-row img {
    height: 40px;
  }
}

@media (max-width: 700px) {
  .section-footer p {
    font-size: small;
  }

  .links .footer-column {
    width: 100%;
  }

  .footer-content {
    margin: 16px 30px;
  }

  .footer-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
