.body-left .catforms{
    display: none;
}
.navView{ width: 100%; float: none;}
.catrows-filter {
	display: block;
	border-radius: 1.5rem;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	padding: 1rem;
	text-align: center;
	background: rgb(154, 9, 50);
	color: #ffffff;
	cursor:pointer;
    }
.catrows-filter:active{
    border-color: #aaaaaa;
    background: #7f1d2c;
    color: #ffffff;
}
.filterWindow{
    overflow-y: scroll;
    background: white;
    padding-bottom: 3rem;
}
.filterWindow-close{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/images/icons/close-square.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    cursor: pointer;
    z-index: 101;
}
.filterWindow-body{
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 1rem;

}
.filterWindow-body .catforms{
    border: 0.25rem solid rgb(78,78,78);
    border-radius: 2.5rem;
    padding: 2.5rem;
}
.filterWindow .catforms{ display: block;}

    .navView {
        text-align: right;
        padding-bottom: 10px;
    }

    .navView span {display: block; }
    .navView a{ display: none;}
    .body .navigation{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .body .navigation .navigation_block{
        display: none;
    }
    
    .messageFound{ 
	position: fixed; 
	z-index: 1001; 
	bottom: 0; 
	display: block!important;
        width: calc(100% - 2rem);
        margin: 0 auto;
        left: 0; right: 0;
	bottom:0;
    }
    .messageFound>div{ 
	    box-shadow: none;
	background: #7f1d2c;
        display: block;
        position: relative;
        white-space: nowrap;
        color: #ffffff;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
        border-left: 0.25rem solid rgb(78,78,78);
        border-right: 0.25rem solid rgb(78,78,78);
    }
    .messageFound>div:before{ content: 'Показать ';}