.feed_list, .other_list, .top_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.other_img img, .news_section .last_viewed .slider_last_viewed a .news_image img, .other_list a .news_image > img, .top_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.other_list a .news_image > img, .top_img > img {
  object-fit: cover;
}

.other_list a .news_image iframe, .top_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.top_img {
  position: relative;
  overflow: hidden;
}
.top_img:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.other_list a .news_image {
  position: relative;
  overflow: hidden;
}
.other_list a .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.8%;
}

.news_section .last_viewed .slick-arrow:before {
  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;
}

.other_img img, .other_list a .news_image img, .other_list a *, .news_section .last_viewed .slider_last_viewed a .news_image img, .news_section .last_viewed .slider_last_viewed a *, .block_news > a img, .block_news > a *, .top_img img, .top_list .top_block * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .news_title {
    font-size: 150%;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news_title {
    font-size: 140%;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news_title {
    font-size: 120%;
    line-height: 18px;
  }
}

.top_news {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
  margin: 20px -10px 0;
}

.news_top {
  margin-top: 20px;
}

.top_list .title_info {
  color: #000000;
  font-family: "mardoto", "roboto";
  margin: 5px 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.top_list .top_block {
  display: flex;
}
.top_list .news_date {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.top_list .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top_img {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 180px;
  max-width: 180px;
  margin-right: 20px;
}
.top_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.top_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 24px;
}

.block_news {
  position: relative;
}
.block_news .news_date {
  width: auto;
  color: #ffffff;
}
.block_news > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block_news > a img {
  display: block;
  width: 100%;
}

.info_news {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 13px 10px;
}

.title_info {
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 150%;
  line-height: 21px;
  color: #ffffff;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news_title {
  color: #000000;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_date {
  display: flex;
  align-items: center;
  font-size: 120%;
  color: #787878;
  line-height: 14px;
  width: 100%;
  margin-top: 5px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hour_block {
  padding-right: 5px;
  font-family: "mardoto-medium", "roboto-medium";
}

.news_feed {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.popular_news {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.popular_news .section_title {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.popular_news .other_list li {
  flex: 0 0 50%;
  max-width: 50%;
}
.popular_news .other_list li:nth-child(n+3) {
  display: none;
}
@media screen and (max-width: 990px) {
  .popular_news .other_list {
    flex-direction: column;
    flex-wrap: unset;
  }
  .popular_news .other_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .popular_news .other_list {
    flex-direction: row;
  }
  .popular_news .other_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .popular_news .other_list {
    flex-direction: column;
  }
  .popular_news .other_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.other_news {
  width: 100%;
  margin-top: 20px;
}

.news_section {
  margin-bottom: 60px;
}
.news_section .section_title {
  padding-right: 80px;
}
.news_section .last_viewed {
  margin: 32px -10px 0;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
}
.news_section .last_viewed .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  right: 10px;
  top: -77px;
  font-size: 0;
  margin-top: 24px;
  padding: 0;
  color: inherit;
}
.news_section .last_viewed .slick-arrow:before {
  display: block;
  font-size: 1.9rem;
}
.news_section .last_viewed .slick-disabled {
  color: #d8d8d8;
  pointer-events: none;
}
.news_section .last_viewed .slick-prev {
  margin-right: 20px;
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.news_section .last_viewed .slick-prev:before {
  content: "\e902";
}
.news_section .last_viewed .slick-next:before {
  content: "\e903";
}
.news_section .last_viewed .slider_last_viewed {
  padding: 0 10px;
  width: 25%;
}
.news_section .last_viewed .slider_last_viewed a {
  display: block;
  color: inherit;
}
.news_section .last_viewed .slider_last_viewed a .news_image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 64%;
}
.news_section .last_viewed .slider_last_viewed a .news_image img {
  object-fit: cover;
}

.other_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.other_list li {
  padding: 0 10px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.other_list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.other_list a .news_image {
  display: block;
}
.other_list a .news_image img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.other_img {
  display: block;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
}
.other_img img {
  object-fit: cover;
}

.most_read {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  height: 100%;
}

.feed_list {
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 582px;
  scrollbar-color: #4B4E6A #F9F9F9;
  scrollbar-width: auto;
}
.feed_list li {
  margin-bottom: 20px;
}
.feed_list::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #F9F9F9;
}
.feed_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #4B4E6A;
}
@media screen and (max-width: 575px) {
  .feed_list {
    max-height: 320px;
  }
}
.feed_list .category_block {
  margin-left: 50px;
}
.feed_list .news_title {
  margin-left: 10px;
  padding-right: 8px;
}
.feed_list .news_date {
  padding-left: 50px;
}

.block_feed {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.category_block {
  margin-bottom: 7px;
  margin-right: auto;
  border: 1px solid #AA241F;
  padding: 3px 10px;
  color: #AA241F;
  font-size: 120%;
  line-height: 14px;
  display: inline-flex;
}
@media screen and (max-width: 990px) {
  .category_block {
    margin-bottom: 3px;
  }
}

.info_block {
  display: flex;
  align-items: center;
  width: 100%;
}

.img_block {
  max-width: 40px;
  width: 100%;
  height: 40px;
}
.img_block img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 40px;
}

.section_inner {
  position: relative;
}

.border_left {
  position: absolute;
  top: 24px;
  right: 0;
  background: #ffffff !important;
  padding-left: 20px;
}

.feed_inner {
  margin-top: 30px;
  position: relative;
}
.feed_inner .section_title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

@media screen and (max-width: 990px) {
  .top_news {
    display: block;
  }
  .other_list li {
    margin-bottom: 20px;
  }
  .popular_news {
    flex: 0 0 66%;
    max-width: 66%;
    float: right;
  }
  .news_feed {
    flex: 0 0 34%;
    max-width: 34%;
    margin-bottom: 20px;
    float: left;
  }
  .most_read {
    flex: 0 0 34%;
    max-width: 34%;
    float: left;
  }
}
@media screen and (max-width: 719px) {
  .title_info {
    font-size: 130%;
    line-height: 17px;
  }
  .top_news {
    display: flex;
  }
  .popular_news {
    flex: 0 0 100%;
    max-width: 100%;
    float: right;
  }
  .news_feed {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }
  .most_read {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
  }
  .most_read .banner_block {
    order: 2;
  }
  .most_read .feed_inner {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .most_read {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .most_read .banner_block {
    order: 1;
  }
  .most_read .feed_inner {
    margin-top: 30px;
    margin-bottom: 30px;
    order: 2;
  }
  .popular_news {
    order: 1;
  }
  .news_feed {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.web .info_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .news_section .last_viewed .slick-arrow, .news_section .last_viewed .web .slick-arrow, .top_list .top_block, .block_news > a, .news_section .last_viewed .slider_last_viewed a, .other_list 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;
}

.top_list .top_block .news_image:before, .block_news > a .news_image:before, .news_section .last_viewed .slider_last_viewed a .news_image:before, .other_list a .news_image:before {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top_list .top_block .news_image:after, .block_news > a .news_image:after, .news_section .last_viewed .slider_last_viewed a .news_image:after, .other_list a .news_image:after, .top_list .top_block img, .block_news > a img, .news_section .last_viewed .slider_last_viewed a img, .other_list a img {
  -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 .news_section .last_viewed .slick-arrow, .news_section .last_viewed .touch .slick-arrow, .top_list .top_block, .block_news > a, .news_section .last_viewed .slider_last_viewed a, .other_list a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.top_list .top_block .news_image:before, .block_news > a .news_image:before, .news_section .last_viewed .slider_last_viewed a .news_image:before, .other_list a .news_image:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.top_list .top_block .news_image:after, .block_news > a .news_image:after, .news_section .last_viewed .slider_last_viewed a .news_image:after, .other_list a .news_image:after, .top_list .top_block img, .block_news > a img, .news_section .last_viewed .slider_last_viewed a img, .other_list a img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.top_list .top_block:active, .block_news > a:active, .news_section .last_viewed .slider_last_viewed a:active, .other_list a:active {
  color: #4F8EB3;
}
.top_list .top_block:active img, .block_news > a:active img, .news_section .last_viewed .slider_last_viewed a:active img, .other_list a:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.top_list .top_block:active .news_image:before, .block_news > a:active .news_image:before, .news_section .last_viewed .slider_last_viewed a:active .news_image:before, .other_list a:active .news_image:before {
  background: #ffffff;
}
.top_list .top_block:active .news_image:after, .block_news > a:active .news_image:after, .news_section .last_viewed .slider_last_viewed a:active .news_image:after, .other_list a:active .news_image:after {
  border-left-color: #222222;
}
.top_list .top_block:active .news_title, .block_news > a:active .news_title, .news_section .last_viewed .slider_last_viewed a:active .news_title, .other_list a:active .news_title,
.top_list .top_block:active .news_date,
.block_news > a:active .news_date,
.news_section .last_viewed .slider_last_viewed a:active .news_date,
.other_list a:active .news_date {
  color: inherit;
}

.top_list .top_block:hover, .block_news > a:hover, .news_section .last_viewed .slider_last_viewed a:hover, .other_list a:hover {
  color: #4F8EB3;
}
.top_list .top_block:hover img, .block_news > a:hover img, .news_section .last_viewed .slider_last_viewed a:hover img, .other_list a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.top_list .top_block:hover .news_image:before, .block_news > a:hover .news_image:before, .news_section .last_viewed .slider_last_viewed a:hover .news_image:before, .other_list a:hover .news_image:before {
  background: #ffffff;
}
.top_list .top_block:hover .news_image:after, .block_news > a:hover .news_image:after, .news_section .last_viewed .slider_last_viewed a:hover .news_image:after, .other_list a:hover .news_image:after {
  border-left-color: #222222;
}
.top_list .top_block:hover .news_title, .block_news > a:hover .news_title, .news_section .last_viewed .slider_last_viewed a:hover .news_title, .other_list a:hover .news_title,
.top_list .top_block:hover .news_date,
.block_news > a:hover .news_date,
.news_section .last_viewed .slider_last_viewed a:hover .news_date,
.other_list a:hover .news_date {
  color: inherit;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .news_section .last_viewed .slick-arrow:hover, .news_section .last_viewed .web .slick-arrow:hover {
  color: #AA241F;
}
.web .info_block:hover {
  opacity: 0.7;
}
.touch .news_section .last_viewed .slick-arrow:active, .news_section .last_viewed .touch .slick-arrow:active {
  color: #4F8EB3;
}

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