

/* Start:/html/components-template/filters-panel/style.css?176105481516507*/
.filters-panel-relative__top {
  position: relative;
  display: none; }

.filters-panel-btn {
  display: flex;
  align-items: center; }
  .filters-panel-btn .icon-wrap {
    flex-shrink: 0;
    position: relative;
    margin-right: 8px;
    fill: var(--fill_dark_light); }
  @media (max-width: 767.75px) {
    .filters-panel-btn .colon {
      display: none; } }
  .filters-panel-btn span {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }

.filters-panel {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0; }
  .filters-panel__wrap {
    display: flex; }
  .filters-panel__header-mob {
    display: none; }
  .filters-panel__header {
    width: 8%;
    padding-top: 4px; }
    @media (max-width: 767.75px) {
      .filters-panel__header {
        display: none; } }
  .filters-panel__header-close {
    display: none; }
  .filters-panel__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 10px 15px;
    width: auto;
    flex-grow: 1; }
  .filters-panel__btns {
    width: 15%;
    display: flex;
    justify-content: end;
    align-items: start;
    margin-left: auto; }
    .filters-panel__btns .btn {
      display: none; }
  .filters-panel__btn {
    border: none;
    background: 0 0;
    appearance: none;
    cursor: pointer;
    padding: 4px 0;
    color: #acacac;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.3s;
    white-space: nowrap; }
    .filters-panel__btn:hover {
      color: #8a6048; }
      .filters-panel__btn:hover svg path {
        fill: #8a6048; }
    .filters-panel__btn svg {
      margin-right: 5px;
      transition: 0.3s; }
  .filters-panel__more {
    padding: 4px 11px;
    display: none;
    align-items: center;
    color: #8a6048;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s; }
    .filters-panel__more:hover {
      color: #000000; }
      .filters-panel__more:hover svg path {
        fill: #000000; }
    .filters-panel__more span {
      margin-right: 5px; }
    .filters-panel__more svg path {
      transition: 0.3s;
      fill: #8a6048; }
  .filters-panel__bottom {
    padding: 35px 0 15px;
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 767.75px) {
      .filters-panel__bottom {
        gap: 0;
        padding: 30px 0 20px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px; } }
    @media (max-width: 767.75px) {
      .filters-panel__bottom .filters-panel-btn {
        display: none; } }
  .filters-panel__sorts {
    display: flex;
    gap: 20px; }
    @media (max-width: 767.75px) {
      .filters-panel__sorts {
        display: none; } }
  .filters-panel__sort {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer; }
    .filters-panel__sort span {
      color: #acacac;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
    .filters-panel__sort-active span {
      color: #000; }
    .filters-panel__sort-active .filters-panel__sort-icon--up path:first-child {
      fill: #000; }
    .filters-panel__sort-active .filters-panel__sort-icon--down path:last-child {
      fill: #000; }
  .filters-panel__sorts-mob {
    display: none; }
    @media (max-width: 767.75px) {
      .filters-panel__sorts-mob {
        display: block; } }
    .filters-panel__sorts-mob .select__header {
      padding: 4px 11px 4px 0; }
    .filters-panel__sorts-mob .select__body {
      right: auto;
      left: 0;
      max-width: 450px;
      min-width: 225px; }
    .filters-panel__sorts-mob .select__body-list li {
      font-size: 15px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      padding-bottom: 10px; }

.filter-item {
  position: relative;
  animation: filter-list 0.3s ease-in; }
  .filter-item__header {
    position: relative;
    white-space: nowrap;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 4px 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s, padding 0.3; }
  .filter-item__title {
    color: var(--white_text_black); }
    .filter-item__title .icon {
      fill: var(--fill_dark_light);
      margin-left: 5px;
      vertical-align: middle;
      transform-origin: center;
      transition: transform 0.3s; }
  .filter-item__check {
    z-index: 2;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    fill: #fff;
    stroke: #fff;
    border-radius: 0 8px 8px 0;
    cursor: pointer; }
  .filter-item__remove {
    z-index: 2;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    fill: #fff;
    stroke: #fff;
    border-radius: 0 8px 8px 0;
    display: none !important; }
    .filter-item__remove:hover {
      background-color: #7a97ff; }
    .filter-item__remove:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      bottom: 8px;
      width: 1px;
      background: rgba(255, 255, 255, 0.2); }
  .filter-item__body {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 107;
    background: #fff;
    text-align: left;
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    max-width: 450px;
    min-width: 220px;
    padding: 25px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s; }
    .filter-item__body .checkbox input:checked ~ label::after {
      animation: none; }
  .filter-item__body-list {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    max-height: 250px;
    margin: -1px 0 1px -1px;
    padding: 1px 10px 1px 1px; }
    .filter-item__body-list::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .filter-item__body-list::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #ccc;
      background: var(--gray_bg_black);
      border: 1px solid #fff;
      border-color: var(--black_bg_black); }
    .filter-item__body-list::-webkit-scrollbar-track {
      border-radius: 5px; }
    .filter-item__body-list:not(.filter-item--checkboxes) {
      display: flex;
      flex-direction: column;
      gap: 12px; }
  .filter-item__body-list-more {
    display: none; }
  .filter-item__body-hint {
    position: relative;
    margin-top: 12px;
    display: none; }
  .filter-item.opened .filter-item__title .icon {
    transform: rotate(180deg); }
  .filter-item.opened .filter-item__body {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
    .filter-item.opened .filter-item__body .checkbox input:checked ~ label::after {
      animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }

@keyframes filter-list {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.filter-item--row .filter-item__body-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px; }

.filter-item--row .form-group {
  margin-bottom: 0 !important; }

.filter-item--row .checkbox label {
  padding-left: 30px; }

.filter-item--checkboxes .form-group {
  margin-bottom: 19px; }
  .filter-item--checkboxes .form-group:last-child {
    margin-bottom: 0; }

.hint {
  font-size: 0.8125rem;
  line-height: calc(1em + 7px);
  display: flex;
  align-items: center;
  position: relative;
  display: none; }
  .hint__icon {
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0;
    height: 16px;
    width: 16px;
    line-height: 15px;
    font-size: 11px;
    border-radius: 50%;
    flex-shrink: 0; }
  .hint__text {
    color: #999;
    padding-left: 6px; }
  .hint__body {
    position: absolute;
    left: -19px;
    top: auto;
    bottom: 100%;
    line-height: 14px;
    z-index: 202;
    padding: 17px 20px 17px;
    min-width: 21px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 300;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff;
    background: var(--card_bg_hover_black);
    max-width: 232px;
    opacity: 0;
    visibility: hidden; }
    .hint__body:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 22px;
      top: auto;
      border: 5px solid transparent;
      border-top: 5px solid #fff;
      border-top-color: var(--card_bg_hover_black); }
  .hint.opened .hint__icon {
    border-color: #9e9e9e;
    border-color: var(--theme-base-color);
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
    color: #fff; }
  .hint.opened .hint__body {
    opacity: 1;
    visibility: visible;
    z-index: 204;
    cursor: auto; }

.filters-panel--search {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 15px; }
  .filters-panel--search .filters-panel__bottom {
    padding: 0; }
  .filters-panel--search .filters-panel__right {
    display: flex; }
    .filters-panel--search .filters-panel__right .select__body {
      max-width: none; }

.filter-item-toggle {
  position: relative; }
  .filter-item-toggle input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 768px) {
    .filter-item-toggle input:checked ~ label .filter-item__title {
      color: #000000; }
      .filter-item-toggle input:checked ~ label .filter-item__title .icon {
        fill: #000000; } }
  .filter-item-toggle input:checked ~ label .filter-item__header {
    color: #000000;
    padding-left: 28px;
    fill: #000000; }
  .filter-item-toggle input:checked ~ label .filter-item__remove {
    display: flex; }
  .filter-item-toggle input:checked ~ label .filter-item__check {
    display: flex; }

@media (max-width: 1380px) {
  .filters-panel__inner {
    gap: 10px 10px; } }

@media (max-width: 1199.75px) {
  .filters-panel__header {
    width: 10%; }
  .filters-panel__inner {
    width: 73%; }
  .filters-panel__btns {
    width: 17%; } }

@media (max-width: 991.75px) {
  .filters-panel__header {
    width: 13%; }
  .filters-panel__inner {
    width: 63%; }
  .filters-panel__btns {
    width: 24%; }
  .filters-panel__btns.filters-panel__btns-mob {
    padding: 0; } }

@media (min-width: 768px) {
  .filters-panel-relative--brand .filters-panel__btn {
    display: none; } }

@media (max-width: 767.75px) {
  .filters-panel-relative__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd; }
    .filters-panel-relative__top .select {
      margin-left: 28px; }
  .filters-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s;
    background-color: #fff;
    overflow-y: auto;
    padding: 15px 25px 25px 20px;
    border-top: 0;
    border-bottom: 0; }
    .filters-panel__wrap {
      display: flex;
      flex-direction: column; }
    .filters-panel__header-mob {
      display: block;
      width: 100%; }
    .filters-panel__header {
      display: flex;
      align-items: center;
      width: 30%;
      order: 1;
      padding: 25px 0; }
      .filters-panel__header .filters-panel-btn span {
        text-decoration: none; }
    .filters-panel__body-mob {
      display: flex;
      flex-wrap: wrap;
      overflow-x: auto; }
    .filters-panel__header-close {
      display: block;
      right: 20px;
      top: 10px;
      position: absolute;
      cursor: pointer;
      display: block;
      padding: 5px;
      fill: #999; }
    .filters-panel__inner {
      flex-direction: column;
      flex-wrap: nowrap;
      overflow-x: hidden;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      gap: 0;
      background: #fff;
      background: var(--card_bg_black);
      width: 100%;
      order: 3;
      border-top: 1px dashed #e5e5e5;
      padding-top: 15px; }
      .filters-panel__inner::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .filters-panel__inner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #ccc;
        background: var(--gray_bg_black);
        border: 1px solid #fff;
        border-color: var(--black_bg_black); }
      .filters-panel__inner::-webkit-scrollbar-track {
        border-radius: 5px; }
      .filters-panel__inner .select {
        display: none; }
    .filters-panel__btns {
      width: auto;
      visibility: visible !important;
      padding: 25px 0;
      display: flex;
      gap: 8px;
      order: 2;
      align-items: center;
      margin-left: 0;
      justify-content: flex-start;
      padding: 0;
      top: 40px;
      position: absolute;
      right: 24px; }
    .filters-panel__btn {
      padding: 0; }
    .filters-panel.opened {
      transform: translateX(0%);
      box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45); }
  .filter-item,
  .filter-item-toggle {
    padding: 10px 0; }
  .filter-item-toggle .filter-item {
    padding: 0 0 0 28px;
    display: block;
    z-index: 2; }
  .filter-item-toggle {
    --toggle-width: 32px;
    --toggle-height: calc(var(--toggle-width) / 2);
    --toggle-padding: 3px;
    position: relative; }
    .filter-item-toggle input ~ span {
      display: block;
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      height: var(--toggle-height);
      width: var(--toggle-width);
      padding: var(--toggle-padding);
      border-radius: 50px;
      border: none !important;
      background: var(--gray_bg_black); }
      .filter-item-toggle input ~ span::after {
        content: "";
        position: absolute;
        top: var(--toggle-padding);
        left: var(--toggle-padding);
        width: calc(var(--toggle-height) - calc(var(--toggle-padding) * 2));
        height: calc(var(--toggle-height) - calc(var(--toggle-padding) * 2));
        background-color: #fff;
        border-radius: 100%;
        transition: left ease 0.3s; }
    .filter-item-toggle input:checked ~ span {
      background: var(--theme-base-color); }
      .filter-item-toggle input:checked ~ span::after {
        left: calc( 100% - calc(var(--toggle-height) - calc(var(--toggle-padding) * 2)) - var(--toggle-padding));
        right: var(--toggle-padding); }
  .filter-item-toggle input:checked ~ label .filter-item__check {
    display: flex;
    background: #000; }
    .filter-item-toggle input:checked ~ label .filter-item__check svg path {
      stroke: #fff; }
  .filter-item__check {
    top: 3px;
    bottom: 0px;
    display: flex;
    background: #e3e3e3;
    height: 19px;
    width: 19px;
    border-radius: 0; }
    .filter-item__check svg {
      margin-top: 2px; }
      .filter-item__check svg path {
        stroke: transparent; }
  .filter-item__header {
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px; }
  .filter-item__title {
    display: flex;
    width: 100%;
    align-items: center; }
  .filter-item__remove {
    display: none !important; }
  .filter-item__body {
    position: static;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    box-shadow: none !important;
    transition: max-height 0.3s, padding 0.3s; }
  .filter-item__body-list-part {
    display: none; }
  .filter-item__body-list-more {
    color: #8a6048;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    margin: 10px 0 0;
    display: block;
    font-size: 0.875rem;
    line-height: calc(1em + 7px); }
  .filter-item__body-hint {
    display: none; }
  .filter-item.opened .filter-item__body {
    padding-top: 13px;
    max-height: 1000px; }
  .filter-item.opened-part-list .filter-item__body-list-part {
    display: block; } }

/* End */


/* Start:/html/components-template/mixin__no-ui-slider/style.css?17229702186567*/
.no-ui-slider {
  padding: 10px 0; }
  .no-ui-slider:not(:last-child) {
    margin-bottom: 12px; }
  .no-ui-slider__title {
    color: #555;
    color: var(--basic_text_black); }
  .no-ui-slider__inputs {
    max-width: 208px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--input_color);
    box-shadow: none;
    background: #fff;
    background-color: var(--input_bg_color);
    font-size: 16px;
    line-height: calc(1em + 4px);
    border-radius: 8px;
    position: relative;
    margin-bottom: 12px; }
  .no-ui-slider__input-from, .no-ui-slider__input-to {
    width: 50%;
    flex-shrink: 0;
    background: 0 0;
    padding: 10px;
    border: 1px solid #E3E3E3;
    height: 40px;
    color: var(--input_color);
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: inherit; }
  .no-ui-slider__input-to {
    border-left: none;
    text-align: right; }
  .no-ui-slider__ranges {
    height: 5px; }
  .no-ui-slider .noUi-target {
    height: 5px;
    margin: -1px 7px 0; }
  .no-ui-slider .noUi-origin {
    top: 1px; }

@media (max-width: 767.75px) {
  .no-ui-slider__inputs {
    max-width: 100%; } }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  right: -10px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 1px;
  margin: -1px 18px 8px;
  position: relative;
  zoom: 1;
  background: #E3E3E3;
  z-index: 1; }

.noUi-connects {
  border-radius: 3px;
  overflow: visible; }

.noUi-connect {
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  background-color: #444444; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: grab;
  position: absolute;
  z-index: 100;
  background: #000000;
  border-radius: 100%; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/* End */
/* /html/components-template/filters-panel/style.css?176105481516507 */
/* /html/components-template/mixin__no-ui-slider/style.css?17229702186567 */
