

/* Start:/local/templates/teplocom/components/bitrix/news.list/reviews/style.css?17824822724713*/
.reviews-page__header {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .reviews-page__header {
    padding: 0 15px;
  }
}
.reviews-page__header .title.catalog-page__header-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #6D6E70;
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .reviews-page__header .title.catalog-page__header-title {
    font-size: 22px;
  }
}
.reviews-page__header .breadcrumbs {
  padding: 20px 0;
  display: flex;
}

.news-grid {
  padding: 0 25px;
  max-width: 1400px;
}
.news-grid__pagination--top {
  margin-bottom: 30px;
}
.news-grid__pagination--bottom {
  margin-top: 40px;
}
.news-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1360px) {
  .news-grid__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 990px) {
  .news-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .news-grid__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-image: url(/local/templates/teplocom/components/bitrix/news.list/reviews/images/bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-card__image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 35px;
}
.news-card__image {
  width: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
  max-height: 100px;
}
.news-card:hover .news-card__image {
  transform: scale(1.03);
}
.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 25px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 11px;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.4);
}
.news-card__date {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
@media (min-width: 700px) {
  .news-card__date {
    font-size: 15px;
  }
}
.news-card__title {
  gap: 4px;
  display: grid;
}
.news-card__title a {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
}
.news-card__subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.news-card__date {
  font-weight: 350;
  font-size: 14px;
  color: #fff;
}
.news-card__link {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-card__link:hover {
  color: #f38a00;
}
.news-card__text {
  font-weight: 400;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
  order: 3;
}
@media (min-width: 700px) {
  .news-card__text {
    font-size: 16px;
  }
}
.news-card__properties {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  order: 4;
}
.news-card__property {
  font-size: 13px;
  color: #888;
}
@media (min-width: 700px) {
  .news-card__property {
    font-size: 14px;
  }
}
.news-card__property-label {
  font-weight: 600;
  color: #666;
}
.news-card__property-value {
  color: #444;
}

@media (max-width: 699px) {
  .news-grid__list {
    gap: 20px;
  }
  .news-card__image {
    height: 180px;
  }
  .news-card__content {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 11px;
  }
  .news-card__title {
    font-size: 16px;
  }
  .news-card__text {
    font-size: 14px;
  }
}
.modern-page-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.modern-page-navigation a,
.modern-page-navigation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modern-page-navigation a {
  background: #f5f5f5;
}
.modern-page-navigation a:hover {
  background: #f38a00;
  color: #fff;
}
.modern-page-navigation .modern-page-current {
  background: #f38a00;
  color: #fff;
  font-weight: 600;
}
.modern-page-navigation .modern-page-dots {
  background: transparent;
  color: #999;
}
.modern-page-navigation .modern-page-prev,
.modern-page-navigation .modern-page-next {
  background: transparent;
}
.modern-page-navigation .modern-page-prev:hover,
.modern-page-navigation .modern-page-next:hover {
  background: #f5f5f5;
  color: #f38a00;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/teplocom/components/bitrix/news.list/reviews/style.css?17824822724713 */
