#atmosfera-30-offer .a30o-reality li::before {
  content: counter(reality);
}

#atmosfera-30-offer .a30o-program-list li::before {
  content: counter(program);
}

#atmosfera-30-offer .a30o-registration {
  padding: clamp(48px, 5vw, 72px) 0;
}

#atmosfera-30-offer .a30o-registration-grid {
  align-items: stretch;
  width: min(1040px, calc(100% - 48px));
  gap: 16px;
}

#atmosfera-30-offer .a30o-registration-grid .a30o-form-photo {
  align-self: stretch;
  height: auto;
  min-height: 100%;
}

#atmosfera-30-offer .a30o-registration-grid .a30o-form-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#atmosfera-30-offer .a30o-registration-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
  overflow: visible;
  max-height: none;
}

#atmosfera-30-offer .a30o-registration-card::before {
  margin-bottom: 18px;
}

#atmosfera-30-offer .a30o-registration-eyebrow {
  margin-bottom: 12px;
}

#atmosfera-30-offer .a30o-registration-card h2 {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.02;
}

#atmosfera-30-offer .a30o-registration-copy {
  margin-top: 14px;
  font-size: 16px;
}

#atmosfera-30-offer .a30o-native-registration {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  overflow: visible;
  max-height: none;
}

#atmosfera-30-offer .a30o-registration-field {
  display: grid;
  gap: 8px;
}

#atmosfera-30-offer .a30o-registration-field > span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

#atmosfera-30-offer .a30o-registration-field input {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

#atmosfera-30-offer .a30o-registration-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

#atmosfera-30-offer .a30o-registration-field input:focus {
  border-color: #229ed9;
  background: rgba(34, 158, 217, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 158, 217, 0.16);
}

#atmosfera-30-offer .a30o-registration-field small,
#atmosfera-30-offer .a30o-registration-consent,
#atmosfera-30-offer .a30o-form-status {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

#atmosfera-30-offer .a30o-native-registration .a30o-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

#atmosfera-30-offer .a30o-native-registration .a30o-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

#atmosfera-30-offer .a30o-registration-consent {
  margin: -4px 0 0;
  text-align: center;
}

#atmosfera-30-offer .a30o-registration-consent a {
  color: #fff;
  text-decoration-color: #229ed9;
  text-underline-offset: 3px;
}

#atmosfera-30-offer .a30o-form-status {
  min-height: 20px;
  margin: -6px 0 0;
  text-align: center;
}

#atmosfera-30-offer .a30o-form-status.is-error {
  color: #ff9b9b;
}

#atmosfera-30-offer .a30o-footer-channels {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

#atmosfera-30-offer .a30o-footer-channels p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

#atmosfera-30-offer .a30o-footer-channels nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#atmosfera-30-offer .a30o-footer-channels nav a {
  color: #fff;
  font-size: 13px;
  text-decoration-color: #229ed9;
  text-underline-offset: 4px;
}

@media (max-width: 720px) {
  #atmosfera-30-offer .a30o-registration {
    padding: 34px 0 54px;
  }

  #atmosfera-30-offer .a30o-registration-grid {
    width: min(100% - 36px, 520px);
    gap: 14px;
  }

  #atmosfera-30-offer .a30o-registration-grid .a30o-form-photo {
    height: calc(clamp(285px, 78vw, 335px) + 100px);
    min-height: 0;
    border-radius: 20px;
  }

  #atmosfera-30-offer .a30o-registration-grid .a30o-form-photo > img {
    object-position: center 18%;
  }

  #atmosfera-30-offer .a30o-registration-grid .a30o-form-photo > span {
    right: 18px;
    bottom: 16px;
    left: 18px;
    font-size: 11px;
  }

  #atmosfera-30-offer .a30o-registration-card {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  #atmosfera-30-offer .a30o-registration-card::before {
    margin-bottom: 12px;
    font-size: 11px;
  }

  #atmosfera-30-offer .a30o-registration-card h2 {
    font-size: clamp(26px, 7.6vw, 31px);
    line-height: 1.04;
  }

  #atmosfera-30-offer .a30o-native-registration {
    gap: 10px;
    margin-top: 14px;
  }

  #atmosfera-30-offer .a30o-registration-copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.42;
  }

  #atmosfera-30-offer .a30o-registration-field {
    gap: 6px;
  }

  #atmosfera-30-offer .a30o-registration-field > span {
    font-size: 14px;
  }

  #atmosfera-30-offer .a30o-registration-field input {
    min-height: 46px;
    border-radius: 13px;
    padding: 0 16px;
  }

  #atmosfera-30-offer .a30o-registration-field small,
  #atmosfera-30-offer .a30o-registration-consent,
  #atmosfera-30-offer .a30o-form-status {
    font-size: 12px;
    line-height: 1.42;
  }

  #atmosfera-30-offer .a30o-native-registration .a30o-submit {
    min-height: 48px;
  }

}
