#apkBox .dBox.download-gate-active {
  position: relative;
  width: min(560px, calc(100% - 24px));
  height: auto;
  max-height: calc(100vh - 24px);
  padding: 24px;
  overflow-y: auto;
}

#apkBox .download-gate-active > h2 {
  margin-bottom: 14px;
  padding: 0 42px;
  font-size: 20px;
  line-height: 1.35;
}

.download-gate-ad {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 180px;
  max-height: 300px;
  margin: 4px 0 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f6fa;
}

.download-gate-ad__label {
  margin-bottom: 6px;
  color: #8d8fae;
  font: 10px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.download-gate-status {
  min-height: 22px;
  margin: 0 0 14px;
  color: #514866;
  font: 600 14px/1.4 Montserrat-Regular, Arial, sans-serif;
  text-align: center;
}

.download-gate-status strong { color: #50a684; }
#apkBox .download-gate-active .Btn { display: none; }
#apkBox .download-gate-active #continue[hidden] { display: none !important; }

.download-gate-close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #403858;
  background: #eeedf7;
  font: 700 25px/1 Arial, sans-serif;
  cursor: pointer;
}

.download-gate-close:hover { color: #fff; background: #50a684; }

#apkBox .download-gate-active .download-gate-download {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  display: block;
  width: min(260px, calc(100% - 32px));
  height: 48px;
  margin: 0;
  border: 0;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #50a684, #3d8a6c);
  box-shadow: 0 8px 22px rgba(80, 166, 132, .4);
  font: 700 16px/48px Montserrat-Regular, Arial, sans-serif;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  #apkBox .dBox.download-gate-active { padding: 18px 14px; }
  #apkBox .download-gate-active > h2 { padding: 0 34px; font-size: 18px; }
  .download-gate-ad { min-height: 160px; max-height: 260px; }
  .download-gate-close { top: 8px; right: 8px; }
}
