.m1-find-vehicle-eu {
  background: #004391;
  color: #fff;
  padding: 25px;
}
  .m1-find-vehicle-eu .title{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 20px 0 0;
    line-height: 1;
  }

  .m1-find-vehicle-eu form{
    max-width: none;
    min-width: 0;
  }

  .m1-find-vehicle-eu select{
    padding: 0;
    margin: 0;
    height: 46px;
  }
  .m1-find-vehicle-eu select,
  .m1-find-vehicle-eu .select2{
    width: auto!important;
    min-width: 0;
    max-width: none;
    
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0.000000001px;
    flex-basis: 0.000000001px;
  }
  .m1-find-vehicle-eu .select2-selection--single{
    height: 46px;
  }
  .m1-find-vehicle-eu .select2-selection__rendered{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .m1-find-vehicle-eu .select2-selection--single .select2-selection__arrow {
    top: 9px;
  }
  .m1-find-vehicle-eu .select2-selection--single .select2-selection__arrow:before {
    color: red;
  }
      .m1-find-vehicle-eu .select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
        color: #999;
      }

  .m1-find-vehicle-eu .cars_form_submit {
    height: 46px;
    font-size: 24px;
    font-weight: 700;
    background: #1896fa;
    color: #fff;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    border: none;
    text-align: center;
  }
    .m1-find-vehicle-eu .cars_form_submit[disabled] {
      opacity: 1;
      background: #4f4f4f!important;
      color: #a8a8a8!important;
      border: none!important;
      cursor: default;
    }

@media screen and (min-width: 1024px) {
  .m1-find-vehicle-eu:not(.small) form{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .m1-find-vehicle-eu:not(.small) form > *{
    margin-right: 15px;
  }
  .m1-find-vehicle-eu:not(.small) .cars_form_submit {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .m1-find-vehicle-eu:not(.small) form{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m1-find-vehicle-eu:not(.small) h2 + select,
  .m1-find-vehicle-eu:not(.small) h2 + select + .select2{
    margin-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .m1-find-vehicle-eu form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m1-find-vehicle-eu .title{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .m1-find-vehicle-eu form .select2,
  .m1-find-vehicle-eu .cars_form_submit {
    width: 100%!important;
    margin-top: 15px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m1-find-vehicle-eu {
    padding: 15px;
  }
  .m1-find-vehicle-eu .title{
    margin: 0;
    font-size: 20px;
  }
  .m1-find-vehicle-eu form {
    display: block;
  }

}

.m1-find-vehicle-eu.small {
  padding: 15px;
}
.m1-find-vehicle-eu.small .title{
  margin: 0;
  text-align: center;
  font-size: 20px;
}
.m1-find-vehicle-eu.small form{
  display: block;
}
.m1-find-vehicle-eu.small form select,
.m1-find-vehicle-eu.small form .select2,
.m1-find-vehicle-eu.small .cars_form_submit {
  width: 100%!important;
  margin-top: 15px;
  padding: 0;
}