.header__nav .container .active {
  pointer-events: auto;
}

.newsDetailsPage {
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.newsDetailsPage h2 {
  font-weight: 700;
}
.newsDetailsPage__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
  gap: calc(5px + 45 * ((100vw - 320px) / 1600));
}
.newsDetailsPage__title__date {
  text-align: center;
  font-weight: 600;
}
.newsDetailsPage__title__date h2 {
  color: #2F5AA8;
}
.newsDetailsPage__title__line {
  border-right: 1px solid rgba(190, 190, 190, 0.7);
}
.newsDetailsPage__title__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDetailsPage__views {
  font-weight: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDetailsPage__text {
  margin-top: calc(10px + 20 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.newsDetailsPage .mySwiper.swiper {
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.newsDetailsPage .mySwiper.swiper .swiper-slide {
  height: 100%;
  margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
}
.newsDetailsPage .mySwiper.swiper .swiper-slide img {
  height: 37.037037037vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetailsPage .mySwiper.swiper .swiper-pagination {
  bottom: 0px;
  z-index: 98;
}
.newsDetailsPage .mySwiper.swiper .swiper-pagination span {
  background-color: #2F5AA8;
  width: calc(8px + 10 * ((100vw - 320px) / 1600));
  height: calc(8px + 10 * ((100vw - 320px) / 1600));
}/*# sourceMappingURL=newsDetailsPage.css.map */