

/* Start:/local/templates/titan/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17702084761979*/
.articles-page + .footer {
  margin-top: 127px;
}
@media all and (max-width: 767px) {
  .articles-page + .footer {
    margin-top: 80px;
  }
}

.articles-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: -44px 0 0 0;
}
.articles-list__list .article-card {
  height: auto;
  padding: 24px;
  padding-right: 19px;
  font-weight: 400;
  text-decoration: none;
  color: #29333a;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.articles-list__list .article-card__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 3% 0 0;
}
.articles-list__list .article-card__text .name {
  display: block;
  margin-bottom: 8px;
}
.articles-list__list .article-card__text .description {
  display: block;
  flex-grow: 1;
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .articles-list__list .article-card__text .description {
    font-size: 14px;
  }
}
.articles-list__list .article-card__text .bottom {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
.articles-list__list .article-card__text .bottom .read {
  display: inline-block;
  font-weight: 600;
  color: #ec3c3c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.articles-list__list .article-card__pic {
  display: block;
  flex: 0 0 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.articles-list__list .article-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .articles-list__list .article-card__pic {
    width: 160px;
  }
}
@media all and (max-width: 767px) {
  .articles-list__list .article-card {
    display: flex;
    flex-direction: column-reverse;
  }
}
.articles-list__list .article-card:hover {
  color: inherit;
  box-shadow: 0 4px 20px 0 rgba(41, 51, 58, 0.15);
}
@media all and (max-width: 1023px) {
  .articles-list__list {
    grid-template-columns: 1fr;
  }
}

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

/* End */
/* /local/templates/titan/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17702084761979 */
