/* certificate lightbox — only for Astana Hub certificate */
#raskrutov-cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.78);
}
#raskrutov-cert-lightbox.is-open {
  display: flex;
}
#raskrutov-cert-lightbox__img {
  max-width: 92vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
#raskrutov-cert-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
#raskrutov-cert-lightbox__close:focus {
  outline: 2px solid #70e2ec;
  outline-offset: 2px;
}
[id="69686de57d9e4fdd9cd53936c40e5d91"] .m-image__wrapper {
  cursor: pointer;
}
