@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap");
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Bruno Ace SC", sans-serif;
}

* {
  box-sizing: border-box;
  cursor: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: repeating-radial-gradient(circle farthest-corner at center center, rgb(170, 185, 197) 0%, rgb(28, 169, 206) 14%, rgb(95, 130, 200) 31%, rgb(77, 77, 168) 54%, rgb(31, 33, 71) 80%, rgb(30, 36, 71) 100%);
  border-radius: 4px;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #0299ff;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  flex: none;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  background: #111319;
}
body.welcome .main_welcome {
  transition: opacity 1s;
  opacity: 1;
  animation: preloading 3s linear 0s infinite;
}
body.bg .main_bg {
  transition: opacity 1s;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  body.bg .main .vignette {
    transition: all 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0s;
    background: radial-gradient(circle closest-corner at center 316px, rgba(0, 0, 0, 0) 0%, rgb(8, 9, 12) 100%);
    opacity: 1;
  }
}
@media screen and (max-width: 769px) {
  body.bg .main .vignette {
    transition: all 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0s;
    background: radial-gradient(circle closest-corner at center 316px, rgba(0, 0, 0, 0) 0%, rgb(8, 9, 12) 100%);
    opacity: 1;
  }
}
@media screen and (max-width: 735px) {
  body.bg .main .vignette {
    background: radial-gradient(circle closest-corner at center 50%, rgba(0, 0, 0, 0) 45%, #08090c 100%);
  }
}
@media screen and (max-width: 651px) {
  body.bg .main .vignette {
    background: radial-gradient(circle farthest-corner at center 0, rgba(255, 0, 0, 0) 66%, rgba(11, 11, 20, 0.74) 80%, #0c0b13 100%);
  }
}
@media screen and (max-width: 600px) {
  body.bg .main .vignette {
    background: radial-gradient(circle farthest-corner at center 0, rgba(255, 0, 239, 0) 50%, rgb(9, 9, 17) 68%, #090910 100%);
  }
}
body.overlay .main .vignette {
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
  background: radial-gradient(ellipse closest-corner at 50% 50%, rgba(0, 0, 0, 0) 36.3%, #08090c 71.7%);
  opacity: 1;
}
body.title .main_content {
  transition: opacity 1s;
  opacity: 1;
  transition-delay: 0.8s;
}
body.title .header,
body.title .advantages,
body.title .pages {
  transition: all 1s;
  opacity: 1;
  transition-delay: 1.8s;
  transform: translateY(0%);
}

section {
  height: 100vh;
}
section:nth-child(2), section:nth-child(3) {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .container {
    padding: 0 20px;
  }
}

@keyframes preloading {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.vignette {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}

#cursor {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: repeating-radial-gradient(circle farthest-corner at center center, rgb(170, 185, 197) 0%, rgb(28, 169, 206) 14%, rgb(95, 130, 200) 31%, rgb(77, 77, 168) 54%, rgb(31, 33, 71) 80%, rgb(30, 36, 71) 100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 9px 2px rgba(12, 107, 180, 0.7058823529);
  opacity: 0;
}
#cursor span {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: rgba(12, 107, 180, 0.5);
  box-shadow: 0px 0px 9px 2px rgba(12, 107, 180, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity 0.3s steps(6, end);
}
#cursor span:nth-child(1) {
  width: calc(20px - 1 * 3px);
  height: calc(20px - 1 * 3px);
  z-index: -1;
  opacity: calc(1 - 1 * 0.1 - 0.1);
}
#cursor span:nth-child(2) {
  width: calc(20px - 2 * 3px);
  height: calc(20px - 2 * 3px);
  z-index: -1;
  opacity: calc(1 - 2 * 0.1 - 0.1);
}
#cursor span:nth-child(3) {
  width: calc(20px - 3 * 3px);
  height: calc(20px - 3 * 3px);
  z-index: -1;
  opacity: calc(1 - 3 * 0.1 - 0.1);
}
#cursor span:nth-child(4) {
  width: calc(20px - 4 * 3px);
  height: calc(20px - 4 * 3px);
  z-index: -1;
  opacity: calc(1 - 4 * 0.1 - 0.1);
}
#cursor span:nth-child(5) {
  width: calc(20px - 5 * 3px);
  height: calc(20px - 5 * 3px);
  z-index: -1;
  opacity: calc(1 - 5 * 0.1 - 0.1);
}
#cursor span:nth-child(6) {
  width: calc(20px - 6 * 3px);
  height: calc(20px - 6 * 3px);
  z-index: -1;
  opacity: calc(1 - 6 * 0.1 - 0.1);
}
#cursor span:nth-child(7) {
  width: calc(20px - 7 * 3px);
  height: calc(20px - 7 * 3px);
  z-index: -1;
  opacity: calc(1 - 7 * 0.1 - 0.1);
}
#cursor span:nth-child(8) {
  width: calc(20px - 8 * 3px);
  height: calc(20px - 8 * 3px);
  z-index: -1;
  opacity: calc(1 - 8 * 0.1 - 0.1);
}
#cursor span:nth-child(9) {
  width: calc(20px - 9 * 3px);
  height: calc(20px - 9 * 3px);
  z-index: -1;
  opacity: calc(1 - 9 * 0.1 - 0.1);
}
#cursor span:nth-child(10) {
  width: calc(20px - 10 * 3px);
  height: calc(20px - 10 * 3px);
  z-index: -1;
  opacity: calc(1 - 10 * 0.1 - 0.1);
}
#cursor span:nth-child(11) {
  width: calc(20px - 11 * 3px);
  height: calc(20px - 11 * 3px);
  z-index: -1;
  opacity: calc(1 - 11 * 0.1 - 0.1);
}
#cursor span:nth-child(12) {
  width: calc(20px - 12 * 3px);
  height: calc(20px - 12 * 3px);
  z-index: -1;
  opacity: calc(1 - 12 * 0.1 - 0.1);
}
#cursor span:nth-child(13) {
  width: calc(20px - 13 * 3px);
  height: calc(20px - 13 * 3px);
  z-index: -1;
  opacity: calc(1 - 13 * 0.1 - 0.1);
}
#cursor span:nth-child(14) {
  width: calc(20px - 14 * 3px);
  height: calc(20px - 14 * 3px);
  z-index: -1;
  opacity: calc(1 - 14 * 0.1 - 0.1);
}
#cursor span:nth-child(15) {
  width: calc(20px - 15 * 3px);
  height: calc(20px - 15 * 3px);
  z-index: -1;
  opacity: calc(1 - 15 * 0.1 - 0.1);
}
#cursor span:nth-child(16) {
  width: calc(20px - 16 * 3px);
  height: calc(20px - 16 * 3px);
  z-index: -1;
  opacity: calc(1 - 16 * 0.1 - 0.1);
}
#cursor span:nth-child(17) {
  width: calc(20px - 17 * 3px);
  height: calc(20px - 17 * 3px);
  z-index: -1;
  opacity: calc(1 - 17 * 0.1 - 0.1);
}
#cursor span:nth-child(18) {
  width: calc(20px - 18 * 3px);
  height: calc(20px - 18 * 3px);
  z-index: -1;
  opacity: calc(1 - 18 * 0.1 - 0.1);
}
#cursor span:nth-child(19) {
  width: calc(20px - 19 * 3px);
  height: calc(20px - 19 * 3px);
  z-index: -1;
  opacity: calc(1 - 19 * 0.1 - 0.1);
}
#cursor span:nth-child(20) {
  width: calc(20px - 20 * 3px);
  height: calc(20px - 20 * 3px);
  z-index: -1;
  opacity: calc(1 - 20 * 0.1 - 0.1);
}
#cursor span:nth-child(21) {
  width: calc(20px - 21 * 3px);
  height: calc(20px - 21 * 3px);
  z-index: -1;
  opacity: calc(1 - 21 * 0.1 - 0.1);
}
#cursor span:nth-child(22) {
  width: calc(20px - 22 * 3px);
  height: calc(20px - 22 * 3px);
  z-index: -1;
  opacity: calc(1 - 22 * 0.1 - 0.1);
}
#cursor span:nth-child(23) {
  width: calc(20px - 23 * 3px);
  height: calc(20px - 23 * 3px);
  z-index: -1;
  opacity: calc(1 - 23 * 0.1 - 0.1);
}
#cursor span:nth-child(24) {
  width: calc(20px - 24 * 3px);
  height: calc(20px - 24 * 3px);
  z-index: -1;
  opacity: calc(1 - 24 * 0.1 - 0.1);
}
#cursor span:nth-child(25) {
  width: calc(20px - 25 * 3px);
  height: calc(20px - 25 * 3px);
  z-index: -1;
  opacity: calc(1 - 25 * 0.1 - 0.1);
}
#cursor span:nth-child(26) {
  width: calc(20px - 26 * 3px);
  height: calc(20px - 26 * 3px);
  z-index: -1;
  opacity: calc(1 - 26 * 0.1 - 0.1);
}
#cursor span:nth-child(27) {
  width: calc(20px - 27 * 3px);
  height: calc(20px - 27 * 3px);
  z-index: -1;
  opacity: calc(1 - 27 * 0.1 - 0.1);
}
#cursor span:nth-child(28) {
  width: calc(20px - 28 * 3px);
  height: calc(20px - 28 * 3px);
  z-index: -1;
  opacity: calc(1 - 28 * 0.1 - 0.1);
}
#cursor span:nth-child(29) {
  width: calc(20px - 29 * 3px);
  height: calc(20px - 29 * 3px);
  z-index: -1;
  opacity: calc(1 - 29 * 0.1 - 0.1);
}
#cursor span:nth-child(30) {
  width: calc(20px - 30 * 3px);
  height: calc(20px - 30 * 3px);
  z-index: -1;
  opacity: calc(1 - 30 * 0.1 - 0.1);
}
#cursor span:nth-child(31) {
  width: calc(20px - 31 * 3px);
  height: calc(20px - 31 * 3px);
  z-index: -1;
  opacity: calc(1 - 31 * 0.1 - 0.1);
}
#cursor span:nth-child(32) {
  width: calc(20px - 32 * 3px);
  height: calc(20px - 32 * 3px);
  z-index: -1;
  opacity: calc(1 - 32 * 0.1 - 0.1);
}
#cursor span:nth-child(33) {
  width: calc(20px - 33 * 3px);
  height: calc(20px - 33 * 3px);
  z-index: -1;
  opacity: calc(1 - 33 * 0.1 - 0.1);
}
#cursor span:nth-child(34) {
  width: calc(20px - 34 * 3px);
  height: calc(20px - 34 * 3px);
  z-index: -1;
  opacity: calc(1 - 34 * 0.1 - 0.1);
}
#cursor span:nth-child(35) {
  width: calc(20px - 35 * 3px);
  height: calc(20px - 35 * 3px);
  z-index: -1;
  opacity: calc(1 - 35 * 0.1 - 0.1);
}
#cursor span:nth-child(36) {
  width: calc(20px - 36 * 3px);
  height: calc(20px - 36 * 3px);
  z-index: -1;
  opacity: calc(1 - 36 * 0.1 - 0.1);
}
#cursor span:nth-child(37) {
  width: calc(20px - 37 * 3px);
  height: calc(20px - 37 * 3px);
  z-index: -1;
  opacity: calc(1 - 37 * 0.1 - 0.1);
}
#cursor span:nth-child(38) {
  width: calc(20px - 38 * 3px);
  height: calc(20px - 38 * 3px);
  z-index: -1;
  opacity: calc(1 - 38 * 0.1 - 0.1);
}
#cursor span:nth-child(39) {
  width: calc(20px - 39 * 3px);
  height: calc(20px - 39 * 3px);
  z-index: -1;
  opacity: calc(1 - 39 * 0.1 - 0.1);
}
#cursor span:nth-child(40) {
  width: calc(20px - 40 * 3px);
  height: calc(20px - 40 * 3px);
  z-index: -1;
  opacity: calc(1 - 40 * 0.1 - 0.1);
}
#cursor span:nth-child(41) {
  width: calc(20px - 41 * 3px);
  height: calc(20px - 41 * 3px);
  z-index: -1;
  opacity: calc(1 - 41 * 0.1 - 0.1);
}
#cursor span:nth-child(42) {
  width: calc(20px - 42 * 3px);
  height: calc(20px - 42 * 3px);
  z-index: -1;
  opacity: calc(1 - 42 * 0.1 - 0.1);
}
#cursor span:nth-child(43) {
  width: calc(20px - 43 * 3px);
  height: calc(20px - 43 * 3px);
  z-index: -1;
  opacity: calc(1 - 43 * 0.1 - 0.1);
}
#cursor span:nth-child(44) {
  width: calc(20px - 44 * 3px);
  height: calc(20px - 44 * 3px);
  z-index: -1;
  opacity: calc(1 - 44 * 0.1 - 0.1);
}
#cursor span:nth-child(45) {
  width: calc(20px - 45 * 3px);
  height: calc(20px - 45 * 3px);
  z-index: -1;
  opacity: calc(1 - 45 * 0.1 - 0.1);
}
#cursor span:nth-child(46) {
  width: calc(20px - 46 * 3px);
  height: calc(20px - 46 * 3px);
  z-index: -1;
  opacity: calc(1 - 46 * 0.1 - 0.1);
}
#cursor span:nth-child(47) {
  width: calc(20px - 47 * 3px);
  height: calc(20px - 47 * 3px);
  z-index: -1;
  opacity: calc(1 - 47 * 0.1 - 0.1);
}
#cursor span:nth-child(48) {
  width: calc(20px - 48 * 3px);
  height: calc(20px - 48 * 3px);
  z-index: -1;
  opacity: calc(1 - 48 * 0.1 - 0.1);
}
#cursor span:nth-child(49) {
  width: calc(20px - 49 * 3px);
  height: calc(20px - 49 * 3px);
  z-index: -1;
  opacity: calc(1 - 49 * 0.1 - 0.1);
}
#cursor span:nth-child(50) {
  width: calc(20px - 50 * 3px);
  height: calc(20px - 50 * 3px);
  z-index: -1;
  opacity: calc(1 - 50 * 0.1 - 0.1);
}
#cursor span:nth-child(51) {
  width: calc(20px - 51 * 3px);
  height: calc(20px - 51 * 3px);
  z-index: -1;
  opacity: calc(1 - 51 * 0.1 - 0.1);
}
#cursor span:nth-child(52) {
  width: calc(20px - 52 * 3px);
  height: calc(20px - 52 * 3px);
  z-index: -1;
  opacity: calc(1 - 52 * 0.1 - 0.1);
}
#cursor span:nth-child(53) {
  width: calc(20px - 53 * 3px);
  height: calc(20px - 53 * 3px);
  z-index: -1;
  opacity: calc(1 - 53 * 0.1 - 0.1);
}
#cursor span:nth-child(54) {
  width: calc(20px - 54 * 3px);
  height: calc(20px - 54 * 3px);
  z-index: -1;
  opacity: calc(1 - 54 * 0.1 - 0.1);
}
#cursor span:nth-child(55) {
  width: calc(20px - 55 * 3px);
  height: calc(20px - 55 * 3px);
  z-index: -1;
  opacity: calc(1 - 55 * 0.1 - 0.1);
}
#cursor span:nth-child(56) {
  width: calc(20px - 56 * 3px);
  height: calc(20px - 56 * 3px);
  z-index: -1;
  opacity: calc(1 - 56 * 0.1 - 0.1);
}
#cursor span:nth-child(57) {
  width: calc(20px - 57 * 3px);
  height: calc(20px - 57 * 3px);
  z-index: -1;
  opacity: calc(1 - 57 * 0.1 - 0.1);
}
#cursor span:nth-child(58) {
  width: calc(20px - 58 * 3px);
  height: calc(20px - 58 * 3px);
  z-index: -1;
  opacity: calc(1 - 58 * 0.1 - 0.1);
}
#cursor span:nth-child(59) {
  width: calc(20px - 59 * 3px);
  height: calc(20px - 59 * 3px);
  z-index: -1;
  opacity: calc(1 - 59 * 0.1 - 0.1);
}
#cursor span:nth-child(60) {
  width: calc(20px - 60 * 3px);
  height: calc(20px - 60 * 3px);
  z-index: -1;
  opacity: calc(1 - 60 * 0.1 - 0.1);
}
#cursor span:nth-child(61) {
  width: calc(20px - 61 * 3px);
  height: calc(20px - 61 * 3px);
  z-index: -1;
  opacity: calc(1 - 61 * 0.1 - 0.1);
}
#cursor span:nth-child(62) {
  width: calc(20px - 62 * 3px);
  height: calc(20px - 62 * 3px);
  z-index: -1;
  opacity: calc(1 - 62 * 0.1 - 0.1);
}
#cursor span:nth-child(63) {
  width: calc(20px - 63 * 3px);
  height: calc(20px - 63 * 3px);
  z-index: -1;
  opacity: calc(1 - 63 * 0.1 - 0.1);
}
#cursor span:nth-child(64) {
  width: calc(20px - 64 * 3px);
  height: calc(20px - 64 * 3px);
  z-index: -1;
  opacity: calc(1 - 64 * 0.1 - 0.1);
}
#cursor span:nth-child(65) {
  width: calc(20px - 65 * 3px);
  height: calc(20px - 65 * 3px);
  z-index: -1;
  opacity: calc(1 - 65 * 0.1 - 0.1);
}
#cursor span:nth-child(66) {
  width: calc(20px - 66 * 3px);
  height: calc(20px - 66 * 3px);
  z-index: -1;
  opacity: calc(1 - 66 * 0.1 - 0.1);
}
#cursor span:nth-child(67) {
  width: calc(20px - 67 * 3px);
  height: calc(20px - 67 * 3px);
  z-index: -1;
  opacity: calc(1 - 67 * 0.1 - 0.1);
}
#cursor span:nth-child(68) {
  width: calc(20px - 68 * 3px);
  height: calc(20px - 68 * 3px);
  z-index: -1;
  opacity: calc(1 - 68 * 0.1 - 0.1);
}
#cursor span:nth-child(69) {
  width: calc(20px - 69 * 3px);
  height: calc(20px - 69 * 3px);
  z-index: -1;
  opacity: calc(1 - 69 * 0.1 - 0.1);
}
#cursor span:nth-child(70) {
  width: calc(20px - 70 * 3px);
  height: calc(20px - 70 * 3px);
  z-index: -1;
  opacity: calc(1 - 70 * 0.1 - 0.1);
}
#cursor span:nth-child(71) {
  width: calc(20px - 71 * 3px);
  height: calc(20px - 71 * 3px);
  z-index: -1;
  opacity: calc(1 - 71 * 0.1 - 0.1);
}
#cursor span:nth-child(72) {
  width: calc(20px - 72 * 3px);
  height: calc(20px - 72 * 3px);
  z-index: -1;
  opacity: calc(1 - 72 * 0.1 - 0.1);
}
#cursor span:nth-child(73) {
  width: calc(20px - 73 * 3px);
  height: calc(20px - 73 * 3px);
  z-index: -1;
  opacity: calc(1 - 73 * 0.1 - 0.1);
}
#cursor span:nth-child(74) {
  width: calc(20px - 74 * 3px);
  height: calc(20px - 74 * 3px);
  z-index: -1;
  opacity: calc(1 - 74 * 0.1 - 0.1);
}
#cursor span:nth-child(75) {
  width: calc(20px - 75 * 3px);
  height: calc(20px - 75 * 3px);
  z-index: -1;
  opacity: calc(1 - 75 * 0.1 - 0.1);
}
#cursor span:nth-child(76) {
  width: calc(20px - 76 * 3px);
  height: calc(20px - 76 * 3px);
  z-index: -1;
  opacity: calc(1 - 76 * 0.1 - 0.1);
}
#cursor span:nth-child(77) {
  width: calc(20px - 77 * 3px);
  height: calc(20px - 77 * 3px);
  z-index: -1;
  opacity: calc(1 - 77 * 0.1 - 0.1);
}
#cursor span:nth-child(78) {
  width: calc(20px - 78 * 3px);
  height: calc(20px - 78 * 3px);
  z-index: -1;
  opacity: calc(1 - 78 * 0.1 - 0.1);
}
#cursor span:nth-child(79) {
  width: calc(20px - 79 * 3px);
  height: calc(20px - 79 * 3px);
  z-index: -1;
  opacity: calc(1 - 79 * 0.1 - 0.1);
}
#cursor span:nth-child(80) {
  width: calc(20px - 80 * 3px);
  height: calc(20px - 80 * 3px);
  z-index: -1;
  opacity: calc(1 - 80 * 0.1 - 0.1);
}
#cursor span:nth-child(81) {
  width: calc(20px - 81 * 3px);
  height: calc(20px - 81 * 3px);
  z-index: -1;
  opacity: calc(1 - 81 * 0.1 - 0.1);
}
#cursor span:nth-child(82) {
  width: calc(20px - 82 * 3px);
  height: calc(20px - 82 * 3px);
  z-index: -1;
  opacity: calc(1 - 82 * 0.1 - 0.1);
}
#cursor span:nth-child(83) {
  width: calc(20px - 83 * 3px);
  height: calc(20px - 83 * 3px);
  z-index: -1;
  opacity: calc(1 - 83 * 0.1 - 0.1);
}
#cursor span:nth-child(84) {
  width: calc(20px - 84 * 3px);
  height: calc(20px - 84 * 3px);
  z-index: -1;
  opacity: calc(1 - 84 * 0.1 - 0.1);
}
#cursor span:nth-child(85) {
  width: calc(20px - 85 * 3px);
  height: calc(20px - 85 * 3px);
  z-index: -1;
  opacity: calc(1 - 85 * 0.1 - 0.1);
}
#cursor span:nth-child(86) {
  width: calc(20px - 86 * 3px);
  height: calc(20px - 86 * 3px);
  z-index: -1;
  opacity: calc(1 - 86 * 0.1 - 0.1);
}
#cursor span:nth-child(87) {
  width: calc(20px - 87 * 3px);
  height: calc(20px - 87 * 3px);
  z-index: -1;
  opacity: calc(1 - 87 * 0.1 - 0.1);
}
#cursor span:nth-child(88) {
  width: calc(20px - 88 * 3px);
  height: calc(20px - 88 * 3px);
  z-index: -1;
  opacity: calc(1 - 88 * 0.1 - 0.1);
}
#cursor span:nth-child(89) {
  width: calc(20px - 89 * 3px);
  height: calc(20px - 89 * 3px);
  z-index: -1;
  opacity: calc(1 - 89 * 0.1 - 0.1);
}
#cursor span:nth-child(90) {
  width: calc(20px - 90 * 3px);
  height: calc(20px - 90 * 3px);
  z-index: -1;
  opacity: calc(1 - 90 * 0.1 - 0.1);
}
#cursor span:nth-child(91) {
  width: calc(20px - 91 * 3px);
  height: calc(20px - 91 * 3px);
  z-index: -1;
  opacity: calc(1 - 91 * 0.1 - 0.1);
}
#cursor span:nth-child(92) {
  width: calc(20px - 92 * 3px);
  height: calc(20px - 92 * 3px);
  z-index: -1;
  opacity: calc(1 - 92 * 0.1 - 0.1);
}
#cursor span:nth-child(93) {
  width: calc(20px - 93 * 3px);
  height: calc(20px - 93 * 3px);
  z-index: -1;
  opacity: calc(1 - 93 * 0.1 - 0.1);
}
#cursor span:nth-child(94) {
  width: calc(20px - 94 * 3px);
  height: calc(20px - 94 * 3px);
  z-index: -1;
  opacity: calc(1 - 94 * 0.1 - 0.1);
}
#cursor span:nth-child(95) {
  width: calc(20px - 95 * 3px);
  height: calc(20px - 95 * 3px);
  z-index: -1;
  opacity: calc(1 - 95 * 0.1 - 0.1);
}
#cursor span:nth-child(96) {
  width: calc(20px - 96 * 3px);
  height: calc(20px - 96 * 3px);
  z-index: -1;
  opacity: calc(1 - 96 * 0.1 - 0.1);
}
#cursor span:nth-child(97) {
  width: calc(20px - 97 * 3px);
  height: calc(20px - 97 * 3px);
  z-index: -1;
  opacity: calc(1 - 97 * 0.1 - 0.1);
}
#cursor span:nth-child(98) {
  width: calc(20px - 98 * 3px);
  height: calc(20px - 98 * 3px);
  z-index: -1;
  opacity: calc(1 - 98 * 0.1 - 0.1);
}
#cursor span:nth-child(99) {
  width: calc(20px - 99 * 3px);
  height: calc(20px - 99 * 3px);
  z-index: -1;
  opacity: calc(1 - 99 * 0.1 - 0.1);
}

.pages {
  position: fixed;
  z-index: 1001;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .pages {
    display: none;
  }
}
.pages span {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background: #736ed4;
  transition: height 0.3s;
}
.pages span.active {
  height: 20px;
  border-radius: 3px;
}

.main {
  height: 100%;
}
.main_welcome {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}
.main_welcome img {
  width: 174px;
  height: auto;
}
.main_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .main_bg {
    object-view-box: inset(-10% -10% -10% -10%);
    -o-object-position: top -75px right 50%;
       object-position: top -75px right 50%;
  }
}
.main_content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .main_content {
    justify-content: flex-end;
  }
}
.main_title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.83em;
  text-transform: uppercase;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .main_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: static;
    font-size: 28px;
    height: auto;
    transform: none;
    letter-spacing: 0.6em;
  }
}
@media screen and (max-width: 735px) {
  .main_title span {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .main_title span {
    top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .main_title {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .main_title {
    font-size: 24px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .main_title {
    font-size: 38px;
  }
  .main_title span {
    top: 30px;
  }
}

.header {
  align-self: baseline;
  width: 100%;
  padding: 40px 0;
  opacity: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 1250px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100vw;
    height: auto;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(16, 17, 24, 0.8);
    padding: 10px 0;
  }
}
.header_container {
  flex: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header_logo {
  width: 90px;
}
@media screen and (max-width: 1250px) {
  .header_logo {
    width: 70px;
  }
}
.header_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .header_text {
    text-align: right;
    font-size: 12px;
  }
}

.advantages {
  align-self: flex-end;
  width: 100%;
  padding: 30px 0;
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .advantages {
    padding: 10px 0;
  }
}
.advantages_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .advantages_container {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .advantages_container {
    flex-direction: column;
    gap: 20px;
  }
}
.advantages_item {
  display: flex;
  gap: 20px;
}
.advantages_item svg {
  width: 40px;
  height: auto;
}
.advantages_item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  max-width: 286px;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .advantages_item span {
    font-size: 12px;
  }
}

.map {
  background: url(../img/map.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.map_content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .map_content {
    padding: 0 20px;
  }
}
.map_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .map_title {
    font-size: 22px;
  }
}
.map_info {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 600px) {
  .map_info {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .map_info {
    flex-direction: column;
    gap: 40px;
  }
}
.map_copy {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 30px 0;
}
.map_copy span {
  color: #fff;
}
.map_item-title {
  color: #716bce;
  padding-left: 40px;
  margin-bottom: 20px;
}
.map_item-data {
  display: flex;
  gap: 20px;
}
.map_item-data span {
  max-width: 256px;
}
.map .vignette {
  transition: none;
  background: radial-gradient(54.87% 50% at 50% 50%, rgba(12, 13, 17, 0) 0%, #08090c 100%);
  background-position: center;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .map .vignette {
    background: radial-gradient(54.87% 50% at 50% 50%, rgba(12, 13, 17, 0) 0%, #08090c 100%);
    background-position: center;
  }
}

.bdb {
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .bdb {
    padding-top: 300px;
  }
}
@media screen and (max-width: 600px) {
  .bdb {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1250px) {
  .bdb_container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.bdb .vignette {
  transition: none;
  background: radial-gradient(54.87% 50% at 50% 50%, rgba(12, 13, 17, 0) 0%, #08090c 100%);
  background-position: center;
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .bdb .vignette {
    background-image: radial-gradient(circle farthest-corner at center 0, rgba(255, 0, 0, 0) 52%, rgb(8, 9, 12) 110%, #08090c 100%);
  }
}
@media screen and (max-width: 650px) {
  .bdb .vignette {
    background-image: radial-gradient(circle farthest-corner at center 0, rgba(255, 0, 0, 0) 45%, rgb(8, 9, 12) 105%, #08090c 100%);
  }
}
@media screen and (max-width: 769px) {
  .bdb .vignette {
    transition: none;
    background-image: radial-gradient(circle farthest-corner at center 0, rgba(255, 0, 0, 0) 0%, rgba(8, 9, 12, 0.93) 110%, #08090c 100%);
  }
}
.bdb_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 671px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .bdb_title {
    top: 15%;
    max-width: 584px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 735px) {
  .bdb_title {
    top: 10%;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .bdb_title {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .bdb_title {
    top: 7%;
    width: 309px;
  }
}
.bdb_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 1250px) {
  .bdb_bg {
    -o-object-position: top 0 right 60%;
       object-position: top 0 right 60%;
  }
}
@media screen and (max-width: 735px) {
  .bdb_bg {
    -o-object-position: top -174px right 60%;
       object-position: top -174px right 60%;
  }
}
@media screen and (max-width: 600px) {
  .bdb_bg {
    -o-object-position: top -308px right 60%;
       object-position: top -308px right 60%;
    object-view-box: inset(-50% -50% -50% -50%);
  }
}
.bdb_content {
  position: relative;
  z-index: 4;
  top: 50%;
}
@media screen and (max-width: 1250px) {
  .bdb_content {
    top: 0;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 600px) {
  .bdb_content {
    transform: none;
    margin-bottom: 20px;
  }
}
.bdb_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 970px) {
  .bdb_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .bdb_list {
    gap: 30px;
  }
}
.bdb_item {
  border-radius: 20px;
  padding: 30px;
  max-width: 350px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(139, 131, 255, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 970px) {
  .bdb_item {
    max-width: 584px;
  }
}
.bdb_item.active {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 0 120px 0 #7a1a68;
  background: rgba(139, 131, 255, 0.6);
}
.bdb_item strong {
  display: block;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.bdb_item span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

#size {
  position: absolute;
  left: 0;
  top: 100px;
  color: #fff;
  z-index: 50000;
}/*# sourceMappingURL=style.css.map */