@media only screen and (max-width: 1024px) {
  * {
    font-size: 97%;
  }

  section {
    padding: 70px 20px
  }

  .hero-text {
    margin-left: 3%;
    font-size: 3.5em;
  }

  .hero-slogan {
    font-size: 1.5em;
    top: 45%;
  }

  #scroll-up-btn {
    right: 160px;
    bottom: 120px;
    z-index: 1000;
  }

  .step-photo {
    margin: 0 15px;
  }

  .order-cards .order-cards-all {
    max-width: 1020px;
    flex-flow: column;
    justify-content: center;

  }

  .order-card {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .container {
    padding: 0 1%;
  }

  .hero-slogan {
    padding-right: 6%;
  }

  .main-logo {
    margin-left: 3%;
    width: 100px;
  }

  .order-cards {
    justify-content: space-evenly;
  }

  .container .order-cards .last-child {
    width: 340px;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
  }


  .last-child .order-card-text {
    margin: 0;
    width: 100%;
    margin: 40px 20px 50px 20px;
  }

  .last-child .order-card-button-wrapper .order-card-button {
    width: 60%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 7px;
    color: var(--main-color);
    background-color: var(--white-color);
    border: 3px solid var(--main-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    transition: background-color 0.4s ease-in-out;
  }

  .last-child .order-card-button-wrapper {
    position: absolute;
    bottom: 50px;
    left: 0px;
  }

  .footer {
    padding-top: 20px;
    flex-flow: column;
  }

  .footer-copyrights p {
    margin-bottom: 0;
  }

  .footer-right {
    margin: 10px auto;
  }

  .footer-contacts {
    display: flex;
    flex-flow: row;
  }

  .footer-contacts li {
    margin-right: 30px;
  }

  .footer-contacts li:last-child {
    margin-right: 0;
  }

  #scroll-up-btn {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 60px;
    font-size: 45px;
    line-height: 60px;
  }
}