@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* container */
  .container,
  .container1 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  /* container */
  .container,
  .container1 {
    padding: 0 5%;
  }

  /* intro */
  .introSub {
    font-size: 23px;
  }
  #formbox {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .headerLinks {
    display: none;
  }

  /* intro */
  .introTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .introSub br {
    display: none;
  }
  .introContent {
    flex-direction: column;
    row-gap: 30px;
  }
  .introImg {
    width: 100%;
  }
  .introImg img {
    margin: 0 auto;
  }
  .formbox,
  #formbox {
    max-width: 100%;
  }
  .title br {
    display: none;
  }

  /* invest */
  .invest {
    margin-top: 50px;
  }

  /* items */
  .itemsBlocks {
    flex-direction: column;
    row-gap: 30px;
  }
  .itemBlock {
    width: 55%;
    margin: 0 auto;
  }

  /* crypto */
  .crypto {
    margin-top: 50px;
  }

  /* process */
  .process {
    margin-top: 50px;
  }

  /* faq */
  .faq {
    margin-top: 50px;
  }
  .faqBtn {
    margin-top: 50px;
  }

  /* clients */
  .clients {
    margin-top: 50px;
  }

  /* get */
  .get {
    margin-top: 50px;
  }

  /* footer */
  .footer {
    padding: 50px 0;
  }
  .twitter {
    justify-content: center;
    margin-top: 50px;
  }
  .footerSubs {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footerSub1 {
    text-align: center;
  }
  .footerSub1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .logo img {
    max-width: 150px;
  }

  /* intro */
  .intro {
    padding-top: 30px;
  }
  .introTitle br {
    display: none;
  }
  .introTitle {
    font-size: 24px;
    line-height: 34px;
  }
  .introSub {
    font-size: 17px;
    line-height: 27px;
  }

  /* invest */
  .invest {
    margin-top: 30px;
  }
  .title {
    font-size: 18px;
    line-height: 28px;
  }

  /* items */
  .itemBlock {
    width: 100%;
  }
  .itemBlockImg img {
    max-width: 100px;
  }
  .itemBlockTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .btn {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 30px;
  }

  /* crypto */
  .crypto {
    margin-top: 30px;
  }

  /* process */
  .process {
    margin-top: 30px;
  }
  .processBlockTitle {
    font-size: 17px;
    line-height: 27px;
  }

  /* faq */
  .faq {
    margin-top: 30px;
  }
  .faqBtn {
    margin-top: 30px;
  }
  .faqBlockTitleContainer {
    padding: 3%;
  }
  .faqBlockTitle {
    font-size: 16px;
    line-height: 26px;
  }
  .faqBlockSub {
    padding: 4%;
  }

  /* clients */
  .clients {
    margin-top: 30px;
  }
  .clientBlockSub {
    font-size: 15px;
    line-height: 25px;
    margin-top: 30px;
  }
  .slick-dots {
    margin-top: 30px;
  }

  /* get */
  .get {
    margin-top: 50px;
  }

  /* footer */
  .footer {
    padding: 30px 0;
  }
  .footerSub {
    margin-top: 30px;
  }
  .footerLinks {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .twitter {
    margin-top: 30px;
  }
}
