footer {
  background-color: var(--color-primary);
  border-top: 1px solid var(--white);
  color: var(--white);
  font-family: Lato-Regular;
  font-size: 13px;
  line-height: 20px;
  padding: 50px 30px 60px;

  a {
    color: var(--white);
  }

  em,
  strong {
    font-family: Lato-Bold;
    font-size: 18px;
    font-style: normal;
  }

  h4 {
    font-size: 15px;
    font-family: Lato-Regular;
    font-weight: normal;
    line-height: 20px;
    color: var(--white);
  }

  hr {
    border-width: 0;
    border-top: 1px solid var(--white);
    margin: 60px 0 70px;
    width: 100%;
  }

  .footer-top {
    .footer-title em {
      font-size: 22px;
      line-height: 20px;
      padding: 0 0 30px;
      text-transform: uppercase;
    }

    p {
      padding: 0;
      margin: 1em 0 20px;
      line-height: 20px;
    }
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    .left {
      margin-bottom: 1em;

      a {
        color: var(--white);
        display: inline-block;
        text-transform: uppercase;
        margin: 0.75em 0;

        &:not(&:last-child) {
          margin-right: 0.5em;
        }
      }
    }

    .right {
      display: inline-flex;
      align-items: center;

      a {
        display: inline-flex;
        margin: 0 0 0 15px;

        .ico_facebook {
          height: 17px;
          width: 17px;
        }

        .ico_insta {
          height: 19px;
          width: 19px;
        }

        .ico_x {
          height: 20px;
          width: 20px;
        }

        .ico_youtube {
          height: 24px;
          max-height: 26px;
          max-width: 30px;
          width: 24px;
        }
      }

      p {
        padding: 0;
        margin: 0 30px 0 0;
        line-height: 20px;
      }
    }
  }

  @media (min-width: 720px) {
    hr {
      margin: 60px 0 50px;
    }

    .footer-bottom {
      align-items: center;
      flex-direction: row;

      .left {
        display: inline-flex;
        margin-bottom: 0;

        a {
          margin: 0;
        }
      }
    }
  }
}
