<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog/catalog_mikros_v3/style.css?17504064491218*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.catalogBanner{
	margin-bottom: 15px;
}
.catalogText{
	margin-bottom: 15px;
	margin-top: 15px;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/style.css?175040644943127*/
bx_filter .bx_filter_title {
  font-family: var(--fontBaseBold);
  font-style: var(--fontStyle);
  line-height: 25px;
  color: var(--black);
  margin-bottom: 10px;
}

/*bx_filter_container =&gt; bx_filter_parameters_box*/
.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box {
  margin-bottom: 16px;
}

.bx_filter .bx_filter_button_box {
  clear: both;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
  clear: both;
}

@media (max-width: 860px) {
  .bx_filter.bx_horizontal .bx_filter_parameters_box {
    width: 33.333%;
  }

  .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
    clear: none;
  }

  .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n + 2) {
    clear: both;
  }
}

@media (max-width: 640px) {
  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
    width: 50%;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(4n + 2) {
    clear: none;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(3n + 2) {
    clear: none;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(2n + 2) {
    clear: both;
  }
}

@media (max-width: 450px) {
  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
    float: none;
    width: 100%;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(4n + 2) {
    clear: none;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(3n + 2) {
    clear: none;
  }

  .bx-touch
    .bx_filter.bx_horizontal
    .bx_filter_parameters_box:nth-child(2n + 2) {
    clear: none;
  }
}

.bx_filter .bx_filter_parameters_box_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--fontBaseBold);
  font-style: var(--fontStyle);
  position: relative;
  cursor: pointer;
  color: var(--black);
  transition: color var(--duration) var(--timingFunction);
}

.bx_filter .bx_filter_parameters_box_title:hover {
  color: var(--blueActive);
}

.bx_filter .bx_filter_parameters_box_title:active {
  color: var(--blueClick);
}

.bx_filter .bx_filter_parameters_box_title:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform var(--duration) var(--timingFunction);
}

.bx_filter
  .bx_filter_parameters_box.active
  .bx_filter_parameters_box_title:after {
  transform: rotate(180deg);
}

.bx_filter .bx_filter_block {
  display: none;
  padding: 0;
}

.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
  display: block;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i {
  font-size: 15px;
  font-style: normal;
  color: #596b70;
  display: block;
  padding-bottom: 3px;
}

/*bx_filter_param_area_block =&gt; bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block {
  font-size: 11px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #3f3f3f;
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(2) {
  text-align: right;
}

/*bx_input_container =&gt; bx_filter_input_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 66%;
  width: 100%;
  border-radius: var(--radiusCardProduct);
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_input_container
  input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  padding-left: 36px;
  border: 2px solid var(--lightGray);
  outline: none;
  border-radius: var(--radiusCardProduct);
  background-color: var(--white);
  transition: border var(--duration) var(--timingFunction);
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_input_container
  input:hover,
.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_input_container
  input:focus {
  border: 2px solid var(--blueActive);
}

.bx_filter .bx_filter_price_label {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -45%);
  font-family: var(--fontBase);
  color: var(--lightGray);
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
  max-width: 100%;
  position: relative;
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_calendar_container
  input.calendar {
  padding: 0 23px 0 4px;
  font-size: 15px;
}

.bx_filter
  .bx_filter_parameters_box_container
  .bx_filter_input_container
  img.calendar-icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  top: 7px;
  right: 3px;
}

/*Track*/
.bx_filter .bx_ui_slider_track {
  position: relative;
  margin: 25px 15px;
}

.bx_filter .bx_ui_slider_part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx_filter .bx_ui_slider_part.p1 {
  left: -1px;
}

.bx_filter .bx_ui_slider_part.p2 {
  left: 25%;
}

.bx_filter .bx_ui_slider_part.p3 {
  left: 50%;
}

.bx_filter .bx_ui_slider_part.p4 {
  left: 75%;
}

.bx_filter .bx_ui_slider_part.p5 {
  right: -1px;
}

.bx_filter .bx_ui_slider_part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
  color: #6b8086;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx_filter .bx_ui_slider_range {
  z-index: 90;
}

.bx_filter .bx_ui_slider_pricebar {
  z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
  z-index: 60;
  background-color: var(--lightGray);
}

.bx_filter .bx_ui_slider_pricebar_VN {
  z-index: 70;
  background-color: var(--lightGray);
}

.bx_filter .bx_ui_slider_pricebar_V {
  z-index: 80;
  top: -1px;
  bottom: -1px;
  background-color: var(--blue);
}

.bx_filter .bx_ui_slider_handle {
  position: absolute;
  top: 100%;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background-color: var(--white);
  transform: translate(0, -13px);
  width: 24px;
  height: 24px;
  transition: background-color var(--duration) var(--timingFunction),
    border var(--duration) var(--timingFunction);
}

.bx_filter .bx_ui_slider_handle:hover,
.bx_filter .bx_ui_slider_handle:focus {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
  background-color: var(--blueActive);
  border: 2px solid var(--blueActive);
}

.bx_filter .bx_ui_slider_handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx_filter .bx_ui_slider_handle.left {
  left: 0;
  margin-left: -12px;
}

.bx_filter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -12px;
}

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  padding: 1px;
  border-radius: 3px;
  background: #8ca3ae;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #8ca3ae),
    color-stop(100%, #b6c8d2)
  );
  background: -webkit-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -moz-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -ms-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: linear-gradient(top bottom, #8ca3ae 0%, #b6c8d2 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ca3ae', endColorstr='#b6c8d2', GradientType=0);
}

.bx_filter .bx_filter_select_block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.75);
}

.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;
  -ms-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 {
  padding: 0;
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-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: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
  width: 100%;
  clear: both;
}

.bx_filter .bx_filter_tag {
  padding: 18px;
  border: 1px solid #aed5e0;
  border-radius: 5px;
  background: rgba(151, 214, 233, 0.33);
}

.bx_filter .bx_tag_link {
  font-size: 12px;
  text-decoration: none;
  color: #68939e;
  border-bottom: 1px solid;
  text-shadow: none;
}

.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
  color: #1d3d46;
  border-bottom: none;
}

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label {
  font-size: 13px;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.bx_filter .bx_filter_param_label--hidden:nth-child(n + 11) {
  display: none;
}

.bx_filter .bx_filter_param_label.dib {
  display: inline-block;
}

.bx_filter .bx_filter_param_text {
  line-height: 34px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.bx_filter .bx_filter_param_label.disabled {
  opacity: 0.6;
}

.bx_filter_select_popup .bx_filter_param_label.active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  clear: both;
  overflow: hidden;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  cursor: pointer;
}

.bx_filter .bx_filter_input_checkbox input[type='radio'],
.bx_filter .bx_filter_input_checkbox input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bx_filter_param_label .bx_filter_checkbox {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--lightGray);
  border-radius: 5px;
  transition: background-color var(--duration) var(--timingFunction),
    border var(--duration) var(--timingFunction),
    box-shadow var(--duration) var(--timingFunction);
}

.bx_filter
  .bx_filter_input_checkbox
  input[type='radio']:checked
  + .bx_filter_checkbox,
.bx_filter
  .bx_filter_input_checkbox
  input[type='checkbox']:checked
  + .bx_filter_checkbox {
  background-color: var(--blue);
  border: 2px solid var(--blue);
  background-image: url(/local/templates/template_mikros_v3/images/check.svg);
  background-size: 16px;
  background-position: center;
  background-origin: border-box;
  background-repeat: no-repeat;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  display: block;
  line-height: 22px;
  margin-left: 15px;
  text-align: left;
  color: var(--black);
  transition: color var(--duration) var(--timingFunction);
}

.bx_filter .bx_filter_input_checkbox:hover .bx_filter_param_text {
  color: var(--blueActive);
}

.bx_filter .bx_filter_input_checkbox:active .bx_filter_param_text {
  color: var(--blueClick);
}

.bx_filter .bx_filter_input_checkbox:hover .bx_filter_checkbox {
  border: 1px solid var(--blueActive);
}

.bx_filter
  .bx_filter_input_checkbox:hover
  input[type='radio']:checked
  + .bx_filter_checkbox--default,
.bx_filter
  .bx_filter_input_checkbox:hover
  input[type='checkbox']:checked
  + .bx_filter_checkbox--default {
  background-color: var(--blueActive);
  border: 2px solid var(--blueActive);
}

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #9dbcc3;
  border-radius: 3px;
  background: #fbfdfd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fbfdfd),
    color-stop(100%, #cfe1e7)
  );
  background: -webkit-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -moz-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -ms-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -o-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: linear-gradient(top bottom, #fbfdfd 0%, #cfe1e7 100%);
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfdfd', endColorstr='#cfe1e7', GradientType=0);
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  cursor: pointer;
}

.bx_filter .bx_filter_param_btn:hover {
  border-color: #b4d5de;
}

.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
  border-color: #b4d5de;
  background: #fcfefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #feffff),
    color-stop(100%, #cfe2e7)
  );
  background: -webkit-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -moz-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -ms-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -o-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: linear-gradient(top bottom, #fcfefe 0%, #cfe2e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#feffff', GradientType=0);
  box-shadow: 0 0 0 3px #2995d7, inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

/* --- colors */
.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: ' ';
  /*width: 19px;*/
  /*height:19px;*/
  display: block;
  z-index: 100;
  background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/images/missing_v2.png) no-repeat center;
  opacity: 0.7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  padding: 0;
  vertical-align: middle;
}

.bx_filter .bx_filter_param_btn.bx_spm.bx_minus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 10px, center;
}

.bx_filter .bx_filter_param_btn.bx_spm.bx_plus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 6px, center;
}

.bx_filter .bx_filter_param_btn.bx_spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx_filter span.bx_spm {
  font-size: 18px;
  font-weight: bold;
  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: 24px;
  height: 24px;
  margin-top: -2px;
  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;
  position: relative;
  top: 5px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-background-size: cover;
  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, 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: 0.2;
}

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #215968;
  border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active {
  position: relative;
  padding-left: 20px;
  color: #d54a4a;
  border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active:hover {
  border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz.active:before {
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  width: 13px;
  height: 13px;
  content: ' ';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC')
    no-repeat center left;
}

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button {
  display: inline-block;
  font-size: var(--fontSizeNormal);
  line-height: var(--fontHeightLight);
  height: 48px;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 20px;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--blue);
  border: none;
  border-radius: var(--radiusCardProduct);
  cursor: pointer;
  outline: none;
  transition: background-color var(--duration) var(--timingFunction);
}

.bx_filter .bx_filter_search_button:hover,
.bx_filter .bx_filter_search_button:focus {
  background-color: var(--blueActive);
}

.bx_filter .bx_filter_search_button:active {
  background-color: var(--blueClick);
}

.bx_filter .bx_filter_search_reset {
  display: inline-block;
  font-size: var(--fontSizeNormal);
  line-height: var(--fontHeightLight);
  color: var(--lightGray);
  background-color: var(--white);
  border-radius: var(--radiusCardProduct);
  height: 38px;
  width: 100%;
  padding: 9px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: color var(--duration) var(--timingFunction);
}

.bx_filter .bx_filter_search_reset:hover,
.bx_filter .bx_filter_search_reset:focus {
  color: var(--darkGrey);
}

.bx_filter .bx_filter_search_reset:active {
  color: var(--black);
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result {
  font-family: var(--fontBaseBold);
  line-height: var(--fontHeightLight);
  position: fixed;
 left: 25%;
    top: 40%;
  z-index: 930;
  display: none;
  margin-top: -7px;
  color: var(--white);
  border: 1px solid var(--green);
  border-radius: var(--radiusDropDown);
  background-color: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(63, 153, 48, 0.3);
}

.bx_filter .bx_filter_popup_result .arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/images/arr_left.png) no-repeat center;
}

.bx_filter.bx_horizontal .bx_filter_popup_result {
  position: static !important;
  display: inline-block;
}

.bx_filter.bx_horizontal .bx_filter_popup_result .arrow {
  display: none;
}

.bx_filter .bx_filter_popup_result.right {
  background-color: var(--green);
}

.bx_filter .bx_filter_popup_result.left {
  right: 102%;
}

.bx_filter .bx_filter_popup_result.right .arrow {
  left: -8px;
  background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/images/arr_left.svg) no-repeat center;
}

.bx_filter .bx_filter_popup_result.left .arrow {
  right: -8px;
  background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/images/arr_right.png) no-repeat center;
}

.bx_filter .bx_filter_popup_result a {
  font-family: var(--fontBase);
  color: var(--black);
  text-decoration: underline;
  transition: color var(--duration) var(--timingFunction);
}

.bx_filter .bx_filter_popup_result a:hover,
.bx_filter .bx_filter_popup_result a:focus {
  color: var(--blueActive);
}

.bx_filter .bx_filter_popup_result_close {
  display: none;
}

@media (max-width: 1023px) {
  .bx-touch .bx_filter .bx_filter_popup_result {
    font-size: var(--fontSizeLight);
    line-height: var(--fontHeightLight);
    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: 0;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .bx_filter .bx_filter_popup_result .arrow {
    display: none;
  }

  .bx-touch .bx_filter .bx_filter_popup_result_close {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/images/x.png) no-repeat center;
    background-size: 16px;
  }
}
.catalog-filter-sidebar {
	position: fixed;
	z-index: 991;
	left: -100%;
	top: 0;
	height: 100%;
	width: 85%;
	background-color: var(--white);
	box-shadow: var(--shadowSidebarMobile);
	border-radius: 0px var(--radiusCardProduct) var(--radiusCardProduct) 0px;
	transition: left var(--duration) var(--timingFunctionSidebar);
}

.catalog-filter-sidebar--show {
  left: 0;
}

#catalog-filter-btn {
  display: block;
}

.bx_filter_btn_show_all {
  font-family: var(--fontBase);
  display: none;
  border: none;
  color: var(--lightGray);
  background-color: var(--white);
  padding: 9px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: color var(--duration) var(--timingFunction);
}

.bx_filter_btn_show_all:hover,
.bx_filter_btn_show_all:focus {
  color: var(--darkGrey);
}

.bx_filter_btn_show_all:active {
  color: var(--black);
}

.bx_filter_btn_show_all--show {
  display: block;
}

.catalog-filter-sidebar-backdrop-mobile {
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  height: 100vh;
  width: 0px;
  background-color: var(--backgroundSidebar);
  -webkit-backdrop-filter: var(--filterSidebarMobile);
  backdrop-filter: var(--filterSidebarMobile);
}

.catalog-filter-sidebar-backdrop-mobile--show {
  width: 100vw;
}

/* checbox-colors */
.bx_filter_checkbox.bx_filter_checkbox--color {
  min-width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
}

.bx_filter .bx_filter_input_checkbox:hover .bx_filter_checkbox--color {
  border: none;
}

.bx_filter
  input[type='radio']:checked
  + .bx_filter_checkbox.bx_filter_checkbox--color,
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox.bx_filter_checkbox--color {
  border: none;
  background-image: none;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--blue);
}

.bx_filter
  .bx_filter_input_checkbox:hover
  .bx_filter_checkbox.bx_filter_checkbox--color {
  opacity: 0.8;
}

.bx_filter .bx_filter_input_checkbox:active .bx_filter_checkbox--color,
.bx_filter
  .bx_filter_input_checkbox:active
  input[type='checkbox']:checked
  + .bx_filter_checkbox.bx_filter_checkbox--color {
  box-shadow: 0 0 0 2px var(--blueClick), 0 0 0 4px var(--blueClick);
}

/* Ð¼ÑÑ‚Ð° */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_d095c200-d130-11e8-8c70-a4bf014f73a0,
.bx_filter_checkbox.color_d095c200-d130-11e8-8c70-a4bf014f73a0 {
  background-color: #75e7cb;
}

/* ÐºÐ¾Ñ€Ð°Ð»Ð»Ð¾Ð²Ð¾-Ñ€Ð¾Ð·Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_0c20de73-d133-11e8-8c70-a4bf014f73a0,
.bx_filter_checkbox.color_0c20de73-d133-11e8-8c70-a4bf014f73a0 {
  background-color: #ff6164;
}

/* Ð±Ð¾Ñ€Ð´Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_207199d9-0c64-11ea-8ca8-a4bf014f73a0,
.bx_filter_checkbox.color_207199d9-0c64-11ea-8ca8-a4bf014f73a0 {
  background-color: #9b2d30;
}

/* Ñ€Ð¾Ð·Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_71f80e72-cdc6-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_71f80e72-cdc6-11e6-9454-001517a211ff {
  background-color: #ffc0cb;
}

/* Ð±ÐµÐ»Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_71f80e75-cdc6-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_71f80e75-cdc6-11e6-9454-001517a211ff {
  background-color: #fff;
  outline: 1px solid var(--lightGray);
}

/* ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_71f80e76-cdc6-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_71f80e76-cdc6-11e6-9454-001517a211ff {
  background-color: red;
}

/* Ð¾Ñ€Ð°Ð½Ð¶ÐµÐ²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_784854cd-cdc6-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_784854cd-cdc6-11e6-9454-001517a211ff {
  background-color: #ffa500;
}

/* Ð³Ð¾Ð»ÑƒÐ±Ð¾Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_67be22b4-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_67be22b4-cdc7-11e6-9454-001517a211ff {
  background-color: #42aaff;
}

/* Ð·ÐµÐ»ÐµÐ½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_67be22b7-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_67be22b7-cdc7-11e6-9454-001517a211ff {
  background-color: #008000;
}

/* Ð¶ÐµÐ»Ñ‚Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_67be22bb-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_67be22bb-cdc7-11e6-9454-001517a211ff {
  background-color: #ffff00;
}

/* Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_6dda0ad4-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_6dda0ad4-cdc7-11e6-9454-001517a211ff {
  background-color: #fff;
  outline: 1px solid var(--lightGray);
}

/* ÑÐ¸Ð½Ð¸Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_6dda0ad9-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_6dda0ad9-cdc7-11e6-9454-001517a211ff {
  background-color: #0000ff;
}

/* Ð·Ð¾Ð»Ð¾Ñ‚Ð¾Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_6dda0adb-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_6dda0adb-cdc7-11e6-9454-001517a211ff {
  background-color: #ffd700;
}

/* Ñ‡ÐµÑ€Ð½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_6dda0adf-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_6dda0adf-cdc7-11e6-9454-001517a211ff {
  background-color: black;
}

/* ÑÐµÑ€ÐµÐ±Ñ€ÑÐ½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_6dda0ae3-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_6dda0ae3-cdc7-11e6-9454-001517a211ff {
  background-color: #c0c0c0;
}

/* Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_75c3bdd4-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_75c3bdd4-cdc7-11e6-9454-001517a211ff {
  background-color: #8b00ff;
}

/* Ð¾Ñ‚Ð±ÐµÐ»ÐµÐ½Ð½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_8354b585-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_8354b585-cdc7-11e6-9454-001517a211ff {
  background-color: #fff;
  outline: 1px solid var(--lightGray);
}

/* ÐºÑ€ÐµÐ¼Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_8354b586-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_8354b586-cdc7-11e6-9454-001517a211ff {
  background-color: #fdf4e3;
}

/* Ñ„ÑƒÐºÑÐ¸Ñ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_8354b587-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_8354b587-cdc7-11e6-9454-001517a211ff {
  background-color: #f754e1;
}

/* ÑÐ¸Ñ€ÐµÐ½ÐµÐ²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_8354b588-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_8354b588-cdc7-11e6-9454-001517a211ff {
  background-color: #c8a2c8;
}

/* Ð°ÑÑÐ¾Ñ€Ñ‚Ð¸ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_8951abb4-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_8951abb4-cdc7-11e6-9454-001517a211ff {
  background: linear-gradient(
    to top,
    #e31717 5%,
    rgba(220, 152, 20, 0.69) 30%,
    rgba(31, 221, 73, 0.59) 50%,
    rgba(100, 30, 214, 0.44) 80%,
    rgba(211, 22, 204, 0.65) 100%
  );
}

/* Ð½Ð°Ñ‚ÑƒÑ€Ð°Ð»ÑŒÐ½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_d1bc0889-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_d1bc0889-cdc7-11e6-9454-001517a211ff {
  background-color: #fff;
  outline: 1px solid var(--lightGray);
}

/* ÐºÐ¾Ñ€Ð¸Ñ‡Ð½ÐµÐ²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_ffeb5b78-cdc7-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_ffeb5b78-cdc7-11e6-9454-001517a211ff {
  background-color: #4d250a;
}

/* Ð¼ÐµÐ´Ð½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_2339a46b-cdc8-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_2339a46b-cdc8-11e6-9454-001517a211ff {
  background-color: #701f14;
}

/* ÑÐµÑ€Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_f99d8af4-cdcc-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_f99d8af4-cdcc-11e6-9454-001517a211ff {
  background-color: #808080;
}

/* Ð±Ñ€Ð¾Ð½Ð·Ð° */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_e85568c6-cdce-11e6-9454-001517a211ff,
.bx_filter_checkbox.color_e85568c6-cdce-11e6-9454-001517a211ff {
  background-color: #b1560f;
}

/* Ñ‚Ñ€Ð¸ÐºÐ¾Ð»Ð¾Ñ€ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_645882f7-77fe-11ea-9f53-a4bf014f73a1,
.bx_filter_checkbox.color_645882f7-77fe-11ea-9f53-a4bf014f73a1 {
  background: linear-gradient(#fff 22%, #0039a6 52%, #d52b1e 82%);
}

/* Ð·Ð¾Ð»Ð¾Ñ‚Ð¾Ð¹/ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_633d2b6d-afcb-11ea-9f59-a4bf014f73a1,
.bx_filter_checkbox.color_633d2b6d-afcb-11ea-9f59-a4bf014f73a1 {
  background: linear-gradient(#ffd700 36.25%, #de2728 76.25%);
}

/* Ð·Ð¾Ð»Ð¾Ñ‚Ð¾Ð¹/Ð±ÐµÐ»Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_f40f7a15-1a82-11eb-9f7f-a4bf014f73a1,
.bx_filter_checkbox.color_f40f7a15-1a82-11eb-9f7f-a4bf014f73a1 {
  background: linear-gradient(#ffd700 36.25%, #fff 76.25%);
}

/* ÐºÐ¾Ñ€Ð°Ð»Ð»Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_e5134e33-1456-11ec-bb84-a4bf014f73a1,
.bx_filter_checkbox.color_e5134e33-1456-11ec-bb84-a4bf014f73a1 {
  background-color: #ff7f50;
}

/* Ð¼Ð°Ð»Ð¸Ð½Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_ebcf43e2-1a9a-11ec-bb84-a4bf014f73a1,
.bx_filter_checkbox.color_ebcf43e2-1a9a-11ec-bb84-a4bf014f73a1 {
  background-color: #b02e61;
}

/* Ð»Ð°Ð²Ð°Ð½Ð´Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_db29d292-300e-11ec-bb85-a4bf014f73a1,
.bx_filter_checkbox.color_db29d292-300e-11ec-bb85-a4bf014f73a1 {
  background-color: #b57edc;
}

/* Ð±ÐµÐ»Ñ‹Ð¹/Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_9b691d1d-0e66-11ee-bbf2-a4bf014f73a1,
.bx_filter_checkbox.color_9b691d1d-0e66-11ee-bbf2-a4bf014f73a1 {
  background-color: #fff;
  outline: 1px solid var(--lightGray);
}

/* Ð±ÐµÐ¶ÐµÐ²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_daa2fb7d-69a8-11ee-bc01-a4bf014f73a1,
.bx_filter_checkbox.color_daa2fb7d-69a8-11ee-bc01-a4bf014f73a1 {
  background-color: #f5f5dc;
}

/* Ð±ÐµÐ»Ñ‹Ð¹/Ñ€Ð¾Ð·Ð¾Ð²Ñ‹Ð¹ */
.bx_filter
  input[type='checkbox']:checked
  + .bx_filter_checkbox--color.color_4dc51f5b-4cb6-11ee-bbfc-a4bf014f73a1,
.bx_filter_checkbox.color_4dc51f5b-4cb6-11ee-bbfc-a4bf014f73a1 {
  background: linear-gradient(#fff 36.25%, #ffc0cb 76.25%);
}

@media screen and (min-width: 320px) {
  .catalog-filter-sidebar {
    padding: 46px 7px 7px 7px;
  }

  .catalog-filter {
    overflow-y: auto;
    overflow-x: clip;
    height: 100%;
    min-width: 250px;
  }

  .bx_filter .bx_filter_title {
    font-size: var(--fontSizeLight);
  }

  .bx_filter .bx_filter_parameters_box_title {
    font-size: var(--fontSizeNormal);
    line-height: var(--fontHeightLight);
    padding-bottom: 10px;
  }

  .bx_filter .bx_filter_popup_result {
    font-size: var(--fontSizeLight);
    padding: 8px 5px;
  }

  .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    min-width: 112px;
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_input_container
    input {
    font-size: var(--fontSizeLight);
    height: 40px;
  }

  .bx_filter .bx_filter_price_label {
    font-size: var(--fontSizeLight);
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(2),
  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bx_filter .bx_filter_parameters_box_container--position {
    padding-bottom: 16px;
  }

  .bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
  .bx_filter_btn_show_all {
    font-size: var(--fontSizeNormal);
  }

  .bx_filter .bx_filter_parameters_box_title:after {
    background-image: url(/local/templates/template_mikros_v3/images/btn-drop-menu-active.svg);
  }
}

@media screen and (min-width: 375px) {
  .catalog-filter-sidebar {
    padding: 46px 15px 15px 15px;
  }

  .bx_filter .bx_filter_title {
    font-size: var(--fontSizeNormal);
  }
}

@media screen and (min-width: 600px) {
  .catalog-filter-sidebar {
    padding: 46px 24px 24px 24px;
  }

  .bx_filter .bx_filter_title,
  .bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
  .bx_filter_btn_show_all {
    font-size: var(--fontSizeAverage);
  }

  .bx_filter .bx_filter_parameters_box_title {
    font-size: var(--fontSizeAverage);
    line-height: var(--fontHeightBig);
    /* margin-bottom: 14px; */
  }

  .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    min-width: 132px;
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_input_container
    input {
    font-size: var(--fontSizeAverage);
    height: 46px;
  }

  .bx_filter .bx_filter_price_label {
    font-size: var(--fontSizeAverage);
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-right: 32px;
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(1) {
    padding-left: 32px;
  }

  .bx_filter .bx_filter_parameters_box_title:after {
    background-image: url(/local/templates/template_mikros_v3/images/sort-icons/arrow-bottom.svg);
  }
}

@media screen and (min-width: 1024px) {
  .catalog-filter-sidebar {
    position: relative;
    left: auto;
    top: 25px;
    height: 100%;
    width: auto;
    background-color: var(--white);
    border-radius: var(--radiusCardProduct);
    box-shadow: var(--shadowCardProduct);
    margin-right: 30px;
    padding: 15px;
    margin-bottom: 50%;
  }

  .sidebar__item {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    min-height: 30vh;
    margin-bottom: var(--gap);
  }
  .sidebar__item--alt {
    min-height: 10vh;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .catalog-filter {
    height: auto;
    overflow-y: unset;
    width: 308px;
  }

  #catalog-filter-btn {
    display: none;
  }

  #close-filter {
    display: none;
  }

  .bx_filter .bx_filter_title {
    font-size: var(--fontSizeBig);
  }

  .bx_filter .bx_filter_parameters_box_title {
    /* margin-bottom: 30px; */
  }

  .bx_filter .bx_filter_popup_result {
    white-space: nowrap;
    font-size: var(--fontSizeAverage);
    margin-left: 10px;
    padding: 10px 20px;
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-right: 0px;
  }

  .bx_filter
    .bx_filter_parameters_box_container
    .bx_filter_parameters_box_container_block:nth-child(1) {
    padding-left: 0px;
  }

  .bx_filter .bx_filter_parameters_box_container--position {
    padding-bottom: 26px;
    padding-top: 24px;
  }
}

/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/themes/blue/colors.css?1750406449459*/
.bx_filter_vertical.bx_blue .bx_filter_section{
	background: #c3e9f4;
	border: 7px solid #e1f5fb;
}
.bx_filter_vertical.bx_blue .bx_ui_slider_range{
	background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/themes/blue/images/range_bg.png);
}
.bx_filter_vertical.bx_blue .bx_filter_control_section{text-align: center}
.bx_filter_vertical.bx_blue .bx_filter_search_button{
	height: 33px;
	line-height:33px;
}
.bx_filter_vertical.bx_blue span.icon_lupe{
	background: url(/local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog/catalog_mikros_v3/bitrix/catalog.section.list/.default/style.css?17504064497957*/
/* line */
.bx_catalog_line {
	margin-bottom: 30px;
}

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
	padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
	content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
	font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a {
		font-size: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_description {
		font-size: 11px;
	}
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
	transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
	margin-bottom: 30px;
}

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
	padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before {
	content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover {
	text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
	font-size: 12px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile {
	margin-bottom: 30px;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
	padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
	content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
	clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
	font-size: 12px;
}

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li {
		width: 20%;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: both;
	}
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		line-height: 10px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
		font-size: 11px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 25%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
		clear: both;
	}
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 33.3%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
		clear: both;
	}

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
	transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
	margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before {
	content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
	text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
	font-size: 11px;
}

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

/* h1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
} */

.link_back_url {
	background: url(/local/templates/template_mikros_v3/images/back-arrow.svg) 0 0 no-repeat;
	font-size: 20px;
	width: 30px;
	min-width: 30px;
	height: 26px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-size: contain;
}
/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/catalog_mikros_v3/style.css?17504064494032*/
a.deactive{
	width: 25px;
	height: 25px;
}

.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.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: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/catalog_mikros_v3/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;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.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;}
}
/*5*/
@media (max-width:320px){
}

.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 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/template_mikros_v3/components/bitrix/catalog.section/newCatalog/style.css?17504064493809*/

@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6  &gt; .row &gt; .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6  &gt; .row &gt; .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt; .row &gt; .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt; .row &gt; .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 &gt; .col-sm-6 &gt;  .row &gt; .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   &gt; .col-xs-12 &gt; .row &gt; .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   &gt; .col-xs-12 &gt; .row &gt; .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   &gt; .col-xs-12 &gt; .row &gt; .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */
/* /local/templates/template_mikros_v3/components/bitrix/catalog/catalog_mikros_v3/style.css?17504064491218 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/style.css?175040644943127 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog.smart.filter/visual_vertical_mikros/themes/blue/colors.css?1750406449459 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog/catalog_mikros_v3/bitrix/catalog.section.list/.default/style.css?17504064497957 */
/* /local/templates/template_mikros_v3/components/bitrix/system.pagenavigation/catalog_mikros_v3/style.css?17504064494032 */
/* /local/templates/template_mikros_v3/components/bitrix/catalog.section/newCatalog/style.css?17504064493809 */
</pre></body></html>