.worksList {
  background-color: #f7f7f8;
  margin-bottom: 0px !important;
  padding-bottom: 3rem;
}
.worksList_widgetWrapper {
  width: 100%;
  margin: auto;
  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;
}
.worksList_widgetTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin: auto;
}
.worksList_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%;
}
.worksList_widgetItem {
  width: 100%;
  margin: 0px;
  text-align: center;
  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;
  margin-bottom: 55px;
  background-color: #f7f7f8;
  padding: 0px 16px;
}
.worksList_widgetImageWrapper {
  position: relative;
  display: block;
  height: 0px;
  width: 0px;
  padding: 80px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(66,69,70,0.2);
  background-color: #fff;
  margin: auto;
}
.worksList_widgetImage {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.worksList_widgetItemTitle {
  color: #373737;
  font-size: 16px;
  margin: 1.25rem 4.5rem 1rem 4.5rem;
}
.worksList_widgetItemDescr {
  font-size: 1rem;
  font-weight: 300;
}
.worksList_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.worksList_item:after,
.worksList_item:before {
  content: "";
  display: table;
}
.worksList_item:after {
  clear: both;
}
.worksList_item:not(.worksList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.worksList_itemHeader {
  margin-bottom: 1rem;
}
.worksList_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;
}
.worksList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.worksList_itemImage {
  float: left;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.worksList_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.worksList_itemDescription {
  margin: 0;
}
.worksList_itemDescription__photo {
  margin-left: 300px;
}

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