.tariff_plans_slider {
  display: flex;
  flex-wrap: wrap;
}
.how_much .tariff-plans__item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  width: 33.3%;
  height: 600px;
}
.how_much .tariff-plans__item:hover {
  border: 1px solid #de2931;
}
.how_much .price_block {
  font-size: 17px;
  line-height: 30px;
}
.how_much .price_block span {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  top: 8px;
}
.services_before_plus {
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
}
.services_before_plus:last-child {
  margin-bottom: 0;
}
.menu li:last-of-type a {
  border-right: none;
}
.how_much .btn_block {
  bottom: 0;
  left: 0;
  width: 100%;
}
.before_add_info,
.after_add_info {
  font-size: 13px;
}
.btn_block .btn {
  width: 192px;
}
.tariff-plans__info {
  padding-bottom: 160px;
}
