.vf-footer {
  position: relative;
  max-width: 1920px;
  min-height: 768px;
  margin: 0 auto;
  padding: 82px 64px 0;
  box-sizing: border-box;
  overflow: hidden;
  color: var(--primary-color);
}

.vf-footer__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 396px 396px 260px minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.vf-footer__brand {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.vf-footer__logo {
  width: 104px;
  height: auto;
}

.vf-footer__copyright {
  margin: 0;
  color: rgba(30, 68, 135, 0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}

.vf-footer__nav,
.vf-footer__support {
  display: flex;
  flex-direction: column;
}

.vf-footer__nav {
  gap: 32px;
}

.vf-footer__support {
  gap: 16px;
}

.vf-footer__label {
  color: rgba(30, 68, 135, 0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.vf-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 22px;
}

.vf-footer__links li {
  flex: 0 0 auto;
}

.vf-footer__links a,
.vf-footer__login,
.vf-footer__signup {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.vf-footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vf-footer__social {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--blue-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vf-footer__social img {
  width: 24px;
  height: 24px;
}

.vf-footer__auth {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 68px;
}

.vf-footer__login {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.vf-footer__login img {
  width: 18px;
  height: 18px;
}

.vf-footer__signup {
  min-width: 204px;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  box-sizing: border-box;
  background: var(--primary-color);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vf-footer__decor {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -3px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}

.vf-footer__wordmark-layer {
  display: block;
  width: 100%;
  height: 579px;
  flex: 0 0 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
}
