.news-list__slider {
    overflow: hidden;
  }
  
  .news-list__list {
    width: 100%;
    font-size: 0;
    margin: 0 -12px;
  }
  
  .news-list__item {
    display: inline-block;
    width: calc(25% - 24px);
    margin: 0 12px;
    margin-bottom: 35px;
    vertical-align: top;
  }

  .news-list__image {
    overflow: hidden;
    height: 228px;
    margin-bottom: 13px;
    position: relative;
    border-radius: 16px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 0px 1px #CAD0D7 inset;
  }
  .news-list__image img {
    max-width: 100%;
    max-height: 100%;
    /*min-height: 100%;
	min-width: 100%;*/
    position: absolute;
    transition: all 0.3s linear;
    /*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  .news-list__date {
    font-weight: 500;
    margin-bottom: 13px;
    color: #6C757D;
    font-size: 14px;
  }
  
  .news-list__anons {
    font-weight: 400;
    color: #131619;
    font-size: 16px;
    transition: all 0.3s linear;
    line-height: 21px;
    margin-bottom: 13px;
  }
  
  .news-list__item:hover .news-list__image img {
	transform: scale(1.1);
  }
  .news-list__item:hover .news-list__anons {
    color: #DD1E31;
  }
  
  .section.section_bg .news-list__list {
    width: 100%;
    margin: 0 -20px;
    margin-left: 20px;
    height: auto;
  }
  .section.section_bg .news-list__item {
    width: calc(33.333% - 40px);
    margin: 0;
    margin-right: 40px;
  }
  
  .section-news-list {
    margin-bottom: 48px;
  }
  
  .section.section_bg {
    position: relative;
  }
  
  @media screen and (max-width: 1024px) {
    .news-list__block {
      margin-left: 0px;
      margin-right: 0px;
    }
    .news-list__item {
      width: calc(50% - 24px);
      margin-bottom: 20px;
    }
    .news-list__list {
      width: auto;
    }
    .section.section_bg {
      margin-left: 12px;
    }
    .section.section_bg .news-list__list {
      margin-left: 0px;
    }
    .section.section_bg .news-list__item {
      width: 33%;
      margin: 0;
    }
    .section.section_bg .news-list__item:last-child {
      margin-right: 0;
    }
    .section.section_bg .news-list__block {
      margin-left: 0px;
      margin-right: 0px;
    }
    .pagination {
      margin-top: 26px;
      margin-bottom: 70px;
    }
    .news-list__slider .swiper-wrapper {
      flex-direction: row;
      gap: 10px;
    }
    .news-list__slider .swiper-slide {
      width: 33%;
    }
    .news-list__slider .current__image {
      width: 100%;
    }
    .news-list__slider .swiper-pagination {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .news-detail__col_current {
      padding: 28px 28px 40px 28px;
    }
    .news-list__block {
      overflow: hidden;
    }
    .news-list__slider .swiper-pagination {
      display: block;
      margin: 0px 0 14px;
    }
    .news-list__slider .swiper-pagination-bullet {
      margin: 0 7px;
    }
    .news-list__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #DD1E31;
      transform: scale(1.5);
    }
    .section.section_bg .news-list__list {
      margin: 0;
      gap: 0;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 7px;
    }
    .news-list__image {
        box-shadow: none;
        background: transparent;
    }
  }
  @media screen and (max-width: 640px) {
    .section.section_bg {
      overflow: hidden;
      margin: 0 0 32px 0;
    }
    .news-list__date {
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 5px 0;
    }
    .news-list__date:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0;
      background: #DD1E31;
    }
    .news-list__anons {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 580px) {
    .news-list__item {
      width: calc(100% - 24px);
    }
    .news-list__date {
      margin: 0 0 8px 0;
    }
    .pagination__item {
      border-radius: 100%;
    }
  }/*# sourceMappingURL=styles.css.map */