footer {
  background-color: var(--blue);
}
footer .contact-us_icons {
  margin-top: 12px;
  justify-content: start;
}
footer * {
  color: var(--gray95) !important;
}
footer nav {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__bottom > div {
  /* padding: var(--mar-32) 0; */
  padding: 40px 0;
}

.footer__bottom_contacts li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 24px;
}
.footer__top_item,
.footer__top > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__bottom_contacts li {
  justify-content: start;
}
footer nav ul li {
  white-space: nowrap;
}
.footer__top * {
  color: var(--white1);
}

.footer__bottom > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  align-items: stretch;
}
.footer__bottom nav > p {
  color: var(--white1) !important;
  margin-bottom: 16px;
  font-weight: 700;
}
.footer__bottom * {
  color: var(--gray7);
}
.footer__bottom nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__bottom_under {
  background-color: var(--lightBlue);
}
/* .footer__bottom_under::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f1b28;
} */

@media (max-width: 900px) {
  .footer__top > .wrapper {
    flex-direction: column;
    align-items: start;
  }
  .footer__bottom > .wrapper {
    flex-direction: column;
    gap: 24px;
  }
  footer nav {
    width: 60%;
    display: flex;
    flex-direction: column;
  }
  /* footer .desktop {
    display: none;
  }
  footer .mobile {
    display: flex;
  } */
  /* .footer__bottom_contacts ul li {
    flex-wrap: nowrap;
  } */
}
/* @media (min-width: 900px) {
  footer .desktop {
    display: flex;
  }
  footer .mobile {
    display: none;
  }
} */
