﻿.sub.news .section__news {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sub.news .section__news {
    margin-bottom: 80px;
  }
}
.sub.news .section__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 116px;
  letter-spacing: 0.17em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.news .section__title {
    font-size: 60px;
  }
}
.sub.news .news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .sub.news .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.news .news__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .sub.news .news__sidebar {
    width: 100%;
  }
}
.sub.news .newsCategories__link {
  display: inline-block;
  padding: 6px 12px 6px calc(12px + 0.8em);
  text-indent: -0.8em;
  border-radius: 22px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.17em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.news .newsCategories__link {
    font-size: 16px;
    padding: 4px 10px 4px calc(10px + 0.8em);
  }
}
.sub.news .newsCategories__link.is-current {
  color: #fff;
  background-color: #0e7c8f;
  pointer-events: none;
}
.sub.news .newsCategories__item + .newsCategories__item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sub.news .newsCategories__item + .newsCategories__item {
    margin-top: 8px;
  }
}
@media (any-hover: hover) {
  .sub.news .newsCategories__link:hover {
    opacity: 0.7;
  }
}
.sub.news .news__article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sub.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sub.news .news__list {
    gap: 20px;
  }
}
.sub.news .news__item {
  width: 100%;
  height: auto;
  min-height: 325px;
  border-radius: 36px;
  background-color: #eee;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub.news .news__item {
    min-height: 154px;
  }
}
.sub.news .news__link {
  position: relative;
  display: block;
  padding: 20px min(1.6666666667vw, 24px);
  width: 100%;
  height: auto;
  min-height: 325px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.news .news__link {
    padding: 15px min(4.6875vw, 15px);
    min-height: 154px;
  }
}
.sub.news .news__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.news .news__categories,
.sub.news .news__date,
.sub.news .news__title {
  position: relative;
  z-index: 1;
}
.sub.news .news__category {
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 12px;
  border-radius: 20.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.17em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.news .news__category {
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.sub.news .news__date {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  color: #0e7c8f;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .sub.news .news__date {
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.sub.news .news__title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub.news .news__title {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
@media (any-hover: hover) {
  .sub.news .news__link:hover {
    opacity: 0.8;
  }
  .sub.news .news__link:hover .news__img {
    scale: 1.2;
    -webkit-filter: brightness(1.18);
            filter: brightness(1.18);
  }
}
.sub.news .news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub.news .news__pagination {
    gap: 1.875vw;
  }
}
.sub.news .page-numbers {
  display: inline-block;
  padding: 10px 16px 9px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #0e7c8f;
  background-color: #fff;
  border: 1px solid #0e7c8f;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.news .page-numbers {
    padding: 6px 8px;
    font-size: 16px;
  }
}
.sub.news .page-numbers.current {
  color: #fff;
  background-color: #0e7c8f;
}
.sub.news .page-numbers.dots,
.sub.news .page-numbers.next,
.sub.news .page-numbers.prev {
  font-size: 26px;
  color: #0e7c8f;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .sub.news .page-numbers.dots,
  .sub.news .page-numbers.next,
  .sub.news .page-numbers.prev {
    font-size: 16px;
  }
}
.sub.news .page-numbers.next {
  padding: 10px 12px 9px 16px;
}
@media screen and (max-width: 768px) {
  .sub.news .page-numbers.next {
    padding: 6px 7px 6px 8px;
  }
}
.sub.news .page-numbers.prev {
  padding: 10px 16px 9px 12px;
}
@media screen and (max-width: 768px) {
  .sub.news .page-numbers.prev {
    padding: 6px 8px 6px 7px;
  }
}
.sub.news .page-numbers.dots {
  padding-inline: 0;
}
@media (any-hover: hover) {
  .sub.news .news__pagination a:hover {
    background-color: #0e7c8f;
    color: #fff;
    opacity: 0.8;
  }
}
.sub.news .news__no-item {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 40px 0;
}
/*# sourceMappingURL=archive-news.css.map */