.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;
}
.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;
}

@media (max-width: 600px) {
  .news-block-calendar__wrapper {
    --item-height: 360px;
  }
}
