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

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

  /* content */
  .contentRightBox1 {
    flex-direction: column;
    row-gap: 30px;
  }
  .take {
    width: 60%;
  }
  .history {
    width: 60%;
  }

  /* more */
  .moreSub br {
    display: none;
  }
  .more {
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
  }
  .moreContent {
    width: 100%;
  }

  /* most */
  .mostContent {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .header {
    padding-top: 50px;
  }
  .headerTopInner {
    flex-direction: column;
    row-gap: 20px;
  }
  .headerEmpty {
    display: none;
  }
  .headerTopLeft {
    width: 100%;
  }
  .headerBottom {
    display: none;
  }

  /* intro */
  .introBlocks {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 30px;
  }
  .introBlock {
    width: 48%;
  }
  .news {
    width: 48%;
  }
  .introTitle br {
    display: none;
  }
  .introTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* content */
  .contentInner {
    flex-direction: column;
    row-gap: 30px;
  }
  .contentAll {
    width: 100%;
  }
  .contentRight {
    width: 100%;
  }
  .contentRightBox1 {
    flex-direction: row;
    padding: 0;
  }
  .contentRightBox2 {
    margin-top: 50px;
    width: 100%;
  }
  .contentRightBox3 {
    margin-top: 50px;
    width: 100%;
  }
  .contentRightBox4 {
    margin-top: 50px;
    width: 100%;
  }

  /* most */
  .more {
    margin-top: 50px;
  }
  .mostContentUsersBlockSub1,
  .mostContentUsersBlockSub2 {
    font-size: 13px;
  }

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

  /* footer */
  .footerColumns {
    padding: 0;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* header */
  .header {
    padding-top: 30px;
  }
  .headerBtns {
    width: 100%;
    justify-content: center;
  }

  /* intro */
  .introBlock {
    width: 100%;
  }
  .news {
    width: 100%;
  }
  .introTitle {
    font-size: 21px;
    line-height: 31px;
    margin-top: 30px;
  }

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

  .contentBoxs {
    gap: 30px;
  }
  .contentBoxTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contentBoxSubs {
    gap: 20px;
    margin-top: 20px;
  }
  .contentBoxSub {
    font-size: 16px;
  }
  .can {
    margin-top: 20px;
    padding: 20px;
  }
  .canBoxTitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .canBoxSub {
    font-size: 16px;
  }
  .alexBox {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .contentRightBox1 {
    flex-direction: column;
  }
  .take {
    width: 100%;
  }
  .history {
    width: 100%;
  }

  /* write */
  .writeBox {
    flex-direction: column;
    gap: 20px;
  }
  .writeBoxInputBottom {
    flex-direction: column;
    gap: 20px;
  }
  .reuseBtn {
    display: none;
  }

  /* more */
  .more {
    border: 0;
    padding: 20px 0;
  }
  .moreBlockTop {
    height: auto;
    padding-bottom: 10px;
  }
  .moreBlockImg img {
    width: 100%;
  }

  /* most */
  .mostContentBlock {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mostContentTopBlockSub {
    font-size: 18px;
  }
  .mostContentBlockSub {
    font-size: 14px;
  }

  /* comments */
  .commentTextTop img {
    display: none;
  }
  .subComments {
    margin-top: 20px;
    margin-left: 0;
  }
  .commentTextTopLeft {
    flex-wrap: wrap;
    gap: 5px;
  }
  .commentTime {
    width: 100%;
  }
  .commentName {
    font-size: 13px;
  }

  /* more */
  .more {
    margin-top: 30px;
    padding-top: 0;
  }
  .moreContent {
    flex-direction: column;
  }

  /* most */
  .mostContentBlocksLeft {
    width: 100%;
  }
  .mostContentBlockRight {
    width: 100%;
  }
  .mostContentUsers {
    flex-direction: column;
  }
  .mostContentUsersBlock {
    width: 100%;
    height: auto;
  }
  .mostContentUsersBlock:first-child {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .mostContentBlockNumber {
    font-size: 40px;
    line-height: 65px;
  }

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

  /* footer */
  .footerColumns {
    flex-wrap: wrap;
    row-gap: 30px;
    padding-top: 30px;
  }
  .footerColumn {
    width: 47%;
  }
}
