.index-news-slider {
  margin-top: 100px; }
  @media (max-width: 1249px) {
    .index-news-slider {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .index-news-slider .custom-col {
      max-width: 100%; } }
  .index-news-slider__inner {
    position: relative; }
    @media (max-width: 767px) {
      .index-news-slider__inner {
        background-color: transparent;
        border-radius: 0; } }
  .index-news-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: calc((100% - 64px) / 5); }
    @media (min-width: 768px) {
      .index-news-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        margin-right: 16px; } }
    @media (max-width: 1549px) {
      .index-news-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: calc((100% - 48px) / 4); } }
    @media (max-width: 1249px) {
      .index-news-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: calc((100% - 32px) / 3); } }
    @media (max-width: 767px) {
      .index-news-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: 258px;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .index-news-slider .swiper-container {
      margin: 0 -15px;
      padding: 0 15px; } }
  .index-news-slider .swiper-slide {
    display: flex;
    height: auto;
    border: 1px solid transparent;
    border-radius: 24px;
    background-color: #fff;
    transition: all ease .3s; }
    @media (min-width: 1024px) {
      .index-news-slider .swiper-slide:hover {
        cursor: pointer;
        z-index: 3;
        border-radius: 24px;
        border: 1px solid #5B627E;
        background-color: #EDF2F8; } }
    @media (max-width: 767px) {
      .index-news-slider .swiper-slide {
        width: 258px;
        background-color: transparent; } }
  .index-news-slider .swiper-button-prev {
    left: -20px; }
    @media (max-width: 1249px) {
      .index-news-slider .swiper-button-prev {
        left: 0;
        transform: translate(0%, -50%); } }
  .index-news-slider .swiper-button-next {
    right: -20px; }
    @media (max-width: 1249px) {
      .index-news-slider .swiper-button-next {
        right: 0;
        transform: translate(0%, -50%); } }
    .index-news-slider .swiper-button-next:hover {
      box-shadow: none; }
  .index-news-slider .news-card__header {
    font-size: 16px;
    font-weight: 400; }

.index-news__link {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 18px; }

.news-card {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 24px;
  transition: all ease .3s; }
  @media (max-width: 1249px) {
    .news-card {
      padding: 16px; } }
  @media (max-width: 767px) {
    .news-card {
      font-size: 16px;
      margin: 0 6px;
      background-color: #fff; } }
  .news-card__header {
    display: flex;
    color: #5B627E;
    margin-bottom: 16px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .news-card__header {
        margin-bottom: 4px; } }
  .news-card__img {
    width: 100%;
    position: relative;
    aspect-ratio: 1.5;
    overflow: hidden;
    margin-bottom: 16px; }
    .news-card__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-card__title {
    margin-left: 5px; }
  .news-card__descr {
    margin-top: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .news-card__descr {
        font-size: 18px; } }
