.main_section {
  padding: 25px;
}

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .news_wrap {
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.item_news {
  position: relative;
  flex-basis: 25%;
  min-height: auto;
  background-size: cover;
  background-position: center;
}
.item_news .news_title {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
}
.item_news .news_title a {
  font-size: 26px;
  color: white;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .item_news .news_title a {
    font-size: 19px;
  }
}
.item_news .post_info {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px 25px;
}
.item_news .post_cat {
  padding: 7px 15px;
  line-height: 1;
  margin-bottom: 25px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border: 2px solid white;
}
@media (max-width: 1024px) {
  .item_news .post_cat {
    font-size: 16px;
    padding: 5px 13px;
  }
}
.item_news.big_news {
  min-height: 455px;
  flex-basis: 100%;
  width: 100%;
}
.item_news.big_news .news_title a {
  font-size: 44px;
  word-spacing: 2.2px;
}
@media (max-width: 1024px) {
  .item_news.big_news {
    min-height: 330px;
  }
  .item_news.big_news .news_title a {
    font-size: 24px;
  }
}
.item_news.small_news {
  flex-basis: calc(33.3% - 16.6px);
  flex-grow: 1;
}
.item_news.small_news .news_thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.item_news.small_news .news_title {
  line-height: 0.7;
}
.item_news.small_news .news_title a {
  color: black;
  font-size: 16px;
}
.item_news.small_news .post_link_overlay {
  background-color: transparent;
}
@media (max-width: 414px) {
  .item_news.small_news .news_title a {
    font-size: 13px;
  }
}
.item_news .post_link_overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.item_news .inner_medium {
  padding-bottom: 50%;
}

.post_link_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 8;
}

.taf_section {
  padding: 0 25px 25px 25px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.taf_section .item_news.big_news {
  flex: 0 0 calc(66.6% - 25px);
}
.taf_section .item_news.tall_news {
  flex: 0 0 calc(33.4% - 0px);
}
.taf_section .item_news.medium_news {
  flex: 0 0 calc(50% - 13px);
}
@media (max-width: 720px) {
  .taf_section .item_news.big_news {
    flex: 1 1 100%;
    height: 230px;
    min-height: auto;
  }
  .taf_section .item_news.tall_news {
    flex: 1 1 100%;
    height: 230px;
    min-height: auto;
  }
  .taf_section .item_news.medium_news {
    flex: 1 1 100%;
    height: 230px;
    min-height: auto;
  }
}

.taf_section_full {
  padding: 0 25px 25px 25px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.taf_section_full .item_news_full {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
}
@media (max-width: 640px) {
  .taf_section_full .item_news_full {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.taf_section_full .item_news_full .news_title {
  line-height: 1.1;
}
.taf_section_full .item_news_full .news_thumb {
  position: relative;
}
.taf_section_full .item_news_full .news_thumb .post_cat {
  position: absolute;
  color: white;
  display: inline-block;
  padding: 5px 15px 4px;
  top: 0;
  left: 25px;
  background-color: #9a1900;
  z-index: 9;
  overflow: visible;
  font-size: 13px;
}
.taf_section_full .item_news_full .desc {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .taf_section_full .item_news_full .desc {
    font-size: 14px;
  }
}
.taf_section_full .item_news_full .post_info {
  padding: 15px;
  position: relative;
}
.taf_section_full .item_news_full .post_info time {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.taf_section_full .item_news_full.big_news {
  flex-basis: 100%;
}
.taf_section_full .item_news_full.big_news .news_thumb {
  flex-basis: calc(40% - 10px);
  height: 268px;
  background-size: cover;
  background-position: center;
}
.taf_section_full .item_news_full.big_news .post_info {
  flex-basis: 60%;
}
.taf_section_full .item_news_full.big_news .post_info .news_title a {
  color: black;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .taf_section_full .item_news_full.big_news .post_info .news_title {
    line-height: 0.8;
  }
  .taf_section_full .item_news_full.big_news .post_info .news_title a {
    font-size: 22px;
  }
}
.taf_section_full .item_news_full.big_news .post_info time {
  font-size: 12px;
  color: #aaaaaa;
}
@media (max-width: 640px) {
  .taf_section_full .item_news_full.big_news {
    display: none;
  }
}
.taf_section_full .item_news_full.small_news {
  flex-basis: calc(33.3% - 17px);
}
.taf_section_full .item_news_full.small_news .news_thumb {
  flex-basis: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.taf_section_full .item_news_full.small_news .post_info {
  flex-basis: 100%;
  padding-bottom: 45px;
}
.taf_section_full .item_news_full.small_news .post_info .news_title {
  line-height: 0.8;
  margin-bottom: 15px;
}
.taf_section_full .item_news_full.small_news .post_info .news_title a {
  color: black;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .taf_section_full .item_news_full.small_news .post_info .news_title a {
    font-size: 17px;
  }
}
.taf_section_full .item_news_full.small_news .post_info time {
  font-size: 12px;
  color: #aaaaaa;
}

.small_news_wrap {
  display: flex;
  gap: 25px;
  padding: 0 25px 25px;
  flex-wrap: wrap;
}
.small_news_wrap .post_link_overlay {
  background-color: transparent;
}
.small_news_wrap .post_cat {
  position: absolute;
  color: white;
  display: inline-block;
  padding: 5px 15px 4px;
  top: 0;
  border: none;
  left: 25px;
  background-color: #9a1900;
  font-size: 12px;
  z-index: 9;
}
.small_news_wrap .news_thumb {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
.small_news_wrap .news_title {
  line-height: 0.8;
}
.small_news_wrap .news_title a {
  font-size: 16px;
  color: black;
}
@media (max-width: 414px) {
  .small_news_wrap .news_title a {
    font-size: 13px;
  }
}
.small_news_wrap .item_news {
  flex-basis: calc(25% - 18.75px);
}
@media (max-width: 720px) {
  .small_news_wrap .item_news {
    flex-basis: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
  }
}

.archive .page_row {
  padding-top: 25px;
}
@media (max-width: 414px) {
  .archive .item_news {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}

.load_more_wrap {
  text-align: center;
  margin-bottom: 25px;
}
.load_more_wrap .load_more {
  background: #9a1900;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 7px 30px;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #9a1900;
}
.load_more_wrap .load_more:hover {
  background-color: white;
  color: #9a1900;
}