.text-center{
  width: 100%;
  text-align: center;
  display: block;
}
label{
  font-size: 16px;
}

.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, .c-footer_form select{
  border-radius: 0;
  background-color: rgba(76,76,76,0);
  border: none;
  border-bottom: 1px solid #aaa;
  color: #bbb;
  outline:none;
}
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;
}
select {
  padding: .75rem 5px;
  width: calc(100% - 10px);
  border: 0;
  border-radius: 4px;
  margin: 0.5rem auto;
  border: 1px solid #AAAAAA;
  height: 46px;
  font-family: inherit;
}
option {
  background-color: #000;
}
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: 94%;
}
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: #000;
  text-align: center;
  border: 1px solid #AAAAAA;
}
input[type=checkbox]:checked::after {
  background: #000 url(/LandingPage/jazdy-testowe-10-2025/assets/img/icon-check.svg) 50% 50% no-repeat;
  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; */
}
.checkbox__label.white {
  margin-right: 20px;
  color: #bbb;
}
.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-text-footer img{
  padding-left:0px;
}
.text-error{
  font-size: 10px;
  font-weight: bold;
  color: #f00;
}
.c-form-header{
  font-size:36px;
  text-align: center;
  padding: 100px 0 80px 0;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.form-subtitle{
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding-bottom: 30px;
}
.c-form-text, label{
  color: #555;
  font-size: 14px;
}
.c-form-text a{
  color: #555;
}
.c-form-text{
  color: #555;
  margin: 0;
}
.c-form-container{
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.form__custom-flex{
  /* display: flex; */
}
.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.mb{
  margin-bottom: 20px;
}
.form__custom-select {
    width: 48%;
}
@media(max-width:960px){
  .bottom-form h4 img[data-v-3c4dec59] {
    margin-left: 0rem;
  }
}
@media(max-width: 650px){
  .form-subtitle{
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@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;
  }
  .c-form-container{
    padding-inline: 1rem;
  }
}
@media(max-width: 1200px){

}
@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%;
  }
  .form__custom-select{
    width: 50%;
  }
  textarea{
    margin-top: 20px;
  }
}
@media(max-width:960px){


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

  .form__custom-item{
    width: 1000%;
  }
  .form__custom-select{
    width: 100%;
  }
}
@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-btn-wrap{
    padding-bottom: 50px;
  }
}
@media(max-width: 600px){
  .form__custom-wrap{
    display: block;
  }
  .form__custom-item.mb{
    margin-bottom: 0;
  }
  .form__custom-select{
    margin-top: 0;
    margin-bottom: .5rem;
  }
}
@media(max-width: 525px){
  .c-form-header{
    padding: 30px 0 22px 0;
    font-size: 21px;
    text-align: left;
  }
}
@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;
  }

}
