@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/JetBrainsMono-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: black!important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to top,
    #022751 0%,
    #022751 50%,
    black 50%,
    black 100%);
  z-index: -1;
}

.doc-sep-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.bgfx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bgfx canvas {
  width: 100% !important;
  height: 100% !important;
}

.page_container,
.footer {
  position: relative;
  z-index: 1;
  color: white;
}
.sep-page-bg{
  background: linear-gradient(to top, #022751, black);
}

.go-back {
  top: 13px;
  left: 20px;
  position: absolute;
  display: inline-flex;
  text-decoration: none;
  z-index: 2000!important;
}

.go-back-icon {
  font-size: 32px;
  color: white;
  opacity: 0.7;
}

.home-icon {
  margin-left: 5px;
  margin-top: 12px;
  font-size: 16px;
  color: white;
}

.go-back-text {
  margin-top: 6px;
  margin-left: 5px;
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: 100;
}

.go-to {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.go-back:hover .go-back-icon {
  opacity: 1!important;
}

.go-back:hover .go-back-text {
  opacity: 1!important;
  font-weight: 200;
}

.to-main {
  color: white;
  text-decoration: none;
}

.menu-logo-link {
  position: absolute;
  z-index: 2000;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.menu-logo-link:hover {
  filter: drop-shadow(0 0 8px white);
  transition: filter 1s ease;
}

.menu-logo_text_img {
    height: 20px;
    width: auto;
}

.page_container {
  padding: 100px;
  z-index: 1000;
}

.font-lightblue {
  color: #72c9e6;
}

.fw-bold {
  font-weight: bold;
}

.reesstr-link {
  display: block;
  width: 100%;
  text-align: center;
}

.doc-text {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.doc-links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doc-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
  height: 50px;
  background: linear-gradient(to right, #022751, #1b80ac);
}

.doc-link:hover {
  background: linear-gradient(to left, #022751, #1b80ac);
}

.doc-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 20px;
}

.license-p2 {
  font-size: 20px;!important;
  width: 100%;
  text-align: center;
}

.license-p-ul-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.license-p-ul {
  margin-bottom: 1.5rem;
}

.license-icon {
  font-size: 20px;
  background: linear-gradient(to bottom, #022751, #1b80ac);
  width: 35px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}

.footer {
  height: 68px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #b3d5e1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0 0 10px;
  user-select: none;
}

.footer-info {
  margin-bottom: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.footer-info a.privacy-link {
  display: block;
  margin-top: 4px;
  color: #b3d5e1;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.footer-info a.privacy-link:hover {
  color: #fff;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: rgba(2, 32, 47, 0.8);
  font-size: 12px;
  /* Убираем запрет выделения */
  user-select: text;
  cursor: text; /* показывает текстовый курсор */
  margin-bottom: 5px;
}

.marquee__content {
  display: inline-flex;
  animation: marquee-left 50s linear infinite;
}

.marquee__content span {
  padding-right: 50px;
  white-space: nowrap;
}

.footer:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .page_container {
    padding: 100px 30px 100px;
  }
}

@media (max-width: 1024px) and (max-height: 600px) {
  .page_container {
    font-size: 14px;
  }
  .doc-text {
    margin-top: 0;
    font-size: 16px;
  }
  .doc-link {
    margin-top: 10px;
    height: 40px;
  }
  .license-p-ul {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 540px) {
  .page_container {
    font-size: 12px;
  }
  .doc-text {
    margin: 0;
    font-size: 14px;
  }
  .doc-link {
    width: 100%;
  }
  .license-p-ul {
    margin-bottom: 1rem;
  }
}

@media (max-width: 430px) {
  .page_container {
    padding: 100px 15px 100px;
  }
  .go-back-text {
    display: none;!important;
  }
}

@media (max-width: 375px) {
  .doc-link {
    height: 40px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .license-p2 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .license-p-ul {
    margin-bottom: 0.5rem;
  }
  .license-icon {
    font-size: 16px;
    width: 30px;
    height: 25px;
  }
}