

/* Start:/local/templates/main/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17778159932113*/
.news-page {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  color: #2c3e50;
  line-height: 1.65;
}
.news-page h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin: 0 0 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news-card {
  background: #fff;
  border: 1px solid #e8e8e5;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.news-card:hover {
  border-color: #ccc;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.news-card-image {
  width: 100%;
  height: 200px;
  background: #f0f0ee;
  overflow: hidden;
}
.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card-image.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.news-card-body {
  padding: 20px 22px;
}
.news-card-date {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.news-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.4;
}
.news-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}
.news-card-title a:hover {
  color: #555;
}
.news-card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.news-card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1a5c8a;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.news-card-link:hover {
  color: #0d3b5e;
}
.news-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 15px;
}
@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-page h2 {
    font-size: 22px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17778159932113 */
