.articles-block {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .articles-block {
    padding-bottom: 90px;
  }
}
.articles-block.bg-gray {
  background: radial-gradient(49.09% 61.86% at 49.09% 61.86%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F3F5F8;
}
.articles-block h2 {
  position: relative;
  z-index: 900;
}
.articles-block__tags {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.articles-block__more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .articles-block__more {
    margin-top: 60px;
  }
}
.articles-block__item {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .articles-block__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.articles-block__item-title {
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  line-height: var(--lh-text-h);
  font-size: var(--fz-text-h);
  font-weight: 700;
}
.articles-block__item-title:hover {
  text-decoration: underline;
}
.articles-block__item-preview {
  line-height: var(--lh-text);
  font-size: var(--fz-text);
}
.articles-block__slider {
  max-width: 330px;
  margin: 0 auto;
}
.articles-block__slider .swiper-slide {
  height: initial;
}
.articles-block__slider .swiper-slide:after {
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border-radius: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 100ms;
  z-index: -1;
}
.articles-block__slider .swiper-slide:hover:after {
  background-color: #BFECEB;
}
@media (min-width: 768px) {
  .articles-block__slider {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .articles-block__slider {
    max-width: unset;
  }
  .articles-block__slider.has-desktop-swiper {
    overflow: hidden;
  }
  .articles-block__slider.has-desktop-swiper .swiper-slide {
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  .articles-block__slider:not(.has-desktop-swiper) {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .articles-block__slider:not(.has-desktop-swiper) .swiper-slide {
    width: 33.3333333333%;
  }
  .articles-block__slider .swiper-wrapper.justify-center {
    justify-content: center;
  }
}
.articles-block__slider-navigation {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .articles-block__slider-navigation {
    display: flex;
  }
}
@media (min-width: 992px) {
  .articles-block__slider-navigation {
    display: none;
  }
}
