.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;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.bx_sitemap {
	display:none;
}

/* .select_custom {

		-moz-appearance: none;

		-webkit-appearance: none;
}

.select_custom::-ms-expand {

	display: none;
} */

/* .select_custom {
	padding: 0 33px 0 10px;
    height: 38px;
    border: none;
    border-radius: 7px;
    background: #f5f7f9;
    cursor: pointer;
    font-size: 18px;	
	position: relative;
} */

/* .select_custom_arrow::after {
	z-index: -1;
	content: "";
	position: absolute;
	right: 0;
	width: 36px;
	height: 32px;
	background: url(/upload/arrowcustom.png) no-repeat center;
	top: 0%;
	background-position-y: 52%;
	background-position-x: 50%;
} */

.select_sort {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	max-width: fit-content;
	min-width: 295px;
	box-shadow: 0px 8px 10px 2px rgb(16 16 16 / 20%);
    border-radius: 0px 0px 8px 8px;
}

.select_custom_wrapper {
	/* max-width: fit-content; */
    /* padding: 10px 0px; */
	max-width: 295px;
	position: relative;
	border-radius: 7px 7px 0 0;
}

.select_custom_wrapper:hover .select_sort {
	display: block;
}

.select_custom_wrapper:hover {
	box-shadow: 3px 0px 10px 2px rgb(16 16 16 / 20%);
}


.select_sort_item {
	padding: 16px 30px;
    border-bottom: 1px solid #f1f1f1;
	font-size: 16px;
	cursor: pointer;
	display:flex;
	/* justify-content: space-between; */
	border-radius: 8px;
	transition: 0.2s;
}

.default_sort .select_sort_item {
	border-bottom: unset;
}

.select_sort_item:hover {
	background-color: #f1f1f1;
	/* border-bottom: 1px solid #f1f1f1; */
}



.select_sort_item_cricle {
	/* border: 5px solid #007A66;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%; */
	margin-left: 10px;
}

.header-city__list{
	margin-bottom: unset;
}

.row.bx-filter-parameters-box-container .col-xs-12 {
	border: none!important;
}

.row.bx-filter-parameters-box-container .col-xs-12 .bx-filter-select-container {
	border: none!important;
}