

/* Start:/local/templates/main/components/bitrix/news.list/news/style.css?17866542731725*/
._two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* две колонки */
    gap: 75px 50px;
}
.news {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}
.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.news__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 100px;
}
@media (max-width: 500px) {
  .news__title div {
    display: none;
  }
}
.news__title .swiper-button-next, .news__title .swiper-button-prev {
  position: unset;
  height: 26px;
  margin-top: 0;
}
.news__title .swiper-button-next svg, .news__title .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.news__title .swiper-button-next path, .news__title .swiper-button-prev path {
  fill: #004CDD;
}
.news__item:hover h2 {
  color: #004CDD;
}
.news__item img {
  width: 100%;
  height: 283px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .news__item img {
    height: 200px;
  }
}
.news__item img._left {
  -o-object-position: left center;
     object-position: left center;
}
.news__item h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item p {
  font-weight: 700;
  margin-bottom: 8px;
}
.news__item span {
  color: #8F8F8F;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/news/style.css?17866542731725 */
