.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  height: 20px;
  user-select: none;
}
.selectric .select_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}
.selectric .select_arrow:before {
  content: "";
  position: relative;
  left: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'><g clip-path='url(%23clip0_1861_49508)'><path d='M8.625 4.25L5.5 7.375L2.375 4.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1861_49508'><rect width='10' height='10' fill='white' transform='translate(0.5 0.5)'/></clipPath></defs></svg>");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
  transition: all 0.3s ease;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  color: #000000;
  font-weight: 500;
  background: #ffffff;
  cursor: pointer;
}
.selectric-items li:active {
  background: #d42900;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .selectric-items li:hover {
    background: #d42900;
    color: #ffffff;
  }
}
.selectric-items li.selected, .selectric-items li.highlighted {
  background: #d42900;
}
.selectric-items li:first-of-type {
  background: #fff;
}
.selectric-items li:first-of-type:active {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .selectric-items li:first-of-type:hover {
    color: #000000;
  }
}
.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #231F20;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.posts__filters {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .posts__filters {
    margin-top: 20px;
    justify-content: space-between;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .posts__filters {
    margin-top: 20px;
    row-gap: 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .posts__filters {
    width: 575px;
    gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .posts__filters {
    align-items: center;
    gap: 30px;
  }
}
.posts__filters .posts__view_switcher {
  width: 58px;
}
@media screen and (max-width: 1024px) {
  .posts__filters .posts__view_switcher {
    order: -1;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .posts__filters .posts__view_switcher {
    order: -3;
  }
}
@media screen and (max-width: 1024px) {
  .posts__filters .posts__clear {
    order: -2;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .posts__filters .posts__clear {
    order: -1;
  }
}
.posts__filters .posts__filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  row-gap: 10px;
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .posts__filters .posts__filters-wrapper {
    row-gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .posts__filters .posts__filters-wrapper {
    width: auto;
    column-gap: 30px;
  }
}
.posts__filters .posts__filters_item {
  height: 21px;
}
@media screen and (max-width: 767px) {
  .posts__filters .posts__filters_item:not(.posts__view_switcher):not(.posts__clear) {
    width: 100%;
  }
}
.posts__filters .form_search_ajax {
  position: relative;
}
@media screen and (max-width: 767px) {
  .posts__filters .form_search_ajax {
    order: -3;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .posts__filters .form_search_ajax {
    order: -3;
    width: 49vw;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .posts__filters .form_search_ajax {
    order: -2;
    width: 365px;
  }
}
.posts__filters .form_search_ajax input {
  width: 144px;
  height: 21px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 0;
}
.posts__filters .form_search_ajax button {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 13px;
}
.posts__filters .selectric .label {
  margin-left: 0;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .posts__filters .selectric-items {
    width: 128px !important;
  }
}
.posts__filters .selectric-items li {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .posts__filters .selectric-items li {
    max-width: 128px;
  }
}
.posts__filters .view_option {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.posts__filters .view_option svg path {
  stroke: #000000;
}
.posts__filters .view_option.is_active {
  background: #d42900;
}
.posts__filters .view_option.is_active svg path {
  stroke: #ffffff;
}
.posts__filters .view_option input {
  visibility: hidden;
  position: absolute;
}
.posts__filters .view_option svg {
  width: 15px;
  height: 15px;
}

.banner-post {
  padding: 40px 0;
}
@media screen and (min-width: 1025px) {
  .banner-post {
    padding: 50px 0;
  }
}
.banner-post.bg-white .banner-post__link:active {
  color: #d42900;
}
@media screen and (min-width: 1025px) {
  .banner-post.bg-white .banner-post__link:hover {
    color: #d42900;
  }
}
.banner-post__info {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .banner-post__info {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .banner-post__info:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    right: -30px;
  }
}
.banner-post__info a {
  color: inherit;
  font-weight: 700;
}
.banner-post__link {
  margin-top: 17px;
  display: inline-block;
  box-shadow: 0 1px;
}
@media screen and (min-width: 1025px) {
  .banner-post__link {
    margin-bottom: 20px;
  }
}
.banner-post__link:active {
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .banner-post__link:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner-post__image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .banner-post__image {
    margin-top: auto;
  }
}
.banner-post__image img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-post__image img {
    height: 246px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-post__image img {
    height: 354px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .banner-post__image img {
    height: 363px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-post__image img {
    height: 442px;
  }
}
.banner-post h1 {
  padding-bottom: 16.5px;
}
.banner-post .last-posts {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .banner-post .last-posts {
    row-gap: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .banner-post .last-posts {
    row-gap: 60px;
  }
}
.banner-post .last-posts__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-post .last-posts__item {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .banner-post .last-posts__item:not(:last-child):after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .banner-post .last-posts__item:not(:last-child):after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .banner-post .last-posts__title {
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1024px) {
  .banner-post .last-posts__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .banner-post .last-posts__title {
    margin-bottom: 16px;
    max-height: 92px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-post .last-posts__title {
    margin-bottom: 20px;
    max-height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .banner-post .last-posts__thumbnail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-post .last-posts__thumbnail {
    min-width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .banner-post .last-posts__thumbnail {
    min-width: 143px;
    width: 143px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-post .last-posts__thumbnail {
    min-width: 184px;
    width: 184px;
    margin-right: 30px;
  }
}
.banner-post .last-posts__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .banner-post .last-posts__thumbnail img {
    height: 184px;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .banner-post .last-posts__thumbnail img {
    aspect-ratio: 292/158;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-post .last-posts__thumbnail img {
    height: 158px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .banner-post .last-posts__thumbnail img {
    height: 145px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-post .last-posts__thumbnail img {
    height: 175px;
  }
}

@media screen and (max-width: 1024px) {
  .features {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .features {
    margin: 130px 0 120px;
  }
}
@media screen and (min-width: 1600px) {
  .features {
    margin: 150px 0 120px;
  }
}
.features[class*=bg] {
  padding: 40px 0;
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .features[class*=bg] {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1600px) {
  .features[class*=bg] {
    padding: 60px 0;
  }
}
.features.bg-white {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .features .featured__item:nth-of-type(2) {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.latest {
  display: block;
}
@media screen and (max-width: 1024px) {
  .latest {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .latest {
    margin: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .latest__grid {
    display: grid;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__grid {
    grid-template-columns: 29% 68%;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .latest__grid {
    column-gap: 30px;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__grid {
    grid-template-columns: 22% 41.5% 32%;
    row-gap: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__grid {
    grid-template-columns: 24% 41.5% 30%;
    row-gap: 30px;
  }
}
.latest__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .latest__item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
  }
}
.latest__item:nth-child(1) {
  grid-column: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(1) {
    grid-row: 1;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .latest__item:nth-child(1) {
    grid-row: 1/span 2;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(1) img {
    height: 153px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__item:nth-child(1) img {
    height: 222px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(1) img {
    height: 269px;
  }
}
@media screen and (min-width: 768px) {
  .latest__item:nth-child(1) .row_meta {
    margin-bottom: 20px;
  }
}
.latest__item:nth-child(1) .latest__thumbnail {
  margin-top: auto;
}
.latest__item:nth-child(2) {
  grid-column: 2;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(2) {
    grid-row: 1;
  }
}
@media screen and (min-width: 1025px) {
  .latest__item:nth-child(2) {
    grid-row: 1/span 2;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(2) img {
    height: 200px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__item:nth-child(2) img {
    height: 278px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(2) img {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(2) .latest__text {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 768px) {
  .latest__item:nth-child(2) .row_meta {
    margin-bottom: 20px;
  }
}
.latest__item:nth-child(2) .latest__thumbnail {
  margin-top: auto;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .latest__item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__item:nth-child(3) {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(4) {
    grid-column: 1/span 2;
    grid-row: 3;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
}
@media screen and (min-width: 768px) {
  .latest__item:nth-child(3), .latest__item:nth-child(4) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .latest__item:nth-child(3) .latest__text, .latest__item:nth-child(4) .latest__text {
    margin: auto 0 0;
  }
}
.latest__item:nth-child(3) .latest__thumbnail, .latest__item:nth-child(4) .latest__thumbnail {
  margin-top: auto;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(3) .latest__thumbnail, .latest__item:nth-child(4) .latest__thumbnail {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__item:nth-child(3) .latest__thumbnail, .latest__item:nth-child(4) .latest__thumbnail {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(3) .latest__thumbnail, .latest__item:nth-child(4) .latest__thumbnail {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .latest__item:nth-child(3) img, .latest__item:nth-child(4) img {
    min-width: 292px;
    width: 292px;
    height: 158px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest__item:nth-child(3) img, .latest__item:nth-child(4) img {
    min-width: 144px;
    width: 144px;
    height: 174px;
  }
}
@media screen and (min-width: 1600px) {
  .latest__item:nth-child(3) img, .latest__item:nth-child(4) img {
    min-width: 184px;
    width: 184px;
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  .latest__item .latest__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .latest__item img {
    height: 184px;
  }
}
.latest__text {
  margin-bottom: auto;
}
.latest .tag {
  align-self: flex-start;
  height: auto;
}
.latest h3 {
  line-height: 1.35;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .latest h3 {
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .latest h3 {
    max-height: 92px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .latest h3 {
    max-height: 96px;
  }
}
.latest img {
  object-fit: cover;
}

.reports {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .reports {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .reports {
    padding: 50px 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .reports {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .reports .start_1_cols_10 {
    grid-column: 1/span 12 !important;
  }
}
@media screen and (max-width: 767px) {
  .reports-slider {
    overflow: hidden;
  }
}
.reports .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .reports .swiper-slide {
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .reports .swiper-slide {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 1025px) {
  .reports .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .reports .swiper-slide {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1600px) {
  .reports .swiper-slide {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .reports .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
  }
}
.reports .swiper-slide h2, .reports .swiper-slide .h2, .reports .swiper-slide h3, .reports .swiper-slide .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.reports .swiper-slide p {
  margin-bottom: 20px;
}
.reports .reports-slider__navigation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reports .reports-slider__navigation {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .reports .reports-slider__navigation {
    bottom: 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .reports .reports-slider__navigation {
    bottom: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .reports .reports-slider__navigation {
    bottom: 28px;
  }
}
.reports .reports-pagination {
  display: flex;
  gap: 5px;
}
.reports .reports-pagination span {
  background: none;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  height: auto;
  width: auto;
  margin: 0 !important;
}
.reports .reports-pagination span.swiper-pagination-bullet-active, .reports .reports-pagination span:hover {
  font-weight: 700;
}
.reports .reports-button-prev,
.reports .reports-button-next {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 24px;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.reports .reports-button-prev:active,
.reports .reports-button-next:active {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .reports .reports-button-prev:hover,
  .reports .reports-button-next:hover {
    color: #000000;
  }
}
.reports .swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.reports .reports-button-prev:before {
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .reports figure {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .reports figure {
    min-width: 46%;
    width: 46%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .reports figure {
    min-width: 57%;
    width: 57%;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reports figure {
    min-width: 58%;
    width: 58%;
    margin-right: 60px;
  }
}
.reports figure img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reports figure img {
    height: 311px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .reports figure img {
    height: 349px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .reports figure img {
    height: 447px;
  }
}
@media screen and (min-width: 1600px) {
  .reports figure img {
    height: 537px;
  }
}

@media screen and (max-width: 1024px) {
  .region {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .region {
    margin: 120px 0;
  }
}
.region.bg-white {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .posts__page {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .posts__page {
    margin: 120px 0;
  }
}
.posts__page .posts__container {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .posts__page .posts__container {
    padding-bottom: 80px;
  }
}
.posts__page .posts__container.grid_3 {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .posts__page .posts__container.grid_3 {
    padding-bottom: 120px;
  }
}
.posts__page .posts__container.no_posts {
  padding-bottom: 0;
}
.posts__page .loader_holder {
  top: 80px;
  grid-column: 1/-1;
}
.posts__page .title {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .posts__page .title {
    padding-bottom: 80px;
  }
}
.posts__page .grid_3 .loader_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 48px;
}

@media screen and (max-width: 1024px) {
  .publication {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .publication {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1600px) {
  .publication {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1600px) {
  .publication__description {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .publication .container_grid {
    display: flex;
    column-gap: 40px;
  }
  .publication .container_grid > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .publication .button {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .publication .button {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .publication .button {
    margin-top: 40px;
  }
}
.publication .row_meta {
  margin-top: 10px;
}
@media screen and (max-width: 1599px) {
  .publication .tag {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .publication .tag {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1599px) {
  .publication .col_publication:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .publication .col_publication:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .authors {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .authors {
    margin: 120px 0;
  }
}
.authors .col_authors h2 {
  margin-bottom: 20px;
}
.authors .col_authors .row_meta {
  margin-bottom: 20px;
}

@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-edm .latest__grid {
    grid-template-columns: 22% 32% 41.5%;
  }
}
@media screen and (min-width: 1600px) {
  .term-edm .latest__grid {
    grid-template-columns: 24% 30% 41.5%;
  }
}
.term-edm .latest__grid .latest__item:nth-child(1) {
  grid-column: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-edm .latest__grid .latest__item:nth-child(1) {
    grid-row: 1;
  }
}
@media screen and (min-width: 1025px) {
  .term-edm .latest__grid .latest__item:nth-child(1) {
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-edm .latest__grid .latest__item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (min-width: 1025px) {
  .term-edm .latest__grid .latest__item:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 3;
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-edm .latest__grid .latest__item:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .term-edm .latest__grid .latest__item:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-edm .latest__grid .latest__item:nth-child(3) {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .term-edm .latest__grid .latest__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-edm .latest__grid .latest__item:nth-child(4) {
    grid-column: 1/span 2;
    grid-row: 3;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1600px) {
  .term-edm .latest__grid .latest__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 768px) {
  .term-tm .latest__grid {
    display: grid;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid {
    grid-template-columns: 68% 29%;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .term-tm .latest__grid {
    column-gap: 30px;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-tm .latest__grid {
    grid-template-columns: 41.5% 22% 32%;
    row-gap: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .term-tm .latest__grid {
    grid-template-columns: 41.5% 24% 30%;
    row-gap: 30px;
  }
}
.term-tm .latest__grid .latest__item:nth-child(1) {
  grid-column: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(1) {
    grid-row: 1;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(1) {
    grid-row: 1/span 2;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(1) img {
    height: 200px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(1) img {
    height: 278px;
  }
}
@media screen and (min-width: 1600px) {
  .term-tm .latest__grid .latest__item:nth-child(1) img {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(2) img {
    height: 153px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(2) img {
    height: 222px;
  }
}
@media screen and (min-width: 1600px) {
  .term-tm .latest__grid .latest__item:nth-child(2) img {
    height: 269px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .term-tm .latest__grid .latest__item:nth-child(3) {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .term-tm .latest__grid .latest__item:nth-child(3) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(4) {
    grid-column: 1/span 2;
    grid-row: 3;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1600px) {
  .term-tm .latest__grid .latest__item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
}
@media screen and (min-width: 768px) {
  .term-tm .latest__grid .latest__item:nth-child(3), .term-tm .latest__grid .latest__item:nth-child(4) {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=taxonomy-publications.css.map */
