.up-d_footer-menu {
  padding: 64px 0;
}

.up-d_footer-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 20px 0;
  justify-content: center;
}

.up-d_footer-menu__item {
  margin: 0 0 0 30px;
}

.up-d_footer-menu__link {
  position: relative;
  display: inline-block;
  color: inherit;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.56;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.up-d_footer-menu__link:hover {
  color: #657b6d;
  opacity: 0.8;
}

.up-d_footer-menu__link:focus-visible {
  border-radius: 2px;
  outline: 2px solid #657b6d;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .up-d_footer-menu {
    border-bottom-width: 2px;
  }

  .up-d_footer-menu__inner {
    min-height: 0;
    padding: 20px;
  }

  .up-d_footer-menu__list {
    display: block;
  }

  .up-d_footer-menu__item + .up-d_footer-menu__item {
    border-top: 1px solid #dce3e8;
  }

  .up-d_footer-menu__link {
    display: block;
    padding: 10px 22px 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .up-d_footer-menu__link::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    right: 3px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
  }
}
