@font-face {
  font-family: 'mopar';
  font-weight: normal;
  font-style: normal;
  src: url("/css/fonts/mopar-alfa.eot?4rb5jx");
  src: url("/css/fonts/mopar-alfa.eot?4rb5jx#iefix") format("embedded-opentype"), url("/css/fonts/mopar-alfa.ttf?4rb5jx") format("truetype"), url("/css/fonts/mopar-alfa.woff?4rb5jx") format("woff"), url("/css/fonts/mopar-alfa.svg?4rb5jx#mopar") format("svg"); }

@font-face {
  font-family: 'mopar-private-jeep';
  font-weight: normal;
  font-style: normal;
  src: url("/css/fonts/mopar-private-jeep.eot?yh48gq");
  src: url("/css/fonts/mopar-private-jeep.eot?yh48gq#iefix") format("embedded-opentype"), url("/css/fonts/mopar-private-jeep.ttf?yh48gq") format("truetype"), url("/css/fonts/mopar-private-jeep.woff?yh48gq") format("woff"), url("/css/fonts/mopar-private-jeep.svg?yh48gq#mopar-private-jeep") format("svg"); }




.main-btn {
background-color: #fff;
color: #000;
outline: none;
height: 43px;
border-radius: 80px;
padding: 0 24px;
padding-right: 50px;
box-shadow: 0 2px 25px -5px #333;
display: inline-block;
white-space: normal;
text-align: left;
position: relative;
border: 0;
text-decoration: none;
display: inline-block;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.main-btn:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 43px;
  right: 20px;
  content: "\f105";
  color: #fff;
   }
   .main-btn:hover {
     background: #fff;
     color: #9C1019;
   }
   .main-btn:hover:before {
    color: #9C1019;
     }
.main-btn:hover:after {
  content: "";
  width: 10px;
  border-top: 1px solid #9C1019;
  position: absolute;
  top: calc(50% + 0px);
  right: 22px;
  color: #fff; }
.main-btn_dark {
  background-color: #333;
  color: #fff; }
.main-btn_shadow {
  margin-top: 15px;
  background: #9c1019;
  color: #fff; }

.overlay::-webkit-scrollbar {
  width: 0;  /* remove scrollbar space */
}

.warranty-banner {
max-width: 100%;
display: block;
}

.overlay {
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
transform: translateY(-100%);
background: rgba(0, 0, 0, 0.4);
transition: opacity .5s; }

.contract-modal {
left: 50%;
opacity: 0;
transform: translate(-50%, calc(-100% - 20px));
padding-bottom: 30px;
margin: 20px 0;
width: 50%;
min-width: 768px;
position: absolute;
background: #fff;
transition: all .5s; }
@media only screen and (max-width: 767px) {
  .contract-modal {
    margin: 0;
    width: 100%;
    min-width: 0; } }
.contract-modal__header {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0 40px;
  width: 100%;
  min-height: 65px;
  border: 0;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  background-color: #333;
  color: #fff; }
.contract-modal__configurator-btn {
  background: #9c1019;
  color: #fff;
  outline: none;
  height: 43px;
  border-radius: 80px;
  margin: 20px 0;
  padding: 0 15px;
  padding-left: 15px;
  box-shadow: 0 2px 25px -5px #333;
  display: inline-block;
  white-space: normal;
  text-align: left;
  position: relative;
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }

.contract-modal__actions {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .contract-modal__actions {
      justify-content: center;
      flex-wrap: wrap; } }
.contract-modal__body {
  padding: 0 40px; }
.contract-modal__footer {
  padding: 0 40px; }
.contract-modal__close {
  font-size: 35px;
  cursor: pointer;
  transition: all .5s ease; }
  .contract-modal__close:hover {
    color: #999999; }
.contract-modal .card {
  margin: 0; }
.contract-modal .card__wrapper {
  height: 250px; }


.divider {
margin: 20px 40px;
height: 1px;
background: #d9d8dd; }

.warranty__disclaimer {
font-size: 12px;
font-style: italic; }

.big-title {
  margin: 20px 0;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  color: #33333f;
}

.small-big-title {
margin: 20px;
font-size: 30px;
font-weight: 700;
/* text-transform: uppercase; */
display: block;
color: #33333f; }

.small-title {
margin: 20px 0;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
display: block;
color: #33333f; }

.long-warranty img {
max-width: 100%;
display: block; }

.cards-container {
display: flex;
flex-wrap: wrap; }
.card {
  margin: 0 15px 30px;
  width: calc(33% - 31px);
  /* min-width: 350px; */
  /*  */
  border-bottom: 4px solid #c6c6c6;
  position: relative; }
.card a {
  color: #000;
  text-decoration: none;
}
.card a:hover {
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .cards-container {
    justify-content: center; }
    .card {
      width: calc(49% - 31px);
  }
}
.cards-container_center {
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .card {
    width: 100%;
    min-width: 0; } }
.card_border {
  border-bottom: none; }
.card__wrapper {
  justify-content: space-between;
  height: 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5; }

  @media only screen and (max-width: 400px) {
    /* .card__wrapper {
      height: 380px; }  */
    }
  .card__wrapper_height {
    height: auto; }
  .card__wrapper_center-text {
    text-align: center; }
  .card__wrapper_bg {
    background: transparent; }
.card__header {
  /* height: 20%; */
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }
.card__header-desc {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9c1019;
}
.card__footer {
  color: #9c1019; }
  .card__terms-container {
    align-items: center;
    display: flex;
  }
.card__terms {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
  line-height: 1.3; }
.card_width {
  flex: 0 0 100%; }

.service-advices {
margin: 30px 0;
padding: 20px 0;
/* text-align: center; */
background-color: #9c1019;
color: #fff; }
.service-advices h3 {
  font-size: 20px;
  font-weight: bold; }

.faq {
padding: 20px 0;
background-color: #e5e5e5; }
.faq h3 {
  font-size: 20px;
  font-weight: bold; }
.faq__wrapper {
  display: flex;
  flex-wrap: wrap; }
.faq__desc {
  flex: 0 0 34%; }
  @media only screen and (max-width: 1023px) {
    .faq__desc {
      flex: 0 0 45%; } }
  @media only screen and (max-width: 767px) {
    .faq__desc {
      flex: 0 0 100%; } }
.faq__about {
  flex: 0 0 66%;
  min-width: 320px; }
  @media only screen and (max-width: 1023px) {
    .faq__about {
      flex: 0 0 55%; } }
  @media only screen and (max-width: 767px) {
    .faq__about {
      flex: 0 0 100%; } }
.faq__about-item {
  margin: 15px 0;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.08); }
.faq__about-item a {
  text-decoration: none;
  display: block;
  color: #333; }

.ico-tile-icon:before {
    content: "\e923";
    font-size: 43px;
font-family: "mopar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-manutenzione-services {
  margin: 20px 0;
font-family: "mopar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-manutenzione-services:before {
  content: "\e91e";
  font-size: 122px;
font-family: "mopar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-gear:before {
content: "\e922";
margin-right: 8px;
font-size: 20px;
font-family: "mopar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-maintenance-icon:before {
    content: "\e903";
    font-size: 97px;
font-family: "mopar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.postwarranty__banner {
    display: block;
    position: relative;
}

.warranty-btn {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.warranty-banner-tablet{
  display: none;
}

.warranty-banner-mobile{
  display: none;
}

ul.parts__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.parts__list a {
    color: #000;
    text-decoration: none;
}

.parts__list a:hover {
    color: #000;
    text-decoration: none;
}

li.parts__item {
    /* border: 1px solid #f7f7f7; */
    margin: 15px;
    width: 180px;
    text-align: center;
}

img.parts__img {
    height: 160px;
    display: block;
    /* margin: 20px auto; */
}

span.parts__text {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.mopar__find-info {
    display: flex;
    justify-content: flex-end;
    margin: 20px;
}

.mopar__find-text {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    align-items: center;
}

.mopar__find-text__desc {
    font-size: 26px;
}
.mopar-help {
    margin: 30px 0;
}
.mopar-help__container{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mopar-help__banner{
  background: url(img/fiatpro_assistance_background.png);
  background-position: 80% 50%;
  background-size: cover;
  height: 390px;
  width: 100%;
}
.mopar-help__content{
  position: absolute;
  left: 5%;
  top: 10%;
  /* transform: translateY(-50%); */
  max-width: 1000px;
  width: 100%;
  line-height: 1.5;
}
.mopar-help__content-list {
    display: flex;
    justify-content: space-between;
}
.content-item-left {
    width: 100%;
    max-width: 300px;
}
.content-item-right {
    align-self: flex-end;
}
.mopar-help__content-text{
  color: #fff;
}
.mopar-help__content-title, .mopar-help__content-caption {
  font-size: 24px;
  font-weight: bold;
}
.mopar-help__content-desc{
  margin-top: 40px;
}
.mopar-help__content-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
a.navi-item {
  width: 300px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  text-decoration: none;
}
.navi-item__text {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 30px;
}
@media (max-width: 991px) {
  .ico-maintenance-icon:before{
        font-size: 45px;
  }
  a.navi-item{
    margin-top: 10px;
    border-top: 1px solid #fff;
  }
  .navi-item__text {
    font-size: 14px;
  }
  .mopar-help__content-navi{
    justify-content: center;
  }

}
@media (max-width: 800px) {
  .car-protection__list{
    flex-direction: column;
  }
  .warranty-banner-desktop{
    display: none;
  }
  .warranty-banner-tablet{
    display: block;
  }
}
@media (max-width: 768px) {
.mopar-help__banner{
  background: url(img/fiatpro_assistance_background-mobile.png);
  height: 600px;
}
.mopar-help__content-list {
    flex-direction: column;
}
.mopar-help__content{
  top:5%;
  left:20%;
}
.mopar-help__content-navi {
    justify-content: flex-start;
}
.content-item-right {
  align-self: flex-start;
    margin-top: 40px;
    width: 300px;
}
}
@media only screen and (max-width: 640px) {
  .mopar__find-text {
  flex-wrap: wrap;
  justify-content: center;
}
.mopar__find-text__desc {
  margin-bottom: 20px;
}
.mopar__find-info{
  justify-content: center;
}
  }

@media (max-width: 480px) {

  .mopar-help__content{
    left:5%;
  }

  .warranty-banner-desktop{
    display: none;
  }
  .warranty-banner-tablet{
    display: none;
  }
  .warranty-banner-mobile{
    display: block;
  }
}
