:root {
    --trans: 0.255s cubic-bezier(.215,.61,.355,1);
    --orange: #E4401C;
    --white: #ffffff;
    --gray: #c4c4c4;
    --darkgray: #444A48;
    --darkgray2: #222222;
}

@import url("nouislider.css");

input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px var(--white);
    /* -webkit-text-fill-color: var(--white); */
}

input,
textarea {
    border-radius: 0;
    color: var(--darkgray2);
    font-size: 13px;
    font-family: "Scada", "Arial", sans-serif;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  font-size: 13px;
  line-height: 16px;
  color: var(--gray);
  font-family: "Scada", "Arial", sans-serif;
}

input:invalid {
  box-shadow: none;
}

select {
  border-radius: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
}

select,
textarea,
input:matches([type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"]) {
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: none;
}


#search_form {
    background-color: #FFFFFF;
}

#search_form .desktop-filter__title {
    display: none;
}

#search_form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#search_form fieldset.cat-fieldset {
    padding: 25px 20px 22px 26px;
    background-color: #F7F7F9;
    margin-bottom: 12px;
}


#search_form .fieldset__title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: var(--darkgray2);
    text-transform: uppercase;
    margin-bottom: 15px;
}

#search_form .man_label .wrapAll, #search_form #filter-features .wrapAll {
    display: none;
}

#search_form .man_label,
#search_form #filter-features fieldset {
    padding: 30px 0px 35px;
    background-color: transparent;
    margin-bottom: 12px;
}

#search_form .man_label label,
#search_form #filter-features fieldset div label,
#search_form .desktop-label-list label {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #444A48;
    font-family: 'NotoSans';
    margin-bottom: 10px;
    cursor: pointer;
    transition: color var(--trans);
}

#search_form .man_label label:hover,
#search_form #filter-features fieldset div label:hover,
#search_form .desktop-label-list label:hover {
    color: var(--orange);
}

#search_form .man_label label span,
#search_form #filter-features fieldset div label span,
#search_form .desktop-label-list label span {
    color: #c4c4c4;
    font-size: 14px;
}

#search_form #filter-features fieldset.feature-74 div label {
    display: flex;
    align-items: center;
}

#search_form .man_label label input,
#search_form #filter-features fieldset div label input,
#search_form .desktop-label-list input {
    margin-right: 6px;
}

#search_form .man_label .bt_all,
#search_form #filter-features fieldset div .bt_all {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 19px;
    color: var(--orange);
    text-decoration: none;
    border: none;
    background-color: transparent;
    margin-top: 5px;
}

#search_form .absolute-result {
    position: absolute;
    right: calc(0px - 190px);
    display: block;
    background-color: #212121;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #212121;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    padding: 15px 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    min-width: 168px;
}

#search_form .absolute-result::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 22px;
    background-image: url('/images/absolute-result.svg');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

#search_form .absolute-result span {
    display: block;
}


#search_form .tree-list li > a.plusminus {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('/images/r-plus.svg');
    background-repeat: no-repeat;
    left: -21px;
    top: 2px;
}

#search_form .tree-list li.open > a.plusminus {
    background-image: url('/images/r-minus.svg');
    top: 5px;
}

#search_form .tree-list > li.open > .tree-list {
    display: block;
    padding-left: 15px;
    border-left: 1px dotted #C8C8C9;
    margin-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#search_form .tree-list > li.open > .tree-list > li > label {
    position: relative;
}

#search_form .tree-list > li.open > .tree-list > li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #48546A;
}

.cat-fieldset > .tree-list {
    padding-left: 15px;
    border-left: 1px dotted #C8C8C9;
}

.cat-fieldset > .tree-list > li .tree-list {
    display: none;
}

.cat-fieldset > .tree-list > li:not(:last-child),
.cat-fieldset > .tree-list > li > .tree-list > li:not(:last-child),
.cat-fieldset > .tree-list > li > .tree-list > li > .tree-list > li:not(:last-child) {
    margin-bottom: 8px;
}

.cat-fieldset > .tree-list > li.open,
.cat-fieldset > .tree-list > li.open > label,
#search_form .tree-list > li.open > .tree-list > li.open {
    margin-bottom: 0;
}

.cat-fieldset > .tree-list > li {
    position: relative;
}

.cat-fieldset > .tree-list > li > label {
    display: flex;
    align-items: end;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #48546A;
}

.cat-fieldset > .tree-list > li > label::before,
#search_form .tree-list > li.open > .tree-list > li > label::before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 40%;
    transform: translateY(-55%);
    width: 15px;
    border-bottom: 1px dotted #C8C8C9;
}

.cat-fieldset > .tree-list > li > label > input,
#search_form .tree-list > li.open > .tree-list > li > label > input {
    margin-right: 6px;
}

#final [type="submit"]{
    margin-top: 20px;
    width: 100%;
    letter-spacing: 0.04em;
    background-color: #212121;
    font-weight: 700;
    height: 45px;
}

.search_form-bg {
    opacity: 0;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(64, 59, 55, 0.4);
    z-index: 110;
    transition: 0.7s ease-in-out;
}

.search_form-bg.open {
    opacity: 1;
    transform: translateX(0);
}

#search_form .desktop-filter-wrap #final {
    display: none;
}

#search_form .desktop-filter-wrap .desktop-filter-wrapper {
  /* max-height: 180px;
  overflow:hidden;
  overflow-y: auto; */
}


@media screen and (max-width: 480px) {
    #search_form .absolute-result {
        display: none;
    }
}

@media screen and (min-width: 1024px) {

  .form-top {
    display: none
  }
    /* .form-top, */
    #search_form .man_label .bt_all,
    #search_form #filter-features fieldset div .bt_all {
        display: block;
    }

    #search_form {
        padding: 25px 20px;
        background-color: #F7F7F9;
        position: relative;
        z-index: 100;
        width: 300px;
    }

    #search_form fieldset.cat-fieldset {
        padding: 0;
        margin: 0;
    }

    .market-filter {
        transform: inherit;
        z-index: 100;
        overflow-y: visible;
    }

    .market-desktop {
        position: relative;
    }

    #search_form .desktop-filter__title {
        display: block;
        font-weight: 700;
        letter-spacing: 0.03em;
        font-size: 16px;
        line-height: 22px;
        margin-right: 20px;
        text-transform: uppercase;
    }

    #search_form .filter-absolute {
        display: flex;
        position: absolute;
        flex-wrap: wrap;
        top: 0;
        left: 330px;
        min-width: 600px;
        max-width: 800px;
    }

    #search_form #filter-features {
        display: flex;
        flex-direction: column;
        min-width: 250px;
        flex-wrap: wrap;
    }

    #search_form .price-block,
    #search_form .man_label,
    #search_form #filter-features fieldset {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
        position: relative;
        height: min-content;
        background-color: transparent;
    }

    #search_form .price-block .slider {
        transition: 0.4s ease-in-out;
    }

    #search_form .man_label label, #search_form #filter-features fieldset div label {
      position: relative;
        white-space: nowrap;
    }

    #search_form .desktop-filter-wrap.open-fieldset {
      /* max-height: 180px; */
    }

    #search_form .price-block .price-block-flex {
        margin-bottom: 20px;
    }

    #search_form .price-block .slider {
        z-index: 100;
    }

    #search_form .desktop-filter-wrap.open-fieldset + .slider {
        opacity: 1;
        display: block !important;
    }


    #search_form .fieldset__title:hover {
      color: #E4401C;
    }

    .color-image__name {
        display: block;
        margin-left: 5px;
    }

    /* .desktop-label-list {
        min-height: 50px;
        max-height: 180px;
        overflow: scroll;
    } */

    #search_form #filter-features .desktop-label-list label {
        display: flex;
        align-items: center;
    }

    #search_form .filter-absolute .desktop-filter-wrap .absolute-result {
        display: none;
    }

    #search_form .desktop-filter-wrap #final {
        display: block;
    }

    #search_form .desktop-filter-wrap #final [type="submit"] {
        margin-top: 5px;
    }

    #search_form .price-block .desktop-filter-wrap #final [type="submit"] {
        margin-top: 35px;
    }

    #final [type="submit"] {
        margin: 0 auto;
        margin-top: 25px;
    }
}

#search_form .fieldset__title::before {
  content: '';
  display: block;
  margin-right: -5px;

  width: 14px;
  height: 14px;
  background-image: url('/images/filter-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.255s ease-in-out;
}

#search_form .fieldset__title.open-fieldset::before {
  transform: rotate(-180deg);
}

#search_form .fieldset__title {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 16px;

  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-family: 'Scada', 'NotoSans', sans-serif;
  line-height: 1.2;
  color: #222222;
  cursor: pointer;
  position: relative;
  transition: color 0.215s ease-in-out;
}

@media screen and (min-width: 1100px) {
    #search_form .filter-absolute {
        min-width: 650px;
    }
}

@media screen and (min-width: 1200px) {
    #search_form .filter-absolute {
        min-width: 750px;
    }
}

@media screen and (min-width: 1300px) {
    #search_form .filter-absolute {
        min-width: 850px;
        max-width: 850px;
    }
}

@media screen and (min-width: 1400px) {
    #search_form .filter-absolute {
        min-width: 950px;
        max-width: 950px;
    }
}

#search_form .filter__item  {
    margin-bottom: 16px;
}


#search_form .filter__item-name  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


#search_form .filter__item-name span {
    transition: color var(--trans);
    font-size: 16px;
    line-height: 1.2;
}

#search_form .filter__item-name:hover span {
    color: var(--orange);
}

#search_form .filter__item-name svg {
    transform: rotate(180deg);
    transition: color var(--trans);
}

#search_form .filter__item-name:hover svg {
    color: var(--orange);
}

#search_form .filter__item[open] svg {
    transform: rotate(0deg);
}

#search_form .filter__item + .filter__section {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

#search_form .filter__item[open] + .filter__section {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

details {
    list-style: none;
}

details::webkit-details-marker {
    display: none;
}


summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

#search_form .filter__search-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 11px;
}

#search_form .filter__search-wrapper input {
    width: 100%;
    padding: 7px;
    padding-right: 25px;
    border: 1px solid #c4c4c4;
    transition: border-color var(--trans);
}

#search_form .filter__search-wrapper input:hover {
    border-color: var(--orange);
}

#search_form .filter__search-wrapper input:focus {
    border-color: var(--orange);
}

#search_form .filter__search-wrapper input:hover + svg {
    color: var(--orange);
}

#search_form .filter__search-wrapper input:focus + svg {
    color: var(--orange);
}

#search_form .filter__search-wrapper input:focus::placeholder {
    font-size: 0;
}


#search_form .filter__search-wrapper input::placeholder {
    font-size: 13px;
    color: #c4c4c4;
    font-weight: 400;
}

#search_form .filter__search-wrapper svg {
    position: absolute;
    top: 0;
    right: 7px;
    z-index: 2;
    transform: translateY(50%);
    color: #c4c4c4;
    transition: color var(--trans);
}

#search_form .filter__manufacturers {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    transform: none;
    background: transparent;
    min-width: unset;
    box-shadow: none;
}

#search_form .filter-color label {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 5px;
  padding-top: 2px;
  padding-left: 1px;
}

#search_form .filter-color label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  transition: outline-color var(--trans);outline: 2px solid transparent !important;
  overflow: hidden;
}

#search_form .filter-color label img {
  border-radius: 50%;
}

#search_form .filter-color input:checked + span {
  outline-color: var(--orange) !important;
}


#search_form .filter label {
  font-family: "Scada", "NotoSans", sans-serif;
}

#search_form .filter .ui-slider {
  margin-bottom: 35px;
}

@media(max-width: 1024px) {
  #search_form .filter .ui-slider {
    margin-bottom: 7px;
  }
}
 .noUi-target,
 .noUi-target * {
   -webkit-touch-callout: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -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;
   background-color: #c4c4c4;
 }
 /* Wrapper for all connect elements.
  */
 .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;
 }
 /* Offset direction
  */
 .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
   left: 0;
   right: auto;
 }
 /* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
 .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;
 }
 /* Slider size and handle placement;
  */
 .noUi-horizontal {
   height: 2px;
 }
 .noUi-horizontal .noUi-handle {
   top: calc(50% + 1px);
   transform: translateY(-50%);
 }

 .noUi-handle-lower {
  right: -14px;
 }

 .noUi-handle-upper {
  right: 0;
}

 .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: 2px;
 }
 .noUi-connects {
   border-radius: 3px;
 }
 .noUi-connect {
   background: var(--darkgray);
 }
 /* Handles and cursors;
  */
 .noUi-draggable {
   cursor: ew-resize;
 }
 .noUi-vertical .noUi-draggable {
   cursor: ns-resize;
 }
 .noUi-handle {
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background: var(--darkgray);
   cursor: pointer;
 }


 .noUi-active {
   background-color: var(--orange);
 }

 /* Base;
  *
  */
 .noUi-pips,
 .noUi-pips * {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .noUi-pips {
   position: absolute;
   color: #999;
 }
 /* Values;
  *
  */
 .noUi-value {
   position: absolute;
   white-space: nowrap;
   text-align: center;
 }
 .noUi-value-sub {
   color: #ccc;
   font-size: 10px;
 }
 /* Markings;
  *
  */
 .noUi-marker {
   position: absolute;
   background: #CCC;
 }
 .noUi-marker-sub {
   background: #AAA;
 }
 .noUi-marker-large {
   background: #AAA;
 }
 /* Horizontal layout;
  *
  */
 .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;
 }
 /* Vertical layout;
  *
  */
 .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;
 }

.market-filter--new  {
  background-color: #f7f7f9;
}


.market-filter--new .form-top {
  justify-content: flex-start;
  font-family: "Scada", sans-serif;
  color: var(--darkgray2);
  font-size: 16px;
  padding: 0;
  margin-bottom: 23px;
  background-color: transparent;
  border-bottom: 0;
}

.market-filter--new .form-top span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 9px;
}

.market-filter--new .form-top button {
  top: -2px;
  right: 0;
}

.market-filter--new #search_form {
  background-color: transparent;
}

@media(max-width: 1024px) {
  #search_form .filter fieldset:not(:last-of-type) {
    margin-bottom: 33px;
  }
}

#search_form .filter fieldset:not(:last-of-type) {
  margin-bottom: 23px;
}

@media(max-width: 1024px) {
  #search_form .filter fieldset {
    padding: 0 20px;
    }
}

@media(max-width: 1024px) {
  .filter__buttons{
    padding: 28 20px;
    }
}

.filter__buttons {
  background-color: transparent;
  padding: 20px 0;
}

.filter__buttons button {
  background: none;
  border: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filter__buttons .black-btn {
  background-color: var(--darkgray2);
  color: var(--white);
}

.filter__buttons .button-reset {
  background-color: #c4c4c4;
  color: var(--white);
}

@media(max-width: 1024px) {
  .filter-wrapper {
    height: calc(100vh - 166px);
    overflow: auto;
  }

  #search_form fieldset.filter__buttons {
    z-index: 100;
    position: sticky;
    background-color: #F7F7F9;
    padding-bottom: 20px;
    bottom: 0;
    right: 0;
    left: 0;
  }
}


#search_form #filter-price {
  padding: 0;
  background-color: #F7F7F9;
}

#search_form #filter-price .price-block-flex {
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  order: 2;
  margin: 15px 0;
}

#search_form #filter-price .price-block-flex label {
  position: relative;
}

#search_form #filter-price .price-block-flex label input {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid var(--gray);
  padding-left: 25px;
  transition: border-color var(--trans);
}

#search_form #filter-price .price-block-flex label input:hover {
  border-color: var(--darkgray);
}

#search_form #filter-price .price-block-flex label input:focus {
  border-color: var(--orange);
}

#search_form #filter-price .price-block-flex label input:focus::placeholder {
  font-size: 0;
}

#search_form #filter-price  .price-block-flex label span {
  position: absolute;
  top: 7px;
  left: 7px;
  color: var(--gray);
  line-height: 16px;
  font-size: 13px;
  font-family: "Scada", "Arial", sans-serif;
}

#search_form #filter-price  .price-block-flex label input::-webkit-outer-spin-button,
#search_form #filter-price  .price-block-flex label input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
#search_form #filter-price  .price-block-flex label input[type=number] {
-moz-appearance: textfield;
}

#search_form #filter-price  .price-block-flex .price-block-border {
  border-bottom: 1px solid #6D7476;
  width: 16px;
}

#search_form #filter-price .slider {
  order: 1;
  position: relative;
  background-color: #c4c4c4;
  height: 2px;
  width: 99%;
}

#search_form #filter-price  .ui-slider-range {
  height: 2px;
  background-color: #444A48
}

#search_form #filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #444A48;
  transition: background-color 0.215s ease-in;
  cursor: grab;
}

#search_form #filter-price .ui-slider-handle:hover {
  background-color: #E4401C;
}

#search_form #filter-price .ui-slider-handle:active {
  background-color: #E4401C;
}


#filter-price span + .desktop-filter-wrap {
  display: flex !important;
  flex-direction: column;
}

#filter-price .desktop-filter-wrap .slider {
  order: 1;
}

#filter-price .desktop-filter-wrap #final {
  order: 3;
}

#search_form #filter-price .price-block-flex label .absolute-result span {
  position: static;
}

.checkbox-image:checked + img {
  border: 2px solid #E4401C;
}

#search_form #filter-features fieldset div label span {
  font-family: 'Scada';
  color: #444A48;
  font-size: 14px;
}

@media (max-width: 1024px) {
  #filter-price .desktop-filter-wrap {
    display: flex;
    flex-direction: column;
  }

  #search_form #filter-price .price-block-flex label {
    flex-grow: 1;
  }

  #search_form #filter-price .price-block-flex label input {
    width: 100%;
  }

  #search_form #filter-price .price-block-flex label:last-of-type {
    margin-left: 10px;
  }
}

.button-reset {
  background-color: var(--gray);
  color: #ffffff;
  width: 100%;
  margin-top: 15px;
  border: 0;
  font-family: "Scada", "Arial", sans-serif;
  height: 45px;
  transition: background-color 0.215s ease-in-out;
}

.button-reset:hover {
  background-color: rgba(196, 196, 196, 0.8);
}

.filter__section {
  display: none;
  opacity: 0;
  transition: opacity var(--trans);
}

.fieldset__title.open-fieldset + .filter__section {
  display: block;
  opacity: 1;
  margin-bottom: 25px;
}

#filter-price .desktop-filter-wrap {
  display: flex;
  flex-direction: column;
}

@media(max-width: 1024px) {
  #search_form #filter-price .price-block-flex {
    margin-bottom: 0;
  }

  #search-form .filter__buttons {
    position: fixed;
    bottom: 30;
    width: 100%;
    width: 100%;
    margin: 0 -20px;
    padding: 0 20px;
  }
}