<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/tb_redesign_2025/components/theb/news/tb_redesign_2025/bitrix/news.list/.default/style.css?17528457382054*/
.news {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 768px) {
  .news {
    gap: 50px;
  }
}
.news__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .news__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
  }
  .news__item:after {
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background-color: #94D3BE;
  }
}
.news__item_tag {
  background: #94D3BE;
  text-transform: uppercase;
  font-family: "Value Sans Pro", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  width: fit-content;
  padding: 5px 15px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .news__item_tag {
    font-size: 9px;
  }
}
.news__item_img_link {
  width: 100%;
}
.news__item_img_link img {
  width: 100%;
}
.news__item_followers {
  color: #94D3BE;
  font-weight: 500;
  font-size: 18px;
  font-family: "Value Sans Pro", Arial, sans-serif;
}
@media (max-width: 768px) {
  .news__item_text {
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .news__item_title {
    margin: 0;
    line-height: 0.8;
  }
}
.news__item_title a {
  font-family: "Value Sans Pro", Arial, sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .news__item_title a {
    font-size: 18px;
    line-height: 0.8;
  }
}
.news__item_preview_text a {
  font-family: "Value Sans Pro", Arial, sans-serif;
  text-decoration: none;
  color: #828282;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .news__item_preview_text a {
    font-size: 18px;
    line-height: 20px;
  }
}
.news__more {
  background-color: #94D3BE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 10px;
  text-decoration: none;
  width: fit-content;
  font-weight: 700;
  font-family: "Value Sans Pro", Arial, sans-serif;
}

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

/* End */
/* /local/templates/tb_redesign_2025/components/theb/news/tb_redesign_2025/bitrix/news.list/.default/style.css?17528457382054 */
</pre></body></html>