

/* Start:/local/components/custom/feedback/templates/fiat_redesign/style.css?154053430612027*/
*{
  box-sizing: border-box;
}
a, strong {
  color: #9c1019 !important;
}
body, html{
  /* background: #212121; */
  color: #212121;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  padding: 0;

}
.recall{
  /* padding-bottom: 50px; */
}
.recall__container{
  width: 100%;
  background: #fff;
  /* padding: 0 20px; */
  max-width: 1200px;
  margin: 0 auto;

}
.recall-wrapper {
  margin: 0 auto;
  max-width: 1170px;
}

.recall-banner{
  position: relative;
  background: url(/local/components/custom/feedback/templates/fiat_redesign/img/red-tipe.jpg) no-repeat center center / 100% 650px;
  /* background: #000; */
}
.recall-banner__img{
  max-width: 100%;
  display: block;
}
.recall-banner__info{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recall-banner__title{
  text-align: center;
}
.recall-banner__title span{
  font-size: 32px;
  color: #ffba00;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
  display: inline-block;
}
.recall-banner__title span:after{
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
.recall-banner-logo__list{
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 30px 0 40px;
  /* border-bottom: 1px solid #3d3d3d; */
  position: relative;
}
.recall-banner__wrapper:after{
  content: '';
  display: block;
  /* background: url(/local/components/custom/feedback/templates/jeep_redesign/img/down-double-arrow.png); */
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 30px;
}
.recall-banner-logo__item{
  width: 30.3%;
  padding: 0 20px;
}
.recall-banner-logo__item img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.recall-banner__wrapper{
  width: 600px;
  position: relative;
  padding-bottom: 40px;
}
.recall-block__list{
  max-width: 1450px;
  display: flex;
  align-items: stretch;
  /* flex-wrap: wrap; */
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.23);
}
.recall-block__item{
  padding: 10px 35px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* .recall-block__item:hover .recall-block__title:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -20px;
  content: "\f105";
  color: #9c1019;
} */

.recall-block__icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.recall-block__icon_road{
  width: 50px;
  height: 50px;
}
/* .recall-block__icon_road {
  width: 60px;
} */
.recall-block__icon svg{
  width: 100%;
  height: 100%;
  fill: #9c1019;
}
.recall-block__btn{
  border: none;
  background: none;
  font-size: 16px;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.2s ease-in;
}

.recall-block__title{
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 1.2;
  /* display: flex; */
}
.recall-block__title span{
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}

.content_forms{
  padding-top: 30px;
}
.form__label {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}
.calc-to__input{
    width: 100%;
    height: 36px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
}
.captcha {
  max-width: 360px;
}
.capthca__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 380px;
  position: relative;
}
.captcha__input{
  border-color: #eeeeee;
  /* border-radius: 60px 0 0 60px; */
  width: 80%;
  max-width: 380px;
}
.captcha__img{
  margin-left: 20px;
}
.captcha__img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.input-container{
  max-width: 360px;
  text-align: right;
}
.input-container, .captcha{
  width: 50%;
  /* max-width: 400px; */
  padding: 0 20px;
}
.form-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  max-width: 1450px;
  margin: 0 auto;
}

.reload_captcha {
  cursor: pointer;
  background: url(/local/components/custom/feedback/templates/jeep_new/img/refresh.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.recall-submit{
  text-align: center;
}
.recall-submit__btn{
  background-color: #9c1019;
  color: #fff;
  padding-right: 50px;
  padding-left: 24px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  border: 0;
  margin-right: 10px;
  text-decoration: none !important;
  outline: none;
  outline: none !important;
  height: 40px;
    line-height: 40px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    font-weight: 700;
    box-shadow: 0 2px 25px -5px #333;
    white-space: normal;
    text-align: center;
    position: relative;
    border: 0;
}
.fa-chevron-right {
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
}
.recall-submit__btn:hover {
  color: #9c1019;
  background-color: #fff;
}
.recall-submit__btn:hover:before {
  color: #9c1019;
}
.recall-submit__btn:after {
  content: "";
  width: 10px;
  border-top: 1px solid #9c1019;
  position: absolute;
  top: calc(50% + 1px);
  right: 22px;
  font-size: 1em;
  color: #9c1019;
}
.recall-submit__btn:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 40px;
  right: 20px;
  content: "\f105";
  color: #fff;
}

.form-title{
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.content_forms{
  background: #fff;
  padding-bottom: 80px;
}
.recall-result{
  background: #fff;
  display: none;
}
.recall-result_active{
  display: block;
}
.recall-result__title{
  text-align: center;
  font-size: 21px;
  margin: 0;
  padding: 35px 0;
  background: #eee;
  font-weight: 400;
}
.recall-result__vin{
  font-weight: 700;
  border-bottom: 2px solid #9c1019;
  padding-bottom: 5px;
  margin-left: 10px;
}
.result-block__list{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.result-block__item{
  width: 33.3%;
  border-right: 1px dashed #eeeeee;
}
.result-header {
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #eeeeee;
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-header__span{
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  text-align: left;
}
.result-header__span:before{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  background: #3db184;
}
.result-header__span_bad:before{
  background: #e12323;
}
.result-block__wrapper{
  padding: 30px 50px;
}
.result-block__title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 20px 0;
}
.result-block__text{
  font-size: 14px;
  line-height: 1.5;
}
.official_dealer{
  color: #ffba00;
  text-decoration: none;
}
.result-block__wrapper a{
  color: #ffba00;
  text-decoration: none;
}
.recall-popup{
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  display: none;
}
.recall-popup_active{
  display: block;
}
.recall-popup__wrapper {
  background: #fff;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  padding: 40px 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.recall-popup__close {
  border: none;
  background: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  outline: none;
}
.recall-popup__close svg{
  width: 100%;
  height: 100%;
  fill: #c1c1c1;
  transition: 0.2s linear;
}
/* .recall-popup__close:hover svg {
  fill: #989797;
  transform: rotate(15deg);
} */
.recall-popup__text {
  font-size: 15px;
  line-height: 1.5;
}
.recall-popup__text a {
  text-decoration: none;
  color: #ffba00;
}

@media (max-width: 1300px) {
  .recall-banner__title span{
    padding-bottom: 40px;
    font-size: 30px;
  }
  .recall-banner__wrapper{
    padding: 0 20px;
  }
  /* .recall-block__item{
    padding: 22px 60px;
  } */
  .recall-banner {
    background-size: 100% 380px;
  }
  .recall-wrapper {
    max-width: 768px;
  }
  .recall-block__icon {
    width: 60px;
  }
  .recall-block__btn{
    font-size: 90%;
  }
}

@media (max-width: 1000px) {
  /* .recall-block__item:hover .recall-block__title :before {
    content: "";
  } */
  .recall-block__title {
    text-align: center;
  }
  .recall-banner__info{
    position: relative;
    display: block;
  }
  .recall-banner__wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 20px 0 0;
  }
  .recall-banner__wrapper:after{
    display: none;
  }
  /* .recall-block__title{
    font-size: 18px;
  } */
  .recall-block__item {
    align-items: flex-start;
    padding: 12px 35px;
    text-align: center;
  }
  .recall__item {
    font-size: 30%;
  }
  .recall-block__icon {
    margin: 0;
    width: 60px;
  }
  .recall-wrapper {
    max-width: 640px;
  }
  .recall-block__btn {
    font-size: 80%;
  }
  .recall-block__item{
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .recall-block__btn {
    width: 300px;
  }
  .recall-block__item {
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e5e5e5;
  }
  .recall-block__item:last-child {
    border: 0;
  }
  .recall-block__list {
    flex-wrap: wrap;
  }
  /* .recall-block__icon {
    width: 80px;
    height: 80px;
  } */
  .form-container{
    padding: 30px 0;
  }
  .captcha{
    margin-top: 30px;
  }
  .input-container, .captcha{
    width: 100%;
    text-align: center;
  }
  .capthca__container{
    justify-content: center;
    margin: 0 auto;
  }
  .result-block__item {
    width: 100%;
  }
  .result-block__wrapper{
    padding: 30px;
  }
  /* .recall-block__title {
    font-size: 16px;
  } */
  /* .recall-result__title {
    font-size: 18px;
    padding: 20px;
  } */
  .recall-banner__title span{
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.spinner-wrap{
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, .5);
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  transition: opacity 0.15s ease;
  animation: rotator 1.4s linear infinite;
  animation-play-state: paused;
}
.spinner.show {
  animation-play-state: running;
}
.spinner.v-enter,
.spinner.v-leave-active {
  opacity: 0;
}
.spinner.v-enter-active,
.spinner.v-leave {
  opacity: 1;
}
.spinner .path {
  stroke: #ffba02;
  stroke-dasharray: 126;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
}

.section-title {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 30px; }
  .section-title_white {
    color: #fff; }
  .section-title:before {
    top: 0;
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: calc(50% - 15px); }
  .section-title__title {
    font-size: 28px;
    color: inherit;
    font-weight: 700;
    margin: 0; }
  .section-title__text {
    font-size: 16px;
    margin: 0;
    color: inherit;
    margin-top: 5px; }

/* End */
/* /local/components/custom/feedback/templates/fiat_redesign/style.css?154053430612027 */
