.rubricsList {
  margin-bottom: 2rem !important;
}
.rubricsList_widgetWrapper {
  width: 100%;
  margin: auto;
}
.rubricsList_widgetTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin: auto;
}
.rubricsList_widgetContent {
  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;
  width: 100%;
  background-color: #fff;
}
.rubricsList_widgetItem {
  width: 100%;
  margin: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2%;
  margin-bottom: 55px;
  position: relative;
  padding: 0px 16px;
  margin-bottom: 12px !important;
}
.rubricsList_widgetItem:nth-child(4n) {
  margin-right: 0px;
}
.rubricsList_widgetImage {
  width: 100%;
  height: 252px;
  margin: 0;
}
.rubricsList_widgetItemTitle {
  position: absolute;
  bottom: 0;
  margin: 0px;
}
.rubricsList_widgetItemTitle a {
  color: #fff;
  background-color: #08c;
  font-size: 16px;
  font-weight: 400;
  padding: 11px;
  display: block;
}
.rubricsList_widgetItemDescr {
  font-size: 14px;
  font-weight: 300;
}
.rubricsList_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.rubricsList_item:after,
.rubricsList_item:before {
  content: "";
  display: table;
}
.rubricsList_item:after {
  clear: both;
}
.rubricsList_item:not(.rubricsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.rubricsList_itemHeader {
  margin-bottom: 1rem;
}
.rubricsList_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.rubricsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.rubricsList_itemImage {
  float: left;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.rubricsList_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.rubricsList_itemDescription {
  margin: 0;
}
.rubricsList_itemDescription__photo {
  margin-left: 300px;
}

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