.side-news {
  position: relative; }
  .side-news__tag {
    margin-bottom: 15px; }
  .side-news__date, .side-news__title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 11px; }
    @media (max-width: 575px) {
      .side-news__date, .side-news__title {
        display: none; } }
  .side-news__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 23px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .side-news__item:last-of-type {
      padding-bottom: 14px; }
    @media (max-width: 1449px) {
      .side-news__item {
        font-size: 14px; } }
    @media (max-width: 1249px) {
      .side-news__item {
        font-size: 12px; } }
    @media (max-width: 575px) {
      .side-news__item {
        font-size: 17px;
        position: relative; } }
    @media (max-width: 575px) {
      .side-news__item {
        margin-bottom: 0px;
        padding: 10px 0px;
        border-bottom: 1px dotted #000;
        display: none;
        flex-direction: column-reverse; }
        .side-news__item:nth-of-type(-n + 3) {
          display: flex; } }
  .side-news__time {
    padding-right: 10px;
    color: #26c193; }
    @media (max-width: 575px) {
      .side-news__time {
        font-size: 10px;
        margin-top: 6px; } }
  .side-news__more {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px; }
    @media (max-width: 1449px) {
      .side-news__more .btn.btn--primary {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .side-news__more {
        position: absolute;
        padding-bottom: 0px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        transform: translateY(50%);
        padding-left: 15px; }
        .side-news__more .btn.btn--primary {
          font-size: 10px; } }
  .side-news .tag--black {
    cursor: unset; }
    .side-news .tag--black:hover {
      background-color: #231f20; }

.side-news--mobile {
  display: none;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .side-news--mobile {
      display: block;
      margin-bottom: 30px; } }
  .side-news--mobile .side-news__descr {
    font-size: 14px; }
  .side-news--mobile a:not([class]) {
    text-decoration: none;
    padding: 0px;
    color: #000;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px; }
  .side-news--mobile .list {
    transition: all .3s ease;
    overflow: hidden; }
    .side-news--mobile .list .item {
      display: none; }
      .side-news--mobile .list .item:nth-child(-n + 3) {
        display: block; }
  .side-news--mobile .tag {
    font-size: 10px; }
  .side-news--mobile .side-news__control {
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    display: none; }
    .side-news--mobile .side-news__control.active:before {
      transform: rotate(-180deg); }
    .side-news--mobile .side-news__control:before {
      transition: all .3s ease;
      position: absolute;
      content: "";
      left: 0;
      top: calc(50% - 7px);
      transition: all 0.3s ease;
      margin-right: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3809 9.73242L6.69037 14.0003L0.999879 9.73242' stroke='%23646464' stroke-width='1.42262'/%3E%3Cpath d='M6.64014 0.485352L6.64014 13.5514' stroke='%23646464' stroke-width='1.42262'/%3E%3C/svg%3E");
      width: 12px;
      height: 13px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

@media (max-width: 767px) {
  .side-news--desktop {
    display: none; } }

@media (max-width: 767px) {
  .side-section__bottom {
    display: none; } }
