.audit_table, table {
  border-collapse: collapse;
}
.b-price__table_header {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 23px 0 15px;
}
.b-price__table_header {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 23px 0 15px;
}
.b-price__col1 {
  width: 311px;
  font-size: 14px;
  background: #f2f2f2;
  padding-bottom: 19px;
  text-align: left;
}
.b-price__col2 {
  color: #1a70b0;
  background: #d9f5ff;
}
.b-price__col2, .b-price__col3, .b-price__col4 {
  width: 223px;
  text-align: center;
  font-size: 18px;
}
.b-price__col3 {
  color: #4eb25e;
  background: #e4f3e7;
}
.b-price__col4 {
  color: #eb3925;
  background: #ffeae5;
}
.b-price__col2, .b-price__col3, .b-price__col4 {
  width: 223px;
  text-align: center;
  font-size: 18px;
}
.b-price__col1 span {
  background: url(/img/check-b-tab.png) no-repeat left center;
  margin-left: 10px;
  padding-left: 27px;
  display: block;
  padding-right: 5px;
  font-weight: 500;
  color: #000;
}
.b-price__old_price td {
  text-decoration: line-through;
  color: #6f6f6f;
  font-size: 19px;
  padding: 15px 0 0 0;
}
.b-price__new_price td {
  font-size: 25px;
}
.b-price__buttom td {
  padding-bottom: 35px;
}
.b-price__buttom a {
  font-size: 25px;
  padding: 4px 15px;
  color: #fff;
  display: inline-block;
  height: 42px;
}
@media (max-width: 630px){
  .rtable-desc {
    display: none;
  }
}
.b-price__buttom .b-price__col2 a {
  background: #1a70b0;
}
.b-price__buttom .b-price__col3 a {
  background: #4eb25e;
}
.b-price__buttom .b-price__col4 a {
  background: #eb3925;
}
.rtable-mob {
  display: none;
}
@media (max-width: 630px){
  .rtable-mob {
    display: block;
  }
}
.rtable-mob table {
  text-align: center;
  width: 100%;
}
.rtable-mob table tr, .rtable-mob table td {
  padding: 15px 0;
}
.rtable-mob table td:first-child {
  background: #d9f5ff;
}
.rtable-mob table td:nth-child(2) {
  background: #e4f3e7;
}
.rtable-mob table td:nth-child(3) {
  background: #ffeae5;
}
.rtable-mob table tr:nth-child(2n) td, 
.rtable-mob table tr:nth-child(2n) td:nth-child(n) {
  background: #fff;
}
.rtable-mob table td a {
  display: block;
  line-height: 31px;
  height: 33px;
  color: #fff;
  text-align: center;
  padding: 0 8px;
}
.rtable-mob table td:nth-child(1) a {
  background: #1a70b0;
}
.rtable-mob table td:nth-child(2) a {
  background: #4eb25e;
}
.rtable-mob table td:nth-child(3) a {
  background: #eb3925;
}
.rerait {
  position: relative;
}
.rerait img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  position: relative;
  left: -6%;
}
.rdesc {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f3f3f3;
  text-align: center;
  padding: 35px 15px;
  max-width: 290px;
  text-align: left;
  top: 31%;
}
.rspeed img {
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
  margin-bottom: 50px;
}
.sdesc {
  max-width: 655px;
  margin: 0 auto;
}