#divContent {
	font-family: 'PorscheNextWLa', 'PorscheNextWCy', "Arial Narrow", sans-serif;
}
.fix-menu {
	display: none;
}
.page-title {
	position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    min-height: 5em;
    margin-bottom: 2em;
    padding: 0.67em 8.07692em 0.67em 7%;
    background-color: #333;
}
.page-title h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
    font-size: 1.625em;
    font-family: 'PorscheNextWLa', 'PorscheNextWCy', "Arial Narrow", sans-serif;
}

.image-title img {
  width: 100%;
  display: block;
}

.image-title .video {
  position: relative;
  padding-top: 38%;
  overflow: hidden;
  width: 100%;
}

.image-title .video .align {
  justify-content: center;
  align-items: center;
  position: absolute;
  line-height: 100%;
  overflow: hidden;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.image-title .video video {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 100%;
}

.image-title .item-text {
  white-space: normal;
  position: absolute;
  max-width: 80%;
}

.image-title .item-text .large {
  position: relative;
  line-height: 72px;
  font-size: 60px;
}

.image-title .item-text .large:before {
  position: absolute;
  font-size: 100%;
  left: -60px;
  top: 6px;
}

.image-title .item-text .small {
  line-height: 30px;
  font-size: 24px;
}

.image-title .item-text.black {
  color: #000000;
}

.image-title .item-text.white {
  color: #FFFFFF;
}

.image-title .item-text:hover {
  color: #D5001C;
}

.image-title .item-text.left {
  left: 7%;
}

.image-title .item-text.right {
  right: 9.7%;
}

.image-title .item-text.top {
  top: 7%;
}

.image-title .item-text.bottom {
  bottom: 7%;
}

.image-title .item-text.shadow {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.image-title:not(a) .item-text {
  cursor: default;
}

.image-title:not(a) .item-text.white:hover {
  color: #FFFFFF;
}

.image-title:not(a) .item-text.black:hover {
  color: #000000;
}

.image-title:not(a) .item-text .large:before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .image-title .item-text .large {
    line-height: 52px;
    font-size: 40px;
  }

  .image-title .item-text .small {
    line-height: 30px;
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .image-title {
    
  }

  .image-title .item-text.left {
    left: 20px;
  }

  .image-title .item-text.right {
    right: 20px;
  }

  .image-title .item-text.bottom {
    bottom: 20px;
  }

  .image-title .item-text.top {
    top: 20px;
  }

  .image-title .item-text .large {
    line-height: 36px;
    font-size: 28px;
  }

  .image-title .item-text .small {
    line-height: 28px;
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .image-title .video.mobile-video {
    padding-top: 62%;
  }

  .image-title .item-text .large {
    line-height: 30px;
    font-size: 24px;
  }

  .image-title .item-text .small {
    line-height: 24px;
    font-size: 18px;
  }
}
.slider .slider-slide {
  white-space: nowrap;
}

.slider .slider-slide .slider-item {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.slider .slider-slide .slider-item .item-img {
  display: block;
  width: 100%;
}

.slider .slider-buttons {
  height: 0;
}

.slider .slider-buttons .arrow {
  transition-duration: 300ms;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  display: flex;
  outline: none;
  height: 100%;
  top: 0;
}

.slider .slider-buttons .arrow:after {
  font-family: "pag-iconfont";
}

.slider .slider-buttons .arrow.left {
  left: 0;
}

.slider .slider-buttons .arrow.left:after {
  content: "\E025";
}

.slider .slider-buttons .arrow.right {
  right: 0;
}

.slider .slider-buttons .arrow.right:after {
  content: "\E024";
}

.slider .slider-buttons .arrow:hover:after {
  color: #D5001C;
}

.slider .slider-bullets {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
  height: 0;
  left: 0;
}

.slider .slider-bullets .bullet {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
}

.slider .slider-bullets .bullet .circle {
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

@media screen and (max-width: 640px) {
  .slider .slider-buttons {
    display: none;
  }

  .slider .slider-slide ymaps {
    max-height: 60vh;
  }
}

.slider.custom-car {
	overflow: hidden;
    padding: 0 72px;
    position: relative;
    font-size: 0;
}

.slider.custom-car .slider-slide .slider-item {
  cursor: pointer;
  width: 630px;
}

.slider.custom-car .slider-slide .slider-item .img-link {
  display: block;
  padding: 0 5%;
}

.slider.custom-car .slider-slide .slider-item .item-img {
  transition: all 0.3s ease-out;
}

.slider.custom-car .slider-slide .slider-item:hover .item-img,
.slider.custom-car .slider-slide .slider-item.checked .item-img {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

.slider.custom-car .slider-slide .slider-item:hover .item-text,
.slider.custom-car .slider-slide .slider-item.checked .item-text {
  background: #EFF0F1;
}

.slider.custom-car .slider-buttons .arrow {
  background: none;
  width: 72px;
}

.slider.custom-car .slider-buttons .arrow:after {
  font-size: 60px;
}

.slider.custom-car .item-text {
  transition: all 0.3s ease-out;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 100px;
  margin-top: -100px;
}

.slider.custom-car .item-text .name {
  font-size: 24px;
}

.slider.custom-car .item-text .price {
  font-size: 16px;
  line-height: 24px;
}

.slider.custom-car .item-text .links {
  margin-top: 20px;
  font-size: 16px;
}

.slider.custom-car .item-text .links .link {
  display: inline-block;
  color: #196A99;
}

.slider.custom-car .item-text .links .link + .link:before {
  padding: 0 10px 0 7px;
  color: #C8CACB;
  content: "|";
}

@media screen and (max-width: 1199px) {
  .slider.custom-car .slider-slide .slider-item {
    width: 565px;
  }
}

@media screen and (max-width: 1024px) {
  .slider.custom-car {
    overflow: hidden;
  }
}

@media screen and (max-width: 992px) {
  .slider.custom-car .slider-slide .slider-item {
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .slider.custom-car .slider-slide .slider-item {
    width: 370px;
  }
}

@media screen and (max-width: 640px) {
  .slider.custom-car {
    
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .slider.custom-car .slider-slide .slider-item {
    width: 280px;
  }

  .slider.custom-car .slider-slide .slider-item .links {
    display: none;
  }
}
.custom-car.tech-details {
  padding: 50px 75px 70px;
  position: relative;
  background: #000000;
  overflow: hidden;
  color: #FFFFFF;
}

.custom-car.tech-details > *:not(.main-img) {
  position: relative;
  z-index: 2;
}

.custom-car.tech-details .caption {
  position: relative;
  line-height: 62px;
  font-size: 50px;
  z-index: 2;
}

.custom-car.tech-details .eco-block {
  padding: 20px 0;
}

.custom-car.tech-details .eco-block:after {
  content: "";
  display: table;
  clear: both;
}

.custom-car.tech-details .main-img {
  align-items: center;
  position: absolute;
  overflow: hidden;
  max-width: none;
  display: flex;
  height: 100%;
  width: auto;
  z-index: 1;
  left: 35%;
  top: 0;
}

.custom-car.tech-details .main-img:after {
  box-shadow: inset 0px 0px 100px 100px #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
}

.custom-car.tech-details .main-img img {
  display: block;
  height: 80%;
  width: auto;
}

.custom-car.tech-details .data-table {
  margin: 25px 0 40px;
  min-height: 284px;
}

.custom-car.tech-details .data-table table tr td {
  vertical-align: bottom;
}

.custom-car.tech-details .data-table table tr td:first-child {
  padding-right: 10px;
  padding-top: 10px;
  line-height: 35px;
  text-align: right;
  font-size: 28px;
}

.custom-car.tech-details .data-table table tr td:last-child {
  padding-top: 15px;
  color: #959899;
}

.custom-car.tech-details .button.primary {
  width: 165px;
}

@media screen and (max-width: 1199px) {
  .custom-car.tech-details .caption {
    line-height: 48px;
    font-size: 40px;
  }

  .custom-car.tech-details .main-img {
    left: 50%;
  }
}

@media screen and (max-width: 991px) {
  .custom-car.tech-details .data-table table tr td {
    line-height: 24px;
    font-size: 16px;
    display: block;
  }

  .custom-car.tech-details .data-table table tr td:first-child {
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    padding-top: 0;
  }

  .custom-car.tech-details .data-table table tr td:last-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .custom-car.tech-details .main-img {
    left: 60%;
  }
}

@media screen and (max-width: 640px) {
  .custom-car.tech-details {
    padding: 30px 20px 40px;
  }

  .custom-car.tech-details .main-img {
    left: 5%;
  }
}

.custom-car.more-details {
  position: relative;
  padding: 80px 7%;
  display: none;
}

.custom-car.more-details.checked {
  display: block;
}

.custom-car.more-details h4 {
  font-size: 16px;
}

.custom-car.more-details .button.close {
  border: 1px solid #000000;
  position: absolute;
  line-height: 50px;
  cursor: pointer;
  font-size: 26px;
  height: 52px;
  width: 52px;
  top: 30px;
  right: 0;
}

.custom-car.more-details .button.close:hover {
  border: 1px solid #D5001C;
  color: #D5001C;
}

.custom-car.more-details .grid {
  border-top: 1px solid #D3D3D3;
  padding-top: 15px;
  margin-top: 10px;
  margin-left: 0;
}

.custom-car.more-details .grid .column {
  padding-right: 20px;
}

.custom-car.more-details .grid .column .name {
  color: #929292;
  margin: 0;
}

.custom-car.more-details .grid .column .value {
  line-height: 44px;
  font-size: 36px;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .custom-car.more-details .grid .column {
    width: 50%;
  }

  .custom-car.more-details .grid .column .value {
    line-height: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .custom-car.more-details .grid .column {
    width: 100%;
  }

  .custom-car.more-details .grid .column .value {
    line-height: 34px;
    font-size: 26px;
  }
}

.custom-car.color-details {
  position: relative;
  overflow: hidden;
  height: 850px;
}

.custom-car.color-details > iframe {
  position: absolute;
  height: 110%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .custom-car.color-details {
  }
}

.custom-car.equipment-details {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

.custom-car.equipment-details.caption {
  line-height: 72px;
  font-size: 60px;
  margin: 0 0 20px;
  padding: 0 12.5%;
}

.custom-car.equipment-details:after {
  display: table;
  content: "";
  clear: both;
}

.custom-car.equipment-details .button.primary {
  margin-top: 10px;
  margin-bottom: 0;
}

.custom-car.equipment-details .row-item {
  position: relative;
  float: left;
}

.custom-car.equipment-details .row-item .item-image {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #191f22;
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.custom-car.equipment-details .row-item .item-image:before {
  padding-bottom: 56.25%;
  content: "";
  float: left;
}

.custom-car.equipment-details .row-item .item-image:after {
  display: table;
  content: "";
  clear: both;
}

.custom-car.equipment-details .row-item .item-name {
  line-height: 36px;
  font-size: 28px;
}

.custom-car.equipment-details .row-item .arrow-word {
  background: linear-gradient(to top, rgba(25, 31, 34, 0.7), rgba(25, 31, 34, 0));
  position: absolute;
  line-height: 32px;
  font-size: 26px;
  cursor: pointer;
  color: #FFFFFF;
  display: none;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
}

.custom-car.equipment-details .row-item .text {
  background: linear-gradient(to top, rgba(25, 31, 34, 0.7), rgba(25, 31, 34, 0));
  padding: 40px 30px 30px;
  position: absolute;
  color: #FFFFFF;
  bottom: 0;
  right: 0;
  left: 0;
}

.custom-car.equipment-details .row-item.checked + .item-info > div {
  padding: 30px 12.5% 40px;
}

.custom-car.equipment-details .item-info {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  height: 0;
  transition: height 0.4s;
}

.custom-car.equipment-details .item-info h2 {
  margin-bottom: 16px;
}

.custom-car.equipment-details .item-info p {
  margin-bottom: 10px;
}

.custom-car.equipment-details .item-info p:last-of-type {
  margin-bottom: 0;
}

.custom-car.equipment-details .item-info > div > * {
  max-width: 60%;
}

.custom-car.equipment-details .item-info .button.close {
  transition: all 0.24s;
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 25px;
  left: 70%;
}

.custom-car.equipment-details .item-info .button.close:after {
  font-family: "pag-iconfont";
  content: "\E00B";
}

.custom-car.equipment-details .item-info .button.close:hover {
  color: #D5001C;
}

.custom-car.equipment-details.two .row-item:nth-of-type(1) {
  width: 50%;
  order: 1;
}

.custom-car.equipment-details.two .row-item:nth-of-type(2) {
  width: 50%;
  order: 2;
}

.custom-car.equipment-details.two .item-info:nth-of-type(1) {
  order: 3;
}

.custom-car.equipment-details.two .item-info:nth-of-type(2) {
  order: 4;
}

.custom-car.equipment-details.three .row-item:nth-of-type(1) {
  width: 33.3333%;
  order: 1;
}

.custom-car.equipment-details.three .row-item:nth-of-type(2) {
  width: 33.3333%;
  order: 2;
}

.custom-car.equipment-details.three .row-item:nth-of-type(3) {
  width: 33.3333%;
  order: 3;
}

.custom-car.equipment-details.three .item-info:nth-of-type(1) {
  order: 4;
}

.custom-car.equipment-details.three .item-info:nth-of-type(2) {
  order: 5;
}

.custom-car.equipment-details.three .item-info:nth-of-type(3) {
  order: 6;
}

.custom-car.equipment-details.five .row-item:nth-of-type(1) {
  width: 50%;
  order: 1;
}

.custom-car.equipment-details.five .row-item:nth-of-type(2) {
  width: 50%;
  order: 2;
}

.custom-car.equipment-details.five .row-item:nth-of-type(3) {
  width: 33.3333%;
  order: 5;
}

.custom-car.equipment-details.five .row-item:nth-of-type(4) {
  width: 33.3333%;
  order: 6;
}

.custom-car.equipment-details.five .row-item:nth-of-type(5) {
  width: 33.3333%;
  order: 7;
}

.custom-car.equipment-details.five .item-info:nth-of-type(1) {
  order: 3;
}

.custom-car.equipment-details.five .item-info:nth-of-type(2) {
  order: 4;
}

.custom-car.equipment-details.five .item-info:nth-of-type(3) {
  order: 8;
}

.custom-car.equipment-details.five .item-info:nth-of-type(4) {
  order: 9;
}

.custom-car.equipment-details.five .item-info:nth-of-type(5) {
  order: 10;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(1) {
  width: 50%;
  order: 1;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(2) {
  width: 50%;
  order: 2;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(3) {
  width: 33.3333%;
  order: 5;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(4) {
  width: 33.3333%;
  order: 6;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(5) {
  width: 33.3333%;
  order: 7;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(6) {
  width: 50%;
  order: 11;
}

.custom-car.equipment-details.seven .row-item:nth-of-type(7) {
  width: 50%;
  order: 12;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(1) {
  order: 3;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(2) {
  order: 4;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(3) {
  order: 8;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(4) {
  order: 9;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(5) {
  order: 10;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(6) {
  order: 13;
}

.custom-car.equipment-details.seven .item-info:nth-of-type(7) {
  order: 14;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(1) {
  width: 33.3333%;
  order: 1;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(2) {
  width: 33.3333%;
  order: 2;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(3) {
  width: 33.3333%;
  order: 3;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(4) {
  width: 50%;
  order: 7;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(5) {
  width: 50%;
  order: 8;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(6) {
  width: 33.3333%;
  order: 11;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(7) {
  width: 33.3333%;
  order: 12;
}

.custom-car.equipment-details.eight .row-item:nth-of-type(8) {
  width: 33.3333%;
  order: 13;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(1) {
  order: 4;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(2) {
  order: 5;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(3) {
  order: 6;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(4) {
  order: 9;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(5) {
  order: 10;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(6) {
  order: 14;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(7) {
  order: 15;
}

.custom-car.equipment-details.eight .item-info:nth-of-type(8) {
  order: 16;
}

.custom-car.equipment-details.twelve .row-item {
  width: 33.3333%;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(1) {
  order: 1;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(2) {
  order: 2;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(3) {
  order: 3;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(4) {
  order: 7;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(5) {
  order: 8;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(6) {
  order: 9;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(7) {
  order: 13;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(8) {
  order: 14;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(9) {
  order: 15;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(10) {
  order: 19;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(11) {
  order: 20;
}

.custom-car.equipment-details.twelve .row-item:nth-of-type(12) {
  order: 21;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(1) {
  order: 4;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(2) {
  order: 5;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(3) {
  order: 6;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(4) {
  order: 10;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(5) {
  order: 11;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(6) {
  order: 12;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(7) {
  order: 16;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(8) {
  order: 17;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(9) {
  order: 18;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(10) {
  order: 22;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(11) {
  order: 23;
}

.custom-car.equipment-details.twelve .item-info:nth-of-type(12) {
  order: 24;
}

@media screen and (max-width: 1200px) {
  .custom-car.equipment-details.caption {
    margin-bottom: 24px;
    line-height: 52px;
    font-size: 40px;
  }

  .custom-car.equipment-details .row-item .arrow-word {
    padding: 40px 24px 30px;
    display: block;
  }

  .custom-car.equipment-details .row-item .arrow-word > * {
    vertical-align: top;
  }

  .custom-car.equipment-details .row-item .arrow-word:hover {
    color: #D5001C;
  }

  .custom-car.equipment-details .row-item .arrow-word span {
    width: calc(100% - 50px);
    padding-top: 2px;
  }

  .custom-car.equipment-details .row-item .item-image:before {
    padding-bottom: 75%;
  }

  .custom-car.equipment-details .row-item .text {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .custom-car.equipment-details.caption {
    padding: 0 7%;
  }
  .custom-car.equipment-details {
    padding: 0 7%;
    display: block;
  }

  .custom-car.equipment-details .row-item {
    border-top: 1px solid #C8CACB;
    width: 100% !important;
  }

  .custom-car.equipment-details .row-item .arrow-word {
    background: #FFFFFF;
    position: relative;
    font-size: 20px;
    padding: 16px 0;
    color: #000000;
  }

  .custom-car.equipment-details .row-item .arrow-word:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.24s;
    position: absolute;
    right: 0;
  }

  .custom-car.equipment-details .row-item .arrow-word span {
    font-weight: 100;
  }

  .custom-car.equipment-details .row-item .item-image {
    opacity: 0;
    height: 0;
  }

  .custom-car.equipment-details .row-item .item-image:before {
    padding-bottom: 56.25%;
  }

  .custom-car.equipment-details .row-item.checked .arrow-word:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .custom-car.equipment-details .row-item.checked .item-image {
    transition: opacity 0.8s;
    margin-bottom: 30px;
    height: auto;
    opacity: 1;
  }

  .custom-car.equipment-details .row-item.checked + .item-info {
    padding: 0 0 30px;
  }

  .custom-car.equipment-details .row-item:last-of-type {
    border-bottom: 1px solid #C8CACB;
  }

  .custom-car.equipment-details .item-info > div > * {
    max-width: none;
  }

  .custom-car.equipment-details .item-info .button.close {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .custom-car.equipment-details {
    padding: 20px 7%;
  }
  .custom-car.equipment-details .row-item.checked + .item-info > div {
    padding: 0;
  }
}

.custom-car.buttons {
  text-align: center;
}

.custom-car.buttons .button {
  width: 200px;
}
.eco-block {
  position: relative;
}

.eco-block:after {
  content: "";
  display: table;
  clear: both;
}

.eco-block .eco-item {
  display: -ms-flexbox;
  margin-bottom: 8px;
  display: flex;
  height: 48px;
  float: left;
}

.eco-block .eco-item:not(:last-of-type) {
  margin-right: 20px;
}

.eco-block .eco-item .icon {
  -ms-flex-item-align: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  align-self: center;
  font-style: normal;
  display: -ms-flexbox;
  border-color: inherit;
  border-style: solid;
  border-radius: 50%;
  border-width: 1px;
  display: flex;
  height: 40px;
  width: 40px;
}

.eco-block .eco-item .icon:before {
  font-family: "pag-iconfont";
  font-size: 26px;
}

.eco-block .eco-item .icon.fuel:before {
  content: "\E94C";
}

.eco-block .eco-item .icon.emission:before {
  content: "\E958";
}

.eco-block .eco-item .icon.electro:before {
  content: "\E934";
}

.eco-block .eco-item .text {
  -ms-flex-item-align: center;
  display: -ms-flexbox;
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}

.b-eco__container {
  position: relative;
}

.b-eco__container:after {
  content: "";
  display: table;
  clear: both;
}

.b-eco__container .b-eco {
  display: -ms-flexbox;
  margin-bottom: 8px;
  display: flex;
  height: 48px;
  float: left;
}

.b-eco__container .b-eco:not(:last-of-type) {
  margin-right: 20px;
}

.b-eco__container .b-eco .b-eco__icon {
  -ms-flex-item-align: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  align-self: center;
  font-style: normal;
  display: -ms-flexbox;
  border-color: inherit;
  border-style: solid;
  border-radius: 50%;
  border-width: 1px;
  display: flex;
  height: 40px;
  width: 40px;
}

.b-eco__container .b-eco .b-eco__icon:before {
  font-family: "pag-iconfont";
  font-size: 26px;
}

.b-eco__container .b-eco .b-eco__icon.gui-icon--eco-fuel:before {
  content: "\E94C";
}

.b-eco__container .b-eco .b-eco__icon.gui-icon--eco-emission:before {
  content: "\E958";
}

.b-eco__container .b-eco .b-eco__icon.gui-icon--eco-electricity-consumption:before {
  content: "\E934";
}

.b-eco__container .b-eco > div {
  -ms-flex-item-align: center;
  display: -ms-flexbox;
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}

.button.primary, .button.primary>* {
    vertical-align: middle;
    display: inline-block;
}
.button.primary.red {
    border: 1px solid #d5001c;
    background: #d5001c;
    color: #fff;
}
.custom-car .button.primary {
    margin-bottom: 10px;
    margin-right: 10px;
    outline: none;
}
.custom-car .button.primary.white {
  border: 1px solid #FFFFFF;
  background: none;
  color: #FFFFFF;
}

.custom-car .button.primary.white:hover {
  border: 1px solid #D5001C;
  color: #D5001C;
}

.custom-car .button.primary.red:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}