body {
  margin: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: white;
  z-index: 1;
  position: relative;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  transition: all 0.25s ease !important;
  color: black;
  text-decoration: none;
}
body a:hover {
  color: black;
}
body h1 {
  font-size: 38px;
  margin: 0;
  line-height: 120%;
  font-weight: normal;
}
body h2 {
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  font-weight: normal;
}
body h3 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
}
body h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin: 0;
}
body p {
  margin: 0;
  font-size: 18px;
}

.html, body {
  overflow-x: hidden;
}

.container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  width: calc(100% - 128px) !important;
}

body {
  background: #212122;
  color: #E5E9EB;
  font-family: "Inter", sans-serif;
}

.html, body {
  overflow-x: hidden;
}

.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header.scrolled {
  background: rgba(20, 30, 35, 0.85);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}

.header.scrolled .header-nav {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header.scrolled .header-nav a {
  color: #fff;
}

.header.scrolled .header-nav .active a {
  background: rgba(255, 255, 255, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-logo img {
  width: 60px;
}

.header-logo {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-main {
  filter: drop-shadow(0 0 6px rgba(108, 167, 178, 0.6));
}

.header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.header-nav a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
  color: #A3B0B8;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.header-nav ul {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav ul {
  display: flex;
  gap: 6px;
  list-style: none;
}

.header-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.header-nav .active a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}

.header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lang-switcher {
  display: flex;
  gap: 6px;
}

.lang-switcher a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.lang-switcher img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lang-switcher a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-contact {
  height: 30px;
  padding: 0 14px;
  color: #E5E9EB;
  display: flex;
  align-items: center;
  font-size: 13px;
  border-radius: 999px;
  background: rgba(108, 167, 178, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 8px rgba(108, 167, 178, 0.25);
  transition: all 0.25s ease;
}

.btn-contact:hover {
  background: rgba(108, 167, 178, 0.9);
  box-shadow: 0 0 12px rgba(108, 167, 178, 0.4);
}

body {
  background: #212122;
  color: #E5E9EB;
  font-family: "Inter", sans-serif;
}

.html, body {
  overflow-x: hidden;
}

.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer {
  position: relative;
  padding: 80px 0 60px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 200, 210, 0.8), transparent);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #E5E9EB;
}

.footer-label {
  font-size: 14px;
  opacity: 0.6;
  color: #E5E9EB;
  color: #E5E9EB;
}

.footer-socials {
  display: flex;
  gap: 20px;
}
.footer-socials a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}
.footer-socials a:hover {
  color: #6CA7B2;
  opacity: 1;
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  max-width: 420px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(120, 200, 210, 0.5);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.footer-btn:hover {
  border-color: #6CA7B2;
  color: #6CA7B2;
  box-shadow: 0 0 15px rgba(127, 186, 196, 0.3);
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(120, 200, 210, 0.3);
}

.footer-privacy {
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-privacy:hover {
  color: #6CA7B2;
  opacity: 1;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 610px);
  right: calc(50% - 610px);
  height: 1px;
  background: rgba(120, 200, 210, 0.4);
  box-shadow: 0 0 10px rgba(120, 200, 210, 0.4);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background: white;
}

::-moz-placeholder {
  color: rgb(95, 95, 95);
  font-size: 16px;
  line-height: 100%;
}

::placeholder {
  color: rgb(95, 95, 95);
  font-size: 16px;
  line-height: 100%;
}

body {
  margin: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: white;
  z-index: 1;
  position: relative;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  transition: all 0.25s ease !important;
  color: black;
  text-decoration: none;
}
body a:hover {
  color: black;
}
body h1 {
  font-size: 38px;
  margin: 0;
  line-height: 120%;
  font-weight: normal;
}
body h2 {
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  font-weight: normal;
}
body h3 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
}
body h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin: 0;
}
body p {
  margin: 0;
  font-size: 18px;
}

.html, body {
  overflow-x: hidden;
}

.container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  width: calc(100% - 128px) !important;
}

.privacy {
  padding: 100px 0 80px;
  position: relative !important;
  z-index: 2;
  background: #0f1115;
  overflow: hidden;
}
.privacy .container {
  max-width: 900px;
  z-index: 2;
}
.privacy .privacy .container {
  position: relative;
  z-index: 2;
}
.privacy h1 {
  font-size: 42px !important;
  font-weight: 500;
  color: #E5E9EB !important;
  text-align: center;
  margin-bottom: 90px !important;
}
.privacy .privacy-intro {
  font-size: 16px;
  color: #E5E9EB;
  line-height: 1.7;
  margin-bottom: 60px;
  max-width: 640px;
}
.privacy .privacy-block {
  margin-bottom: 48px;
}
.privacy .privacy-block h2 {
  font-size: 24px;
  font-weight: 500;
  color: #E5E9EB;
  line-height: 1.7;
  margin-bottom: 16px;
}
.privacy .privacy-block p {
  font-size: 16px;
  color: #A3B0B8;
  line-height: 1.7;
  margin-bottom: 12px;
}
.privacy .privacy-block ul {
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
}
.privacy .privacy-block ul li {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #A3B0B8;
  line-height: 1.7;
  margin-bottom: 10px;
}
.privacy .privacy-block ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: #6CA7B2;
  line-height: -2;
  margin-top: 2px;
}

body {
  background: #0f1115;
  overflow: visible;
}

.glow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

img.glow {
  opacity: 0.7;
}

.glow-top {
  top: -150px;
  right: -150px;
  width: 700px;
}

.glow-bottom {
  bottom: -150px;
  right: -150px;
  width: 700px;
}

.glow-left {
  width: 500px;
  height: 250px;
  border-radius: 50%;
  left: -150px;
  top: 200px;
  background: #6CA7B2;
  filter: blur(120px);
  opacity: 0.6;
}

.error-404 {
  position: relative;
  padding: 140px 0 100px;
  text-align: center;
  overflow: hidden;
}
.error-404 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.error-404 .error-code {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 320px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.error-404 .error-image {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.error-404 .error-image img {
  width: 300px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  animation: float 4s ease-in-out infinite;
}
.error-404 h1 {
  font-size: 32px;
  font-weight: 500;
  color: #E5E9EB;
  margin: 25px 0 12px;
}
.error-404 .error-text {
  font-size: 16px;
  color: #A3B0B8;
  margin-bottom: 30px;
}
.error-404 .btn-home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #E5E9EB;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error-404 .btn-home span {
  display: inline-block;
}
.error-404 .btn-home:hover {
  background: rgba(108, 167, 178, 0.2);
  border-color: #6CA7B2;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=theme.css.map */