@charset "UTF-8";
.noUi-target, .noUi-target * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
}
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.noUi-handle {
  position: absolute;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.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;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 16px;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed;
}
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shop2-filter .noUi-base {
  width: auto;
  margin-right: 11px;
}
.shop2-filter .input_range_slider {
  width: 100%;
  height: 4px;
  background-color: #44944A;
  margin: 24px 0 0;
  border-radius: 3px;
}
.shop2-filter .noUi-horizontal .noUi-connect {
  background-color: #44944A;
}
.shop2-filter .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: 0;
  top: -4px;
  border: none;
  background: #fff;
  border: 3px solid #44944A;
  cursor: pointer;
  border-radius: 50%;
}
.shop2-filter .noUi-horizontal .noUi-origin.noUi-background {
  background-color: #44944A;
  height: 4px;
}
.filter-block {
  background: #FBF9F3;
  border-radius: 0;
}
.filter-block .shop2-filter__header {
  color: #1C1C1C;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21px;
  margin: 0 0 15px;
}
.filter-block .shop2-filter__item {
  padding: 15px 0 26px;
}
.filter-block .shop2-filter__title {
  font-size: 16px;
  color: #1C1C1C;
  line-height: 18.75px;
  margin: 0;
  padding-right: 15px;
  cursor: pointer;
}
.filter-block .shop2-filter__body {
  margin-top: 25px;
}
.filter-block .input-from__title, .filter-block .input-to__title {
  color: #1C1C1C;
  padding: 0 0 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.filter-block .shop2-filter__checkbox:nth-child(n+3) {
  display: flex;
}
.filter-block .shop2-filter__checkbox:nth-child(n+6) {
  display: none;
}
.filter-block .shop2-filter__checkbox.active {
  display: flex;
}
.filter-block .gr-filter-more__amount {
  display: none;
}
.filter-block .shop2-filter__checkbox .param-val {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding: 0 0 0 28px;
  min-height: 0;
}
.filter-block .shop2-filter__checkbox .param-val:before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  top: 0;
}
.filter-block .shop2-filter__checkbox .param-val.active-val {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding: 0 0 0 28px;
  min-height: 0;
}
.filter-block .shop2-filter__checkbox {
  margin: 0 0 10px;
}
.filter-block .gr-filter-more {
  margin: 0 0 10px;
}
.filter-block .gr-filter-more__btn {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 23px 0 0;
  color: #44944A;
  font-size: 16px;
  font-weight: normal;
  line-height: 18.75px;
  background: none;
  position: relative;
}
.filter-block .gr-filter-more__btn:hover {
  color: #44944A;
}
.filter-block .gr-filter-more__btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  display: block;
  content: "";
  background: url(ar.svg) 0 0 no-repeat;
}
.filter-block .shop2-filter-result {
  display: none;
}
.shop2-filter__add {
  margin: 35px 0 0;
  border-top: 1px solid #e2e0db;
  padding: 30px 0 0;
}
.filter-block .shop2-filter-btns .shop2-filter-go {
  background: #44944A;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.filter-block .input-from input, .filter-block .input-to input {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #1C1C1C;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
  height: 40px;
}
.filter-block .input-from {
  margin-right: 14px;
  position: relative;
}
.filter-block .input-from:after {
  position: absolute;
  bottom: 12px;
  right: -10px;
  line-height: 1;
  color: #1C1C1C;
  font-size: 18px;
  content: "-";
}
.filter-block .input-from, .filter-block .input-to {
  width: calc(50% - 7px);
}
.sorting-panel {
  display: none;
}
@media (min-width: 1261px) {
  .filter-block {
    position: relative;
  }
  .filter-block .shop2-filter-btns .shop2-filter-reset {
    padding: 0;
    background: none !important;
    color: #44944A !important;
    font-weight: normal;
    line-height: 18.75px;
    position: absolute;
    right: 30px;
    top: 32px;
    font-size: 0;
    text-decoration: underline;
  }
  .filter-block .shop2-filter-btns .shop2-filter-reset:before {
    content: "Сбросить";
    font-size: 16px;
  }
  .filter-block .shop2-filter-btns .shop2-filter-reset:hover {
    text-decoration: none;
  }
}
@media (max-width: 1260px) {
  .sorting-panel {
    display: block;
  }
  .sorting-block, .shop-view {
    display: none;
  }
  .filter-block {
    background: none;
  }
  .filter-block .shop2-filter-btns .shop2-filter-reset {
    margin: 15px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 590px) {
  [data-remodal-id="filter-popup"] {
    border-radius: 0;
  }
}
