
.catalog_greed {
  padding-bottom: 40px;
}
.catalog_greed.cat_gr_bg {
  background: #f5e8d1;
}
.catalog_greed .page-header {
  text-align: center;
}
.catalog_greed .projects .item {
  display: block;
  background: #fff;
  font-size: 13px;
  color: #555555;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-transition: box-shadow 100ms linear;
  -moz-transition: box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  -ms-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
}
.catalog_greed .projects .item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.catalog_greed .projects .item span {
  display: block;
}
.catalog_greed .projects .item img {
  width: 100%;
  height: auto;
}
.catalog_greed .projects .item .descr {
  padding: 5%;
}
.catalog_greed .projects .item .name {
  font-size: 20px;
  color: #333;
  font-family: "pf_beausans_probold", Helvetica, Arial, sans-serif;
}
.catalog_greed .projects .item .variants {
  padding-bottom: 20px;
}
.catalog_greed .projects .item .variants ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog_greed .projects .item .variants ul li {
  padding-top: 3px;
  padding-left: 14px;
}
.catalog_greed .projects .item .variants ul li:before {
  display: block;
  content: '';
  background: #802323;
  width: 4px;
  height: 4px;
  overflow: hidden;
  margin-left: -14px;
  margin-top: 8px;
  position: absolute;
}
.catalog_greed .projects .item .price {
  display: inline-block;
  width: 55%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 24px;
  vertical-align: middle;
}
.catalog_greed .projects .item .btn {
  vertical-align: middle;
  display: inline-block;
  width: 43%;
  padding: 8px 5px 6px;
}
.catalog_greed .projects .item .btn:hover {
  background: #e76931;
  color: #fff;
}
.catalog_greed .projects .item .height {
  position: absolute;
  background: #0F9E5E;
  color: #fff;
  padding: 10px;
}
.catalog_greed .show_all {
  text-align: center;
}
.catalog_greed .show_all .btn {
  color: #b07651;
  border-color: #b07651;
}
.catalog_greed .show_all .btn:hover {
  background: #b07651;
  color: #fff;
}


.news .item {
  display: block;
  font-size: 13px;
  color: #555555;
  margin-bottom: 20px;
}
.news .item:hover {
  text-decoration: none;
}
.news .item span {
  display: block;
}
.news .item img {
  width: 25%;
  height: auto;
  vertical-align: top;
}
.news .item .descr {
  vertical-align: top;
  display: inline-block;
  width: 65%;
  margin-left: 8%;
}
.news .item .neme {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .item .date {
  color: #888888;
  font-size: 13px;
}
.news .all_news {
  float: right;
  margin-top: -75px;
  color: #b07651;
  border-color: #b07651;
}
.news .all_news:hover {
  background: #b07651;
  color: #fff;
}


.gallery_list {
  background: #fff;
  padding-bottom: 50px;
}
.gallery_list.no_bg {
  background: none;
  padding-bottom: 10px;
}
.gallery_list .item {
  margin-bottom: 20px;
  position: relative;
  line-height: 0;
}
.gallery_list .item img {
  width: 100%;
  height: auto;
}
.gallery_list .item a {
  display: block;
  position: relative;
}
.gallery_list .item a .mask {
  position: absolute;
  top: -1px;
  left: -1px;
      z-index: 1;
  right: -1px;
  bottom: -1px;
  background: #954826;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.gallery_list .item a .mask .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  color: #f4ebea;
  border: 3px solid #f4ebea;
  text-align: center;
  line-height: 66px;
  font-size: 25px;
  -webkit-border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  border-radius: 35px 35px 35px 35px;
  margin-left: -32px;
  margin-top: -32px;
}
.gallery_list .item a:hover .mask {
  opacity: 0.7;
}
.gallery_list .page-header {
  text-align: center;
}
.gallery_list .show_all {
  text-align: center;
}

