.news-block {
  /*width: 100vw;*/
  overflow: hidden;
  margin: 0 auto;
}

.news-block .slick-list {
  overflow: visible !important;
  padding-bottom: 64px;
}

.news-block .slick-dots button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #132251;
  transition: background-color 0.2s ease-in-out;
}

.news-block .slick-dots button:hover {
  background: #1322511F;
}

.news-block .slick-dots li button:before {
  color: transparent;
}

.news-block .slick-dots .slick-active button {
  background: #132251;
}


.news-block__slider {
  margin: 0 -15px;
}

.news-block__title-block {
  display: flex;
  gap: 62px;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 30px;
}

.news-block__title {
  font-weight: 600;
  font-size: 38px;
  line-height: 120%;
}

.news-block__slider__left-arrow {
  margin-right: 36px;
}

.news__card {
  margin: 0 15px;
  height: 697px;
  border-top-right-radius: 50px;
  overflow: hidden;
  width: 666px;
  background: #F8F8F8;
  color: var(--black);
  transition: transform 0.2s ease-in-out;
}

.news__card:hover {
  transform: scale(1.015);
}

.news__card>img {
  width: 100%;
  height: 32%;
  object-fit: cover;
}

.news__card__content {
  padding: 34px;
  height: 437px;
  display: flex;
  flex-direction: column;
}

.news__card___title {
  font-weight: 700;
  line-height: 130%;
  font-size: 20px;
  margin-bottom: 20px;
}

.news__card___text {
  flex: 1;
  line-height: 140%;
  font-size: 16px;
}

.news__card___bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.news__card___date {
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #132251;
  border-radius: 25px;

  color: var(--dark-blue);
}

.news-block__slider__left-arrow,
.news-block__slider__right-arrow {
  cursor: pointer;
  fill: #000;
}

.news-block__slider__left-arrow:hover,
.news-block__slider__right-arrow:hover {
  fill: #2F468F;
}


@media screen and (max-width: 1394px) {
  .news__card>img {
    height: 24%;
  }

  .news-block__title-block {
    margin-top: 113px;
    margin-bottom: 32px;
  }

  .news-block__title {
    font-size: 28px;
  }

  .news-block__title-block__arrows {
    display: none;
  }

  .news__card__content {
    padding: 18px;
  }

  .news__card___title {
    font-size: 16px;
  }

  .news__card___text {
    font-size: 14px;
  }

  .news__card___date {
    font-size: 14px;
    padding: 6px 12px;
  }

  .news__card {
    height: 572px;
  }

  .news__card__content {
    height: 402px;
  }

  .news__card___bottom img {
    height: 30px;
  }

  .news-block .slick-dots button {
    height: 8px;
    width: 8px;
  }

  .news-block .slick-list {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .news-block__title-block {
    gap: 24px;
    margin-top: 80px;
    margin-bottom: 24px;
  }

  .news-block__title {
    font-size: 24px;
  }

  .news-block__slider__left-arrow {
    margin-right: 24px;
  }

  .news__card {
    height: 520px;
    border-top-right-radius: 40px;
  }

  .news__card__content {
    padding: 16px;
    height: 360px;
  }

  .news__card___title {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .news__card___text {
    font-size: 13px;
  }

  .news__card___date {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 22px;
  }

  .news__card___bottom img {
    height: 26px;
  }

  .news-block .slick-dots button {
    height: 7px;
    width: 7px;
  }

  .news-block .slick-list {
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 480px) {
  .news-block__title-block {
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .news-block__title {
    font-size: 20px;
  }

  .news-block__slider__left-arrow {
    margin-right: 12px;
  }

  .news__card {
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 480px;
    border-top-right-radius: 32px;
  }

  .news__card__content {
    padding: 14px;
    height: 330px;
  }

  .news__card___title {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .news__card___text {
    font-size: 12px;
  }

  .news__card___date {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .news__card___bottom img {
    height: 24px;
  }

  .news-block .slick-dots button {
    height: 6px;
    width: 6px;
  }

  .news-block .slick-list {
    padding-bottom: 24px;
  }
}
