.cars-shortcode {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 90vh;
  padding: 220px 0 120px;
  overflow: hidden;
  background-color: #4B4B4B;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.cars-shortcode .cars-header {
  display: flex;
  justify-content: center;
}
.cars-shortcode .cars-header button {
  position: relative;
  padding: 20px 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  background: transparent;
  transition: 0s;
}
.cars-shortcode .cars-header button .term-image:before {
  display: block;
  padding: 0 14px;
  font-family: "fontello";
  font-size: 14px;
  transition: color 0.3s;
}
.cars-shortcode .cars-header button .term-image.land-rover:before {
  content: "\e804";
}
.cars-shortcode .cars-header button .term-image.jaguar:before {
  content: "\e803";
}
.cars-shortcode .cars-header button:not(.active):hover .term-image:before {
  color: #FFD700;
}
.cars-shortcode .cars-header button.active {
  color: #000;
  background: #FFF;
}
.cars-shortcode .cars-header button.active:after {
  content: "";
  position: relative;
  bottom: -9px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.cars-shortcode .cars-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  min-height: 300px;
  padding: 60px;
}
.cars-shortcode .cars-content .cars-list-initial {
  display: none;
}
.cars-shortcode .car {
  display: flex;
  flex-direction: column;
  padding: 30px 5px;
  width: 300px;
}
.cars-shortcode .car.empty {
  height: 1px;
  padding: 0;
}
.cars-shortcode .car .car-image {
  position: relative;
  padding-bottom: 5px;
}
.cars-shortcode .car .car-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 12px);
  height: 1px;
}
.cars-shortcode .car .car-image img {
  display: block;
  margin: auto;
  object-fit: contain;
  width: 300px;
  height: 170px;
}
.cars-shortcode .car .car-info {
  position: relative;
}
.cars-shortcode .car .car-info-top {
  position: relative;
}
.cars-shortcode .car .car-link {
  display: block;
  margin-bottom: 7px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.cars-shortcode .car .car-link:hover {
  color: #FFD700;
}
.cars-shortcode .car .name-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin-bottom: 7px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.cars-shortcode .car .info-toggle {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.cars-shortcode .car .info-toggle:before {
  position: relative;
  z-index: 2;
  content: "\e80b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  padding: 17px 24px;
  font-family: "fontello";
  color: #747474;
  transition: 0.2s;
}
.cars-shortcode .car .children {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  transition: max-height 0.2s;
}
.cars-shortcode .car.show .info-toggle:before {
  color: #FFD700;
}
.cars-shortcode .car.show .children, .cars-shortcode .car:hover .children {
  max-height: 100px;
}
.cars-shortcode .car.show .name-toggle, .cars-shortcode .car:hover .name-toggle {
  display: none;
}
.cars-shortcode .car.show .info-toggle:before, .cars-shortcode .car:hover .info-toggle:before {
  transform: rotate(180deg);
}
@media (max-width: 1100px) {
  .cars-shortcode .cars-content {
    padding: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cars-shortcode {
    padding: 150px 0 0;
  }
  .cars-shortcode .cars-header {
    flex-direction: column;
    border-bottom: 2px solid #FFD700;
  }
  .cars-shortcode .cars-header button {
    position: relative;
    background: #FFF;
    color: #000;
  }
  .cars-shortcode .cars-header button:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #747474;
  }
  .cars-shortcode .cars-header button:last-child:before {
    display: none;
  }
  .cars-shortcode .cars-header button.active {
    color: #099F57;
  }
  .cars-shortcode .cars-header button.active:after {
    display: none;
  }
  .cars-shortcode .cars-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .cars-shortcode .cars-content {
    padding: 0 5px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
