

/* Start:/bitrix/templates/alcap/components/bitrix/catalog.smart.filter/alcap_store/style.css?17783182738273*/
.personal-page .catalog-filtres {
  width: 100%;
  max-width: 100%;
}

.catalog-filtres {
  width: 100%;
  max-width: 296px;
}
.catalog-filtres--margin {
  margin-right: 32px;
}
.catalog-filtres__filtres {
  margin-bottom: 31px;
}
.catalog-filtres__title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.catalog-filtres__category--category {
  margin-bottom: 26px;
}
.catalog-filtres__category--sale {
  margin-bottom: 26px;
}
.catalog-filtres__category--sale {
  margin-bottom: 28px;
}
.catalog-filtres__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-filtres__list--price {
  margin-bottom: 36px;
}
.catalog-filtres__item:first-child {
  font-size: 18px;
  color: #000000;
}
.catalog-filtres__item--title-price {
  margin-bottom: 7px !important;
}
.catalog-filtres__link {
  position: relative;
  color: blue;
  border-bottom: 1px solid transparent;
  outline: none;
}
.catalog-filtres__link-text {
  position: relative;
}
.catalog-filtres__link::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: -3px;
  background-color: blue;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.catalog-filtres__link:hover {
  border-bottom-color: blue;
}
.catalog-filtres__link:focus {
  color: #ffffff;
}
.catalog-filtres__link:focus:not(:active):before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.catalog-filtres__link:active {
  color: red;
  border-bottom-color: red;
}
.catalog-filtres__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-filtres__text {
  font-size: 16px;
  color: #999999;
  margin-right: 9px;
}
.catalog-filtres__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-filtres__input {
  border: 1px solid #999999;
  border-radius: 2px;
  width: 86px;
  height: 30px;
  padding: 5px 13px;
  outline: none;
}
.catalog-filtres__input:hover {
  cursor: pointer;
  border-color: #e00c32;
}
.catalog-filtres__input:focus:not(:active) {
  border-color: #e00c32;
  background-color: #e00c32;
}
.catalog-filtres__input:active {
  border-color: #e00c32;
}
.catalog-filtres__progress {
  height: 3px;
  border: none;
  border-radius: 3px;
  background-color: #999999;
}
.catalog-filtres__progress .noUi-connect {
  background-color: #e00c32;
}
.catalog-filtres__progress .noUi-handle:after,
.catalog-filtres__progress .noUi-handle:before {
  display: none;
}
.catalog-filtres__progress .noUi-touch-area {
  border-radius: 100%;
  background-color: #e00c32;
}
.catalog-filtres__progress .noUi-handle {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -5px;
  right: -6px;
  cursor: pointer;
}
.catalog-filtres__progress .noUi-handle-lower {
  right: -7px;
}
.catalog-filtres .catalog-filtres__item:not(:last-child) {
  margin-bottom: 12px;
}
.catalog-filtres__content {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .catalog-filtres {
    max-width: 100%;
  }
  .catalog-filtres__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .catalog-filtres__list--price .catalog-filtres__item {
    width: 100%;
  }
  .catalog-filtres__item:first-child {
    width: 100%;
  }
}

.catalog-filtres__input{
    width:100%;
}

.catalog-filtres__item--range{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.catalog-filtres__inputs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-bottom:10px;
}

.catalog-filtres__label{
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:stretch;
}

.catalog-filtres__text{
    font-size:14px;
    line-height:1.2;
    margin-right:0;
    color:#999999;
}

.catalog-filtres__progress{
    margin:8px 4px 2px;
    height:3px;
    border:none;
    border-radius:3px;
    background-color:#999999;
}

.catalog-filtres__progress.noUi-target{
    height:3px;
    border:none;
    border-radius:3px;
    box-shadow:none;
    background-color:#999999;
}

.catalog-filtres__progress .noUi-connect{
    background-color:#e00c32;
}

.catalog-filtres__progress .noUi-handle{
    width:13px;
    height:13px;
    background-color:transparent;
    border:none;
    border-radius:50%;
    box-shadow:none;
    top:-5px;
    right:-6px;
    cursor:pointer;
}

.catalog-filtres__progress .noUi-handle-lower{
    right:-7px;
}

.catalog-filtres__progress .noUi-touch-area{
    border-radius:50%;
    background-color:#e00c32;
}

.catalog-filtres__progress .noUi-handle::before,
.catalog-filtres__progress .noUi-handle::after{
    display:none;
}

.catalog-filtres__buttons{
    display:flex;
    gap:12px;
    align-items:stretch;
    flex-wrap:nowrap;
    margin-top:20px;
}

.catalog-filtres__buttons .b-btn,
.catalog-filtres__buttons .btn-reset{
    flex:1 1 0;
    min-width:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 16px;
    font-size:18px;
    line-height:1.2;
    text-decoration:none;
    border-radius:10px;
}

.catalog-filtres__buttons .b-btn{
    width:auto;
}

.catalog-filtres__buttons .b-btn--white{
    background:#ffffff;
    color:#111111;
    border:1px solid #d9d9d9;
}

.catalog-filtres__buttons .b-btn--white:hover,
.catalog-filtres__buttons .b-btn--white:focus{
    color:#111111;
    text-decoration:none;
}

@media (max-width: 420px){
    .catalog-filtres__inputs{
        grid-template-columns:1fr;
    }

    .catalog-filtres__buttons{
        gap:10px;
    }

    .catalog-filtres__buttons .b-btn,
    .catalog-filtres__buttons .btn-reset{
        padding:12px 14px;
        font-size:16px;
    }
}


/* fix: smaller noUiSlider handles */
.catalog-filtres__progress .noUi-handle,
.catalog-filtres__progress.noUi-target .noUi-handle {
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    top: -4px !important;
    right: -5px !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    background: transparent !important;
}

.catalog-filtres__progress .noUi-handle-lower,
.catalog-filtres__progress.noUi-target .noUi-handle-lower {
    right: -6px !important;
}

.catalog-filtres__progress .noUi-touch-area,
.catalog-filtres__progress.noUi-target .noUi-touch-area {
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    background-color: #e00c32 !important;
}

.catalog-filtres__progress .noUi-handle::before,
.catalog-filtres__progress .noUi-handle::after,
.catalog-filtres__progress.noUi-target .noUi-handle::before,
.catalog-filtres__progress.noUi-target .noUi-handle::after {
    display: none !important;
}


.catalog-filtres__form{
    position:relative;
}

.catalog-filtres__floating-apply{
    position:fixed;
    z-index:2147483647;
    pointer-events:none;
    transform:translateY(-50%);
}

.catalog-filtres__floating-button{
    pointer-events:auto;
    white-space:normal;
    width:190px; max-width:190px;
    box-shadow:0 12px 30px rgba(0,0,0,0.16);
}

.catalog-filtres__floating-apply.is-loading .catalog-filtres__floating-button{
    cursor:wait;
    opacity:0.95;
}

@media (max-width: 1024px){
    .catalog-filtres__floating-apply{
        left:16px !important;
        right:16px;
        top:auto !important;
        bottom:16px;
        transform:none;
    }

    .catalog-filtres__floating-button{
        width:100%;
        justify-content:center;
    }
}

/* End */


/* Start:/bitrix/templates/alcap/scripts/noUiSlider/nouislider.min.css?17783182735105*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow:
    inset 0 1px 1px #f0f0f0,
    0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-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;
}
.noUi-handle:after,
.noUi-handle:before {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */
/* /bitrix/templates/alcap/components/bitrix/catalog.smart.filter/alcap_store/style.css?17783182738273 */
/* /bitrix/templates/alcap/scripts/noUiSlider/nouislider.min.css?17783182735105 */
