/* footer */
/* respon */
.footer-wrap {
  max-width: 1030px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 0.5px solid #79453E;
}

.footer-coppy-right {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #79453E;
}

.footer-menu {
  display: flex;
  justify-content: end;
  color: #79453E;
  align-items: center;
}

.footer-menu-socials {
  margin-left: 21px;
}
.footer-menu-socials > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu-socials > ul > li:not(:last-child) {
  margin-right: 24px;
}
.footer-menu-socials > ul > li > a {
  color: #79453E;
}

.social-item {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #79453E;
}
.social-item a {
  display: flex;
  align-items: center;
}
.social-item a img {
  width: 16px;
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .hide-on-pc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .footer-menu-socials {
    margin-left: 0;
  }
  .footer-wrap {
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    margin: 0 16px;
  }
  .footer-menu {
    justify-content: center;
  }
}

/*# sourceMappingURL=footer.css.map */
