/* a-posts
======================================= */
.a-posts__inner {
  padding: 6.5em 8.345%;
}
.a-posts__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .a-posts__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.a-posts__main {
  width: 62.4%;
}
@media (max-width: 1024px) {
  .a-posts__main {
    width: 100%;
    margin-bottom: 3em;
  }
}
.a-posts__main-title {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.45;
  padding-bottom: 5.5px;
  border-bottom: 1px solid #333333;
  margin-bottom: 1.3em;
}
@media (max-width: 768px) {
  .a-posts__main-title {
    font-size: 1em;
  }
}
.a-posts__main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875em 7.5775%;
}
@media (max-width: 768px) {
  .a-posts__main-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.a-posts__category {
  margin-bottom: 2.21875em;
}
.a-posts__category-title {
  border-bottom: none;
}
.a-posts__category-list {
  border: 1px solid #333333;
  position: relative;
}
.a-posts__category-list::after {
  content: "";
  position: absolute;
  right: 0.71875rem;
  top: 1.3125em;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8.94px solid #ff5800;
  border-bottom: 0;
}
.a-posts__category-list.is-open .a-posts__category-item:nth-child(1) a {
  pointer-events: inherit;
}
.a-posts__category-list.is-open .a-posts__category-item:nth-child(n+2) {
  display: block;
}
.a-posts__category-item:nth-child(1) {
  cursor: pointer;
}
.a-posts__category-item:nth-child(1) a {
  pointer-events: none;
}
.a-posts__category-item:nth-child(n+2) {
  display: none;
}
.a-posts__category-item a {
  font-size: 0.875em;
  font-weight: 500;
  display: block;
  padding: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-posts__category-item a:hover {
  background-color: #078d55;
  color: #fff;
}
.a-posts__side {
  width: 28.823%;
}
@media (max-width: 1024px) {
  .a-posts__side {
    width: 100%;
  }
}

/* a-news
======================================= */
.a-news__inner {
  padding-top: 6.25em;
  padding-bottom: 15em;
}
.a-news__category {
  max-width: 800px;
  margin: 0 auto 3em;
}
.a-news__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.a-news__category-item a {
  color: #758309;
  font-weight: bold;
  border: 1px solid #758309;
  display: block;
  border-radius: 50px;
  padding: 0.815em 2.5em;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-news__category-item a:hover {
  background-color: #D5F003;
}
.a-news__category-item.is-active a {
  background-color: #D5F003;
  color: #758309;
}
.a-news__archive {
  max-width: 800px;
  margin: 0 auto;
}
.a-news__list {
  margin-bottom: 3em;
}
.a-news__item {
  padding: 2em 0;
  border-bottom: 1px solid #E0E5B6;
}
.a-news__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}
.a-news__item-info-date {
  font-family: "futura-pt-bold";
  font-size: 0.875em;
}
.a-news__item-info-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.a-news__item-info-cat {
  font-size: 0.8125em;
  color: #758309;
  border: 1px solid #758309;
  background-color: #fff;
  padding: 0 0.5em;
  border-radius: 2px;
}
.a-news__item-title {
  font-size: 1.25em;
  margin-bottom: 1.2em;
}
.a-news__item-text {
  color: #758309;
}
.a-news__btn {
  text-align: center;
}
.a-news__btn #load-more {
  display: none;
}