@import "normalize.css";
@import "webflow.css";
@import "t-car.webflow.css";

html {
  scroll-behavior: smooth;
}
input{
  outline: none;
}
.form-head-car{
  max-width: 450px;
  margin: 0 auto;
}
.div-purple-car .wpcf7-submit{
  width: 100%;
}
.right-purple-car{
  position: relative;
}
.right-purple-car .wpcf7-spinner{
  position: absolute;
  right: 40%;
  bottom: 46px;
  transform: translateX(-50%);
  z-index: 10;
}
.right-purple-car .wpcf7 form .wpcf7-response-output{
  width: 69%;
  margin: 0 auto 20px;
  text-align: center;
}
.checkbox-field-purple-car {
  padding-left: 0;
}
.div-check-purple-car{
  margin-bottom: 34px;
}
.div-check-purple-car .wpcf7-list-item{
margin-left: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.div-check-purple-car .wpcf7-list-item-label{
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 42px;
  margin-bottom: 12px;
}
.div-check-purple-car .wpcf7-list-item.last .wpcf7-list-item-label{
  margin-bottom: 0;
}
.div-check-purple-car .wpcf7-list-item-label::after,
.div-check-purple-car .wpcf7-list-item-label::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
border-radius: 2px;
}
.div-check-purple-car .wpcf7-list-item-label::after{
  border: 1px solid #ccc;
}
.div-check-purple-car .wpcf7-list-item-label::before{
  background-image: url(../img/check-car.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
}
input[type='checkbox'], input[type='radio'] {
  padding: 0;
  margin: 0;
  width: 0.01em;
  height: 0.01em;
  position: absolute;
  top: 0;
  left: -200%;
  visibility: hidden;
  z-index: -100;
  opacity: 0;
}
input[type='checkbox']:checked+.wpcf7-list-item-label::after {
  border-color: #19bbdf;
  border-radius: 4px;
  background-color: #19bbdf;
}
input[type='checkbox']:checked+.wpcf7-list-item-label::before{
  opacity: 1;
}
form .form_desc{
  padding: 15px 0;
}

.div-purple-car form .wpcf7-response-output {
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
}

.input-back-car.area-auto{
  height: 0;
}
.one-col-footer-car>div{
  flex: 1 1 1px;
}
.div-footer-contact-car{
  justify-content: flex-end;
}
.btn-thank {
  text-align: center;
  padding: 20px 0;
}
.btn-thank a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  max-width: 220px;
  margin: 0 auto;
  color: #fff;
}