.footer {
  max-width: 120rem;
  width: 100%;
  margin: 3.5rem auto 0 auto;
}
.footer-container {
  max-width: 88.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer-logo {
  width: 28.9375rem;
  height: 8.375rem;
  margin: 0 auto;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer-line {
  width: 100%;
  margin-top: 3.5rem;
  border-top: 0.0625rem solid rgba(39, 37, 33, 0.6196078431);
  border-bottom: 0.0625rem solid rgba(39, 37, 33, 0.6196078431);
  padding: 2.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-line a {
  color: #272521;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: unset;
  position: relative;
  padding-left: 2.25rem;
}
.footer-line a .icon {
  height: 1.4375rem;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  object-fit: contain;
  object-position: left center;
}
.footer-line a strong {
  font-weight: 700;
}
.footer-menu {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 4.5625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-menu ul.menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 13.125rem;
  gap: 0.625rem;
}
.footer-menu ul.menu li:first-child {
  margin-bottom: 0.3125rem;
}
.footer-menu ul.menu li:first-child a {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #272521;
}
.footer-menu ul.menu li a {
  font-size: 1rem;
  line-height: 1rem;
  color: #4a4c4a;
  text-decoration: unset;
  font-weight: 400;
}
.footer-copyright {
  padding: 0.625rem 0;
  width: 100%;
  background: #272521;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.footer-copyright::before {
  content: "";
  width: 12.7736rem;
  height: 1.1961rem;
  position: absolute;
  right: 15.9375rem;
  top: -1.1rem;
  background: url("/assets/img/kontent.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer-copyright p {
  margin: 0;
}
