.text-center {
  width: 100%;
  text-align: center;
  display: block;
}

label {
  font-size: 14px;
}

.form-text {
  font-size: 14px;
}

.c-footer_form input[type=text],
.c-footer_form input[type=number],
.c-footer_form input[type=data],
.c-footer_form input[type=email],
.c-footer_form input[type=tel],
.c-footer_form textarea {
  border-radius: 4px;
  background-color: rgba(76, 76, 76, 0);
  border: 1px solid #898989;
  height: 20px;
  color: #ffffff;
  border: 1px solid #AAAAAA;
}

input[type=text] {
  padding: .75rem 5px;
  width: calc(100% - 10px);
  border: 0;
  border-radius: 4px;
  margin: 0.5rem auto;
  border: 1px solid #AAAAAA;
  font-family: inherit;
  font-size: 14px;
}

select {
  padding: .75rem 5px;
  width: calc(100% - 10px);
  border: 0;
  border-radius: 4px;
  margin: 0.5rem auto;
  border: 1px solid #AAAAAA;
  height: 46px;
  font-size: 14px;
}

textarea {
  padding: 0.75rem 10px;
  width: calc(100% - 10px);
  border: 0;
  border-radius: 4px;
  margin: 0.5rem 0;
  border: 1px solid #AAAAAA;
  font-family: inherit;
  height: 88%;
  font-size: 14px;
}

input[type=checkbox] {
  position: relative;
}

input[type=checkbox]::after {
  content: ' ';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  left: -3px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #AAAAAA;
}

input[type=checkbox]:checked::after {
  background: #f50537 url(/LandingPage/audi-restart-4-plus-05-2026/assets/img/elem/icon-check.svg) 50% 50% no-repeat;
  border: 1px solid #f50537;
  background-size: 50%;
}

button {
  /* padding: 0.75rem 2rem; */
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  /* margin: -20px 0 20px 0; */
}

.c-btn-wrap {
  display: flex;
  justify-content: center;
}

/* p {
  font-size: 0.75rem;
} */
.c-text-footer {
  padding: 15px 0;
  display: block;
  text-align: center;
}

.c-footer_form {
  padding: 0 20px;
}

.c-text-footer img {
  padding-left: 0px;
}

.text-error {
  font-size: 10px;
  font-weight: bold;
  color: #f00;
}

.c-form-header {
  font-size: 44px;
  text-align: center;
  padding: 30px 0 30px 0;
  /* font-weight: 500; */
}

.c-form-container {
  max-width: 90%;
  margin: 0 auto;
}

.form__custom-flex {
  display: flex;
  padding-bottom: 20px;
}

.form__custom-col {
  flex: 1;
}

.form__custom-col.pr {
  padding-right: 30px;
}

.form__custom-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__custom-item {
  width: 48%;
}

.form__custom-item.w100 {
  width: 100%;
}

.form__custom-item.mb {
  margin-bottom: 20px;
}

@media(max-width:960px) {
  .bottom-form h4 img[data-v-3c4dec59] {
    margin-left: 0rem;
  }
}

@media(max-width:600px) {
  .bottom-form.active {
    display: block;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
  }
}

@media(max-width:1440px) {
  .c-form-header {
    font-size: 25px;
    text-align: center;
  }
}

@media(max-width: 1200px) {
  .c-form-container {
    padding: 0 1rem;
  }
}

@media(max-width:1100px) {

  .c-form-item,
  .c-form-administratorInfo,
  .c-form-info {
    font-size: 10px;
  }

  .c-form-item .c-form-label {
    font-size: 12px;
  }

  .form__custom-flex {
    display: block;
  }

  .form__custom-col.pr {
    padding-right: 0;
  }

  .form__custom-item {
    width: 50%;
  }

  textarea {
    margin-top: 20px;
  }
}

@media(max-width:960px) {

  select {
    width: calc(100% - 30px);
  }

  .c-form-item {
    padding: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.3333%;
    margin-right: 20px;
  }
}

@media(max-width:768px) {
  .c-form-item {
    padding: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 45%;
    margin-right: 20px;
  }
}

@media(max-width: 600px) {
  .form__custom-wrap {
    display: block;
  }

  .form__custom-item {
    width: 100%;
  }

  .form__custom-item.mb {
    margin-bottom: 0;
  }
}

@media(max-width: 525px) {
  .c-form-header {
    padding: 30px 0 22px 0;
    font-size: 1rem;
  }
}

@media(max-width:500px) {
  .c-form-item {
    width: auto;
  }

  select {
    width: calc(100% - 10px);
  }

  .c-form-row-many .c-form-item {
    /* margin: 0 20px; */
    width: 100%;
    margin: 0px;
  }

  textarea {
    margin-top: 10px;
    width: calc(100% - 10px);
  }

  .c-form-text {
    font-size: 14px;
  }

  .c-form-container {
    padding: 0;
  }
}