.certificate-piterprof {
  max-width: 600px;
  margin: 0 auto;
  background: url("/wa-apps/shop/themes/piterprof/img/cert_bg.png") no-repeat 50% 50%;
  background-size: 100% auto;
  color: #fff;
  border-radius: 40px;
  line-height: 1;
  padding: 0;
  position: relative;
  z-index: 1;
}
.certificate-piterprof * {
  box-sizing: border-box;
}
.certificate-piterprof a {
  position: absolute;
  display: block;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.certificate-piterprof .cert-main {
  padding: 30px 40px;
  height: 532px;
}
.certificate-piterprof .cert-header {
  position: relative;
  height: 180px;
}
.certificate-piterprof .cert-header .title1 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'montserratmedium_italic';
}
.certificate-piterprof .cert-header .cert-logo {
  position: absolute;
  right: -15px;
  top: 0;
  background: url("/wa-apps/shop/themes/piterprof/img/logo_w.png") no-repeat 50% 50%;
  background-size: 100% auto;
  width: 110px;
  height: 110px;
}
.certificate-piterprof .cert-amount-value {
  font-size: 120px;
  text-align: center;
  font-family: 'gilroyheavy', Arial, sans-serif;
  font-weight: bold;
}
.certificate-piterprof .code {
  margin-top: 20px;
  font-size: 40px;
  text-align: center;
  font-family: 'gilroyheavy', Arial, sans-serif;
  font-size: 47px;
  font-weight: bold;
}
.certificate-piterprof .code-hint {
  text-align: center;
  font-size: 17px;
  font-family: 'montserratmedium';
  margin-top: 7px;
}
.certificate-piterprof .footer-1 {
  margin-top: 93px;
  font-size: 9px;
  white-space: nowrap;
  text-align: center;
  font-family: 'montserratmedium';
}
.certificate-piterprof .footer-2 {
  padding: 0 40px;
  height: 268px;
  overflow: hidden;
  display: flex;
  /* create flex container */
  justify-content: center;
  /* center horizontally */
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
}
.certificate-piterprof .footer-2 .inner {
  width: 100%;
}
.certificate-piterprof .footer-2 .to,
.certificate-piterprof .footer-2 .from {
  margin-bottom: 20px;
  font-family: 'montserratmedium';
  width: 100%;
}
.certificate-piterprof .footer-2 .message {
  font-family: 'montserratmedium_italic';
  width: 100%;
}
.certificate-piterprof-bottom {
  margin: 30px;
  text-align: center;
}
.certificate-piterprof-bottom a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 32px;
  font-family: 'montserratmedium';
  background: #da8a23;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
/*# sourceMappingURL=certificate.css.map */