

/* 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/articles_list/style.css?17864431841488*/
.articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.articles__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.articles__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.articles__img {
  width: 100%;
  height: 100%;
  min-height: 287px;
  object-fit: cover;
}
.articles__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.articles__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
}
.articles__tag {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #e34d2a;
}
.articles__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.articles__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
}
.articles__blockbutton {
  margin-top: auto;
}
@media (max-width:1600px) {
  .articles__tag {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width:992px) {
  .articles {
    grid-template-columns: 1fr;
  }
}
@media (max-width:640px) {
  .articles {
    gap: 12px;
  }
  .articles__item {
    padding: 12px;
    gap: 12px;
  }
  .articles__wrapper {
    grid-template-columns: 1fr;
  }
  .articles__img {
    height: 250px;
    min-height: unset;
  }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/redesign/style.css?1786103620562 */
/* /local/templates/main/components/bitrix/news.list/articles_list/style.css?17864431841488 */
