

/* Start:/local/templates/mongolia/components/bitrix/catalog.smart.filter/filter_v2/style.css?17720921397716*/
/* Namespaced styles for new smart filter UI */
.sfv2 {
  --sfv2-bg: #ffffff;
  --sfv2-text: #1b1b1b;
  --sfv2-muted: #6b6b6b;
  --sfv2-border: #e6e6e6;
  --sfv2-accent: var(--primary-color, #e39a2d);
  --sfv2-pill: #f2f3f4;
  --sfv2-pill-active: #d1d1d1;
  --sfv2-handle-radius: 22px;
  --sfv2-radius: 16px;
  color: var(--sfv2-text);
  background: var(--sfv2-bg);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sfv2__header {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--sfv2-accent);
  color: #fff;
  border-radius: 32px 32px 0 0;
}

.sfv2__close {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: none;
}

.sfv2__close img {
  width: 28px;
  height: 28px;
  transition: filter 0.2s ease, transform 0.2s ease;
  filter: drop-shadow(0 0 0.6px rgba(0, 0, 0, 0.35));
}

.sfv2__close:hover img {
  transform: scale(1.08);
  filter: brightness(0) saturate(100%);
}

.sfv2__title {
  font-size: 16px;
  font-weight: 700;
}

.sfv2__reset {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
}

@media (max-width: 979px) {
  .sfv2 .sfv2__reset.filter-catalog-modal__reset--all {
    font-size: 16px;
  }
}

.sfv2__body {
  background: #fff;
  border-radius: 0 0 32px 32px;
  padding: 16px 16px 28px;
}

.sfv2__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Scroll inside filter when content is long */
.sfv2__body {
  max-height: calc(100vh - 220px);
  overflow: auto;
}

@media (min-width: 980px) {
  .sfv2__body {
    max-height: calc(100vh - 260px);
  }
}

.sfv2__section-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sfv2__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sfv2-border);
}

.sfv2__section:last-child {
  border-bottom: 0;
}

.sfv2__section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.sfv2 .smart-filter-container-modef {
  display: inline-flex;
  align-items: center;
}

.sfv2 .filter-price_block .smart-filter-container-modef {
  align-self: flex-start;
  margin-top: 16px;
}

.sfv2 .smart-filter-block {
  display: none;
}

.sfv2 .smart-filter-parameters-box.bx-active .smart-filter-block {
  display: block;
}

.sfv2__form input[type="number"],
.sfv2__form input[type="text"],
.sfv2__form select {
  width: 100%;
  border: 1px solid var(--sfv2-border);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  color: var(--sfv2-text);
  background: #fff;
}

.sfv2 .min-box,
.sfv2 .max-box {
  padding: 0;
}

.sfv2 .smart-filter-input-container.sfv2__currency {
  position: relative;
}

.sfv2 .smart-filter-input-container.sfv2__currency::after {
  content: "₽";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sfv2-muted);
  font-size: 12px;
  pointer-events: none;
}

.sfv2 .smart-filter-input-container.sfv2__currency input {
  padding-right: 22px;
}

.sfv2 .filter-catalog-modal-proper__tab-item,
.sfv2 .smart-filter-checkbox-text,
.sfv2 .smart-filter-param-text {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 16px;
  color: var(--sfv2-text);
}

.sfv2 .smart-filter-checkbox-text {
  background: transparent;
}

.sfv2 input[type="checkbox"]:checked + .filter-catalog-modal-proper__tab-item,
.sfv2 input[type="radio"]:checked ~ .filter-catalog-modal-proper__tab-item {
  background: #e39a2d;
  color: #fff;
}

.sfv2__actions {
  margin-top: 8px;
}

.sfv2__actions-inner {
  display: block;
}

.sfv2__actions-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.sfv2__apply {
  padding: 10px 16px;
  border-radius: 10px;
}

.sfv2__result {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  margin-left: 20px;
  background: #fff;
  border: 1px solid var(--sfv2-accent);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.sfv2 .filter-price_block .sfv2__result {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 7px;
}

.sfv2__result-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

.sfv2__result-link .arrow {
  display: none;
}

.sfv2__result-show {
  margin-left: 6px;
}

.sfv2__result:hover .sfv2__result-link,
.sfv2__result:hover .sfv2__result-show {
  color: var(--sfv2-accent);
}

/* Slider cleanup */
.sfv2 .smart-filter-slider-track-container {
  padding: 12px var(--sfv2-handle-radius) 18px;
  overflow: visible;
}

.sfv2 .smart-filter-slider-track {
  position: relative;
  height: 10px;
  background: transparent;
  z-index: 0;
  isolation: isolate;
}

.sfv2 .smart-filter-slider-range {
  height: 3px;
  background: transparent;
}

.sfv2 .smart-filter-slider-price-bar,
.sfv2 .smart-filter-slider-price-bar-vd,
.sfv2 .smart-filter-slider-price-bar-vn,
.sfv2 .smart-filter-slider-price-bar-v {
  height: 2px;
}

.sfv2 .smart-filter-slider-track .smart-filter-slider-range,
.sfv2 .smart-filter-slider-track .smart-filter-slider-price-bar,
.sfv2 .smart-filter-slider-track .smart-filter-slider-price-bar-vd,
.sfv2 .smart-filter-slider-track .smart-filter-slider-price-bar-vn,
.sfv2 .smart-filter-slider-track .smart-filter-slider-price-bar-v {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-range {
  position: absolute;
  z-index: 10;
  overflow: visible;
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: #e5e5e5;
  z-index: 1;
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-range::after {
  content: none;
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-price-bar,
.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-price-bar-vd,
.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-price-bar-vn {
  display: none;
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-price-bar-v {
  display: block;
  background-color: var(--sfv2-accent);
  z-index: 2;
}

.sfv2 .smart-filter-parameters-box .smart-filter-slider-track > .smart-filter-slider-range .smart-filter-slider-handle {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sfv2-accent);
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 1;
  mix-blend-mode: normal;
  will-change: transform, left, right;
}

.sfv2 .smart-filter-slider-handle.left {
  transform: translate(-50%, -50%);
}

.sfv2 .smart-filter-slider-handle.right {
  transform: translate(50%, -50%);
}

/* Override global range slider styles inside v2 */
.sfv2 .range-slider {
  margin: 0;
  height: 3px;
  background: transparent;
}

.sfv2 .slider-track {
  display: none;
}

@media (min-width: 980px) {
  .sfv2 {
    margin-top: 50px;
  }

  .sfv2__header {
    padding: 18px 20px;
  }
  .sfv2__title {
    font-size: 20px;
  }
  .sfv2__body {
    padding: 24px;
  }
  .sfv2__section-title {
    font-size: 16px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/bootstrap_v4/style.min.css?17719411082306*/
.catalog-section-list-item-title{overflow:hidden;margin:0;padding:0;vertical-align:middle;text-align:center;text-overflow:ellipsis;font-size:14px;line-height:20px}.catalog-section-list-item-link{vertical-align:middle;font-size:14px;line-height:20px}.catalog-section-list-item-counter{vertical-align:middle;font-size:12px;line-height:20px}.catalog-section-list-item-description{font-size:13px}.catalog-section-list-item-img{display:block;padding-top:100%;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat;transition:250ms linear all}.catalog-section-list-item-img:hover{border-color:var(--theme-color-primary)}.catalog-section-list-line-list{padding:0;list-style:none}.catalog-section-list-line-list .catalog-section-list-item{display:flex;margin-bottom:15px;align-items:flex-start}.catalog-section-list-line-list .catalog-section-list-item-title{text-align:left}.catalog-section-list-line-img-container{padding-right:15px;min-width:75px;width:75px}.catalog-section-list-line-list .catalog-section-list-titles{margin:0;line-height:20px}.catalog-section-list-text-list{padding:0;list-style:none;column-count:3}.catalog-section-list-text-list .catalog-section-list-item-title{text-align:left}@media(max-width:767px){.catalog-section-list-text-list{column-count:1}}.catalog-section-list-tile-list{padding:0;list-style:none}.catalog-section-list-tile-img-container{width:100%}.catalog-section-list-list{margin-bottom:30px}.catalog-section-list-list .catalog-section-list-item{padding:0;line-height:16px}.catalog-section-list-list .catalog-section-list-item:before{content:''!important}.catalog-section-list-list-title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;font-size:12px;line-height:16px}.catalog-section-list-list-link{white-space:nowrap;font-size:13px}.catalog-section-list-list-link:hover{text-decoration:none}.catalog-section-list-list-title span{font-size:11px}@media(max-width:639px){.bx-touch .catalog-section-list-list .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .catalog-section-list-list .bx_catalog_line_title a{font-size:12px}}.catalog-section-list-list-title,.catalog-section-list-list-link{transition:all .3s ease}
/* End */
/* /local/templates/mongolia/components/bitrix/catalog.smart.filter/filter_v2/style.css?17720921397716 */
/* /bitrix/components/bitrix/catalog.section.list/templates/bootstrap_v4/style.min.css?17719411082306 */
