.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;
}

.news {
  margin-top: 40px;
}

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

.news__content .article {
  height: unset;
  max-width: unset;
}

.news__pagination {
  width: 100%;
}

.news__preloader {
  position: relative;
}

@media (min-width: 1200px) {
  .news__content .article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 14px);
            flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 1199px) {
  .news__content .article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 833px) {
  .news__content .article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 377px;
            flex: 0 1 377px;
    margin: 0 auto;
  }
}
@supports (appearance:none){

}

 @media (min-width: 1200px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
