

/* Start:/bitrix/templates/master_default/components/bitrix/catalog.smart.filter/master/style.css?176339875914462*/
.filter_top__box::after {
  display: block;
  clear: both;
  content: ""; }

.smart-filter-checkbox-btn.bx-color-sl {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  padding: 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color .3s ease, color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease;
  transition: border-color .3s ease, color .3s ease;
  vertical-align: middle; }
  .smart-filter-checkbox-btn-image {
    background-size: cover;
    border-radius: 50%;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: middle; }
  .not-available.smart-filter-checkbox-btn.bx-color-sl {
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default; }
    .not-available.smart-filter-checkbox-btn.bx-color-sl:before {
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      left: 0;
      content: ' ';
      display: block;
      z-index: 100;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
      opacity: .7; }
    .not-available__icon.smart-filter-checkbox-btn.bx-color-sl {
      opacity: .2; }
  .selected.smart-filter-checkbox-btn.bx-color-sl, .smart-filter-checkbox-label.checked > .bx-color-sl, .smart-filter-checkbox-btn.bx-color-sl:hover, .smart-filter-checkbox-btn.bx-color-sl:active, .smart-filter-checkbox-btn.bx-color-sl:focus {
    border-color: var(--bs-primary, #6D3DF8); }
  .selected.smart-filter-checkbox-btn.bx-color-sl:hover, .smart-filter-checkbox-label.checked > .bx-color-sl:hover {
    cursor: default; }

#catalog-filter {
  width: 100%; }

.smart-filter {
  width: 100%;
  /*
	*Track
	*
	*/
  /*
	*	LABEL
	*
	*/
  /*
	*	 BTN
	*
	*/
  /*
	*	 Result Popup
	*
	*/ }
  .modal-body .smart-filter-title {
    display: none; }
  .smart-filter-container-modef {
    display: none; }
    @media (min-width: 576px) {
      .smart-filter-container-modef {
        display: block; } }
  .smart-filter-parameters-box {
    position: relative; }
    .smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .smart-filter-parameters-box-title {
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 3rem 1rem 1.5rem;
    position: relative;
    word-break: break-word; }
  .smart-filter-angle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem; }
  .smart-filter-angles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .smart-filter-angles:after, .smart-filter-angles:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 6px;
      height: 1px;
      background-color: currentColor;
      content: "";
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .smart-filter-angles:after {
      margin-left: 4px; }
  .smart-filter-angles:before,
  .smart-filter-angle-up .smart-filter-angles:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .smart-filter-angles:after,
  .smart-filter-angle-up .smart-filter-angles:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  .smart-filter-parameters-box--switch .smart-filter-parameters-box-title:after {
    display: none; }
  .smart-filter-container-reset {
    background: transparent;
    border-radius: 0 0.5rem 0.5rem 0;
    bottom: -1px;
    cursor: pointer;
    display: none;
    outline: none;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px; }
  .smart-filter-parameters-box-drop-all {
    position: absolute;
    font-weight: 700;
    display: none;
    margin: auto;
    right: 1rem;
    top: 0.75rem; }
  .smart-filter-block {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: none;
    -webkit-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease; }
  .smart-filter-button-box .smart-filter-block,
  .smart-filter-parameters-box.bx-active .smart-filter-block {
    display: block; }
  .smart-filter-parameters-box-container {
    background-color: #fff;
    padding: 1.5rem; }
  .smart-filter-scroll {
    max-height: 167px;
    overflow: auto;
    padding-top: 1px; }
  .smart-filter-dropdown-label.dropdown-item, .smart-filter-param-label.dropdown-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .smart-filter-slider-track-container {
    padding-bottom: 32px;
    padding-top: 24px; }
  .smart-filter-slider-track {
    position: relative;
    height: 6px;
    background: #d7dbdd;
    margin: 0 13px; }
  .smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px; }
  .smart-filter-slider-ruler.p1 {
    left: -1px; }
    .smart-filter-slider-ruler.p1 span {
      left: -13px; }
  .smart-filter-slider-ruler.p2 {
    display: none;
    left: 25%; }
  .smart-filter-slider-ruler.p3 {
    display: none;
    left: 50%; }
  .smart-filter-slider-ruler.p4 {
    display: none;
    left: 75%; }
  .smart-filter-slider-ruler.p5 {
    right: -1px; }
    .smart-filter-slider-ruler.p5 span {
      right: -13px; }
  .smart-filter-slider-ruler span {
    font-size: 0.875rem;
    /*font-weight: bold;*/
    position: absolute;
    bottom: -30px;
    display: block;
    text-align: center;
    color: #000; }
  .smart-filter-slider-ruler.p2 span,
  .smart-filter-slider-ruler.p3 span,
  .smart-filter-slider-ruler.p4 span {
    color: #6b8086; }
  .smart-filter-slider-range, .smart-filter-slider-price-bar, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 1px; }
  .smart-filter-slider-range {
    z-index: 90; }
  .smart-filter-slider-price-bar {
    z-index: 100; }
  .smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #b1b1b1; }
  .smart-filter-slider-price-bar-vn {
    z-index: 70;
    background: #E5E5E5; }
  .smart-filter-slider-price-bar-v {
    z-index: 80;
    background: var(--bs-primary, #6D3DF8); }
  .smart-filter-slider-handle {
    border-radius: 50%;
    background-color: var(--bs-primary, #6D3DF8);
    height: 1.25rem;
    position: absolute;
    top: -.375rem;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    width: 1.25rem; }
  .smart-filter-slider-handle:hover {
    cursor: -webkit-grab;
    cursor: grab; }
  .smart-filter-slider-handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .smart-filter-slider-handle.left {
    left: 0;
    margin-left: -.625rem; }
  .smart-filter-slider-handle.right {
    right: 0;
    margin-right: -.625rem; }
  .smart-filter-input-container .form-control {
    height: 100%;
    -moz-appearance: textfield; }
    .smart-filter-input-container .form-control::-webkit-outer-spin-button, .smart-filter-input-container .form-control::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
  .smart-filter-checkbox-label.disabled,
  .smart-filter-checkbox-label.disabled .smart-filter-param-text {
    color: #adb5bd;
    cursor: inherit; }
  .smart-filter-checkbox-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .smart-filter-checkbox-btn.bx-color-sl {
    border-color: #E4E4E4; }
  .smart-filter-checkbox-label.disabled {
    pointer-events: none; }
  .smart-filter-checkbox-label.disabled > .smart-filter-param-btn.bx-color-sl {
    border-color: transparent;
    cursor: inherit; }
  .smart-filter-checkbox-btn-image.all {
    position: relative;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .smart-filter-checkbox-btn-image.all::after, .smart-filter-checkbox-btn-image.all::before {
      position: absolute;
      width: 60%;
      height: 60%;
      background: #fff;
      content: " ";
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
    .smart-filter-checkbox-btn-image.all::after {
      right: 0;
      bottom: 0; }
    .smart-filter-checkbox-btn-image.all::before {
      top: 0;
      left: 0; }
  .smart-filter-dropdown-block .smart-filter-checkbox-btn-image,
  .smart-filter-input-group-dropdown .smart-filter-checkbox-btn {
    font-size: 1.5rem;
    margin: 0 .5rem 0 0; }
  .smart-filter-param-btn + .smart-filter-param-text,
  .smart-filter-checkbox-btn-image + .smart-filter-param-text {
    margin-left: 0.25rem;
    vertical-align: middle; }
  .smart-filter-popup-result {
    --bs-btn-padding-y: 0.6875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0;
    background: #fff6e5;
    display: none;
    margin: 0.5rem auto;
    position: absolute;
    white-space: nowrap;
    z-index: 915; }
    .smart-filter-popup-result > a {
      margin-left: 1.5rem; }
    .smart-filter-popup-result.right {
      left: 93%; }
    .smart-filter-popup-result.left {
      right: 93%; }
    .bx-touch .smart-filter-popup-result {
      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: 2px;
      border: 1px solid #c6dae7;
      background: rgba(255, 255, 255, 0.9); }
    @media (max-width: 575.98px) {
      .smart-filter-popup-result {
        display: none !important; } }
  .smart-filter-hint.hint {
    margin-left: .25rem;
    outline: none; }
  .catalog-sorter .smart-filter-toggle {
    font-size: 1.5rem;
    line-height: 1;
    padding: .25rem;
    position: relative; }
    .catalog-sorter .smart-filter-toggle, .catalog-sorter .smart-filter-toggle.active {
      background-color: transparent !important;
      border: none !important; }
    .catalog-sorter .smart-filter-toggle.active:after {
      background-color: var(--bs-primary, #6D3DF8);
      border-radius: 50%;
      display: block;
      content: '';
      height: .20833em;
      position: absolute;
      right: .08333em;
      top: .25em;
      width: .20833em; }

.filter_top {
  overflow-x: auto; }
  .filter_top__item {
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 9.6px 24px 0;
    text-align: center; }
    .filter_top__item:last-child {
      margin-right: 0; }
    .filter_top__item:hover, .filter_top__item:focus {
      text-decoration: none; }
    .filter_top__item.disabled {
      cursor: default;
      opacity: .5; }
  .filter_top__canvas {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
    margin-bottom: 12px; }
  .filter_top__icon {
    max-height: 100%; }
  .filter_top__name {
    color: var(--bs-primary, #6D3DF8);
    font-size: 0.875rem;
    display: block; }
  .filter_top__btn {
    border: 2px solid var(--bs-primary, #6D3DF8);
    border-radius: 18.8px;
    color: #676d72;
    display: block;
    padding: 6px 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .filter_top__btn:hover, .filter_top__btn:active {
    background-color: var(--bs-primary-hover-bg, #5d34d3);
    border-color: var(--bs-primary-hover-bg, #5d34d3);
    color: var(--bs-primary-contrast, #fff); }
  .filter_top__item.checked .filter_top__btn {
    background-color: var(--bs-primary, #6D3DF8);
    border-color: var(--bs-primary, #6D3DF8);
    color: var(--bs-primary-contrast, #fff); }
  .filter_top__box {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .filter_top__box {
        display: block; } }
    .filter_top__box + .filter_top__box, .filter_top__box.checked,
    .filter_top__box.checked + .filter_top__box.checked {
      display: none; }
    .filter_top__box.checked + .filter_top__box {
      display: block; }

/* End */


/* Start:/bitrix/templates/master_default/components/bitrix/catalog.smart.filter/master/themes/default/colors.min.css?1693503951501*/
.smart-filter.bx-default .smart-filter-parameters-box-title{background-color:var(--bs-primary,#6d3df8);color:var(--bs-primary-contrast,#fff)}.smart-filter.bx-default .smart-filter-parameters-box-title:hover{background-color:var(--bs-primary-hover-bg,#5d34d3)}.smart-filter.bx-default .smart-filter-parameters-box-hint .hint{border-color:var(--bs-primary-contrast,#fff);color:var(--bs-primary-contrast,#fff)}.smart-filter.bx-default .smart-filter-block{background-color:var(--bs-primary-contrast,#fff)}
/* End */


/* Start:/bitrix/templates/master_default/components/bitrix/catalog.section/master/style.min.css?1693503951458*/
[class*=product-item-list-col-].row{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}[class*=product-item-list-col-].row>[class*=col-]{display:-webkit-box;display:-ms-flexbox;display:flex}[class*=product-item-list-col-] .product-item-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (min-width:1200px){.l-section--product-list.l-section--padding{padding:3.125rem 0}}
/* End */


/* Start:/bitrix/templates/master_default/components/bitrix/catalog.item/master/style.min.css?17037477601684*/
.product-item-container{max-width:100%}.product-item{background:#fff;border:1px solid #e4e4e4;font-size:.875rem;height:100%;min-height:100%;overflow:hidden;padding:.5rem .5rem .75rem;-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}@media (min-width:768px){.product-item{font-size:1rem;padding:1.5rem;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}.hover>.product-item{-webkit-box-shadow:0 0 1.625rem rgba(0,0,0,.13);box-shadow:0 0 1.625rem rgba(0,0,0,.13)}}.product-item-container.hover{z-index:200}.bx-no-touch .product-item-container.hover .product-item--popup{height:auto}.product-item-image-wrapper{margin:-.5rem -.5rem .5rem}@media (min-width:768px){.product-item-image-wrapper{margin:-1.5rem -1.5rem 1rem}}.product-item-hidden{display:none;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-touch .product-item-touch-hidden{display:none!important}.bx-no-touch .product-item-container.hover .product-item--popup .product-item-hidden,.bx-touch .product-item-hidden,.product-item--line .product-item-hidden{display:block;opacity:1}.product-item--line .product-item-label-left{left:0}.product-item--line .product-item-label-right{right:0}.product-item-action{background-color:transparent;border:none;color:#000;font-size:1.5rem;z-index:220;position:relative}.product-item-action:hover{color:var(--bs-primary,#6d3df8)}.product-item-action--favorite.checked,.product-item-action--favorite:focus,.product-item-action--favorite:hover{color:#ff0462}
/* End */
/* /bitrix/templates/master_default/components/bitrix/catalog.smart.filter/master/style.css?176339875914462 */
/* /bitrix/templates/master_default/components/bitrix/catalog.smart.filter/master/themes/default/colors.min.css?1693503951501 */
/* /bitrix/templates/master_default/components/bitrix/catalog.section/master/style.min.css?1693503951458 */
/* /bitrix/templates/master_default/components/bitrix/catalog.item/master/style.min.css?17037477601684 */
