.footer,
.footer2,
#footer,
#fm {
  display: none !important;
}

.nav.center {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.nav.center > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  padding: 12px 20px;
  list-style: none;
}

.nav.center > ul > li {
  display: block;
  float: none;
  margin: 0;
}

.site-footer {
  position: relative;
  left: 50%;
  clear: both;
  box-sizing: border-box;
  width: 100vw;
  margin-top: 48px;
  margin-left: -50vw;
  background: #01a0e2;
  color: #fff;
  font-family: Arial, sans-serif;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 32px;
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 34px;
}

.site-footer__inner > div {
  min-width: 0;
  text-align: center;
}

.site-footer__title {
  position: static;
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  transform: none;
  border: 0;
  color: #fff;
  background: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.site-footer__brand {
  position: static;
  float: none;
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 14px;
  padding: 0;
  transform: none;
  border: 0;
  color: #fff;
  background: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.site-footer p,
.site-footer address {
  margin: 0 0 9px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #f5b335;
  text-decoration: underline;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
}

.site-footer__copyright {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  background: #01a0e2;
  color: #fff;
  font: 13px/1.5 Arial, sans-serif;
  text-align: center;
}

.site-footer__copyright--legacy {
  clear: both;
  margin-top: 0;
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-footer {
    margin-top: 32px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(100% - 32px, 480px);
    padding: 32px 0 26px;
  }
}
