.wh-footer {
  background: #000;
  color: #777;
  padding: 4.5rem 0 2.3rem;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.wh-footer,
.wh-footer * {
  box-sizing: border-box;
}

.wh-footer a {
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.wh-footer__container {
  width: min(1410px, calc(100% - 70px));
  margin: 0 auto;
}

.wh-footer__top {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(420px, 1.45fr) minmax(220px, .9fr) minmax(170px, .65fr);
  gap: 28px;
  align-items: start;
}

.wh-footer__brand {
  padding-right: 24px;
}

.wh-footer__logo {
  display: inline-block;
}

.wh-footer__logo img {
  display: block;
  width: 185px;
  max-width: 100%;
  height: auto;
}

.wh-footer p.wh-footer__copy {
  margin: 24px 0 0;
  color: #8f8f8f;
  line-height: 1.55;
  font-size: 15px;
  max-width: 290px;
}

.wh-footer h3.wh-footer__group-title {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif !important;
  text-transform: none !important;
}

.wh-footer__group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 6px 44px;
}

.wh-footer__nav,
.wh-footer__social-list,
.wh-footer__inline-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wh-footer__nav li {
  margin-bottom: 13px;
}

body:not(.home) #main-content > #main {
  padding-top: 22px;
}

@media (max-width: 1024px) {
  body:not(.home) #main-content > #main {
    padding-top: 16px;
  }
}

.wh-footer .wh-footer__nav a,
.wh-footer .wh-footer__inline-links a,
.wh-footer .wh-footer__social-link {
  color: #8a8a8a !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif !important;
}

.wh-footer .wh-footer__nav a:hover,
.wh-footer .wh-footer__inline-links a:hover,
.wh-footer .wh-footer__social-link:hover {
  color: #fff !important;
}

.wh-footer__social {
  text-align: center;
}

.wh-footer__social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
}

.wh-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 999px;
  font-size: 15px;
}

.wh-footer a.wh-footer__button {
  display: inline-block;
  background: #0b16f1 !important;
  color: #fff !important;
  border: 1px solid #0b16f1 !important;
  border-radius: 999px;
  padding: 13px 34px;
  min-width: 136px;
  text-align: center;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif !important;
}

.wh-footer a.wh-footer__button:hover {
  background: #fff !important;
  color: #0b16f1 !important;
}

.wh-footer__mid {
  margin-top: 20px;
}

.wh-footer__inline-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 32px;
}

.wh-footer .wh-footer__inline-links a {
  color: #fff !important;
  font-weight: 700 !important;
}

.wh-footer__bottom {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid #2b2b2b;
  text-align: center;
}

.wh-footer p.wh-footer__copyright {
  margin: 0;
  color: #8a8a8a;
  font-size: 14px;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif !important;
}

@media (max-width: 1100px) {
  .wh-footer__top {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .wh-footer__brand,
  .wh-footer__services,
  .wh-footer__quicklinks,
  .wh-footer__social {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .wh-footer {
    padding: 4rem 0 2.5rem;
  }

  .wh-footer__container {
    width: min(100% - 32px, 1410px);
  }

  .wh-footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wh-footer__brand,
  .wh-footer__services,
  .wh-footer__quicklinks,
  .wh-footer__social {
    grid-column: auto;
    padding-right: 0;
  }

  .wh-footer__group-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wh-footer__mid {
    margin-top: 28px;
  }

  .wh-footer__inline-links {
    gap: 14px 20px;
  }

  .wh-footer__bottom {
    margin-top: 34px;
    padding-top: 24px;
  }
}
