.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.catalogRubrics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: 2.5rem;
}
.catalogRubrics_item {
  width: -webkit-calc(100% / 2 - (54px / 2));
  width: calc(100% / 2 - (54px / 2));
  height: 178px;
  margin-bottom: 67px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #006864;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalogRubrics_item:nth-child(2n-1) {
  margin-right: 54px;
}
.catalogRubrics_itemImage {
  display: inline-block !important;
  width: 33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/realty1/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #48abff;
}
.catalogRubrics_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% auto;
}
.catalogRubrics_itemDescription {
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  word-wrap: break-word;
  text-align: center;
  max-height: 5.625rem;
  width: 66%;
  min-height: 184px;
  margin-left: 14px;
}
.catalogRubrics_itemTitle {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.catalogRubrics_itemLinks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin-bottom: 28px;
}
.catalogRubrics_itemLink {
  width: 116px;
  height: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

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