

/* Start:/local/templates/main/components/bitrix/catalog/catalog_new/style.css?17140573096077*/
.catalog-wrap {
  white-space: nowrap; }
  .catalog-wrap.search-exist {
    margin-top: 25px; }
  .catalog-wrap .left, .catalog-wrap .right {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .catalog-wrap .left {
    width: 270px;
    margin-right: 26px; }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .catalog-wrap .left {
        width: 220px;
        margin-right: 16px; } }
    @media screen and (max-width: 980px) {
      .catalog-wrap .left {
        display: none; } }
  .catalog-wrap .right {
    width: 870px; }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .catalog-wrap .right {
        width: 700px; } }
    @media screen and (max-width: 980px) {
      .catalog-wrap .right {
        width: 100%; } }
    .catalog-wrap .right h1, .catalog-wrap .right .search-title {
      text-transform: uppercase;
      margin: 18px 0 30px 0;
      color: #414e55;
      font-size: 22px;
      font-family: "OpenSans Bold";
      text-transform: uppercase;
      line-height: 22px;
      padding-bottom: 15px;
      font-weight: normal;
      white-space: normal;
      position: relative;
      border-bottom: 4px solid #84849f; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .catalog-wrap .right h1, .catalog-wrap .right .search-title {
          margin: 18px 0 20px 0; } }
      .catalog-wrap .right h1.detail, .catalog-wrap .right .search-title.detail {
        margin: 0 0 35px 0;
        color: #414e55;
        font-size: 20px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase;
        border: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right h1.detail, .catalog-wrap .right .search-title.detail {
            margin: 0 0 15px 0; } }
      .catalog-wrap .right h1.search-title, .catalog-wrap .right .search-title.search-title {
        color: #414e55;
        font-size: 20px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase; }
        .catalog-wrap .right h1.search-title span, .catalog-wrap .right .search-title.search-title span {
          color: #098edb; }
    .catalog-wrap .right .section-wrap h1 {
      margin: 18px 0 20px 0; }
      @media screen and (max-width: 1200px) {
        .catalog-wrap .right .section-wrap h1 {
          padding-left: 0; } }
    .catalog-wrap .right .section-wrap .iblock-description {
      margin-top: 60px; }
    .catalog-wrap .right .iblock-description {
      margin-top: 45px; }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .catalog-wrap .right .iblock-description {
          width: 700px; } }
      @media screen and (max-width: 980px) and (min-width: 721px) {
        .catalog-wrap .right .iblock-description {
          width: 100%; } }
      @media screen and (max-width: 720px) {
        .catalog-wrap .right .iblock-description {
          width: 370px;
          margin: 60px auto 40px auto; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .catalog-wrap .right .iblock-description.section {
          margin-top: 25px; } }
      @media screen and (max-width: 980px) {
        .catalog-wrap .right .iblock-description .right-image, .catalog-wrap .right .iblock-description .left-image {
          display: none; } }
      .catalog-wrap .right .iblock-description .description-title {
        color: #414e55;
        font-size: 30px;
        font-family: "OpenSans Bold";
        text-transform: uppercase;
        margin-bottom: 30px;
        line-height: 32px; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .description-title {
            text-align: center; } }
      .catalog-wrap .right .iblock-description .text {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        line-height: 24px;
        text-transform: none; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .text {
            height: 380px;
            overflow: hidden; } }
        .catalog-wrap .right .iblock-description .text p {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          line-height: 24px;
          text-transform: none; }
      .catalog-wrap .right .iblock-description .more-button {
        margin: 35px auto 0 auto;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #098edb;
        font-size: 14px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase;
        text-transform: lowercase;
        border: 1px solid #098edb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: none;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .more-button {
            display: block; } }

.view-toggles {
  display: flex;
}

.table-view, .tile-view {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: auto, 0 0;
  cursor: pointer;
}

.table-view {
  background-image: url('/local/templates/main/img/table.png'), url('/local/templates/main/img/table_active.png');
}

.tile-view {
  background-image: url('/local/templates/main/img/tile.png'), url('/local/templates/main/img/tile_active.png');
}

.table-view:hover, .tile-view:hover, .view-toggle_active {
  background-size: 0 0, auto;
}

.related-products__title {
  color: #414e55;
  margin-top: 50px;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news-sidebar/style.css?17140573091247*/
.news-item__picture {
	text-align: center;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.news-item__picture img {
	max-width: 100%;
	max-height: 100px;
}

.news-item {
	font-family: 'OpenSans';
	margin: 10px 0;
	border: 1px solid #ececec;
    box-sizing: border-box;
	padding: 10px;
	transition: transform ease 0.2s, box-shadow ease 0.2s;
}

.news-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	transform: translateY(-1px);
}

.news-item__title {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}

.news-item__title a {
	text-decoration: none;
	color: #414e55;
}

.news-item__title a:hover {
	color: #098edb;
}

.news-item__text {
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item__detail-link {
	text-align: right;
	padding: 5px 0;
}

.news-item__detail-link a {
	font-size: 14px;
    color: #098edb;
}

.show-all {
	display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #098edb;
	color: #fff;
	text-decoration: none;
	font-family: 'OpenSans';
	margin: 20px auto;
}

.show-all:hover {
	background: #087abc;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/style.css?171405730936937*/
.bx_filter .bx_filter_block {
    display: none;
    padding: 0;
}

.bx_filter_block.absolute {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    position: absolute;
    background: none;
    width: calc(100% + 2px);
    /*z-index: 0;*/
    left: -1px;
    top: 0;
    height: 0;
}

.bx_filter_block.absolute .bx_filter_parameters_box_container {
    position: relative;
    background: #fff;
    width: 100%;
    margin-top: 45px;
    padding: 25px 15px 15px 15px;
    border: 1px solid #b1c2cb;
    border-top: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    z-index: 100;
}

.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 => bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container { /*margin-bottom:20px;*/
}

/*bx_filter_param_area_block => bx_filter_parameters_box_container_block*/
/*bx_input_container => bx_filter_input_container*/
/*Track*/
.bx_filter .bx_ui_slider_track {
    position: relative;
    height: 7px;
    margin: 25px 10px;
    border: 1px solid #8da3ad;
    background: #a1c0c8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1c0c8), color-stop(100%, #b3d5df));
    background: -webkit-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    background: -moz-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    background: -ms-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    background: -o-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    background: linear-gradient(top bottom, #a1c0c8 0%, #b3d5df 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c0c8', endColorstr='#b3d5df', GradientType=0);
}

.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: 50;
}

.bx_filter .bx_ui_slider_pricebar {
    z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    border-top: 1px solid #74868e;
    border-bottom: 1px solid #74868e;
    background: #849da4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #849da4), color-stop(100%, #93afb7));
    background: -webkit-linear-gradient(top, #849da4 0%, #93afb7 100%);
    background: -moz-linear-gradient(top, #849da4 0%, #93afb7 100%);
    background: -ms-linear-gradient(top, #849da4 0%, #93afb7 100%);
    background: -o-linear-gradient(top, #849da4 0%, #93afb7 100%);
    background: linear-gradient(top bottom, #849da4 0%, #93afb7 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849da4', endColorstr='#93afb7', GradientType=0);
}

.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 70;
    border: 1px solid #8da3ad;
    background: #a8dff3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6eccea), color-stop(100%, #73d6f6));
    background: -webkit-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
    background: -moz-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
    background: -ms-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
    background: -o-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
    background: linear-gradient(top bottom, #6eccea 0%, #73d6f6 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eccea', endColorstr='#73d6f6', GradientType=0);
}

.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    top: -1px;
    bottom: -1px;
    /*	border-right:1px solid #1888cc;
        border-left: 1px solid #1888cc;*/
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y left,
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y right,
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAL1QTFRFANz2ALTqAKrmALbrAN33AKzmANf0ALPqAKfkAKrlAKbkHpThALXqALHqAI/dAKDkAJviAJ/lAJrhAKnnAKTnAJTgAJ/kAKTmAJXfAJnhAKbjAJriAJ3iAKfoAKPnAJHeAKHjAKfmAKznAKvoAKvpAKHkAKzqALTrALTpANb0ALXrALPrALjtAJ7kAKfnAKPlAKTlAKLnAKbnAK/pHpTiALDqANz3AHi6AKzpAKjoANv2AHm6AKzoAHm7H5XiGxHqSgAAAG9JREFUCNcVxEUCwkAQBMDG3V2Dxz3rO/n/s4A6FOqq/vk3qsC7XGsfuu1rjk7gtZoNLxqMgwg9xvqh6w7ZJDyitDcpbVbax9titVT35yFRr7P8YJ5k6T7dFadLoTBbxNN1vN3k19yBEIYEkTGG6AvhQBEyBjCadgAAAABJRU5ErkJggg==') repeat-x;
}


.bx_filter .bx_ui_slider_handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
}

.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.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: -21px;
    background: url(/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/handle_left.png) no-repeat right top;
}

.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -21px;
    background: url(/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/handle_right.png) no-repeat left top;
}

/*
*	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, .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, .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, .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 {
    cursor: pointer;
}

.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 .bx_filter_param_text {
    color: #a8a8a8;
    pointer-events: none;
    /*text-decoration: line-through;*/
}

.bx_filter_param_label.disabled {
    pointer-events: none;
}

.bx_filter_select_popup .bx_filter_param_label.active {
    background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox {
    position: relative;
    display: block;
}

/*
* 	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, .1), inset 0 0 0 1px rgba(255, 255, 255, .22);
    text-shadow: 0 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfdfd', endColorstr='#cfe1e7', GradientType=0);
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .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, .12);
}

/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl {
    /*width:24px;*/
    /*padding:0 1px;*/
}

.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/main/components/bitrix/catalog.smart.filter/horizontal/images/missing_v2.png) no-repeat center;
    opacity: .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, .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, .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, .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;
}

/*
* 	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;
    width: 170px;
    line-height: 40px;
    background: #098edb;
    color: #fff;
    font-family: 'UltimaPro Bold';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bx_filter .bx_filter_search_button:hover {
    background: #096ca8;
}

.bx_filter .bx_filter_search_button:active {

}

.bx_filter .bx_filter_search_reset {
    position: relative;
    cursor: pointer;
    color: #098edb;
    background: none;
    border: none;
    border-bottom: 1px solid #098edb;
    margin-left: 10px;
    font-family: "OpenSans SemiBold";
    font-size: 13px;
}

.bx_filter .bx_filter_search_reset:after {
    content: '';
    display: block;
    background: url("/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/close.svg") 100% 100% no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 6px;
}

.bx_filter .bx_filter_popup_result {
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    position: absolute;
    z-index: 930;
    display: none;
    height: 33px;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.bx_filter .bx_filter_popup_result .arrow {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/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 {
    left: 102%;
}

.bx_filter .bx_filter_popup_result.left {
    right: 102%;
}

.bx_filter .bx_filter_popup_result.right .arrow {
    left: -8px;
    background: url(/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/arr_left.png) no-repeat center;
}

.bx_filter .bx_filter_popup_result.left .arrow {
    right: -8px;
    background: url(/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/arr_right.png) no-repeat center;
}

.bx_filter .bx_filter_popup_result a {
    color: #0073a3;
}

.bx_filter .bx_filter_popup_result a:hover {
    text-decoration: none;
}

.bx_filter .bx_filter_popup_result_close {
    display: none;
}

@media (max-width: 530px) {
    .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: 0;
        box-shadow: 0 -2px 5px 0 rgba(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/main/components/bitrix/catalog.smart.filter/horizontal/images/x.png) no-repeat center;
        background-size: 16px;
    }
}

.bx_filter * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_filter_title {
    font-family: "OpenSans Bold";
    font-size: 14px;
    line-height: 43px;
    color: #414e55;
    text-transform: uppercase;
}

.bx_filter_parameters_box_title, .bx_filter_param_text {
    font-family: "OpenSans SemiBold";
    font-size: 13px;
    line-height: 43px;
    color: #414e55;
}

.bx_filter_parameters_box_title {
    cursor: pointer;
}

.bx_filter form {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    width: 100%;
}

/* .bx_filter_parameters_box.checkboxes-block {
    margin: 0 7px;
} */

.bx_filter_parameters_box {
    align-items: center;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    max-width: 285px;
    min-width: 25%;
    height: 55px;
    /*overflow: hidden;*/
    padding: 0 15px;
    border: 1px solid #b1c2cb;
    margin-bottom: 15px;
}

.bx_filter_parameters_box.flex {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
}

.bx_filter_parameters_box_container {
    display: none;
}

.bx_filter_block {
    flex: 1 1 auto;
}

.active .bx_filter_parameters_box_container {
    display: block;
}

.bx_filter_parameters_box_container_block {
    display: inline-block;
    width: 70px;
    height: 30px;
    margin-left: 20px;
}

.bx_filter_input_container {
    width: 100%;
    height: 100%;
}

.bx_filter_input_container input {
    width: 100%;
    height: 100%;
    color: #414e55;
    padding-left: 10px;
}

.bx_filter_input_checkbox {
    padding-left: 26px;
    position: relative;
    z-index: 1;
}

.bx_filter_input_checkbox:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b1c2cb;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.bx_filter_input_checkbox.checked:after {
    content: '';
    display: block;
    background: url("/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/1.svg") 100% 100% no-repeat;
    position: absolute;
    width: 15px;
    height: 12px;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 101;
}

.bx_filter_input_checkbox input {
    display: none;
}

.right_def {
    position: relative;
}

.right_def:after {
    content: '-';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
}

.show_arrow {
    position: relative;
    width: 100%;
}

.show_arrow:after {
    content: '';
    display: block;
    background: url("/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/arrow.svg") 100% 100% no-repeat;
    position: absolute;
    width: 23px;
    height: 13px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.active .show_arrow:after {
    background: url("/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/arrow.svg") 100% 100% no-repeat;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.bx_filter_box {
    width: 100%;
    margin-bottom: 15px;
}

.checked_item {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    background: #e1e7ee;
    color: #8c959b;
    font-family: 'OpenSans SemiBold Italic';
    font-size: 13px;
    padding: 0 14px;
    cursor: pointer;
}

.checked_item:after {
    content: '';
    display: block;
    background: url("/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/delete.svg") 100% 100% no-repeat;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 2px;
    right: 5px;
}

.section-filter-mobile {
    display: none;
    margin-bottom: 20px;
}

.show-filter-btn {
    line-height: 40px;
    background: #098edb;
    color: #fff;
    font-family: 'UltimaPro Bold';
    font-size: 14px;
    text-transform: uppercase;
    transition: all .1s;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
}

.filter-close-btn-wrapper {
    position: relative;
}

.filter-close-btn {
    display: none;
    width: 14px;
    height: 14px;
    background: url('/local/templates/main/img/exit-icon-form-min.png') center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.filter-reset-btn {
    position: relative;
    cursor: pointer;
    color: #098edb;
    background: none;
    border: none;
    border-bottom: 1px solid #098edb;
    font-family: "OpenSans SemiBold";
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 4px;
    text-decoration: none;
    display: inline-block;
}

.filter-reset-btn:after {
    content: '';
    display: block;
    background: url('/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/images/close.svg') 100% 100% no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 6px;
}

form.justify-content-start {
    justify-content: flex-start;
}

form.justify-content-start .bx_filter_parameters_box:first-child {
    margin-right: 15px;
}

@media (max-width: 1200px) {
    .bx_filter_parameters_box_container_block {
        width: 50px;
    }

    .bx_filter_parameters_box_container_block {
        margin-left: 18px;
    }

    .bx_filter_parameters_box_container_block:first-child {
        margin-left: 13px;
    }

    .bx_filter_parameters_box {
        max-width: 220px;
        padding: 0 8px;
    }

    .right_def:after {
        right: -14px;
    }

    .bx_filter_input_container input {
        font-size: 12px;
        padding-left: 8px;
    }

    .checkboxes-block .bx_filter_block {
        display: flex!important;
        margin-right: 1px;
    }

    .bx_filter_parameters_box.checkboxes-block {
        flex-wrap: nowrap;
    }

    .checkboxes-block .bx_filter_input_checkbox {
        padding-left: 19px;
    }

    .checkboxes-block {
        padding: 0 5px;
    }

    .bx_filter_input_checkbox:before {
        box-sizing: border-box;
    }

    .color-block .bx_filter_param_text {
        margin: 0;
    }
}

@media (max-width: 720px) {
    .bx_filter form {
        display: block;
    }

    .bx_filter_parameters_box {
        max-width: 100%;
        padding: 0 35px;
        margin-bottom: 0;
        border: none;
        border-bottom: 1px solid #b1c2cb;
        min-height: 90px;
        height: auto;
    }

    .bx_filter_parameters_box_container_block {
        width: 100px;
        margin-left: 35px;
    }

    .bx_filter_block.absolute {
        display: block;
        position: relative;
        height: auto;
        box-shadow: none;
    }

    .bx_filter_block.absolute .bx_filter_parameters_box_container {
        display: block;
        border: none;
        box-shadow: none;
        margin-top: 5px;
        padding: 0;
    }

    .bx_filter_parameters_box.color-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .show_arrow:after {
        display: none;
    }

    .bx_filter_button_box .bx_filter_parameters_box_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bx_filter_search_button {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .bx_filter .bx_filter_search_reset {
        margin-left: 0;
    }

    .bx_filter_title {
        text-align: center;
        border-bottom: 1px solid #b1c2cb;
        padding: 5px 0;
    }

    .section-filter {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
        padding-bottom: 20px;
        background: #fff;
        position: absolute;
        top: 150px;
        background: #fff;
        width: 90%;
        left: 5%;
        z-index: 9;
        display: none;
    }

    .section-filter-mobile {
        display: block;
    }

    .filter-close-btn {
        display: block;
    }

    .desktop-filter-box {
        display: none;
    }

    .section-filter-mobile .checked_item {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/horizontal/themes/blue/colors.css?1714057309459*/
.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/main/components/bitrix/catalog.smart.filter/horizontal/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/main/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?171405730911383*/
@media screen and (max-width: 720px) {
  .sections-list {
    margin: 30px auto 0 auto;
    width: 370px; } }
@media screen and (max-width: 720px) {
  .sections-list.small {
    margin: 60px auto 0 auto; } }
.sections-list.small .section {
  height: 370px; }
  @media screen and (max-width: 1200px) and (min-width: 721px) {
    .sections-list.small .section {
      height: 320px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section {
      height: 290px;
      width: 170px;
      margin: 0 26px 30px 0;
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
      .sections-list.small .section:nth-child(2n+2) {
        margin-right: -2px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section.subsections .table-name .arrow-wrap {
      display: none; } }
  .sections-list.small .section .table-name {
    border-bottom: 0; }
    @media screen and (max-width: 720px) {
      .sections-list.small .section .table-name {
        padding: 12px 6px 0 6px;
        overflow: hidden;
        height: 70px;
        display: block; } }
    .sections-list.small .section .table-name .table-cell .text {
      height: 60px;
      line-height: 17px; }
  .sections-list.small .section .products-count {
    border-top: 0; }
    @media screen and (max-width: 720px) {
      .sections-list.small .section .products-count {
        padding: 0 6px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section .image {
      display: block;
      height: 170px; } }
.sections-list .section {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 590px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin: 0 26px 30px 0;
  border: 1px solid #b1c2cb; }
  @media screen and (min-width: 720px) {
    .sections-list .section {
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; } }
  @media screen and (max-width: 1200px) and (min-width: 721px) {
    .sections-list .section {
      width: 220px;
      height: 535px;
      margin: 0 16px 20px 0; } }
  @media screen and (max-width: 720px) {
    .sections-list .section {
      display: block;
      width: 100%;
      height: 60px;
      margin: 0 0 20px 0; }
      .sections-list .section.subsections .table-name .arrow-wrap {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 0;
        top: 0; }
        .sections-list .section.subsections .table-name .arrow-wrap .arrow {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 19px;
          height: 19px;
          -webkit-border-radius: 19px;
          -moz-border-radius: 19px;
          -ms-border-radius: 19px;
          border-radius: 19px;
          background: url("/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/../../../../../../../img/sections-left-arrow-white.png") center no-repeat #098edb;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
      .sections-list .section.subsections.active .table-name .arrow-wrap .arrow {
        -webkit-transform: rotate(90deg);
        /* Chrome y Safari */
        -moz-transform: rotate(90deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(90deg);
        /* Opera */
        -ms-transform: rotate(90deg); } }
  @media screen and (min-width: 720px) {
    .sections-list .section:nth-child(3n+3) {
      margin-right: -2px; } }
  .sections-list .section:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .sections-list .section:hover {
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18); }
      .sections-list .section:hover .image:after {
        opacity: 0.2; }
      .sections-list .section:hover .table-name .table-cell .text {
        color: #098edb; } }
  .sections-list .section .image {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    display: block; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .image {
        height: 220px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .image {
        display: none; } }
    @media screen and (min-width: 720px) {
      .sections-list .section .image:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #414e55;
        opacity: 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; } }
    .sections-list .section .image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      z-index: 1; }
  .sections-list .section .table-name {
    display: table;
    width: 100%;
    height: 68px;
    position: relative;
    border-top: 1px solid #e7edef;
    border-bottom: 1px solid #e7edef;
    padding: 12px 18px;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .table-name {
        padding: 12px 8px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .table-name {
        height: 60px;
        padding: 0 40px 0 20px;
        border-top: 0; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .table-name .table-cell {
        display: table-cell;
        vertical-align: middle; } }
    .sections-list .section .table-name .table-cell .text {
      color: #414e55;
      font-size: 14px;
      font-family: "OpenSans ExtraBold";
      text-transform: uppercase;
      line-height: 20px;
      text-align: left;
      height: 42px;
      overflow: hidden;
      text-decoration: none;
      display: block; }
      @media screen and (max-width: 720px) {
        .sections-list .section .table-name .table-cell .text {
          line-height: 18px;
          height: auto; } }
  .sections-list .section .subsections-block .table-name-subsection {
    width: 100%;
    display: table;
    height: 49px;
    border-bottom: 1px solid #e7edef;
    padding: 0 18px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .subsections-block .table-name-subsection {
        padding: 0 8px; } }
    .sections-list .section .subsections-block .table-name-subsection:last-child {
      border-bottom: 0; }
    .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection {
      display: table-cell;
      vertical-align: middle; }
      .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection:hover .text {
        text-decoration: none;
        color: #098edb; }
      .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection .text {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        line-height: 16px;
        text-transform: none;
        text-decoration: underline;
        max-height: 35px;
        overflow: hidden; }
  .sections-list .section .products-count {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e7edef;
    color: #414e55;
    font-size: 13px;
    font-family: "OpenSans SemiBold";
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    padding: 0 18px; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .products-count {
        padding: 0 8px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .products-count {
        position: relative;
        bottom: auto; } }
    .sections-list .section .products-count span {
      color: #098edb;
      font-size: 13px;
      font-family: "OpenSans Bold";
      text-transform: uppercase;
      text-transform: none; }


.product-carousel__link {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background:#098edb;
  color: #fff;
  margin: 10px auto;
  font-size: 14.5px;
  font-family: "OpenSans";
  text-decoration: none;
}

/* .product-carousel__link:not(.product-carousel__link_discount) {
  margin-top: 32px;
} */

.product-carousel__link:hover {
  background: #087abc;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}

.product-carousel__link:not(.product-carousel__product-link) {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0!important;
}

@media screen and (max-width: 1200px) and (min-width: 721px) {
  .product-carousel__link {
    width: 80px!important;
  }
}

@media screen and (max-width: 720px) {
  .sections-list.small .section {
    height: 330px;
  }

  .product-carousel__link {
    position: unset;
    width: 80%;
    margin: 0 auto!important;
  }
}

.catalog__section-list .catalog__section {
  display: block;
}

.catalog__section-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .catalog__section-list .catalog__section {
    height: auto!important;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
  }

  .catalog__section .products-count {
    position: unset!important;
  }

  .catalog__section .product-carousel__link {
    position: unset;
    margin: 15px auto 0!important;
    width: 90%!important;
  }

  .catalog__section .products-count {
    height: auto!important;
    line-height: unset!important;
  }

  .sections-list.small .section .table-name .table-cell .text {
    height: auto;
  }

  .sections-list .section .table-name {
    display: block;
    height: auto;
  }

  .catalog__section-list .catalog__section {
    padding-bottom: 10px;
  }
}

@media (max-width: 720px) {
  .sections-list.small .section .table-name {
    height: auto;
    padding: 10px 0;
  }

  /* .sections-list.small .section .table-name */
}
      

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17140573092926*/
.bx-pagination {
  margin-top: 30px;
  height: auto;
  position: relative; }
  .bx-pagination ul {
    padding: 0;
    list-style: none;
    white-space: nowrap; }
    .bx-pagination ul li {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      padding: 0;
      width: 22px;
      height: 22px;
      line-height: 21px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      position: relative;
      z-index: 1;
      margin-right: 4px;
      border: 1px solid #e7edef;
      background: white; }
      .bx-pagination ul li:last-child {
        margin-right: 0; }
      .bx-pagination ul li span, .bx-pagination ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #414e55;
        font-size: 13px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-decoration: none; }
      .bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next) {
        border: 1px solid #84849f; }
      .bx-pagination ul li.bx-active {
        border: 1px solid #84849f;
        background: #84849f; }
        .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
          color: white; }
      .bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
        border: 1px solid #e7edef;
        background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/sections-left-arrow-min.png") center 6.5px no-repeat white; }
        .bx-pagination ul li.bx-pag-prev:hover:not(.noActive), .bx-pagination ul li.bx-pag-prev.bx-active, .bx-pagination ul li.bx-pag-next:hover:not(.noActive), .bx-pagination ul li.bx-pag-next.bx-active {
          background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/sections-left-arrow-white.png") center 6.5px no-repeat #84849f;
          border: 1px solid #84849f; }
      .bx-pagination ul li.bx-pag-prev {
        -webkit-transform: rotate(180deg);
        /* Chrome y Safari */
        -moz-transform: rotate(180deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(180deg);
        /* Opera */
        -ms-transform: rotate(180deg); }
    .bx-pagination ul .dots {
      width: 22px;
      height: 22px;
      font-size: 0;
      vertical-align: top;
      white-space: normal;
      text-align: center;
      color: #000000;
      font-size: 13px;
      font-family: "OpenSans";
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e7edef; }
      .bx-pagination ul .dots:hover {
        border: 1px solid #84849f; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/style.css?17140573099203*/
.products-block {
  margin-top: 15px; }
  @media screen and (max-width: 720px) {
    .products-block {
      width: 370px;
      margin: 35px auto 0 auto; } }
  .products-block .block {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 270px;
    height: 430px;
    margin: 0 25px 25px 0;
    padding: 9px;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .products-block .block {
        width: 220px;
        height: 380px;
        padding: 0;
        margin: 0 16px 30px 0;
        overflow: hidden; } }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .products-block .block:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 8px;
        left: -8px;
        top: -8px;
        border: 1px solid #b1c2cb;
        opacity: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        z-index: 0; } }
    @media screen and (max-width: 720px) {
      .products-block .block {
        height: 345px;
        width: 170px;
        margin: 0 26px 40px 0;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 0; }
        .products-block .block:nth-child(2n+2) {
          margin-right: -2px; } }
    .products-block .block:hover {
      overflow: visible; }
      @media screen and (min-width: 1200px) {
        .products-block .block:hover {
          border: 1px solid #b1c2cb; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .products-block .block:hover:after {
          opacity: 1; } }
      .products-block .block:hover .info .name {
        color: #4d98c3;
        text-decoration: underline; }
        .products-block .block:hover .info .name:hover {
          text-decoration: none; }
    @media screen and (min-width: 720px) {
      .products-block .block:nth-child(3n+3) {
        margin-right: -2px; } }
    .products-block .block .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 250px;
      width: 100%;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .products-block .block .image {
          height: 220px; } }
      @media screen and (max-width: 720px) {
        .products-block .block .image {
          height: 170px; } }
      .products-block .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%; }
    .products-block .block .info {
      text-align: left;
      position: relative;
      z-index: 1; }
      .products-block .block .info .name {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none;
        display: block;
        max-height: 50px;
        height: 50px;
        overflow: hidden;
        line-height: 16px;
        margin: 22px 0 0 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .products-block .block .info .name {
            max-height: 65px;
            height: 65px; } }
      .products-block .block .info .artnumber {
        color: #414e55;
        font-size: 14px;
        font-family: "OpenSans Light Italic";
        text-transform: uppercase;
        text-transform: none;
        max-height: 19px;
        overflow: hidden; }
      .products-block .block .info .price-wrap {
        margin-top: 16px; }
        .products-block .block .info .price-wrap .ot {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          text-transform: none; }
        .products-block .block .info .price-wrap .price {
          color: #414e55;
          font-size: 16px;
          font-family: "OpenSans Bold";
          text-transform: uppercase;
          text-transform: none; }
  @media screen and (max-width: 720px) {
    .products-block .bx-pagination {
      text-align: center;
      margin-top: -15px; } }


.price-remove {
  text-decoration: line-through;
  padding-right: 5px;
}

.discount-price {
  color: red!important;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}


.product-carousel__link {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background:#098edb;
  color: #fff;
  margin: 10px auto;
  font-size: 14.5px;
  font-family: "OpenSans";
  text-decoration: none;
}

/* .product-carousel__link:not(.product-carousel__link_discount) {
  margin-top: 32px;
} */

.product-carousel__link:hover {
  background: #087abc;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}


.product-carousel__link {
  margin: 10px 0 0!important;
}

.filter-not-found {
  color: #414e55;
  text-align: center;
  font-family: 'OpenSans Bold';
  font-size: 25px;
  margin-top: 50px;
}

.catalog-sorting {
  display: flex;
}

.catalog-sorting__item {
  margin-right: 20px;
  font-family: 'OpenSans Light';
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}

.catalog-sorting__item a {
  text-decoration: none;
  color: #84849f;
  transition: 0.3s;
}

.catalog-sorting__item_selected a {
  font-family: 'OpenSans SemiBold';
  color: #414e55;
}

.catalog-sorting__item:hover a {
  color: #414e55;
}

.catalog-sorting__item:after {
  content: '';
  width: 11px;
  height: 6px;
  display: block;
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow.png') no-repeat center;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

.catalog-sorting__item_selected:after {
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow_active.png') no-repeat center;
}

.catalog-sorting__item_rotate:after {
  transform: rotate(180deg);
}

.section-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #84849f;
  padding-bottom: 13px;
}

.products-per-page {
  position: relative;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
}

.products-per-page__options {
  position: absolute;
  padding: 0!important;
  margin: 0!important;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 6;
  box-sizing: border-box;
  top: 28px;
  border: 1px solid #b1c2cb;
}

.products-per-page__options_show {
  display: block;
}

.products-per-page__option a {
  display: block;
  font-size: 12px!important;
  padding-left: 7px;
  cursor: pointer;
  color: #414e55!important;
  text-decoration: none;
}

.products-per-page__option a:hover {
  background: rgba(177, 194, 203, 0.3);
}

.products-per-page__option:after {
  display: none;
}

.products-per-page__select {
  font-family: 'OpenSans Bold';
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  padding-left: 7px;
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow_active.png') no-repeat 31px center;
  border: 1px solid #b1c2cb;
}

.section-h1 {
  border-bottom: none!important;
  padding-bottom: 0!important;
}

.products-per-page__wrapper {
  display: flex;
  align-items: center;
}

.products-per-page__label {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #414e55;
  margin-right: 13px;
}

button.product-carousel__link {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 720px) {
  .products-per-page__label {
    display: none;
  }
}

@media (max-width: 1200px) {
  .products-block .price-block__wrap {
    display: block;
  }

  .products-block .product-carousel__link {
    position: unset;
    width: 100%!important;
  }

  .section-products .block {
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .products-block .products-block .block {
    margin-bottom: 65px;
  }
}

.articul-wrapper {
  display: flex;
  justify-content: space-between;
}

h2.description-title {
  text-transform: uppercase !important;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/related_products/style.css?17140573099203*/
.products-block {
  margin-top: 15px; }
  @media screen and (max-width: 720px) {
    .products-block {
      width: 370px;
      margin: 35px auto 0 auto; } }
  .products-block .block {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 270px;
    height: 430px;
    margin: 0 25px 25px 0;
    padding: 9px;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .products-block .block {
        width: 220px;
        height: 380px;
        padding: 0;
        margin: 0 16px 30px 0;
        overflow: hidden; } }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .products-block .block:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 8px;
        left: -8px;
        top: -8px;
        border: 1px solid #b1c2cb;
        opacity: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        z-index: 0; } }
    @media screen and (max-width: 720px) {
      .products-block .block {
        height: 345px;
        width: 170px;
        margin: 0 26px 40px 0;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 0; }
        .products-block .block:nth-child(2n+2) {
          margin-right: -2px; } }
    .products-block .block:hover {
      overflow: visible; }
      @media screen and (min-width: 1200px) {
        .products-block .block:hover {
          border: 1px solid #b1c2cb; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .products-block .block:hover:after {
          opacity: 1; } }
      .products-block .block:hover .info .name {
        color: #4d98c3;
        text-decoration: underline; }
        .products-block .block:hover .info .name:hover {
          text-decoration: none; }
    @media screen and (min-width: 720px) {
      .products-block .block:nth-child(3n+3) {
        margin-right: -2px; } }
    .products-block .block .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 250px;
      width: 100%;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .products-block .block .image {
          height: 220px; } }
      @media screen and (max-width: 720px) {
        .products-block .block .image {
          height: 170px; } }
      .products-block .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%; }
    .products-block .block .info {
      text-align: left;
      position: relative;
      z-index: 1; }
      .products-block .block .info .name {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none;
        display: block;
        max-height: 50px;
        height: 50px;
        overflow: hidden;
        line-height: 16px;
        margin: 22px 0 0 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .products-block .block .info .name {
            max-height: 65px;
            height: 65px; } }
      .products-block .block .info .artnumber {
        color: #414e55;
        font-size: 14px;
        font-family: "OpenSans Light Italic";
        text-transform: uppercase;
        text-transform: none;
        max-height: 19px;
        overflow: hidden; }
      .products-block .block .info .price-wrap {
        margin-top: 16px; }
        .products-block .block .info .price-wrap .ot {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          text-transform: none; }
        .products-block .block .info .price-wrap .price {
          color: #414e55;
          font-size: 16px;
          font-family: "OpenSans Bold";
          text-transform: uppercase;
          text-transform: none; }
  @media screen and (max-width: 720px) {
    .products-block .bx-pagination {
      text-align: center;
      margin-top: -15px; } }


.price-remove {
  text-decoration: line-through;
  padding-right: 5px;
}

.discount-price {
  color: red!important;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}


.product-carousel__link {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background:#098edb;
  color: #fff;
  margin: 10px auto;
  font-size: 14.5px;
  font-family: "OpenSans";
  text-decoration: none;
}

/* .product-carousel__link:not(.product-carousel__link_discount) {
  margin-top: 32px;
} */

.product-carousel__link:hover {
  background: #087abc;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}


.product-carousel__link {
  margin: 10px 0 0!important;
}

.filter-not-found {
  color: #414e55;
  text-align: center;
  font-family: 'OpenSans Bold';
  font-size: 25px;
  margin-top: 50px;
}

.catalog-sorting {
  display: flex;
}

.catalog-sorting__item {
  margin-right: 20px;
  font-family: 'OpenSans Light';
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}

.catalog-sorting__item a {
  text-decoration: none;
  color: #84849f;
  transition: 0.3s;
}

.catalog-sorting__item_selected a {
  font-family: 'OpenSans SemiBold';
  color: #414e55;
}

.catalog-sorting__item:hover a {
  color: #414e55;
}

.catalog-sorting__item:after {
  content: '';
  width: 11px;
  height: 6px;
  display: block;
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow.png') no-repeat center;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

.catalog-sorting__item_selected:after {
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow_active.png') no-repeat center;
}

.catalog-sorting__item_rotate:after {
  transform: rotate(180deg);
}

.section-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #84849f;
  padding-bottom: 13px;
}

.products-per-page {
  position: relative;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
}

.products-per-page__options {
  position: absolute;
  padding: 0!important;
  margin: 0!important;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 6;
  box-sizing: border-box;
  top: 28px;
  border: 1px solid #b1c2cb;
}

.products-per-page__options_show {
  display: block;
}

.products-per-page__option a {
  display: block;
  font-size: 12px!important;
  padding-left: 7px;
  cursor: pointer;
  color: #414e55!important;
  text-decoration: none;
}

.products-per-page__option a:hover {
  background: rgba(177, 194, 203, 0.3);
}

.products-per-page__option:after {
  display: none;
}

.products-per-page__select {
  font-family: 'OpenSans Bold';
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  padding-left: 7px;
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow_active.png') no-repeat 31px center;
  border: 1px solid #b1c2cb;
}

.section-h1 {
  border-bottom: none!important;
  padding-bottom: 0!important;
}

.products-per-page__wrapper {
  display: flex;
  align-items: center;
}

.products-per-page__label {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #414e55;
  margin-right: 13px;
}

button.product-carousel__link {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 720px) {
  .products-per-page__label {
    display: none;
  }
}

@media (max-width: 1200px) {
  .products-block .price-block__wrap {
    display: block;
  }

  .products-block .product-carousel__link {
    position: unset;
    width: 100%!important;
  }

  .section-products .block {
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .products-block .products-block .block {
    margin-bottom: 65px;
  }
}

.articul-wrapper {
  display: flex;
  justify-content: space-between;
}

h2.description-title {
  text-transform: uppercase !important;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog_new/style.css?17140573096077 */
/* /local/templates/main/components/bitrix/news.list/news-sidebar/style.css?17140573091247 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/horizontal/style.css?171405730936937 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/horizontal/themes/blue/colors.css?1714057309459 */
/* /local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?171405730911383 */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17140573092926 */
/* /local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/style.css?17140573099203 */
/* /local/templates/main/components/bitrix/catalog.section/related_products/style.css?17140573099203 */
