.text-center{
  width: 100%;
  text-align: center;
  display: block;
}
label{
  font-size: 15px;
  color: #555555;
  font-weight: 400;
}
.c-form-row-many {
  margin-block-end: 80px;
}
.c-form-text-accepts {
  font-size: 13px;
  font-weight: 400;
  color: #817f7d;
  margin-block: 50px;
}
.c-form-text-accepts label {
  color: #ffffff;
  margin-right: 15px;
  cursor: pointer;
}
.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] {
  font-family: 'AudiType', Arial;
  padding: .75rem 5px;
  width: calc(100% - 10px);
  outline: 0px;
  border: 0;
  border-radius: 0px;
  margin: 0.5rem auto;
  border-bottom: 1px solid #AAAAAA;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #bbbbbb;
}
select {
  font-family: 'AudiType', Arial;
  padding: .75rem 5px;
  width: calc(100% - 10px);
  outline: 0px;
  border: 0;
  border-radius: 4px;
  margin: 0.5rem auto;
  border: 1px solid #AAAAAA;
  height: 46px;
  font-size: 20px;
  font-weight: 400;
  color: #bbbbbb;
}
textarea{
  font-family: 'AudiType', Arial;
  padding: 0.75rem 10px;
  width: calc(100% - 10px);
  outline: 0px;
  border: 0;
  border-radius: 0px;
  margin: 0.5rem 0;
  border-bottom: 1px solid #AAAAAA;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #bbbbbb;
}
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: #000000;
  text-align: center;
  border: 1px solid #AAAAAA;
}
input[type=checkbox]:checked::after {
  background: #ffffff url(../img/elem/icon-check.svg) 50% 50% no-repeat;
  border: 1px solid #ffffff;
  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{
  text-align: center;
  padding: 30px 0 80px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}
.c-form-header strong {
  font-size:36px;
  font-weight: 700;
}
.c-form-container {
  padding-block: 150px 65px;
}
@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;
    padding: 50px 0 80px 0;
  }
  .c-form-header{
    padding: 30px 0 50px 0;
    font-size: 18px;
  }
  .c-form-header strong {
    font-size: 26px;
  }
  .c-form-container {
    padding-block: 100px 65px;
  }
}
@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;
  }
}
@media(max-width:960px){
  textarea{
    width: calc(100% - 30px);
  }
  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;
    margin-bottom: 30px;
  }
  input[type=text] {
    margin: 0px auto 0.5rem auto;
  }
  input[type=text], textarea { 
    font-size: 18px;
  }
  .c-form-row-many {
    margin-block-end: 0px;
  }
  .c-form-container {
    padding-block: 80px 50px;
  }
}
@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;
  }
  .c-form-header{
    font-size: 15px;
  }
  .c-form-header strong {
    font-size: 24px;
  }
}
@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:0;
    width: calc(100% - 10px);
  }
  .c-form-text{
    font-size: 14px;
  }
  .c-dealers-name {
    font-size: 1rem;
  }
}
