

/* Start:/local/templates/main/components/bitrix/news/catalog-uai/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17031168005573*/
:root {
  --c0: #4F4959;
  --c1: #FBC500;
  --c2: #04B957;
  --c3: #E9F1F4;
  --c4: #ef7f1b;
  --c5: #D23113;
  --animation1: all .25s ease-out;
}

.smart-filter {
  padding: 20px;
  background: var(--c3);
  font-size: 14px;
}

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

.smart-filter_title {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  color: var(--c0);
}

.smart-filter-parameters-box {
  margin-bottom: 20px;
}

.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_radio input:checked+label {
  background: var(--c0);
  color: #ffffff;
}

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

.smart-filter_checkbox label {
  display: flex;
  color: var(--c0);
}

.smart-filter_checkbox label span {
  width: calc(100% - 18px);
  padding-left: 7px;
 /* text-transform: lowercase; */
}

.smart-filter_checkbox label span:first-letter {
  text-transform: uppercase;
}

.smart-filter_checkbox label i {
  width: 17px;
  position: relative;
  bottom: -4px;
  height: 17px;
  background: url("/local/templates/main/components/bitrix/news/catalog-uai/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkbox2.svg") no-repeat;
  background-position: bottom;
}

.smart-filter_checkbox input:checked+label i {
  background-position: top;
}

.smart-filter_bottons {
  margin: 10px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  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: #212529;
  height: 45px;
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}

.smart-filter_bottons input#set_filter:hover {
  background-color: #ffb520;
  border-color: #ffb113;
}

.smart-filter_bottons input#del_filter {
  background: var(--secondary);
  color: var(--c3);
  height: 45px;
  margin-top: 10px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.smart-filter_bottons input#del_filter:hover {
  background-color: #ffb520;
  color: #212529;
  transition: 0.3s ease-out;
}

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

.smart-filter-popup-result {
  position: absolute;
  left: 100%;
  top: 20%;
  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: var(--c4);
  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;
}

@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);
  }

  .mobile_filter_panel_over_show {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?16800651923386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/local/templates/main/components/bitrix/news/catalog-uai/bitrix/news.list/.default/style.css?1703053953150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/main/components/bitrix/news/catalog-uai/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17031168005573 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?16800651923386 */
/* /local/templates/main/components/bitrix/news/catalog-uai/bitrix/news.list/.default/style.css?1703053953150 */
