

/* 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 */


/* Start:/local/templates/.default/components/bitrix/news.list/poleznoe_reviews_slider/style.css?17855787193685*/
.poleznoe-reviews {
  margin: 28px 0 8px;
  padding: 24px;
  border-radius: 8px;
  background: #f7fafb;
}

.poleznoe-reviews__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.poleznoe-reviews__title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  color: #222;
}

.poleznoe-reviews__subtitle {
  margin: 0;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.35;
}

.poleznoe-reviews__all {
  flex: 0 0 auto;
  color: #007088;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

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

.poleznoe-reviews__slider {
  margin: 0 12px;
  padding: 0 20px;
}

.poleznoe-reviews__item {
  margin: 0 8px;
  padding: 20px;
  height: 260px;
  display: flex !important;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.poleznoe-reviews__item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.poleznoe-reviews__author {
  font-weight: 600;
  color: #222;
}

.poleznoe-reviews__date {
  color: #c9c9c9;
  font-size: 13px;
  white-space: nowrap;
}

.poleznoe-reviews__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}

.poleznoe-reviews__star {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #dde3e6;
}

.poleznoe-reviews__star.is-on {
  background: #f5b942;
}

.poleznoe-reviews__text {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.45;
  scrollbar-width: thin;
}

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

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

.poleznoe-reviews .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.poleznoe-reviews .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.poleznoe-reviews .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9d5d9;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.poleznoe-reviews .slick-dots .slick-active button {
  background: #007088;
}

.poleznoe-reviews .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: 1px solid #007088;
  border-radius: 50%;
  background: #fff;
  color: #007088;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.poleznoe-reviews .slick-arrow:hover {
  color: #fea0a0;
  border-color: #fea0a0;
}

.poleznoe-reviews .slick-prev {
  left: -10px;
}

.poleznoe-reviews .slick-next {
  right: -10px;
}

.poleznoe-reviews .slick-prev:before,
.poleznoe-reviews .slick-next:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.poleznoe-reviews .slick-prev:before {
  transform: translateX(1px) rotate(-135deg);
}

.poleznoe-reviews .slick-next:before {
  transform: translateX(-1px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .poleznoe-reviews {
    padding: 18px 14px;
  }

  .poleznoe-reviews__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .poleznoe-reviews .slick-prev {
    left: 0;
  }

  .poleznoe-reviews .slick-next {
    right: 0;
  }
}

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