.promo-activity-page .app-viewport {
  height: calc(var(--app-visible-height, 1003px) * var(--app-scale, 1));
}

.promo-activity-shell {
  height: var(--app-visible-height, 1003px);
  min-height: 1003px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #191919 0%, #060606 72%, #000 100%);
}

.promo-header {
  position: relative;
  z-index: 2;
  height: 80px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(180deg, #151516 0%, #050506 100%);
}

.promo-back-hit {
  position: absolute;
  left: 24px;
  top: 30px;
  width: 28px;
  height: 28px;
  pointer-events: auto;
}

.promo-back-hit::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.promo-bell-link,
.promo-card-link,
.promo-bell,
.promo-card-btn,
.promo-service-btn {
  position: absolute;
  object-fit: fill;
}

.promo-bell-link {
  left: 74px;
  top: 18px;
  width: 42px;
  height: 42px;
  pointer-events: auto;
}

.promo-bell {
  inset: 0;
  width: 42px;
  height: 42px;
}

.promo-title {
  position: absolute;
  left: 50%;
  top: 23px;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.promo-card-link {
  right: 48px;
  top: 18px;
  width: 42px;
  height: 42px;
  pointer-events: auto;
}

.promo-card-btn {
  inset: 0;
  width: 42px;
  height: 42px;
}

.promo-service-btn {
  right: 19px;
  top: 18px;
  width: 29px;
  height: 43px;
}

.promo-balance {
  position: relative;
  z-index: 2;
  height: 41px;
  display: flex;
  align-items: center;
  padding-left: 29px;
  background: linear-gradient(90deg, #b8b8ba 0%, #e6e6e8 52%, #aaa 100%);
  color: #0d0d0d;
  font-size: 18px;
  line-height: 1;
}

.promo-content {
  height: calc(100% - 121px);
  
  overflow: hidden;
}

.promo-detail-image {
  width: 498px;
  height: auto;
  max-width: none;
}
