@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;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .headerTopInner {
    gap: 75px;
  }

  /* intro */
  .introContent {
    flex-direction: column;
    row-gap: 30px;
  }
  .introLeft {
    width: 100%;
    padding-top: 30px;
  }
  .introImg {
    width: 100%;
  }

  /* content */
  .contentRight {
    display: none;
  }
  .contentLeft {
    width: 90%;
    padding: 30px 5px 18px 5px;
    border-right: 1px solid #e8e8e8;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerTopLinks1 {
    display: none;
  }
  .searchInput {
    display: none;
  }
  .headerBottom {
    padding: 30px 0;
  }
  .headerBottomLogo {
    font-size: 30px;
  }

  /* intro */
  .introLinks,
  .introSuscribeLeftSub {
    display: none;
  }
  .introTopRightLink {
    margin: 0;
  }
  .introTitle {
    font-size: 25px;
  }
  .introBottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  .introBottomSub {
    color: #000;
    font-family: Georgia;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* content */
  .contentSocial {
    display: none;
  }
  .contentLeft {
    width: 100%;
    padding: 30px 5px 18px 5px;
    border-right: 0;
  }
  .contentLeftSub,
  .contentLeftBlockSub,
  .contentLeftBlockSubWithBorder,
  .dayBoxSub,
  .contentBoxListItem {
    font-size: 16px;
    line-height: 26px;
  }
  .contentLeftBlockImgSub {
    font-size: 16px;
  }
  .contentLeftBlockLast {
    padding: 20px 20px 0 30px;
  }
  .contentBoxTitle {
    color: #000;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .filed_group {
    padding: 20px;
  }
  .commentTop {
    padding: 16px;
  }
  .commentTopBlockSub {
    font-size: 14px;
  }
}
