.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;
 }
.shopkeeper{
      padding-top: 93px;
max-width: 1030px;
    margin: 0 auto;
    width: 88.93%;
}
.shopkeeper .c-tbl-list__th{
font-family: 'Noto Sans JP', sans-serif;
}
.shopkeeper .c-ttl-second{
font-family: 'Kiwi Maru', serif;  
}

.shopkeeper .c-tbl-list__td ul{
display: flex;
  flex-wrap: wrap;
}
.shopkeeper .c-tbl-list__td ul li{
width: 30%;
  letter-spacing: 0.15em;
  display:block;
}

.c-tbl-list__td--cardlist img {
  display: inline-block;
  width: 45px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 750px){
.shopkeeper .c-tbl-list__td ul li{
    width: 49%;
  letter-spacing: 0.15em;
}
}
@media screen and (max-width: 360px){
.shopkeeper .c-tbl-list__td ul li{
letter-spacing: 0.10em;
font-size: 15px;
}
}