.site-footer {
  overflow-x: hidden;
  padding: 40px 0 16px;
}
.site-footer .footer-wrapper--top {
  margin-bottom: 48px;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 40px;
}
.site-footer .footer-wrapper--top .footer-logo {
  max-width: 203px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper {
  width: calc(100% - 218px);
  row-gap: 24px;
  justify-content: end;
  max-width: 683px;
}

.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column-heading {
  color: var(--color_primary_grey_light_2);
  font-family: var(--font_BarlowSemiCondensed_SemiBold);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column-heading a {
  color: var(--color_primary_grey_light_2);
  font-family: var(--font_BarlowSemiCondensed_SemiBold);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
}

.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column-heading a:hover {
  color: var(--color_primary_black);
}

.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu .menu-item {
  padding: 0;
  line-height: 1;
  margin-bottom: 4px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu .menu-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu .menu-item::before {
  display: none;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu .menu-item a {
  font-size: 14px;
  line-height: 21px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-one {
  padding-right: 25px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-two {
  padding-right: 25px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-three {
  padding-right: 25px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item {
  margin-bottom: 8px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-label {
  font-family: var(--font_ProximaNova_Bold);
  font-size: 10px;
  line-height: 15px;
  color: var(--color_primary_blue);
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-address, .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-number {
  color: var(--color_primary_black);
  font-size: 14px;
  line-height: 21px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-address a, .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-number a {
  color: var(--color_primary_black);
  font-size: 14px;
  line-height: 21px;
}
.site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-address a:hover, .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-number a:hover {
  color: var(--color_primary_blue);
}
.site-footer .footer-wrapper--bottom {
  padding-top: 4px;
  border-top: 1px solid var(--color_primary_grey);
}
.site-footer .footer-wrapper--bottom .copyrite-text {
  font-size: 12px;
  line-height: 21px;
  color: var(--color_primary_black);
}
.site-footer .footer-wrapper--bottom .website-by-text {
  max-width: fit-content;
  margin-left: auto;
  font-size: 12px;
  line-height: 21px;
  color: var(--color_primary_black);
}
.site-footer .footer-wrapper--bottom .website-by-text a {
  font-size: 12px;
  line-height: 21px;
}

@media (min-width: 992px) {
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-one {
    padding-right: 60px;
    width: 30.5%;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-two {
    padding-right: 60px;
    width: 15.8%;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-three {
    padding-right: 60px;
    width: 30.5%;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-four {
    width: 23.2%;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-wrapper--top .footer-logo {
    width: 100%;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column {
    width: calc(100% / 4);
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 24px;
  }
  .site-footer .footer-wrapper--top .footer-logo {
    row-gap: 24px;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column {
    width: calc(100% / 2);
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-two {
    padding-right: 0px;
  }
  .site-footer .footer-wrapper--bottom .website-by-text {
    display: none;
  }
}

@media (max-width: 575px) {
  .site-footer .footer-wrapper--top {
    row-gap: 24px;
  }
  .site-footer .footer-wrapper--top .footer-logo {
    max-width: 132px;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column {
    width: calc(100%);
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-menu .menu-item a {
    font-size: 16px;
    line-height: 25px;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-one {
    padding-right: 0;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column.column-three {
    padding-right: 0;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-address, .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-number {
    font-size: 16px;
    line-height: 25px;
  }
  .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-address a, .site-footer .footer-wrapper--top .menu-contact-wrapper .footer-column .footer-contact-item .footer-contact-item-number a {
    font-size: 16px;
    line-height: 25px;
  }
  .site-footer .footer-wrapper .footer-copyright-content {
    padding: 0;
  }
}
