#catalog_products_list
{
	font-family:Tahoma;
	color:black;
}
#catalog_products_list .product_item
{
	float:left;
	display:inline;
	width:230px;
	margin:0 12px 20px 0;
	position:relative;
	border:1px solid #DCDCDC;
}
#catalog_products_list .product_item .wait_popup
{
	width:31px;
	height:32px;
	background:url('images/loading29.gif') left top no-repeat;
	position:absolute;
	top:40px;
	right:20px;
	display:none;
}
#catalog_products_list .popupbuy
{
	cursor:pointer;
	cursor:hand;
}
#catalog_products_list .sales
{
	width:100%;
	height:	79px;
	margin:0;
}
#catalog_products_list .compare
{
	position:absolute;
	top:10px;
	left:10px;
}
#catalog_products_list .compare a
{
	font-size:11px;
}
#catalog_products_list .available
{
	position:absolute;
	top:10px;
	right:0px;
	width:100px;
	font-size:9px;
	line-height:11px;
	text-align:right;
}
.sale {
	position: absolute;
	top: 11px;
	left: -3px;
	font-size: 13px;
	background-color: #f33;
	color: #fff;
	padding: 2px 10px;
	font-weight: 600;
}
#catalog_products_list .available .available_about
{
	padding-right:5px;
}
#catalog_products_list .available_inform
{
	padding:0 5px 0 22px;
	white-space:nowrap;
	margin:0 0 4px 0;
	float:right;
	font-size:11px;
	line-height:19px;
	text-align:left;
}

#catalog_products_list .name
{
	font-size:12px;
	line-height:14px;
	height:28px;	
	text-align:center;
	margin:4px 10px 8px 10px;
	overflow:hidden;
	text-transform:uppercase;
}
#catalog_products_list .name a
{
	color:black;
}
#catalog_products_list .barecode
{
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin:0 0 4px 0;
}
#catalog_products_list .sales .price
{
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin:6px auto 12px auto;
}
#catalog_products_list .sales .price span
{
	text-decoration: line-through;
}
h1.title_list {
	font-size:27px;
	line-height:1em;
	margin:0 0 27px 0;
}
#catalog_products_list .sales .requestprice {
	font-size:12px;
	line-height:15px;
	text-align:center;
	margin:6px auto 2px auto;
  color:#B2B2B2;
}

#catalog_products_list .photo.siz a {
   display: flex;
   max-height: 100%;
}

#catalog_products_list .photo.siz img {
   max-height: 100%;
   display: block;
   margin: 0 auto;
   object-fit: contain;
   object-position: 50% 50%;
}

.img-banner {
	margin-bottom: 25px;
	margin-left: 12px;

}

.desktop-img,
.mobile-img{
	width: 100%;
}

.mobile-img {
	display: none;
}

@media (max-width: 576px) {
	.img-banner {
		margin-right: 12px;
	}

	.desktop-img {
		display: none;
	}

	.mobile-img {
		display: block;
	}
}