.catalog_mode_city .tab-list,
.catalog_mode_country .tab-list,
.catalog_mode_development .tab-list {
  display: none;
}
.catalog-mode-tabs {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--stroke-dark);
}
.catalog-mode-tabs__item {
  padding: 0 0 1rem;
  color: var(--text-light-secondary);
  font: var(--font-body-L-b);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color var(--animation-default), border-color var(--animation-default);
  border-bottom: 2px solid transparent;
}
.catalog-mode-tabs__item_active,
.catalog-mode-tabs__item:hover {
  color: var(--text-light-primary);
  border-color: var(--accent-primary-default);
}
.catalog_mode_city .catalog__wrapper,
.catalog_mode_country .catalog__wrapper,
.catalog_mode_development .catalog__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.catalog_mode_city .catalog__listing,
.catalog_mode_country .catalog__listing,
.catalog_mode_development .catalog__listing {
  width: 100%;
  gap: 1.875rem;
}
.catalog_mode_city .filter,
.catalog_mode_country .filter,
.catalog_mode_development .filter {
  display: flex;
  width: 100%;
  padding-bottom: 2.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem 1.875rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--stroke-dark);
  border-radius: 0;
}
.catalog_mode_city .filter__item,
.catalog_mode_country .filter__item,
.catalog_mode_development .filter__item {
  width: calc((100% - 5.625rem) / 4);
  min-width: 14rem;
  padding: 0;
  border: 0;
  gap: 1rem;
}
.catalog_mode_city .filter__item_title,
.catalog_mode_country .filter__item_title,
.catalog_mode_development .filter__item_title,
.catalog_mode_city #mse2_msoption\|deal_type,
.catalog_mode_country #mse2_msoption\|deal_type,
.catalog_mode_development #mse2_msoption\|development_region {
  display: none;
}
.catalog_mode_city .filter__item_menu,
.catalog_mode_country .filter__item_menu,
.catalog_mode_development .filter__item_menu {
  margin-left: auto;
  width: auto;
  min-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}
.catalog_mode_city .filter__text,
.catalog_mode_country .filter__text,
.catalog_mode_development .filter__text {
  display: none;
}
.catalog_mode_city .filter__item_menu .filter__reset.button_tertiary,
.catalog_mode_country .filter__item_menu .filter__reset.button_tertiary,
.catalog_mode_development .filter__item_menu .filter__reset.button_tertiary {
  width: auto;
  --button-bg-color: transparent;
  --button-stroke-color: var(--stroke-dark);
}
.catalog_mode_city .filter__item_menu .catalog-mode-submit,
.catalog_mode_country .filter__item_menu .catalog-mode-submit,
.catalog_mode_development .filter__item_menu .catalog-mode-submit {
  display: flex;
  width: auto;
  flex-grow: 0;
}
.catalog_mode_city .filter-head,
.catalog_mode_country .filter-head,
.catalog_mode_development .filter-head {
  cursor: default;
}
.catalog_mode_city .filter-head__title,
.catalog_mode_country .filter-head__title,
.catalog_mode_development .filter-head__title {
  color: var(--text-light-primary);
  font: var(--font-header-H5);
  white-space: nowrap;
}
.catalog_mode_city .filter__hidden,
.catalog_mode_country .filter__hidden,
.catalog_mode_development .filter__hidden {
  width: 100%;
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city .filter__content,
.catalog_mode_country .filter__content,
.catalog_mode_development .filter__content {
  padding-top: 0;
}
.catalog_mode_city .filter__block,
.catalog_mode_country .filter__block,
.catalog_mode_development .filter__block {
  max-height: 14rem;
  overflow: auto;
  padding: 0.9375rem 1.25rem;
  gap: 0.75rem;
  background: var(--bg-white);
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
}
.catalog_mode_city .filter__price,
.catalog_mode_country .filter__price,
.catalog_mode_development .filter__price {
  gap: 0.75rem;
}
.catalog_mode_city .mse2_number_slider,
.catalog_mode_country .mse2_number_slider,
.catalog_mode_development .mse2_number_slider {
  display: none;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__block,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__block {
  display: flex;
  flex-direction: row;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  gap: 0.625rem;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox {
  min-width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  padding: 0 0.75rem;
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
  cursor: pointer;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox__item,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox__item {
  display: none;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox__text,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox__text {
  color: var(--text-light-primary);
  font: var(--font-body-S-b);
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox:has(.checkbox__input:checked),
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox:has(.checkbox__input:checked) {
  border-color: var(--stroke-accent);
  background: rgba(168, 146, 86, 0.16);
}
.catalog_mode_city .sort,
.catalog_mode_country .sort,
.catalog_mode_development .sort {
  grid-column: auto;
}
.catalog_mode_city .listing-section .section_content,
.catalog_mode_country .listing-section .section_content,
.catalog_mode_development .listing-section .section_content {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1240px) {
  .catalog_mode_city .filter__item,
  .catalog_mode_country .filter__item,
  .catalog_mode_development .filter__item {
    width: calc((100% - 1.875rem) / 2);
  }
  .catalog_mode_city .listing-section .section_content,
  .catalog_mode_country .listing-section .section_content,
  .catalog_mode_development .listing-section .section_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 750px) {
  .catalog-mode-tabs {
    gap: 1rem;
    overflow-x: auto;
    margin-bottom: 1.875rem;
  }
  .catalog-mode-tabs__item {
    flex-shrink: 0;
    font: var(--font-body-M-b);
  }
  .catalog_mode_city .filter,
  .catalog_mode_country .filter,
  .catalog_mode_development .filter {
    display: none;
  }
  .catalog_mode_city .listing-section .section_content,
  .catalog_mode_country .listing-section .section_content,
  .catalog_mode_development .listing-section .section_content {
    grid-template-columns: 1fr;
  }
}
/* Codex catalog dropdown refinement */
.catalog_mode_city .filter__item,
.catalog_mode_country .filter__item,
.catalog_mode_development .filter__item {
  position: relative;
}
.catalog_mode_city .filter-head,
.catalog_mode_country .filter-head,
.catalog_mode_development .filter-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.catalog_mode_city .filter-head::after,
.catalog_mode_country .filter-head::after,
.catalog_mode_development .filter-head::after {
  content: "";
  width: 100%;
  min-height: 3.5rem;
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
  background: var(--bg-white);
}
.catalog_mode_city .filter-head .icon,
.catalog_mode_country .filter-head .icon,
.catalog_mode_development .filter-head .icon {
  position: absolute;
  right: 1.25rem;
  bottom: 1.125rem;
  z-index: 1;
}
.catalog_mode_city .filter__hidden,
.catalog_mode_country .filter__hidden,
.catalog_mode_development .filter__hidden {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0 !important;
  overflow: hidden;
}
.catalog_mode_city .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_country .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_development .filter__item.js-accordion-active .filter__hidden {
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city .filter__content,
.catalog_mode_country .filter__content,
.catalog_mode_development .filter__content {
  padding-top: 0;
}
.catalog_mode_city .filter__block,
.catalog_mode_country .filter__block,
.catalog_mode_development .filter__block {
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
}
.catalog_mode_city .filter__price,
.catalog_mode_country .filter__price,
.catalog_mode_development .filter__price,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__hidden,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__hidden {
  position: static;
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head::after,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head::after {
  display: none;
}
.catalog_mode_city .filter__item:has(.filter__price) .filter-head .icon,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head .icon,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head .icon,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head .icon,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head .icon {
  display: none;
}
/* Codex catalog field placeholders */
.catalog_mode_city .filter-head::before,
.catalog_mode_country .filter-head::before,
.catalog_mode_development .filter-head::before {
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
  z-index: 1;
  width: auto;
  height: auto;
  color: var(--text-light-secondary);
  font: var(--font-body-M-r);
  background: transparent;
  opacity: 1;
  pointer-events: none;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head::before,
.catalog_mode_country #mse2_msoption\|object_type .filter-head::before { content: "\0422\0438\043F \043E\0431\044A\0435\043A\0442\0430"; }
.catalog_mode_city #mse2_msoption\|district .filter-head::before { content: "\041D\0430\0437\0432\0430\043D\0438\0435 \0440\0430\0439\043E\043D\0430"; }
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::before { content: "\0416\041A"; }
.catalog_mode_city #mse2_msoption\|finishing .filter-head::before,
.catalog_mode_country #mse2_msoption\|finishing .filter-head::before { content: "\0412\0438\0434 \043E\0442\0434\0435\043B\043A\0438"; }
.catalog_mode_country #mse2_msoption\|shosse .filter-head::before,
.catalog_mode_development #mse2_msoption\|shosse .filter-head::before { content: "\041D\0430\0437\0432\0430\043D\0438\0435 \043D\0430\043F\0440\0430\0432\043B\0435\043D\0438\044F"; }
.catalog_mode_country #mse2_msoption\|kp_name .filter-head::before { content: "\041F\043E\0441\0435\043B\043E\043A"; }
.catalog_mode_development #mse2_msoption\|development_purpose .filter-head::before { content: "\041D\0430\0437\043D\0430\0447\0435\043D\0438\0435"; }
.catalog_mode_city .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head::before,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head::before,
.catalog_mode_city #mse2_msoption\|deal_type .filter-head::before,
.catalog_mode_country #mse2_msoption\|deal_type .filter-head::before,
.catalog_mode_development #mse2_msoption\|development_region .filter-head::before {
  display: none;
}
/* Codex catalog filter layout from Figma */
.catalog_mode_city .filter,
.catalog_mode_country .filter,
.catalog_mode_development .filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1.875rem;
  row-gap: 1.5rem;
  align-items: end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--stroke-dark);
}
.catalog_mode_city .filter__item,
.catalog_mode_country .filter__item,
.catalog_mode_development .filter__item {
  width: auto;
  min-width: 0;
  padding: 0;
  align-self: auto;
  gap: 1rem;
  border: 0;
}
.catalog_mode_city .filter-head,
.catalog_mode_country .filter-head,
.catalog_mode_development .filter-head {
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
}
.catalog_mode_city .filter-head__title,
.catalog_mode_country .filter-head__title,
.catalog_mode_development .filter-head__title {
  position: relative;
  z-index: 2;
  color: var(--text-light-primary);
  font: var(--font-header-H5);
  line-height: 1.4;
  white-space: nowrap;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title {
  font-size: 0;
  line-height: 1.4;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title::after,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title::after {
  content: "\041E\0431\044A\0435\043A\0442";
  font: var(--font-header-H5);
}
.catalog_mode_city #mse2_ms\|price .filter-head__title,
.catalog_mode_country #mse2_ms\|price .filter-head__title,
.catalog_mode_development #mse2_ms\|price .filter-head__title {
  font-size: 0;
  line-height: 1.4;
}
.catalog_mode_city #mse2_ms\|price .filter-head__title::after,
.catalog_mode_country #mse2_ms\|price .filter-head__title::after,
.catalog_mode_development #mse2_ms\|price .filter-head__title::after {
  content: "\0426\0435\043D\0430, \20BD";
  font: var(--font-header-H5);
}
.catalog_mode_city .filter-head::after,
.catalog_mode_country .filter-head::after,
.catalog_mode_development .filter-head::after {
  display: block;
  width: 100%;
  min-height: 3.375rem;
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
  background: var(--bg-white);
  box-sizing: border-box;
}
.catalog_mode_city .filter-head::before,
.catalog_mode_country .filter-head::before,
.catalog_mode_development .filter-head::before {
  top: auto;
  left: 1.25rem;
  bottom: 0.9375rem;
  z-index: 3;
  width: auto;
  height: auto;
  color: var(--text-light-secondary);
  font: var(--font-body-M-r);
  line-height: 1.5;
  background: transparent;
  opacity: 1;
  pointer-events: none;
}
.catalog_mode_city .filter-head .icon,
.catalog_mode_country .filter-head .icon,
.catalog_mode_development .filter-head .icon {
  position: absolute;
  right: 1.25rem;
  bottom: 1.0625rem;
  z-index: 4;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-light-primary);
}
.catalog_mode_city .filter__hidden,
.catalog_mode_country .filter__hidden,
.catalog_mode_development .filter__hidden {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 20;
  width: 100%;
  height: 0 !important;
  overflow: hidden;
}
.catalog_mode_city .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_country .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_development .filter__item.js-accordion-active .filter__hidden {
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city .filter__content,
.catalog_mode_country .filter__content,
.catalog_mode_development .filter__content {
  padding-top: 0;
}
.catalog_mode_city .filter__block,
.catalog_mode_country .filter__block,
.catalog_mode_development .filter__block {
  max-height: 14rem;
  overflow: auto;
  padding: 0.9375rem 1.25rem;
  gap: 0.75rem;
  background: var(--bg-white);
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms {
  position: relative;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head::before,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head::before,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head::after,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head::after,
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter-head .icon,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter-head .icon {
  display: none;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__hidden,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__hidden,
.catalog_mode_city #mse2_ms\|price .filter__hidden,
.catalog_mode_country #mse2_ms\|price .filter__hidden,
.catalog_mode_development #mse2_ms\|price .filter__hidden {
  position: static;
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__block,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__block {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  max-height: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox {
  min-width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  padding: 0 0.75rem;
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
  cursor: pointer;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox__text,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox__text {
  color: var(--text-light-primary);
  font: var(--font-body-S-b);
}
.catalog_mode_city #mse2_ms\|price .filter-head::before,
.catalog_mode_country #mse2_ms\|price .filter-head::before,
.catalog_mode_development #mse2_ms\|price .filter-head::before,
.catalog_mode_city #mse2_ms\|price .filter-head::after,
.catalog_mode_country #mse2_ms\|price .filter-head::after,
.catalog_mode_development #mse2_ms\|price .filter-head::after,
.catalog_mode_city #mse2_ms\|price .filter-head .icon,
.catalog_mode_country #mse2_ms\|price .filter-head .icon,
.catalog_mode_development #mse2_ms\|price .filter-head .icon {
  display: none;
}
.catalog_mode_city .filter__price,
.catalog_mode_country .filter__price,
.catalog_mode_development .filter__price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}
.catalog_mode_city .filter__price .text-input,
.catalog_mode_country .filter__price .text-input,
.catalog_mode_development .filter__price .text-input {
  width: 100%;
}
.catalog_mode_city .filter__price .text-input__input,
.catalog_mode_country .filter__price .text-input__input,
.catalog_mode_development .filter__price .text-input__input {
  min-height: 3.375rem;
  padding: 0.9375rem 1.25rem;
  border: 1px solid var(--stroke-dark);
  border-radius: var(--radius-primary);
}
.catalog_mode_city .filter__item_menu,
.catalog_mode_country .filter__item_menu,
.catalog_mode_development .filter__item_menu {
  grid-column: 3 / span 2;
  width: auto;
  min-width: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.25rem;
}
.catalog_mode_city .filter__item_menu .button,
.catalog_mode_country .filter__item_menu .button,
.catalog_mode_development .filter__item_menu .button {
  width: auto;
  flex: 0 0 auto;
  min-height: 3.375rem;
  padding-inline: 1.625rem;
}
.catalog_mode_city .filter__item_menu .catalog-mode-submit,
.catalog_mode_country .filter__item_menu .catalog-mode-submit,
.catalog_mode_development .filter__item_menu .catalog-mode-submit {
  display: flex;
}
.catalog_mode_city .filter__text,
.catalog_mode_country .filter__text,
.catalog_mode_development .filter__text {
  display: none;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::before,
.catalog_mode_country #mse2_msoption\|kp_name .filter-head::before {
  padding-left: 1.75rem;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::after,
.catalog_mode_country #mse2_msoption\|kp_name .filter-head::after {
  background-image: url("/assets/templates/img/sprite.svg#search");
}
.catalog_mode_city #mse2_msoption\|object_type { order: 1; }
.catalog_mode_city #mse2_msoption\|district { order: 2; }
.catalog_mode_city #mse2_msoption\|number_of_bedrooms { order: 3; }
.catalog_mode_city #mse2_msoption\|name_zgk { order: 4; }
.catalog_mode_city #mse2_msoption\|finishing { order: 5; }
.catalog_mode_city #mse2_ms\|price { order: 6; }
.catalog_mode_city .filter__item_menu { order: 7; }
.catalog_mode_country #mse2_msoption\|object_type { order: 1; }
.catalog_mode_country #mse2_msoption\|shosse { order: 2; }
.catalog_mode_country #mse2_msoption\|number_of_bedrooms { order: 3; }
.catalog_mode_country #mse2_msoption\|sq_dom { order: 4; }
.catalog_mode_country #mse2_msoption\|sq_uch { order: 5; }
.catalog_mode_country #mse2_msoption\|finishing { order: 6; }
.catalog_mode_country #mse2_msoption\|kp_name { order: 7; }
.catalog_mode_country #mse2_ms\|price { order: 8; }
.catalog_mode_country .filter__item_menu { order: 9; }
.catalog_mode_development #mse2_msoption\|development_purpose { order: 1; }
.catalog_mode_development #mse2_msoption\|shosse { order: 2; }
.catalog_mode_development #mse2_msoption\|sq_uch { order: 3; }
.catalog_mode_development #mse2_ms\|price { order: 4; }
.catalog_mode_development .filter__item_menu { order: 5; }
@media screen and (max-width: 1240px) {
  .catalog_mode_city .filter,
  .catalog_mode_country .filter,
  .catalog_mode_development .filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog_mode_city .filter__item_menu,
  .catalog_mode_country .filter__item_menu,
  .catalog_mode_development .filter__item_menu {
    grid-column: 1 / -1;
  }
}
/* Codex catalog filter title and placeholder corrections */
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title,
.catalog_mode_city #mse2_ms\|price .filter-head__title,
.catalog_mode_country #mse2_ms\|price .filter-head__title,
.catalog_mode_development #mse2_ms\|price .filter-head__title {
  min-height: 2.1rem;
  font: var(--font-header-H5);
  color: transparent;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title::after,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title::after,
.catalog_mode_city #mse2_ms\|price .filter-head__title::after,
.catalog_mode_country #mse2_ms\|price .filter-head__title::after,
.catalog_mode_development #mse2_ms\|price .filter-head__title::after {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-light-primary);
  white-space: nowrap;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head::before,
.catalog_mode_country #mse2_msoption\|object_type .filter-head::before { content: "\000422\000438\00043F \00043E\000431\00044A\000435\00043A\000442\000430"; }
.catalog_mode_city #mse2_msoption\|district .filter-head::before { content: "\00041D\000430\000437\000432\000430\00043D\000438\000435 \000440\000430\000439\00043E\00043D\000430"; }
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::before { content: "\000416\00041A"; }
.catalog_mode_city #mse2_msoption\|finishing .filter-head::before,
.catalog_mode_country #mse2_msoption\|finishing .filter-head::before { content: "\000412\000438\000434 \00043E\000442\000434\000435\00043B\00043A\000438"; }
.catalog_mode_country #mse2_msoption\|shosse .filter-head::before,
.catalog_mode_development #mse2_msoption\|shosse .filter-head::before { content: "\00041D\000430\000437\000432\000430\00043D\000438\000435 \00043D\000430\00043F\000440\000430\000432\00043B\000435\00043D\000438\00044F"; }
.catalog_mode_country #mse2_msoption\|kp_name .filter-head::before { content: "\00041F\00043E\000441\000435\00043B\00043E\00043A"; }
.catalog_mode_development #mse2_msoption\|development_purpose .filter-head::before { content: "\00041D\000430\000437\00043D\000430\000447\000435\00043D\000438\000435"; }
/* Codex catalog filter typography final pass */
.catalog_mode_city .filter-head__title,
.catalog_mode_country .filter-head__title,
.catalog_mode_development .filter-head__title,
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title,
.catalog_mode_city #mse2_ms\|price .filter-head__title,
.catalog_mode_country #mse2_ms\|price .filter-head__title,
.catalog_mode_development #mse2_ms\|price .filter-head__title {
  min-height: 2.125rem;
  font-family: var(--font-family-header, Geometria);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head__title::after,
.catalog_mode_country #mse2_msoption\|object_type .filter-head__title::after,
.catalog_mode_city #mse2_ms\|price .filter-head__title::after,
.catalog_mode_country #mse2_ms\|price .filter-head__title::after,
.catalog_mode_development #mse2_ms\|price .filter-head__title::after {
  font-family: var(--font-family-header, Geometria);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.catalog_mode_city #mse2_msoption\|object_type .filter-head::before,
.catalog_mode_country #mse2_msoption\|object_type .filter-head::before { content: "\000422\000438\00043F\000020\00043E\000431\00044A\000435\00043A\000442\000430"; }
.catalog_mode_city #mse2_msoption\|district .filter-head::before { content: "\00041D\000430\000437\000432\000430\00043D\000438\000435\000020\000440\000430\000439\00043E\00043D\000430"; }
.catalog_mode_city #mse2_msoption\|finishing .filter-head::before,
.catalog_mode_country #mse2_msoption\|finishing .filter-head::before { content: "\000412\000438\000434\000020\00043E\000442\000434\000435\00043B\00043A\000438"; }
.catalog_mode_country #mse2_msoption\|shosse .filter-head::before,
.catalog_mode_development #mse2_msoption\|shosse .filter-head::before { content: "\00041D\000430\000437\000432\000430\00043D\000438\000435\000020\00043D\000430\00043F\000440\000430\000432\00043B\000435\00043D\000438\00044F"; }
/* Codex catalog filter interaction fixes */
.catalog_mode_city .filter__item_menu .catalog-mode-submit,
.catalog_mode_country .filter__item_menu .catalog-mode-submit,
.catalog_mode_development .filter__item_menu .catalog-mode-submit {
  display: flex !important;
}
.catalog_mode_city .filter__text,
.catalog_mode_country .filter__text,
.catalog_mode_development .filter__text {
  display: none !important;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__block,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__block {
  gap: 0.5rem;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox,
.catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 3.25rem;
  padding: 0 0.5rem;
}
/* Codex catalog spacing fix */
.catalog_mode_city > .container,
.catalog_mode_country > .container,
.catalog_mode_development > .container {
  gap: 0 !important;
}
/* Codex catalog visible number fields */
.catalog_mode_city .filter__item:has(.filter__price) .filter__hidden,
.catalog_mode_country .filter__item:has(.filter__price) .filter__hidden,
.catalog_mode_development .filter__item:has(.filter__price) .filter__hidden {
  position: static;
  height: auto !important;
  overflow: visible;
}
.catalog_mode_city .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head::before,
.catalog_mode_city .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head::after,
.catalog_mode_city .filter__item:has(.filter__price) .filter-head .icon,
.catalog_mode_country .filter__item:has(.filter__price) .filter-head .icon,
.catalog_mode_development .filter__item:has(.filter__price) .filter-head .icon {
  display: none;
}
.catalog_mode_city .filter__item:has(.filter__price) .mse2_number_slider,
.catalog_mode_country .filter__item:has(.filter__price) .mse2_number_slider,
.catalog_mode_development .filter__item:has(.filter__price) .mse2_number_slider {
  display: none;
}
/* Codex catalog tabs and search icon from Figma */
.catalog-mode-tabs {
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0;
}
.catalog-mode-tabs__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 2rem;
  border: 1px solid var(--stroke-accent, #a89256);
  border-radius: var(--radius-primary, 6px);
  background: transparent;
  color: var(--text-light-primary, #fff);
  font-family: var(--font-family-header, Geometria);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: color var(--animation-default), background-color var(--animation-default), border-color var(--animation-default);
}
.catalog-mode-tabs__item_active,
.catalog-mode-tabs__item:hover {
  color: var(--text-light-primary, #fff);
  background: var(--accent-primary-default, #a89256);
  border-color: var(--accent-primary-default, #a89256);
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head__search-icon {
  position: absolute;
  left: 1.25rem;
  bottom: 1.0625rem;
  z-index: 4;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-light-primary, #fff);
  pointer-events: none;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head__search-icon svg {
  width: 100%;
  height: 100%;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::before {
  left: 3.25rem;
  padding-left: 0;
}
/* Codex catalog pagination spacing */
.catalog_mode_city .mse2_pagination,
.catalog_mode_country .mse2_pagination,
.catalog_mode_development .mse2_pagination {
  margin-top: 3.125rem;
}
/* Codex catalog dropdown stack and search field alignment */
.catalog_mode_city .filter__item.js-accordion-active,
.catalog_mode_country .filter__item.js-accordion-active,
.catalog_mode_development .filter__item.js-accordion-active {
  z-index: 100;
}
.catalog_mode_city .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_country .filter__item.js-accordion-active .filter__hidden,
.catalog_mode_development .filter__item.js-accordion-active .filter__hidden {
  z-index: 101;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head__search-icon {
  bottom: 1.0625rem;
  align-items: center;
  justify-content: center;
}
.catalog_mode_city #mse2_msoption\|name_zgk .filter-head::before {
  bottom: 1.0625rem;
  line-height: 1.25rem;
}
/* Codex catalog tabs bottom spacing */
.catalog-mode-tabs {
  margin-bottom: 4.375rem;
}
/* Codex catalog equal filter field height */
.catalog_mode_city .filter__price .text-input,
.catalog_mode_country .filter__price .text-input,
.catalog_mode_development .filter__price .text-input,
.catalog_mode_city .filter__price .text-input__input,
.catalog_mode_country .filter__price .text-input__input,
.catalog_mode_development .filter__price .text-input__input {
  height: 3.375rem;
  min-height: 3.375rem;
  box-sizing: border-box;
}

/* Codex country catalog filter corrections from Figma */
.catalog_mode_country #mse2_msoption\|mkad_distance {
  order: 9;
}
.catalog_mode_country .filter__item_menu {
  order: 10;
  grid-column: 2 / -1;
}
.catalog_mode_country #mse2_msoption\|kp_name .filter-head__search-icon {
  position: absolute;
  left: 1.25rem;
  bottom: 1.0625rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-light-primary, #fff);
  pointer-events: none;
}
.catalog_mode_country #mse2_msoption\|kp_name .filter-head__search-icon svg {
  width: 100%;
  height: 100%;
}
.catalog_mode_country #mse2_msoption\|kp_name .filter-head::before {
  left: 3.25rem;
  padding-left: 0;
  bottom: 1.0625rem;
  line-height: 1.25rem;
}
.catalog_mode_country #mse2_msoption\|kp_name .filter-head > .icon {
  display: none;
}
.catalog_mode_country #mse2_msoption\|sq_dom .filter-head__title,
.catalog_mode_country #mse2_msoption\|sq_uch .filter-head__title,
.catalog_mode_country #mse2_msoption\|mkad_distance .filter-head__title,
.catalog_mode_country #mse2_ms\|price .filter-head__title {
  color: var(--text-light-primary, #fff);
}
.catalog_mode_country .filter__reset .button__content {
  flex-direction: row !important;
  gap: 0.625rem;
}
.catalog_mode_country .filter__reset-icon {
  order: 2;
  display: block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}
.catalog_mode_country .filter__reset {
  min-width: 15.3125rem;
}
@media screen and (max-width: 1240px) {
  .catalog_mode_country .filter__item_menu {
    grid-column: 1 / -1;
  }
}
/* Codex city/development filter value corrections */
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox__input[value="5"] ~ .checkbox__text {
  font-size: 0;
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox__input[value="5"] ~ .checkbox__text::after {
  content: "5+";
  font-size: 1rem;
}
.catalog_mode_development #mse2_msoption\|shosse .filter-head::before {
  content: "\00041B\00043E\00043A\000430\000446\000438\00044F";
}
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox:has(.checkbox__input[value="2-3"]),
.catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox:has(.checkbox__input[value="3-4"]) {
  display: none;
}

/* Codex mobile catalog filter compact layout */
@media screen and (max-width: 750px) {
  .catalog_mode_city .catalog-mode-tabs,
  .catalog_mode_country .catalog-mode-tabs,
  .catalog_mode_development .catalog-mode-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 2rem;
    overflow: visible;
  }

  .catalog_mode_city .catalog-mode-tabs__item,
  .catalog_mode_country .catalog-mode-tabs__item,
  .catalog_mode_development .catalog-mode-tabs__item {
    width: 100%;
    min-width: 0;
    min-height: 2.875rem;
    padding: 0.75rem 0.875rem;
    align-items: center;
    font-size: clamp(0.8125rem, 3.4vw, 0.9375rem);
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .catalog_mode_city .filter,
  .catalog_mode_country .filter,
  .catalog_mode_development .filter {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    column-gap: 0;
    width: 100%;
    padding-bottom: 2rem;
  }

  .catalog_mode_city .filter__item,
  .catalog_mode_country .filter__item,
  .catalog_mode_development .filter__item,
  .catalog_mode_city .filter__item_menu,
  .catalog_mode_country .filter__item_menu,
  .catalog_mode_development .filter__item_menu {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
  }

  .catalog_mode_city .filter-head,
  .catalog_mode_country .filter-head,
  .catalog_mode_development .filter-head {
    gap: 0.625rem;
  }

  .catalog_mode_city .filter-head__title,
  .catalog_mode_country .filter-head__title,
  .catalog_mode_development .filter-head__title,
  .catalog_mode_city #mse2_msoption\|object_type .filter-head__title,
  .catalog_mode_country #mse2_msoption\|object_type .filter-head__title,
  .catalog_mode_city #mse2_ms\|price .filter-head__title,
  .catalog_mode_country #mse2_ms\|price .filter-head__title,
  .catalog_mode_development #mse2_ms\|price .filter-head__title {
    min-height: auto;
    max-width: 100%;
    font-size: clamp(1.25rem, 5.6vw, 1.5rem);
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .catalog_mode_city #mse2_msoption\|object_type .filter-head__title::after,
  .catalog_mode_country #mse2_msoption\|object_type .filter-head__title::after,
  .catalog_mode_city #mse2_ms\|price .filter-head__title::after,
  .catalog_mode_country #mse2_ms\|price .filter-head__title::after,
  .catalog_mode_development #mse2_ms\|price .filter-head__title::after {
    font-size: clamp(1.25rem, 5.6vw, 1.5rem);
    line-height: 1.2;
    white-space: normal;
  }

  .catalog_mode_city #mse2_msoption\|number_of_bedrooms .filter__block,
  .catalog_mode_country #mse2_msoption\|number_of_bedrooms .filter__block {
    gap: 0.5rem;
  }

  .catalog_mode_city #mse2_msoption\|number_of_bedrooms .checkbox,
  .catalog_mode_country #mse2_msoption\|number_of_bedrooms .checkbox {
    flex: 0 0 auto;
    min-width: 2.625rem;
    height: 2.875rem;
    padding: 0 0.625rem;
  }

  .catalog_mode_city .filter__price,
  .catalog_mode_country .filter__price,
  .catalog_mode_development .filter__price {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog_mode_city .filter__item_menu,
  .catalog_mode_country .filter__item_menu,
  .catalog_mode_development .filter__item_menu {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    gap: 0.75rem;
  }

  .catalog_mode_city .filter__item_menu .button,
  .catalog_mode_country .filter__item_menu .button,
  .catalog_mode_development .filter__item_menu .button {
    width: 100%;
    min-height: 3rem;
    padding-inline: 1rem;
  }
}

/* Codex development location visible title lock */
.catalog_mode_development #mse2_msoption\|shosse .filter-head__title {
  position: relative;
  color: transparent;
}
.catalog_mode_development #mse2_msoption\|shosse .filter-head__title::after {
  content: "Локация";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-light-primary, #fff);
  font: inherit;
  white-space: nowrap;
}

/* Codex mobile price title single line */
.catalog_mode_city #mse2_ms\|price .filter-head__title,
.catalog_mode_country #mse2_ms\|price .filter-head__title,
.catalog_mode_development #mse2_ms\|price .filter-head__title {
  position: relative;
  color: transparent !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.catalog_mode_city #mse2_ms\|price .filter-head__title::after,
.catalog_mode_country #mse2_ms\|price .filter-head__title::after,
.catalog_mode_development #mse2_ms\|price .filter-head__title::after {
  content: "Цена, ₽";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-light-primary, #fff);
  font: inherit;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
