@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

  .header {
    flex-direction: column;
    padding: 32px 0;
  }

  .header .logo {
    margin-bottom: 28px;
    max-width: 180px;
  }

  .header .social {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0;
  }

  .footer__blocks {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer__blocks > div {
    width: 100%;
  }

  .footer__blocks > div:last-of-type {
    margin-bottom: 0;
  }

  main {
    padding: 32px 0;
  }

  main h1 {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  main .button {
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: none;
    background-position: center bottom 16px;
    padding: 16px 16px 40px;
  }

  footer {
    padding: 32px 0;
  }

  .footer .logo {
    margin-bottom: 28px;
  }

  .footer__blocks h3 {
    margin-bottom: 20px;
  }

  .footer .social {
    margin-bottom: 32px;
  }

  .footer .legal {
    font-size: 0.875rem;
    line-height: 1.5;
  }

}

@media (max-width: 480px) {}
