.h1 {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}
.h2 {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
}
.h3 {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  line-height: 1.25;
  text-align: left;
}
.mark {
  background-color: yellow;
}
.bg {
  background-color: #1c2e89;
  width: 100%;
  heigh: 100%;
}
.content {
  background-color: white;
  margin: auto;
  width: 21cm;
  padding: 50px;
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.25;
  text-align: justify;
}
ol.multilevel {
  list-style: none;
  counter-reset: li;
}
li.multilevel:before {
  counter-increment: li;
  content: counters(li,".") ". ";
  list-style-position: outside;
}
.cirillic li:nth-type(1):before {
  content: 'a) ';
}
.cirillic li:nth-type(2):before {
  content: 'б) ';
}
.cirillic li:nth-type(3):before {
  content: 'в) ';
}
ul {
  padding: 0;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
ol {
  padding: 0;
  margin-left: 20px;
  list-style-position: outside;
}
li {
  padding-top: 10px;
}
dt {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  line-height: 1.25;
  text-align: left;
  padding-top: 10px;
}
