

/* Start:/local/templates/aspro-allcorp3stroy/components/bitrix/news.list/sales/style.css?17797056563216*/
.news-grid-wrapper {
  width: 100%;
}

.news-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 799px) {
  .news-grid-container {
    grid-template-columns: 1fr;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 40px;
}

.news-card__image-wrap {
  width: 100%;
  overflow: hidden;
}

.news-card__image-link {
  display: block;
  width: 100%;
}

.news-card__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 270px;
  border-radius: 40px 40px 0 0;
  object-fit: cover;
}

.news-card__content {
  margin-top: 20px;
  padding: 0 40px 40px 40px;
}

.news-card__title {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 100%;
}

.news-card__title-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-card__title-link:hover {
  color: #555;
  text-decoration: none;
}

.news-card__date {
  margin-top: 8px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #999;
}

.news-card__preview {
  margin-top: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #666;
}

.news-card__preview > *:first-child {
  margin-top: 0;
}

.news-card__preview > *:last-child {
  margin-bottom: 0;
}

.news-grid__pagination {
  margin-top: 30px;
}

@media (max-width: 499px) {
  .news-card__title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .news-card__preview {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .news-card__date {
    font-size: 12px;
  }
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}

.news-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #0D0D0D;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.news-pagination__arrow:hover {
  opacity: 0.8;
}

.news-pagination__arrow--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.news-pagination__pages {
  display: flex;
  align-items: center;
  gap: 30px;
}

.news-pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  color: #0D0D0D;
  text-decoration: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: background 0.2s ease;
}

.news-pagination__page:hover {
  opacity: 0.85;
}

.news-pagination__page--active {
  color: #80BD44;
  font-weight: 700;
}


@media (max-width: 499px) {
  .news-pagination {
    gap: 20px;
  }

  .news-pagination__pages {
    gap: 15px;
  }

  .news-pagination__page {
    min-width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .news-pagination__arrow {
    width: 40px;
    height: 40px;
  }
}

/* End */
/* /local/templates/aspro-allcorp3stroy/components/bitrix/news.list/sales/style.css?17797056563216 */
