* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
}

table {
  width: 100%;
}

td {
  font-size: 11pt;
  font-family: "Times New Roman", "serif";
  color: #330000;
  width: 50%;
  padding: 5px;
  height: 32pt;
  text-align: center;
}

.Eng,
.Rus2 {
  font-style: italic;
}
.largegap{
    height: 30pt;
}
.smallgap{
    height: 10pt;
}