* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #F5F7F8;
  border-top: 1px solid rgba(29, 29, 27, 0.08); }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 120px; }
  .footer-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .footer-contact a {
      font-size: 16px ;
      font-size: 1rem ;
      color: #1E1E1F;
      font-weight: 600;
      line-height: 125%;
      margin-left: 64px; }
  .footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .footer-social a {
      margin-right: 18px;
      padding: 0; }
      .footer-social a img {
        opacity: .3; }
      .footer-social a :hover {
        opacity: 1; }
      .footer-social a:last-child {
        margin-right: 0; }
  .footer-actions button:first-child {
    margin-right: 16px; }

@media (max-width: 960px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 32px 0; }
    .footer-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      height: auto; }
    .footer-contact {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      display: none; }
      .footer-contact a {
        margin: 30px 0 34px; }
    .footer-actions {
      display: none; }
    .footer--active {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 89px;
      z-index: 103;
      background-color: transparent;
      border: none; }
      .footer--active .footer__logo {
        display: none; } }
