.app-footer {
  padding-top: 5rem;
  padding-bottom: 39px;
  width: 100%;
}
.__footer__logo img {
  filter: brightness(0) invert(1);
  max-width: 270px;
  max-height: 69px;
}
.__footer__description {
  color: var(--bs-white);
  line-height: 19.5px;
  max-width: 17.5rem;
}
.__footer__description:hover {
  color: var(--primary-blue);
}
.__footer__container {
  width: 100%;
  justify-content: space-between;
}

.__footer__left {
  width: 30%;
}
.__footer__left__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.__footer_right {
  width: 70%;
  gap: 99px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__footer_right__content {
  gap: 99px;
}

.__footer_right__list {
  flex-direction: column;
  gap: 27px;
}

.__footer__title {
  font-size: var(--text-sm);
  line-height: 27px;
  color: var(--bs-white);
}
.__footer_list li {
  font-size: var(--text-xs);
  line-height: 37.5px;
  color: var(--bs-white);
}
.__footer_item a {
  color: var(--bs-white);
  text-decoration: none;
}
.__footer_item a:hover {
  color: var(--primary-blue);
}
.__footer_hr {
  margin-top: 63.77px;
  margin-bottom: 27.65px;
  margin-left: 0;
  margin-right: 0;
}
.__footer_bottom {
  justify-content: space-between;
  align-items: center;
}
.__footer_bottom_left {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.__footer_bottom_left nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
}

.__footer_bottom_left .nav-link {
  padding: 0 !important;
}
.__footer_bottom_list {
  gap: var(--gap-secondary);
}
.__footer_bottom_list .nav-link {
  color: var(--bs-white) !important;
  font-size: 10px;
  line-height: var(--leading-small);
}
.__footer_bottom_copyright {
  margin-top: 12px;
  color: var(--bs-white);
  line-height: var(--leading-small);
  white-space: nowrap;
}
.__footer_bottom_right {
  gap: var(--gap-third);
}

.__footer_bottom_right_text {
  margin-right: 18px;
  font-size: 13.5px;
  line-height: var(--leading-small);
  color: var(--bs-white);
}
.__footer_bottom_right_icon {
  text-decoration: none;
}
.__footer_bottom_right_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent !important;
}

.__footer_bottom_right_icon a img,
.__footer_bottom_right_icon a:hover img,
.__footer_bottom_right_icon a:focus img {
  background: none !important;
  background-color: transparent !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

@media screen and (max-width: 1025px) {
  .__footer__container {
    flex-direction: column;
    gap: 16px;
  }
  .__footer__logo {
    text-align: center;
  }
  .__footer__left,
  .__footer_right {
    width: 100%;
  }
  .__footer_right {
    justify-content: center;
  }
  .__footer__description {
    margin: auto;
  }
}

@media (max-width: 769px) {
  .app-footer {
    padding-left: 1.5rem;
    padding-right: 16px;
    padding-top: 45px;
    padding-bottom: 6.17rem;
  }
  .__footer__container {
    flex-direction: column;
    gap: 42px;
    align-items: center;
    justify-content: flex-start;
  }
  .__footer__left,
  .__footer_right {
    width: 100%;
  }

.__footer__left__content {
    gap: 8px;
  }
  .__footer__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .__footer__logo img {
    max-width: 277px;
  }
  .__footer__description {
    font-size: var(--text-sm);
    line-height: 18px;
    letter-spacing: 0%;
    margin: 0;
  }
  .__footer_right {
    flex-direction: column;
    gap: 38px;
  }
  .__footer_right__content {
    gap: 0;
    justify-content: space-between
  }
  .__footer_right__list {
    margin-right: 0;
    gap: var(--gap-third);
    flex: 0 0 50%;
  }
  .__footer__title {
    font-size: var(--text-sm);
    line-height: 27px;
    letter-spacing: 0%;
  }
  .__footer_list li {
    line-height: var(--leading-medium);
    letter-spacing: 2.5%;
  }
  .__footer_hr {
    margin-top: 26px;
    margin-bottom: 28px;
  }
  .__footer_bottom {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
