.section--pagination {
  margin-top: 60px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pagination .page-numbers {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
}
.pagination .page-numbers.current {
  color: #FFFFFF;
  background-color: #00AAA1;
}

.js-document-archive-wrapper.loading {
  opacity: 0.6;
}
.js-document-archive-wrapper .item-empty {
  margin-top: 60px;
}
.js-document-archive-wrapper .item-empty .item-inner {
  max-width: 1320px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 990px) {
  .page-template-template-documents .materials_filter {
    flex-wrap: wrap;
  }
}
.page-template-template-documents .materials_filter .materials_select_block-search {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .page-template-template-documents .materials_filter .materials_select_block-search {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-template-documents .materials_filter .materials_select_block-search input {
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding: 12px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='4.5' stroke='black' stroke-width='2'/%3E%3Cpath d='M14.0001 13.5L18.5001 18' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px);
  border-radius: 90px;
  border: 1px solid #C8C8C8;
}
.page-template-template-documents .materials_filter .materials_select_block-search input::placeholder {
  color: #666666;
}

/*# sourceMappingURL=style.css.map */
