.container {
  max-width: 960px;
}
@media print{
  .pt-5 {
    padding: 1rem!important;
  }
}
.fio {
  font-size: 16px;
  bottom: 170px;
  right: 50px;
  color: #000;
  font-weight: 600;
}
.code {
  position: absolute;
  right: 97px;
  bottom: 182px;
  width: 192px;
  text-align: center;
  color: #fff;
}
.dop {
  background-color: #fff;
  position: absolute;
  padding: 5px 10px;
  border-radius: 10px;
  bottom: 10px;
  left: 10px;
  font-weight: 600;
}
.contacts {
  position: absolute;
  bottom: 69px;
  right: 80px;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.design-1 .fio {
  bottom: 270px;
  right: 97px;
  background-color: #352f2f !important;
  color: #fff;

  padding: 5px 15px !important;
}

.design-2 .fio {
  bottom: 10px;
  right: 34px;
  font-size: 20px;
  padding: 7px 15px !important;
  line-height: 1;
  border-radius: 10px !important;
}
.design-2 .code {
  right: 103px;
  bottom: 205px;
  width: 190px;
  color: #000;
}

.design-2 .contacts {
  bottom: 100px;
  right: 98px;
}