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

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

  /* content */
  .contentRightTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .pdfLink,
  .directLink,
  .headerDate {
    display: none;
  }
  .headerBottomLink {
    display: none;
  }
  .headerBottomLink:nth-child(8),
  .headerBottomLink:nth-child(9),
  .headerBottomLink:nth-child(10),
  .headerBottomLink:nth-child(11),
  .headerBottomLink:nth-child(12),
  .headerBottomLink:nth-child(13) {
    display: block;
  }

  /* content */
  .content {
    margin-top: 50px;
  }
  .contentInner {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .contentRight {
    width: 100%;
  }
  .contentLeft {
    width: 100%;
    padding-top: 0;
  }
  .contentLeftInner {
    position: static;
  }

  /* footer */
  .footer {
    margin-top: 50px;
  }
  .footerTopInner {
    flex-direction: column;
    align-items: end;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerBottom {
    display: none;
  }

  /* content */
  .content {
    margin-top: 30px;
  }
  .contentInner {
    gap: 30px;
  }
  .contentLeftTitle {
    font-size: 25px;
    line-height: 40px;
  }
  .contentRightBlocks {
    margin-top: 30px;
  }
  .contentRightSub {
    font-size: 20px;
  }
  .contentRightBlockSub {
    font-size: 18px;
  }
  .formTitleContainer {
    padding: 30px 20px 0 20px;
  }
  .formTitle {
    font-size: 20px;
  }

  /* footer */
  .footer {
    margin-top: 30px;
  }
  .footerTopInner {
    padding-top: 30px;
  }
  .footerTopLeft {
    gap: 30px;
    flex-wrap: wrap;
  }
  .footerBottom {
    margin: 30px 0;
  }
  .footerBottomInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footerBottomApps {
    flex-direction: column;
    align-items: flex-start;
  }
  .footerBottomImgs {
    flex-direction: column;
  }
  .footerSub {
    width: 100%;
  }
  .goTopBtn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
