.footer_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: 40px;
  padding-bottom: 70px;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-transform: uppercase;
}

.info__item {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
}

.footer__location {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 5vh;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer_cop {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5vh;
}

@media screen and (max-width: 1465px) {
  .footer_block {
    font-size: 13px;
  }
  .footer_block .logo {
    width: 80%;
  }
}/*# sourceMappingURL=footer.css.map */