.footer {
  background-color: #000;
  text-align: center;
}

.footer-top {
  width: 100%;
  height: 761px;
}

.footer-top img {
  width: 100%;
}

.footer-bottom {
  padding: 31px 0 40px 0;
}

.footer-bottom__title {
  color: #FFF;
  font-family: "Tilt Warp", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.footer-bottom__sms, .footer-bottom__texts {
  display: flex;
  justify-content: center;
}

.footer-bottom__sms {
  margin-bottom: 15px;
}

.footer-bottom__sms img {
  width: 60px;
  height: 60px;
}

.footer-bottom__sms img:first-child {
  margin-right: 14px;
}

.footer-bottom__text {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-bottom__text:first-child {
  margin-right: 52px;
}

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

  .footer-bottom__title {
    font-size: 24px;
  }

  .footer-bottom__sms img {
    width: 36px;
    height: 36px;
  }

  .footer-bottom__texts {
    flex-direction: column;
    justify-content: center;
  }

  .footer-bottom__text {
    font-size: 14px;
  }

  .footer-bottom__text:first-child {
    margin-right: 0;
  }
}