@media (max-width: 1500px) {
  .header {
    padding-bottom: 550px;
  }
}
@media (max-width: 1378px) {
  .article__content {
    padding-left: 50px;
    max-width: 50%;
  }
  .article__content::before {
    width: 140px;
    height: 140px;
    font-size: 140px;
    line-height: 160px;
  }

  .article__img {
    width: 45%;
  }
}
@media (max-width: 1100px) {
  .footer__nav > * + * {
    margin-left: 100px;
  }
}
@media (max-width: 987px) {
  .header {
    padding-bottom: 450px;
  }
}
@media (max-width: 920px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__nav {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .nav__list, .nav__login {
    display: none;
  }

  .nav__menu-mobile--active {
    display: block;
  }

  .nav__mobile {
    display: block;
  }

  .header {
    padding-top: 90px;
    padding-bottom: 350px;
  }

  .header__content-category {
    font-size: 14px;
    padding-left: 62px;
  }
  .header__content-category::before {
    width: 42px;
  }

  .header__content-title {
    font-size: 35px;
  }

  .article__content-title {
    font-size: 44px;
  }
}
@media (max-width: 720px) {
  .header {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .article, .article:nth-child(even) {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .article__content, .article__img {
    max-width: 100%;
    width: 100%;
  }

  .article__img {
    margin-bottom: 75px;
  }
}
@media (max-width: 484px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__nav > * + * {
    margin-left: 0;
    margin-top: 60px;
  }
}

/*# sourceMappingURL=media.css.map */