.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(:last-child) {
  margin-bottom: 6px;
}

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

.transactions-act_li:before {
  content: "ви";
}

.transactions-act__link {
  font-weight: bold;
}


.contents {
  border-bottom: 1px solid #707070;
  padding: 0 0 9px;
  font-size: 14px;
}

.contents+.p-homelink {
  margin-top: 138px;
}

.contents:not(:last-of-type) {
  margin-bottom: 56px;
}

.contents h2 {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 27px;
  padding: 0;
  font-weight: 500 !important;
}

.contents h2.t02 {
  margin-bottom: 12px;
}

.contents dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 9px;
  margin-bottom: 42px;
}

.contents dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contents dt {
  flex-shrink: 0;
  width: 205px;
  font-weight: 400;
}

.contents dd {
  width: calc(100% - 205px);
}

.contents p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .u-container {
    padding-bottom: .6em;
  }

  .contents {
    padding: 0 0 1.2em;
    font-size: 1em;
  }

  .contents:not(:last-of-type) {
    margin-bottom: 1.5em;
  }

  .contents h2 {
    font-size: 1em;
    margin-bottom: .6em;
  }

  .contents dl {
    padding: 0 0 .8em;
    margin-bottom: 2em;
    flex-direction: column;
  }

  .contents dt {
    width: auto;
    font-weight: 500;
    margin-bottom: .4em;
  }

  .contents dd {
    width: auto;
    margin: 0;
  }

  .contents+.p-homelink {
    margin-top: 3em;
  }
}