.showMore{
	background: #fff;
	border: 1px solid #4593d0;
	color: #4593d0;
	text-decoration: none;
	border-radius: 2px;
	margin-top: 20px;
}
.often-seek a.showMore {
    padding: 3px 5px;
    display: inline-block!important;
    color: #4593d0 !important;
    margin-top: 10px;
    margin-left: 5px;
}
.often-seek a.showMore:hover {
	text-decoration: underline;
}
.often-seek.bottom_hide_mb {
	border-top: none;
	padding-top: 0px;
}
.imgGalka{
	margin-left: 8px;
    margin-top: -0.1px;
}
.all_filter {
/*	z-index: 15;
    position: absolute;
    width: 50%;
    right: 200px;
    top: 615px;*/
}
i.close {
/*	background-image: url(/upload/fancybox_sprite.png);
	position: absolute;
	right: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 20;
	display: block;	*/
	display: none;
}
.card-item__btn-cart:before{
	width: 0 !important;
	margin-right: 0 !important;
}
.article-title {
	font-size: 18px;
	font-weight: bold;
}
.opacity-0 {
	opacity: 0;
}

@media (max-width: 730px) {
	.catalog-items__item.opacity-0 {
		display: none;
	}
}