#vat_number {
  display: block !important;
  visibility: visible !important;
}

@media screen and (max-width: 1024px) {
  .c4y-ads-title .jet-listing-dynamic-link__link {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.jet-theme-core-document__inner {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .mobilehidden {
    display: none !important;
  }
}
.listing-tile-title .jet-listing-dynamic-link__link {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car-card {
  background-color: #f4fafe;
  padding: 15px 20px 20px 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
  border-radius: 4px;
}
.car-card .card-image img {
  border-radius: 4px;
  margin-bottom: 16px;
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.car-card .card-content h2 {
  font-size: 18px;
  width: 100%;
  align-self: flex-start;
  font-family: "Open sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #334150;
  flex-direction: row;
}
.car-card .card-content p.price {
  color: #20ca62;
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: 100%;
}
.car-card a.car-post-button {
  background-color: #20ca62;
  width: 100%;
  border: 1px solid #20ca62;
  color: #fff;
  align-self: stretch;
  font-family: "Open sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  line-height: 24px;
  padding: 10px 20px 10px 20px;
  border-radius: 4px 4px 4px 4px;
  flex-direction: row;
}
.car-card a.car-post-button:hover {
  color: #fff;
}
.car-card .car-metadata {
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
  margin-bottom: 10px;
}
.car-card .car-metadata p {
  color: #334150;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.car-card .car-metadata p img {
  margin-right: 5px;
}

.car-metadata {
  display: flex;
  justify-content: space-between;
  margin-right: 5px;
}

.rmBody.rmBody--embed {
  background: #0f172a;
}

#rmOrganism {
  box-sizing: border-box;
}
#rmOrganism .rmBase {
  background: #0f172a;
  color: #969a9e;
  font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmBase__comp--textlink {
  color: #1ccc71;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--link {
  color: #1ccc71;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em 0;
}
#rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--button {
  background: #1ccc71;
  border: 0px solid #1ccc71;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 700;
  padding: 0.5em 1em;
}
#rmOrganism .rmBase__comp--cta {
  background: #1ccc71;
  border: 0px solid #1ccc71;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}
#rmOrganism .rmBase__compError {
  color: #ffffff;
  background-color: #ff0000;
}
#rmOrganism .rmSubscription {
  background: #0f172a;
  color: #969a9e;
  font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmSubscription .rmBase__el {
  font-size: 16px;
  margin-bottom: 1em;
}
#rmOrganism .rmSubscription .rmBase__el--logo {
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--heading {
  margin-bottom: 0px;
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 28px;
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--link {
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: stretch;
}
#rmOrganism .rmSubscription .rmBase__el--legal-notice {
  text-align: center;
}
#rmOrganism .rmSubscription .rmBase__comp--heading {
  color: #021c1e;
  font-size: 36px;
  line-height: 45px;
}
#rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 16px;
  line-height: 24px;
}
#rmOrganism .rmSubscription .rmBase__compLabel {
  color: #c9ced4;
}
#rmOrganism .rmSubscription .rmBase__comp--cta {
  font-size: 16px;
}
#rmOrganism .rmPopup__close {
  font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}
#rmOrganism .rmPage {
  background: #0f172a;
  color: #969a9e;
  font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmPage .rmBase__comp--heading {
  color: #021c1e;
}
#rmOrganism .rmPage .rmBase__compLabel {
  color: #969a9e;
}
#rmOrganism * {
  color: currentColor;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
  box-sizing: inherit;
}
#rmOrganism:after {
  box-sizing: inherit;
}
#rmOrganism:before {
  box-sizing: inherit;
}
#rmOrganism button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#rmOrganism input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#rmOrganism input[type=email] {
  -webkit-appearance: none;
}
#rmOrganism input[type=password] {
  -webkit-appearance: none;
}
#rmOrganism input[type=text] {
  -webkit-appearance: none;
}
#rmOrganism textarea {
  -webkit-appearance: none;
}
#rmOrganism .hidden {
  display: none !important;
}
#rmOrganism .rmBase__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#rmOrganism .rmBase__container > .rmBase__section:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#rmOrganism .rmBase__container > .rmBase__section:nth-of-type(2) {
  display: flex;
  align-items: center;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  #rmOrganism .rmBase__container > .rmBase__section {
    width: 50%;
    align-items: center;
  }
  #rmOrganism .rmBase__container > .rmBase__section:nth-of-type(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }
  #rmOrganism .rmBase__container > .rmBase__section:nth-of-type(2) {
    display: flex;
    align-items: center;
    max-width: 470px;
  }
  #rmOrganism .rmBase__container > .rmBase__section > .rmBase__el {
    width: 100%;
  }
  #rmOrganism .rmBase__container > .rmBase__section > .rmBase__el > button {
    width: 100%;
  }
}
#rmOrganism .rmPopup__container {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup {
  overflow: hidden;
  pointer-events: auto;
}
#rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 1.6em;
  z-index: 100;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 1em 1em 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 1em 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(100% - 1em);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1em);
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}
#rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}
#rmOrganism .rmBase__el .comp__input {
  background: #fff;
  border: none;
  border-radius: 0.25em;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0.5em;
  vertical-align: top;
  width: 100%;
}
#rmOrganism .rmBase__el .comp__input:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #666;
  outline: none;
}
#rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}
#rmOrganism .rmBase__el .comp__select {
  background: #fff;
  border: none;
  border-radius: 0.25em;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0.5em;
  vertical-align: top;
  width: 100%;
}
#rmOrganism .rmBase__el .comp__select:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #666;
  outline: none;
}
#rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}
#rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}
#rmOrganism .rmBase__el--image {
  margin: 0 !important;
}
#rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
#rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}
#rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}
#rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}
#rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}
#rmOrganism .rmBase__comp--birthday {
  display: flex;
}
#rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}
#rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}
#rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}
#rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
#rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: currentColor;
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125em;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125em;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.rmBody {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(100% - 2em);
  }
}