/*ridge*/

.ridge-bag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto 70px;
}

.ridge-bag__item {
  min-width: 40%;
}

.ridge-bag img {
  width: 100%;
}

.ridge-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ridge-characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 25px);
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.ridge-characteristics__img {
  width: 170px;
}

.ridge-characteristics img {
  width: 100%;
}

.ridge-characteristics__info {
  width: calc(100% - 170px);
  padding-left: 20px;
}

.ridge-characteristics strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.ridge-characteristics p {
  font-size: 15px;
  line-height: 18px;
}

/*---MEDIA---*/

/*----------------------------------------1023--*/

@media only screen and (max-width:1023px) {
  .ridge-characteristics__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/*----------------------------------------739--*/

@media only screen and (max-width:739px) {
  .ridge-bag {
    margin-bottom: 30px;
  }
  .ridge-characteristics__img {
    width: 100%;
    margin-bottom: 15px;
  }
  .ridge-characteristics__info {
    width: 100%;
    padding-left: 0;
  }
}
