.news_list ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.video_btn, .news_inner .head_block:after, .news_inner .head_block img, .video_block > img, .news_block .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

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

.video_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_block .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.category_filter {
  margin: 36px -12px 0;
  display: flex;
  flex-wrap: wrap;
}
.category_filter a {
  display: block;
  margin: 24px 12px 0;
  padding: 1px;
  color: inherit;
  font-size: 130%;
  line-height: 18px;
}
.category_filter a span {
  display: block;
  background: #ffffff;
  padding: 5px 12px;
}
.category_filter a.selected {
  pointer-events: none;
  color: #ffffff;
}
.category_filter a.selected span {
  background: transparent;
}
@media screen and (max-width: 959px) {
  .category_filter {
    margin: 28px -6px 0;
  }
  .category_filter a {
    margin: 12px 6px 0;
  }
}

.news_list {
  margin-top: 48px;
  margin-bottom: 60px;
}
.news_list ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .news_list {
    margin: 40px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .news_list ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .news_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news_block .news_image {
  display: block;
  width: 100%;
}
.news_block .news_image.no_image, .news_block .news_image:empty {
  background-color: #e5e5e5;
}
.news_block .news_image.no_image img {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: auto;
}
.news_block .news_image:empty {
  background-image: url("images/main_logo.svg");
  background-size: 110px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.news_block .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_block .info_block {
  background: #ffffff;
  flex: 1;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.news_block .news_title {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 200%;
  line-height: 1.5em;
  color: inherit;
  font-family: "ranade-medium", "mardoto-medium";
}
.news_block .news_date {
  padding-top: 24px;
  margin-top: auto;
  font-size: 120%;
  line-height: 24px;
  color: #666666;
}
.news_block.hovered .news_image img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news_block.hovered .news_title a {
  color: #A6192E;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .news_block .news_title a {
    font-size: 160%;
  }
  .news_block .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .news_block .news_title a {
    font-size: 140%;
  }
  .news_block .info_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 360px) and (max-width: 575px) {
  .news_block .news_title a {
    font-size: 160%;
  }
  .news_block .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 359px) {
  .news_block .news_title a {
    font-size: 140%;
  }
  .news_block .info_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news_category {
  font-size: 120%;
  line-height: 16px;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

.news_inner {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
.news_inner .head_block {
  position: relative;
  color: #ffffff;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.news_inner .head_block:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  top: -50px;
  background: #ffffff;
}
.news_inner .head_block img {
  z-index: 2;
  object-fit: cover;
}
.news_inner .head_block:after {
  content: "";
  background: #000000;
  opacity: 0.5;
  z-index: 3;
}
.news_inner .head_block .news_container {
  position: relative;
  z-index: 5;
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  padding: 44px 0;
}
.news_inner .back_btn {
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 130%;
  line-height: 18px;
}
.news_inner .back_btn:before {
  display: block;
  font-size: 1rem;
  margin-right: 12px;
}
.news_inner .news_date {
  font-size: 140%;
  line-height: 19px;
  align-self: flex-end;
}
.news_inner .section_title {
  padding: 40px 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.news_inner .news_container {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.news_inner .news_content {
  font-size: 130%;
  line-height: 24px;
}
.news_inner .news_content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto !important;
}
.news_inner .news_content .title_block,
.news_inner .news_content .subtitle_block,
.news_inner .news_content h2 {
  font-size: 1.6rem;
  font-family: "ranade-medium", "mardoto-medium";
  margin: 0 0 20px;
}
.news_inner .share_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  text-align: right;
}
.news_inner .share_label {
  font-size: 130%;
  line-height: 18px;
  font-family: "ranade-medium", "mardoto-medium";
  color: #000000;
  padding: 5px 0;
}
.news_inner [class*=addthis_inline_share] {
  margin-left: 24px;
}
.news_inner .at-style-responsive .at-share-btn {
  padding: 4px;
}
@media screen and (min-width: 960px) {
  .news_inner {
    padding-top: 50px;
  }
  .news_inner .news_content {
    padding: 60px 0;
  }
  .news_inner .share_btns {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .news_inner .head_block {
    min-height: 440px;
  }
}
@media screen and (max-width: 959px) {
  .news_inner {
    padding-top: 30px;
  }
  .news_inner .news_content {
    padding: 40px 0;
  }
  .news_inner .share_btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news_inner .head_block {
    min-height: 56.25vw;
  }
  .news_inner .head_block .news_container,
  .news_inner .head_block .section_title {
    padding: 20px 0;
  }
}

.video_block:not(:first-child) {
  margin-top: 20px;
}
.video_block iframe {
  display: none;
}

.video_btn {
  border: none;
  padding: 0;
  background: #000000;
}
.video_btn img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: #A6192E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  content: "\e900";
  border-radius: 50%;
  margin: -24px;
}
.video_btn:hover:after {
  background: #A6192E;
  color: #ffffff;
}

.web .category_filter a, .category_filter .web a, .web .news_inner .back_btn, .news_inner .web .back_btn, .news_block .news_title a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.video_btn:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .category_filter a, .category_filter .touch a, .touch .news_inner .back_btn, .news_inner .touch .back_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .category_filter a:hover, .category_filter .web a:hover, .web .news_inner .back_btn:hover, .news_inner .web .back_btn:hover {
  color: #A6192E;
}
.touch .category_filter a:active, .category_filter .touch a:active, .touch .news_inner .back_btn:active, .news_inner .touch .back_btn:active {
  color: #A6192E;
}

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