.bereg-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: 12px;
  flex-shrink: 0;
}
.bereg-lang a {
  font: 600 12px/1 Onest, "Cera Pro", system-ui, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
  color: inherit;
  opacity: .55;
  padding: 4px 0;
}
.bereg-lang a.is-active {
  opacity: 1;
}
.header-menu .bereg-lang,
.ri-header__right .bereg-lang {
  color: inherit;
}
.header-menu {
  display: flex;
  align-items: center;
}

body.lang-en .catalog-item-price,
body.lang-ar .catalog-item-price,
body.lang-en .product-card__price,
body.lang-ar .product-card__price,
body.lang-en .tooltip-price,
body.lang-ar .tooltip-price,
body.lang-en .tooltip-price-block,
body.lang-ar .tooltip-price-block,
body.lang-en .popular-project-price,
body.lang-ar .popular-project-price,
body.lang-en .new-town-price,
body.lang-ar .new-town-price,
body.lang-en .new-town-price-ipoteka,
body.lang-ar .new-town-price-ipoteka,
body.lang-en .header-under-ipoteka-price,
body.lang-ar .header-under-ipoteka-price,
body.lang-en .product-item-data-price,
body.lang-ar .product-item-data-price,
body.lang-en .second-info-left-item-main-title,
body.lang-ar .second-info-left-item-main-title,
body.lang-en .cart-first-second-info-left-item:has(.second-info-left-item-main-title),
body.lang-ar .cart-first-second-info-left-item:has(.second-info-left-item-main-title) {
  display: none !important;
}

body.lang-en .cart-first-slider-main-desc,
body.lang-ar .cart-first-slider-main-desc {
  width: auto;
  min-width: 196px;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  body.lang-en .cart-first-slider-main-desc,
  body.lang-ar .cart-first-slider-main-desc {
    min-width: 85px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
