@media (min-width: 320px) and (max-width: 479px)
{
  .header-position
  {
    top: 0px;
  }

  .satisfy-title
  {
    font-size: 22px;
  }

  .satisfy-text
  {
    font-size: 18px;
    line-height: 30px;
  }

  .satisfy-container p
  {
    font-size: 14px;
  }

  .start-image
  {
    display: none;
  }

  .home-separation
  {
    height: 400px;
  }

  .us-container h1
  {
    font-size: 25px;
  }

  .us-container p
  {
    font-size: 14px;
  }

  .us-image
  {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }

  .payments-margin
  {
    margin-top: 20px;
  }

  .payments-container h1
  {
    font-size: 25px;
  }

  .payments-container p
  {
    font-size: 14px;
  }

  .payment-image
  {
    margin-left: 0;
    width: 250px;
    height: 250px;
  }

  .advantages-container h1
  {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .advantages-container
  {
    position: static;
    margin-top: 50px;
  }

  .check-icon
  {
    font-size: 12px;
  }

  .advantages-container ul li
  {
    font-size: 12px;
  }

  .advantages-margin
  {
    margin-top: 20px;
  }

  .primary-title
  {
    font-size: 22px;
    line-height: 35px;
  }

  .main-text
  {
    font-size: 12px;
  }

  .control-container
  {
    position: static;
    margin-top: 20px;
  }

  .main-title
  {
    font-size: 22px;
  }

  .tendencies-container
  {
    position: static;
  }

  .functions-image
  {
    width: 100%;
  }

  .types-container h1
  {
    font-size: 18px;
    line-height: 30px;
  }

  .types-container h3
  {
    font-size: 15px;
    line-height: 30px;
  }

  .types-card h6
  {
    font-size: 14px;
  }

  .types-card p
  {
    font-size: 13px;
  }

  .logo-container
  {
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .footer-logo
  {
    width: 250px;
  }

  .footer-logo-margin
  {
    margin-top: 40%;
  }

  .main-footer
  {
    display: none;
  }

  .site-footer
  {
    height: 300px;
  }

  .footer-hand
  {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 599px)
{
  .header-position
  {
    top: 0px;
  }

  .satisfy-title
  {
    font-size: 30px;
  }

  .satisfy-text
  {
    font-size: 23px;
    line-height: 30px;
  }

  .satisfy-container p
  {
    font-size: 14px;
  }

  .start-image
  {
    display: none;
  }

  .home-separation
  {
    height: 400px;
  }

  .us-container h1
  {
    font-size: 25px;
  }

  .us-container p
  {
    font-size: 14px;
  }

  .us-image
  {
    width: 400px;
    height: 400px;
    margin-bottom: 40px;
  }

  .payments-margin
  {
    margin-top: 20px;
  }

  .payments-container h1
  {
    font-size: 25px;
  }

  .payments-container p
  {
    font-size: 14px;
  }

  .payment-image
  {
    width: 350px;
    height: 350px;
  }

  .advantages-container h1
  {
    font-size: 25px;
    text-align: center;
  }

  .advantages-container
  {
    position: static;
    margin-top: 50px;
  }

  .advantages-image-container
  {
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }

  .advantages-image
  {
    width: 60%;
  }

  .check-icon
  {
    font-size: 15px;
  }

  .advantages-container ul li
  {
    font-size: 15px;
  }

  .advantages-margin
  {
    margin-top: 20px;
  }

  .primary-title
  {
    font-size: 25px;
    line-height: 35px;
  }

  .main-text
  {
    font-size: 15px;
  }

  .control-container
  {
    position: static;
    margin-top: 20px;
  }

  .main-title
  {
    font-size: 25px;
  }

  .tendencies-container
  {
    position: static;
  }

  .functions-image
  {
    width: 100%;
  }

  .types-container h1
  {
    font-size: 25px;
    line-height: 30px;
  }

  .types-container h3
  {
    font-size: 22px;
    line-height: 30px;
  }


  .types-card h6
  {
    font-size: 18px;
  }

  .types-card p
  {
    font-size: 14px;
  }

  .logo-container
  {
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .footer-logo
  {
    width: 250px;
  }

  .footer-logo-margin
  {
    margin-top: 20%;
  }

  .main-footer
  {
    display: none;
  }

  .site-footer
  {
    height: 300px;
  }

  .footer-hand
  {
    display: none;
  }
}
