.footer {
  background-color: var(--141328);
  --color: var(--ffffff);
}

@media (min-width: 992px) {
  .footer a:hover {
    --color: var(--1297-ee);
  }
}

.footer__top {
  padding-top: clamp(35px, 0.021875 * 100vw + 28px, 70px);
  padding-bottom: clamp(30px, 0.019375 * 100vw + 23.8px, 61px);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}

.footer__logo {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  max-height: 100px;
  max-width: 100px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.logo_text__footer{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.logo__text_footer {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #fff;
  margin-bottom: max(40 / 19.2 * 1vw, 25px);
  margin-bottom: 0;
  max-width: 300px;
  height: fit-content;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.footer__menu li {
  list-style: none;
}

.footer__menu>li>a {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  color: var(--color, var(--141328));
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: clamp(15px, 0.009375 * 100vw + 12px, 30px);
}

.footer__menu .sub-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--color, var(--141328));
}

.footer__menu .sub-menu li:not(:last-child) {
  margin-bottom: clamp(10px, 0.00625 * 100vw + 8px, 20px);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: clamp(15px, 0.009375 * 100vw + 12px, 30px);
  border-top: 1px solid var(--3-c-3-b-4-f);
}

.grampus-link {
  display: flex;
  align-items: center;
}

.grampus-link svg {
  width: 111px;
  height: 26px;
  fill: var(--ffffff);
  margin-left: 10px;
}

@media (min-width: 992px) {
  .grampus-link:hover svg {
    fill: var(--1297-ee);
  }
}

@media (max-width: 1000px) {
  .footer__top {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }
  .footer__menu{
    width: 100%;
  }
  
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    gap: 5px;
  }
  .footer__menu{
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .footer__menu {
    flex-direction: column;
    gap: 20px;
  }

  .footer__menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer__menu .sub-menu li {
    margin-bottom: 0 !important;
  }

  .footer__top {
    gap: 20px;
  }
}

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