.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.products-amount {
  position: relative;
  top: 0;
  left: calc(100%);
  z-index: 20;
  padding: 10px 20px;
  transition: .25s;
  background: #fff;
  width: 125px;
  font-size: 13px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.products-amount:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #fff;
  margin: 0 0 -10px
}

.products-amount .link-dashed {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  transition: .25s;
  color: #eee;
  text-decoration: none;
  outline: none;
  border-bottom: 1px dashed #EBEFF8;
  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
}

.filter_block {
  margin: 30px 0;
}

.filter__label--disabled {
  color: #ccc;
}

.d-filter {
  margin-bottom: 40px
}

.d-filter__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px
}

.d-filter__param {
  position: relative;
  margin: 0 15px
}

.d-filter__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative
}

.d-filter__name-n {
  font-weight: 600
}

.d-filter__name-v {
  background: var(--h-i-count-bg);
  border-radius: 50%;
  color: var(--h-i-count-color);
  font-size: 10px;
  font-size: .625rem;
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  transform: scale(0);
  transition: transform .3s ease-out
}

.d-filter__name-icon {
  margin-left: 5px
}

.d-filter__name .i-angle-down {
  transition: transform .3s ease-out;
  transform: rotateX(0)
}

.d-filter__clear {
  color: red;
  cursor: pointer;
  display: none
}

.d-filter__param:hover .i-angle-down {
  transform: rotateX(180deg)
}

.d-filter__values {
  background-color: #fcfcfc;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  opacity: 0;
  padding: 0 15px;
  position: absolute;
  transition: all .1s ease-out;
  translate-delay: .2s;
  top: 40px;
  left: -15px;
  visibility: hidden;
  white-space: nowrap;
  min-width: 200px;
  z-index: 444
}

.d-filter__values:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.d-filter__param:hover .d-filter__values {
  opacity: 1;
  top: 30px;
  visibility: visible
}

.d-filter__param_active .d-filter__name-v {
  transform: scale(1)
}

.d-filter__param_active .i-angle-down {
  display: none
}

.d-filter__param_active .d-filter__clear {
  display: block
}

.d-filter__check {
  display: block;
  margin: 15px 0;
  width: 100%;
  overflow: auto;
  max-height: 306px
}

.d-filter__check::-webkit-scrollbar {
  background: #ededed;
  border: 1px solid #fff;
  width: 3px
}

.d-filter__check::-webkit-scrollbar-thumb,
.d-filter__check::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

.d-filter__label {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  margin-top: 15px;
  position: relative;
  padding-right: 15px;
  transition: color .3s ease-out;
  vertical-align: top;
  height: 17px
}

.d-filter__label:first-child {
  margin-top: 0
}

input.d-filter__inp {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  float: left;
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 20px;
  padding: 0 10px;
  width: calc(50% - 8px);
  height: 36px
}

.d-filter__inp+.d-filter__inp {
  float: right
}

.d-filter__sliders {
  display: block;
  font-size: 0;
  margin: 15px 0;
  padding-bottom: 2px;
  width: 200px
}

.d-filter .ui-slider-horizontal {
  height: 3px;
  border: none
}

.d-filter .ui-slider-horizontal .ui-slider-handle,
.d-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color: #eee;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #eee;
  top: -4px;
  margin-left: -5px;
  outline: none;
  height: 10px;
  width: 10px;
  z-index: 0
}

.d-filter .ui-slider-horizontal.ui-widget-content {
  background: #e3e3e3;
  border-color: #e3e3e3;
  clear: both;
  height: 3px;
  margin-left: 5px;
  width: calc(100% - 10px)
}

.d-filter .ui-slider-horizontal .ui-widget-header {
  background: #eee;
  height: 3px;
  position: relative;
  top: 0;
  z-index: 0
}

.d-filter .ui-corner-all {
  transition: none
}

@media (max-width: 768px) {
  .products-amount {
    display: none !important;
  }
}

@media screen and (max-width:980px) {
  .d-filter {
    display: none
  }
}

.filter__bar {
  cursor: pointer;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 52px;
  padding: 0 20px;
}

.filter__barIcon {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}

.filter__barTitle {
  font-weight: 600;
}

.filter__block {
  padding: 0;
  width: 100%;
}

.filter__wrap {
  margin: 0;
}

.filter__param {
  display: block;
  position: relative;
  clear: both;
  margin: 25px 0px;
}

.filter__name {
  cursor: pointer;
  position: relative;
}

.filter__name-icon {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.filter__name .i-angle-down {
  margin-bottom: 0;
  transition: transform 0.2s ease-out;
  transform: rotate(1deg);
  font-size: 12px;
  height: 10px;
  width: 10px;
}

.filter__name_active .i-angle-down {
  transform: none;
}

.filter__check {
  display: none;
  font-size: 0;
  margin-bottom: 20px;
  padding-right: 25px;
}

.filter__check-all,
.filter__check-all-no {
  border-bottom: 1px dashed;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  transition: border 0.2s ease-out;
}

.filter__check-all:hover,
.filter__check-all-no:hover {
  border-bottom-color: transparent;
}

.filter__check-dop {
  display: none;
}

.filter__check_color {
  margin-top: -10px;
  margin-left: 10px;
}

.filter__check_color .s-checkbox {
  display: none;
}

.filter__check_color .filter__label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  width: 30px;
  height: 30px;
}

.filter__check_color .filter__label_active .i-check {
  opacity: 1;
  visibility: visible;
}

.filter__check_color .i-check {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.filter__label {
  cursor: pointer;
  display: inline-block;
  font-size: .8125rem;
  margin-top: 10px;
  position: relative;
  transition: color 0.3s ease-out;
  vertical-align: top;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter__label_active {
  color: #242424;
}

.filter__label-color, .filter__label_new input {
  display: none;
}

.filter__label_new {
	display: inline-block;
    float: left;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    width: 25px;
    margin: 5px;
    height: 15px;
    padding: 5px;
    line-height: 15px;
    cursor: pointer;
}

.filter__label_new:hover {
 	background: #000;
    color: #fff
}
 	
.checked_filter {
 	background: #000;
 	color: #fff;
}	
.p-d {
  margin-top: 6px !important;
}
	
.filter__sr {
  margin: 0;
}

.filter__button {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  color: #fff;
  background: #ff7800;
  border-color: #ff7800;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid #ff7800;
  line-height: 1;
  padding: 11px 20px;
  font-family: 'Montserrat', sans-serif;
}

.filter__button:hover {
  background: #ffa600;
  border-color: #ffa600;
  color: #fff;
}

.filter__reset {
	font-size: 13px;
    margin-top: 30px;
    justify-content: center;
    width: 115px;
    height: 40px;
    border-radius: 5px;
    clear: both;
    outline: none;
    color: #6F6F6F;
    background: #fff;
    border-color: #6F6F6F;
    box-shadow: none;
    cursor: pointer;
    border: 2px solid #6F6F6F;
    line-height: 1;
    padding: 8px 25px;
    font-family: 'Montserrat',sans-serif;
}

.filter__inp {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  float: left;
  margin-top: 5px;
  margin-right: 5%;
  margin-bottom: 25px;
  width: calc(44% - 7.5px) !important;
  height: 36px;
  font-family: 'Montserrat', sans-serif;
  text-indent: 5px;
}

.filter__inp:focus-visible {
  border: solid 1px #ccc;
  outline: none;
}

.filter__sliders {
  margin-bottom: 20px;
  padding-right: 25px;
  position: relative;
}

.filter .ui-slider-horizontal {
  height: 3px;
  border: none;
}

.filter .ui-slider-horizontal .ui-slider-handle,
.filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color: #fff;
  border: 2px solid #EA5D1A;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #eee;
  top: -5px;
  margin-left: 0px;
  outline: none;
  height: 10px;
  width: 10px;
  z-index: 0;
}

.filter .ui-slider-horizontal.ui-widget-content {
  background: #e3e3e3;
  border-color: #e3e3e3;
  clear: both;
  height: 3px;
  margin-left: 5px;
  width: calc(90% - 10px);
}

.filter .ui-slider-horizontal .ui-widget-header {
  background: #EA5D1A;
  height: 4px;
  position: relative;
  top: 0;
  z-index: 0;
}

.filter .ui-corner-all {
  transition: none;
}

.f-finds {
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 20px;
}

.f-finds .icon10.color,
.f-finds .icon16.color {
  margin-bottom: 0;
  width: 11px;
  height: 11px;
}

.f-finds__rezult {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 10px;
}

.f-finds__title {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.f-finds__list {
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 8px 10px;
  vertical-align: middle;
}

.f-finds__name,
.f-finds__remove {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.f-finds__name:before {
  background: #eee;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-out;
  top: 50%;
  width: 100%;
  height: 1px;
}

.f-finds__list:not(.f-finds__button):hover .f-finds__name:before {
  opacity: 1;
}

.f-finds__remove {
  margin-left: 5px;
}

.f-finds__button {
  color: #818181;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.f-finds__button:hover {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}

@media screen and (max-width: 980px) {
  .filter__block {
    display: none;
  }
}

.s-checkbox input {
  width: 20px;
  height: 20px;
}

.s-checkbox input+.s-checkbox__element .i-check {
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-out;
  visibility: hidden;
  width: 10px;
  height: 10px;
}

.s-checkbox {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px 2px 0;
  position: relative;
  vertical-align: middle;
}

.filter__label_counter {
  float: right;
}