.filter__checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.filter__checkbox label span {
  width: 100%;
  padding: 12px 15px 11px 7px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #25282E;
  opacity: 0.8; }

.filter__checkbox label span img.hover, .filter__checkbox label span img.active {
  margin-right: 10px; }

.filter__checkbox label span img.hover {
  display: none; }

.filter__checkbox .checkbox__label:hover span img.hover {
  display: inline-block; }

.filter__checkbox .checkbox__label:hover span img.active {
  display: none; }

.checkbox__label > input:checked + span img.active {
  display: none; }

.checkbox__label > input:checked + span img.hover {
  display: inline-block; }

.filter__checkbox .checkbox__label.akcyi span {
  color: #e60003; }

.filter__checkbox .checkbox__label.akcyi input:checked + span {
  color: #fff; }
  .filter__checkbox .checkbox__label.akcyi input:checked + span svg {
    fill: #fff; }
  .filter__checkbox .checkbox__label.akcyi input:checked + span .checkbox__label:before {
    z-index: -1; }

.filter__checkbox .checkbox__label.akcyi svg {
  fill: #e60003; }

.checkbox__label {
  display: flex;
  border-bottom: 1px solid #E3E6F0;
  position: relative; }

@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .filter__checkbox .checkbox__label:hover {
    background: #e60003;
    cursor: pointer; }
    .filter__checkbox .checkbox__label:hover span {
      color: #fff;
      opacity: 1; }
    .filter__checkbox .checkbox__label:hover svg {
      fill: #fff; } }

.checkbox__label svg {
  width: 18px;
  height: 18px;
  margin-right: 8px; }

.checkbox__label > input:checked + span {
  color: #fff;
  background: #e60003;
  opacity: 1; }

.checkbox__label > input:checked + .checkbox__label:before {
  z-index: -1; }

.icon-remove {
  width: 11px;
  height: 11px;
  fill: #fff;
  position: absolute;
  right: 8px;
  top: 15px;
  opacity: 0; }

.checkbox__label > input:checked + span svg {
  fill: #fff; }

.checkbox__label > input:checked + span .icon-remove {
  opacity: 1; }

.picking {
  display: flex; }

.filter__body .filter__row {
  margin-bottom: 5px; }

.object__filter-title {
  position: relative;
  margin: 0;
  padding: 10px 38px 11px 10px;
  text-transform: inherit;
  background: #E5E8F4;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #25282E;
  opacity: 0.8;
  position: relative; }

.object__filter-title .icon-check {
  width: 14px;
  height: 7px;
  fill: #949599;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.5s;
  transform: translateY(-50%); }

.filter-content {
  padding: 0 0 0 10px;
  display: none; }

.filter-content.current .show-more {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  width: 178px;
  height: 37px;
  margin: 15px 0 0 auto;
  text-align: center;
  padding: 9px 0; }

.filter-content.current .close {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  width: 178px;
  height: 37px;
  margin: 15px 0 0 auto;
  text-align: center;
  padding: 5px 0; }

.object__filter-title.open .icon-check {
  transform: rotate(180deg);
  top: 40%; }

.filter-content.current {
  display: block; }

.object__prise-range-inputs {
  display: flex;
  justify-content: space-between; }
  .object__prise-range-inputs input {
    width: 45%;
    padding-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #25282E;
    opacity: 0.8;
    box-shadow: none;
    border: 0;
    height: 15px;
    border-bottom: 1px solid #E3E6F0; }

.filter-show {
  padding: 15px 0;
  overflow-y: auto;
  height: 100%;
  max-height: 145px; }

.object__filter-title-item {
  line-height: 1.2;
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  letter-spacing: .25px .035rem; }
  .object__filter-title-item:last-child {
    margin-bottom: 0; }

.object__filter-title-item input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0; }

.object__filter-title-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #949599;
  box-sizing: border-box; }

.object__filter-title-item input:checked ~ .checkmark {
  border: 1px solid #25282E; }

.object__filter-title-item input:checked ~ .checkmark:before {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 7px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #25282E;
  border-bottom: 1px solid #25282E; }

.object__filter-title-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #25282E;
  opacity: 0.8;
  padding-right: 10px; }
  .object__filter-title-item span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
    opacity: 0.8; }
  .object__filter-title-item .little {
    padding-left: 7px; }
  .object__filter-title-item .subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #25282E;
    opacity: 0.8; }

.object__filter-title-item input:checked ~ .checkmark {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #e60003;
  opacity: 0.8; }

.object__filter-title-item input:checked ~ .subtitle {
  color: #e60003; }

.filter-show::-webkit-scrollbar {
  width: 8px; }

.filter-show::-webkit-scrollbar-track {
  background: #E5E8F4; }

.filter-show::-webkit-scrollbar-thumb {
  background: rgba(74, 86, 104, 0.4); }

.select-checkbox__list {
  position: absolute;
  margin: 0;
  list-style-type: none;
  border: 1px solid #b99aa9;
  border-top: none;
  background: white;
  width: 100%;
  padding: 44px 22px 20px 22px;
  top: 22px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  display: none; }

.checkbox__label > input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.select-checkbox {
  width: 100%;
  position: relative; }

.object__mobile .filter-content {
  display: block; }
  .object__mobile .filter-content .filter-show {
    max-height: 100%; }

.object__mobile .object__filter-title, .show-more {
  display: none; }

#close-list, .filter__mobile-btn {
  display: none; }

@media (max-width: 1023.98px) {
  .filter-show {
    padding: 15px 0 15px 10px; }
  .object__mobile .filter-content.line .filter-show {
    position: relative; }
    .object__mobile .filter-content.line .filter-show:before {
      background: linear-gradient(269.67deg, #F6F8FF 7.77%, rgba(255, 255, 255, 0) 99.7%);
      width: 100%;
      height: 52px;
      position: absolute;
      left: 0;
      content: '';
      right: 0;
      bottom: 57px;
      z-index: 2; }
  .filter-show.open:before {
    display: none; }
  .object__mobile .filter-content .filter-show .filter__checkbox .checkbox:nth-child(n+5) {
    display: none; }
  .filter__mobile-btn {
    height: 54px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    left: 0; }
  .filter__mobile-btn {
    display: flex; }
    .filter__mobile-btn ._m-btn {
      width: 50%;
      position: relative; }
      .filter__mobile-btn ._m-btn span {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px; }
    .filter__mobile-btn .btn-cancel {
      color: #898989;
      background: #E3E6F0; }
    .filter__mobile-btn .btn-cancel.active {
      color: #fff;
      background: #25282E; }
    .filter__mobile-btn .btn-apply {
      color: #FFFFFF;
      background: #e60003; }
  .object__mobile .filter-content .filter-show.open .filter__checkbox .checkbox:nth-child(n+5) {
    display: block; }
  .object__mobile .filter-content {
    display: none; }
  .filter__checkbox.open #more {
    display: none; }
  .filter-all {
    padding: 25px 40px 150px 25px; }
  .object__mobile .object__filter-title {
    display: block; }
  .show-more, .object__mobile .filter-content.current {
    display: block; }
  .object__mobile .filter-show.open .show-more {
    display: none; }
  .object__mobile .filter-show.open #close-list {
    display: block; }
  .filter__checkbox.open #close-list {
    display: block; }
  .filter__body {
    display: none; }
  .catalog-page__left .title-left {
    display: none; }
  .filter__body.open {
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    background: #F6F8FF;
    z-index: 5;
    height: 100%;
    width: 100%;
    overflow: auto; } }

.filter__checkbox label span img.hover, .filter__checkbox label span img {
  width: 20px;
  height: 20px; }
