.page-id-8 .e-con-inner, .page-id-303 .e-con-inner{
	width: 100%;
    max-width: 100% !important;
}

.page-id-8 .entry-content a, .page-id-303 .entry-content a{
text-decoration: none;
}
.page-id-8 .entry-content a:hover, .page-id-8 .entry-content a:focus, .page-id-303 .entry-content a:hover, .page-id-303 .entry-content a:focus{
color: #d40f0f;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-3 {
  right: 12px;
}

.top-2 {
  top: 8px;
}

.top-0 {
  top: 0;
}

.top-4 {
  top: 16px;
}

.right-4 {
  right: 16px;
}

.top-8 {
  top: 32px;
}

.left-0 {
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.-my-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-1 {
  margin-top: 4px;
}

.ml-3 {
  margin-left: 12px;
}

.mr-auto {
  margin-right: auto;
}

.ml-2 {
  margin-left: 8px;
}

.mt-0 {
  margin-top: 0;
}

.ml-auto {
  margin-left: auto;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden{
  display: none;
}

.ng-hide{
  display: none !important;
}

.h-6 {
  height: 24px;
}

.h-16 {
  height: 64px;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 16px;
}

.h-32 {
  height: 128px;
}

.h-5 {
  height: 20px;
}

.h-24 {
  height: 96px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.w-6 {
  width: 24px;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 32px;
}

.w-32 {
  width: 128px;
}

.w-4 {
  width: 16px;
}

.w-11 {
  width: 44px;
}

.w-5 {
  width: 20px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.translate-x-5 {
  --tw-translate-x: 20px;
  transform: 20px;
}

.translate-x-0 {
  --tw-translate-x: 0;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-auto {
  cursor: auto;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-default {
  cursor: default;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 32px;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-60 {
  gap: 60px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * 0);
  margin-left: calc(8px * calc(1 - 0));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * 0);
  margin-left: calc(16px * calc(1 - 0));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - 0));
  margin-bottom: calc(4px * 0);
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - 0));
  margin-bottom: calc(16px * 0);
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - 0));
  margin-bottom: calc(8px * 0);
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-bottom-width: calc(1px * 0);
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}

.containerCars {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .containerCars {
    max-width: 640px;
  }
  .sm\:-mx-6 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-16 {
    top: 64px;
  }
  .containerCars {
    max-width: 768px;
  }
  .md\:max-w-xs {
    max-width: 20rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:justify-between {
  	justify-content: space-between;
  }
  .md\:flex-row {
    flex-direction: row;
   }
   .md\:h-\[640px\] {
    height: 640px;
  }

  .md\:max-h-max {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:w-96 {
    width: 384px;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * 0);
    margin-left: calc(8px * calc(1 - 0));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - 0));
    margin-bottom: calc(0px * 0);
  }

  .md\:text-2xl {
    font-size: 24px !important;
  }
}

@media (min-width: 1024px) {
  .containerCars {
    max-width: 1024px;
  }
  .lg\:-mx-8 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-7\/12 {
    width: 59%;
  }

  .lg\:w-5\/12 {
    width: 41%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * 0);
    margin-left: calc(32px * calc(1 - 0));
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:pb-4 {
    padding-bottom: 16px;
  }

  .lg\:text-3xl {
    font-size: 30px !important;
  }
}

@media (min-width: 1280px) {
  .containerCars {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .containerCars {
    max-width: 1536px;
  }
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(3 / 4 * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

img, svg {
    display: block;
    vertical-align: middle;
}

.custom-cargrid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 16px;
}

.home .custom-cargrid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 16px;
}

@container grid (min-width: 640px) {
  .custom-cargrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@container grid (min-width: 1024px) {
  .custom-cargrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@container grid (min-width: 1240px) {
  .custom-cargrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.enlargeBtn {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 4px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 99;
}

.enlargeBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / 1);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / 1);
}

.group:hover .enlargeBtn {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  opacity: 1;
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

/* carcard */

.carCard {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.carCard:hover {
  border-color: #d40f0f;
}

.carCard_maker {
  width: 100%;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: rgb(17 24 39 / 1) !important;
  margin-bottom: 0px !important;
}

.home .carCard_maker {
  font-size: 18px !important;
  font-weight: 700  !important;
  line-height: 1  !important;
  color: rgb(17 24 39 / 1)  !important;
  margin-bottom: 0px !important;
}

.carCard_variant {
  width: 100%;
  font-size: 14px !important;
  line-height: 1 !important;
  color: rgb(156 163 175 / 1) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 3px;
}

.home .carCard_variant {
  font-size: 14px !important;
  line-height: 1 !important;
  color: rgb(156 163 175 / 1) !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  margin-top: 6px !important;
}

.carCard_price {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #d40f0f;
}

.carCard_vat {
  font-size: 12px;
  color: rgb(156 163 175 / 1);
}

.news-badge {
  background-color: #1ece09 !important;
  border-color: #1ece09 !important;
}

.popular-badge {
  background-color: none !important;
  border-color: #000 !important;
}

.leasing-badge {
  background-color: #91accc !important;
  border-color: #91accc !important;
}

.sold-badge {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.label {
    display: inline-flex;
    align-self: flex-start;
    border-radius: 0.125rem;
    border-width: 1px;
    border-color: #d40f0f;
    background-color: rgb(255 255 255 / 1);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 1;
    color: rgb(17 24 39 / 1);
}
.label--highlight {
  background-color: rgb(77, 93, 179);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / 1);
}

/* carbrand */

.carbrand {
  display: flex;
  height: 44px;
  width: 44px;
  flex-shrink: 0;
  place-content: center;
  justify-items: center;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  --tw-border-opacity: 1;
}

/* grey-button */

.grey-button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.grey-button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * 0);
  margin-left: calc(8px * calc(1 - 0));
}

.grey-button {
  align-self: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #e5e7eb;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.grey-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  color: #6b7280;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
     height: 100% !important;
}

.p-4 {
  padding: 16px;
}

.p-2 {
  padding: 8px;
}

.p-1 {
  padding: 4px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-0\.5 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-4 {
  padding-top: 16px;
}

.pb-8 {
  padding-bottom: 32px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

/* spec-block */

.spec-block {
  display: inline-flex;
  flex-direction: column;
}

.spec-block > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - 0));
  margin-bottom: calc(4px * 0);
}

.spec-block {
  align-self: flex-start;
  border-radius: 0.375rem;
  border: 1px solid #f3f4f6;
  --tw-border-opacity: 1;
  padding: 16px;
  font-size: 16px;
}

.spec-block.spec-block--small {
  padding: 8px;
}

.spec-block :first-child {
  font-size: 14px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.spec-block :last-child {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.spec-block p, .ng-scope p{
  margin: 0px;
}

/* buttons */

.button {
  display: flex;
  height: 44px;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #d40f0f;
  background-color: #d40f0f;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 12px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover {
  border-color: #940a0a;
  background-color: #940a0a;
  color: #fff !important;
}

.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}

.button--secondary:hover {
  border-color: #d40f0f;
  background-color: #fae7e7;
  color: #d40f0f;
}

.button--tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}

.button--tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}

/* iconButton */

.iconButton {
  display: inline-flex;
  height: 44px;
  width: 44px;
  cursor: pointer;
  place-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px solid;
  border-color: #d40f0f;
  background-color: #d40f0f;
  color: rgb(236, 238, 252);
}

.iconButton:hover {
  background-color: #940a0a;
}

#nav{
  margin-top: 30px;
}
#nav a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #cfcfcf;
    margin: 0px 3px;
    color: #d40f0f;
}
#nav a:hover, #nav a:focus{
    border-color: #d40f0f;
}
#nav a.active {
    background: #d40f0f;
    color: #fff;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border: 1px solid #e5e7eb !important;
}

.border-2 {
  border: 2px solid #e5e7eb;
}

.border-0 {
  border-width: 0px;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / 1);
}
.border-b {
    border-bottom: 1px solid #e5e7eb;
}
.border-transparent {
  border-color: transparent;
}
.border-t {
  border-top: 1px solid;
}

.border-b-2 {
  border-bottom: 2px solid;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

.bg-primary {
  background-color: #d40f0f;
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.font-bold {
    font-weight: 700 !important;
}
.text-xl, h3..text-xl{
    font-size: 20px;
}
.text-primary {
    color: #d40f0f;
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / 1);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}

.text-light {
  color: #fae7e7 !important;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    appearance: none;
    background-color: #fff;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    text-transform: none;
}
.formInput {
    height: 44px;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / 1);
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / 1);
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / 1);
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px* 0);
    margin-left: calc(16px* calc(1 - 0));
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background: #d40f0f !important;
    border: 1px solid #d40f0f !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	border: 1px solid #d40f0f !important;
	background: #d40f0f !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #940a0a !important;
	background: #d40f0f !important;
}
.tick-icon {
  position: relative;
  display:inline-block;
  cursor: pointer;
  padding: 0 1px;
}
.tick-icon img{
	width: 45px;
    height: 45px !important;
    border: 1px solid #cfcfcf !important;
}

.ok-icon.tick-icon::before {
  content: '\2713';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bolder;
    width: 20px;
    height: 20px;
    background: #d40f0f;
    color: #fff;
    margin: 0px auto;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
}
.overflow-y-auto {
    overflow-y: auto;
}
.carTileLink{
	display:none;
}
.carTileLink.countableDivs{
	display:block;
}
.hover\:border-primary:hover {
  border-color: #d40f0f !important;
}

.hover\:bg-dark:hover {
  background-color: #940a0a;
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}
.page-id-303 .text-base {
    font-size: 16px;
}
.page-id-303 .containerCars h2, .page-id-303 .containerCars h3{margin: 0px;}
.page-id-303 .text-gray-400{color: #9ca3af !important;}
.custom-specgrid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.text-4xl {
    font-size: 36px;
}
.text-lg, h2.text-lg{
    font-size: 18px;
}
.font-normal {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}

/* iconBox*/

.iconBox {
  display: flex;
  height: 44px;
  width: 44px;
  place-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #fae7e7;
  color: #d40f0f;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* collapsible */

.collapsible {
  cursor: pointer;
  place-items: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible_header {
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.collapsible_header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}

.collapsible .collapsible_icon {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible.open .collapsible_icon {
  --tw-rotate: 90deg;
  rotate: 90deg;
}

.collapsible.open .iconBox {
  background-color: #d40f0f;
  color: #fae7e7;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible.open .collapsible_inner {
  height: 100%;
  overflow: hidden;
}

/* collapsible small */

.collapsible_small {
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}

.collapsible_small_header {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
}

.collapsible_small_header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}

.collapsible_small .collapsible_small_header svg:last-of-type {
  display: none;
}

.collapsible_small.open .collapsible_small_header svg:last-of-type {
  display: block;
}

.collapsible_small.open .collapsible_small_header svg:first-of-type {
  display: none;
}

/* eqiup item*/

.equipItem {
  display: flex;
  justify-content: space-between;
}

.equipItem > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * 0);
  margin-left: calc(16px * calc(1 - 0));
}

.equipItem svg {
  flex-shrink: 0;
  color: #d40f0f;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}
@media (max-width: 1024px) {
	.grid-cols-3{
    	grid-template-columns: unset;
    }
    .gap-60{
    	gap: unset;
    }
}
@media (max-width: 767px) {
	.custom-cargrid {
        grid-template-columns: repeat(1, 1fr) !important;
        display: grid;
        gap: 16px;
    }
}
.home .carTileLink.countableDivs{
	text-decoration: none !important;
}
.bbm_filter{margin-bottom: 60px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
border-radius: 14px;
top: -0.45em;
}
nav.radiobtns{
    width: fit-content;
    border: 1px solid #666;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}
nav.radiobtns input{ display: none; }
nav.radiobtns label{
    font-family: sans-serif;
    padding: 10px 16px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s;
}
nav.radiobtns label:last-of-type{ border-right: 0; }
nav.radiobtns label:hover{
    background: #eee;
}
nav.radiobtns input:checked + label{
    background: #d40f0f;
    color: #fff;
}
select#fabrikant-dropdown {
  appearance: base-select;
  background-color: white;
  cursor: pointer;
  background-image: none;
  padding-right:1rem;
}

select#fabrikant-dropdown::picker(select) {
  appearance: base-select;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  max-height: 240px;
  overflow-y: auto;
  margin:2px 0;
  scrollbar-width:thin;
}

select#fabrikant-dropdown option {
  font-size: 14px;
  background-color: transparent;
  transition: all 0.2s ease;
  min-height: 40px;
  display: flex;
  align-items: center;
}

select#fabrikant-dropdown option:hover {
  background-color: #f8f9fa;
}

select#fabrikant-dropdown option:checked {
  background-color: #d40f0f;
  color: white;  
}

.multi-wrapper {
	position: relative;
	width: 100%;
	max-width: 30%;
}

.multi-display {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
	background-color: white;
	border: 1px solid #d1d5db;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.multi-display:hover {
	border-color: #9ca3af;
}

.multi-display.active {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.multi-display::after {
	content: "▼";
	font-size: 0.8rem;
	transition: transform 0.2s;
}

.multi-display.active::after {
	transform: rotate(180deg);
}

.multi-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: white;
	border: 1px solid #d1d5db;
	border-top: none;
	border-radius: 0 0 6px 6px;
	max-height: 250px;
	overflow-y: auto;
	z-index: 10;
	display: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.multi-list.active {
	display: block;
}

.multi-search {
	width: 100%;
	padding: 0.75rem 1rem;
	border: none;
	border-bottom: 1px solid #e5e7eb;
	outline: none;
	font-size: 0.9rem;
}

.multi-search:focus {
	background-color: #f9fafb;
}

.multi-items {
	max-height: 180px;
	overflow-y: auto;
	padding: 0.5rem 0;
}

.multi-item {
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: background-color 0.1s;
}

.multi-item:hover {
	background-color: #f3f4f6;
}

.multi-item input {
	margin-right: 0.75rem;
}

.selected-count {
	background-color: #3b82f6;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	margin-left: 0.5rem;
}

/* Scrollbar styling */
.multi-items::-webkit-scrollbar {
	width: 6px;
}

.multi-items::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.multi-items::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.multi-items::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

#selected-values {
	margin-top: 1rem;
	padding: 0.75rem;
	background-color: #eef2ff;
	border-radius: 6px;
	border-left: 4px solid #3b82f6;
}