.agreement .russian {
  display: none;
}
.agreement h5 {
  font-weight: bold;
}
.agreement h3 {
  text-align: center;
  margin-top: 40px;
}
.agreement h3.russian {
  font-size: 14px;
}
.agreement p.bold {
  font-weight: 500;
}
.agreement p.english {
  font-size: 14px;
  text-align: justify;
}
.agreement p.russian {
  font-size: 12px;
  color: red;
  text-align: justify;
  margin-left: 40px;
}
.agreement ul {
  padding-left: 20px;
  list-style-type: lower-latin;
}
.agreement ul.english {
  font-size: 14px;
  text-align: justify;
}
.agreement ul.russian {
  font-size: 10px;
  text-align: justify;
  margin-left: 40px;
}
.agreement ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.agreement ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.agreement ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.agreement li ol > li {
  margin: 0;
}
.agreement li ol > li:before {
  content: counters(item, ".") ". ";
}

/*# sourceMappingURL=shared_templates.css.map */
