footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 44px;
  padding-inline: 12px;

  @media (min-width: 1200px) {
    padding-bottom: 44px;
    padding-inline: 24px;
  }
}

.footer__politics {
  font-size: 11px;
  line-height: 120%;
  font-weight: 400;
  color: #6a6a6a;
}
.footer__politics a,
.footer__politics p,
.footer__politics span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.footer__politics span {
  font-size: 12px;
}

.footer__politics a {
  width: fit-content;
}

.footer__politics hr {
  margin-block: 20px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}

.under__divider {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.footer__nav__wrapper {
  display: contents;
  margin-top: 57px;
  flex-direction: row;
  gap: 65px;
  width: 100%;
  justify-content: space-between;
}

.footer__nav {
  display: none;
  align-items: start;
  gap: 85px;
}

.footer__nav span {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #858585;
}
.footer__nav a {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
}
.footer__nav a:not(:last-child) {
  margin-bottom: 8px;
}

.footer__socials {
  display: none;
  flex-direction: row;
  align-items: end;
  gap: 32px;
}
.footer__socials__icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buy-and-sell {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__buy,
.footer__sell,
.footer__service,
.footer__about-and-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__socials button {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background: #f90000;
  border-radius: 999px;
  font-weight: 500;
  padding-inline: 24px;
  padding-block: 12px;
  display: none;
}

footer a:hover {
  color: rgb(254, 195, 195);
  transition: all 0.2s ease-in;
}

@media (min-width: 1200px) {
  .under__divider {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
  .footer__links {
    flex-direction: row;
  }
  .footer__politics hr {
    margin-top: 35px;
    margin-bottom: 16px;
  }
  .footer__nav {
    display: flex;
  }
  .footer__nav__wrapper {
    display: flex;
    position: unset;
  }
  .footer__socials {
    display: flex;
  }
  .footer__socials button {
    display: block;
  }
}
