.rk-wrap,
.rk-wrap *,
.rk-wrap *:before,
.rk-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration-skip-ink: none;
}

.rk-heading {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px 0;
}

.rk-terms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.rk-terms__group {
  width: 235px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

.rk-terms__group:last-child {
  margin-right: 0;
}

.rk-terms__label {
  display: block;
  margin: 0 0 5px 0;
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.rk-terms .rk-terms__control {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  padding: 0 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rk-terms__range {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rk-terms .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  height: 1px;
  background: none;
}

.rk-terms .ui-slider .ui-slider-range {
  background: #2ecb70;
}

.rk-terms .ui-slider .ui-slider-handle {
  background: #2ecb70;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  outline: none;
  top: -8px;
}

.rk-list {
  padding-top: 25px;
}

.rk-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 2px;
  box-shadow: 0 0 3.8px 0.2px rgba(0, 0, 0, 0.24);
  border: 1px solid transparent;
  margin-bottom: 30px;
}

.rk-item_profit {
  box-shadow: 0 0 3.8px 0.2px rgba(86, 205, 25, 0.24);
  border: 1px solid #56cd19;
  position: relative;
}

.rk-item__plate {
  display: block;
  position: absolute;
  bottom: 100%;
  left: -1px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  background-color: #56cd19;
  border-radius: 2px 2px 0px 0px;
  padding: 0 5px;
}

.rk-item__head {
  width: 24.00835073068894%; /* 230px / 958px */
  position: relative;
}

.rk-item__img {
  width: 100%;
  height: 100%;
  padding: 36px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.rk-item__img img {
  max-width: 100%;
  height: auto;
}

.rk-item__review {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.rk-item__review .rk-item__review-link {
  color: #0166cc;
  text-decoration: underline;
}

.rk-item__review .rk-item__review-link:hover {
  text-decoration: none;
}

.rk-item__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  width: 51.98329853862213%; /* 498px / 958px */
}

.rk-item__unit:first-child {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.rk-item__label {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.rk-item__value {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.rk-item__value_dist {
  color: #ff6b3b;
}

.rk-item__foot {
  width: 24.00835073068894%; /* 230px / 958px */
  padding: 36px 20px 36px 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.rk-item .rk-item__btn {
  display: block;
  width: 100%;
  padding: 20px 40px 20px 60px;
  background-color: #56cd19;
  background-image: url(../images/ref-kred-catalog/ico-arrow-btn.svg);
  -webkit-background-size: 25px 11px;
  background-size: 25px 11px;
  background-position: 20px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.rk-item .rk-item__btn:hover {
  background-color: #61de20;
}

.rk-item__compare {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 20px;
}

.rk-item .rk-item__compare-link {
  display: inline-block;
  vertical-align: bottom;
  color: #aaa;
  text-decoration: underline;
  padding-left: 28px;
  background: url(../images/ref-kred-catalog/ico-compare.svg) 0 center no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

.rk-item .rk-item__compare-link:hover {
  text-decoration: none;
}



@media (max-width: 1000px) {

  .rk-item__body {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 800px) {

  .rk-item {
    display: block;
  }

  .rk-item__head {
    width: auto;
  }

  .rk-item__body {
    width: auto;
  }

  .rk-item__foot {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

}

@media (max-width: 550px) {

  .rk-terms__group {
    width: 100%;
    margin-right: 0;
  }

}

@media (max-width: 460px) {

  .rk-item__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rk-item__label {
    font-size: 14px;
  }

  .rk-item__value {
    font-size: 18px;
    line-height: 22px;
  }

}

@media (max-width: 375px) {

  .rk-item__body {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .rk-item__group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .rk-item__unit {
    width: 50%;
  }

  .rk-item__unit,
  .rk-item__unit:first-child {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .rk-item__label {
    font-size: 14px;
  }

}