

/* Start:/local/components/fiatpro/form/templates/test-drive/style.css?15519621162805*/
.feedback {
  padding: 50px 0; }
  .feedback__message {
    font-size: 22px;
    text-align: center; }
  .feedback__error {
    color: red;
    font-size: 12px;
    position: relative; }
    .feedback__error_absolute {
      position: absolute;
      bottom: 0;
      left: 0; }
  .feedback__submit {
    display: block;
    padding: 11px 15px;
    width: 120px;
    text-align: left;
    background: url(/local/components/fiatpro/form/templates/test-drive/img/right-icon-hover.png) no-repeat #fff right 10px top 12px;
    color: #000;
    position: relative;
    border: 1px solid #ccc;
    outline: none;
    margin-left: auto;
    transition: 0.2s ease-in;
    margin: 20px auto; }
    .feedback__submit:before {
      font: normal normal normal 22px/1 FontAwesome;
      position: absolute;
      right: 15px;
      content: "\f105";
      color: #9c1019;
      top: 7px;
      transition: 0.2s ease-in; }
    .feedback__submit:hover {
      background: #9c1019;
      color: #fff; }
      .feedback__submit:hover:before {
        color: #fff; }
  .feedback__title {
    font-size: 40px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px; }
  .feedback__text {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px; }

.feedback-form__label {
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
  display: block; }

.feedback-form__container {
  width: 45%;
  margin: 7px 18px;
  position: relative;
  display: inline-block; }

.feedback-form__field {
  width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333; }
  .feedback-form__field_hidden {
    display: none; }

.radio-icon {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.17); }

input[type='checkbox']:checked + label .radio-icon:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #30747f;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 16px;
  left: -3px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-clip: padding-box; }

.agreement {
  width: 100%;
  padding: 30px 0; }
  .agreement__label {
    padding-left: 30px;
    display: block;
    color: #ccc;
    font-size: 14px;
    display: block; }
    .agreement__label a {
      color: #9c1019;
      color: inherit; }

@media (max-width: 991px) {
  .feedback-form__container {
    width: 100%; } }

@media (max-width: 666px) {
  .feedback-form__container {
    margin: 0;
    margin-bottom: 20px; } }

/* End */
/* /local/components/fiatpro/form/templates/test-drive/style.css?15519621162805 */
