

/* Start:/mopar/style.css?163540250111497*/
body {
  color: #333; }

.content .container-fluid {
  max-width: 1280px; }
  .content .container-fluid img {
    max-width: 100%; }

.sub-nav-mopar .container-fluid {
  padding: 0 35px;
  max-width: 1450px; }

.img {
  max-width: 100%; }
  .img_width_100 {
    width: 100%; }

.main-title_mopar {
  font-size: 30px !important; }

.yellowblock {
  background: #ffba00;
  padding: 30px; }
  .yellowblock_padding_none {
    padding: 0; }

.text {
  color: #333;
  font-family: robotoregular, sans-serif;
  line-height: 1.5; }
  .text a {
    font-size: 14px;
    /* color: #ffba00; */
    text-decoration: none; }
    .text a:hover {
      text-decoration: underline; }
  .text_yellow {
    color: #ffba00; }
  .text_big {
    font-size: 22px;
    line-height: 1.2; }

.main-banner__wrapper {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto; }

.main-banner__item {
  position: relative; }

.main-banner__img img {
  width: 100%;
  display: block;
position: relative;
}

.main-banner__button {
    position: absolute;
    bottom: 40%;
    right: 20%;
}

.main-banner__info {
  position: absolute;
  color: white;
  height: 100%;
  top: 0;
  left: 4.5%;
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-banner__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  color: transparent;
  background: 0;
  border: 0;
  position: relative;
  outline: 0;
  margin-right: 5px;
  opacity: 1; }
  .main-banner__pagination .swiper-pagination-bullet:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #bdbdbd; }

.main-banner__pagination .swiper-pagination-bullet-active:after {
  background: #ffba00; }

.main-banner-details {
  color: #fff;
  width: 455px; }
  .main-banner-details__title {
    font-size: 35px;
    font-family: "proxima_nova_rgbold",sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 10px;
    color: inherit; }
  .main-banner-details__content {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: inherit; }
  .main-banner-details__subtitle {
    font-size: 35px;
    margin: 0;
    margin-bottom: 10px;
    color: inherit;
    line-height: 35px; }
  .main-banner-details__text {
    color: inherit;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 10px; }

.sub-nav-mopar {
  background: #212121;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  z-index: 12; }
  .sub-nav-mopar__item {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "robotoregular",sans-serif; }
    .sub-nav-mopar__item_selected {
      font-weight: 700;
      font-family: "proxima_nova_rgbold","robotobold",sans-serif; }
  .sub-nav-mopar__mobile {
    color: #fff;
    display: none; }
    .sub-nav-mopar__mobile .ico-arrow-back {
      position: relative;
      top: 5px;
      margin-right: 10px; }

.mopar-banner {
  position: relative; }
  .mopar-banner__wrapper {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px; }
  .mopar-banner__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .mopar-banner__title {
    font-family: "proxima_nova_rgbold","robotobold",sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700; }
  .mopar-banner__text {
    margin: 0;
    font-family: "robotoregular",sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
    .mopar-banner__text_small {
      font-size: 12px;
      margin: 0;
      padding: 0; }
  .mopar-banner__img {
    width: 100%;
    display: block; }

.red {
  color: red; }

.mopar-title {
  font-family: "proxima_nova_rgbold","robotobold",sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #333; }
  .mopar-title_center {
    text-align: center; }
  .mopar-title_white {
    color: #fff; }
  .mopar-title_transform_none {
    text-transform: none; }
  .mopar-title_big {
    font-size: 30px;
    margin: 10px 0; }

.mopar-btn {
  width: 100%;
  margin: 10px 5px 10px 0;
  padding: 7px 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  color: #000;
  background: #ffba00;
  font-weight: 700;
  min-height: 42px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .mopar-btn:hover {
    background: #edad01; }
  .mopar-btn_gray {
    color: #fff;
    background: #636363; }
    .mopar-btn_gray:hover {
      background: #4f4f4f; }

.grayblock {
  background: #ddd;
  padding: 30px; }
  .grayblock_padding_none {
    padding: 0; }

.ico-info-round {
  color: #ffba00;
  padding-right: 10px; }
  .ico-info-round:before {
    content: "\e936"; }

.icon-arrow:before {
  content: "\e91f";
  font-family: Mopar;
  font-size: 8px;
  line-height: 40px;
  position: absolute;
  right: 15px;
  top: 0; }

.ico-manutenzione-services {
  font-size: 122px;
  color: #333; }
  .ico-manutenzione-services:before {
    content: "\e91e"; }

.ico-manutenzione-know-more {
  font-size: 122px;
  color: #333; }
  .ico-manutenzione-know-more:before {
    content: "\e920"; }

.ico-tile-icon {
  font-size: 43px;
  width: 50px;
  line-height: 48px;
  float: left; }
  .ico-tile-icon:before {
    content: "\e923"; }

.ico-close {
  color: #fff;
  cursor: pointer; }
  .ico-close:before {
    content: "\e908"; }

.ico-cartool-km {
  font-size: 24px;
  color: #ffba00;
  float: left;
  margin-right: 5px; }
  .ico-cartool-km:before {
    content: "\e903"; }

.ico-cartool-time {
  font-size: 24px;
  color: #ffba00;
  float: left;
  margin-right: 5px; }
  .ico-cartool-time:before {
    content: "\e905"; }

.ico-p-print {
  color: #ffba00;
  font-size: 24px; }
  .ico-p-print:before {
    content: "\ea7d"; }

.ico-arrow-back {
  font-size: 25px;
  margin-top: -7px; }
  .ico-arrow-back:before {
    content: "\e926"; }

.mopar-info-block__item {
  display: block;
  text-align: center;
  color: #000; }

.mopar-info-block__list {
  padding-bottom: 60px; }

.mopar-info-block__img {
  width: 100%; }
  .mopar-info-block__img img {
    width: 100%; }

.mopar-info-block__img-title {
  margin: 0;
  font-family: "robotoregular",sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-size: 10px;
  margin: 0;
  margin: 10px 0; }

.mopar-info-block__title {
  font-weight: 700;
  font-size: 14px;
  margin: 0; }

.mopar-info-block__btn {
  font-weight: 700; }

.mopar-info-block__pagination .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #bdbdbd; }

.mopar-info-block__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  color: transparent;
  background: 0;
  border: 0;
  position: relative;
  outline: 0;
  margin-right: 5px;
  opacity: 1; }

.mopar-info-block__pagination .swiper-pagination-bullet-active:after {
  background: #ffba00; }

.spare-block__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.spare-block__item {
  border-right: 1px solid #fff; }
  .spare-block__item_border_none {
    border: none; }
  .spare-block__item_center {
    padding-right: 40px;
    text-align: center; }

.repair-block__absolute {
  position: absolute;
  bottom: 0px;
  color: #ffba00;
  width: 90%; }

.repair-block__list {
  margin-right: -15px;
  margin-left: -15px; }
  .repair-block__list .col-lg-4 {
    margin-bottom: 20px; }

.repair-block__item {
  background: #e8e8e7;
  border-bottom: 4px solid #c6c6c6;
  height: 100%;
  position: relative; }
  .repair-block__item_minheight_370 {
    min-height: 370px; }
  .repair-block__item_minheight_540 {
    min-height: 540px; }
  .repair-block__item img {
    width: 100%; }

.repair-block__wrapper {
  padding: 20px; }

.advises img {
  display: block;
  width: 100%; }

.mopar-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  overflow: auto;
  display: none; }
  .mopar-popup__open {
    display: block; }
  .mopar-popup__wrapper {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 30px 40px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .mopar-popup__title {
    width: 100%;
    min-height: 65px;
    background-color: #333;
    border: 0;
    margin: 0;
    color: #fff;
    padding: 0 30px 0 40px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "proxima_nova_rgbold","robotobold",sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 65px; }
  .mopar-popup__close {
    color: #fff;
    text-shadow: none;
    background: none;
    border: none;
    opacity: 1;
    font-size: 17px;
    top: 0;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px); }
    .mopar-popup__close .ico-arrow-back {
      display: none; }
  .mopar-popup__container {
    max-width: 840px;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-top: 10%; }

@media (min-width: 1001px) {
  .mopar-info-block__pagination {
    display: none; } }

@media (max-width: 1269px) {
  .main-banner__info {
    width: 420px; } }

@media (max-width: 1024px) {
  .main-banner__info {
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    padding: 0;
    margin: 0; }
  .main-banner-details {
    width: 100%;
    text-align: center;
    padding: 40px 0; } }

@media (max-width: 768px) {
  .sub-nav-mopar__mobile {
    display: block; }
  .sub-nav-mopar__item {
    display: none; }
  .mopar-popup__container {
    width: 100%;
    max-width: none;
    margin-top: 0;
    height: 100%; }
  .mopar-popup__title {
    font-size: 18px; }
  .mopar-popup__close {
    position: relative;
    float: left; }
    .mopar-popup__close .ico-close {
      display: none; }
    .mopar-popup__close .ico-arrow-back {
      display: block; }
  .spare-block__item {
    border-right: none; }
  .main-title_mopar {
    font-size: 18px !important; }
  .mopar-title {
    font-size: 15px; } }

@media (max-width: 480px) {
  .whiteblock {
    padding: 20px 0 !important; } }

/* End */
/* /mopar/style.css?163540250111497 */
