.narrow_container .news_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.narrow_container .news_list .news_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.narrow_container .news_list {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}
.narrow_container .news_list li {
  margin-bottom: 18px;
}
.narrow_container .news_list .news_block {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.narrow_container .news_list .news_block img {
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.narrow_container .news_list .news_block:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.narrow_container .news_list .news_block:hover .block_inner {
  background: rgba(32, 36, 43, 0.7);
  color: #ffffff;
}
.narrow_container .news_list .news_block.hovered .news_title {
  color: #f1621e;
}
.narrow_container .news_list .news_block.hovered .news_link {
  color: rgba(241, 98, 30, 0.7);
}
.narrow_container .news_list .block_inner {
  position: relative;
  height: 345px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  color: #292929;
  padding: 35px 125px 35px 45px;
}
.narrow_container .news_list .news_date {
  font-size: 140%;
  line-height: 19px;
  margin-bottom: 20px;
}
.narrow_container .news_list .news_title {
  font-size: 240%;
  line-height: 32px;
  font-family: "bold";
  color: inherit;
  max-height: 128px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.narrow_container .news_list .news_description {
  font-size: 140%;
  line-height: 24px;
  max-height: 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.narrow_container .news_list .news_link {
  display: inline-block;
  margin-top: auto;
  font-size: 130%;
  line-height: 17px;
  color: #f1621e;
  font-family: "bold";
}
@media (max-width: 767px) {
  .narrow_container .news_list .block_inner {
    height: 245px;
    padding: 20px;
  }
  .narrow_container .news_list .news_date {
    font-size: 120%;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .narrow_container .news_list .news_title {
    font-size: 160%;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 15px;
  }
  .narrow_container .news_list .news_description {
    font-size: 130%;
    line-height: 18px;
    max-height: 54px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .narrow_container .news_list .news_date {
    margin-bottom: 10px;
  }
  .narrow_container .news_list .news_title {
    line-height: 22px;
    max-height: 88px;
    margin-bottom: 10px;
  }
  .narrow_container .news_list .news_description {
    margin-bottom: 10px;
    line-height: 17px;
    max-height: 51px;
  }
}
@media (max-width: 399px) {
  .narrow_container .news_list .news_title {
    font-size: 140%;
    line-height: 20px;
    max-height: 100px;
  }
  .narrow_container .news_list .news_description {
    font-size: 120%;
    line-height: 15px;
    max-height: 45px;
  }
}
@media (max-width:359px) {
  .narrow_container .news_list .block_inner {
    padding: 15px 10px;
  }
}

.narrow_container .news_list .news_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.narrow_container .news_list .news_block img, .narrow_container .news_list .block_inner {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=newslist.css.map */
