a.adfilter {
    display: inline-block!important;
    width: 160px !important;
    vertical-align: top !important;
    margin: 0 !important;
}

a.adfilter img {
    padding-bottom: 10px;
    padding-top: 0px;
}
.info__kolvo {
    margin-bottom: 15px;
}
.hide {
    display: none !important;
}
a.beef.invisible {
    display: none;
}
p.big__p {
    text-align: center;
}

.filter__listSubLink span.kak_i{
    font-weight: bold;
    font-size: 11px;
    letter-spacing: -0.5px;
}
/* filter catcat*/
.CatcatTable {
	position: absolute;
	background: rgb(255, 255, 255);
	padding: 15px 30px;
	-webkit-box-shadow: grey 0px 13px 55px;
	box-shadow: grey 0px 13px 55px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 5px;  
}