@media screen and (max-width: 1386px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 870px) {
  .static1-main {
    flex-direction: column;
  }

  .static1-left {
    width: 100%;
  }

  .static1-right {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 430px) {
  .static1-comments-box {
    width: 97%;
  }

  .static1-newsletter-lorem {
    width: 97%;
  }

  button.static1-form-button {
    padding: 10px;
    width: 100px;
    right: 11px;
  }

  .static1-form {
    max-width: 100%;
    width: calc(100% - 30px);
  }

  input.static1-form-input {
    padding: 15px 120px 15px 15px;
  }
}

@media screen and (max-width: 425px) {
  .static1-boxes {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 390px) {
}
