.site-footer {
  background: #3257a1;
  color: #ffffff;
  padding: 58px 0 94px;
  font-size: 14px;
}

.site-footer .footer-inner {
  width: min(1710px, calc(100% - 48px));
  margin: 0 auto;
}

.site-footer .footer-main {
  display: grid;
  grid-template-columns: 2fr 0.75fr 0.75fr 0.75fr;
  gap: 80px;
  padding-bottom: 74px;
  border-bottom: 1px solid rgba(20, 44, 88, 0.45);
}

.site-footer .footer-brand {
  max-width: 390px;
}

.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-footer .footer-logo svg {
  width: 150px;
  height: auto;
  display: block;
}

.site-footer .footer-description {
  margin: 2rem 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.site-footer .footer-email {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 14px;
}

.site-footer .footer-email:hover {
  color: #0d7cff;
}

.site-footer .footer-text-link {
  display: block;
  color: #0d7cff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  margin-bottom: 54px;
}

.site-footer .footer-text-link:hover {
  color: #ffffff;
}

.site-footer .social-footer {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-footer .social-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  text-decoration: none;
  line-height: 1;
}

.site-footer .social-footer svg {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer .social-footer .social-icon-color {
  color: #0d6efd;
  fill: currentColor;
}

.site-footer .social-footer a:hover,
.site-footer .social-footer a:hover .social-icon-color {
  color: #ffffff;
}

.site-footer .social-footer .pb-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer .social-footer .mb-2 {
  margin: 0;
}

.site-footer .footer-column h3 {
  margin: 3px 0 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.site-footer .footer-menu,
.site-footer .footer-legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-menu li {
  margin-bottom: 20px;
}

.site-footer .footer-menu a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.site-footer .footer-menu a:hover {
  color: #0d7cff;
}

.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding-top: 42px;
}

.site-footer .footer-copyright,
.site-footer .footer-credit,
.site-footer .footer-legal-menu a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.site-footer .footer-credit {
  text-align: center;
  color: #0d7cff;
}

.site-footer .footer-credit .heart {
  color: #ee4d5a;
  padding: 0 3.5px;
}

.site-footer .footer-legal-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
}

.site-footer .footer-legal-menu li {
  margin: 0;
}

.site-footer .footer-legal-menu a {
  text-decoration: none;
}

.site-footer .footer-legal-menu a:hover {
  color: #ffffff;
}

.site-footer p,
.site-footer a,
.site-footer h3,
.site-footer li,
.site-footer span {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .site-footer .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
    max-width: 520px;
  }

  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .footer-legal-menu {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 44px 0 54px;
  }

  .site-footer .footer-inner {
    width: min(100% - 32px, 100%);
  }

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 44px;
  }

  .site-footer .footer-logo {
    margin-bottom: 26px;
  }

  .site-footer .footer-logo svg {
    width: 190px;
  }

  .site-footer .footer-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .site-footer .footer-email,
  .site-footer .footer-text-link,
  .site-footer .footer-menu a,
  .site-footer .footer-copyright,
  .site-footer .footer-credit,
  .site-footer .footer-legal-menu a {
    font-size: 14px;
  }

  .site-footer .footer-text-link {
    margin-bottom: 34px;
  }

  .site-footer .footer-column h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .site-footer .social-footer {
    gap: 24px;
    margin-bottom: 8px;
  }

  .site-footer .social-footer svg {
    width: 20px;
    height: 20px;
  }

  .site-footer .footer-bottom {
    padding-top: 34px;
    gap: 22px;
  }

  .site-footer .footer-legal-menu {
    gap: 24px;
    flex-wrap: wrap;
  }
}