@import "../../fonts/fonts.css";
body .quality {
  overflow: hidden;
  position: relative;
}
body .quality::before {
  position: absolute;
  content: '';
  background: url('/wp-content/themes/ekor/assets/img/catalog-main-bg.png') no-repeat;
  height: 100%;
  background-size: cover;
  width: 100%;
}
@media (max-width: 768px) {
  body .quality::before {
    display: none;
  }
}
@media (max-width: 768px) {
  body .quality {
    background-image: url("../../../assets/img/banner-bg.png");
    background-size: cover;
  }
}
body .quality__row {
  height: 280px;
  display: flex;
  padding-top: 125px;
}
@media (max-width: 768px) {
  body .quality__row {
    height: 200px;
    padding-top: 100px;
  }
}
body .quality__row-left {
  display: flex;
  width: 43%;
  z-index: 1;
  margin-left: 0;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1700px) {
  body .quality__row-left {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  body .quality__row-left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  body .quality__row-left {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body .quality__row-left {
    width: 100%;
  }
}
body .quality__breadcrumbs {
  font-size: 14px;
  padding-bottom: 20px;
  color: #8A8A8A;
}
body .quality__breadcrumbs a {
  transition: 0.3s;
  color: #8A8A8A;
}
body .quality__breadcrumbs a:hover {
  color: #358E03;
}
@media (max-width: 768px) {
  body .quality__breadcrumbs {
    padding-bottom: 40px;
  }
}
body .quality__row-left-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 82px;
  color: #333333;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  body .quality__row-left-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  body .quality__row-left-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body .quality__row-left-title {
    font-weight: 700;
  }
}
body .quality__row-left-line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #358E03;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body .quality__row-left-line {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  body .quality__row-left-line {
    font-size: 26px;
    line-height: 31px;
  }
}
body .quality__row-left-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 991px) {
  body .quality__row-left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  body .quality__row-left-text {
    font-size: 14px;
    line-height: 21px;
  }
}
body .quality__background-image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1700px) {
  body .quality__background-image {
    width: 1000px;
    right: -100px;
  }
}
@media (max-width: 1400px) {
  body .quality__background-image {
    right: -200px;
  }
}
@media (max-width: 1199px) {
  body .quality__background-image {
    right: -400px;
  }
}
@media (max-width: 991px) {
  body .quality__background-image {
    right: -450px;
  }
}
@media (max-width: 768px) {
  body .quality__background-image {
    display: none;
  }
}
.posts {
  font-family: 'Montserrat';
  font-weight: 400;
  margin-top: -40px;
}
@media (max-width: 576px) {
  .posts {
    margin-top: -25px;
  }
}
.posts__navigation {
  row-gap: 20px;
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .posts__navigation {
    padding: 20px 0 40px;
  }
}
.posts__posts {
  padding-bottom: 60px;
}
.posts__for-pattern-one {
  background-image: url("/wp-content/themes/ekor/assets/img/blog-pattern.svg");
  background-repeat: no-repeat;
  width: 283px;
  height: 150px;
  display: block;
  position: absolute;
  top: 10%;
  left: -200px;
}
@media (max-width: 576px) {
  .posts__for-pattern-one {
    display: none;
  }
}
.posts__for-pattern-two {
  background-image: url("/wp-content/themes/ekor/assets/img/blog-pattern.svg");
  background-repeat: no-repeat;
  width: 283px;
  height: 150px;
  display: block;
  position: absolute;
  top: 45%;
  right: -200px;
  z-index: -1;
}
@media (max-width: 576px) {
  .posts__for-pattern-two {
    display: none;
  }
}
.posts__for-pattern-three {
  background-image: url("/wp-content/themes/ekor/assets/img/blog-pattern.svg");
  background-repeat: no-repeat;
  width: 283px;
  height: 150px;
  display: block;
  position: absolute;
  top: 55%;
  left: -200px;
  z-index: -1;
}
@media (max-width: 576px) {
  .posts__for-pattern-three {
    display: none;
  }
}
.posts__for-pattern-four {
  background-image: url("/wp-content/themes/ekor/assets/img/blog-pattern.svg");
  background-repeat: no-repeat;
  width: 283px;
  height: 150px;
  display: block;
  position: absolute;
  top: 95%;
  right: -200px;
  z-index: -1;
}
@media (max-width: 576px) {
  .posts__for-pattern-four {
    display: none;
  }
}
.posts__tags {
  column-gap: 20px;
  row-gap: 10px;
  font-weight: 600;
  font-size: 18px;
}
.posts__tag {
  color: #8A8A8A;
  transition: 0.3s;
}
.posts__tag h3,
.posts__tag h2 {
  font-size: inherit;
}
.posts__tag:hover {
  color: #646464;
}
.posts__tag:focus {
  color: #358E03;
}
.posts__tag.active {
  color: #358E03;
  text-underline-offset: 8px;
  text-decoration-line: underline;
  text-decoration-color: #358E03;
}
.posts__search-wrapper {
  min-width: 500px;
}
.posts__search-wrapper::before {
  content: '';
  position: absolute;
  background-image: url('/wp-content/themes/ekor/assets/img/search.svg');
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.posts__search-wrapper::after {
  content: '';
  position: absolute;
  display: flex;
  background-image: url('/wp-content/themes/ekor/assets/img/enter.svg');
  width: 15px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 768px) {
  .posts__search-wrapper {
    min-width: auto;
  }
}
.posts__search {
  border-radius: 50px;
  border: 2px solid #D9D9D9;
  padding: 15px 100px 15px 50px;
  font-weight: 500;
  font-size: 14px;
  color: #8A8A8A;
  max-width: 500px;
  width: 100%;
}
.posts__search::placeholder {
  color: #D9D9D9;
}
.posts__search:focus {
  outline: none;
  border: 2px solid #bbbbbb;
}
.posts__search-hint {
  font-size: 12px;
  font-weight: 500;
  color: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.posts__post {
  position: relative;
  z-index: 1;
}
.posts__post-inner {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 17px rgba(153, 153, 153, 0.1);
  overflow: hidden;
}
.posts__post-inner:hover .posts__post-desc {
  background-color: #358E03;
}
.posts__post-inner:hover .posts__post-title {
  color: white;
}
.posts__post-inner:hover .posts__post-text {
  color: white;
}
.posts__post-inner:hover .posts__post-link {
  color: white;
}
.posts__post-inner:hover .posts__post-link::after {
  filter: brightness(0) invert(1);
}
.posts__post-inner:hover .posts__post-meta {
  border-bottom-color: white;
}
.posts__post-image {
  width: 100%;
  object-fit: cover;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .posts__post-image {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .posts__post-image {
    height: 250px;
  }
}
.posts__post-meta {
  inset: auto 0 0 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 3px solid #358E03;
  column-gap: 20px;
  row-gap: 10px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .posts__post-meta {
    padding: 15px 30px;
  }
}
.posts__post-date {
  padding-left: 25px;
}
.posts__post-date::before {
  content: "";
  background-image: url("/wp-content/themes/ekor/assets/img/tabler_clock.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.posts__post-read-and-comments {
  column-gap: 20px;
}
.posts__post-read {
  padding-left: 25px;
}
.posts__post-read::before {
  content: "";
  background-image: url("/wp-content/themes/ekor/assets/img/opened-book.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.posts__post-comments {
  padding-left: 25px;
}
.posts__post-comments::before {
  content: "";
  background-image: url("/wp-content/themes/ekor/assets/img/comment.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.posts__post-desc {
  padding: 40px;
  row-gap: 30px;
  transition: 0.3s;
  background-color: white;
}
@media (max-width: 576px) {
  .posts__post-desc {
    padding: 20px 30px;
    row-gap: 20px;
  }
}
.posts__post-title {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  transition: 0.3s;
}
.posts__post-text {
  font-size: 15px;
  color: #404040;
  transition: 0.3s;
}
.posts__post-link {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 600;
  color: #358E03;
  width: fit-content;
  padding-right: 35px;
  transition: 0.3s;
}
.posts__post-link::after {
  content: "";
  background-image: url("/wp-content/themes/ekor/assets/img/read-next-arrow.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.posts__not-found {
  font-size: 18px;
}
@media (max-width: 768px) {
  .posts__not-found {
    font-size: 16px;
  }
}
.posts__not-found a {
  color: #358E03;
  position: relative;
  z-index: 1;
}
.posts__list-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
@media (max-width: 576px) {
  .posts__list-pagination {
    padding-bottom: 60px;
  }
}
.posts__list-pagination-container {
  display: flex;
  padding: 16px;
  background-color: white;
  border-radius: 50px;
  grid-column-gap: 16px;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  justify-content: center;
}
@media (max-width: 576px) {
  .posts__list-pagination-container {
    padding: 12px;
    grid-column-gap: 10px;
  }
}
.posts__list-pagination-container .page-numbers {
  display: flex;
  width: 60px;
  height: 60px;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #358E03;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}
.posts__list-pagination-container .page-numbers.dots {
  background-color: white;
  border: 1px solid #F2F2F2;
  color: #358E03;
}
@media (max-width: 576px) {
  .posts__list-pagination-container .page-numbers {
    width: 45px;
    height: 45px;
  }
}
.posts__list-pagination-container .prev.page-numbers,
.posts__list-pagination-container .next.page-numbers {
  font-size: 35px;
  line-height: 38px;
  font-weight: 300;
  border: 1px solid #358E03;
  background-color: #358e0310;
}
.posts__list-pagination-container span.page-numbers {
  border: 1px solid #358E03;
  background-color: #358E03;
  color: white;
}
.posts__list-pagination-container .page-numbers:hover:not(.dots) {
  border: 1px solid #358E03;
}
