

/* Start:/local/templates/abat/components/bitrix/news/stati-news/bitrix/news.list/article-new-list/style.css?17455614992149*/
section.article {
  margin-top: 15px;
}

h1.second-title.article__title {
  font-size: 44px;
  margin-top: 25px;
}
.article__links {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  overflow-x: scroll;
}
a.article__link {
  border: solid 1px #e1e1e1;
  padding: 6px 16px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  text-wrap: nowrap;
}
a.article__link:hover {
  border: solid 1px #1d4199;
}
a.article__link.active {
  background-color: #1d4199;
  color: #fff;
}
.article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.article__item {
  width: calc(100% / 2 - 10px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  /* justify-content: space-between; */
  padding: 20px;
  gap: 20px;
}
img.article__item-img {
  width: 100%;
  max-height: 192px;
  max-width: 340px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}

.article__item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.article__item-name {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}
.article__item-text {
  font-size: 14px;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article__item-link {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  text-decoration: underline;
}

section.article__info {
  margin-top: 140px;
}

.article__info-text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 150%;
}
.article__info-text a {
  color: #1d4199;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  img.article__item-img {
    max-width: 270px;
  }
}
@media screen and (max-width: 1280px) {
  img.article__item-img {
    max-width: 100%;
  }
  .article__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .article__list{
    gap: 10px;
  }
  .article__item {
    width: 100%;
    padding: 14px;
  }
}

/* End */
/* /local/templates/abat/components/bitrix/news/stati-news/bitrix/news.list/article-new-list/style.css?17455614992149 */
