.news-article__slider {
  background: linear-gradient(180deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%); }

.news-article__grid {
  display: flex;
  margin-bottom: 2.4rem;
  gap: 4rem; }
  @media (max-width: 1023px) {
    .news-article__grid {
      margin-bottom: 16px;
      gap: 16px; } }
  @media (max-width: 575px) {
    .news-article__grid {
      display: grid;
      gap: 8px;
      grid-template-columns: auto auto; } }

.news-article__item {
  display: flex;
  flex-direction: column; }
  @media (max-width: 575px) {
    .news-article__item {
      order: 2; } }
  .news-article__item .prop {
    color: #6F7682; }
    @media (max-width: 1023px) {
      .news-article__item .prop {
        display: none; } }

.news-article__link {
  display: inline-flex;
  align-self: end;
  margin-left: auto;
  transition: color .3s ease; }
  .news-article__link .icon {
    transition: fill .3s ease; }
  @media (max-width: 1023px) {
    .news-article__link .icon {
      width: 24px !important;
      height: 24px !important; } }
  @media (max-width: 575px) {
    .news-article__link {
      order: 1; } }
  .news-article__link a {
    display: inline-flex;
    margin-left: auto;
    padding: 0 !important;
    gap: 1rem;
    fill: #E74829; }
    @media (max-width: 1023px) {
      .news-article__link a span {
        display: none; } }
    @media (min-width: 1024px) {
      .news-article__link a {
        cursor: pointer; }
        .news-article__link a:hover {
          fill: #6F7682; } }

@media (max-width: 575px) {
  .news-article__author {
    order: 3;
    text-align: right; } }

@media (max-width: 575px) {
  .news-article__date {
    order: -1; } }

@media (max-width: 1023px) {
  .news-article__time {
    flex-direction: row;
    gap: 6px; } }

.news-article__time .icon {
  display: none;
  fill: #6F7682; }
  @media (max-width: 1023px) {
    .news-article__time .icon {
      display: flex; } }

.news-article__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 2.4rem 1.6rem; }
  @media (max-width: 1023px) {
    .news-article__tags {
      margin-top: 24px; } }

.news-article__tag {
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  transition: all ease .3s;
  color: #6F7682;
  border-radius: .4rem;
  background-color: #F8F8F8; }
  @media (max-width: 1023px) {
    .news-article__tag {
      height: 22px;
      border-radius: 4px; } }
  @media (min-width: 1024px) {
    .news-article__tag {
      cursor: pointer; }
      .news-article__tag:hover {
        background-color: #D8D8D8; } }

.article-slider {
  margin: 4.8rem 0; }
  @media (max-width: 1023px) {
    .article-slider {
      margin: 30px 0; } }
  .article-slider .project__slider {
    position: static; }
    .article-slider .project__slider img {
      border-radius: 0;
      object-fit: cover; }
  .article-slider .splide__pagination {
    bottom: -20px; }

.comment-block__comment {
  padding: 4rem 6.4rem;
  border-radius: 1rem;
  background: var(--Gray-Background, #F8F8F8); }
  @media (max-width: 1023px) {
    .comment-block__comment {
      padding: 26px 14px;
      border-radius: 10px; } }

.comment-block__title {
  margin-bottom: 3.6rem; }
  @media (max-width: 1023px) {
    .comment-block__title {
      margin-bottom: 22px; } }
  .comment-block__title span {
    padding-left: 1rem;
    color: #6F7682; }

.comment-block__item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8; }
  @media (max-width: 1023px) {
    .comment-block__item:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.comment-block__date {
  margin-bottom: 1.2rem;
  color: #6F7682; }
  @media (max-width: 1023px) {
    .comment-block__date {
      margin-bottom: 12px; } }

.comment-form {
  margin-top: 4.5rem;
  padding: 4rem 6.4rem;
  border: 1px solid #D8D8D8;
  border-radius: 1rem; }
  @media (max-width: 1023px) {
    .comment-form {
      margin-top: 28px;
      padding: 26px 14px;
      border-radius: 10px; } }
  @media (max-width: 575px) {
    .comment-form .btn {
      width: 100%; } }
  .comment-form .form-desc {
    margin-bottom: 3rem;
    color: #6F7682;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .comment-form .form-desc {
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .comment-form .form-desc {
        margin-top: 16px;
        text-align: center; } }

.project__info {
  position: relative;
  gap: 4px;
  color: #E74829;
  fill: #E74829; }
  @media (min-width: 1024px) {
    .project__info {
      gap: .6rem;
      cursor: pointer; }
      .project__info:hover {
        color: #FE7C62;
        fill: #FE7C62; } }
  .project__info .block__share {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    padding: 1rem;
    transition: all ease .3s;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }
  .project__info .ya-share2__list {
    display: flex; }
    .project__info .ya-share2__list span {
      display: inline-block; }
    .project__info .ya-share2__list.ya-share2__list_direction_horizontal {
      margin: 0; }
  .project__info.expand .block__share {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 1023px) {
    .project__info .icon {
      width: 24px !important;
      height: 24px !important; } }

@media (max-width: 575px) {
  .project .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 28px;
    height: 28px; } }

@media (max-width: 575px) {
  .project .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; } }
