/* ========================================================== */
/* 			            04. breakpoints                           */
/* ========================================================== */
.site-footer {
  margin-top: 80px;
  margin-bottom: 40px;
}
.site-footer__wrapper {
  border-top: 4px solid var(--link-color);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .site-footer__wrapper {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.site-footer__logo {
  max-width: 150px;
  display: inline-block;
  position: absolute;
  top: -36px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer__logo {
    position: relative;
    top: unset;
    display: flex;
    margin: -30px auto 0;
    max-width: 70px;
  }
}
.site-footer__copyrights {
  margin-left: clamp(80px, 14vw, 180px);
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .site-footer__copyrights {
    margin-left: unset;
    text-align: center;
    margin-top: 20px;
  }
}
.site-footer__menu {
  display: flex;
  list-style: none;
  margin: 0;
  margin-left: clamp(80px, 14vw, 180px);
  margin-top: -6px;
  padding: 0;
  gap: 20px;
  font-size: 14px;
  color: #000;
}
.site-footer__menu li {
  margin: 0;
}
.site-footer__menu a {
  color: #000;
  opacity: 0.6;
}
.site-footer__menu a:hover {
  color: var(--link-color);
}
@media only screen and (max-width: 768px) {
  .site-footer__menu {
    margin-left: unset;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 20px;
  }
}

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