.footer {
  padding-bottom: 80px;
}

.footer::before {
  content: '';
  display: block;
  height: 6px;
  background: var(--primary-gradient);

  margin-bottom: 74px;
}

.footer__logo-row {
  margin-bottom: 30px;
}

.footer__navs {
  margin-bottom: 30px;
}

.footer__primary-nav {
  display: flex;
  flex-direction: column;
}

.footer__primary-nav-item {
  font-size: 22px;
  line-height: 36px;
  color: var(--primary-dark-grey-color);
  text-decoration: none;
}

.footer__primary-nav-item:hover,
.footer__primary-nav-item--active {
  color: var(--primary-yellow-color);
}

.footer__secondary-nav {
  display: flex;
  flex-direction: column;
}

.footer__secondary-nav-item {
  color: #111;
  text-decoration: none;
}

.footer__text {
  color: #aaa;
  font-size: 14px;
  line-height: 21px;
}

.footer__menu-item {
  text-decoration: none;
  color: inherit;
}

.footer__menu-item:not(:last-child) {
  margin-right: 70px;
}

.footer__social {
  display: flex;
  justify-content: flex-end;
}

.footer__social-link {
  text-decoration: none;
}

.footer__social-link:not(:last-child) {
  margin-right: 29px;
}

@media (max-width: 1023px) {
  .footer {
    text-align: center;
  }

  .footer__primary-nav {
    margin-bottom: 30px;
  }

  .footer__text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__copy {
    margin-bottom: 40px;
  }

  .footer__menu {
    display: flex;
    margin-top: 14px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer__menu-item {
    margin-bottom: 14px;
  }

  .footer__menu-item:not(:last-child) {
    margin-right: 0;
  }

  .footer__social {
    justify-content: center;
  }
}
