body {
  font-family: "Roboto", sans-serif;
  color: #000;
  min-height: 100%;
  font-size: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
img {
  max-width: 100%;
}
.highlight {
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #9c1019;
  left: calc(50% - 15px);
  top: 0;
}
nav {
  width: 100%;
}
.main-title {
  position: relative;
  margin-top: 50px;
  padding-top: 25px;
}
.banner-container {
  margin-top: 60px;
  margin-bottom: 35px;
}
.nav__list {
  list-style-type: none;
  background: #333333;
}
.nav__item {
  border-right: 1px solid #595959;
  margin: 15px 0;
}
.nav__item:last-child {
  border-right: none;
}
.nav__link {
  display: block;
  height: 100%;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.nav__link:hover {
  color: #fff;
  text-decoration: none;
}
.description {
  font-size: 16px;
  color: #212121;
  margin: 30px 0 20px 0;
}
.line {
  height: 2px;
  background: #9c1019;
}
.section-title__txt {
  font-size: 21px;
  color: #212121;
  text-transform: uppercase;
  padding-top: 15px;
}
.benefits-container {
  position: relative;

}
.benefits-container:before {
  content: "";
  position: absolute;
  height: 300px;
  top: 50%;
  margin-top: -150px;
  width: 100%;
  background: #9c1019;
}
.img__wrap,
.benefits__card {
  position: relative;
}
.white-txt {
  color: #fff;
}
.black-txt {
  color: #212121;
}
.price__txt {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}
.price__txt span {
  font-size: 48px;
  font-weight: 700;
}
.promo__txt {
  position: absolute;
  bottom: 0;
  left: 10%;
  font-size: 20px;
}
.benefit-card__row {
  margin-top: 25px;
}
.card__wrap {
  background: #fff;
  padding: 25px 15px 5px 15px;
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.2);
}
.card-img__wrap {
  min-height: 200px;
}
.card__txt {
  font-size: 18px;
  margin-top: 25px;
}
.section-title {
  margin: 30px 0;
}
.model__item.hidden {
  display: none;
}
.model__tabs {
  margin-bottom: 30px;
}
.model-tabs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*align-items: center;*/
}
.model-tabs__item {
  margin: 0 15px;
}
.model-toggle {
  padding: 10px 20px;
  background: #212121;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
}
.model-toggle.active {
  background: #9c1019;
  cursor: auto;
}
.vert-line {
  width: 1px;
  background: #999999;
}
.model-top {
  position: relative;
}
.model-text {
  position: absolute;
  top: 5%;
  left: 10%;
}
.model__name {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.spec-offer__link {
  color: #fff;
  position: relative;
}
.spec-offer__link:hover {
  color: #fff;
}
.spec-offer__link:after {
  content: '›';
  font-size: 18px;
  top: -4px;
  right: -15px;
  position: absolute;
}
.model-card__wrapper {
  width: 80%;
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.2);
  margin: 45px auto 30px auto;
  min-height: 408px;
}
.card__price {
  margin-top: 1rem;
  margin-bottom: 5px;
}
.model-bottom {
  /*margin-top: 20px;*/
  margin-top: 15px;
}
.bottom-spec__link {
  color: #9c1019;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.bottom-spec__link:hover {
  color: #9c1019;
}
.bottom-spec__link:after {
  content: '›';
  font-size: 18px;
  top: -5px;
  right: -15px;
  position: absolute;
}
.bottom__row {
  margin-top: 20px;
  font-size: 11px;
}
.bottom__row img {
  max-width: 40px;
}
.bottom__row p {
  margin-top: 10px;
}
.dealer-form {
  position: relative;
  padding: 25px;

  width: 100%;
  box-sizing: border-box;

  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.dealer-form__block {

  width: 45%;
  margin: 7px 18px;
  position: relative;
}
.dealer-form__label {
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
}
.dealer-form .dealer-form__input {
  width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  color: #ccc;
}
.approve {
  font-size: 14px;
  margin: 20px 18px 20px 15px;
  display: flex;
  width: 100%;
}
.dealer-form__checkbox {
  opacity: 0;
  position: absolute;
}
input[type='checkbox'] + label {
  position: relative;
}
.confidential {
  color: #ccc;
  margin-left: 35px;
  line-height: 24px;
}
.confidential__link {
  color: #888;
}
.dealer-form__disclamer {
  text-align: left;
  font-size: 14px;
}
.radio-icon {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  bottom: 0;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.17);
  /* font: normal normal normal 14px/1 FontAwesome; */
}
input[type='checkbox']:checked + label .radio-icon:before {
  font-weight: 900;
  content: "✔";
  color: #30747f;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 16px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.submit-label {
  width: 120px;
  position: relative;
  display: flex;
  justify-content: end;
}
.dealer-form .dealer-form__submit {
  display: block;
  padding: 11px 15px;
  float: right;
  margin-top: 20px;
  width: 140px;
  text-align: left;
  background: url(../img/arrow-point-to-right.png) no-repeat #fff right 10px top 15px;
  color: #212121;
  position: relative;
  border: 1px solid #ccc;
  outline: none;
  margin-left: auto;
}
.gdpr__wrap {
  width: 100%;
}
.approve {
  display: flex;
  align-items: center;
}
.vert-line__mob {
  display: none;
}
.bot__line {
  border-top: 1px solid #cccccc;
  margin: 40px 0;
}
.contact-row {
  margin: 40px 0;
}
.cont__wrap {
  display: flex;
  align-items: center;
}
.cont__wrap img {
  margin-right: 15px;
}
.cont__wrap p {
  margin-bottom: 0;
  font-size: 18px;
}
.phone_col a {
  color: #9c1019;
  font-weight: 700;
}
.email_col a {
  color: #212121;
  font-weight: 700;
}
.contacts__heading {
  font-size: 21px;
}
/*FCA styles*/
header.header .main-navigation nav .nav-items ul li a:hover, header.header .main-navigation nav .nav-items ul li a.active {
  text-decoration: none;
}
footer.footer .icomenu .icomenu-wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
  width: 100%;
}
footer.footer .icomenu .icomenu-wrapper .icomenu-item:hover {
  text-decoration: none;
}
.bottom__row p {
  margin-top: 10px;
  font-size: 12px;
}
.bottom__row {
  padding-bottom: 10px;
}
.row.section-title.justify-content-between.align-items-center {
  padding: 0;
}
.bottom-spec__link:hover {
  text-decoration: none;
}
.nav__link:focus {
  color: #fff;
}
@media (max-width: 1199px) {
  .model-card__wrapper {
    width: 90%;
    min-height: 360px;
  }
  .card__txt {
    font-size: 16px;
    margin-top: 10px;
  }
  .bottom__row {
    margin-top: 5px;
  }
  .cont__wrap a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .price__txt {
    font-size: 17px;
    line-height: 30px;
  }
  .price__txt span {
    font-size: 26px;
    font-weight: 700;
  }
  .card-img__wrap {
    min-height: 115px;
  }
  .card-img__wrap img {
    max-width: 100px;
  }
  .card__txt {
    min-height: 75px;
    font-size: 14px;
  }
  .model-tabs__item {
    margin: 10px 15px;
    width: 30%;
  }
  .vert-line__mob {
    display: block;
  }
  .model-card__wrapper {
    width: 100%;
    min-height: 312px;
  }
  .model-bottom {
    margin-top: 20px;
  }
  .card__price {
    margin-top: 0;
  }
  .bottom-spec__link {
    font-size: 12px;
  }
  .promo__txt {
    font-size: 12px;
  }
  .model-text {
    left: 5px;
  }
  .spec-offer__link {
    color: #fff;
    position: relative;
    font-size: 12px;
  }
  .spec-offer__link:after {
    top: -6px;
    right: -10px;
  }
  .bottom__row p {
    margin-bottom: 0;
  }
  .bottom-spec__link:after {
    top: -7px;
  }
  .dealer-form {
    justify-content: space-between;
  }
  .dealer-form__block {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .nav__item {
    border-right: none;
  }
  .img__wrap {
    margin-bottom: 30px;
  }
  .benefits__card {
    margin-bottom: 30px;
  }
  .benefits-container:before {
    top: 50%;
    margin-top: -20%;
  }
  .card__txt {
    min-height: auto;
  }
  .model-tabs__item {
    width: 44%;
  }
  .model-card__wrapper {
    min-height: 340px;
  }
  .price__txt {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
  }
  .price__txt span {
    font-size: 48px;
    font-weight: 700;
  }
  .nav__item {
    border-right: none;
    border-bottom: 1px solid #999999;
    margin-bottom: 0;
    margin-top: 0;
  }
  .bottom__row p {
    font-size: 11px;
  }
  .dealer-form {
    padding: 0;
    margin-bottom: 20px;
  }
  .dealer-form__block {
    width: 100%;
  }
  .approve {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 575px) {
  .model__item {
    width: 50%;
  }
  .model-bottom {
    margin-top: 10px;
  }
  .model-card__wrapper {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .benefits-container:before {
    display: none;
  }
  .model-card__wrapper {
    min-height: 62vw;
  }
  .promo__txt {
    font-size: 14px;
  }
  .banner-container {
    margin-top: 0;
  }
}
@media (max-width: 539px) {
  .model-toggle {
    padding: 10px;
    font-size: 10px;
  }
  .model-tabs__item {
    width: 35%;
  }
}


@media (max-width: 454px) {
  .model-tabs__item {
    width: 36%;
  }
}
@media (max-width: 447px) {
  .model-card__wrapper {
    min-height: 67vw;
  }

  .price__txt {
    font-size: 17px;
    line-height: 30px;
  }
  .price__txt span {
    font-size: 26px;
    font-weight: 700;
  }
  .model-tabs__item {
    width: 38%;
  }
}
@media (max-width: 421px) {
  .model-tabs__item {
    width: 42%;
  }
  .model__name {
    font-size: 12px;
  }
  .bottom-spec__link:after {
    top: -7px;
    right: -9px;
  }
  .bottom__row p {
    margin-bottom: 0;
  }
  .card__price {
    margin-bottom: 0;
  }
  .model-card__wrapper {
    min-height: 67vw;
  }
  .model-bottom {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .bottom__row img {
    max-width: 25px;
  }
}
@media (max-width: 411px) {
  .model-tabs__item {
    width: 40%;
  }
  .model-toggle {
    padding: 10px 5px;
    font-size: 8px;
  }
}
@media (max-width: 390px) {
  .bottom-spec__link {
    font-size: 11px;
  }
  .model-bottom {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  h1.text-center {
    font-size: 2rem;
    color: #212121;
  }
}
@media (max-width: 375px) {
  .model__item {
    width: 100%;
  }
  .model-card__wrapper {
    width: 67%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 334px) {
  .vert-line__mob {
    display: none;
  }
  .model-tabs__item {
    width: 67%;
  }
  .model-toggle {
    font-size: 11px;
  }
  .vert-line__mod {
    display: none;
  }
}

.iframe-container {
  max-width: 1920px;
}




.benefits-container {
  position: relative;
}

.benefits-table {
  background: #fff;
  position: relative;
}

.benefits-table .col-3,
.benefits-table .col-4,
.benefits-table .col-6 {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-table .col-6 p,
.benefits-table .col-4 p,
.benefits-table .col-3 p {
  margin: 10px 0;
}
.benefits-table .row:first-child {
  background: #eeeeee;
}


/* .benefits-table .row:nth-child(3) .col-4:last-child,
.benefits-table .row:nth-child(4) .col-4:last-child,
.benefits-table .row:nth-child(3) .col-4:last-child,
.benefits-table .row:nth-child(4) .col-4:last-child {
  border-top: none;
} */
.benefits-table .row:not(:first-child ) .col-6:first-child,
.benefits-table .row:not(:first-child ) .col-4:first-child,
.benefits-table .row:not(:first-child ) .col-3:first-child {
  justify-content: flex-start;
}
.benefits-table .row:first-child .col-6 p,
.benefits-table .row:first-child .col-4 p,
.benefits-table .row:first-child .col-3 p {
  font-weight: bold;
}
.benefits-table .row .col-6:last-child, 
.benefits-table .row .col-4:last-child, 
.benefits-table .row .col-3:last-child {
  border-right: 1px solid #d7d7d7;
}
.benefits-table .row:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.benefits-container:before {
  content: "";
  position: absolute;
  height: 300px;
  top: 50%;
  margin-top: -150px;
  width: 100%;
  background: #9c1019;
}
