

/* Start:/buy/request-feedback/style.css?16373200141330*/
.test-drive {
  background: #fff;
  padding: 30px; }
  .test-drive__success {
    min-height: 250px;
    font-size: 18px;
    padding: 20px 0;
    display: none; }
  .test-drive__form {
    max-width: 700px;
    margin: 50px auto; }
  .test-drive__container {
    position: relative;
    margin: 30px 0 40px; }
  .test-drive__select, .test-drive__input {
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    width: 100%;
    height: 37px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: 1px solid #828282;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1; }
  .test-drive__tip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    padding: 0 10px;
    color: #828282;
    font-size: 14px;
    width: 100%;
    z-index: 0;
    transition: font-size .15s ease-out, .15s ease-out; }
  .test-drive__input_fill ~ .test-drive__tip,
  .test-drive__input:focus ~ .test-drive__tip {
    top: -25%;
    font-size: 12px; }
  .test-drive__label a {
    color: inherit;
    border-bottom: 1px dashed #ffba00; }
  .test-drive__error {
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0; }

/* End */
/* /buy/request-feedback/style.css?16373200141330 */
