.free_instalation {
  display: block;
  width: 75px;
  height: 75px;
  background: url('images/montazh.png') center top no-repeat;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10;
}
.wrap_icon.wrap_filter .svg {
  opacity: 0.4;
}
.header_filter_ico {
  position: relative;
  display: block;
}
.header_filter_ico.active-filter::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 2;
  border: 1px solid #fff;
  border-color: var(--card_bg_black);
  background: #018bd4;
}
#fast_view_services .popup-text-info__btn {
  display: none !important;
}
.services-items .services-item__description {
  font-size: 12px;
  margin-top: 10px;
  line-height: 16px;
  color: #018bd4;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #018bd4;
  display: none;
}
.services-items .services_on .services-item__description  {
  display: block;
}
.catalog_block .article_block, .catalog_block .item-stock {
  display: none !important;
}