

/* Start:/local/templates/duma2024/components/bitrix/news.list/page-list/style.css?1734990758434*/
.pages {
  box-shadow: 0 0 20px 0 #0000001a;
  border-radius: 20px;
  padding: 20px;
  clear: both;
  margin: 0 0 25px 0;
}
.pages h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.page-item {
  margin-bottom: 15px;
}
.page-item i {
  font-size: 33px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  display: inline-block;
  width: 40px;
}
.page-item p {
  margin: 14px 0;
  font-size: 15px;
  font-weight: 400;
}
/* End */


/* Start:/local/templates/duma2024/css/news-item.css?17345390502564*/
.news-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.news-item_small a {
  display: flex;
  height: 100%;
}

.news-item__img {
  height: 100%;
}

.news-item_small .news-item__img {
  flex: 0 0 33.33%;
}

.news-item__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.86%, rgba(0, 0, 0, 0.8) 87.84%);
}

.news-item_small .news-item__img::after {
  content: none;
}

.news-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-item_small .news-item__img img {
  border-radius: 20px;
}

.news-item__text {
  position: absolute;
  bottom: 25px;
  left: 42px;
  font-weight: 400;
  padding: 0 10px 0 0;
  color: var(--color5);
}

.news-item_small .news-item__text {
  position: static;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 15px;
}

.news-item__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 2px;
  height: 100%;
  background: var(--color5);
  border-radius: 5px;
}

.news-item_small .news-item__text:before {
  content: none;
}

.news-item__date {
  font-size: 15px;
}

.news-item_small .news-item__date {
  color: var(--color9);
}

.news-item__title {
  font-size: 22px;
}

.news-item_small .news-item__title {
  font-size: 20px;
  color: var(--color2);
}

/* From `raw/style.css` */
.news .content-block__elements {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
}

/*.news .news-item {
  max-height: 367px;
  flex: 1 1 792px;
}*/
.news .news-item_with-footer {
  flex: 1 1 367px;
  height: 384px;
}

.news-item__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.86%, rgba(0, 0, 0, 0.8) 87.84%);
}

.news-item__text {
  position: absolute;
  bottom: 25px;
  left: 42px;
  font-weight: 400;
  padding: 0 10px 0 0;
  color: #fff;
}

.news-item__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.news-item__date {
  font-size: 15px;
  line-height: 18.29px;
}

.news-item__title {
  font-size: 22px;
  line-height: 26.82px;
}

@media (max-width: 992px) {
  body .carousel .news-item {
    height: 250px;
  }

  .news-item__title {
    font-size: 16px;
    line-height: 19.82px;
  }
}

@media (max-width: 768px) {
  .news-item {
    height: 160px;
  }
}
/* End */
/* /local/templates/duma2024/components/bitrix/news.list/page-list/style.css?1734990758434 */
/* /local/templates/duma2024/css/news-item.css?17345390502564 */
