.page-footer {
  background: #5e5e5e;
  color: #fff;
  width: 100%;
}

.page-footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-footer__inner {
  max-width: 1467px;
  margin: 0 auto;
}

.onkron-footer {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.onkron-footer__main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 4rem;
}

.page-footer__end {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.onkron-footer__first {
  flex: 0 0 400px;
}

.onkron-footer__secondary {
  display: flex;
  flex: 0 1 auto;
  gap: 2rem;
}

.onkron-footer__col h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.onkron-footer__first,
.onkron-footer__item > div,
.onkron-footer__item > div > b,
.onkron-footer__col ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.onkron-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.onkron-footer__col ul li {
  margin-bottom: 8px;
}

.onkron-footer__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.onkron-footer__item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.onkron-footer__item b {
  display: block;
  margin-bottom: 4px;
}

.footer-btn {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  margin: 1px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4em;
  min-width: 148px;
  padding: 11px 39px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  border-radius: 25px;
  border: 0;
  letter-spacing: inherit;
  white-space: normal;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  touch-action: manipulation;
}

.footer__link,
.mailto-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
}

.footer__link:hover {
  color: #1fcfcb;
}

.footer_social {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.footer_social .footer_social_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 15px 0;
  width: 100%;
  gap: 20px;
}

.footer_social .footer_social_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5ad0cb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease-in-out;
}

.footer_social .footer_social_links a:hover {
  opacity: 0.8;
}

.footer_social .footer_social_links a svg {
  width: 20px;
  height: auto;
}

.footer_social .footer_social_links a svg path {
  fill: #5ad0cb;
  stroke: #5ad0cb;
}

.footer_social .footer_social_copyright {
  display: block;
  font-size: 13.5px;
  margin-top: 8px;
  text-transform: uppercase;
  color: #fff;
}

.footer_social_copyright_wrap span {
  white-space: nowrap;
}

.footer-icon-svg {
  fill: #5ad0cb;
  flex-shrink: 0;
  margin-top: 2px;
}

.onkron-logo {
  width: 60%;
  height: auto;
}

@media (max-width: 1440px) {
  .onkron-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .onkron-footer__main {
    padding-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }

  .onkron-footer__secondary {
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .onkron-logo {
    margin: 0 auto;
  }

  .mobile__display-none {
    display: none;
  }

  .onkron-footer__first {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: start;
  }

  .onkron-footer__secondary {
    flex-direction: column;
  }

  .onkron-footer__info-block {
    margin-top: 2rem;
    margin-left: 32px;
  }

  .page-footer__end {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

  .footer_social {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer_social .footer_social_links {
    justify-content: center;
    margin-bottom: 0;
    width: auto;
  }

  .footer_social .footer_social_copyright {
    margin-top: 0;
    text-align: center;
  }

  .footer_social_copyright_wrap span {
    white-space: normal;
  }

  .footer_social .footer_social_links a {
    width: 36px;
    height: 36px;
  }

  .footer_social .footer_social_links a svg {
    width: 18px;
  }

  .footer_social .footer_social_links {
    gap: 10px;
  }

  .onkron-footer__first > div:last-child {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .onkron-footer__first {
    flex: 1;
  }

  .onkron-footer__info-block {
    margin-left: 0;
  }

  .footer_social .footer_social_links {
    gap: 8px;
  }

  .footer_social .footer_social_links a {
    width: 32px;
    height: 32px;
  }

  .footer_social .footer_social_links a svg {
    width: 16px;
  }
}
