@charset "UTF-8";

.car-product {

}
.car-product.gray {
    background-color:#F5F5F5;
}

.car-wwc-top-img {
  width:100%;
  /*max-width:1500px;*/
  margin-left:auto;
  margin-right:auto;
  position: relative;
  margin-top:-150px;
  z-index: 0;
}
.car-wwc-top-img img {
  width:100%;
}

.car-wwc-1 {
  position: relative;
}
.car-wwc-1 .car-honeycomb.tall{
  margin-top:80px;
}
.car-wwc-dark-box {
    background-color:var(--primary);
    margin-top:-80px;
    position: relative;
}
.car-wwc-dark-box-left {
    padding-left:4%;
    width:46%;
    display:inline-block;
    position: relative;
    height:268px;
}
.car-wwc-dark-title {
  color:var(--white);
  padding-top:40px;
}
.car-wwc-dark-text {
  color:var(--gray4);
  width:80%;
  position: absolute;
  bottom:0;
  padding-bottom:44px;
}
.car-wwc-dark-text p {
  margin:0;padding:0;
}
.car-wwc-dark-box-right {
    width:49%;
    float:right;
    text-align: right;
}
.car-wwc-dark-box-item {
  width:26.5%;
  border-left:1px solid #485A6D;
  display:inline-block;
  text-align: center;
  vertical-align: text-top;
  height:268px;
  padding-left:3%;
  padding-right:3%;
}
.car-wwc-dark-box-item-img {
  padding-top:50px;
  padding-bottom:20px;
}
.car-wwc-dark-box-item-img img {
  width:100%;
  max-width:83px;
}
.car-wwc-dark-box-item-title {
    color:var(--white);
    font-size:16px;
    line-height: 25px;
    font-weight: 600;
    padding-bottom:4px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-wwc-dark-box-item-text {
  color:var(--gray4);
  font-size:14px;
  line-height: 22px;
  -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-wwc-dark-box-item:hover .car-wwc-dark-box-item-title,
.car-wwc-dark-box-item:hover .car-wwc-dark-box-item-text {
  color:var(--hover);
  -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.car-wwc-2 {
    padding-top:160px;
}
.car-wwc-2 .car-cnt-inner {
  max-width:540px;
  width:80%;
  text-align: center;
}
.car-wwc-2-title h2 {
  padding-bottom:16px;
}
.car-wwc-2-text {
  color:var(--gray1);
}
.car-wwc-2-time {
    padding-top:70px;
    padding-bottom:170px;
}
.car-wwc-2-time-header {
    width:414px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
    text-align: center;
    position: relative;
}
.car-wwc-2-time-header:before, .car-wwc-2-time-header:after {
  content:"";
  background-image:url(/core/images/timeline-arrow.svg);
  width:57px;
  height:12px;
  position: absolute;
  margin-top:0px;
  margin-left:-76px;
}
.car-wwc-2-time-header:after {
  transform: rotate(180deg);
  right:0;
  margin-left:0;
  margin-right:-8px;
}
.car-wwc-2-time-item {
    float:left;
    height:60px;
    cursor: pointer;
}
.car-wwc-2-time-item.item1 {
  width:12.5%;
}
.car-wwc-2-time-item.item2 {
  width:17.5%;
}
.car-wwc-2-time-item.item3 {
  width:47%;
}
.car-wwc-2-time-item.item4 {
  width:23%;
}
.car-wwc-2-time-item-label {
    text-align: center;
    color:var(--gray1);
    font-weight: 200;
    font-size:16px;
    line-height: 16px;
    width:100%;
    height:48px;
}
.selected .car-wwc-2-time-item-label {
  font-weight: 600;
  color:var(--primary);
}
.car-wwc-2-time-item-bar {
    width:100%;
    height:16px;
    background-color:var(--lightgold);
}
.item2 .car-wwc-2-time-item-bar {
  background-color:var(--darkred);
}
.item3 .car-wwc-2-time-item-bar {
  background-color:var(--red);
}
.item4 .car-wwc-2-time-item-bar {
  background-color:var(--blue);
}

.car-wwc-2-time-box {
    margin-left:6%;
    -webkit-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
      -ms-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
      transition: margin-left 200ms ease-out, border-color 200ms ease-out;
}
.car-wwc-2-time-box.item1 {
   margin-left:6%;
}
.car-wwc-2-time-box.item2 {
  margin-left:17%;
}
.car-wwc-2-time-box.item3 {
  margin-left:47%;
}
.car-wwc-2-time-box.item4 {
  margin-left:80%;
}
.car-wwc-2-time-box-item {
    max-height:0;
    opacity:0;
    overflow: hidden;
    -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    position: relative;
    -webkit-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
      -ms-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
      transition: margin-left 200ms ease-out, border-color 200ms ease-out;
}
.car-wwc-2-time-box-item.selected {
  max-height:none;
  opacity:1;
  overflow:visible;
  -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  padding-top:72px;
  padding-left:24px;
  border-left:1px solid var(--lightgold);
  width:260px;
  -webkit-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
    -ms-transition: margin-left 200ms ease-out, border-color 200ms ease-out;
    transition: margin-left 200ms ease-out, border-color 200ms ease-out;
}
.car-wwc-2-time-box-item.item4.selected {
  width:200px;
}
.car-wwc-2-time-box-item.item1.selected {

}
.item2.car-wwc-2-time-box-item {
  border-color:var(--darkred);

}
.item3.car-wwc-2-time-box-item {
  border-color:var(--red);
}
.item4.car-wwc-2-time-box-item {
  border-color:var(--blue);
}
.car-wwc-2-time-box-num {
  position: absolute;
  font-size:100px;
  font-weight: 600;
  color:var(--primary);
  margin-left:-100px;
  height:87px;
  line-height: 100px;margin-top: 26px;
}
.car-wwc-2-time-box-text {
  font-size:14px;
  color:var(--gray1);
  font-weight: 200;
  margin-bottom:-4px;
  min-height:111px;
}
.car-wwc-2-time-box-text p {
  padding:0;
  margin:0;
}
.car-wwc-2-time-box-text strong, .car-wwc-2-time-box-text b {
  font-size:12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  color:var(--primary);
  text-transform: uppercase;
  padding-bottom:10px;
  display:block;
}

.car-wwc-3 {
    background-color:var(--lightgold);
    padding-top:96px;
    padding-bottom:110px;
}
.car-wwc-3-cnt {
    width:440px;
    padding-bottom:66px;
}
.car-wwc-3-cnt-title {
  padding-bottom:24px;
}
.car-wwc-3-cnt-text {
  color:var(--gray1);
}
.car-wwc-3-icons {
  text-align: left;
}
.car-wwc-3-icon {
  width:19%;
  padding-right:7%;
  display:inline-block;
  vertical-align: text-top;
}
.car-wwc-3-icon:last-child {
  padding-right:0;
}

.car-wwc-3-icon-text {
  padding-top:20px;
  color:var(--gray1);
  font-size:16px;
  line-height: 25px;
}
.car-wwc-4 {
    padding-top:150px;
    overflow: hidden;
}
.car-wwc-thrm-h {
  position: relative;
}
.car-wwc-thrm-top {
  text-align: left;
  width:260px;
  position: absolute;
  padding-top:150px;
}
.car-wwc-thrm-top-title {
  line-height: 20px;
}
.car-wwc-thrm-top-t-item {
    line-height: 20px;
    font-size:20px;
    line-height: 36px;
    display:inline-block;
    color:var(--gray1);
    font-weight: 200;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      transition: all 200ms linear;
}
.car-wwc-thrm-top-t-item.selected {
  color:var(--primary);
  font-weight: 600;
  -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-wwc-thrm-top-t-item:hover {
  color:var(--amber);-webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-wwc-thrm-top-t-h {
  padding-top:8px;
  position: relative;
  text-align: left;

}
.car-wwc-thrm-item-label {
  padding-bottom:50px;
}
.car-wwc-thrm-item-num {
  color:var(--primary);
  font-size:88px;
  line-height: 88px;
  width:70px;
  display:inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.car-wwc-thrm-item-label-sc {
  display:inline-block;
  max-width:200px;
  color:var(--darkgold);
  line-height: 20px;
  vertical-align: middle;
}


.car-wwc-thrm-items {

}
.car-wwc-thrm-item {
    text-align: left;
    width:70%;
    margin-left:30%;
    padding-top:150px;
    padding-bottom:60px;
}
.car-wwc-thrm-item:nth-child(3) {
  margin-top:-150px;
}
.car-wwc-thrm-item:last-child {
  padding-bottom:0px;
}
.car-wwc-thrm-item-text {
  padding-bottom:12px;
}
.car-wwc-thrm-item-text p {
  margin:0;padding:0;
}
.car-wwc-thrm-item-text:before, .car-wwc-thrm-item-circle-h:before {
  content: "";
  max-height:72px;
  height:6vh;
  width:1px;
  border-left:1px solid var(--gray4);
  display:block;
  margin-left:75px;
  margin-bottom:12px;
}
.car-wwc-thrm-item .car-wwc-thrm-item-text:nth-child(2):before {
  display:none;
}
.car-wwc-thrm-item-text strong, .car-wwc-thrm-item-text b {
  color:var(--darkgold);
  font-weight: 600;
}
.car-wwc-thrm-item-circle {
  width:150px;
  height:150px;
  border-radius: 75px;
  background-color:var(--amber);
  text-align: center;
  line-height: 150px;
}
.car-wwc-thrm-item-circle-text {
  color:var(--white);
  line-height: 20px;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  vertical-align: middle;
}
.car-wwc-thrm-items-h {
  position: fixed;
  max-height:0;
  overflow: hidden;
  width:100%;
  margin-top:80px;
  top:0;
  left:0;
}
.car-wwc-thrm-items-h.show {
  max-height:none;
  overflow: visible;
}
.car-wwc-thrm-items-h .car-wwc-thrm-item {
  max-height:0;
  overflow: hidden;
  opacity:0;
}
.car-wwc-thrm-items-h .car-wwc-thrm-item.selected {
  max-height:none;
  overflow: visible;
  opacity:1;
}
.car-wwc-thrm-items.hide {
  opacity:0;
}

.car-sust {

}
.car-sust-h {

}
.car-sust-item {
    padding-bottom:100px;
}
.car-sust-item:last-child {
  padding-bottom:0;
}
.car-sust-item-img-h.car-honeycomb {
  width:100%;
  max-width: 100%;
  height:auto;
  position: relative;
}
.car-sust-item-img {
  max-width:var(--colwidth);
  width:var(--coltabpercent);
  margin-left:auto;
  margin-right:auto;
  position: relative;
  z-index: 1;
  margin-bottom:42px;
  position: relative;
  overflow: hidden;
}
.car-sust-item-img-bar, .car-sust-item-img-bar2 {
    height:36px;
    width:100%;
    background-color:#fff;
    position: absolute;
    left:0;
    z-index: 0;
}
.car-sust-item-img-bar2 {
  bottom:0;
}
.car-sust-item-img-cnt {
  padding-top:40px;
  padding-left:3.5%;
  position: absolute;
  width:93%;
  z-index: 2;
}
.car-sust-item-img-title {
  font-size:24px;
  line-height: 36px;
  font-weight: 600;
  color:#fff;
  width:25%;
  position: absolute;
}
.car-sust-item-img-text {
  width:45%;
  padding-right:5%;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  font-size:20px;
  line-height: 32px;
}
.car-sust-item-img img {
  width:100%;
  display:block;
}
.car-sust-item-img-overlay {
  position: absolute;
  width:100%;
  height:2000px;
  background-color:var(--primary);
  opacity:.6;
  z-index: 1;
}
.car-sust-item-left {
  width:25%;
  max-width:240px;
  position: absolute;
  font-size:14px;
  line-height: 22px;
  color:var(--darkgold);
  font-weight: 200;
}
.car-sust-item-left b, .car-sust-item-left strong {
  color:var(--primary);
  font-size:36px;
  line-height: 44px;
  letter-spacing: -.5px;
  padding-bottom:8px;
  font-weight: 600;
}
.car-sust-item-right {
    width:22%;
    max-width:270px;
    padding-left:18px;
    position: absolute;
    right:0;
    border-left:1px solid var(--gray4);
    padding-bottom:44px;
}
.car-sust-item-right {
  font-size:14px;
  line-height: 22px;
  color:var(--gray1);
  font-weight: 200;
}
.car-sust-item-right p, .car-sust-item-left p {
  margin-top:0;
  padding-top:0;
}
.car-sust-item-center {
    width:47%;
    padding-right:3%;
    margin-left:auto;
    margin-right:auto;
}

.car-prod-det {
  padding-top:194px;
}
.car-prod-det-top {
    position: relative;
}
.car-prod-det-top-title h1 {
    font-size:88px;
    line-height: 98px;
    font-family:var(--font);
    font-weight: 600;
    padding-bottom:200px;
    width:60%;
    float:left;
    letter-spacing: -.03em;
}
.car-prod-det-top-title h1 sup {
    font-size:12px;
    line-height: 12px;
    color:var(--gray1);
    font-weight: 200;
    letter-spacing: normal;
    position: absolute;
    margin-top: 10px;
}
.car-prod-det-top-title h1 img {
    max-height:70px;
    margin-left:14px;
}
.car-prod-det-top-btn {
  position: absolute;
  bottom:0;
  padding-bottom:42px;
}
.car-prod-det-top-btn sup {
  display:none;
}
.car-prod-det-top-btn .car-link-btn:after {
  transform: rotate(90deg);
}
.car-prod-det-top-text {
  color:var(--gray1);
  font-size:24px;
  line-height: 36px;
  font-weight: 200;
  width:40%;
  max-width: 500px;
  float:right;
}
.car-prod-det-top-icons {
    position: absolute;
    bottom:0;
    padding-bottom:42px;
    width:40%;
    right:0;
    max-width: 500px;
}
.car-prod-det-top-icons img {
    max-height:42px;
    max-width:100%;
}


.car-prod-det-1 {
  background-color:var(--gray5);
  position: relative;
}
.car-prod-det-1-title h2 {
    max-width:500px;
    width:80%;
    text-align: center;
    padding-bottom:70px;
    margin-left:auto;
    margin-right:auto;
    padding-top:140px;
}
.car-prod-det-grid {
  overflow: hidden;
  width:100%;
  position: relative;
  padding-bottom:140px;
}
.car-home-scroll-arrow-r {

}
.car-prod-det-grid-titles {
    width:234px;
    position: absolute;
    background-color:var(--gray5);
    z-index: 2;
}
.car-prod-det-table {

  margin-right:0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;

}
.car-prod-det-table-icon {
  width:48px;
  height:48px;
  margin-left:0px;
  display:inline-block;
  margin-right:10px;
}
.car-prod-det-table-icon img {
    max-width:48px;
    max-height: 48px;
    display:inline-block;

}
.car-prod-det-title {
  height:48px;
  line-height: 25px;
  display:inline-block;
  vertical-align: top;
  color:var(--primary);
}
.car-prod-det-grid-h {
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  position: relative;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*border-bottom: 1px solid var(--gray4);*/

  padding-bottom: 40px;
  margin-bottom: -40px;
}
.car-prod-det-table {
  border-bottom: 1px solid var(--gray4);
}
.car-prod-det-table td p {
  margin:0;
}
/*
.car-prod-det-grid-h::-webkit-scrollbar {
    height: 10px;
}
.car-prod-det-grid-h::-webkit-scrollbar-track {
  background-color: var(--gray4);
}
.car-prod-det-grid-h::-webkit-scrollbar-thumb {
  background-color: var(--gray1);
  border-radius: 15px;
}
.car-prod-det-grid-h::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray2);
}
.car-prod-det-grid-h {
  scrollbar-face-color: var(--gray1);
  scrollbar-shadow-color: var(--gray4);
  scrollbar-highlight-color: var(--gray2);
  scrollbar-color: var(--gray1) var(--gray4);
  scrollbar-width: thin;
}
*/
.car-prod-det-grid-h::-webkit-scrollbar {
    /*display: none;*/
}
.car-prod-det-grid-h {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.car-prod-det-table th, .car-prod-det-table.static th {
    line-height: 18px;
    text-align: left;
    border-right:1px solid var(--gray4);
    padding-left:20px;
    padding-bottom:16px;
    vertical-align: bottom;
}
.car-prod-det-table {
  border-collapse: collapse;
  margin-left:233px;
}
.car-prod-det-table.static {
  margin-left:0;
  min-width: 0;
  margin-right:0;
  background-color: var(--gray5);
}
.car-prod-det-table td {
    padding:20px;
    border:none;
    margin:0;
    border-right:1px solid var(--gray4);
    border-top:1px solid var(--gray4);
    vertical-align: text-top;
    font-size:14px;
    line-height: 22px;
    color:var(--gray1);
    min-width: 100px;
}
.car-prod-det-table td p {

}
.car-prod-det-table td b, .car-prod-det-table td strong {
  color:var(--primary);
}
.car-prod-det-table tr {
  height:129px;
}
.car-prod-det-table tr:first-child {
  height:53px;
}
.car-prod-det-table tr.selected {
  background-color:var(--lightgold);
}
.car-prod-det-table tr.selected td {
  border-right:1px solid var(--white);
}

.car-prod-det-table.static th, .car-prod-det-table.static td, .car-prod-det-table.static tr.selected td {
    border-right:2px solid var(--darkgold);
    width:233px;
}
.car-prod-det-table.static td {
  font-size:16px;
  line-height: 25px;
  font-weight: 600;
  width:233px;
  height: 88px;
}
.car-prod-det-1-right-bars {
    position: absolute;
    height:100%;
    border-left:1px solid var(--gray4);
    z-index: 4;
    right:0;background-color: var(--gray5);

}
.car-prod-det-1-bar-item {
  width:30px;
  height:100%;
  border-right:1px dashed var(--gray4);
  overflow: hidden;
  float:left;
  position: relative;
}
.car-prod-det-1-bar-item-text {
  position: absolute;
  color: var(--gray3);
  transform: rotate(-90deg);
  margin-top: 181px;
  width: 202px;
  text-align: left;
  margin-left: -86px;
}

.car-prod-det-grid .car-home-scroll-arrow-r {
  display:none;
}

.car-prod-det-reset-btn {
  color:var(--darkgold);
  border-bottom:1px solid var(--darkgold);
  display:inline-block;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-prod-det-reset-btn:hover {
  color:var(--amber);
  border-bottom:1px solid var(--amber);
  -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-prod-det-2 {
  padding-top:160px;
  padding-bottom:160px;
}
.car-prod-det-2-title h2, .car-prod-det-2-text {
  max-width: 650px;
  width:88%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.car-prod-det-2-text {
  max-width:500px;
  padding-bottom:20px;
  color: var(--gray1);
}
.car-prod-det-2-app {
    width:100%;
    padding-top:60px;
    position: relative;
    overflow-x: scroll;
    overflow-y: visible;
    position: relative;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    -ms-overflow-style: none;
}
.car-prod-det-2-app {
  padding-bottom:40px;
  margin-bottom:-40px;
}
.car-prod-det-2-app::-webkit-scrollbar {
    /*display:none;*/
}
.car-prod-det-quiz-h {
  text-align: center;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  position: relative;
}
.car-prod-det-quiz-h.q-1{
  width:2000px;
}
.car-prod-det-quiz-col {
  width:300px;
  display:inline-block;
  vertical-align: text-top;
  max-height: 0;
  overflow: hidden;
  opacity:0;
  max-width:0;
  position: relative;

}
.car-prod-det-quiz-col#q-19{
  width:336px;
}
.car-prod-det-quiz-col#q-20 {
  width:318px;
}
.car-prod-det-quiz-label {
  padding-bottom:10px;
  padding-top:40px;
  text-align: left;
}
.car-prod-det-quiz-col#q-20 .car-prod-det-quiz-sec {
  border-left:none;
  padding-left:0;
  padding-right:0;
}
.car-prod-det-quiz-label:first-child,  .car-prod-det-quiz-label:nth-child(2) {
  padding-top:0;
}
.car-prod-det-quiz-item {
    cursor: pointer;
    height:50px;
    width:240px;
    padding-right:40px;
    text-align: left;
    line-height: 50px;
    font-size:14px;
    font-weight: 600;
    color:var(--primary);
    padding-left:20px;
    border:1px solid var(--gray4);
    margin-bottom:10px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.car-prod-det-quiz-item:hover {
    background-color:var(--gray5);
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.car-prod-det-quiz-item:before {
  content:"";
  width:14px;
  height:14px;
  border-radius: 10px;
  border:1px solid var(--gray4);
  position: absolute;
  right:0;
  margin-right:14px;
  margin-top:18px;
  background-color:#fff;
}
.car-prod-det-quiz-item.selected {
  background-color:var(--gray4);
}

/*
.car-prod-det-quiz-item.selected:before {
  border: none;
  background-color: transparent;
  content: '+';
  font-size: 22px;
  transform: rotate(45deg);
  color: #fff;
  margin-top: 6px;
  margin-right: 4px;
  font-family: 'hero-new';
}*/
.car-prod-det-quiz-item.selected:before {
  display:none;
  border:1px solid var(--gray3);
  background-color:var(--gray3);
}
.car-prod-det-quiz-sec {
  border-left:1px solid var(--gray4);
  border-right:1px solid var(--gray4);
  padding-left:16px;
  padding-right:16px;
  margin-top:-41px;height:100%;
}
#q-21 .car-prod-det-quiz-sec {
  border:none;
  padding-left:0;
}
.car-prod-det-quiz-sec-label {
  color:var(--blue);
  text-align: left;
  width:120px;
  line-height: 20px;
  padding-bottom:20px;
}
.car-prod-det-quiz-col#q-21 {
  width:364px;
}
.car-prod-det-quiz-blue-box {
  width:308px;
  padding:20px;
  height:266px;
  position: relative;
  background-color:var(--blue);
  cursor: pointer;
}
.car-prod-det-quiz-blue-top {
    font-size:70px;
    line-height: 70px;
    font-weight: 600;
    color:#fff;
    text-align: left;
    letter-spacing: -.03em;
}
.car-prod-det-quiz-blue-bottom {
  color:#fff;
  position: absolute;
  bottom:0;
  text-align: left;
  padding-bottom:30px;
  width:90%;
}
.car-prod-det-quiz-blue-bottom .car-link-btn {
  color:#fff;
  margin-top:12px;
}

.car-prod-det-quiz-col.selected {
  opacity:1;
  margin-left:8px;
  margin-right:8px;
  max-height: none;
  max-width: none;
  overflow: visible;
  height:100%;
  -webkit-transition: opacity 400ms ease-out;
    -ms-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}
.car-prod-contact {
  max-height: 0;
  position: fixed;
  width:100%;
  overflow: hidden;
  height:100vh;
  line-height: 100vh;
  opacity:0;
  background-color:rgba(0,0,0,.7);
  text-align: center;
  z-index: 100;
}
.car-prod-contact.show {
  overflow: visible;
  max-height: none;
  opacity:1;
  -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.car-prod-contact-inner {
    padding:40px;
    max-width:400px;
    background-color:var(--lightgold);
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    vertical-align: middle;
    line-height: 25px;
    position: relative;
}
.car-prod-contact .car-nav-ovly-cont-form-left {
  width:100%;
}
.car-prod-det-quiz-item {
  white-space:normal;
  overflow: visible;
  height: auto;
  line-height: normal;
  padding-bottom:12px;
  padding-top:12px;
}
.car-prod-det-quiz-item-in {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.car-prod-det-quiz-item:before {
  margin-top:3px;
}
/*
.car-prod-det-quiz-item.selected:before {
  margin-top:0;
  margin-right:9px;
}*/
.car-prod-det-quiz-item.disabled {
  opacity:.5;
}
.car-prod-det-quiz-blue-top-special {
  font-size:24px;
  line-height: 36px;
  color:#fff;
  font-weight: 600;
  letter-spacing: -.03em;
  text-align: left;
}

.car-prod-det-quiz-col-wide {
  width:620px;
  padding-bottom:100px;
}
.car-prod-det-quiz-inline-col {
  position: absolute;
  right:0;
  top:0;
}


.car-prod-form-subtitle {

}

.car-prod-form {

}
.car-prod-form-inner {

}
.car-prod-form-holder {

}
.car-prod-form-dual .car-prod-form-inp-h {

}
.car-prod-form-inp-h {

}
.car-prod-form-input {

}
.car-prod-form-checkboxes {

}
.car-prod-form-bottom {

}
.car-prod-form-textarea {

}
.car-prod-form-error {

}
.car-prod-form-submit {

}





@media screen and (max-width: 1450px) {
  .car-prod-det-top-title h1 {
    font-size:64px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1300px) {
  .car-wwc-dark-box-item {
      width:25.5%;
  }
}
@media screen and (max-width: 1200px) {
    .car-wwc-dark-box-left {
      width:77%;
      padding-left:12%;
      height:auto;
    }
    .car-wwc-dark-box-right {
      float:none;
      width:77%;
      margin-left:auto;
      margin-right:auto;
      padding-bottom:40px;
    }
    .car-wwc-dark-text {
      position: relative;
      padding-top:34px;
      padding-bottom:26px;
    }
    .car-wwc-dark-box-item {
      width:100%;
      height:70px;
      line-height: 70px;
      padding:0;
      padding-top:20px;
      padding-bottom:20px;
      border:none;
      text-align: left;
      border-bottom:1px solid #485A6D;
    }
    a:last-child .car-wwc-dark-box-item {
      border:none;
    }
    .car-wwc-dark-box-item-img {
      width:80px;
      display:inline-block;
        vertical-align: middle;
      height:70px;
      padding:0;
    }
    .car-wwc-dark-box-item-cnt {
      vertical-align: middle;
      display:inline-block;
      width:70%;
      margin-left:20px;
    }
    .car-wwc-dark-box-item-title {
      padding-bottom:0;
    }

    .car-wwc-2-time-box.item1, .car-wwc-2-time-box {
       margin-left:11%;
    }
    .car-wwc-2-time-box.item2 {
      margin-left:15%;
    }
    .car-wwc-2-time-box.item3 {
      margin-left:34%;
    }
    .car-wwc-2-time-box.item4 {
      margin-left:78%;
    }
    .item4.car-wwc-2-time-box-item, .car-wwc-2-time-box-item.item4.selected {
        width:140px;
    }

    .car-sust-item-img {
      width:var(--colpercent);
    }
    .car-sust-item-cnt {
      position: relative;
      float:left;
      width:35%;
      max-width:270px;
    }
    .car-sust-item-right {
        width:100%;
        max-width:none;
        padding-left:0px;
        right:auto;
        border:none;
        padding-bottom:0px;
        position: relative;
        padding-top:20px;
    }
    .car-sust-item-left {
        width:100%;
        max-width:none;
        position: relative;
    }
    .car-sust-item-img-title {
      margin-left:6%;
    }
    .car-sust-item-img-cnt {
      padding-left:0;
    }
    .car-sust-item-img-text {
      padding-right:0;
      margin-left:42%;
    }
    .car-sust-item-center {
      position: relative;
      width:59%;
      float:right;
    }
    .car-prod-det-top-title h1 {
      font-size:64px;
      line-height: 76px;
      float:none;
      width:100%;
      padding-bottom:20px;
    }
    .car-prod-det-top-title h1 img {
      max-height:56px;
    }
    .car-prod-det-top-btn {
      position: relative;
      padding-bottom:0;
      padding-top:46px;
    }
    .car-prod-det-top-text {
      width:100%;
      float:none;
    }
    .car-prod-det-top-icons {
      position: relative;
      width:100%;
      padding-top:120px;
    }
    .car-prod-det {
      padding-top:186px;
    }
    .car-wwc-thrm-item {
      width:100%;
      margin-left:0;
      padding-bottom:160px;
      margin-top:0;
      padding-top:0;
    }
    .car-wwc-thrm-item:nth-child(3) {
      margin-top:0;
    }
    .car-wwc-thrm-item:last-child {
      padding-bottom:0;
    }
}
@media screen and (max-width: 1024px) {
  .car-wwc-top-img {
    margin-top:-50px;
  }
  .car-wwc-3-cnt {
      max-width:460px;
      width:100%;
      margin-left:auto;
      margin-right:auto;
      text-align: center;
  }
  .car-wwc-3-icons {
    width:84%;
    margin-left:auto;
    margin-right:auto;

  }
  .car-wwc-3-icon {
    width:100%;
    padding:0;
    display:block;
    padding-bottom:40px;
  }
  .car-wwc-3-icon:last-child {
    padding:0;
  }
  .car-home-3-icon-img {
    position: absolute;
  }
  .car-home-3-icon-img img {
    bottom:auto;
    top:0;
  }
  .car-wwc-3-icon-cnt {
    margin-left:90px;
  }
  .car-wwc-3-icon-text {
    padding-top:10px;
  }
  .car-wwc-3 {
    padding-top:90px;
    padding-bottom:136px;
  }
  .car-wwc-4 {
    padding-top:130px;
  }
  .car-wwc-top-img:before, .car-wwc-top-img:after {
    display:none;
  }
  .car-wwc-dark-text {
    width:100%;
  }
  .car-prod-det-grid .car-home-scroll-arrow-r {
    display:block;
  }
  .car-prod-det-1-right-bars {
    display:none;
  }
  .car-wwc-2-time-box.item4 {
    margin-left:77%;
  }
  .car-prod-det-2 {
    padding-bottom:200px;
  }
  .car-prod-det-quiz-inline-col {
    position: relative;
    padding-top:40px;
  }
  .car-prod-det-quiz-col-wide {
    width:300px;
    padding-bottom:0px;
  }
}
@media screen and (max-width: 767px) {
  .car-sust-item-img-title {
    font-size:20px;
    line-height: 32px;
    margin:0;
    position: relative;
  }
  .car-sust-item-img-text {
      font-size:14px;
      line-height: 22px;
      width:100%;
      margin-left:auto;
      margin-right:auto;
  }
  .car-sust-item-img-cnt {
    width:84%;
    margin-left:6%;
    margin-right:6%;
    padding-top:20px;
  }
  .car-sust-item-center {
    width:100%;
    float:none;
  }
  .car-sust-item-cnt {
    width:100%;
    max-width:240px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    margin-top:40px;
  }
  .car-wwc-dark-box {
    margin-top:-36px;
  }
  .car-wwc-dark-title {
    padding-top:30px;
    font-size:16px;
    line-height: 25px;
  }
/*
  .car-wwc-dark-box-left {
    width:var(--colpercent);
    padding-left:6%;

  }*/
  .car-wwc-dark-box-right {
    padding-bottom:30px;
  }
  .car-wwc-dark-text {
    padding-top:16px;
  }
  .car-wwc-dark-box-item-cnt {
    width:68%;
    margin-left:3%;
  }
  .car-wwc-2-time-header {
      width:220px;
      line-height: 20px;
  }
  .car-wwc-2-time-header:after {
    margin-left: 0;
    margin-right: -32px;
    margin-top: -7px;
  }
  .car-wwc-2-time-header:before {
    margin-top:12px;
  }
  .car-wwc-2-time-item-label {
    font-size:14px;
  }
  .car-wwc-2-time-item-label {
    display:none;
  }
  .car-wwc-2-time-item-labels {
    position: absolute;
    width:100%;
  }
  .car-wwc-2-time-item-label.selected {
    font-weight: 600;
    color:var(--primary);
  }
  .mobile .car-wwc-2-time-item-label {
    display:inline-block;
    width:24%;
    vertical-align: text-top;
  }
  .car-wwc-2-time-item-bar {
    margin-top:48px;
  }
  .car-wwc-2-time-box-item.selected {
    width:200px;
    margin-top:50px;
    padding-top:0px;
  }
 .car-wwc-2-time-box {
    margin-left:auto;
    margin-right:auto;
    width:225px;
    padding-left:44px;
  }
  .car-wwc-2-time-box.item2, .car-wwc-2-time-box.item1, .car-wwc-2-time-box.item3, .car-wwc-2-time-box.item4 {

       margin-left:auto;
       margin-right:auto;
  }
  .car-wwc-2-time-box-num {
    font-size:88px;
    margin-left:-90px;
    margin-top:-10px;
  }
  .car-wwc-2-time {
    padding-bottom:100px;
  }
  .car-wwc-thrm-item-text {
    font-size:20px;
    line-height: 32px;
  }
  .car-wwc-thrm-item-text:before, .car-wwc-thrm-item-circle-h:before {
    height:44px;
  }
  .car-home-3-icon-img {
    position: relative;
  }
  .car-wwc-3-icon-cnt {
    margin-left:auto;
  }
  .car-prod-det {
    padding-top:140px;
  }
  .car-prod-det-top-title h1 {
    /*font-size:50px;*/
    font-size: 11vw;
    line-height: 60px;
  }
  .car-prod-det-top-text {
    font-size:16px;
    line-height: 25px;
  }
  .car-prod-det-top-btn {
    padding-top:20px;
  }
  .car-prod-det-top-title h1 img {
    max-height:40px;
  }
  .car-prod-det-top-icons {
    padding-bottom:30px;
    padding-top:100px;
  }
  .car-prod-det-table.static th, .car-prod-det-table.static td, .car-prod-det-table.static tr.selected td, .car-prod-det-grid-titles {
    width:100px;
    text-align: center;
  }
  .car-prod-det-table.static th {
    padding-left:0;
    width:120px;
    text-align: center;
  }
  .car-prod-det-table-icon {
    margin-left:auto;
    margin-right:auto;
  }
  .car-prod-det-table {
    margin-left:118px;
  }
  .car-prod-det-title {
    line-height: 24px;
    padding-top:0px;
    margin-top:-2px;
    display: block;
    position: absolute;
    width: 100%;
    height:auto;
    color:var(--primary);
  }
  .car-prod-det-table {
    border-collapse:separate;
  }
  .car-prod-det-table td {

  }
  .car-prod-det-table.static td {
    height:88px;
    padding-left:8px;
    padding-right:8px;
  }
  .car-prod-det-2, .car-wwc-thrm-item {
    padding-bottom:120px;
  }
  .car-prod-det-table.static th {
    vertical-align: top;
  }
  .car-wwc-2-time-box-item.item4.selected {
    width:200px;
  }
  .car-wwc-3-cnt {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .car-wwc-dark-box-item-img {
    width:26%;
  }
}
@media screen and (max-width: 420px) {

  .car-sust-item-img img {
    width:150%;
  }
}
