.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.fa{}

.fa-active{
	color: #1187c7;
}

.fa:hover{
	color: #1187c7;
}

h1.main_header{
	width: 95%;
}

@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
	.fa{
		width: 5%;
	}

	h1.main_header {
		width: 85%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}

	h1.main_header {
		width: 70%;
	}
	
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.sort_name, .sort_show{
	cursor: pointer;
	margin-right: 10px;
}
h1.main_header {
   width: 74%;
}

.sorting-container {display: flex; justify-content: space-between;}
.catalog-list-title {width: 500px;}
.sorting {width: 300px; margin-top: 12px;}
.sorting i {margin-right: 5px;}
@media (max-width:1000px){
	.catalog-list-title {width: 400px;}
	.catalog-list-title h1 {margin-left: 5px; margin-right: 0;}
	.sorting {margin-left: 5px; margin-top: 8px; margin-bottom: 8px;}
}
@media (max-width:695px){
	.sorting-container {display: grid; grid-template-columns: 100%;}
	.catalog-list-title h1 {margin-bottom: 10px;}
	.sorting {width: 100%; display: flex; justify-content: flex-end;}
    .sorting > div {width: 300px;}
}