

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/catalog_new_disain_v2/style.css?17226167783571*/
/*Track*/
.bx_filter .bx_ui_slider_track {
    position: relative;
    margin: 25px 16px;
    background: #fff;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .09);
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    height: 6px;
}

.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;
    z-index: 3;
    -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,
.bx_filter .bx_ui_slider_pricebar_V {
    background: #cbe538;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .09);
}

.bx_filter .bx_ui_slider_pricebar_VN {
    background: #b8b8b9;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .09);
}

.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 {
    z-index: 4;
    position: absolute;
    background: url(/local/templates/aqua/images/controls/range-handler.png);
    background-position: -2px 0;
    width: 18px;
    height: 22px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    top: -5px;
}

.bx_filter .bx_ui_slider_handle.left {
    margin-left: -17px;
}

.bx_filter .bx_ui_slider_handle.right {
    margin-right: -17px;
}

.link-dot.btn-link {
    background: none;
    border: none;
    text-decoration: underline;
    color: #1e81bb;
}

.bx_filter_param_label.label_container.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.bx_filter_popup_result {

}

.btn.filter-btn {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.btn.filter-btn {
    display: none;
}

.filter__columns-left {
    background-color: #f2f7fa;
    padding: 24px 30px 20px 41px !important;
    float: left;
}

.filter__columns-right {
    background-color: #f2f7fa;
    width: 100% !important;
    padding: 20px 30px 20px 41px !important;
    float: right;
    box-sizing: border-box;
}

.filter_aquarium {
    margin: 0 0 0 -38px !important;
}

.filter_aquarium .variant_one {
    margin: 5px 40px !important;
}

.filter__columns-right:first-child {
    margin-bottom: 30px;
}

.filter-total {

}
.filter-count p{
    display: inline-block;
}
.aquarium_param-total .filter-count strong{
    padding-left: 4px;
    display: inline-block;
}
.filtred-quantity {
    display: none;
}
div#sort-block {
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/akvariumy/style.css?17226167782974*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    background: #0083d1;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
    background: #0083d1;
    color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog/style.css?17226167781256*/
.products_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    margin: 0!important;*/
}

.products_list > div {
    margin-bottom: 20px;
}
.popup {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -1px;
    background: #fff;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
    width: 985px;
    height: 662px;
    box-sizing: border-box;
    padding: 25px 85px 30px 30px;
    display: none;
}
.inner {
    z-index: unset !important;
}
.product-additional {
    display: flex;
    justify-content: space-between;
}
.popup.popup__order {
    width: 670px;
    align-items: center;
    display: flex;
    text-align: center;
    height: 300px;
    justify-content: center;
    padding: 0px !important;
}
.popup.popup__order .popup__title{
    line-height: 45px;
}
.container_price_buy {
    display: flex;
    justify-content: space-between;
}
.to_order_link {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 550px) {
    .filter__sort.filter-new .filter_controls.clearfix {
        display: flex!important;
    }
    .filter-new.filter__sort .c-filter__count{
        margin-top: 0!important;
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/aqua/components/bitrix/catalog.product.subscribe/subscribe_list/style.css?17226167781816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/templates/aqua/styles/jquery.selectBoxIt.css?17537973978446*/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font: bold 14px/24px 'Open Sans', sans-serif;

}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /*font: 14px Helvetica, Arial;*/
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  /*border-radius: 6px;*/
  /*overflow: hidden;*/
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 47px; /* Height of the drop down */
  line-height: 47px; /* Vertically positions the drop down text */
  display: block;
    position: relative;
    z-index: 6;
    color: #373d45;
}
.selectboxit-container .selectboxit-options a {
    padding: 7px 6px 7px 14px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    border-bottom: none;
    overflow: hidden;
}
.selectboxit-container .selectboxit-option-last a {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.selectboxit-container .selectboxit-options a:hover {
    color: #009ef1;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /*float: left;*/
    max-width: 223px;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 14px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;  /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: -4px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 0 0 4px 4px;
    text-align: left;
    background: #fff;
}
.selectboxit-container .selectboxit-options:before {
    background: #bad5e7;
    background: -moz-linear-gradient(top, #bad5e7, #f1faff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad5e7), color-stop(100%,#f1faff));
    background: -webkit-linear-gradient(top, #bad5e7, #f1faff);
    background: -o-linear-gradient(top, #bad5e7, #f1faff);
    background: -ms-linear-gradient(top, #bad5e7, #f1faff);
    background: linear-gradient(top, #bad5e7, #f1faff);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    border-radius: 4px;
}
.selectboxit-container .selectboxit-options:after {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
    box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.09);
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
}

/* The last Drop Down option */
.selectboxit-option-last {
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-container .selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
    top:0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
    display: none;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border-radius: 3px;
    min-height: 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectboxit-btn:before {
    background: #bad5e7;
    background: -moz-linear-gradient(top, #bad5e7, #f1faff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad5e7), color-stop(100%,#f1faff));
    background: -webkit-linear-gradient(top, #bad5e7, #f1faff);
    background: -o-linear-gradient(top, #bad5e7, #f1faff);
    background: -ms-linear-gradient(top, #bad5e7, #f1faff);
    background: linear-gradient(top, #bad5e7, #f1faff);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    border-radius: 4px;
}
.selectboxit-btn:after {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
    box-shadow: inset 0 5px 5px -2px rgba(0,0,0,.09);
}
.selectboxit-hover:before {
    background: #0094d7;
    background: -moz-linear-gradient(top, #0094d7, #c4ecff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0094d7), color-stop(100%,#c4ecff));
    background: -webkit-linear-gradient(top, #0094d7, #c4ecff);
    background: -o-linear-gradient(top, #0094d7, #c4ecff);
    background: -ms-linear-gradient(top, #0094d7, #c4ecff);
    background: linear-gradient(top, #0094d7, #c4ecff);
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:active {
    background-color: #5ceb0d;
    border-color: #5ceb0d
}

.selectboxit-btn.selectboxit-enabled:focus {
  border-color: #aaa;
}

.selectboxit-default-arrow {
    background: url(/bitrix/templates/aqua/styles/../images/el.png) -264px 0 no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 10px;
    top:50%;
    margin-top: -4px;
}
.selectboxit-list {
}

.selectboxit-list .selectboxit-option-anchor {
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #009ef1;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/* End */


/* Start:/bitrix/templates/aqua/styles/jquery.nouislider.css?17537973972978*/

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-origin,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/catalog_new_disain_v2/style.css?17226167783571 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/akvariumy/style.css?17226167782974 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog/style.css?17226167781256 */
/* /local/templates/aqua/components/bitrix/catalog.product.subscribe/subscribe_list/style.css?17226167781816 */
/* /bitrix/templates/aqua/styles/jquery.selectBoxIt.css?17537973978446 */
/* /bitrix/templates/aqua/styles/jquery.nouislider.css?17537973972978 */
