.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;
 }
.c-ttl-second{
  margin: 50px 0 10px 0;
  font-weight: bold;
}
.l-bottom{
  display: none;
}
.u-contents{
  width: 80%;
  margin: 0 auto;
}
.c-tbl-list{
  margin: 0 auto 30px auto;
}
.c-tbl-list__tr{
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .u-contents{
    width: 100%;
  }
  .c-ttl-second{
    margin: 30px 0 10px 0;
  }
}