.search {
  position: relative;
  z-index: 102;
  padding: 0 20px;
  margin-top: 139px;
  margin-bottom: 40px;
  transition: margin-top 0.5s;
}
.search--start {
  margin-top: 297px;
  margin-bottom: 40px;
}
.search--default {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
.search--default .search__results {
  color: #000;
}
.search--default .search__text {
  color: #000;
}
.search__results {
  font-family: 'DINCondensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.search__results span {
  color: #ed0f00;
}
.search__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.search__block--products {
  margin-top: 40px;
}
.search__title {
  font-family: 'DINCondensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #ed0f00;
  text-transform: uppercase;
  padding: 26px 0 17px 0;
}
.search__text {
  font-family: 'DINCondensed', sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 0.2s;
}
.search__text b {
  transition: color 0.2s;
}
.search__text--predict {
  color: #a1a1a1;
}
.search__text--predict b {
  color: #fff;
}
.search__text:hover,
.search__text--selected {
  color: #ed0f00;
}
.search__text:hover b,
.search__text--selected b {
  color: #ed0f00;
}
.search__block--products .search__title {
  padding-bottom: 30px;
}
.search--open {
  display: block;
}
@media (max-width: 768px) {
  .search {
    padding: 0;
    margin-top: 59px;
    margin-bottom: 46px;
  }
  .search--start {
    margin-top: 59px;
    margin-bottom: 46px;
  }
  .search__title {
    padding: 26px 0 24px 0;
  }
  .search__text {
    font-size: 32px;
    line-height: 30px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
