

/* Start:/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/style.css?174699222515743*/
.bx-filter {
  width: 100%;
  min-width: 220px;
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
  margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
  position: relative;
  padding-top: 26px
}

.bx-filter .bx-filter-parameters-box {
  position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
}
.bx-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  border-color: transparent;
}
.bx-filter .bx-filter-parameters-box-title .title-arrow {
  font-family: 'FontAwesome';
  color: #959faa;
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 12px;
  line-height: 11px;
}
.bx-filter .bx-filter-parameters-box-title .title-arrow:before {
  content: '\f107';
}
.bx-filter .bx-active .bx-filter-parameters-box-title .title-arrow:before {
  content: '\f106';
}

.bx-filter .bx-filter-block {
  display: none;
  transition: padding .3s ease;
  box-sizing: content-box;
  width: 100%;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}
.bx-filter .bx-filter-parameters-box .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}
.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/* INPUTS */
.bx-filter .bx-filter-input-container {
  display: block;
}
.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}
.bx-filter .bx-filter-double-inputs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  column-gap: 10px;
}
.bx-filter .bx-filter-double-inputs .bx-filter-input-container {
  width: 100%;
}
.bx-filter .bx-checkbox-hidden {
  display: none;
}

/* picture */
.bx-filter .bx-filter-picture {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.bx-filter .bx-filter-picture .bx-filter-picture-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.bx-filter .disabled .bx-filter-picture:after {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") #bbb no-repeat center;
  opacity: .7;
}

.bx-filter .bx-filter-image-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 6px;
}
.bx-filter .bx-filter-image-boxes .bx-filter-image-box {
  
}
.bx-filter .bx-filter-image-boxes .bx-filter-image-box input:checked + label .bx-filter-picture {
  border-color: var(--color1, #db3d3d);
}

.bx-filter .bx-filter-image-boxes-labels {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.bx-filter .bx-filter-image-boxes-labels .bx-filter-image-box-label {
  
}
.bx-filter .bx-filter-image-boxes-labels .bx-filter-image-box-label input:checked + label .bx-filter-picture {
  border-color: var(--color1, #db3d3d);
}

/* Range */
.bx-filter .bx-ui-range-container {
  padding: 10px 0px 20px 0px;
}

.bx-filter .bx-ui-range-container .bx-filter-range {
  padding: 0px 8px 0px 8px;
  margin-top: 5px;
  margin-bottom: 14px;
  height: 8px;
  background-color: #c6d1da;
  box-shadow: none;
}

.bx-filter .bx-ui-range-container .bx-filter-range .noUi-handle {
  cursor: pointer;
  height: 18px;
  width: 18px;
  top: -6px;
  right: -9px;
  border-radius: 9px;
  border-color: rgba(198, 209, 218, 0.8);
  border-width: 2px;
  background-color: var(--color1, #db3d3d);
  box-shadow: none;
}

.bx-filter .bx-ui-range-container .bx-filter-range .noUi-handle:hover {
  cursor: grab;
}

.bx-filter .bx-ui-range-container .bx-filter-range .noUi-handle:active {
  cursor: grabbing;
}

.bx-filter .bx-ui-range-container .noUi-handle:before,
.bx-filter .bx-ui-range-container .noUi-handle:after {
  content: none;
}

.bx-filter .bx-ui-range-container .bx-filter-range .noUi-pips-horizontal {
  height: 40px;
}

/* Select */
.bx-filter .bx-filter-select-container {
  display: block;
  box-sizing: border-box;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  -moz-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  -o-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
}
.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}

/* Select popup */
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}
.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/* TAGS */
.bx-filter .bx-filter-tag {
  padding: 18px;
}
.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/* LABEL */
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  display: inline-block;
  margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}
.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}
.bx-filter .bx-filter-param-text {
  font-weight: normal;
  color: #000;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #858585;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/* Checkbox / Radio */
.bx-filter .bx-filter-checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bx-filter .bx-filter-radios {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bx-filter .bx-filter-checkbox input,
.bx-filter .bx-filter-radio input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.bx-filter .bx-filter-checkbox .bx-filter-param-text,
.bx-filter .bx-filter-radio .bx-filter-param-text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* BTN */
.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  -moz-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  -o-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
  border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}

/* COLOR */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/* BTN P/M */
.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/* icon */
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
  background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}
.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: .2;
}

/* BTN result and reset */
.btn-themes {
  color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
  color: #FFF
}

/* Result Popup */
.bx-filter .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  line-height: normal;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  min-height: 37px;
  line-height: 18px;
  border-style: solid;
  border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
  -moz-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -webkit-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
  -moz-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
  -o-border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(/bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
  right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
  display: none;
}
@media (max-width: 767px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c6dae7;
    background: rgba(255,255,255,.9);
  }
  .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}
/* End */


/* Start:/bitrix/templates/whatasoft_pawn_default_s1/components/whatasoft/pawn.loan.calc/side/style.css?1746992275683*/
.form_loan .custom_range {
  margin-top: 5px;
  margin-bottom: 14px;
  padding: 0px 8px 0px 8px;
  height: 8px;
  background-color: #c6d1da;
  box-shadow: none;
}

.form_loan .custom_range .noUi-handle {
  cursor: pointer;
  height: 18px;
  width: 18px;
  top: -6px;
  right: -9px;
  border-radius: 9px;
  border-color: rgba(198, 209, 218, 0.8);
  border-width: 2px;
  background-color: var(--color1, #db3d3d);
  box-shadow: none;
}

.form_loan .custom_range .noUi-handle:hover {
  cursor: grab;
}

.form_loan .custom_range .noUi-handle:active {
  cursor: grabbing;
}

.form_loan .noUi-handle:before, .form_loan .noUi-handle:after {
  content: none;
}
/* End */
/* /bitrix/components/whatasoft/pawn.catalog.smart.filter/templates/.default/style.css?174699222515743 */
/* /bitrix/templates/whatasoft_pawn_default_s1/components/whatasoft/pawn.loan.calc/side/style.css?1746992275683 */
