@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Inter:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');
@font-face {
  font-family: 'SF Pro Display 400';
  font-style: normal;
  font-weight: 400;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYREGULAR.woff') format('woff');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYMEDIUM.woff') format('woff');
}
@font-face {
  font-family: 'SF Pro Display 600';
  font-style: normal;
  font-weight: 600;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
}
@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBOLD.woff') format('woff');
}
@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 800;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
}
@font-face {
  font-family: 'SF Pro Display 900';
  font-style: normal;
  font-weight: 900;
  src: local('SF Pro Display'),
    url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBLACKITALIC.woff') format('woff');
}

body {
  background: #ffffff;
  color: #f9f9f9;
  font-family: Inter;
  width: 100%;
  position: relative;
}

body::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

html {
  width: 100%;
}

.wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
#app-main {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

#prize {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://frei.de01-dein-vorteil.de/bgpc.webp');
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

#prize__image {
  display: none;
}

#car {
  position: absolute;
  bottom: 50%;
  left: -5%;
  width: 70%;
  transform: translate(0px, 50%);
  z-index: 2;
}

#car img {
  width: 100%;
}

.quiz {
  flex: 0 1 40%;
  position: relative;
  z-index: 2;
}

.quiz__container {
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
}

#app-footer {
  /* display: none; */
}

.quiz__title {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0em;
  color: #000;
  /* font-family: 'SF Pro Display' !important; */
  font-family: 'SF Pro Display 900';
  line-height: 110%;
  margin-bottom: 11px;
}

.bg {
  width: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  flex: 0 1 60%;
}
#app-prize {
  width: auto;
}

.quiz__items {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 23px;
}
.quiz__item {
  display: flex;
  gap: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #000;
  font-family: 'SF Pro Display 400';
}

.quiz__item span {
  color: #6e9850;
}

.registration-formular__legend {
  font-weight: 600;
  font-size: 24px;
  line-height: 75%;
  letter-spacing: 0em;
  color: #000;
  font-family: 'SF Pro Display';
  margin-bottom: 24px;
}

.radio-filds {
  border-radius: 5px;
  padding: 1.2px;
  background-color: #eeeeef;
  display: flex;
  margin-bottom: 10px;
  height: 44px;
}

.radio-filds label {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #000;
  font-family: 'SF Pro Display 400';
}

.form__trigger {
  border-radius: 5px;
  width: 100%;
  flex: 0 1 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #000;
  font-family: 'SF Pro Display 400';
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}
.form__trigger.active {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  cursor: auto;
  font-family: 'sf-pro-semibold';
}

.form__trigger label {
  height: 100%;
  color: #000;
  background-color: #eeeeef;
}

input:checked ~ .registration-formular__control__button {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #6e9850;
  font-family: 'SF Pro Display 600';
  cursor: auto;
  color: #000;
  border: none;
  border-radius: 5px;
  border-radius: 5px;
}

.registration-formular__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.registration-formular__field {
  width: 100%;
}

.registration-formular__field input {
  border: 0.73px solid #eeeeef;
  border-radius: 7px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  box-shadow: inset -1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 112%;
  color: #000;
  font-family: 'SF Pro Display 400';
  padding-left: 10px;
}

.registration-formular__control {
  border: 0.73px solid #eeeeef;
  border-radius: 7px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  box-shadow: inset -1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 112%;
  color: #000;
  font-family: 'SF Pro Display 400';
  padding-left: 10px;
}

.registration-formular__field input::placeholder {
  color: #000;
}
.registration-formular__field input:focus {
  border: 0.73px solid #000;
  outline: none;
}

.registration-formular__fieldset:not(:first-of-type) {
  margin-bottom: 10px;
}
.w33 {
  flex: 0 1 calc(33.33333% - 7px);
}
.w-33 {
  flex: 0 1 calc(33.33333% - 7px);
}
.w67 {
  flex: 0 1 calc(67.33333% - 6px);
}

.w-50 {
  margin-top: 10px;
  flex: 0 1 calc(50% - 5px);
}

.form__btn {
  height: 48px;
  width: 100%;
  border-radius: 10px;
  background: #6e9850;
  font-weight: 900;
  font-size: 24px;
  line-height: 75%;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  font-family: 'SF Pro Display 900';
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
form {
  max-width: 370px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.bottom-2 {
  padding: 0 !important;
}

/* label  */
.label {
  border-radius: 18px;
  padding: 10px;
  width: 355px;
  height: 58px;
  backdrop-filter: blur(80px);
  background: #f5f5f5;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.label__icon {
  width: 38px;
  height: 38px;
}
.label__icon img {
  width: 100%;
  height: 100%;
}
.label__content {
  width: 100%;
}
.label__top {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  font-family: 'SF Pro Display 400';
  width: 100%;
}
.label__top p {
  font-weight: 600;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: 1px;
  color: #000;
}
.label__top span {
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.01em;
  text-align: right;
  color: #000;
}
.label__bottom {
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.01em;
  color: #000;
  display: inline;
}
#firstname {
  display: inline;
}

.label {
  display: none; /* Изначально скрываем блок */
  transition: opacity 1s ease; /* Плавный переход для анимации */
  opacity: 1;
  z-index: 100;
}
.label.visible {
  display: flex;
  opacity: 1; /* Показываем блок */
}
.label.hidden {
  opacity: 0; /* Скрываем блок */
}
/* label end  */

.quiz__items_mob {
  display: none;
}

.optin-cookie-layer__window {
  color: #000;
}

.primary-button {
  background-color: #6e9850;
}
.--error {
  color: #000;
}

#app-main__container {
  display: flex;
}

.primary-button {
  background-color: #6e9850;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.quiz__container {
  min-width: 500px;
}

#app-main {
  min-height: 600px;
}

@media (max-width: 992px) {
  .quiz__container {
    margin-top: 40px;
  }
  .w-50 {
    flex: 0 1 100%;
  }
  .w67 {
    flex: 0 1 100%;
  }
  .w-33 {
    flex: 0 1 100%;
  }
  form {
    max-width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  #car {
    display: none;
  }
  .quiz__container {
    min-width: auto;
  }
  #app-main__container {
    flex-direction: column;
    padding: 0 !important;
  }

  #app-main {
    min-height: auto;
    height: 100%;
  }
}

.page-layer__inner {
  color: #000;
}

.app-footer__navigation__link {
  text-decoration: underline;
}

.registration-formular__fields {
  position: relative !important;
}

.select-custom {
  background-color: #e5e7eb;
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  color: black;
  z-index: 1;
  max-height: 140px;
  overflow: auto;
  cursor: pointer;
}

#country {
  display: none;
}

#city {
  margin-bottom: 10px;
}

.werden {
  color: gray;
  text-align: left;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

/* coreg */

#coreg #app-main__container {
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px !important;
}

#coreg .wrapper {
  min-height: 100%;
  height: fit-content;
  padding: 0 15px;
}
.coreg-actions.--radio {
  padding: 0 !important;
}

.coreg-action.--radio:not(:last-child) {
  /* стили */
}

#coreg form {
  max-width: 100%;
}

#coregs {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 100px;
}

.coregs__pass {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.5;
}

.coregs__pass:hover {
  opacity: 0.4;
}

.coreg-question {
  background: rgba(153, 189, 213, 0.9);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 50px;
  max-width: 750px;
  margin: 0 auto;
}
.coreg-question-title {
  font-family: 'Inter', sans-serif;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  letter-spacing: 0em;
  color: #fff !important;
}
.text-left {
  font-family: 'Inter', sans-serif;
}

.coreg-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400 !important;
  font-size: 20px !important;
  letter-spacing: 0em !important;
  color: #fff !important;
}

.coreg-actions {
  grid-template-columns: 1fr 1fr !important;
  column-gap: 20px;
  row-gap: 12px;
}

.--next_question {
  background-color: #e5e7eb !important;
  padding: 7px 15px;
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: 5px 4px 14px 0 rgba(0, 0, 0, 0.1), 19px 15px 25px 0 rgba(0, 0, 0, 0.09),
    43px 35px 33px 0 rgba(0, 0, 0, 0.05), 77px 62px 39px 0 rgba(0, 0, 0, 0.01),
    120px 97px 43px 0 rgba(0, 0, 0, 0) !important;
  background: #fff !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  letter-spacing: 0em;
  text-align: center !important;
  color: #363636 !important;
  display: flex !important;
  justify-content: center !important;
  font-family: 'Inter', sans-serif;
}
.coreg-action {
  background-color: #e5e7eb !important;
  padding: 7px 15px;
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: 5px 4px 14px 0 rgba(0, 0, 0, 0.1), 19px 15px 25px 0 rgba(0, 0, 0, 0.09),
    43px 35px 33px 0 rgba(0, 0, 0, 0.05), 77px 62px 39px 0 rgba(0, 0, 0, 0.01),
    120px 97px 43px 0 rgba(0, 0, 0, 0) !important;
  background: #fff !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  letter-spacing: 0em;
  text-align: center !important;
  color: #363636 !important;
  display: flex !important;
  justify-content: center !important;
  border: none;
  font-family: 'Inter', sans-serif;
}

.coreg-action:not(:last-child) {
  background-color: #89f141 !important;
}

.--next_question:hover {
  opacity: 0.7;
}

.coreg-radio-icon {
  display: none !important;
}

/* .coreg-question {
  display: none !important;
} */

/* .coreg-question:not(.answered):first-of-type {
  display: block !important;
} */

#coreg .quiz__items_mob {
  display: none;
}

.progress-bar-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;

  height: 20px;
  background-color: #e0e0e0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fefefe;
  margin-bottom: 16px;
  margin-top: 18px;
}
.progress-bar {
  height: 100%;
  border-radius: 5px;
  width: 6%;
  background-color: #89f141;
  transition: width 0.5s ease;
}

.progress-gap-1 {
  position: absolute;
  top: -7px;
  left: 22%;
  font-size: 24px;
  font-weight: 900;
  color: rgb(247, 15, 15);
  width: 32px;
  text-align: center;
  transition: all 0.3s;
}
.progress-gap-2 {
  position: absolute;
  top: -7px;
  left: 50%;
  font-size: 24px;
  font-weight: 900;
  color: rgb(247, 15, 15);
  width: 32px;
  text-align: center;
  transition: all 0.3s;
}
.progress-gap-3 {
  position: absolute;
  top: -7px;
  left: 72%;
  font-size: 24px;
  font-weight: 900;
  color: rgb(247, 15, 15);
  width: 32px;
  text-align: center;
  transition: all 0.3s;
}

.progress-gap-1 sup {
  font-size: 14px;
}
.progress-gap-2 sup {
  font-size: 14px;
}
.progress-gap-3 sup {
  font-size: 14px;
}

/* .progress-gap-1::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background-color: rgb(247, 15, 15);
  z-index: 1;
}
.progress-gap-2::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background-color: rgb(247, 15, 15);
  z-index: 1;
} */

/*  */
.coreg-question {
  opacity: 0; /* Изначально невидимый */
  transition: all 0.3s ease; /* Плавная анимация */
  display: none; /* Элементы скрыты по умолчанию */
  font-family: 'Inter', sans-serif;
}
.coreg-question.show {
  display: block; /* Показываем элемент */
  opacity: 1; /* Полная непрозрачность */
}
.coreg-action.hide {
  display: none; /* Скрываем родительский элемент */
}
.coreg-question.hide {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  top: 0;
  left: 0;
}
/*  */

.coreg {
  position: relative;
}

#coreg #doi-hint {
  margin: 0 auto;
  max-width: 750px !important;
}

#doi-hint {
  margin-top: 20px;
  color: #000;
}

.coreg__title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: 'Alan Sans', sans-serif;
  text-align: center;
  /* padding: 15px 15px 0px 15px; */
  font-weight: 700;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: 1.5px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.coreg__timer {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  width: 110px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
}

.coreg-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://frei.de01-dein-vorteil.de/fon.png');
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

#coregs {
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  width: 100%;
  max-width: 750px;
}

.progress-percent {
  position: absolute;
  top: 50%;
  left: 0.5%;
  transform: translate(0%, -50%);
  transition: all 0.5s;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.progress-percent span {
  color: rgb(247, 15, 15);
}

.coregs__steps {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 20px;
}

.coreg-button {
  font-family: 'Inter', sans-serif;
  margin: 0 auto;
  background: #44a004 !important;
  border: 1px solid #fff !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  font-size: 20px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #fff !important;
  transition: all 0.3s !important;
  max-width: 750px !important;
}

.coreg-button:hover {
  opacity: 0.7;
}

#person {
  position: absolute;
  font-family: 'Inter', sans-serif;
  z-index: 1;
  max-width: 500px;
  bottom: 0;
  left: 0;
}

#person img {
  width: 100%;
}

.progress-gift {
  position: absolute;
  top: 38%;
  right: -18px;
  transform: translate(0, -50%);
  transition: all 0.3s;
  /* display: none; */
}

.progress-gift img {
  width: 55px;
  transition: all 0.3s;
}

.progress-gift.active img {
  width: 85px;
}

.coreg-question .coreg-question-title {
  line-height: 1.15 !important;
}

@media (max-width: 1200px) {
  #person {
    width: 200px;
  }
}

@media (max-width: 992px) {
  #person {
    width: 120px;
    transform: translate(-23px, 0px);
  }
  #coregs {
    margin-bottom: 12px;
  }
  #app-main__container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .coreg-question .coreg-question-title {
    line-height: 1.15 !important;
    margin-top: 10px;
  }

  .coregs__steps {
    font-size: 16px;
  }

  .coreg-question-title {
    font-size: 24px !important;
  }
  .coreg__timer {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1;
    margin-top: 16px;
  }

  .coreg__title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .coreg__title::before {
    font-size: 24px;
  }

  .progress-bar-container {
    margin-bottom: 16px;
  }
  .coreg-actions {
    grid-template-columns: 1fr !important;
    column-gap: 20px;
    row-gap: 8px;
  }
  .coreg-button {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
}

.flash {
  animation: flash 2s infinite;
  padding: 0 !important;
  margin: 0 !important;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out-up {
  animation: fadeOutUp 0.4s forwards;
}

.fade-in-up {
  animation: fadeInUp 0.8s forwards;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.progress__title {
  font-size: 16px;
  margin: 0 auto !important;
  display: block;
  margin-bottom: 12px !important;
  max-width: 750px;

  color: rgb(247, 15, 15);
}

.coreg-email {
  position: absolute;
  top: 65%;
  left: 37%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 24px 32px;
  border-radius: 50px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  color: #222;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 3px solid #000;
  z-index: 1000;
  animation: floatCloud 4s ease-in-out infinite;
  transition: all 1.5s;
  /* opacity: 0; */
  left: -120%;
}

.coreg-email.active {
  left: 37%;
}

@media (max-width: 767px) {
  .coreg-email {
    transform: translate(-50%, -50%);
  }

  .coreg-email.active {
    left: 50%;
  }
}

.coreg-email::before,
.coreg-email::after {
  content: '';
  position: absolute;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.coreg-email::before {
  width: 30px;
  height: 30px;
  bottom: -35px;
  left: 80px;
}

.coreg-email::after {
  width: 15px;
  height: 15px;
  bottom: -55px;
  left: 65px;
}

@keyframes floatCloud {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-8px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

.coreg-email__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.coreg-email__title span {
  color: rgb(247, 15, 15);
  font-weight: bold;
}

.coreg-email__subtitle {
  font-size: 14px;
  line-height: 1.5;
}

.label-error {
  position: fixed;
  max-width: 400px;
  width: 92%;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
}

.label-error h2 {
  font-size: 22px;
  font-weight: 500px;
  margin-bottom: 12px;
  line-height: 110%;
  color: rgb(247, 15, 15);
}

.label-error p {
  font-size: 14px;
  line-height: 115%;
  margin-bottom: 16px;
}

.label-error__buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.label-error__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #89f141 !important;
  color: #000;
  font-size: 16px !important;
  cursor: pointer;
}

.label-error__button_g {
  background-color: #e1e1e1 !important;
}

.page-layer__inner br {
  display: none;
}

.page-layer__inner {
  gap: 0 !important;
}

.page-layer__inner h1 {
  margin-bottom: 20px;
}
.page-layer__inner p {
  margin-bottom: 16px;
}

.coreg-email__subtitle b {
  color: rgb(247, 15, 15);
}
#coreg-211-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-211-1 .text-left {
  font-size: 14px !important;
}
#coreg-211-1 .coreg-question-title {
  font-size: 18px !important;
}
#coreg-211-1 .coreg-body {
  font-size: 16px !important;
}
#coreg-209-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-212-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-208-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-213-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-214-1 .coreg-action {
  background-color: #89f141 !important;
}
#coreg-210-1 .coreg-action {
  background-color: #89f141 !important;
}

._sponsor br {
  display: block !important;
}

#formular-button.active {
  position: relative;
  position: relative;
  width: 350px;
  margin: 0 auto;
  margin-top: 50px;
}
