.catalog_0_w .c0w-title {
  margin-bottom: 10px;
}
.catalog_0_w .c0w-title .c0wt-link {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
}
.catalog_0_w .c0w-title .c0wt-link:hover {
  color: #7bba2a;
}
.catalog_0_w .c0w-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px;
}
.catalog_0_w .c0w-list .c0wl-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
  margin: 12px 12px;
}
.catalog_0_w .c0w-list .c0wl-item .c0wli-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.catalog_0_w .c0w-list .c0wl-item .c0wli-img img {
  display: block;
  width: 172px;
}
.catalog_0_w .c0w-list .c0wl-item .c0wli-img:before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.03;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.catalog_0_w .c0w-list .c0wl-item .c0wli-name {
  display: block;
  text-align: center;
  color: #333;
}
.catalog_0_w .c0w-list .c0wl-item:hover .c0wli-img:before {
  opacity: 0.07;
}
.catalog_0_w .c0w-list .c0wl-item:hover .c0wli-name {
  color: #7bba2a;
}

/*# sourceMappingURL=catalog_0_w.css.map */
