

/* Start:/local/templates/redesign/components/bitrix/news/news/bitrix/news.list/.default/style.css?17704726594978*/
.tags.news-tags {
	padding-inline: 0;
}
.news-card {
  margin: 0 -8px;
}

.news-card .slick-slide {
  margin: 0 8px;
}

.news-card__item {
  position: relative;
}

.news-card__type {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  height: 36px;
  padding: var(--Spacing-Main-12, 12px);
  border-radius: var(--Corner-Tags, 8px);
  background: var(--Butttons-button-fill-oncolor, #FFF);
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 13px;
}

.news-card__img {
  position: relative;
  min-height: 266px;
  border-radius: var(--corner-card-m, 20px);
  background: var(--Backgraund-Yellow-light, #FFF1CA);
}

.news-card__img img {
  border-radius: var(--corner-card-m, 20px);
  width: 100%;
  object-fit: cover;
}

.news-card__img:not(.mode-short) img {
  height: 344px;
}

.news-card__content {
  padding-top: 30px;
}

.news-card__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 12px;
  margin-top: 0;
}

.news-card__desc {
  max-height: 51px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Text-text-secondary, #5F5E5E);
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 0;
}

.news-card__date {
  color: var(--Text-text-secondary, #5F5E5E);
  font-size: var(--Fonts-Descriptor, 13px);
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.news-card__item_white i {
  color: #fff;
}

.news-card__item_dark i {
  color: #303030;
}
.news-list .news-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
  margin: 0 0 40px;
}

.news-list .news-card .news-card__item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

.news-list .news-card .news-card__item:first-child .news-card__img {
  height: 703px;
}

.news-list .news-card .news-card__item:not(:first-child) .news-card__img {
  height: 169px;
}

.news-list .news-card__item:nth-child(2),
.news-list .news-card__item:nth-child(3) {
  margin-bottom: 30px;
}

.select-period {
  margin-bottom: 30px;
}

.select-period .selected {
  width: 297px;
  margin-left: auto;
}
.news-not-found {
	background-color: #FCF9F8;
	background-image: url(/local/templates/redesign/components/bitrix/news/news/bitrix/news.list/.default/images/not-found.png);
	background-repeat: no-repeat;
	background-position: center right;
	min-height: 520px;
}
.news-not-found .news-not-found__title {
	max-width: 575px;
}
@media (max-width: 1440px) {
  .news-list .news-card {
    gap: 30px 12px;
  }

  .news-list .news-card .news-card__item:first-child .news-card__img {
    height: 536px;
  }

  .news-list .news-card__item:nth-child(2),
  .news-list .news-card__item:nth-child(3) {
    margin-bottom: 24px;
  }

  .select-period {
    margin-top: -58px;
  }
  .news-not-found {
	  min-height: 390px;
  }
  .select-period .selected {
    width: 223px;
  }
}

@media (max-width: 1280px) {
  .news-list .news-card {
    gap: 26px 10px;
  }

  .news-list .news-card .news-card__item:first-child .news-card__img {
    height: 498px;
  }

  .news-list .news-card__item:nth-child(2),
  .news-list .news-card__item:nth-child(3) {
    margin-bottom: 47px;
  }

  .select-period {
    margin-top: -50px;
    margin-bottom: 26px;
  }

  .select-period .selected {
    width: 198px;
  }
  .news-not-found {
	  min-height: 346px;
  }
  .news-not-found .news-not-found__title {
	max-width: 480px;
  }
}

@media (max-width: 768px) {
  .news-list .news-card {
    gap: 20px 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .news-list .news-card .news-card__item:first-child {
    grid-column: 1/-1;
  }

  .news-list .news-card .news-card__item:first-child .news-card__img {
    height: 320px;
  }

  .news-list .news-card__item:nth-child(2),
  .news-list .news-card__item:nth-child(3) {
    margin-bottom: 0;
  }

  .select-period {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .select-period .selected__select:not([class*=select--form]) {
    width: 100%;
  }

  .select-period .selected__select:not([class*=select--form]) span {
    display: block;
  }

  .select-period .selected {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .news-not-found .news-not-found__title {
	max-width: 380px;
  }
  .news-not-found {
	  min-height: 290px;
  }
}

@media (max-width: 576px) {
  .news-list .news-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-list .news-card .news-card__item:not(:first-child) .news-card__img {
    height: 106px;
  }
  .news-not-found {
	  min-height: 260px;
  }
}

@media (max-width: 460px) {
  .news-list .news-card .news-card__item:first-child .news-card__img {
    height: 220px;
  }

  .select-period .selected {
    width: 100%;
  }
}
/* End */
/* /local/templates/redesign/components/bitrix/news/news/bitrix/news.list/.default/style.css?17704726594978 */
