.lead-footer {
  background: var(--white);
  padding: 24px 32px;
  border-top: 1px solid var(--stroke);
  width: 100%;
}

.lead-footer__container {
  display: flex;
  justify-content: space-between;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
}
.lead-footer__mail {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--80);
}

.lead-footer__policy {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--80);
  margin-top: auto;
}

.lead-footer__policy-desk {
  margin-top: auto;
}

.lead-footer__policy-mob {
  display: none;
}

.lead-footer__left {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lead-footer__logo {
  display: flex;
  max-width: 32px;
  max-height: 46px;
  font-weight: 400;
  font-size: 24px;
  color: var(--80);
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.lead-footer__description {
  line-height: 150%;
  color: var(--75);
}

.lead-footer__link-support {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--75);
}

.lead-footer__right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.lead-footer__social-box {
  display: flex;
  gap: 16px;
  margin-bottom: 17px;
}

.lead-footer__social-box img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 900px) {
  .lead-footer {
    padding: 16px;
  }

  .lead-footer__policy-desk {
    display: none;
  }

  .lead-footer__policy-mob {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
    padding-bottom: 16px;
  }

  .lead-footer__social-box img {
    width: 48px;
    height: 48px;
  }

  .lead-policy-mob {
    text-decoration: underline;
    text-decoration-color: var(--75);
    color: var(--75);
  }

  .lead-policy-desk {
    text-decoration: underline;
    text-decoration-color: var(--75);
    color: var(--75);
  }
}

@media screen and (max-width: 735px) {
  .lead-footer {
    height: auto;
  }

  .lead-footer__container {
    flex-direction: column;
  }

  .lead-footer__social-box {
    margin-top: 48px;
    margin-bottom: 8px;
  }

  .lead-footer__social-box img {
    width: 40px;
    height: 40px;
  }

  .lead-footer__right {
    align-items: center;
  }

  .lead-footer__br {
    display: none;
  }

  .lead-footer__policy-mob {
    display: none;
  }

  .lead-footer__policy-desk {
    display: flex;
    text-decoration: underline;
    margin-top: 32px;
    margin-bottom: 53px;
  }
}
