.CatalogRubricsBig {
  margin-right: -10px;
}
.CatalogRubricsBig_item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% /4 - 10px);
  width: calc(100% /4 - 10px);
  margin-right: 10px;
  margin-bottom: 16px;
  color: #912490;
}
.CatalogRubricsBig_item:hover {
  color: #6248ce;
}
.CatalogRubricsBig_itemImage {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1/img/placeholder.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.CatalogRubricsBig_itemTitle {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 16px;
  line-height: 24px;
}

/*# sourceMappingURL=../maps/component/catalogRubricsBig.css.map */
