.footer {
  background-color: #232B2B;
  padding: 0 var(--base-padding);
  width: 100%;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 11px;
  }
}

.font-24 {
  font-size: 24px;
}

.rights {
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .rights {
    font-size: 8px;
  }
}

.footer-container {
  padding-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .footer-container {
    padding-top: 32px;
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }
}

.main-logo {
  margin: 0 auto 24px;
}

.main-logo img {
  width: 150px;
}

.footer-item {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer-item {
    margin: 0;
  }
}

.footer-item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-item:last-child {
  margin-right: 0;
}

.footer-line {
  padding-bottom: 16px;
  font-family: e-Ukraine-Light, sans-serif;
}

.footer-line:first-child {
  padding-bottom: 32px;
}

.footer-line:last-child {
  padding-bottom: 0;
}

.footer-line a {
  text-decoration: none;
  color: #ffffff;
}

.footer-hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #858585;
}

.secondary-logo {
  display: flex;
  justify-content: center;
  gap: 5%;
}

.image-link img {
  vertical-align: middle;
}
@media only screen {
  .image-link img {
    width: 100%;
    height: auto;
  }
}

.footer-line-first {
  font-family: e-Ukraine-Medium, sans-serif;
}

/*# sourceMappingURL=footer.css.map */
