.list_paid_services {

}





@media only screen and (max-width: 767px) {

.p_container_small {
  padding-left: 0;
  padding-right: 0;
}
  .list_paid_services table,
  .list_paid_services thead,
  .list_paid_services tbody,
  .list_paid_services th,
  .list_paid_services td,
  .list_paid_services tr {
      display: block;
      width: auto;
  }

  .list_paid_services thead {
    display: none;
  }

  .list_paid_services tr {
      margin-bottom: 15px;
  }

  .list_paid_services td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .list_paid_services td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .list_paid_services td:nth-of-type(1):before {
    content: "Платная услуга";
  }

  .list_paid_services td:nth-of-type(2):before {
    content: "Срок";
  }

  .list_paid_services td:nth-of-type(3):before {
    content: "Количество";
  }

  .list_paid_services td:nth-of-type(4):before {
    content: "Стоимость (AM)";
  }

.list_paid_services .row1 td {
  background-color: #fafafa;
}

.list_paid_services .row2 {
  background-color: #fff;
}

}

@media only screen and (max-width: 560px) {

  .list_paid_services td {
    font-size: 13px;
  }

}

@media only screen and (max-width: 560px) {

  .list_paid_services td {
    font-size: 12px;
  }

  .list_paid_services table {
    margin-left: -20px;
  }
}