.news-page {
    & .feed-item {
      padding-left: 30px;
      padding-right: 30px;
      h4 {
        padding: 0 30px 0 0;
      }
    }

  & .feed-item__date .date {
    padding-left: 40px;
  }

  .feed-item {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    padding-top: 59px;
    border-bottom: 1px solid #1a1a1c;

    &:first-of-type {
      border-top: 1px solid #4d4d4d;
    }
    &.active {
      border-color: #8a6d3b;

      .content {
        max-height: unset;
        margin-bottom: 64px;
        overflow: visible;
      }
      .feed-item__button {
        border-color: #8a6d3b;
      }
      .feed-item__text {
        color: #8a6d3b;
      }
      .feed-item__arrow {
        fill: #8a6d3b;

        img {
          transform: rotate(180deg);
          filter: contrast(0.2);
        }
      }
    }
    &__intro {
      margin-bottom: 55px;
    }
    &__date {
      flex: 0 0 20%;
      & .date{
        min-width: 130px;
        display: grid;
        grid-template-columns: minmax(25px, 50px) 80px;
        grid-gap: 4px 8px;
        grid-template-areas:
        "feedDay feedMonth"
        "feedDay feedTime"
      ;
        margin-bottom: 10px;

        &__day {
          grid-area: feedDay;
          font-size: 42px;
          line-height: 100%;
          color: #1a1a1c;
          text-align: center;
        }
        &__month {
          grid-area: feedMonth;
          font-size: 16px;
          line-height: 100%;
          color: #1a1a1c;
        }
        &__time {
          grid-area: feedTime;
          font-size: 14px;
          line-height: 100%;
          color: #4d4d4d;
        }
      }
    }
    &__content {
      position: relative;
      padding-right: 10px;
      padding-left: 40px;
      max-width: calc(80% - 125px);

      &--important {

      }

      & .h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #1a1a1c;
        margin-bottom: 12px;
        text-decoration: none;

        &:hover {
          color: #4d4d4d;
        }
      }
      * {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        color: #1a1a1c;
        overflow-wrap: anywhere;
      }
      strong {
        font-weight: 500;
      }
      ul {

        & > li {
          list-style: inside;
        }
      }
      .content {
        max-height: 0;
        overflow: hidden;
        padding: 0;
      }
    }

    &__button {
      display: inline-block;
      padding: 15px 50px 16px 30px;
      border-top: 1px solid #4d4d4d;
      border-left: 1px solid #4d4d4d;
      border-right: 1px solid #4d4d4d;
      border-radius: 10px 10px 0 0;
      color: #8a6d3b;
      text-decoration: none;
      transition: all .2s;
      cursor: pointer;

      &:hover {
        opacity: .9;
      }
    }
    &__text {
      font-weight: bold;
    }
    &__badge {
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 22px;
      text-align: center;
      border-radius: 5px;
      background: #8a6d3b;
    }
    &__arrow {
      margin-left: 10px;

      svg {
        width: 15px;
        height: 8px;
        stroke: currentColor;
        transition: all .2s;
      }
    }
    &.active {
      .feed-item__arrow {
        svg {
          stroke: #8a6d3b;
          transform: rotate(180deg);
        }
      }
    }
  }

  ul {
    li {
      list-style: none;
    }
  }
  .news-content {
    max-width: 100vw;
  }
  .breadcrumbs {
    background: transparent;
    margin: 0 40px;
  }
  & .pagination {
    margin: 0 40px 30px 40px;
    padding: 0;
    & .page {
      &-item {
      }
    }
  }
  table {
    table-layout: fixed;
    word-break: break-all;
  }
  .feed-item {
    &__content {
        &--important {

        }
      }
      &__badge {

      }
  }
  .main-new {
    margin-bottom: 40px;
    h3 {
      padding: 0 40px;
      font-size: 24px;
    }
    .feed-item {
      border-top: none;
      &__content {

      }
    }
  }
  .pagetitle {
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .news-content {
    display: flex;
    flex-direction: column;
  }
  .right-sidebar {
    display: initial;
    position: initial;
    overflow: hidden;
    padding: 48px 95px;
    width: unset;
    height: unset;

    .sd-button {

    }
  }
}
.news-full-width {
  padding-right: 0;

}
[hidden] {
  display: none !important;
}
