.requisites-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px; }
  @media only screen and (max-width: 740px) {
    .requisites-list__item {
      display: block; } }

.requisites-list__key {
  width: 250px;
  min-width: 250px;
  font-size: 15px;
  text-transform: uppercase;
  color: #014ea2;
  font-weight: bold;
  line-height: 33px;
  padding-right: 10px; }
  @media only screen and (max-width: 960px) {
    .requisites-list__key {
      width: 200px;
      min-width: 200px;
      font-size: 13px;
      line-height: 26px; } }
  @media only screen and (max-width: 740px) {
    .requisites-list__key {
      width: auto;
      min-width: unset;
      font-size: 12px;
      line-height: normal;
      margin-bottom: 2px; } }

.requisites-list__value {
  font-size: 20px; }
  @media only screen and (max-width: 960px) {
    .requisites-list__value {
      font-size: 18px; } }
  @media only screen and (max-width: 740px) {
    .requisites-list__value {
      font-size: 15px; } }
