

/* Start:/local/templates/kleb/components/bitrix/news/all_news/bitrix/news.list/.default/style.css?17102714573420*/
.section-news {
  padding: 81px 0 100px;
}
@media (max-width: 767px) {
  .section-news {
    padding: 33px 0 45px;
  }
}
.section-news [class*=col-] {
  margin: 0 0 56px;
  display: flex;
}
@media (max-width: 767px) {
  .section-news [class*=col-] {
    margin: 0 0 40px;
  }
  .section-news [class*=col-]:nth-last-child(1) {
    margin: 0 0 33px;
  }
}
.section-news [class*=col-]:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-news [class*=col-]:nth-child(even) {
    justify-content: flex-start;
  }
}
.section-news .full-width {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .section-news .full-width {
    margin: 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 597px;
}
@media (max-width: 991px) {
  .news-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.news-item__img {
  margin: 0 41px 0 0;
  min-width: 176px;
  max-width: 176px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-item__img {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.news-item__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .news-item__img img {
    height: 189px;
  }
}
.news-item__info--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  display: block;
  margin: 0 0 15px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-item__info--title {
    font-size: 16px;
    line-height: 19px;
  }
}
.news-item__info--description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4c6171;
  display: block;
}
@media (max-width: 767px) {
  .news-item__info--description {
    font-size: 14px;
    line-height: 17px;
  }
}
.news-item:hover .news-item__img {
  opacity: 0.7;
}
.news-item:hover .news-item__info--title {
  color: #b70023;
}
.section-news-inner {
  padding: 27px 0 140px;
}
@media (max-width: 767px) {
  .section-news-inner {
    padding: 35px 0 49px;
  }
}
.section-news-inner [class*=col-] {
  margin: 0 0 56px;
  display: flex;
}
@media (max-width: 767px) {
  .section-news-inner [class*=col-] {
    margin: 0 0 40px;
  }
  .section-news-inner [class*=col-]:nth-last-child(1) {
    margin: 0 0 33px;
  }
}
.section-news-inner [class*=col-]:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-news-inner [class*=col-]:nth-child(even) {
    justify-content: flex-start;
  }
}
.section-news-inner .full-width {
  display: none;
}
@media (max-width: 767px) {
  .section-news-inner .full-width {
    display: flex;
  }
}

.pagination {
  margin: 45px 0 0;
}
@media (max-width: 767px) {
  .pagination {
    display: none;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination ul li {
  margin: 0 29.5px;
}
.pagination ul li.disabled svg path {
  fill: #1D1D1B;
}
.pagination ul li a,
.pagination ul li span {
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1b;
}
.pagination ul li span {
  color: #b70023;
}

/* End */
/* /local/templates/kleb/components/bitrix/news/all_news/bitrix/news.list/.default/style.css?17102714573420 */
