.search {
  position: relative;
}

.title-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
  z-index: 4;
  text-align: left;
  color: #000;
  padding: 10px 8px 10px 0;
}

.title-search-result__screen {
  max-height: 500px;
}

.top-list-search__title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 .3em;
  padding: 0 15px;
  color: #000;
}

.top-list-search__item > a {
  display: table;
  padding: 0 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-list-search__img, .top-list-search__text, .top-list-search__cost {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.top-list-search__img {
  width: 75px;
}

.top-list-search__text {
  padding-left: 10px;
  padding-right: 10px;
}

.top-list-search__cost {
  font-size: 18px;
  padding-left: 10px;
  text-align: center;
  white-space: nowrap;
  color: #434b50;
}

.top-list-search__item_other a {
  font-size: 14px;
  margin-top: 1em;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .title-search-result {
    left: auto;
    right: 0;
    min-width: 545px;
  }
}

@media screen and (max-width: 991px) {
  .title-search-result {
    min-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .title-search-result {
    min-width: 100%;
    top: -webkit-calc(100% + 44px);
    top: calc(100% + 44px);
  }
  .top-list-search__cost {
    font-size: 14px;
  }
}
