@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: 30px;
  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: 30%;
min-width: 500px;
position: absolute;
background: #fff;
transition: all .5s; }
.contract-modal__button {
    width: 150px;
    margin: 0 auto;
}
@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;
  position: relative;}
.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 {
  position: absolute;
  right: 5%;
  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; }

.small-big-title {
    margin: 20px 0;
    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; }
@media only screen and (max-width: 1023px) {
  .cards-container {
    justify-content: center; } }
.cards-container_center {
  justify-content: center; }

.card {
margin: 0 15px 30px;
width: calc(36.33% - 31px);
min-width: 350px;
/*  */
border-bottom: 4px solid #c6c6c6;
position: relative; }
@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: 300px;
  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__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-cartool-km:before {
  color: #9c1019;
    content: "\e903";
    font-size: 24px;
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;
  margin-right: 5px;
}

.ico-cartool-time:before {
  color: #9c1019;
    content: "\e905";
    font-size: 24px;
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;
  margin-right: 5px;
}

.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;
}

.postwarranty__banner {
    display: block;
    position: relative;
}

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

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

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

@media (max-width: 800px) {
  .car-protection__list{
    flex-direction: column;
  }
  .warranty-banner-desktop{
    display: none;
  }
  .warranty-banner-tablet{
    display: block;
  }
}

@media (max-width: 480px) {
  .warranty-banner-desktop{
    display: none;
  }
  .warranty-banner-tablet{
    display: none;
  }
  .warranty-banner-mobile{
    display: block;
  }
}

/* .js-modal-order{
  color: #9c1019;
  text-decoration: none;
}

.order-auto{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  overflow: auto;
}
.order-auto_open{
  display: block;
}
.order-auto__content{
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 50px 50px;
  margin: 0 auto;
  margin-top: 10%;
  background: #fff;
}
.order-auto__close{
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  outline: none;
}
.order-auto__close svg{
  width: 100%;
  height: 100%;
  fill: #dadada;
  transition: 0.2s ease-in;
}
.order-auto__close:hover svg{
  fill: #212121;
}
.order-auto__title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.order-auto__field {
  width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333;
  outline: none;
  transition: 0.2s ease-in;
}
.order-auto__field:focus{
  border-color: #9c1019;
}
.order-auto__label{
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.order-auto__container {
  padding-bottom: 20px;
}
.order-auto-agree {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.order-auto-agree .radio-icon {
  background: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.17);
}
.order-auto__checkbox{
  display: none;
}
.order-auto__checkbox:checked + .order-auto__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;
}
.order-auto__text{
  padding-left: 30px;
  display: block;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.order-auto__text a{
  color: inherit;
}
.order-auto__msg{
  display: none;
  text-align: center;
  font-size: 22px;
}
.order-auto__submit{
  display: block;
  padding: 11px 15px;
  width: 120px;
  text-align: left;
  color: #000;
  position: relative;
  border: 1px solid #ccc;
  outline: none;
  margin-left: auto;
  transition: 0.2s ease-in;
  margin: 20px auto 0;
  background: none;
  cursor: pointer;
}
.order-auto__submit:hover{
  background: #9c1019;
  color: #fff;
}
.order-auto__submit:before {
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: 15px;
  content: "\f105";
  color: #9c1019;
  top: 7px;
  transition: 0.2s ease-in;
}
.order-auto__submit:hover:before{
  color: #fff;
}
.order-auto__error {
  color: red;
  font-size: 12px;
}
.order-btn{
  background: none;
  border: none;
  color: #9c1019;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}
.order-btn__icon{
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  color: #9c1019;
  font-size: 20px;
  margin-right: 10px;
}
.order-btn__icon:before{
  content: "\e915";
}

@media (max-width: 600px) {
  .order-auto__content {
    padding: 30px;
    min-height: 100%;
    margin: 0 auto;
  }
  .order-btn{
    margin: 10px auto 0;
  }
} */
