

/* Start:/bitrix/templates/vilka_srubi_s1/components/bitrix/catalog.section/greed/style.css?14952199733233*/
.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: #D33131;
  width: 4px;
  height: 4px;
  overflow: hidden;
  margin-left: -14px;
  margin-top: 8px;
  position: absolute;
}
.catalog_greed .projects .item .variants .specs {
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
}
.catalog_greed .projects .item .variants .specs .col_1,
.catalog_greed .projects .item .variants .specs .col_2 {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
.catalog_greed .projects .item .variants .specs .col_2 {
  width: 65%;
}
.catalog_greed .projects .item .variants .specs .col_2 b {
  display: block;
  padding-top: 4px;
}
.catalog_greed .projects .item .variants .specs .elem {
  padding-top: 5px;
  padding-bottom: 5px;
}
.catalog_greed .projects .item .variants .ico {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f4f4f4 50% no-repeat;
}
.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: #E73131;
  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: #E73131;
  border-color: #E73131;
}
.catalog_greed .show_all .btn:hover {
  background: #E73131;
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/vilka_srubi_s1/components/bitrix/news.list/news_list_index/style.css?1495219973665*/
.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: #E73131;
  border-color: #E73131;
}
.news .all_news:hover {
  background: #E73131;
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/vilka_srubi_s1/components/bitrix/news.list/galley_list_index/style.css?14952199731241*/
.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;
  right: -1px;
  bottom: -1px;
  background: #C13333;
  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;
}

/* End */
/* /bitrix/templates/vilka_srubi_s1/components/bitrix/catalog.section/greed/style.css?14952199733233 */
/* /bitrix/templates/vilka_srubi_s1/components/bitrix/news.list/news_list_index/style.css?1495219973665 */
/* /bitrix/templates/vilka_srubi_s1/components/bitrix/news.list/galley_list_index/style.css?14952199731241 */


/*
playback timings (ms):
  captures_list: 159.699
  esindex: 0.02
  exclusion.robots: 0.305
  RedisCDXSource: 7.685
  PetaboxLoader3.resolve: 117.728 (2)
  LoadShardBlock: 126.768 (3)
  CDXLines.iter: 19.336 (3)
  PetaboxLoader3.datanode: 151.046 (4)
  exclusion.robots.policy: 0.285
  load_resource: 186.705
*/