.container-news {
  width: 90%;
  margin: 0 auto 45px;
}
.container-news .news-content a {
  text-decoration: none;
  color: #373737;
}
.container-news_link {
  color: #373737;
}
.container-news_link:hover {
  color: #373737;
  text-decoration: underline !important;
}
.container-news_name {
  font-weight: bold;
}
.container-news_image {
  background-color: black;
}
.container-news_image img {
  transition: 250ms;
}
.container-news_image img:hover {
  opacity: 0.4;
}

.years {
  margin-bottom: 70px;
}
.years.fix {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 120px 0 0 0;
}
.years .year {
  cursor: pointer;
}
.years .year.active {
  border-bottom: 2px solid #924e8c;
}

.fix-years {
  margin-top: 92px;
}

.owl-item {
  transition: 200ms;
  opacity: 0.4;
}
.owl-item.center {
  opacity: 1;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 26px);
  left: 11%;
}

.news-detail__text {
  margin-bottom: 77px;
}
.news-detail__name {
  color: #373737;
  margin-bottom: 80px;
}
.news-detail__year {
  margin-bottom: 30px;
  font-size: 18px;
}
.news-detail__image {
  margin-bottom: 77px;
}
.news-detail__slider {
  margin-bottom: 77px;
}

/*# sourceMappingURL=style.css.map */
