

/* Start:/local/templates/vzlet/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17503535214211*/
.smart-filter_title {

}


.smart-filter-parameters-box .bx_filter_block_expanded {
  display: none;
}

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

.smart-filter-digits {
  display: flex;
  justify-content: space-between;
}

.smart-filter-digits input {
  width: 48%;
  text-align: center;
  background: #fff;
  border: none;
  height: 40px;
}

.smart-filter_radio input {
  display: none;
  position: absolute;
  left: -9999999999px;
}

.smart-filter_radio label {
  height: 30px;
  line-height: 30px;
  margin: 0ex 3px 3px 0px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 12px;
  background: #fff;
  color: var(--c0);
}

.smart-filter_bottons {
  margin: 10px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

@media (max-width: 768px) {
  .smart-filter_bottons {
    margin: 0px 15px 15px 15px;
  }
}

/*.smart-filter_bottons input#set_filter {*/
/*  background: var(--c4);*/
/*  border: none;*/
/*  color: #ffffff;*/
/*  height: 45px;*/
/*}*/

/*.smart-filter_bottons input#del_filter {*/
/*  background: none;*/
/*  color: #888;*/
/*  height: 45px;*/
/*  margin-top: 10px;*/
/*  border: none;*/
/*}*/

.smart-filter-container-modef {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.smart-filter-popup-result {
  position: absolute;
  right: -90%;
  z-index: 1000;
  width: 170px;
  height: 57px;
  line-height: 22px;
  padding: 6px 0px 0px 20px;
  box-shadow: 0px 0px 10px #999;
  background: #fff1b2;
}

@media (max-width: 768px) {
  .smart-filter-popup-result {
    display: none !important;
  }
}

.smart-filter-popup-result a {
  color: var(--c4);
  text-decoration: underline;
  display: block;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 10px 10px 10px;
}

.smart-filter-slider-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E1E1E1;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-range {
  z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar-v {
  background: var(--c0);
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  margin-top: -9px;
  width: 15px;
  z-index: 100;
  height: 15px;
  background: #F28F00;
  border-radius: 100%;
}

.smart-filter-slider-handle:hover {
  cursor: grab;
  z-index: 110;
}

.smart-filter-slider-handle:active {
  cursor: grabbing;
  z-index: 110;
}

.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -5px;
}

.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -5px;
}

.mobile_filter_button {
  display: none;
}

@media (max-width: 768px) {
  .mobile_filter_button {
    display: block;
    width: 100%;
    top: 10px;
    background: var(--c0);
    border-radius: 2px;
    color: #ffffff;
    border: none;
    height: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 270px;
    height: 100vh;
    background: var(--c3);
    top: 0;
    left: -270px;
    z-index: 1000;
    transition: var(--animation1);
    
  }
}

.mobile_filter_panel_show {
  left: 0;
  width: 100%;
  padding: 20px;
}

@media (max-width: 768px) {
  .mobile_filter_panel_over {
    position: fixed;
    transition: var(--animation1);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 900;
    background: rgba(0, 0, 0, 0.7);
    background: #fff;
  }

  .mobile_filter_panel_over_show {
    display: block;
  }
}

.mobile_filter-close {
  display: none;
}

@media (max-width: 768px) {
  .mobile_filter-close {
    display: block;
    position: absolute;
    right: 5%;
    z-index: 9999;
  }
}
/* End */


/* Start:/local/templates/vzlet/components/bitrix/system.pagenavigation/modern/style.min.css?1750353521675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /local/templates/vzlet/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17503535214211 */
/* /local/templates/vzlet/components/bitrix/system.pagenavigation/modern/style.min.css?1750353521675 */
