

/* Start:/mopar/style.css?155170053311393*/
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: underline; }
    .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; }

.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 */


/* Start:/bitrix/components/bitrix/news.list/templates/flat/style.min.css?15517005053329*/
.bx-newslist-block{padding:0 14px;margin-bottom:40px}@media(min-width:992px){.bx-newslist .bx-newslist-container:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-newslist .bx-newslist-container:nth-child(2n+1){clear:both}}.bx-newslist-img,.bx-newslist-audio,.bx-newslist-youtube,.bx-newslist-slider{position:relative;text-align:center;margin-bottom:20px}.bx-newslist-slider img,.bx-newslist-img img{width:auto;max-width:100%;height:auto;max-height:100%}.bx-newslist-video{display:block;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.7;z-index:1;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;background:url("/bitrix/components/bitrix/news.list/templates/flat/images/bx-video.png") no-repeat center}.bx-newslist-video:hover{opacity:1}.bx-newslist-slider{width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.bx-newslist-slider-container{position:absolute;left:0;top:0;bottom:0}.bx-newslist-slider-slide{float:left;z-index:100}.bx-newslist-slider-arrow-container-left,.bx-newslist-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.bx-newslist-slider-arrow-container-left{left:0}.bx-newslist-slider-arrow-container-right{right:0}.bx-newslist-slider-arrow{position:absolute;line-height:34px;vertical-align:middle;color:#fff;cursor:pointer;font-size:48px;height:48px;width:20px;top:50%;margin-top:-24px;z-index:110;opacity:.5;text-shadow:0 0 2px rgba(0,0,0,.5)}.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow{color:#FFF;display:block;opacity:1}.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow{left:20px}.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow{right:20px}.bx-newslist-slider-control{margin:0;padding:0;position:absolute;width:100%;bottom:10px;z-index:110;text-align:center;word-spacing:-4px}.bx-newslist-slider-control li{display:inline-block;border-radius:50%;background:#fff;width:10px;height:10px;word-spacing:-4px;margin:0 3px;opacity:.5}.bx-newslist-slider-control li:hover,.bx-newslist-slider-control li.current{background:#FFF;opacity:1}bx-newslist-slider-arrow,.bx-newslist-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-newslist-title,.bx-newslist-title a{color:#000;margin:0;font-weight:600;padding:2px 0 15px;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-newslist-title a:hover{text-decoration:none;border-bottom-color:transparent}.bx-lg .bx-newslist-title{font-size:24pt}.bx-md .bx-newslist-title{font-size:20pt}.bx-xs .bx-newslist-title{font-size:18pt}.bx-newslist-view,.bx-newslist-date,.bx-newslist-comments,.bx-newslist-author,.bx-newslist-other{color:#a4a4a4;font-size:13px;padding-bottom:5px;white-space:nowrap}.bx-newslist-view i.fa,.bx-newslist-date i.fa,.bx-newslist-comments i.fa,.bx-newslist-author i.fa,.bx-newslist-tags i.fa,.bx-newslist-other i.fa{width:13px;color:#b4b4b4}.bx-newslist-tags{color:#a4a4a4;font-size:13px;padding-bottom:5px}.bx-newslist-content{font-size:14px;margin-bottom:5px}.bx-newslist-more{margin-top:5px;margin-bottom:5px}
/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/flat/themes/blue/style.min.css?1551700505205*/
.bx-newslist .fa.bx-star-active{color:#1485ce}.bx-newslist .btn{background-color:#1485ce;border-color:#1485ce}.bx-newslist .btn:active,.bx-newslist .btn:hover{background-color:#53a4d8;border-color:#53a4d8}
/* End */
/* /mopar/style.css?155170053311393 */
/* /bitrix/components/bitrix/news.list/templates/flat/style.min.css?15517005053329 */
/* /bitrix/components/bitrix/news.list/templates/flat/themes/blue/style.min.css?1551700505205 */
