

/* Start:/bitrix/templates/redesign/components/bitrix/system.pagenavigation/shop/style.css?1732605370584*/
.pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.pagination a {
  display: flex;
}
.pagination__prev > svg {
  transform: rotate(180deg);
}
.pagination__item {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-03);
  text-decoration: none;
}
.pagination__item--active {
  width: 30px;
  height: 30px;
  background: var(--blue-01);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/news/style.css?17325389821187*/
.news {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style-type: none;
}
.news__item {
  display: flex;
  flex-direction: column;
}
.news__img {
  display: block;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 12px 12px 0 0;
}
.news__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 40px;
  background: var(--pkun-04);
  border: 1px solid var(--grey-01);
  border-radius: 0 0 20px 20px;
}
.news__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
  text-decoration: none;
}
.news__date {
  margin-top: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-03);
}
@media (max-width:1024px) {
  .news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .news {
    grid-template-columns: 1fr;
  }
  .news__img {
    height: 180px;
  }
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/system.pagenavigation/shop/style.css?1732605370584 */
/* /bitrix/templates/redesign/components/bitrix/news.list/news/style.css?17325389821187 */
