.img-fluid {
  max-width: 100%;
}

.modal-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.modal-list__footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.modal-list__footer .top-btn {
  margin-right: 0;
}

.modal-list__item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(100% 100% at 50% 0%, #484cb1 0%, #191d7b 100%);
  padding: 20px;
}

.modal-list__item__img {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 6px;
}

.modal-list__item__img img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  object-position: center;
}

.modal-list__item__date {
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid #f9d375;
  font-size: 12px;
  display: inline-block;
  color: #f9d375;
  background: linear-gradient(
    90deg,
    rgba(249, 211, 117, 0.15) 3.19%,
    rgba(183, 156, 87, 0.15) 100%
  );
}

.modal-list__item__title {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(to right, #f9d375 0%, #b79c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-list__item__ul li {
  display: flex;
  align-content: center;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  align-items: flex-start;
}

.modal-list__item__ul li img {
  margin-right: 8px;
}

.modal-list__item__ul a {
  color: #fff;
}

.modal-btn__close {
  display: inline-block;
}

.active_modal .wrapper {
  filter: blur(50px);
}

.events_none {
  pointer-events: none;
}
