

/* Start:/local/templates/main/components/bitrix/news.list/test-drive-2.0/style.css?17266610372138*/
.form__wrapper-model:before {
  position: absolute;
  right: 10px;
  top: 10px;
  content: '';
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.dropdown__list {
  overflow: hidden;
  max-height: 0;
  transition: .25s;
  position: absolute;
  top: 100%;
  left: 0;
  /* width: max-content; */
  background: #fff;
  z-index: 2;
  width: 100%;
  /* max-width: 300px; */
}

.form__input.dropdown__input {
  cursor: pointer;
  transition: .25s;
  font-family: Oswald;
  font-size: 29px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-transform: uppercase;

  height: auto;
  padding-bottom: 5px;

}



.dropdown__input.js-active~.dropdown__list {
  max-height: 300px;
  border: 1px solid #000;
}




.brandModels__item {
  display: none;

}

.brandModels__item.js-active {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.dropdown-list__item {
  padding: 10px 10px;
  cursor: pointer;
  transition: .25s;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.dropdown-list__item:not(:last-child) {
  border-bottom: 1px solid #000;
}

.dropdown-list__item:hover {
  background: #4982cf;
  color: #fff;
}


.td-form__wrapper.form__wrapper {
  margin-bottom: 5px;
  margin-top: 0;
}


.form__input:-webkit-autofill,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px #fff inset !important;
    background-color: #fff !important;
    background-clip: content-box !important;
}

.hardinput ~ .form__input-placeholder {
  top: -10%;
    font-size: 12px;
}


.models-img__list {
  display: none;
}

.dropdown__input {
  pointer-events: none;
}
.testdrive__form:not(#fake-id) {
  margin-bottom: 10vw;
}

.dropdown__list.active {
  max-height: fit-content;
  max-width: 100%;
}

@media (max-width: 768px) {
 .testdrive__form:not(#fake-id) {
  margin-top: 35px;
  margin-bottom: 50px;
 }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/test-drive-2.0/style.css?17266610372138 */
