/**
* Оффер в контенте
*/

 .offer-content,
 .offer-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 .offer-content {
  background: #fff;
  margin: 30px 0;
  clear: both;
}

 .offer-content__img {
  float: left;
  width: 35.50724637681159%; /* 245px / 690px */
}

 .offer-content__img img {
  vertical-align: bottom;
}

.offer-content__inner {
  float: left;
  width: 64.49275362318841%; /* 445px / 690px */
  padding-top: 15px;
}

.offer-content__head {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

 .offer-content__head .dist {
  border-bottom: 3px solid #68d536;
}

.offer-list {
  margin-bottom: 10px;
}

 .offer-item {
  float: left;
  width: 50%;
  padding-left: 54px;
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.offer-item__dist {
  color: #fff;
  background-color: #4faeff;
  border-radius: 2px;
  padding: 0 3px;
}

 .offer-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 37px;
  background: url(../images/img-offers/icon-40x37.png) 0 0 no-repeat;
}

.offer-item_money:before {
  background-position: 0 -1px;
}

.offer-item_sort:before {
  background-position: 0 -38px;
}

.offer-item_search:before {
  background-position: 0 -74px;
}

.offer-item_rate:before {
  background-position: 0 -111px;
}

.offer-btn {
  display: block;
  background-color: #68d537;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  position: relative;
}

.offer-btn:hover {
  background-color: #5abd2e;
}

.offer-content .offer-btn {
  color: #fff;
}

.offer-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 22px;
  width: 33px;
  height: 14px;
  background: url(../images/img-offers/icon-40x37.png) -4px -160px no-repeat;
}

@media (max-width: 550px) {
.offer-content__img {
    display: none;
  }
  .offer-content__inner {
    float: none;
    width: auto;
  }
}

@media (max-width: 375px) {
.offer-item {
    font-size: 13px;
    padding-left: 50px;
    line-height: normal;
  }
.offer-btn {
    font-size: 18px;
  }
}