@media only screen and (max-width: 600px) {
  .header__navbar {
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .header__main-navigation {
    padding: 16px 0;
  }
  .header__main-navigation ul {
    flex-direction: column;
    align-items: center;
  }
  .header__main-navigation--item {
    padding: 8px;
  }
  .header__logo {
    margin: 4px 0;
  }
  .header__logo img {
    width: 130px;
  }
  .header__navbar--right {
    align-items: flex-start;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .main-page__how-it-works--title {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }
  .main-page__how-it-works--item--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper {
    background: #1d1d1d;
    text-align: center;
  }
  .page-title-wrapper .page-title .title {
    font-size: 20px;
    line-height: 24px;
    margin: 4px 0;
    padding: 0;
  }
  .page-title-wrapper .page-title .order {
    display: block;
    padding: 8px 0;
    height: 100%;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    max-width: 150px;
  }
  .footer__cards {
    align-items: flex-start;
  }
  .footer__menu--title, .footer__contacts--title {
    margin-bottom: 16px;
  }
  .footer__contacts ul > li {
    margin-bottom: 8px;
  }
  .footer__contacts ul > li:last-child {
    margin-bottom: 24px;
  }
  .footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer__menu ul > li {
    margin-bottom: 8px;
  }
  .footer__menu ul > li:last-child {
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=media.css.map */