.news_list__slider {
  position: relative;
  .header {
    display: flex;
    justify-content: space-between;
    .navSLider {
      display: flex;
      align-items: center;
      gap: 20px;

      @media screen and (width <= 680px) {
        position: absolute;
        bottom: -70px;
        gap: 10px;
      }

      .more_news {
        font-weight: 600;
        font-size: var(--txt_size18);
        line-height: 100%;
        letter-spacing: -0.04em;
        color: var(--red-7E);
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: clamp(28px, 3vw, 40px);

        &:after {
          content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7L6 18' stroke='%237E3B42' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11 6H17C17.4714 6 17.7071 6 17.8536 6.14645C18 6.29289 18 6.5286 18 7V13' stroke='%237E3B42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          width: 24px;
          height: 24px;
        }
      }

      .conuts_slider {
        font-weight: 500;
        font-size: clamp(14px, 3vw, 16px);
        line-height: 100%;
        letter-spacing: 0;
        color: var(--surfaces-default);
      }

      .prev, .next {
        display: flex;
        align-items: center;
        background: transparent;
        cursor: pointer;
        border: none;

        &:before {
          display: block;
          height: 54px;
          content: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 27C0 12.0883 12.0883 0 27 0C41.9117 0 54 12.0883 54 27C54 41.9117 41.9117 54 27 54C12.0883 54 0 41.9117 0 27Z' fill='%23EEE8E8'/%3E%3Cpath d='M34.0001 27L19.0001 27' stroke='%237E3B42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 22L34.2928 26.2929C34.6262 26.6262 34.7928 26.7929 34.7928 27C34.7928 27.2071 34.6262 27.3738 34.2928 27.7071L30 32' stroke='%237E3B42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }
      }

      .next {
        @media screen and (max-width: 620px) {
          position: relative;
          top: -2px;
        }
      }

      .prev {
        &:before {
          transform: rotate(-180deg);
        }
      }
    }
    .title {
      font-weight: 600;
      font-size: var(--txt_size46);
      line-height: 100%;
      letter-spacing: -0.04em;
      color: var(--surfaces-default);
      display: flex;
      align-items: center;
      gap: 10px;
      @media screen and (width <= 720px) {
        justify-content: space-between;
        width: 100%;
      }
      &:after {
        content: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L26.2036 20.7037C26.8147 21.3147 27.1203 21.6203 27.1203 22C27.1203 22.3797 26.8147 22.6853 26.2036 23.2964L16.5 33' stroke='%237E3B42' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 44px;
        height: 40px;
      }
    }
  }
  .news_item__slider {
    > a {
      .img {
        width: 100%;
        max-width: 100%;
        display: block;
        border-radius: 24px;
        object-fit: cover;
        height: auto;
        max-height: 400px;
      }
    }
    .content {
      display: flex;
      flex-direction: column;
      gap: clamp(10px,2.8vw,12px);
      width: 100%;
      max-width: 400px;
      min-width: 300px;
      height: 100%;
      min-height: 140px;
      margin-top: clamp(18px,3vw,24px);
      .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.04em;
        color: var(--surfaces-default);
        display: block;
      }
      .desc {
        color: var(--surfaces-default);
        font-weight: 400;
        font-size: clamp(14px,3vw,16px);
        line-height: 100%;
        letter-spacing: 0;
        height:auto;
        display: -webkit-box; /* Включаем flexbox для старых браузеров */
        -webkit-box-orient: vertical; /* Вертикальное направление */
        -webkit-line-clamp: 3; /* Ограничение на 3 строки */
        overflow: hidden; /* Скрытие текста, который не помещается */
        text-overflow: ellipsis; /* Добавление многоточия */
      }
      .date {
        color: var(--surfaces-medium);
        font-weight: 400;
        font-size: clamp(14px,3vw,16px);
        line-height: 100%;
        letter-spacing: 0;
        align-items: flex-end;
        display: flex;
      }
    }
  }

  .glide__arrows {
    .glide__arrow--left,
    .glide__arrow--right {
      background: transparent;
      border: none;
      top: 43%;
      box-shadow: none;
      @media screen and (width <= 680px) {
        background: white;
        border-radius: 100%;
        box-shadow: 0 8px 40px 0 #00000014;
      }
      &:after {
        content: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 11L26.2036 20.7037C26.8147 21.3147 27.1203 21.6203 27.1203 22C27.1203 22.3797 26.8147 22.6853 26.2036 23.2964L16.5 33' stroke='%237E3B42' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        display: block;
        @media screen and (width <= 680px) {
          content:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L14.2929 12.7071C14.6262 12.3738 14.7929 12.2071 14.7929 12C14.7929 11.7929 14.6262 11.6262 14.2929 11.2929L9 6' stroke='%237E3B42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }
      }
    }
    .glide__arrow--right {
      right: -3em;
      @media screen and (width <= 680px) {
        right: 0.2em;
      }
    }
    .glide__arrow--left {
      left: -3em;
      @media screen and (width <= 680px) {
        left: 0.2em;
      }
      &:after {
        transform: rotate(180deg);
      }
    }
  }
  .glide__bullets.mobile {
    display: none;
    bottom: -10px;
    .glide__bullet{
      background-color: #D9D9D9;
    }
    .glide__bullet--active {
      border: none;
      background-color: #7E3B42;
    }
    @media screen and (width <= 680px) {
      display: block;
    }
    @media screen and (max-width: 745px) and (orientation: landscape) {
      display:block;
    }
  }
}