.filters {
  background: #fff;
  border: 1px solid #090000;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden
}
.filters__checkbox-indicator:not(:last-child) {
  margin-bottom: 12px
}
.filters__checkbox-indicator:last-child {
  margin-bottom: 5px
}
.filters__block-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px
}
.filters__block.filters__block_hidden-desktop {
  display: none
}
.filters__more {
  display: inline-flex;
  align-items: center;
  cursor: pointer
}
.filters__more-btn {
  width: 38px;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 20px
}
.filters__more-btn label {
  width: 38px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid #b6b3b3;
  border-radius: 50px;
  cursor: pointer;
  transition: .25s
}
.filters__more-btn label::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1px;
  transition: .25s;
  transform: translateY(-50%);
  border: 1.5px solid #b6b3b3;
  background-color: #b6b3b3
}
.filters__more-btn input[type=checkbox] {
  visibility: hidden
}
.filters__more-btn input[type=checkbox]:checked + label {
  border-color: #6ba442
}
.filters__more-btn input[type=checkbox]:checked + label::after {
  left: auto;
  right: 1px;
  border-color: #6ba442;
  background-color: #6ba442;
  transition: .25s
}
.filters__more-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #090000
}
.filters__more_active .filters__more-btn {
  border-color: #6ba442
}
.filters__more_active .filters__more-btn::before {
  left: auto;
  right: 1px;
  border-color: #6ba442;
  background-color: #6ba442
}
.filters__block-mob {
  display: none
}
.filters__block-mob .filters__row {
  border-bottom-color: #000
}
.filters__block-inner .filters__row {
  padding: 0 21px;
  min-height: 69px
}
.filters__btn-mob {
  display: none!important
}
.filters__arrow,
.filters__value {
  display: none
}
.filters__heading-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px 24px
}
.filters__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #090000
}
.filters__caption {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #090000;
  text-transform: uppercase
}
.filters__caption span {
  font-family: Onest,sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  background-color: rgba(38,38,38,.1);
  border-radius: 14px
}
.filters__clear-btn {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #090000;
  transition: .35s
}
.filters__clear-btn:hover {
  color: #090000
}
.filters__block {
  background: #fff;
  border-radius: 20px;
  position: relative
}
.filters__block_show .filters__row {
  border-bottom-color: transparent
}
.filters__block_show .filters__content {
  transition: .25s;
  border-bottom: 1px solid rgba(38,38,38,.1)
}
.filters__block_show .filters__caption {
  color: #6ba442
}
.filters__block_show .filters__caption span {
  color: #090000
}
.filters__block_show .filters__icon {
  transform: rotate(180deg)
}
.filters__block_show .filters__icon svg {
  stroke: #6ba442
}
.filters__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 53px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(38,38,38,.1);
  cursor: pointer
}
.filters__prev {
  display: flex;
  align-items: center
}
.filters__prev-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #090000;
  margin-left: 10px
}
.filters__filter-close-block {
  display: flex;
  align-items: center
}
.filters__filter-close-text {
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: rgba(38,38,38,.5);
  margin-right: 10px
}
.filters__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: .35s
}
.filters__icon svg {
  stroke: #090000;
  stroke-width: 3
}
.filters__content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px
}
.filters__content_mob {
  display: flex
}
.filters__content_has-more .filters__show-more {
  display: block
}
.filters__link {
  display: flex;
  align-items: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #090000;
  transition: .35s
}
.filters__link.active,
.filters__link:hover {
  color: #fbd8d6
}
.filters__link-count {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #090000
}
.filters__search-block {
  position: relative;
  width: 100%;
  margin-bottom: 15px
}
.filters__search-block svg {
  position: absolute;
  top: 12px;
  left: 10px
}
.filters__search-input {
  width: 100%;
  padding: 11px 11px 12px 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #090000;
  background: #f8f8f8;
  border-radius: 10px
}
.filters__search-input::-moz-placeholder {
  color: #090000
}
.filters__search-input::placeholder {
  color: #090000
}
.filters__show-more {
  display: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #fbd8d6
}
.filters__checkbox-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: hidden
}
.filters__checkbox-block {
  padding-top: 11px;
  padding-bottom: 10px;
  display: flex;
  align-items: center
}
.filters__checkbox-block input {
  margin-right: 10px
}
.filters__checkbox-block.hidden {
  display: none
}
.filters__checkbox-block-value {
  font-family: Onest,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #090000;
  display: flex;
  align-items: center
}
.filters__checkbox-block-amount {
  font-family: Onest,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 4px 7px;
  background-color: rgba(38,38,38,.1);
  border-radius: 14px;
  margin-left: 12px
}
.filters__bottom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px
}
.filters__btn {
  width: 100%;
  margin-bottom: 12px
}
.filters__btn-text-mob {
  display: none
}
.filters__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #090000
}
.filters__row-range {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px
}
.filters__row-range input {
  width: 45%;
  padding: 12px 10px 10px;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #090000;
  background-color: #fff;
  border-radius: 10px
}
.filters__line {
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #090000
}
.filters__tag-price {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5px
}
.filters__price-preset {
  display: block;
  margin: 2.5px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #090000;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  cursor: pointer
}
.filters__price-preset.active {
  color: #fbd8d6;
  border-color: #fbd8d6
}
.filters__range {
  width: 100%
}
.filters__tooltip {
  position: absolute;
  bottom: 40px;
  right: -135px;
  z-index: 400
}
.filters__tooltip-wrap {
  font-weight: 500;
  font-size: 14px;
  background-color: #fff;
  box-shadow: -10px 0 20px rgba(0,0,0,.15),2px 0 20px rgba(0,0,0,.15);
  padding: 10px 10px 5px 16px;
  border-radius: 15px 15px 15px 0;
  position: relative
}
.filters__tooltip-wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff
}
.filters__tooltip-amount {
  color: #858585;
  margin-bottom: 5px
}
.filters__tooltip-link {
  display: flex;
  align-items: center;
  color: #e81b23
}
.filters__tooltip-link svg {
  width: 28px;
  height: 28px;
  margin-left: 12px
}
@media (max-width:1023px) {
  .filters {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    border-radius: 0;
    z-index: 11;
    overflow-y: auto
  }
  .filters__block.filters__block_hidden-desktop {
    display: block
  }
  .filters__block-mob {
    display: block;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px
  }
  .filters__block-inner {
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px
  }
  .filters__btn-mob {
    display: flex!important;
    padding: 18px 90px!important;
    height: auto;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-fill-available!important
  }
  .filters__value {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 2px 2px 2px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #fbd8d6;
    background: #6ba442;
    border-radius: 15px
  }
  .filters__value button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    padding: 0;
    line-height: 0;
    cursor: pointer
  }
  .filters__arrow {
    display: block;
    margin-right: 4px
  }
  .filters__heading-block {
    margin-bottom: 10px;
    padding: 12px;
    border-bottom: 1px solid #eaeaea
  }
  .filters__title {
    font-size: 15px;
    line-height: 19px;
    color: #090000
  }
  .filters__clear-btn {
    color: #fbd8d6
  }
  .filters__content {
    padding-top: 0
  }
  .filters__link {
    padding-top: 7px;
    padding-bottom: 7px
  }
  .filters__btn {
    height: auto;
    font-size: 14px;
    line-height: 18px
  }
  .filters__btn-text-mob {
    display: block
  }
  .filters__btn-text-desc,
  .filters__text {
    display: none
  }
  .filters__tooltip {
    display: none!important
  }
}