.all-results .tab-pane{
	display: block;
    opacity: 1;
}
.one-result .tab-content>.tab-pane.fade,.one-result .tab-content>.tab-pane{
	display: block;
    opacity: 1;
}
.one-result .tab-content>.tab-pane.siblings{
	display: none;
    opacity: 0;
}
.filter-wrap .filter_item .custom-checkbox .custom-control-label {
    background: #E8EFF2;
	border: 1px solid #31323F;
	box-sizing: border-box;
	border-radius: 10px;
	width:128px;
	height: 30px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #31323F;
}    
.filter-wrap .filter_item .custom-checkbox .custom-control-label:hover{
	background: #80A1AF;
	color:#fff;
}
.filter-wrap  input[type="checkbox"]:checked+.custom-control-label,/*.filter-wrap a.filter_item.active input[type="checkbox"]+.custom-control-label*/,
.filter-wrap  input[type="radio"]:checked+.custom-control-label{
   background: #31323F;
   color:#fff;
} 

.filter_item{
	width: auto
}
.filter_item .custom-checkbox { 
  text-align: center; 
  cursor: pointer;
  padding:0;
  margin: auto;
}
.filter_item .custom-control-label:before{
	display: none;
}
.filter_item .custom-control-label:after{
	display: none;
}
.filter_item  .custom-control-input {
  opacity: 0;
  width: 100%;
  height: 42px;
  right: 0;
}
.filter_item .custom-checkbox .custom-control-input:checked~.custom-control-label ,.filter_item .custom-checkbox .custom-control-input.checked~.custom-control-label{    
  background: #31323F;
  color:#fff;
}
.dropdown-menu.show .filter_item .custom-checkbox .custom-control-input.checked~.custom-control-label{
    background: initial;
    color: #31323F;
}
.dropdown-menu.show .filter_item .custom-checkbox .custom-control-input.checked~.custom-control-label:hover{
    background: #80A1AF;
    color: #fff;
}