.bx_searche .bx_item_element {
  padding-left: 0px;
  white-space: unset;
}
.bx_searche .bx_item_block {
  line-height: unset;
}
.form textarea {
    min-height: 60px;
}


.tag {
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #d75cb6;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  max-width: 100%;
  line-height: 34px;
  height: 35px;
  white-space: nowrap;
  margin:5px;
}
.tag:hover {
	background-color:#d75cb6;
	
}
.tag > a{
display: block;
  padding: 0 19px;
}
.tag:hover > a{
color:#fff;
}

.display_list .list_item .props_list_wrapp {display: block!important;}
.display_list .list_item .show_props {display: none;}
.display_list .list_item .preview_text {display: none;}		