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

  /* header */
  .headerLinks {
    display: none;
  }
}

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

  /* header */
  .headerLinks {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* content */
  .contentTitle a {
    font-size: 28px;
    line-height: 38px;
  }

  /* system */
  .system {
    padding: 20px 0;
  }
  .systemInner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .sytsemSub {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerBtn {
    display: none;
  }

  /* content */
  .contentTitle a {
    font-size: 21px;
    line-height: 31px;
  }
  .contentBlockSub {
    font-size: 16px;
    line-height: 26px;
  }
  .contentBlockTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contentBlockImgSub {
    font-size: 15px;
  }
  .userBlockSub {
    font-size: 14px;
  }
  .formBoxTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .filed_group {
    padding: 20px;
  }
  .submit {
    width: 90%;
  }
  .formSub {
    font-size: 13px;
  }

  /* comments */
  .commentBlocks {
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 180px;
    padding-left: 0;
  }
}
