/*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

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

.noUi-vertical .noUi-origin {
  width: 0;
}

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

.noUi-handle {
  -webkit-backface-visibility: hidden;
  -moz-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;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

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

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

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

.noUi-connect {
  background: #c10100;
}

.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #c10100;
}

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

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

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

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

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

.noUi-marker {
  position: absolute;
  background: #ccc;
}

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

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

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

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

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
   -ms-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;
}

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

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

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
   -ms-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);
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects {
  height: 3px;
  background-color: #c10100;
}
@charset "UTF-8";
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@charset "UTF-8";
/*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

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

.noUi-vertical .noUi-origin {
  width: 0;
}

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

.noUi-handle {
  -webkit-backface-visibility: hidden;
  -moz-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;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

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

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

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

.noUi-connect {
  background: #c10100;
}

.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #c10100;
}

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

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

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

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

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

.noUi-marker {
  position: absolute;
  background: #ccc;
}

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

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

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

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

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
   -ms-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;
}

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

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

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
   -ms-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);
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects {
  height: 3px;
  background-color: #c10100;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

:host {
  display: block;
}

@media screen and (max-width: 991px) {
  .garage-counter div.counter:nth-of-type(2) {
    padding-top: 1rem;
  }
}

#info_popup,
#floor_info_popup {
  position: absolute;
  background: #25921F;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 50;
  pointer-events: none;
  -webkit-transform: translate(15px, 45px);
     -moz-transform: translate(15px, 45px);
      -ms-transform: translate(15px, 45px);
          transform: translate(15px, 45px);
  padding: 0.5rem;
  border: 1px solid #fff;
  font-size: 13px;
}
#info_popup span,
#floor_info_popup span {
  color: #fff;
}
@media screen and (min-width: 2000px) {
  #info_popup,
  #floor_info_popup {
    padding: 15px 30px;
  }
  #info_popup, #info_popup span, #info_popup p,
  #floor_info_popup,
  #floor_info_popup span,
  #floor_info_popup p {
    font-size: 24px !important;
  }
}
#info_popup.active,
#floor_info_popup.active {
  opacity: 1;
}
#info_popup .title,
#floor_info_popup .title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search_3d_info {
    margin-top: 2rem !important;
  }
}
#page-wyszukiwarka-mieszkan .table_search_box,
body.tax-buildings_and_flats .table_search_box {
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 576px) {
  #page-wyszukiwarka-mieszkan .table_search_box,
  body.tax-buildings_and_flats .table_search_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-wyszukiwarka-mieszkan .table_search_box .counter-row,
body.tax-buildings_and_flats .table_search_box .counter-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0.5rem 0 2rem 0;
  display: none;
}
#page-wyszukiwarka-mieszkan .table_search_box .counter-row .counter,
body.tax-buildings_and_flats .table_search_box .counter-row .counter {
  padding: 0.2rem 0;
}
@media screen and (max-width: 991px) {
  #page-wyszukiwarka-mieszkan .table_search_box .counter-row .counter:nth-of-type(2),
  body.tax-buildings_and_flats .table_search_box .counter-row .counter:nth-of-type(2) {
    padding-top: 1rem;
  }
}
#page-wyszukiwarka-mieszkan .header-info,
body.tax-buildings_and_flats .header-info {
  font-size: var(--fs__header-xs);
  margin: 0 auto;
  margin: var(--section__space) 0;
}
#page-wyszukiwarka-mieszkan .table_scroll,
body.tax-buildings_and_flats .table_scroll {
  position: relative;
  height: 700px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
#page-wyszukiwarka-mieszkan #info_popup .title, #page-wyszukiwarka-mieszkan #floor_info_popup .title,
body.tax-buildings_and_flats #info_popup .title,
body.tax-buildings_and_flats #floor_info_popup .title {
  color: #fff;
}
#page-wyszukiwarka-mieszkan .select_floor, #page-wyszukiwarka-mieszkan .select_floor--active,
body.tax-buildings_and_flats .select_floor,
body.tax-buildings_and_flats .select_floor--active {
  padding: var(--button__space);
  background: #25921F;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  width: 120px;
}
#page-wyszukiwarka-mieszkan .select_floor:hover, #page-wyszukiwarka-mieszkan .select_floor--active:hover,
body.tax-buildings_and_flats .select_floor:hover,
body.tax-buildings_and_flats .select_floor--active:hover {
  background: var(--color-primary);
  color: #000;
  -webkit-box-shadow: 0 0 5px -2px rgb(0, 0, 0);
          box-shadow: 0 0 5px -2px rgb(0, 0, 0);
}
#page-wyszukiwarka-mieszkan .select_floor--active,
body.tax-buildings_and_flats .select_floor--active {
  background: var(--color-primary);
  color: #000;
  -webkit-box-shadow: 0 0 5px -2px rgb(0, 0, 0);
          box-shadow: 0 0 5px -2px rgb(0, 0, 0);
}
#page-wyszukiwarka-mieszkan .flats_table,
body.tax-buildings_and_flats .flats_table {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  position: relative;
  padding-top: 56px;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 991px) {
  #page-wyszukiwarka-mieszkan .flats_table,
  body.tax-buildings_and_flats .flats_table {
    overflow-y: scroll;
    overflow-x: auto;
  }
}
@media screen and (min-width: 1600px) {
  #page-wyszukiwarka-mieszkan .flats_table,
  body.tax-buildings_and_flats .flats_table {
    overflow-x: hidden;
  }
}
#page-wyszukiwarka-mieszkan .flats_table__head,
body.tax-buildings_and_flats .flats_table__head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0px;
  z-index: 10;
  position: absolute;
  background-color: #25921F;
}
@media screen and (max-width: 1200px) {
  #page-wyszukiwarka-mieszkan .flats_table__head,
  body.tax-buildings_and_flats .flats_table__head {
    width: 1210px;
  }
}
#page-wyszukiwarka-mieszkan .flats_table__head div,
body.tax-buildings_and_flats .flats_table__head div {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 5px;
  cursor: pointer;
}
#page-wyszukiwarka-mieszkan .flats_table__head div p,
body.tax-buildings_and_flats .flats_table__head div p {
  margin: 0px;
  color: #fff;
  font-size: -webkit-calc(var(--table__fs) + 2px);
  font-size: -moz-calc(var(--table__fs) + 2px);
  font-size: calc(var(--table__fs) + 2px);
  font-weight: 600;
  letter-spacing: -0.8px;
}
#page-wyszukiwarka-mieszkan .flats_table__head div p a,
body.tax-buildings_and_flats .flats_table__head div p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#page-wyszukiwarka-mieszkan .flats_table__head div p a:hover, #page-wyszukiwarka-mieszkan .flats_table__head div p a:focus,
body.tax-buildings_and_flats .flats_table__head div p a:hover,
body.tax-buildings_and_flats .flats_table__head div p a:focus {
  outline: none;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#page-wyszukiwarka-mieszkan .flats_table__head div i,
body.tax-buildings_and_flats .flats_table__head div i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-wyszukiwarka-mieszkan .flats_table__head div i button,
body.tax-buildings_and_flats .flats_table__head div i button {
  width: 9px;
  height: 9px;
  padding: 0px;
  margin: 0px;
  border: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  background: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}
#page-wyszukiwarka-mieszkan .flats_table__head div i button:first-of-type,
body.tax-buildings_and_flats .flats_table__head div i button:first-of-type {
  margin-right: 6px;
}
#page-wyszukiwarka-mieszkan .flats_table__head div i button.asc,
body.tax-buildings_and_flats .flats_table__head div i button.asc {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -2px;
}
#page-wyszukiwarka-mieszkan .flats_table__head div i button:last-of-type,
body.tax-buildings_and_flats .flats_table__head div i button:last-of-type {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 2px;
}
#page-wyszukiwarka-mieszkan .flats_table__head div i button.active, #page-wyszukiwarka-mieszkan .flats_table__head div i button:hover, #page-wyszukiwarka-mieszkan .flats_table__head div i button:focus,
body.tax-buildings_and_flats .flats_table__head div i button.active,
body.tax-buildings_and_flats .flats_table__head div i button:hover,
body.tax-buildings_and_flats .flats_table__head div i button:focus {
  opacity: 1;
  outline: none;
  border-left: 6px solid #e7e7e7;
}
#page-wyszukiwarka-mieszkan .flats_table__head div[data-column=pdf_card], #page-wyszukiwarka-mieszkan .flats_table__head div[data-column=flat_url],
body.tax-buildings_and_flats .flats_table__head div[data-column=pdf_card],
body.tax-buildings_and_flats .flats_table__head div[data-column=flat_url] {
  width: 100%;
}
#page-wyszukiwarka-mieszkan .flats_table__body,
body.tax-buildings_and_flats .flats_table__body {
  width: 100%;
  margin: 0 0 50px;
  scrollbar-color: #eee rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -moz-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media screen and (max-width: 1200px) {
  #page-wyszukiwarka-mieszkan .flats_table__body,
  body.tax-buildings_and_flats .flats_table__body {
    width: 1200px;
  }
}
#page-wyszukiwarka-mieszkan .flats_table__body:before,
body.tax-buildings_and_flats .flats_table__body:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: 10;
}
#page-wyszukiwarka-mieszkan .flats_table__body.loading,
body.tax-buildings_and_flats .flats_table__body.loading {
  -webkit-filter: blur(0.7px);
          filter: blur(0.7px);
}
#page-wyszukiwarka-mieszkan .flats_table__body.loading:before,
body.tax-buildings_and_flats .flats_table__body.loading:before {
  opacity: 1;
}
#page-wyszukiwarka-mieszkan .flats_table__body::-webkit-scrollbar,
body.tax-buildings_and_flats .flats_table__body::-webkit-scrollbar {
  width: 10px;
  overflow: visible;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
#page-wyszukiwarka-mieszkan .flats_table__body::-webkit-scrollbar-track,
body.tax-buildings_and_flats .flats_table__body::-webkit-scrollbar-track {
  background: rgba(64, 124, 64, 0.2);
  background-size: 2px 100%;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
#page-wyszukiwarka-mieszkan .flats_table__body::-webkit-scrollbar-thumb,
body.tax-buildings_and_flats .flats_table__body::-webkit-scrollbar-thumb {
  background-color: #333;
  height: 10px !important;
  width: 10px !important;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
#page-wyszukiwarka-mieszkan .flats_table__body table,
body.tax-buildings_and_flats .flats_table__body table {
  width: 100%;
  table-layout: fixed;
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr,
body.tax-buildings_and_flats .flats_table__body table tr {
  background-color: #F2F2F2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr:nth-child(even),
body.tax-buildings_and_flats .flats_table__body table tr:nth-child(even) {
  background: rgba(37, 146, 31, 0.2);
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr td,
body.tax-buildings_and_flats .flats_table__body table tr td {
  text-align: center;
  font-size: var(--table__fs);
  color: #000;
  padding: var(--table__spacing);
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=pdf_card], #page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=flat_url],
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=pdf_card],
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=flat_url] {
  width: auto;
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=pdf_card] img, #page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=flat_url] img,
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=pdf_card] img,
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=flat_url] img {
  width: auto;
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=pdf_card] a, #page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column=flat_url] a,
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=pdf_card] a,
body.tax-buildings_and_flats .flats_table__body table tr td[data-col-in-column=flat_url] a {
  display: inline-block;
  width: 80px;
  height: 25px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#page-wyszukiwarka-mieszkan .flats_table__body table tr:hover,
body.tax-buildings_and_flats .flats_table__body table tr:hover {
  background-color: #DBDBDB;
}

#page-wyszukiwarka-mieszkan #custom-tooltip {
  position: fixed;
  z-index: 50;
  width: 200px;
  height: auto;
  font-size: 12px;
  background: white;
  border-radius: 15px;
  padding: 10px;
  border: 2px solid #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#page-wyszukiwarka-mieszkan #custom-tooltip.active {
  opacity: 1;
}
#page-wyszukiwarka-mieszkan #search_3d_app {
  display: block !important;
  position: relative;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-wyszukiwarka-mieszkan #search_3d_app .main_image {
  margin: 0px;
  width: 100%;
}
#page-wyszukiwarka-mieszkan #search_3d_app .main_image.smaller {
  max-height: 85vh;
}
#page-wyszukiwarka-mieszkan #search_3d_app .event-image {
  width: 100%;
  height: 100%;
}
#page-wyszukiwarka-mieszkan #search_3d_app map .building_area {
  pointer-events: none;
}
#page-wyszukiwarka-mieszkan #search_3d_app .disabled_buildings {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#page-wyszukiwarka-mieszkan #search_3d_app .disabled_buildings canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: -webkit-calc(var(--section__space) / 2);
  margin-bottom: -moz-calc(var(--section__space) / 2);
  margin-bottom: calc(var(--section__space) / 2);
}
@media screen and (max-width: 991px) {
  #page-wyszukiwarka-mieszkan #table_search_app .range_sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider {
  width: 100%;
  margin: 0 20px 30px;
}
@media screen and (max-width: 991px) {
  #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider {
    width: 80%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 650px) {
  #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider {
    width: 100%;
  }
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider p.title {
  font-size: var(--fs__text-l);
  font-weight: 600;
  color: #25921F;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider p.value {
  font-size: var(--fs__text-s);
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 1rem;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider.half-width {
  width: 50%;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 3px solid #25921F;
  border-radius: 50%;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector :hover input ~ .checkmark {
  background-color: #ccc;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector input:checked ~ .checkmark:after {
  display: inline-block;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector .checkmark:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #25921F;
  border-radius: 50%;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .select-filter .selector input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range {
  position: relative;
  height: 16px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  margin: 2rem 0;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base:hover, #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base:focus {
  outline: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects {
  height: 2px;
  background-color: #25921F;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects:hover, #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects:focus {
  outline: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects .noUi-connect {
  height: 3px;
  background-color: #25921F;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects .noUi-connect:hover, #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects .noUi-connect:focus {
  outline: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  top: 0px;
  right: -11px;
  cursor: pointer;
  background: white;
  border: 2px solid #25921F;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle {
    left: 0px;
    right: 0px;
  }
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle:hover, #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle:focus {
  outline: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle:before, #page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
#page-wyszukiwarka-mieszkan #table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  bottom: -37px;
  background: none;
  border: none;
}

body.tax-buildings_and_flats #floor_map {
  background-color: white;
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: var(--section__space);
}
body.tax-buildings_and_flats #floor_map .jqm-wrapper {
  width: 100%;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.tax-buildings_and_flats #floor_map .disabled_flats {
  pointer-events: none;
}
body.tax-buildings_and_flats #floor_map .disabled_flats canvas {
  position: absolute;
  left: 0px;
  top: 0px;
}
body.tax-buildings_and_flats #floor_map .main_image {
  margin: 0px;
  width: 100%;
}
body.tax-buildings_and_flats #floor_map .main_image.smaller {
  max-height: 85vh;
}
body.tax-buildings_and_flats .floor_map_info {
  display: block;
  width: 100%;
}
body.tax-buildings_and_flats .floor_map_info .color_legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 25px;
  gap: 1rem;
}
body.tax-buildings_and_flats .floor_map_info .color_legend .free:before {
  background: #7ec767;
}
body.tax-buildings_and_flats .floor_map_info .color_legend .reserved:before {
  background: #e2e96d;
}
body.tax-buildings_and_flats .floor_map_info .color_legend .agreement:before {
  background: #ff9732;
}
body.tax-buildings_and_flats .floor_map_info .color_legend .sold:before {
  background: #ff0000;
}
body.tax-buildings_and_flats .floor_map_info .color_legend p {
  position: relative;
  color: #111111;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
body.tax-buildings_and_flats .floor_map_info .color_legend p:before {
  content: "";
  position: relative;
  display: inline-block;
  width: var(--color-legend__size);
  height: var(--color-legend__size);
  margin-right: 15px;
}
body.tax-buildings_and_flats .floor_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  margin-top: var(--section__space);
}
@media screen and (max-width: 991px) {
  body.tax-buildings_and_flats .floor_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.tax-buildings_and_flats .floor_info .line {
    display: none;
  }
}
body.tax-buildings_and_flats .floor_info .line {
  margin: 0 2rem;
  content: "";
  background-color: #c3c3c3;
  width: 3px;
  height: 75px;
}
body.tax-buildings_and_flats .floor_info__left, body.tax-buildings_and_flats .floor_info__right {
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -webkit-calc(var(--section__space) / 2);
  margin-bottom: -moz-calc(var(--section__space) / 2);
  margin-bottom: calc(var(--section__space) / 2);
  padding: var(--content__spacing);
}
body.tax-buildings_and_flats .floor_info__left .buildings_selector, body.tax-buildings_and_flats .floor_info__right .buildings_selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
body.tax-buildings_and_flats .floor_info__left .buildings_selector .building_a, body.tax-buildings_and_flats .floor_info__right .buildings_selector .building_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #25921F;
  color: #fff;
  width: 150px;
  height: var(--button__height);
}
body.tax-buildings_and_flats .floor_info__left .buildings_selector .building_a:hover, body.tax-buildings_and_flats .floor_info__left .buildings_selector .building_a.active, body.tax-buildings_and_flats .floor_info__right .buildings_selector .building_a:hover, body.tax-buildings_and_flats .floor_info__right .buildings_selector .building_a.active {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 5px -2px rgb(0, 0, 0);
          box-shadow: 0 0 5px -2px rgb(0, 0, 0);
}
body.tax-buildings_and_flats .floor_info__left .buildings_selector.active .building_a, body.tax-buildings_and_flats .floor_info__right .buildings_selector.active .building_a {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 5px -2px rgb(0, 0, 0);
          box-shadow: 0 0 5px -2px rgb(0, 0, 0);
}
body.tax-buildings_and_flats .floor_info__left {
  width: 100%;
  gap: 2rem;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  body.tax-buildings_and_flats .floor_info__left {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body.tax-buildings_and_flats .floor_info__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.tax-buildings_and_flats .floor_info__left .wind_rose {
  background-image: url("../../../../../wp-content/themes/milleniumstudio_theme/assets/images/roza.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  width: 99px;
  margin: 0 1rem;
}
@media screen and (max-width: 769px) {
  body.tax-buildings_and_flats .floor_info__left .wind_rose {
    margin: 0 0 1rem 0;
  }
}
body.tax-buildings_and_flats .floor_info__left p {
  font-size: 16px;
  color: #111;
  margin: 0px 40px 0px 0px;
  font-weight: bold;
}
body.tax-buildings_and_flats .floor_info__right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 769px) {
  body.tax-buildings_and_flats .floor_info__right {
    margin-left: 0 auto;
    width: 100%;
  }
}
body.tax-buildings_and_flats .floor_info__right .select_wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 991px) {
  body.tax-buildings_and_flats .floor_info__right .select_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.tax-buildings_and_flats .floor_info__right select {
  display: block;
  margin: 0px 0px 0px 50px;
}
body.tax-buildings_and_flats .floors_items {
  margin-bottom: var(--section__space);
}

#return-button {
  border: 1px solid transparent;
}
#return-button:hover {
  border: 1px solid var(--color-primary);
}

#page-wyszukiwarka-garazy #garages_maps {
  position: relative;
}
#page-wyszukiwarka-garazy #garages_maps > div {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-wyszukiwarka-garazy #garages_maps > div.jqm-wrapper, #page-wyszukiwarka-garazy #garages_maps > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page-wyszukiwarka-garazy #garages_maps > div img {
  width: auto;
  max-width: 100%;
}
#page-wyszukiwarka-garazy #garages_maps > div img.smaller {
  max-height: 85vh;
}
#page-wyszukiwarka-garazy #garages_maps .disabled_flats {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-wyszukiwarka-garazy #garages_maps .disabled_flats canvas {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}
#page-wyszukiwarka-garazy .garage_map_info {
  display: block;
  width: 100%;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 1rem;
  padding: 25px;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p {
  position: relative;
  color: #111111;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p:before {
  content: "";
  position: relative;
  display: inline-block;
  width: var(--color-legend__size);
  height: var(--color-legend__size);
  margin-right: 15px;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p.free:before {
  background: #7ec767;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p.agreement:before {
  background: #ff9732;
  opacity: 0.75;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p.sold:before {
  background: #ff0000;
  opacity: 0.75;
}
#page-wyszukiwarka-garazy .garage_map_info .color_legend p.reserved:before {
  background: #e2e96d;
  opacity: 0.75;
}

.buildings-flats {
  overflow: hidden;
}

.flats-section {
  margin-top: var(--section__space);
}
.flats-section h2 {
  font-size: var(--fs__header-s);
  margin: -webkit-calc(var(--section__space) / 2) 0;
  margin: -moz-calc(var(--section__space) / 2) 0;
  margin: calc(var(--section__space) / 2) 0;
}

@media screen and (max-width: 1750px) {
  #range_sliders,
  .header-info {
    padding: var(--content__spacing);
  }
}