@media screen and (max-width: 720px) {
  .projects__main__cover {
    padding: 80px 0 100px 20px;
  }
  .projects__main__cover h1 {
    font-size: 20px;
    line-height: 35px;
    max-width: 100%;
  }

  .projects__main__right__desc {
    display: none;
  }

  .projects__main__article {
    width: 90%;
  }
  .projects__main__article p, .projects__main__article li {
    padding-right: 0 !important;
  }

  .projects__main__right__mob {
    display: block;
    width: 98%;
    margin: 0 auto -60px;
  }
  .projects__main__right__mob img {
    width: 100%;
    object-fit: cover;
    height: 200px;
  }

  .projects__main__left .news_post {
    margin-right: 0;
  }

  .prod__pages {
    display: none !important;
  }

  .mob__show {
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
  }
  .mob__show img {
    object-fit: contain;
    margin-right: 20px;
  }

  .projects__main {
    margin-bottom: 80px;
  }

  .projects__main__right__desc {
    display: none;
  }

  .projects__main__right__mob {
    display: block;
    height: 200px;
    overflow: hidden;
  }

  .projects__main .news_pages {
    padding-bottom: 100px;
    padding-top: 0;
  }

  .projects__main__right__mob img {
    object-fit: cover;
    height: 200px;
  }

  .projects__main__all {
    flex-direction: column;
  }

  .projects__main__left .news_post {
    margin: 0 auto 35px;
  }

  .projects__main__right {
    width: 100%;
  }

  .projects__main__right img {
    width: 100%;
  }

  .projects__main h1 {
    margin-top: -20px;
  }

  .breadcrumbs {
    margin-top: 30px;
    display: block;
  }

  .order__table {
    flex-direction: column;
    height: 100%;
    padding: 20px 10px 0;
    margin-right: 0;
    margin-top: -40px;
    margin-bottom: 50px;
  }
  .order__table .order__table__item {
    width: 100%;
    grid-template-rows: 50px 0px;
    grid-template-columns: 1fr 2fr;
    height: 100px;
    margin-bottom: 20px;
  }
  .order__table .order__table3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .line {
    display: none;
  }

  .order__docs {
    margin-right: 0;
  }
  .order__docs__item {
    width: 98%;
  }
  .order__docs .order__docs__item2 {
    margin-top: 20px;
  }
  .order__docs .order__docs__item2 li p {
    margin-bottom: 10px;
  }
  .order__docs .order__docs__item2 li a {
    display: block;
    margin: 0;
  }

  .projects__search {
    margin-right: 0;
  }

  .projects__search__plate {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .projects__search__plate .projects__search__plate2, .projects__search__plate .projects__search__plate1 {
    width: 100%;
    margin-left: 0;
  }
  .projects__search__plate .projects__search__plate3 {
    margin-left: 0;
  }

  .hot__table__desc {
    display: none;
  }

  .hot__table__mobile {
    display: block;
  }
  .hot__table__mobile .hot__table__mobile__top {
    margin-bottom: 15px;
  }
  .hot__table__mobile .hot__table__mobile__top span {
    font-weight: 500;
  }
  .hot__table__mobile .hot__table__mobile__item {
    margin-bottom: 15px;
    background: #F5F8FA;
    padding: 15px 25px;
    width: 100%;
  }
  .hot__table__mobile .hot__table__mobile__center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .hot__table__mobile .hot__table__mobile__center .hot__table__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #325491;
  }
  .hot__table__mobile .hot__table__mobile__center .hot__table__text {
    line-height: 20px;
  }
  .hot__table__mobile .hot__table__main5 {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .hot__table__mobile .hot__table__main5 p {
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    color: #9F9F9F;
  }
  .hot__table__mobile .hot__table__main5 a {
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: 1px dotted #536B96;
    color: #536B96;
    display: block;
    transition: 0.7s ease all;
  }
  .hot__table__mobile .hot__table__main5 img {
    width: 22px;
    object-fit: contain;
    margin-right: 10px;
    height: 35px;
  }
  .hot__table__mobile .hot__ask {
    text-align: center;
    display: flex;
    padding: 15px 25px;
    color: #727272;
    width: 200px;
    font-weight: 500;
    margin: 15px auto;
    justify-content: center;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #325491;
  }

  .hot__main .projects__texts {
    flex-wrap: wrap;
  }
  .hot__main .projects__texts .projects__texts1 {
    width: 100%;
  }
  .hot__main .projects__texts .projects__texts2 {
    width: 100%;
  }

  .mob__hot {
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #E7EBF0;
    display: block;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .mob__hot svg {
    fill: #AAACAF !important;
  }
  .mob__hot:hover svg {
    fill: #536B96 !important;
  }

  .hot__main .hot__filter .hot__filter__right {
    width: 100%;
  }

  .hot__filter__right .news_filt {
    width: 160px;
    margin-left: 10px;
  }

  .mob__active svg {
    fill: #536B96 !important;
  }

  .hot__select .news_filter {
    flex-direction: column;
  }
  .hot__select .news_filt {
    width: 100% !important;
  }

  .hot__filter {
    flex-direction: column;
  }
  .hot__filter .hot__filter__left {
    flex-direction: column;
  }
  .hot__filter .hot__filter__left .main_top-item {
    margin-bottom: 20px;
  }

  .hot__main .hot__select__active {
    display: none;
  }

  .hot__table__setting {
    margin-bottom: -100px;
    margin-top: 50px;
    flex-direction: column;
  }

  .hot__table__setting3 {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 1200px) {
  .projects__main__left {
    width: 100%;
  }

  .projects__main__left .news_post {
    max-width: 48.5%;
  }

  .projects__main__left .news_post:nth-child(2n) {
    margin-right: -10px;
  }

  .projects__main__left .news_post:nth-child(2n+1) {
    margin-right: 20px;
  }

  .projects__main__right {
    margin-top: 5px;
  }

  .projects__main__right__desc {
    display: none;
  }

  .projects__main__right__mob {
    display: block;
    height: 200px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: -50px;
    overflow: hidden;
  }

  .projects__main__right__mob img {
    object-fit: cover;
    height: 200px;
  }

  .order__docs__item {
    padding: 0;
    grid-template-rows: 15% 75% 10%;
  }
  .order__docs__item .order__docs__item1 {
    padding: 15px 15px 25px;
    background: #155794;
    border-radius: 8px 8px 0 0;
    color: white;
  }
  .order__docs__item .order__docs__item2 {
    margin-top: 20px;
  }
  .order__docs__item .order__docs__item2 li {
    padding: 0 15px;
    border-bottom: 1px solid #D7DCEC;
    padding-bottom: 20px;
  }
  .order__docs__item .order__docs__item2 li p {
    margin-bottom: 10px;
  }
  .order__docs__item .order__docs__item2 li a {
    display: block;
    margin: 0;
  }
  .order__docs__item .order__docs__item3 a {
    padding: 0 15px;
  }

  .order__table, .line, .order__docs, .projects__search {
    margin-right: 0;
  }

  .hot__table__main5__col a {
    border-bottom: none !important;
  }

  .hot__table .hot__table__main button {
    width: 19vw;
  }
}