@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* container */
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  /* content */
  .consBlock,
  .prosBlock {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 991px) {
  /* content */
  .contentLeft {
    width: 100%;
  }
  .procent {
    width: 120px;
    height: 120px;
    margin: 10px;
  }
  .procentValue {
    font-size: 25px;
  }
  .deposits {
    padding: 10px;
  }
  .depositBlockSub,
  .withdrawalBlockSub {
    font-size: 13px;
  }
  .contentRight {
    position: fixed;
    top: initial;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    text-align: center;
  }
  .contentRightInner {
    padding: 10px;
    border-radius: 0;
  }
  .contentRightLogo,
  .contentRightSub,
  .contentRightImg,
  .contentRightSub1,
  .contentRightSub2,
  .contentRightSub3,
  .contentRightSub4 {
    display: none;
  }
  .contentRightBtn br {
    display: none;
  }
  .contentRightBtn {
    display: inline-block;
    padding: 10px 30px;
  }

  /* footer */
  .footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerTitle {
    font-size: 20px;
  }

  /* content */
  .introTop {
    flex-direction: column;
    row-gap: 20px;
  }
  .introTopLeft {
    flex-direction: column;
    row-gap: 20px;
  }
  .procent {
    margin: 0 auto;
  }
  .deposits,
  .withdrawals {
    padding: 0;
    border: 0;
  }
  .bitsoft {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 30px;
  }
  .typesRowSub1,
  .typesRowSub {
    font-size: 13px;
    text-align: center;
  }
  .contentLeftBlockTitle {
    font-size: 20px;
  }

  .prosBlock,
  .consBlock {
    flex-direction: column;
    align-items: center;
    min-height: 80px;
    max-height: 80px;
  }
  .prosTitle,
  .consTitle {
    text-align: center;
  }
  .prosBlockSub,
  .consBlockSub {
    font-size: 13px;
    text-align: center;
  }
  .featureBlockTitle {
    font-size: 16px;
  }
  .version,
  .releaseDate,
  .notes {
    width: 25%;
  }
  .notes {
    width: 50%;
  }
  .versionBlockSub,
  .notesBlockSub,
  .releaseDateBlockSub {
    padding: 10px;
    font-size: 11px;
    text-align: center;
    min-height: 60px;
    max-height: 60px;
  }
  .versionTitle,
  .releaseDateTitle,
  .notesTitle {
    font-size: 12px;
  }

  /* footer */
  .footerTopLinks {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footerTopLinkBox {
    width: 50%;
  }
  .footerBottomLinks {
    flex-wrap: wrap;
  }
}
