/* [project]/src/components/pages/PanelNotFoundPage.module.css [app-client] (css) */
.PanelNotFoundPage-module__t1gdDG__page {
  color: #5960a8;
  min-height: calc(100vh - 132px);
  position: relative;
  overflow: hidden;
}

.PanelNotFoundPage-module__t1gdDG__page:before {
  content: "";
  opacity: .42;
  pointer-events: none;
  background-image: radial-gradient(circle, #5960a86b 1px, #0000 1.2px);
  background-size: 10px 10px;
  width: min(70vw, 760px);
  height: 168px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
  mask-image: linear-gradient(#000 0%, #0000 100%);
}

.PanelNotFoundPage-module__t1gdDG__back {
  z-index: 1;
  color: #5960a8;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.PanelNotFoundPage-module__t1gdDG__back:hover {
  color: #42498f;
}

.PanelNotFoundPage-module__t1gdDG__backIcon {
  font-size: 9px;
}

.PanelNotFoundPage-module__t1gdDG__content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 80px 20px 120px;
  display: flex;
  position: relative;
}

.PanelNotFoundPage-module__t1gdDG__message {
  text-align: center;
  width: min(100%, 420px);
}

.PanelNotFoundPage-module__t1gdDG__codeWrap {
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.PanelNotFoundPage-module__t1gdDG__codeWrap:before, .PanelNotFoundPage-module__t1gdDG__codeWrap:after {
  content: "";
  background: linear-gradient(90deg, #0000, #5960a82e, #0000);
  height: 1px;
  position: absolute;
  left: 52px;
  right: 52px;
}

.PanelNotFoundPage-module__t1gdDG__codeWrap:before {
  top: 6px;
}

.PanelNotFoundPage-module__t1gdDG__codeWrap:after {
  bottom: 5px;
}

.PanelNotFoundPage-module__t1gdDG__code {
  color: #5960a8;
  letter-spacing: 0;
  align-items: center;
  gap: 5px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.PanelNotFoundPage-module__t1gdDG__zero {
  color: #0000;
  -webkit-text-stroke: 1px #5960a866;
  text-stroke: 1px #5960a866;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-weight: 500;
  display: inline-flex;
}

.PanelNotFoundPage-module__t1gdDG__title {
  color: #5960a8;
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.PanelNotFoundPage-module__t1gdDG__description {
  color: #5960a8;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .PanelNotFoundPage-module__t1gdDG__page {
    min-height: calc(100vh - 150px);
  }

  .PanelNotFoundPage-module__t1gdDG__page:before {
    width: 100%;
    height: 132px;
  }

  .PanelNotFoundPage-module__t1gdDG__content {
    min-height: calc(100vh - 260px);
    padding: 68px 12px 104px;
  }

  .PanelNotFoundPage-module__t1gdDG__code {
    font-size: 46px;
  }

  .PanelNotFoundPage-module__t1gdDG__zero {
    width: 38px;
    height: 38px;
  }
}

/*# sourceMappingURL=src_components_pages_PanelNotFoundPage_module_6b6bfd83.css.map*/