.c-tbl-list {
    padding-top: 20px;
    margin-bottom: 150px;
}
.c-tbl-list__td{
  font-size: 13px;
}
.c-tbl-list__th{
  font-weight: normal;
}
.c-ttl-second {
  font-size: 17px;
  margin-bottom: 10px!important;
}
.c-tbl-list__tr{
  border-bottom: 0px;
}
.payment_img{
  width: 55px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.c-transactions-act__tr{
  padding: 20px 0 4px;
  border-bottom:none;
}

.c-transactions-act-list{
  padding-top:12px;
  font-size:13px
}

.c-transactions-act-list li:not(:1last-child) {
  margin-bottom: 6px;
}

.transactions-act_li{
  padding-left: 1em;
  text-indent: -1em;
}

.transactions-act_li:before {
  content: "ви";
}
  
.transactions-act__link{
    font-weight: bold;
 }
@media only screen and (max-width: 767px) {
.c-tbl-list {
    margin-bottom: 0px;
}
}  