.sr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sr-item__result {
  margin-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sr-item-img {
  border-radius: 2px;
  background: lightgray 50%/cover no-repeat;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  max-width: 10.9375rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sr-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sr-item-result__title {
  margin-bottom: 0.3125rem;
}

.result-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.result-descr {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 61.99875em) {
  .sr-item__result {
    margin-left: 1.875rem;
  }

  .sr-item-img {
    max-width: 7.1875rem;
  }

  .result-title {
    font-size: 1.125rem;
  }

  .result-descr {
    font-size: 14px;
  }
}

@media (max-width: 35.62375em) {
  .sr-item__result {
    margin-left: 0.9375rem;
  }

  .sr-item-img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .result-title {
    font-size: 1rem;
  }
}