/*custom styles*/

/*readmore*/
ul.bxr-top-menu.bxr-big-menu > li > a{
	font-size: 15px;
	padding: 13px 5px 13px 5px
}
.readmore-text{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.bxr-color-flat i {
    margin: 0 0 0 10px;
}
.readmore-text.active{
    max-height: 9999px;
    transition: max-height 1s ease-in-out;
}
.catalog__filter{
	/*color: black;*/
	display: none;
    text-align: center;
    width: 90%;
    margin-left: 3%;
}
.ico-filter, .mobile{
	float: left;
}
.cross{
	float: right;
	display: none;
}
.mobile{
	font-size: 20px;
}
@media screen and (max-width: 768px){
.catalog__filter{
    display: inline-block;
}
}