.articles .blur_top:nth-child(1) {
  translate: 0 0;
  position: relative;
  right: 250px;
}

.articles .blur_top {
  width: 15rem;
  height: 15rem;
}

.articles .blurtop {
  top: 10rem;
  right: 0rem;
}

.blur_top {
  border-radius: 100%;
  filter: blur(120px);
}

.articles .blur_home:nth-child(1) {
  translate: 0 0;
  position: relative;
  right: 200px;
}

.articles .blur_home {
  width: 20rem;
  height: 20rem;
}

.articles .blurhome {
  top: 17rem;
  right: 0rem;
  left: 70rem;
}

.blur_home {
  border-radius: 100%;
  filter: blur(100px);
}

@media (max-width: 1599) {
  .articles .blurhome {
    top: 20rem;
    right: -10rem;
    left: 53rem;
  }
}

.articles .blur_articles:nth-child(1) {
  translate: 0 0;
  position: relative;
  right: 200px;
  background: #c12fff9c;
}

.articles .blur_articles {
  width: 20rem;
  height: 20rem;
}

.articles .blurarticles {
  top: 70rem;
  right: 0rem;
  left: 0rem;
}

.blur_articles {
  border-radius: 100%;
  filter: blur(100px);
}

.breadcrumbs__body {
  margin-block: clamp(10rem, 6.6911764706rem + 14.7058823529vw, 19.75rem)
    clamp(1.875rem, 0.7720588235rem + 4.9019607843vw, 3.125rem);
}

.articles .section-header__text {
  grid-column: 1;
  opacity: 0.6;
}

.bl-mt-130px {
  margin-top: 8.125rem;
}

.articles-filter {
  border: 1px solid #fff;
}

.home-news__link {
  z-index: 2;
  position: relative;
  top: 18rem;
  left: 27rem;
}

.home-news__excerpt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: inherit;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* максимум 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
  margin-bottom: 1rem;
}

/* делаем из wrapper — грид, а слайдам убираем фикс-ширину и маргины */
.articles-body .swiper-wrapper {
  display: grid !important;
  gap: 20px;
  transform: none !important;
}
.articles-body .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
.articles-body__buttons {
  display: none !important;
}

.main-infinity {
  grid-column: main / 3;
  width: 100%;
}

.home-news__slider .swiper-slide {
  max-width: none;
}

@media (min-width: 1366px) {
  .articles-body .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1365px) {
  .articles-body .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .articles-body .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* separator занимает всю строку грида */
.articles-sep {
  grid-column: 1 / -1; /* на всю ширину контейнера */
  margin-bottom: 10px;
}

.articles-body__slider {
  margin-bottom: 1.875rem;
}

.articles-showmore {
  display: flex;
  justify-content: center;
}

.showmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0.8rem 6.375rem;
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.showmore-btn:hover {
  background: #fff;
  color: #0b0c12; /* подложка из темы */
}

.home-news__date {
  font-size: 0.875rem;
}

.home-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.home-news__tag {
  padding: 8px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
  min-width: 80px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.home-news__tag:hover {
  background: rgba(255, 255, 255, 0.05);
}

.home-news__meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news__time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c9a6ff;
  font-size: 16px;
}

.home-news__time-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.home-news__title {
  min-height: 60px;
}

.icon-swipe {
  display: none;
}

@media (max-width: 480px) {
  .articles .section-header .second-title {
    font-size: 1.25rem;
  }

  .bl-mt-130px {
    margin-top: 3.125rem;
  }

  .blur {
    display: flex;
  }

  .articles .blurtop {
    top: 0rem;
    right: -20rem;
  }
}
