.category-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #2B2B2B; }

.category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* category-item */
.category-item {
  width: calc(50% - 30px);
  margin-bottom: 60px; 
}
.category-item__image {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 10px; 
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.category-item__image:after{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: inset 20px -30px 100px #2B2B2B;
}
    .category-item__image img {
      border-radius: 6px;
      width: 100%;
      height: 100%;
      object-fit: cover; 
    }
  .category-item__post-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; 
  }
  .category-item__post-info-conteiner {
    display: flex;
    align-items: center; 
  }
    .category-item__post-info-conteiner .comments-link {
      margin-right: 30px; 
    }
  .category-item .date-publisher {
    font-size: 14px;
    line-height: 22px;
    color: #9D9D9D; 
  }
  .category-item__title h2{
    font-size: 24px;
    line-height: 30px;
    color: #1294DB;
    margin:0 0 25px; 
  }
  .category-item .rubric {
    margin-bottom: 15px; }
  .category-item__preview {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #9D9D9D; }

/* end category-item */
/* pagination */
.pagination {
  margin: 10px 0 70px auto;
  display: flex; }
  .pagination__item {
    border: 1px solid #E1E1E1;
    font-size: 14px;
    line-height: 22px;
    color: #2B2B2B;
    display: block;
    min-width: 25px;
    padding: 1px 8px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center; }
  .pagination__item:first-child {
    background-image: url(img/arrow.svg); }
  .pagination__item:last-child {
    transform: rotate(180deg);
    background-image: url(img/arrow.svg); }

a.pagination__item:first-child:hover,
a.pagination__item:last-child:hover {
  background-image: url(img/arrow-hover.svg); }
/* pagination */
@media(max-width: 1045px){
  .category-item{
    width: 100%;
  }
  .category-item__title h2{
    height: auto;
  }
}
@media(max-width: 530px){
  .category-item__image{
    height: 150px;
  }
  .category-item__post-info-conteiner{
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .single-info-author-container{
    display: flex;
    flex-direction: column;
  }
  .category-item__post-info-conteiner .comments-link{
    margin-right: 0;
  }
  .category-item .form-btn{
    width: 100%
  }
}

.flex-navi{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.load-more-btn {
  font-size: 14px;
  text-decoration: underline;
  color: #1294DB;
  cursor: pointer;
}
.load-more-btn:hover{
  text-decoration: none;
}
.with-load-more #wp_page_numbers{
    justify-content: flex-end;
    width: calc(50% - 53px);
}
@media (max-width: 800px){
  .flex-navi{
    flex-direction: column;
  }
  .with-load-more #wp_page_numbers{
    justify-content: center;
    margin-top: 20px;
  }
}

/*#ya-site-form0{
    background: #F2F2F2;
    border-radius: 6px;
    padding: 5px 10px 5px 15px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 355px;
}
#ya-site-form0 .ya-site-form__search, #ya-site-form0 .ya-site-form__search td, #ya-site-form0 .yaform__precise-i{
  background:unset!important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
  padding: 0;
    background: #F2F2F2!important;
    border: none;
    outline: none;
    width: 300px;
    font-size: 16px!important;
    line-height: 22px!important;
    max-width: 100%;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text::placeholder{
  color: #9D9D9D!important;
}
#ya-site-form0 .ya-site-form__submit{
  width: 20px;
    height: 20px;
    padding: 15px;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px;
    background-image: url(/wp-content/themes/wpnew2021/img/single/search.svg);
}
#ya-site-form0 .ya-site-form__search-input{
  padding: unset;
}
@media(max-width: 570px){
  #ya-site-form0{
    max-width: 100%;
  }
  #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
    width: auto;
  }
}*/