.block_title {
  margin-top: 40px; }

.title-news {
  display: none; }

.banner_new {
  margin: 0px auto 70px;
  position: relative; }
  @media screen and (max-width: 540px) {
    .banner_new {
      margin: 0px auto 60px; } }
  @media screen and (max-width: 450px) {
    .banner_new {
      margin: 0px auto 45px; } }

.banner_new::after {
  width: 300px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -65px;
  content: ' ';
  background-repeat: no-repeat;
  background-image: url(../images/favicon2.png);
  background-size: 100%;
  z-index: 2; }
  @media screen and (max-width: 450px) {
    .banner_new::after {
      bottom: -45px;
      width: 250px;
      height: 35px; } }

.breadcrumbs {
  margin: 10px 0px;
  text-align: center; }

.news_home {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .news_home {
      margin-top: 0px; } }
  .news_home .field_title {
    position: absolute;
    top: 100%; }
    @media screen and (max-width: 736px) {
      .news_home .field_title {
        position: unset;
        margin-bottom: 20px; } }
    .news_home .field_title .order-select span {
      font-weight: bold; }
    .news_home .field_title select {
      border: none;
      line-height: 20px;
      width: 100px; }
    .news_home .field_title select:focus {
      background-image: linear-gradient(45deg, #333 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #333 50%), linear-gradient(to right, white, white);
      background-position: calc(100% - 10px) calc(1em + -2px), calc(100% - 15px) calc(1em + -2px), 100% 0;
      background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
      background-repeat: no-repeat;
      border-color: #333;
      outline: 0; }
    .news_home .field_title select {
      font-weight: bold;
      margin: 0;
      padding: 5px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, #333 49%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
      background-position: calc(100% - 15px) calc(1em + -2px), calc(100% - 10px) calc(1em + -2px), 100% 0;
      background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
      background-repeat: no-repeat; }

.img-title-cat {
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (max-width: 736px) {
    .img-title-cat {
      padding-top: 0px;
      margin-bottom: 45px; } }
  @media screen and (max-width: 540px) {
    .img-title-cat {
      margin-top: 0px;
      margin-bottom: 40px; } }
  .img-title-cat .button {
    background: var(--main-color);
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px auto 50px; }
    @media screen and (max-width: 736px) {
      .img-title-cat .button {
        margin: 0px auto 20px; } }
    @media screen and (max-width: 320px) {
      .img-title-cat .button {
        margin: 0px auto 15px; } }
    .img-title-cat .button svg {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 4px;
      left: 5px; }
  .img-title-cat .title {
    font-size: 36px;
    color: var(--black-color);
    font-family: "Saira-Medium";
    position: relative; }
    .img-title-cat .title:after {
      content: '';
      border-bottom: 2px solid #8a8a8a;
      width: 20px;
      position: absolute;
      top: 45px;
      left: 50%;
      transform: translate(-50%, 0%); }
    @media screen and (max-width: 540px) {
      .img-title-cat .title {
        font-size: 28px; }
        .img-title-cat .title:after {
          top: 30px; } }
    @media screen and (max-width: 320px) {
      .img-title-cat .title {
        font-size: 24px; }
        .img-title-cat .title:after {
          top: 30px; } }

.page_title .block_search_news {
  width: 50%;
  float: right;
  margin-top: -12px; }
  .page_title .block_search_news .block_title {
    width: calc(55% - 10px);
    float: left;
    text-align: right; }
    .page_title .block_search_news .block_title span {
      font-size: 15px;
      padding: 13px 0px; }
    .page_title .block_search_news .block_title:after {
      display: none; }
  .page_title .block_search_news .block_content {
    width: 45%;
    float: right; }

.news_top {
  width: calc(70%);
  float: left; }
  .news_top .pagination {
    text-align: left; }
  @media screen and (max-width: 990px) {
    .news_top {
      width: 100%;
      margin-bottom: 50px; }
      .news_top .pagination {
        text-align: center; } }
  @media screen and (max-width: 540px) {
    .news_top {
      margin-bottom: 25px; } }

.list-news {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px; }
  @media screen and (max-width: 990px) {
    .list-news {
      grid-gap: 10px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .list-news {
      grid-template-columns: repeat(2, 1fr); } }
  .list-news .item {
    width: 100%; }

.news_header {
  margin-bottom: 30px; }
  @media only screen and (max-width: 550px) {
    .news_header {
      margin-bottom: 20px; } }

.header_l {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 25px; }
  @media only screen and (max-width: 550px) {
    .header_l {
      margin-bottom: 15px; } }

.header_l .title {
  font-size: 22px;
  margin-top: 20px;
  line-height: 25px;
  font-weight: bold; }
  @media only screen and (max-width: 550px) {
    .header_l .title {
      font-size: 15px;
      margin-top: 10px;
      text-transform: unset; } }

.header_l .datetime {
  margin-top: 9px;
  color: #888; }

.header_l .summary {
  font-weight: normal;
  margin-top: 6px;
  text-align: justify;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media only screen and (max-width: 550px) {
    .header_l .summary {
      line-height: 22px;
      font-size: 14px; } }

.header_r {
  width: 85%;
  margin: 0px auto;
  box-sizing: border-box;
  overflow: hidden; }

.header_r_inner {
  display: flex;
  flex-wrap: wrap; }

.header_r .item {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box; }
  .header_r .item:nth-child(odd) {
    padding-right: 13px; }
    @media only screen and (max-width: 550px) {
      .header_r .item:nth-child(odd) {
        padding-right: 5px; } }
  .header_r .item:nth-child(even) {
    padding-left: 13px; }
    @media only screen and (max-width: 550px) {
      .header_r .item:nth-child(even) {
        padding-left: 5px; } }

.item-img {
  border-radius: 5px;
  display: grid; }

.header_r .item:nth-child(odd) {
  clear: left; }

.news_home .frame_img {
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px; }

.news_home .list-news .item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
  display: block; }
  @media screen and (max-width: 1200px) {
    .news_home .list-news .item img {
      min-height: 392px; } }
  @media screen and (max-width: 990px) {
    .news_home .list-news .item img {
      min-height: 325px; } }
  @media screen and (max-width: 736px) {
    .news_home .list-news .item img {
      min-height: 251px; } }
  @media screen and (max-width: 540px) {
    .news_home .list-news .item img {
      min-height: 206px; } }
  @media screen and (max-width: 450px) {
    .news_home .list-news .item img {
      min-height: 140px; } }

.list-news .item {
  -webkit-transition: all 0.5s ease-out; }

.list-news .item:hover {
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

.header_r .item_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media only screen and (max-width: 550px) {
    .header_r .item_title {
      margin-top: 10px;
      font-size: 14px; } }

.list-news .item {
  padding-bottom: 17px; }
  @media only screen and (max-width: 550px) {
    .list-news .item {
      padding-bottom: 20px;
      margin-bottom: 0px; } }

.list-news .frame_right .name_cat {
  text-align: center;
  display: block;
  padding: 0px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--main-color);
  font-weight: 550; }
  @media screen and (max-width: 768px) {
    .list-news .frame_right .name_cat {
      font-size: 16px;
      margin-bottom: 10px;
      padding: 0px 10px; } }
  @media screen and (max-width: 550px) {
    .list-news .frame_right .name_cat {
      font-size: 14px; } }
.list-news .frame_right .title {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .list-news .frame_right .title {
      font-size: 18px; } }
  @media only screen and (max-width: 550px) {
    .list-news .frame_right .title {
      text-transform: unset;
      font-size: 16px;
      padding: 0px 10px; } }

.list-news .datetime {
  color: #888;
  margin-top: 12px;
  margin-bottom: 28px; }
  @media only screen and (max-width: 550px) {
    .list-news .datetime {
      margin-bottom: 0px; } }

.list-news .sum {
  font-weight: normal;
  margin-top: 14px;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'LexendLight'; }
  @media only screen and (max-width: 550px) {
    .list-news .sum {
      margin-top: 5px;
      display: none; } }

.list-news .view-more {
  position: relative;
  color: var(--main-color);
  padding-left: 29px;
  transition: 0.3s;
  margin-top: 17px;
  display: block; }
  @media only screen and (max-width: 550px) {
    .list-news .view-more {
      margin-top: 5px;
      display: none; } }
  .list-news .view-more svg {
    position: absolute;
    fill: var(--main-color);
    width: 20px;
    height: 20px;
    left: 0px;
    top: -1px; }

.news_bottom_r .news-description .title {
  font-size: 28px;
  color: var(--black-color);
  font-family: "Saira-Medium";
  line-height: 32px;
  position: relative;
  margin-bottom: 20px; }
  .news_bottom_r .news-description .title:before {
    position: absolute;
    height: 1px;
    width: 100px;
    background: #8a8a8a;
    content: '';
    right: 0px;
    bottom: 13px; }
    @media screen and (max-width: 1100px) {
      .news_bottom_r .news-description .title:before {
        display: none; } }
  @media screen and (max-width: 540px) {
    .news_bottom_r .news-description .title {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 320px) {
    .news_bottom_r .news-description .title {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 10px; } }
.news_bottom_r .news-description .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black-color); }
  @media screen and (max-width: 320px) {
    .news_bottom_r .news-description .text {
      font-size: 14px;
      line-height: 20px; } }

.news_bottom_l .item:hover .view-more {
  transform: translateX(10px); }

.news_bottom_l {
  float: left;
  width: calc(68% - 30px);
  box-sizing: border-box; }

.news_bottom_r {
  float: right;
  width: 27%; }
  @media screen and (max-width: 990px) {
    .news_bottom_r {
      width: 100%; } }
  .news_bottom_r .news-description {
    margin-bottom: 30px; }
  .news_bottom_r .block {
    margin-bottom: 30px; }
    @media only screen and (max-width: 550px) {
      .news_bottom_r .block {
        margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .header_l {
    width: 100%; }
    .header_l .frame_img a {
      display: block; }

  .header_r {
    width: 100%;
    padding-left: 0; }

  .news_bottom_l {
    float: none;
    width: 100%; }

  .right_b {
    float: none;
    width: 100%; } }
.news_pos1 {
  background: #f5f5f5;
  padding: 44px 0px 0px;
  margin-bottom: 44px; }
  @media screen and (max-width: 550px) {
    .news_pos1 {
      padding: 20px 0px 0px; } }

/*# sourceMappingURL=cat.css.map */
