@media (min-width: 901px) {
  html body #mainAdsSliders {
    width: min(1140px, calc(100vw - 32px)) !important;
    max-width: min(1140px, calc(100vw - 32px)) !important;
  }

  html body #mainAdsSliders > .ads-slider-row {
    box-sizing: border-box !important;
  }

  html body #mainAdsSliders #latestAdsSlider.ads-slider-list,
  html body #mainAdsSliders #seenAdsSlider.ads-slider-list,
  html body #mainAdsSliders #recommendedAdsSlider.ads-slider-list {
    display: flex !important;
    grid-template-columns: none !important;
    flex-flow: row nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  html body #mainAdsSliders #latestAdsSlider > .ads-slider-card,
  html body #mainAdsSliders #seenAdsSlider > .ads-slider-card,
  html body #mainAdsSliders #recommendedAdsSlider > .ads-slider-card,
  html body #mainAdsSliders #latestAdsSlider > .ads-slider-card.b24-desktop-home-card,
  html body #mainAdsSliders #seenAdsSlider > .ads-slider-card.b24-desktop-home-card,
  html body #mainAdsSliders #recommendedAdsSlider > .ads-slider-card.b24-desktop-home-card {
    box-sizing: border-box !important;
    flex: 0 0 270px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 270px !important;
    width: 270px !important;
    min-width: 270px !important;
    max-width: 270px !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-content {
    display: flex !important;
    flex-direction: column !important;
    direction: rtl !important;
    padding: 8px 12px 8px !important;
    text-align: right !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-row {
    order: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    direction: rtl !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    min-height: 0 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-align: right !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    order: 1 !important;
    color: #3476c4 !important;
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-type {
    order: 2 !important;
    color: #5f6875 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-title {
    order: 2 !important;
    width: 100% !important;
    margin: 0 0 6px !important;
    text-align: right !important;
    direction: rtl !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-specs {
    order: 3 !important;
    direction: rtl !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    border-top: 0 !important;
    text-align: right !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec {
    direction: rtl !important;
    flex: 0 0 auto !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-meta-row {
    order: 4 !important;
    direction: rtl !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px 0 0 !important;
    border-top: 1px solid #e1e6ed !important;
    color: #596270 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-date {
    order: 1 !important;
    margin: 0 !important;
    color: #596270 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-location {
    order: 2 !important;
    margin: 0 0 0 auto !important;
    max-width: 58% !important;
    color: #596270 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-date svg,
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-location svg {
    color: #596270 !important;
    stroke: currentColor !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .ads-slider-card.b24-desktop-home-card {
    background: #fbfcfe !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-content {
    background: #fbfcfe !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    direction: rtl !important;
    unicode-bidi: isolate !important;
    font-variant-numeric: tabular-nums !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-type {
    font-size: 9px !important;
    font-weight: 500 !important;
    margin-inline-start: 1px !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-meta-row {
    direction: ltr !important;
    justify-content: space-between !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-location {
    order: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    justify-content: flex-start !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    max-width: 62% !important;
    text-align: left !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-date {
    order: 2 !important;
    direction: ltr !important;
    margin: 0 0 0 auto !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    display: inline-flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: baseline !important;
    gap: 3px !important;
    unicode-bidi: normal !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-currency {
    order: 1 !important;
    display: inline-block !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-number {
    order: 2 !important;
    display: inline-block !important;
    direction: ltr !important;
    unicode-bidi: isolate !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-specs {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec:nth-child(1) {
    justify-self: end !important;
    justify-content: flex-start !important;
    text-align: right !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec:nth-child(2) {
    justify-self: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec:nth-child(3) {
    justify-self: start !important;
    justify-content: flex-end !important;
    text-align: left !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-content {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto auto !important;
    align-items: center !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    direction: ltr !important;
    padding: 8px 12px 7px !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-meta-row {
    display: contents !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-date {
    display: none !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-row {
    grid-column: 3 !important;
    grid-row: 1 !important;
    order: initial !important;
    display: inline-flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    order: 1 !important;
    display: inline-flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: baseline !important;
    gap: 3px !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-currency {
    order: 1 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-number {
    order: 2 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-type {
    order: 2 !important;
    margin: 0 !important;
    direction: rtl !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-location {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: initial !important;
    display: inline-flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-start !important;
    justify-self: start !important;
    gap: 4px !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-title {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    order: initial !important;
    direction: rtl !important;
    text-align: right !important;
    width: 100% !important;
    margin: 0 !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-specs {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    order: initial !important;
    direction: rtl !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px 0 0 !important;
    border-top: 1px solid #e1e6ed !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-content {
    padding-bottom: 9px !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-row {
    direction: rtl !important;
    flex-direction: row !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    order: 1 !important;
    direction: rtl !important;
    flex-direction: row !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-currency {
    order: 1 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-number {
    order: 2 !important;
    direction: ltr !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-type {
    order: 2 !important;
    direction: rtl !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders #latestAdsSlider.ads-slider-list,
  html body #mainAdsSliders #seenAdsSlider.ads-slider-list,
  html body #mainAdsSliders #recommendedAdsSlider.ads-slider-list {
    display: grid !important;
    grid-template-columns: repeat(4, 270px) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  html body #mainAdsSliders .b24-ads-slider-rail {
    display: none !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price,
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-currency,
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-number {
    font-size: 15px !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders #latestAdsSlider.ads-slider-list,
  html body #mainAdsSliders #seenAdsSlider.ads-slider-list,
  html body #mainAdsSliders #recommendedAdsSlider.ads-slider-list {
    grid-template-columns: repeat(4, 280px) !important;
  }

  html body #mainAdsSliders #latestAdsSlider > .ads-slider-card,
  html body #mainAdsSliders #seenAdsSlider > .ads-slider-card,
  html body #mainAdsSliders #recommendedAdsSlider > .ads-slider-card,
  html body #mainAdsSliders .ads-slider-card.b24-desktop-home-card {
    flex: 0 0 280px !important;
    flex-basis: 280px !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-image {
    width: 100% !important;
    height: 195px !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-image .ads-slider-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-type {
    font-size: 8px !important;
    line-height: 1.15 !important;
  }
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-location {
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    direction: ltr !important;
    justify-content: flex-start !important;
    justify-self: start !important;
    gap: 4px !important;
    margin: 0 !important;
    text-align: left !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec,
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-spec > span {
    color: #8a94a3 !important;
  }
}
@media (min-width: 901px) {
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #3476c4 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-number,
  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-currency {
    color: #3476c4 !important;
  }

  html body #mainAdsSliders .b24-desktop-home-card .b24-desktop-card-price-row {
    align-items: baseline !important;
  }
}

.ads-slider-card.is-promoted {
  border-color: rgba(52, 118, 196, 0.38) !important;
  box-shadow: 0 8px 24px rgba(52, 118, 196, 0.13) !important;
  background: linear-gradient(145deg, #fff 0%, #f7fbff 100%) !important;
}
.ads-slider-img-wrap {
  position: relative;
  overflow: hidden;
}
.b24-featured-ribbon {
  position: absolute;
  top: 12px;
  left: -36px;
  right: auto;
  width: 138px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transform: rotate(-45deg);
  background: #3476c4;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media (max-width: 800px) {
  .b24-featured-ribbon {
    top: 8px;
    left: -42px;
    right: auto;
    width: 132px;
    height: 25px;
    font-size: 9px;
  }
}
