.site-footer {
  margin-top: -360px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
}

.site-footer--plain {
  margin-top: 0;
  background: #075b89;
}

.site-footer--plain .site-footer__main {
  padding-top: 72px;
  background: #075b89;
}

.site-footer--plain .site-footer__copyright {
  border-top-color: rgba(255, 255, 255, 0.16);
  padding-bottom: 22px;
  background: #064b76;
}

.site-footer__main {
  padding: 0 32px;
  background: transparent;
}


.site-footer__content {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding: 0 0 46px;
}


.site-footer h3,
.site-footer h4 {
  margin: 0 0 22px;
  color: #ffffff;
  font-weight: 500;
}

.site-footer p,
.site-footer span,
.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.site-footer__brand p {
  margin-bottom: 12px;
}

.site-footer__core,
.site-footer__about {
  display: flex;
  flex-direction: column;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.site-footer__links a {
  margin-bottom: 12px;
}

.site-footer__contact {
  min-width: 0;
}

.site-footer__contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.site-footer__contact p img {
  width: 13px;
  flex: 0 0 auto;
}

.site-footer__contact p span {
  margin: 0;
}

.site-footer__qr {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.site-footer__qr img {
  width: 74px;
}

.site-footer__qr strong,
.site-footer__qr span {
  display: block;
}

.site-footer__qr strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
}

.site-footer__copyright {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  padding: 40px 24px 0;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 0;
    background: #075b89;
  }

  .site-footer__main {
    padding: 36px 20px 0;
    background: url("../../assets/images/mobile-join-bg1.png") center top / cover no-repeat;
  }

  .site-footer__content {
    display: block;
    width: 100%;
    padding-bottom: 35px;
  }

  .site-footer__brand {
    text-align: center;
  }

  .site-footer__links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-top: 34px;
  }

  .site-footer__links a {
    margin-bottom: 0px;
  }

  .site-footer__links>* {
    min-width: 0;
  }

  .site-footer__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 30px;
    text-align: left;
  }

  .site-footer h3,
  .site-footer h4 {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .site-footer p,
  .site-footer span,
  .site-footer a {
    font-size: 12px;
  }

  .site-footer .site-footer__copyright {
    font-size: 7px;
  }

  .site-footer__brand h3 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .site-footer__brand p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .site-footer__core,
  .site-footer__about {
    display: grid;
    align-items: start;
    gap: 7px 10px;
  }

  .site-footer__core {
    flex: 1 1 188px;
    grid-template-columns: minmax(58px, 0.78fr) minmax(98px, 1.22fr);
  }

  .site-footer__about {
    flex: 0 1 124px;
    grid-template-columns: repeat(2, minmax(42px, 1fr));
  }

  .site-footer__core span,
  .site-footer__about a {
    min-width: 0;
    white-space: nowrap;
  }

  .site-footer__core h4,
  .site-footer__about h4 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .site-footer__contact-info {
    display: flex;
    flex: 1 1 calc(100% - 104px);
    min-width: 0;
    flex-direction: column;
    gap: 7px;
  }

  .site-footer__contact h4 {
    margin-bottom: 3px;
  }

  .site-footer__contact p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
  }

  .site-footer__contact p img {
    width: 12px;
  }

  .site-footer__contact p span {
    min-width: 0;
    font-size: 10px;
    overflow-wrap: break-word;
  }

  .site-footer__qr {
    display: flex;
    flex: 0 0 86px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 86px;
    margin: 0;
    align-self: center;
    text-align: left;
  }

  .site-footer__qr img {
    width: 47px;
  }

  .site-footer__qr div {
    width: 86px;
  }

  .site-footer__qr strong {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .site-footer__qr span {
    font-size: 8px;
  }

  .site-footer__copyright {
    border-top: 0;
    padding: 17px 20px;
    background: #064b76;
    font-size: 10px;
  }
}