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

.filter-search{
	  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:473px){
.filter-search{
flex-direction: column;
}
}



/* 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;}

.search-active-tag {
    background-color: hsla(0, 0%, 51%, .2);
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 260px;
    overflow: hidden;
    padding: 2px 8px 3px 12px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap;
		font-family: 'NeueMachina', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
		font-size: 14px;
}

.search-active-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  color: #666;               /* цвет крестика */
}

.search-active-tag__remove:hover {
  color: #000;               /* цвет при наведении */
}

.search-active-tag__text {
  white-space: nowrap;       /* чтобы текст не переносился */
}
