.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.articles {
  margin-top: 30px;
}

.articles {
  position: relative;
}

.articles__tags {
  margin-bottom: 30px;
}

.articles__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
          flex: 1 1 32%;
  max-width: 547px;
  min-height: 420px;
  height: unset;
}

.articles__item.swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.articles__item_big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1114px;
          flex: 0 0 1114px;
  max-width: 100%;
}

.articles__item_big .article {
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
}

.articles__item_big .article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.articles__item_big .article__wrapper {
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.031372549);
          box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.031372549);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.articles__item_big .article .article-info {
  margin: 0;
  padding: 0;
}

.articles__item_big .article__title {
  margin-top: 5px;
  padding: 0px 50px 0px 0px;
}

.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.articles__pagination {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: -20px;
}

.article {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 5px 5px 25px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 546px;
  width: 100%;
}

.article__img {
  border-radius: 15px;
  overflow: hidden;
  height: 300px;
}

.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__info {
  margin-top: 20px;
  padding: 0 20px;
  color: #999;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.article__time,
.article__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.article__time .icon,
.article__views .icon {
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: #999;
}

.article__title {
  padding: 0 20px;
  overflow: hidden;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 130%;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-right: 70px;
}

.article__arrows {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 45px;
  opacity: 0;
  visibility: hidden;
}

.article__arrows .arrows__item {
  height: 45px;
}

.article:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
}

.article:hover .article__arrows {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1919px) {
  .articles__item {
    min-height: 360px;
    max-width: 427px;
  }

  .articles__item_big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 874px;
            flex: 0 0 874px;
    max-width: 100%;
  }

  .article {
    max-width: 426px;
  }

  .article__img {
    height: 240px;
  }
}

@media (max-width: 1439px) {
  .articles__item_big {
    min-height: 424px;
  }

  .article {
    max-width: 377px;
  }

  .article__img {
    height: 210px;
  }
}

@media (max-width: 833px) {
  section.articles {
    margin-top: 15px;
  }

  .articles__head .head-title__btn {
    display: none;
  }

  .articles__tags {
    margin-bottom: 25px;
  }

  .articles__item {
    min-height: 320px;
    max-width: 280px;
  }

  .articles__item_big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 364px;
  }

  .articles__item_big .article__title {
    padding: 0;
  }

  .articles__arrows {
    display: none;
  }

  .articles__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .articles__wrapper .articles__item:not(.articles__item_big) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 100%;
  }

  .articles__wrapper .articles__item:not(.articles__item_big) .article {
    min-width: 280px;
    max-width: 100%;
  }

  .article__img {
    height: 180px;
  }

  .article__title {
    padding-right: 20px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
