body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  font-family: Arial, sans-serif;
}

.corochka {
  display: flex;
}

.page {
  position: relative;
  width: 463px;
  height: 314px;
  background-size: cover;
  background-position: center;
}

.page-left {
  background-image: url("fso-page-left.png");
}

.page-right {
  background-image: url("fso-page-right.png");
}

.fso {
  position: absolute;
  top: 130px;
  left: 325px;
  font-size: 30px;
  color: #111;
  font-weight: bold;
}

.rus {
  position: absolute;
  top: 160px;
  left: 305px;
  font-size: 25px;
  color: #111;
  font-weight: bold;
}

.mark {
  position: absolute;
  top: 80px;
  right: 64px;
  width: 30%;
}

.org-name {
  position: absolute;
  top: 38px;
  left: 110px;
  width: 400px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}

.org-name2 {
  position: absolute;
  top: 58px;
  left: 83px;
  width: 400px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}

.doc-title {
  position: absolute;
  bottom: 30px;
  left: 38px;
  font-size: 13px;
  color: #777;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-weight: bold;
}

.om {
  position: absolute;
  top: 40px;
  left: 300px;
  font-size: 13px;
  color: #777;
  font-weight: bold;
}

.om-num {
  position: absolute;
  top: 55px;
  left: 300px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.ln {
  position: absolute;
  top: 245px;
  left: 300px;
  font-size: 13px;
  color: #777;
  font-weight: bold;
}

.ln-num {
  position: absolute;
  top: 260px;
  left: 300px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.photo {
  position: relative;
  top: 25px;
  left: 40px;
  right: 0;
  width: 250px;
  height: 265px;
  object-fit: cover;
}

.rang {
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  top: 118px;
  left: 195px;
  right: 20px;
}

.name {
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  top: 157px;
  left: 151px;
  right: 20px;
}

.dol {
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  top: 196px;
  left: 120px;
  right: 20px;
}

.text {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  top: 245px;
  left: 61px;
  right: 20px;
}

.text2 {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  top: 260px;
  left: 65px;
  right: 20px;
}