body.home-page .landing-main {
  padding-bottom: 24px !important;
}

body .site-common-footer.landing-footer {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand details";
  align-items: center;
  gap: 18px clamp(34px, 6vw, 86px);
  width: 100%;
  max-width: none;
  min-height: 124px;
  margin: 0 0 120px;
  padding: 25px clamp(24px, 4vw, 58px);
  border: 0;
  border-top: 1px solid #edf1f6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #8290a4;
  text-align: left;
}

body .site-common-footer .site-footer-brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  text-decoration: none;
}

body .site-common-footer .site-footer-logo {
  display: block;
  width: 213.2px !important;
  max-width: 213.2px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

body .site-common-footer .site-footer-details {
  grid-area: details;
  justify-self: end;
  width: min(100%, 940px);
  min-width: 0;
}

body .site-common-footer .site-footer-business {
  display: grid;
  grid-template-columns: .8fr 1.35fr 1.1fr .75fr;
  align-items: stretch;
  min-width: 0;
  color: #8190a4;
}

body .site-common-footer .site-footer-business-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 21px;
}

body .site-common-footer .site-footer-business-item:first-child {
  padding-left: 0;
}

body .site-common-footer .site-footer-business-item + .site-footer-business-item {
  border-left: 1px solid #e0e6ef;
}

body .site-common-footer .site-footer-business-item > svg,
body .site-common-footer .site-footer-address > svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #2872dc;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .site-common-footer .site-footer-business-item > span,
body .site-common-footer .site-footer-address > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body .site-common-footer .site-footer-business b,
body .site-common-footer .site-footer-address b {
  color: #7d8794;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
}

body .site-common-footer .site-footer-business strong,
body .site-common-footer .site-footer-address strong {
  color: #7d8794;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  white-space: nowrap;
}

body .site-common-footer .site-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #e7ecf3;
}

body .site-common-footer .site-footer-address-mobile {
  display: none !important;
}

body .site-common-footer .site-footer-address {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body .site-common-footer .site-footer-address > svg {
  width: 21px;
  height: 21px;
}

body .site-common-footer .site-footer-address > span {
  display: grid;
  gap: 2px;
}

body .site-common-footer .site-footer-copyright {
  position: relative;
  justify-self: end;
  margin: 0;
  padding-left: 28px;
  color: #7d8794;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 400;
  white-space: nowrap;
}

body .site-common-footer .site-footer-copyright::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background: #dfe5ed;
  transform: translateY(-50%);
}

@media (max-width: 1080px) {
  body .site-common-footer .site-footer-business-item {
    gap: 8px;
    padding: 0 12px;
  }

  body .site-common-footer .site-footer-business-item > svg {
    width: 22px;
    height: 22px;
  }

  body .site-common-footer .site-footer-business strong,
  body .site-common-footer .site-footer-address strong {
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  body .site-common-footer.landing-footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "details";
    justify-items: center;
    gap: 22px;
    min-height: 0;
    padding: 28px 24px 32px;
    text-align: left;
  }

  body .site-common-footer .site-footer-brand,
  body .site-common-footer .site-footer-details {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  body.home-page .landing-main {
    padding-bottom: 24px !important;
  }

  body .site-common-footer.landing-footer {
    margin-bottom: 90px;
  }

  body.home-page .site-common-footer.landing-footer {
    margin-bottom: 12px;
  }

  body.special-page .site-common-footer.landing-footer {
    margin-bottom: 8px;
  }

  body .site-common-footer .site-footer-logo {
    width: 168px !important;
    max-width: 168px !important;
  }

  body .site-common-footer .site-footer-business {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 14px;
  }

  body .site-common-footer .site-footer-address-mobile {
    display: flex !important;
  }

  body .site-common-footer .site-footer-address-desktop {
    display: none !important;
  }

  body .site-common-footer .site-footer-business-item,
  body .site-common-footer .site-footer-business-item:first-child {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0 6px;
    text-align: center;
  }

  body .site-common-footer .site-footer-business-item:nth-child(3n + 1) {
    border-left: 0;
  }

  body .site-common-footer .site-footer-business-item > span {
    justify-items: center;
  }

  body .site-common-footer .site-footer-business strong {
    font-size: 10px;
  }

  body .site-common-footer .site-footer-lower {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }

  body .site-common-footer .site-footer-address {
    grid-column: span 2;
    justify-self: center;
    width: 100%;
  }

  body .site-common-footer .site-footer-copyright {
    justify-self: center;
    padding-left: 0;
  }

  body .site-common-footer .site-footer-copyright::before {
    display: none;
  }
}

@media (max-width: 620px) {
  body .site-common-footer.landing-footer {
    gap: 18px;
    padding: 26px 18px 32px;
  }

  body.special-page.special-redesign-page .site-common-footer.landing-footer {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
  }

  body .site-common-footer .site-footer-logo {
    width: 168px !important;
    max-width: 168px !important;
  }

  body .site-common-footer .site-footer-business-item {
    align-items: center;
  }

  body .site-common-footer .site-footer-address > span {
    display: grid;
    gap: 2px;
  }

  body .site-common-footer .site-footer-address strong {
    white-space: normal;
  }
}

@media (max-width: 380px) {
  body .site-common-footer .site-footer-logo {
    width: 148px !important;
    max-width: 148px !important;
  }

  body .site-common-footer .site-footer-business {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body .site-common-footer .site-footer-business-item,
  body .site-common-footer .site-footer-business-item:first-child,
  body .site-common-footer .site-footer-business-item + .site-footer-business-item {
    padding: 0 3px;
  }
}
