.category__nav a {
  color: #a1a1a1;
}
a.checked {
  color: #2a649d !important;
}
a.filter_category {
  display: flex !important;
  align-items: center;
  color: #2a649d;
  text-decoration: none;
  font-family: "Raleway";
}
a.filter_category:before {
  background: url("../../images/templates/checkbox-off.svg");
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-size: 15px;
  margin-right: 5px;
}
a.filter_category.checked:before {
  background: url("../../images/templates/checkbox.svg");
  background-size: 15px;
  filter: none;
}
.cableItem {
  color: #235d80;
  transition: all 0.4s;
  max-width: 320px;
  margin: 10px 15px;
  max-height: 530px;
}
.cableItem-hide {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
  display: none;
}
