.news_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_block .news_image > img {
  object-fit: cover;
}

.news_block .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.blog_page {
  padding-bottom: 40px;
}
.blog_page .page_title {
  padding-top: 32px;
}

.news_list {
  padding-top: 32px;
  margin: 0 -15px;
}
.news_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.news_list > ul li {
  margin-bottom: 20px;
}
.news_list > ul li:last-child {
  margin-bottom: 7px;
}

.news_block {
  height: 100%;
  padding-bottom: 22px;
  display: flex;
  background: #ffffff;
  flex-direction: column;
  width: 100%;
}
.news_block .news_image {
  display: block;
  margin-bottom: 30px;
}
.news_block .news_image:before {
  background: #ffffff;
  opacity: 0;
  padding-bottom: 77.25%;
  position: relative;
}
.news_block .news_date {
  font-size: 120%;
  line-height: 16px;
  color: #A1A1A1;
  padding: 0 15px;
  margin-bottom: 10px;
}
.news_block .news_title {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  font-size: 160%;
  line-height: 21px;
  color: #000000;
  font-family: "semiBold";
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_block .news_description {
  color: #A1A1A1;
  padding: 0 15px;
  font-size: 140%;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_block.hovered .news_image:before {
  opacity: 0.2;
  z-index: 5;
}
.news_block.hovered .news_title {
  color: rgba(51, 51, 51, 0.7);
}

@media (max-width: 991px) {
  .news_list {
    padding-top: 20px;
  }

  .blog_page {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
.inner_page .page_title {
  padding-top: 20px;
}
.inner_page .inner_block {
  background: #ffffff;
  margin-bottom: 60px;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.inner_page .inner_page_block {
  max-width: 885px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.inner_page .inner_page_block .images_small {
  max-width: 615px;
  width: 100%;
}
.inner_page .inner_page_block .big_images {
  max-width: 884px;
  width: 100%;
}
.inner_page .inner_title {
  font-family: "semiBold";
  font-size: 220%;
  line-height: 30px;
  text-align: center;
  color: #000000;
  padding-bottom: 10px;
}
.inner_page .inner_data {
  color: #8B8B8B;
  font-size: 120%;
  text-align: center;
  line-height: 17px;
  padding-bottom: 30px;
}
.inner_page .inner_description {
  font-size: 140%;
  line-height: 20px;
  color: #8B8B8B;
  padding: 30px;
  text-align: left;
}
.inner_page .inner_description:nth-child(7) {
  text-align: left;
  padding: 15px 0;
}
.inner_page .block_title {
  font-size: 160%;
  line-height: 21px;
  font-family: "semiBold";
  color: #000000;
  text-align: left;
  padding-top: 60px;
}
.inner_page .share_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.inner_page .share_block > span {
  font-size: 120%;
  line-height: 15px;
  color: #8B8B8B;
  padding-right: 10px;
  text-transform: uppercase;
}
.inner_page .share_block .at-share-btn {
  background: #000000 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}
@media (max-width: 991px) {
  .inner_page {
    padding-top: 60px;
  }
  .inner_page .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
@media (max-width: 479px) {
  .inner_page .inner_description {
    padding: 10px;
  }
}

.news_block .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news_block .news_image:before {
  -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=news.css.map */
