.recruiter.footer {
  background-color: white;
}

.referral.footer {
  margin-top: -41px;
}

.footer {
  background-color: var(--c-gray-dark);
}

.footer-content {
  width: unset;
  padding-top: 32px;
  padding-bottom: 76px;
  display: flex;
  justify-content: space-between;
}

.reshenieteam .footer-content {
  justify-content: flex-start;
}

.recruiter .footer-content {
  justify-content: space-between;
}

.footer a[href="#faq"], .footer a[href="#application-form"]{
	display: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: end;
}

.reshenieteam .footer-links {
  align-items: start;
}

.recruiter .footer-links {
  align-items: end;
}

.footer-links-nav,
.recruiter .footer-links-nav {
  align-items: start;
}

.footer-links a {
  width: fit-content;
  position: relative;
  font-size: var(--fz-text-secondary);
  font-weight: 400;
  color: var(--c-gray-medium);
}

.footer-links a:hover {
  opacity: 0.5;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray-medium);
}

.footer-links a:hover::after {
  opacity: 0.5;
}

.footer-desc {
  font-size: 12px;
  color: var(--c-gray-medium);
  text-align: end;
}

.footer-desc a{
  color: var(--c-gray-medium);
}

.recruiter .footer-content {
  padding-top: 24px;
}

.recruiter .footer-desc {
  color: var(--c-gray-medium-light);
}

.recruiter .footer-desc {
  color: var(--c-gray-medium-light);
}

.recruiter .footer-links a {
  color: var(--c-gray-medium-light);
}
/* .reshenieteam .footer-content,
.brikteam .footer-content {
  gap: 0;
  flex-direction: column;
  justify-content: unset;
} */

.reshenieteam .footer-desc {
  text-align: start;
}

.recruiter .footer-desc {
  text-align: end;
}

.reshenieteam .footer-content {
  padding-bottom: 48px;
  gap: 0;
}

.recruiter .footer-content {
  padding-bottom: 48px;
  gap: 48px;
}

@media (max-width: 576px) {
  .recruiter .footer-desc {
    text-align: start;
  }

  .recruiter .footer-links {
    align-items: start;
  }

  .brikteam .footer-links {
    align-items: start;
  }

  .footer-content {
    padding-bottom: 48px;
    flex-direction: column;
    gap: 48px;
  }

  .footer-desc {
    text-align: start;
  }
}
