

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/redesign/style.css?1786103620562*/
.paging {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.paging__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  transition-duration: 400ms;
}
.paging__button:hover:not(.disabled) {
  background-color: #e34d2a;
  text-decoration: none;
}
.paging__button--active {
  background-color: #e34d2a;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news_list/style.css?17860985311390*/
.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 849px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.news__img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.news__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
}
.news__tag {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #e34d2a;
}
.news__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.news__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
}
.news__blockbutton {
  margin-top: auto;
}
@media (max-width:1600px) {
  .news__item {
    min-height: 693px;
  }
  .news__img {
    height: 246px;
  }
  .news__tag {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width:992px) {
  .news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:768px) {
  .news {
    grid-template-columns: 1fr;
  }
  .news__item {
    min-height: unset;
  }
}
@media (max-width:640px) {
  .news {
    gap: 12px;
  }
  .news__item {
    padding: 12px;
  }
  .news__blockbutton {
    margin-top: -12px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/redesign/style.css?1786103620562 */
/* /local/templates/main/components/bitrix/news.list/news_list/style.css?17860985311390 */
