/* news page*/
.news-page-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.news-page-columns .main-column {
  width: calc(100% - 530px);
}

.news-page-columns .sidebar {
  width: 470px;
}

.page-img {
  margin-bottom: 30px;
}

.page-img img {
  width: 100%;
  border-radius: 9px;
}

.page-date {
  color: #777777;
  margin-bottom: 10px;
  font-size: 14px;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget.last {
  margin-bottom: 0;
}

.sidebar-widget.popular-posts {
  margin-top: -4px;
  position: sticky;
  top: 20px;
}

.fix-panel-true + .main-content .sidebar-widget.popular-posts {
  top: 120px;
}

.sidebar-widget-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}

.sidebar .popular-posts .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sidebar .popular-posts .item-img {
  width: 150px;
}

.sidebar .popular-posts .item-img img {
  border-radius: 5px;
}

.sidebar .popular-posts .item-content {
  width: calc(100% - 150px);
  padding-left: 20px;
}

.sidebar .popular-posts .item-date {
  color: #777777;
  margin-bottom: 7px;
  font-size: 13px;
}

.sidebar .popular-posts .item-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  transition: all ease-out 300ms;
}

.sidebar .popular-posts .item:hover .item-title {
  color: #F0A20A;
}

.page-share {
  margin-bottom: 50px;
  margin-top: 30px;
}

.page-share-title {
  color: #222222;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-top: 0;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 36px !important;
  width: 36px !important;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 24px 24px !important;
  background-repeat: no-repeat;
}

.content img {
  width: auto !important;
  height: auto !important;
}

@media (max-width: 1299px) {
  .sidebar .popular-posts .item-content {
    width: calc(100% - 170px);
    padding-left: 22px;
  }
  .sidebar .popular-posts .item-title {
    font-size: 16px;
  }
  .sidebar .popular-posts .item {
    margin-bottom: 25px;
  }
  .news-page-columns .sidebar {
    width: 450px;
  }
  .news-page-columns .main-column {
    width: calc(100% - 490px);
  }
  .content p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .sidebar .popular-posts .item-img {
    width: 150px;
  }
  .sidebar .popular-posts .item-content {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .sidebar .popular-posts .item-title {
    font-size: 15px;
  }
  .sidebar .popular-posts .item-date {
    font-size: 13px;
  }
  .news-page-columns .sidebar {
    width: 370px;
  }
  .news-page-columns .main-column {
    width: calc(100% - 400px);
  }
  .sidebar-widget-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .news-page-columns .main-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-page-columns .sidebar {
    width: 100%;
  }
  .sidebar .popular-posts .item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sidebar-widget-title {
    font-size: 18px;
  }
  .sidebar .popular-posts .item-img {
    width: 100px;
  }
  .sidebar .popular-posts .item-content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .sidebar .popular-posts .item-date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .sidebar .popular-posts .item-title {
    font-size: 14px;
  }
}
/* /. news page*/
/*# sourceMappingURL=single-news.css.map */
