

/* Start:/local/templates/.default/components/bitrix/news/poleznoe/bitrix/news.list/.default/style.css?17855787193215*/
.poleznoe-hub {
  padding-bottom: 24px;
}

.poleznoe-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 12px;
  border-radius: 8px;
  background: #f7fafb;
}

.poleznoe-sections__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  color: #007088;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 112, 136, 0.12);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.poleznoe-sections__item:hover,
.poleznoe-sections__item.is-active {
  background: #007088;
  color: #fff;
  box-shadow: none;
}

.poleznoe-empty {
  margin: 0 0 40px;
  color: #4a4a4a;
  font-size: 16px;
}

.poleznoe-hub__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .poleznoe-hub__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 24px;
  }
}

.poleznoe-hub__featured,
.poleznoe-hub__aside {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.poleznoe-hub__featured-head {
  margin-bottom: 16px;
}

.poleznoe-hub__featured-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.poleznoe-hub__featured-title a {
  color: #007088;
  text-decoration: none;
}

.poleznoe-hub__featured-title a:hover {
  color: #fea0a0;
}

.poleznoe-hub__date {
  display: block;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.2;
}

.poleznoe-hub__image {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 6px;
}

.poleznoe-hub__image img {
  display: block;
  width: 100%;
  height: auto;
}

.poleznoe-hub__excerpt {
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.5;
}

.poleznoe-hub__more {
  display: inline-block;
  color: #007088;
  font-size: 14px;
  text-decoration: underline;
}

.poleznoe-hub__more:hover {
  color: #fea0a0;
}

.poleznoe-hub__aside-title {
  margin-bottom: 14px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.poleznoe-hub__list {
  display: flex;
  flex-direction: column;
}

.poleznoe-hub__list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f4;
  color: #007088;
  text-decoration: none;
}

.poleznoe-hub__list-item:first-child {
  padding-top: 0;
}

.poleznoe-hub__list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.poleznoe-hub__list-item:hover .poleznoe-hub__list-name {
  color: #fea0a0;
}

.poleznoe-hub__list-name {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.poleznoe-hub__list-date {
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.poleznoe-hub__pager {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .poleznoe-hub__featured,
  .poleznoe-hub__aside {
    padding: 18px 16px;
  }

  .poleznoe-hub__list-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news/poleznoe/bitrix/news.list/.default/style.css?17855787193215 */
