body.lock {
  height: 100vh;
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  z-index: 1500;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
          transform: perspective(600px) translate(0, 0) rotateX(0);
  opacity: 1;
}
.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  overflow: auto;
}
.popup__content {
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  overflow: auto;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.nav-footer {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 1;
}
.nav-footer__link {
  color: #fff;
}

.popup__body {
  padding: 20px;
}
.popup__content {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  color: #000;
  overflow: unset;
}
.popup__close {
  position: absolute;
  right: -40px;
  top: -40px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZiI+CjxnIGlkPSJDbG9zZSI+CiAgPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTEzMS44MDQsMTA2LjQ5MWw3NS45MzYtNzUuOTM2YzYuOTktNi45OSw2Ljk5LTE4LjMyMywwLTI1LjMxMgogICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyCiAgICBsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3CiAgICBjNi45ODksNi45OSwxOC4zMjIsNi45OSwyNS4zMTIsMGM2Ljk5LTYuOTksNi45OS0xOC4zMjIsMC0yNS4zMTJMMTMxLjgwNCwxMDYuNDkxeiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 100% 0;
  background-size: 16px;
  background-position: center;
  border: none;
  z-index: 100020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  opacity: 0.6;
}
.popup__content-wr {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: a;
  max-height: 80vh;
  overflow-y: auto;
}

.text-content em {
  font-style: italic;
}
.text-content a {
  color: #0b64d8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-content a:hover {
  text-decoration-thickness: 2px;
}
.text-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 2px;
}
.text-content ul,
.text-content ol {
  padding-left: 1.25em;
}
.text-content ul {
  list-style: disc;
}
.text-content ol {
  list-style: decimal;
}
.text-content li {
  margin: 0.4em 0;
}
.text-content li > ul,
.text-content li > ol {
  margin-top: 0.4em;
}
.text-content blockquote {
  margin: 1.2em 0;
  padding: 0.8em 1em;
  border-left: 4px solid #e3e8ef;
  background: #f8fafc;
}
.text-content code,
.text-content kbd,
.text-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.1em 0.35em;
}
.text-content pre {
  overflow: auto;
  padding: 12px 14px;
  background: #0b1220;
  color: #e6edf3;
  border-radius: 8px;
}
.text-content pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.text-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.text-content th,
.text-content td {
  padding: 0.65em 0.8em;
  border: 1px solid #e5e7eb;
  vertical-align: top;
}
.text-content thead th {
  background: #f3f4f6;
  font-weight: 700;
}
.text-content tbody tr:nth-child(odd) {
  background: #fcfdff;
}
.text-content hr {
  height: 1px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#e5e7eb), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #e5e7eb, rgba(0, 0, 0, 0));
  margin: 2em 0;
}
.text-content img,
.text-content svg,
.text-content video {
  max-width: 100%;
  height: auto;
  display: block;
}
.text-content h1 {
  font-size: 24px;
}
.text-content h2 {
  font-size: 18px;
}
@media (max-width: 600px) {
  .text-content {
    padding: 16px;
  }
}

.content {
  margin: 2%;
  padding: 2%;
  background: #fff;
  border-radius: 10px;
  color: #000;
  height: calc(100vh - 200px);
  overflow: hidden;
}
.content__wrapper {
  overflow-y: auto;
  height: 100%;
}

.look {
  overflow: hidden;
}/*# sourceMappingURL=new-style.css.map */