.catalogRubrics {
  width: 944px;
  margin: 2rem auto 2.5rem;
}
.catalogRubrics_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 304px;
  margin-bottom: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #005fa2;
  background-color: #fff;
}
.catalogRubrics_item__even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.catalogRubrics_item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 5px 9px 24px rgba(0,0,0,0.2);
  color: #007fd9;
}
.catalogRubrics_item:hover > .linkImage:before {
  opacity: 1;
}
.catalogRubrics_itemImage {
  display: block;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding-top: 304px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/corpext/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.catalogRubrics_itemImage__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.catalogRubrics_itemText {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding: 2rem 5rem;
}
.catalogRubrics_itemTitle {
  margin-bottom: 2rem;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 5.625rem;
}
.catalogRubrics_itemDesc {
  display: block;
  color: #101212;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 7.5rem;
  font-size: 1rem;
}

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