

/* Start:/local/templates/dosaaf-luxar/components/bitrix/news/stati-blog/bitrix/news.list/.default/style.css?17564545163357*/
.articles {
  margin-bottom: 14rem;
}
@media (max-width: 991px) {
  .articles {
    margin-bottom: 5rem;
  }
}
.articles__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.articles__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 1.3rem);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), transparent);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 0 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .articles__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 575px) {
  .articles__item {
    width: 100%;
  }
}
.articles__item:hover .detail-link::before {
  opacity: 0;
}
.articles__item:hover .detail-link::after {
  opacity: 1;
}
.articles__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.articles__item__date {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #9AA9AE;
  padding: 0 1rem;
  margin-bottom: 1.2rem;
}
.articles__item__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #1F1B20;
  min-height: 4rem;
  padding: 0 1rem;
  margin-bottom: 1.2rem;
}
.articles__item__image {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.articles__item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 460/283;
  object-fit: cover;
  object-position: center;
}
.articles__item__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #575757;
  padding: 0 1rem;
}
.articles__item .detail-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.news__filter {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .news__filter {
    margin-bottom: 2rem;
  }
}
.news__filter .filter-date {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), transparent);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 6rem;
  overflow-x: scroll;
}
@media (max-width: 991px) {
  .news__filter .filter-date {
    height: 4rem;
  }
}
.news__filter .filter-date::-webkit-scrollbar {
  display: none;
}
.news__filter .filter-date a {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 2.5rem;
  color: #020202;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 5.5rem;
  padding-right: 7rem;
  transition: all 0.1s linear;
}
@media (max-width: 991px) {
  .news__filter .filter-date a {
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.news__filter .filter-date a.active, .news__filter .filter-date a:hover {
  color: #BA0000;
}
.news__filter .filter-date a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1.4rem);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(161, 176, 181, 0.3), rgba(255, 255, 255, 0.3));
  rotate: 37deg;
  pointer-events: none;
  top: -0.7rem;
  right: 0;
}
@media (max-width: 991px) {
  .news__filter .filter-date a::before {
    top: 0.5rem;
    height: 75%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/dosaaf-luxar/components/bitrix/news/stati-blog/bitrix/news.list/.default/style.css?17564545163357 */
