.tabs-events {
  padding-top: 0.9896vw;
}
.tabs-events .loader {
  display: none;
}
.tabs-events.loading {
  min-height: 500px;
  position: relative;
}
.tabs-events.loading .loader {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(12, 26, 52, 0.62);
}
.tabs-events.loading .loader img {
  width: 200px;
}
.tabs-events .result-activity {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.tabs-events .result-activity .result-item-activity {
  width: calc((100% - 96px) / 3);
  cursor: pointer;
}
.tabs-events .result-activity .result-item-activity .image {
  width: 100%;
  aspect-ratio: 384 / 273;
  background-color: #FF455B;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 23px;
}
.tabs-events .result-activity .result-item-activity h2 {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: right;
  color: #fff;
  font-family: "Ploni ML v2 AAA", sans-serif;
}
