div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	background-color: #FFFFFF;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.search-help-list a.bullet {
	display: inline-block !important;
    max-width: 700px;
}
.title-search-result { /* //hde search-help было */
  /*display: none;
  position: absolute;
  z-index: 102;
  top: 100%;
  //hde*/
  border: 0 !important; /*//hde*/
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  margin-top: 0px;
  margin-left: -1px;
  padding: 15px 0;
  font-size: 16px; }

.search-help-list {
  margin-bottom: 15px;
  list-style: none; }

.search-help-list > li > a {
padding: 10px 10px;
position: relative;
display: block;
color: #2a2a2a;
cursor: pointer;
}
.search-help-list > li > a:first-child {
	padding-left: 40px;
}
.search-help-list > li:hover {
  color: #008ac1;
  text-decoration: none;
  background-color: #f5f5f5; }
.search-help-list > li > a.bullet:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 26px;
  width: 6px;
  height: 6px;
  background: #1465c8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
.price-value-wrap {
    float:right;padding:10px 40px
}
@media (max-width:1500px) {
    .search-help-list a.bullet {
        max-width: 580px;
    }
}
@media (max-width:1419px) {
    .price-value-wrap {
        float: none;
    }
    .search-help-list a.bullet {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    a.search2basket {
        padding: 0px 10px 10px!important;
    }
}