.footer {
  background: var(--color-accent);
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 75px; }
  .footer a {
    text-decoration: none;
    color: inherit; }
  .footer__logo {
    margin-bottom: 20px;
    filter: brightness(0) invert(1); }
  .footer__menu-cols {
    display: flex;
    justify-content: space-between; }
  .footer__menu-col-separator {
    width: 1px;
    background: #fff; }
  .footer__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 32px;
    font-weight: bold; }
  .footer__menu {
    font-size: 20px; }
    .footer__menu .menu-item {
      margin-bottom: 10px; }
  .footer__socials {
    margin-bottom: 3em; }
  .footer__text {
    font-size: 16px; }

@media (max-width: 1600px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer__col-space {
      display: none; }
    .footer__menu-col-separator:last-child {
      background: none; } }

@media (max-width: 1399px) {
  .footer__col-info {
    display: flex;
    justify-content: space-between; }
  .footer__socials {
    padding-right: 2em;
    margin-bottom: 0; }
  .footer__text {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .footer {
    margin-top: 50px; }
    .footer__menu {
      font-size: 18px; }
    .footer__text {
      padding-right: 0; }
      .footer__text br {
        display: none; } }

@media (max-width: 767px) {
  .footer__logo {
    width: 143px; }
  .footer__menu-cols {
    flex-direction: column; }
  .footer__menu-col-separator {
    width: 100%;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 2em; }
    .footer__menu-col-separator:last-child {
      background: #fff; }
  .footer__title_empty {
    display: none; }
  .footer__col-info {
    flex-direction: column; }
  .footer__socials .socials {
    flex-wrap: wrap; } }

@media (max-width: 575px) {
  .footer__title {
    font-size: 20px; } }
