@media only screen and (max-width: 1525px) {
  main .hero {
    display: none; }

  header.desktop {
    display: none; }

  header.mobile {
    display: block; }

  aside {
    display: block; }

  .products .product {
    width: calc(32% - 87px); }

  section.method .description {
    right: 0; }
    section.method .description p {
      font-size: 18px;
      max-width: 370px;
      line-height: 29px; }
    section.method .description img {
      left: -90px; }

  form .right {
    width: 400px; }
    form .right .form-field textarea {
      width: 375px; } }

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