.col-md-3.item_fasady {
    width: 25%;
}
.item_fasady .product-item-container{
	margin-bottom: 20px;
}
.item_fasady .product-item-container:hover .product-item {
    -webkit-box-shadow: 0 0 36px rgb(85 104 110 / 18%);
    -moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
    box-shadow: 0 0 36px rgb(85 104 110 / 18%);
}
.item_fasady .product-item {
    width: 100%;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    position: relative;
    z-index: 202;
    height: 400px;
    padding: 5px;
}
.item_fasady .product-item-image-wrapper {
    width: 100%;
    height: 276px;
    display: block;
    position: relative;
}
.item_fasady .product-item-image:link, .product-item-image:visited {
    display: block;
    text-align: center;
    text-decoration: none;
}
.item_fasady .product-item-image>img {
    margin: unset;
    padding: 5px;
    width: 100%;
    height: 276px !important;
    object-fit: contain;
    object-position: center;
}
.item_fasady .product-item-content {
    display: block;
    padding: 10px;
    text-align: center;
}
.item_fasady .product-item-title {
    height: 38px;
    margin-top: 0px;
    overflow: hidden;
}
.item_fasady .product-item-title > a:link, .item_fasady .product-item-title > a:visited {
    display: block;
    color: #3d4b52;
    text-decoration: none;
}
.item_fasady .bx-no-touch .product-item-title > a:hover, .item_fasady .bx-touch .product-item-title > a:active {
    color: #9dc21a;
}
body .product-item-detail a{
color: #fff;
    display: block;
    width: 50%;
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: 0 3px 12px rgb(61 75 82 / 24%);
    -moz-box-shadow: 0 3px 12px rgba(61,75,82,.24);
    box-shadow: 0 3px 12px rgb(61 75 82 / 24%);
    background: #008d55;
    background: -moz-linear-gradient(10deg,#008d55 0,#91cd4c 100%);
    background: -webkit-linear-gradient( 
10deg
 ,#008d55 0,#91cd4c 100%);
    background: linear-gradient( 
10deg
 ,#008d55 0,#91cd4c 100%);
    background-origin: border-box;
    font-family: "Museo Sans Cyrl 300",sans-serif;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 10px;
text-decoration: none;
}
body .product-item-detail a:hover, body .product-item-detail a:active {
    color: #fff;
}

.fasad_podskazka{
    position: absolute;
}
.podskazka-item-text{
	display:none;
}
.podskazka-item{
    width: 30px;
    height: 30px;
    background-color: #a4a6a8;
    padding: 5px;
    border-radius: 7px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.podskazka-item-text_2{
    position: absolute;
    top: 5px;
    left: 35px;
    font-size: 18px;
    font-weight: 600;
}
.podskazka-item:hover .podskazka-item-text{
	display: block;
    position: absolute;
    top: 0;
    width: max-content;
    left: 33px;
    color: #fff;
    font-weight: 600;
    background: #3989c9;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
}
.fasad_hover_img{
	display:none;
}
.item_fasady .product-item-container:hover .fasad_product_image .fasad_hover_img{
	display:block;
}

.item_fasady .product-item-container:hover .fasad_product_image .fasad_hover_img_hide{
	display:none;
}
@media(max-width: 991px){
	.col-xs-12.col-md-3.item_fasady {
		width: 33%;
	}
}
@media(max-width: 767px){
	.col-xs-12.col-md-3.item_fasady {
		width: 50%;
	}
}
@media(max-width:500px){
	.col-xs-12.col-md-3.item_fasady {
		width: 100%;
	}
}

.block_price_item{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
}
.block_price_item .price_item_name{
    display: inline-block;
}
.block_price_item .price_item_nlink{
    display: inline-block;
    padding: 0 10px;
}
.block_price_item .price_item_nlink a{

}