.news-block-calendar__item-title {
    /*font-family: Onest;*/
}

.news-block-calendar__wrapper {
  --item-height: 440px;

  height: var(--item-height);
}
.news-block-calendar__wrapper:hover .dark-block-hover .news-block-calendar__item-title {
  display: none;
}
.btn-news-top .btn {
  margin-top: 30px;
  border-radius: 50px;
}
.news-block-calendar__wrapper:hover .dark-block-hover .border-top {
  border-color: color-mix(in oklab, #fff 20%, transparent 0%);
}
.news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-text,
.news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-img {
  display: none;
}

.news-block-text-new {
color: #222428;
/*font-family: Onest;*/
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}

@media (max-width: 600px) {
  .news-block-calendar__wrapper {
    --item-height: 360px;
  }
}


