@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

@font-face {
  font-family: Radio;
  src: url("assets/Radiotechnika.otf") format("opentype");
}

body,
html {
  overflow-x: hidden;
  /* overflow-y: scroll; */
  height: 100%;
  width: 100%;
}

.iti {
  width: 100%;
}

.iti__country-name {
  color: black;
}

:root {
  --central-size: 220px;
  --block-width: 400px;
  --block-height: 100px;
  --radius: 350px;
  --circle1-radius: 410px;
  --circle2-radius: 556px;
  --circle3-radius: 800px;
  --header-font-size: 170px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  border: none;
  text-decoration: none !important;
}

*::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

ul,
li {
  list-style: none;
}

body {
  position: relative;
  /*
  background: radial-gradient(
    circle,
    #1b1bb2 0%,
    #171799 20%,
    #131380 40%,
    #0f0f66 60%,
    #0b0b4d 80%,
    #080833 100%
  );
  */
  background: url("/assets/BG color + texture.png"), #080832;
  background-blend-mode: normal;
  font-family: "Geologica", sans-serif;
}

.lang-switch {
  color: #c3c3e5;
}

.shadow-block {
  width: 100%;
  height: 1500px;
  position: absolute;
  z-index: -2;
  border-radius: 100px 100px 0px 0px;
  top: 1117px;
  border-top: 1px solid #4358C0;
  box-shadow: 0px -200px 240px -100px #131380;
  /* background-color: #080832; */
  /* border-top: 2px solid #4358C0; */
}

.shadow-block::before {
  content: "";
  position: absolute;
  padding-top: 2px;
  border-radius: 100px;
  /* background-image: linear-gradient(to right, #4358C0 0%, #18188A 47%, #4358C0 100%); */
  inset: 0;
  z-index: -1;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

.body-wrapper {
  /* height: 100%; */
  margin-inline: auto;
  position: relative;
  max-width: 1760px;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1760px) {
  /* body {
    overflow-x: visible;
  } */


}

@keyframes from-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes from-top-right {
  0% {
    opacity: 0;
    transform: translateX(100px, 100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px, 0px);
  }
}

@keyframes from-bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.effect-wrap {
  overflow: hidden;
}

.effect-wrap .effect {
  position: absolute;
  z-index: -4;
}

.effect-wrap .effect-1 {
  background-blend-mode: overlay;
  width: 273px;
  height: 438px;
  top: 117px;
  left: 0px;
  animation: topBounce 3s ease-in-out infinite;
  filter: blur(4px);
}

.effect-wrap .effect-2 {
  background-blend-mode: overlay;
  width: 224px;
  height: 224px;
  bottom: 179px;
  left: 307px;
  animation: bottomBounce 3s ease-in-out infinite;
  filter: blur(6px);
}

.effect-wrap .effect-3 {
  background-blend-mode: overlay;
  width: 91px;
  height: 146px;
  top: -15px;
  left: 419px;
  animation: topBounce 10s linear infinite;
  filter: blur(4px);
}

.effect-wrap .effect-4 {
  width: 78px;
  height: 218px;
  top: 8px;
  left: 573px;
  animation: bottomBounce 3s ease-in-out infinite;
  filter: blur(4px);
}

.effect-wrap .effect-5 {
  background-blend-mode: overlay;
  width: 132px;
  height: 132px;
  top: -15px;
  left: 707px;
  animation: topBounce 3s ease-in-out infinite;
  filter: blur(6px);
}

.effect-wrap .effect-6 {
  background-blend-mode: overlay;
  width: 50px;
  height: 81px;
  top: 84px;
  left: 882px;
  object-fit: contain;
  animation: bottomBounce 3s ease-in-out infinite;
  filter: blur(4px);
}

.effect-wrap .effect-7 {
  background-blend-mode: overlay;
  width: 133px;
  height: 214px;
  top: 448px;
  left: 749px;
  object-fit: contain;
  animation: topBounce 10s linear infinite;
  filter: blur(4px);
}

.effect-wrap .effect-8 {
  background-blend-mode: overlay;
  width: 91px;
  height: 146px;
  top: -15px;
  right: 567px;
  object-fit: contain;
  animation: bottomBounce 3s ease-in-out infinite;
  filter: blur(4px);
}

.effect-wrap .effect-9 {
  width: 78px;
  height: 218px;
  top: 118px;
  right: 80px;
  object-fit: contain;
  animation: topBounce 10s linear infinite;
  filter: blur(4px);
}

.effect-wrap .effect-10 {
  background-blend-mode: overlay;
  width: 91px;
  height: 146px;
  top: 552px;
  right: 40px;
  object-fit: contain;
  animation: bottomBounce 3s ease-in-out infinite;
  filter: blur(4px);
}

@keyframes topBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

.element-bounce {
  animation: smallTopBounce 3s ease-in-out infinite;
}

@keyframes smallTopBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@keyframes bottomBounce {

  0%,
  100% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(0);
  }
}

.btn-white {
  padding: 10px 32px;
  background: white;
  border: 1.5px solid white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #2e2e2e;
  transition: all 0.3s ease;
  opacity: 1;
}

.btn-white:hover,
.btn-tr:hover,
button:hover {
  color: #ff6142;
}

.btn-tr {
  padding: 10px 32px;
  background: transparent;
  border: 1.5px solid white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: white;
  transition: all 0.3s ease;
  opacity: 1;
}

* {
  color: white;
}

@font-face {
  font-family: "DAMN Regular";
  font-style: normal;
  font-weight: normal;
  src: local("DAMN Regular"), url("../assets/damn.woff") format("woff");
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 80px;
  margin-top: 456px;
}

.header-text {
  position: absolute;
  width: max-content;
  top: calc(38% - var(--circle1-radius) + 9vw);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header-text h1 {
  font-size: var(--header-font-size);
  font-family: "DAMN Regular";
  color: white;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}

.platform {
  position: relative;
  width: calc(var(--radius) * 2 + var(--central-size));
  height: calc(var(--radius) * 2 + var(--central-size));
}

.platform::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  width: 80%;
  height: 80%;
  background: #1b1bb2;
  z-index: -1;
  filter: blur(120px);
  opacity: 0.6;
  left: 90px;
}

.central-object {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  width: 220px;
  height: 432px;
}

.block {
  position: absolute;
  width: var(--block-width);
  height: var(--block-height);
  background: linear-gradient(94deg, rgba(27, 27, 178, 0.65) 0%, rgba(27, 27, 178, 0.45) 50%, rgba(27, 27, 178, 0.25) 100%), #09093D;
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 26px 16px;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 150%;
  font-family: "Geologica", sans-serif;
  z-index: 1;
  cursor: pointer;
  border: #4358c0 1px solid;
  /* временно */
}

.block.element-animation {
  opacity: 0;
}

.block1.element-animation {
  transform: translate(-163%, 147%);
}

.block2.element-animation {
  transform: translate(60%, 146%);
}

.block3.element-animation {
  transform: translate(49%, 448%);
}

.block4.element-animation {
  transform: translate(-151%, 448%);
}

.block.element-show {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.block.element-show:hover {
  transform: translate(-50%, -60%);
  transition: 300ms transform linear;
}

.block-icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.problems__header {
  max-width: 1000px;
}

.problems__header.element-animation {
  opacity: 0;
  transform: translateY(-100px);
}

.problems__header.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.block-info {
  position: absolute;
  top: 8px;
  right: 8px;
}

.block1 {
  top: 74.6%;
  left: 104.5%;
  transform: translate(-50%, -50%);
}

.block2 {
  top: 74.6%;
  right: 55%;
  transform: translate(-50%, -50%);
}

.block3 {
  top: 42%;
  left: 7%;
  transform: translate(-50%, -50%);
}

.block4 {
  top: 42%;
  left: 94%;
  transform: translate(-50%, -50%);
}

.block5 {
  top: 96.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  width: 60vw;
  height: 60vw;
}

#circle1 {
  width: 50vw;
  height: 50vw;
  max-width: 900px;
  max-height: 900px;
}

#circle1::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(rgba(255, 106, 77, 0) 0%, #ffcd32 47%, rgba(255, 106, 77, 0) 100%);
  inset: 0;
  z-index: -1;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

#circle1.element-animation {
  opacity: 0;
}

#circle1.element-show {
  opacity: 1;
}

#circle2 {
  width: 70vw;
  height: 70vw;
  max-width: 1258px;
  max-height: 1258px;
}

#circle2::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(rgba(255, 106, 77, 0) 0%, #ffcd32 47%, rgba(255, 106, 77, 0) 100%);
  inset: 0;
  z-index: -1;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

#circle2.element-animation {
  opacity: 0;
}

#circle2.element-show {
  opacity: 1;
}

#circle3 {
  max-width: 1600px;
  max-height: 1600px;
  width: 90.5vw;
  height: 90.5vw;
  z-index: -2;
}

#circle3::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(rgba(255, 106, 77, 0) 0%, #ffcd32 47%, rgba(255, 106, 77, 0) 100%);
  inset: 0;
  z-index: -1;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

#circle3.element-animation {
  opacity: 0;
}

#circle3.element-show {
  opacity: 1;
}

.buttons-popup {
  position: fixed;
  width: max-content;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  border: 1px solid #4358C0;
  background: rgb(8, 8, 50);
  padding: 10px;
  border-radius: 12px;
  transition: opacity 400ms linear;
  opacity: 1;
  display: flex;
  gap: 12px;
}

.buttons-popup a {
  display: inline-block;
}

.buttons-popup .buttons-popup__mobile {
  display: none;
}

.buttons-popup--hidden {
  display: none;
}

.buttons-popup--opacity {
  opacity: 0;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  body {
    overflow-x: hidden;
  }

  :root {
    --central-size: 180px;
    --block-width: 350px;
    --block-height: 80px;
    --radius: 270px;
    --circle1-radius: 350px;
    --circle2-radius: 470px;
    --circle3-radius: 600px;
    --header-font-size: 140px;
  }

  .block {
    padding: 16px;
    font-size: 14px;
  }

  .block-icon {
    width: 60px;
    height: 60px;
  }

  .central-object {
    width: var(--central-size);
    height: calc(var(--central-size) * 2);
  }

  #circle1 {
    width: 50vw;
    height: 50vw;
  }

  #circle2 {
    width: 70vw;
    height: 70vw;
  }

  #circle3 {
    width: 89vw;
    height: 89vw;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  :root {
    --central-size: 190px;
    --block-width: 300px;
    --block-height: 70px;
    --radius: 190px;
    --circle1-radius: 280px;
    --circle2-radius: 376px;
    --circle3-radius: 470px;
    --header-font-size: 100px;
  }

  .header-text {
    top: 20%;
  }

  .block {
    width: var(--block-width);
    padding: 10px;
    font-size: 16px;
    line-height: 120%;
  }

  .block-icon {
    width: 50px;
    height: 50px;
  }

  .central-object {
    width: var(--central-size);
    height: calc(var(--central-size) * 2);
  }

  #circle1 {
    width: 55vw;
    height: 55vw;
  }

  #circle2 {
    width: 73vw;
    height: 73vw;
  }

  /* #circle3 {
    width: calc(var(--circle3-radius) * 2);
    height: calc(var(--circle3-radius) * 2);
  } */
  .block2 {
    right: 47%;
  }

  .block1 {
    left: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  :root {
    --central-size: 190px;
    --block-width: 320px;
    --block-height: 70px;
    --radius: 0px;
    --circle1-radius: 180px;
    --circle2-radius: 240px;
    --circle3-radius: 300px;
    --header-font-size: 12vw;
  }

  /* body {
    height: 100%;
    width: 100%;
  } */
  /* .body-wrapper {
    height: 100%;
    width: 100%;
  } */
  .header-text {
    top: 11.5%;
  }

  .blocks__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7vw;
    gap: 20px;
  }

  .block {
    width: var(--block-width);
    position: relative;
    color: white;
    padding: 8px;
    font-size: 13px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    line-height: 150%;
    font-family: "Geologica", sans-serif;
    transform: translate(0, 0);
  }

  .platform {
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .block-icon {
    width: 40px;
    height: 40px;
  }

  .central-object {
    width: var(--central-size);
    height: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: -1;
    opacity: 0.75;
  }

  #circle1 {
    width: 50vw;
    height: 50vw;
  }

  #circle2 {
    width: 75vw;
    height: 75vw;
  }

  #circle3 {
    width: 88vw;
    height: 88vw;
  }

  .header-text h1 {
    font-size: var(--header-font-size);
  }

  .block1,
  .block2,
  .block3,
  .block4,
  .block5 {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .block:nth-child(odd) {
    align-self: flex-start;
  }

  .block:nth-child(even) {
    align-self: flex-end;
  }

  .container {
    width: 100%;
    padding: 100px 0;
  }
}

@media (max-width: 480px) {
  :root {
    --central-size: 160px;
    --block-width: 180px;
    --block-height: 50px;
    --radius: 0px;
    --circle1-radius: 150px;
    --circle2-radius: 200px;
    --circle3-radius: 250px;
    --header-font-size: 10vw;
  }

  /* body {
    height: 100%;
    width: 100%;
  } */
  .header-text {
    top: 10%;
  }

  .block {
    padding: 6px;
    font-size: 10px;
  }

  .platform {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .central-object {
    width: var(--central-size);
    height: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: -1;
    opacity: 0.75;
  }

  .circle {
    display: none;
  }

  .central-object {
    display: none;
  }

  .header-text h1 {
    font-size: var(--header-font-size);
  }

  .blocks__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
  }

  .block {
    width: 100%;
    padding: 20px 12px;
    position: relative;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    line-height: 150%;
    font-family: "Geologica", sans-serif;
    transform: translate(0, 0);
    height: auto;
  }

  .block span {
    font-size: 12px;
  }

  .block-icon {
    width: 60px;
    height: 60px;
  }

  .block1,
  .block2,
  .block3,
  .block4,
  .block5 {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .block:nth-child(odd) {
    align-self: flex-start;
  }

  .block:nth-child(even) {
    align-self: flex-end;
  }

  .container {
    padding: 15px;
    width: 100%;
  }
}

.heading-center {
  text-align: center;
}

.heading-left {
  text-align: left;
}

.heading-1 {
  font-family: "Radio", sans-serif;
  font-size: 90px;
  text-transform: uppercase;
}

.heading-2 {
  font-family: "Radio", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 400;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
}

.element-show {
  transition: 500ms opacity linear, 500ms transform linear;
}

/*HEADER START*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 999;
  margin: 0 auto;
  padding: 0 80px;
}

.header__mobile-block {
  display: none;
}

.header.element-animation {
  opacity: 0;
}

.header.element-show {
  opacity: 1;
}

.header-light {
  max-width: 1440px;
  position: inherit;
  z-index: 999;
}

.header-light .link-dark {
  color: var(--main-dark) !important;
}

.header-light .header__menu-item-link {
  color: var(--main-black);
}

.header-light .header_container {
  background: var(--main-shade);
  border: 2px solid var(--main-dark);
}

.header-light .hidden-menu {
  background: var(--main-shade);
  border: 2px solid var(--main-dark);
}

.header-light .burger span {
  background-color: var(--main-black);
}

.header-light .burger::before,
.header-light .burger::after {
  background-color: var(--main-black);
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-radius: 8px;
}

.header-nav {
  display: flex;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style-type: none;
}

.header__mobile-menu-list-item {
  text-align: center;
}

.header__menu-item-link {
  color: var(--main-light);
  font-weight: 500;
  display: flex;
}

.link-dark {
  color: var(--main-dark);
  display: flex;
}

.header__menu-item {
  position: relative;
  float: left;
  transition: all 0.3s ease;
}

.header__menu-item a {
  opacity: 1;
  transition: all 0.3s ease;
}

.header__menu-item:hover>.hidden-menu {
  transition: all 0.3s ease;
  transform: translateY(0px);
  opacity: 1;
}

.header__mobile-menu {
  display: none;
}

.item-tr a {
  color: #c3c3e5;
}

.text-hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.text-hover:hover {
  opacity: 50%;
}

.hidden-menu {
  z-index: 999;
  position: absolute;
  left: 0;
  margin-top: 10px;
  background: rgba(40, 40, 40, 0.5);
  border: 2px solid rgba(231, 227, 208, 0.5);
  border-radius: 8px;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  padding: 10px 20px;
  gap: 10px;
}

.hidden-low {
  margin-top: 20px !important;
}

.burger.active::after {
  position: absolute;
  content: "";
  border-radius: 8px;
  background: linear-gradient(to bottom right, #4358c0, #18188a, #4358c0);
  width: 34px;
  height: 34px;
  top: -11px;
  left: -4px;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
  padding: 1px;
}

.burger {
  display: none;
  position: relative;
  z-index: 50;
  align-items: center;
  justify-content: flex-end;
  width: 26px;
  height: 10px;
  margin-right: 12px;
}

.burger span {
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: white;
  transition: all 0.3s ease 0s;
  bottom: 2px;
}

.burger::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease 0s;
}

.burger::before {
  top: 0;
}

.burger.active span {
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-45deg);
}

.burger.active::before {
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
}

.open {
  display: flex !important;
  justify-content: center;
}

.logo img {
  max-width: 100px;
  max-height: 60px;
  object-fit: contain;
}

/*HEADER END*/
/*HERO START*/
.hero {
  padding: 100px 80px;
  height: 1100px;
  position: relative;
}

.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

.hero__text-title {
  max-width: 821px;
  font-size: 80px;
}

.hero__text-title span {
  display: inline-block;
}

.hero__text-title .hero__text-title-1.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.hero__text-title .hero__text-title-1.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.hero__text-title .hero__text-title-2.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.hero__text-title .hero__text-title-2.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.hero__text-title .hero__text-title-3.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.hero__text-title .hero__text-title-3.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.hero__pyramid-1.element-animation {
  opacity: 0;
}

.hero__pyramid-1.element-show {
  opacity: 1;
}

.hero__pyramid-2.element-animation {
  opacity: 0;
}

.hero__pyramid-2.element-show {
  opacity: 1;
}

.hero__pyramid-3.element-animation {
  opacity: 0;
}

.hero__pyramid-3.element-show {
  opacity: 1;
}

.hero__pyramid-small.element-animation {
  opacity: 0;
}

.hero__pyramid-small.element-show {
  opacity: 1;
}

.hero__text-subtitle {
  font-size: 24px;
  line-height: 120%;
  font-weight: 100;
}

.hero__text-subtitle.element-animation {
  opacity: 0;
}

.hero__text-subtitle.element-show {
  opacity: 1;
}

.hero__cube {
  width: 821px;
  height: 509px;
  position: absolute;
  top: -170px;
  right: 250px;
  z-index: -1;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero__cube {
  scale: 1.9;
}

.hero__cube-mobile {
  display: none;
  z-index: -1;
}

.hero__img {
  position: relative;
}

.hero__pyramid {
  position: absolute;
  left: -740px;
  top: -100px;
  z-index: -1;
}

.hero__pyramid-1 {
  position: absolute;
  top: 0px;
}

.hero__pyramid-2 {
  position: absolute;
  top: 60px;
  left: 25px;
}

.hero__pyramid-3 {
  position: absolute;
  top: 150px;
  left: 80px;
}

.hero__pyramid-small {
  position: absolute;
  left: 370px;
  top: 390px;
}

.hero__pyramid-1.element-show {
  animation: 700ms linear 0ms opacity;
}

.hero__pyramid-2.element-show {
  animation: 1000ms linear 0ms opacity;
}

.hero__pyramid-3.element-show {
  animation: 1300ms linear 0ms opacity;
}

.hero__pyramid-small.element-show {
  animation: 1600ms linear 0ms opacity;
}

.hero__bg {
  position: absolute;
  right: 80px;
  z-index: -3;
  width: 660px;
  height: 660px;
  background-color: #1b1bb2;
  filter: blur(150px);
}

/*HERO END*/
.wire-1920-1 {
  position: relative;
  z-index: -2;
}

.wire-1920-1-1 {
  position: absolute;
  top: -240px;
  right: 410px;
}

.wire-1920-1-2 {
  position: absolute;
  top: 512px;
  left: 40px;
}

.wire-1920-2 {
  position: relative;
  z-index: -3;
}

.wire-1920-2-1 {
  position: absolute;
  top: -190px;
  right: 40px;
}

.wire-1920-3 {
  position: relative;
  z-index: -3;
}

.wire-1920-3-1 {
  position: absolute;
  left: 38px;
  top: -210px;
}

.wire-1920-4 {
  position: relative;
  z-index: -3;
}

.wire-1920-4-1 {
  position: absolute;
  top: -430px;
  right: 38px;
}

.wire-1920-5 {
  position: relative;
  z-index: -3;
}

.wire-1920-5-1 {
  position: absolute;
  top: -285px;
  left: 40px;
}

.wire-1920-5-2 {
  position: absolute;
  top: 697px;
  right: 3px;
}

.wire-1920-5-3 {
  position: absolute;
  top: 1622px;
  left: 30px;
}

.wire-1440-1,
.wire-1440-2,
.wire-1440-3,
.wire-1440-4,
.wire-1440-5 {
  display: none;
}

.wire-1280-1,
.wire-1280-2,
.wire-1280-3,
.wire-1280-4,
.wire-1280-5 {
  display: none;
}

.wire-1024-1,
.wire-1024-2,
.wire-1024-3,
.wire-1024-4,
.wire-1024-5 {
  display: none;
}

.wire-768-1,
.wire-768-2,
.wire-768-3,
.wire-768-4,
.wire-768-5,
.wire-768-6,
.wire-768-7,
.wire-768-8 {
  display: none;
}

.wire-475-2,
.wire-475-3,
.wire-475-4,
.wire-475-5,
.wire-475-6,
.wire-475-7 {
  display: none;
}

.wire-375-2,
.wire-375-3,
.wire-375-4,
.wire-375-5,
.wire-375-6,
.wire-375-7,
.wire-375-8 {
  display: none;
}

/*OPPORTUNITY START*/
.thumb-up-box {
  position: absolute;
  z-index: -1;
  right: 43%;
  top: 200px;
  transform: rotate(-30deg);
  filter: blur(1px);
}

.thumb-up-box.element-animation {
  opacity: 0;
  transform: translate(50px, -200px);
}

.thumb-up-box.element-show {
  opacity: 1;
  transform: translate(0px, 0px);
}

.thumb-up {
  width: 150px;
  height: 150px;
  background-image: url("assets/thumb-up.png");
  background-size: contain;
}

.bg-image-light {
  position: relative;
}

.bg-image-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1b1bb2;
  top: 0px;
  left: 0px;
  filter: blur(80px);
  z-index: -2;
}

.opportunity {
  margin-top: 80px;
  padding: 0px 80px 100px 80px;
  position: relative;
}

.opportunity::before {
  content: "";
  position: absolute;
  z-index: -4;
  background-color: #1b1bb2;
  right: 180px;
  top: 40%;
  width: 40%;
  height: 50%;
  filter: blur(120px);
}

.opportunity__desktop-list {
  margin-left: -47px;
  min-width: 600px;
}

.opportunity__header {
  max-width: 886px;
}

.opportunity__header.element-animation {
  opacity: 0;
  transform: translateY(-100px);
}

.opportunity__header.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.opportunity__description {
  max-width: 484px;
  font-size: 17px;
  font-weight: 100;
  margin-left: auto;
  margin-right: 15px;
}

.opportunity__description.element-animation {
  opacity: 0;
  transform: translateX(100px);
}

.opportunity__description.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.opportunity__desktop-list-item:not(:first-child) {
  margin-top: 24px;
}

.opportunity__container {
  margin-top: 123px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 230px;
  height: 570px;
}

.opportunity__image {
  max-width: 1000px;
  min-width: 700px;
}

.opportunity__image.element-animation {
  opacity: 0;
  transform: translate(100px, -20px);
}

.opportunity__image.element-show {
  opacity: 1;
  transform: translate(0px, 0px);
}

.bg-lamp {
  width: 350px;
  height: 350px;
  background-image: url("assets/lamp.png");
  background-size: contain;
}

.bg-lamp-box {
  position: absolute;
  filter: blur(1px);
  bottom: -250px;
  right: 60px;
  z-index: -1;
}

.bg-lamp-box.element-animation {
  opacity: 0;
  transform: translateY(-100px);
}

.bg-lamp-box.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.opportunity__image-content {
  height: auto;
  width: 100%;
  resize: both;
}

.opportunity__desktop-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.opportunity__desktop-item-header {
  font-size: 16px;
  font-weight: 100;
  color: #dadaf2;
  cursor: pointer;
}

.opportunity__desktop-item-header--active {
  font-size: 20px;
  color: #ffffff;
}

.opportunity__desktop-item-select {
  width: 24px;
  height: 24px;
  background-color: #0d0d32;
  border: 1.5px solid #252590;
  border-radius: 100%;
  cursor: pointer;
}

.opportunity__desktop-item-select--active {
  border: none;
  position: relative;
  background-image: linear-gradient(45deg, #ff6142, #fdcb32);
}

.opportunity__desktop-item-select--active::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: white;
}

.opportunity__desktop-list.element-animation {
  opacity: 0;
}

.opportunity__desktop-list.element-show {
  opacity: 1;
}

.opportunity__mobile-list {
  display: none;
}

/*OPPORTUNITY END*/
/* advantages start */
.advantages {
  margin-top: 545px;
  padding: 0px 80px;
  position: relative;
}

.advantages::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #1b1bb2;
  z-index: -4;
  top: 20%;
  filter: blur(100px);
  opacity: 0.6;
}

.advantages-spiral-2 {
  width: 500px;
  height: 500px;
  background-image: url("assets/spiral_02.png");
  background-size: contain;
}

.advantages-spiral-box {
  filter: blur(1px);
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
  top: -400px;
  right: 80px;
}

.advantages-spiral-box.element-animation {
  opacity: 0;
  transform: translateY(100px);
}

.advantages-spiral-box.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.advantages-spiral-2.bg-image-light::before {
  opacity: 0.3;
}

.bg-coin {
  width: 250px;
  background-image: url("assets/coin.png");
  height: 250px;
  background-size: contain;
}

.bg-coin-box {
  position: absolute;
  z-index: -1;
  top: -450px;
  right: 120px;
  filter: blur(1px);
  /* transform: rotate(-30deg); */
}

.advantages__header {
  max-width: 797px;
  font-size: 70px;
}

.advantages__header.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.advantages__header.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.advantages__text {
  font-size: 16px;
  max-width: 610px;
  font-weight: 100;
  margin-top: 32px;
  margin-right: 270px;
  margin-left: auto;
}

.advantages__text.element-animation {
  opacity: 0;
}

.advantages__text.element-show {
  opacity: 1;
}

.advantages__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 12px;
  margin-top: 100px;
}

.advantages__container::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 150px;
  left: 79px;
  height: 100px;
  width: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
}

.advantages__container::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 115px;
  right: 79px;
  height: 100px;
  width: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
}

.advantages__block {
  padding: 32px;
  background-color: #09093d;
  border: 1px solid #4358c0;
  position: relative;
  flex: 1;
  z-index: 1;
  border-radius: 25px;
}

.advantages__block-1.element-animation {
  opacity: 0;
  transform: translateY(100px);
}

.advantages__block-1.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.advantages__block-2.element-animation {
  opacity: 0;
  transform: translateY(100px);
}

.advantages__block-2.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.advantages__block-3.element-animation {
  opacity: 0;
  transform: translateY(100px);
}

.advantages__block-3.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.advantages__block::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #1b1bb2;
  width: 240px;
  height: 240px;
  top: 20px;
  z-index: -1;
  left: 25%;
  filter: blur(100px);
  border-radius: 100%;
}

.advantages__block-image {
  width: 210px;
  height: 210px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.advantages__block-header {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Play", sans-serif;
}

.advantages__block-text {
  margin-top: 12px;
  font-size: 15px;
  color: #dadaf2;
  text-align: center;
  font-weight: 200;
}

.advantages-dots {
  display: none;
}

/* advantages end */
/*POPUP START*/
.platform__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(6, 6, 38, 0.8980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms;
}

.platform__popup-block {
  background-color: #09093d;
  border: 1px solid #4358c0;
  max-width: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 32px;
  border-radius: 32px;
  gap: 24px;
  z-index: 1;
}

.platform__popup-block::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: -1;
  width: 170px;
  height: 170px;
  background-color: #1B1BB2;
  filter: blur(50px);
  /* overflow: hidden; */
}

.platform__popup--opacity {
  opacity: 0;
  transition: opacity 300ms;
}

.platform__popup--hidden {
  visibility: hidden;
}

.platform__popup-close {
  position: absolute;
  top: 35px;
  right: 40px;
  padding: 10px;
  /* height: 20px;
  width: 20px; */
  cursor: pointer;
}

.platform__popup-close::before {
  content: "";
  transform: rotate(45deg);
  height: 2px;
  width: 26px;
  background-color: #ffffff;
  position: absolute;
  left: -3px;
  top: 9px;
}

.platform__popup-close span {
  transform: rotate(-45deg);
  height: 2px;
  width: 26px;
  background-color: #ffffff;
  position: absolute;
  left: -3px;
  top: 9px;
}

.platform__popup-image {
  width: 250px;
  height: 250px;
  position: relative;
}

.platform__popup-header {
  font-size: 24px;
  font-weight: 200;
}

.platform__popup-text {
  font-size: 16px;
  font-weight: 100;
  margin-top: 32px;
}

/*POPUP END*/
.for__header.element-animation {
  transform: translateX(100px);
  opacity: 0;
}

.for__header.element-show {
  opacity: 1;
  transform: translate(0px);
}

/*DATA START*/
.data {
  position: relative;
  margin-top: 520px;
  padding: 250px 80px 100px 80px;
}

.data::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 80%;
  height: 55%;
  background: #1b1bb2;
  z-index: -4;
  top: 20%;
  filter: blur(120px);
  left: 10%;
  opacity: 0.6;
}

.data__headers.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.data__headers.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.data-spiral-2 {
  width: 400px;
  height: 400px;
  background-image: url("assets/spiral_02.png");
  background-size: contain;
}

.data-spiral-2.bg-image-light::before {
  opacity: 0.5;
}

.data-spiral-box {
  top: 0;
  right: 40px;
  filter: blur(1px);
  transform: rotate(30deg);
  position: absolute;
  z-index: -1;
}

.data-spiral-box.element-animation {
  opacity: 0;
  transform: translateY(-100px);
}

.data-spiral-box.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.bg-hand-stat {
  width: 200px;
  height: 200px;
  background-image: url("assets/hand-stat.png");
  background-size: contain;
}

.bg-hand-box {
  position: absolute;
  z-index: -1;
  top: 350px;
  filter: blur(1px);
}

.bg-hand-box.element-animation {
  opacity: 0;
  transform: translate(-50px, 20px);
}

.bg-hand-box.element-show {
  opacity: 1;
  transform: translate(0px, 0px);
}

.data__header-next {
  margin-left: 200px;
}

.data__text {
  max-width: 460px;
  font-size: 16px;
  margin-right: 420px;
  margin-left: auto;
  font-weight: 100;
  margin-top: 80px;
}

.data__text.element-animation {
  opacity: 0;
}

.data__text.element-show {
  opacity: 1;
}

.data__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 100px 0;
}

.data__mobile-container {
  display: none;
}

.data__content {
  margin-inline: 1px;
  overflow: hidden;
  position: relative;
}

.data__content::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 35px;
  left: 0px;
  height: 70px;
  width: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
}

.data__content::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 35px;
  right: 0px;
  height: 70px;
  width: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
}

.swiper {
  overflow: visible !important;
}

.data__article {
  width: 320px;
  border-radius: 24px;
  position: relative;
  padding: 25px;
  z-index: 1;
  overflow: hidden;
  background-color: #09093d;
  border: 1px solid #4358c0;
}

.data__article::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #1b1bb2;
  width: 350px;
  height: 350px;
  top: -100px;
  z-index: -1;
  left: -100px;
  filter: blur(100px);
  border-radius: 100%;
}

.data__article-header {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Play", sans-serif;
  font-weight: 700 px;
  line-height: 132%;
}

.data__article-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.data__article-list-item {
  font-size: 16px;
  color: #dadaf2;
  font-weight: 100;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  user-select: none;
  align-items: center;
  justify-items: center;
  width: 52px;
  height: 52px;
  background-color: #09093d;
  border-radius: 100%;
  border: 1px solid #4358c0;
  display: none;
}

.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0d0d32;
  border: 1.5px solid #4358c0 !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #ff6142, #fdcb32);
}

/*DATA END*/
/* FAQ START */
.faq {
  margin-top: 510px;
  padding-bottom: 685px;
  position: relative;
}

.faq::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 80%;
  height: 55%;
  background: #1b1bb2;
  z-index: -1;
  top: 20%;
  filter: blur(120px);
  left: 10%;
  opacity: 0.6;
}

.bg-servers {
  width: 250px;
  height: 250px;
  background-image: url("assets/servers.png");
  background-size: contain;
}

.bg-servers-box {
  position: absolute;
  top: -380px;
  left: 40%;
  z-index: -1;
  /* transform: rotate(15deg); */
  filter: blur(1px);
}

.faq__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.faq__header {
  font-size: 63px;
  font-weight: 400;
}

.faq__header.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.faq__header.element-show {
  opacity: 1;
  transform: translateX(0);
}

.faq__accordion {
  position: absolute;
  margin-top: 64px;
  left: 30px;
  right: 30px;
}

.faq__accordion .faq__accordion-icon:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -13px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  width: 52px;
  height: 52px;
  opacity: 0;
  transition: opacity 250ms linear;
}

.faq__accordion .faq__accordion-item:hover .faq__accordion-icon:after {
  opacity: 1;
}

.faq__accordion .faq__accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}

.faq__accordion .faq__accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
}

.faq__accordion .faq__accordion-button {
  position: relative;
  text-align: left;
  gap: 5px;
  width: 100%;
  padding: 35px 0;
  background: none;
}

.faq__accordion .faq__accordion-button:hover {
  cursor: pointer;
}

.faq__accordion .faq__accordion-item-title {
  font-size: 20px;
  max-width: 1296px;
  font-family: "Geologica", sans-serif;
  width: fit-content;
  font-weight: 100;
  padding-right: 35px;
}

.faq__accordion .faq__accordion-button[aria-expanded=true]+.faq__accordion-item-content {
  opacity: 1;
  max-height: 500px;
  transition: max-height 300ms linear, opacity 300ms linear;
}

.faq__accordion .faq__accordion-button[aria-expanded=true] .faq__accordion-icon::before {
  transform: rotate(90deg);
}

.faq__accordion .faq__accordion-icon {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  height: 2px;
  width: 26px;
  background-color: #ffffff;
  border-radius: 2px;
}

.faq__accordion .faq__accordion-icon::before {
  content: "";
  transition: transform 350ms ease-in-out;
  display: block;
  background-color: #ffffff;
  top: -12px;
  right: -12px;
  position: relative;
  height: 26px;
  width: 2px;
}

.faq__accordion .faq__accordion-item-content {
  opacity: 0;
  max-height: 0px;
  max-width: 1296px;
  overflow-y: hidden;
  transition: max-height 300ms linear, opacity 300ms linear;
}

.faq__accordion .faq__accordion-item-content p {
  font-size: 15px;
  font-weight: 100;
  margin: 1px 0 36px 0;
  color: #dadaf2;
  line-height: 25px;
}

.faq__accordion.element-animation {
  opacity: 0;
}

.faq__accordion.element-show {
  opacity: 1;
}

/* FAQ END */
/* FORM START */
.form {
  margin-top: 445px;
  position: relative;
  padding: 0px 80px;
}

.form__success-hidden {
  display: none;
}

.form__success {
  margin-top: 20px;
  color: greenyellow;
  text-align: center;
}

.form::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 80%;
  height: 55%;
  background: #1b1bb2;
  z-index: -4;
  top: 20%;
  filter: blur(120px);
  left: 10%;
  opacity: 0.6;
}

.bg-pusle {
  width: 200px;
  height: 200px;
  background-image: url("assets/pusle.png");
  background-size: contain;
}

.input__invalid-text {
  font-size: 12px;
  color: red;
  font-weight: 200;
  position: absolute;
  top: 3px;
  left: 50px;
  font-family: "Geologica", "sans-serif";
}

.input__invalid-text-left {
  left: 24px;
}

.input__invalid-text-hidden {
  display: none;
}

.bg-pusle-box {
  position: absolute;
  top: -350px;
  z-index: -1;
  filter: blur(1px);
}

.bg-monitor-stat {
  width: 400px;
  height: 400px;
  background-image: url("assets/monitor-stat.png");
  background-size: contain;
}

.bg-monitor-box {
  position: absolute;
  top: -500px;
  right: 60px;
  filter: blur(1px);
  z-index: -1;
}

.form__for {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.form__for.element-animation {
  opacity: 0;
}

.form__for.element-show {
  opacity: 1;
}

.form__for-container {
  max-width: 506px;
}

.form__for-button {
  width: 506px;
  padding: 28px 150px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 250ms linear;
}

.form__for-button:hover p {
  color: #ff6142;
}

.form__for-button-text {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  transition: color 250ms linear;
  text-align: center;
  color: #282872;
}

.form__for-mobile-button-text {
  display: none;
}

.form__for-button-text-tr {
  color: #ffffff;
  transition: color 250ms linear;
}

.form__header {
  text-align: center;
  max-width: 1400px;
  margin-inline: auto;
  font-size: 90px;
}

.form__header.element-animation {
  opacity: 0;
  transform: translateX(-100px);
}

.form__header.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.form__for-button-tr {
  background: none;
  border: 1px solid #ffffff;
  transition: border 250ms linear;
}

.form__form {
  max-width: 1400px;
  margin-inline: auto;
  margin-top: 80px;
}

.form__form.element-animation {
  opacity: 0;
  transform: translateX(-200px);
}

.form__form.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.form__form-inputs {
  display: flex;
  gap: 12px;
}

.form__form-placeholder {
  flex: 1;
  resize: none;
  min-height: 100%;
}

.input-border {
  position: relative;
}

.input-border::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  padding: 1px;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom right, #384ba9, #18188a, #384ba9);
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

.form__form-inputs-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form__form-input {
  width: 100%;
  background: none;
  color: #ffffff;
  padding: 20px 24px;
  border-radius: 16px;
  font-size: 14px;
  font-family: "Geologica", sans-serif;
  font-weight: 100;
  cursor: pointer;
}

.input-border-invalid::before {
  background: red;
}

.form__form-input-invalid {
  background-color: #80000220;
}

.form__form-input:is(:-webkit-autofill, :autofill) {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #ffffff;
  background-clip: text !important;
}

.form__form-input::placeholder {
  color: #c3c3d9;
}

.form__form-input:focus {
  outline: none;
  border: 1px solid #8095ff;
  box-shadow: 0px 0px 12px 0px rgba(128, 149, 255, 0.25);
}

.form__for-text {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  margin-top: 18px;
}

.form__for-mobile-text {
  display: none;
}

.form__form-policy {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 24px;
}

.form__form-checkbox {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  min-width: 20px;
  height: 20px;
  border: 1px solid #4358c0;
  border-radius: 6px;
}

.input-checkbox-invalid {
  border: 1px solid red;
}

.form__form-checkbox:checked {
  background: linear-gradient(to bottom right, #ff6142, #fdcb32);
}

.form__form-checkbox:checked::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-image: url("assets/tick.svg");
  background-repeat: no-repeat;
}

.form__form-policy-text {
  font-size: 12px;
  font-weight: 100;
  color: #c3c3e5;
  padding-top: 3px;
}

.form__form-policy-link {
  color: #ffffff;
  text-decoration: underline !important;
  cursor: pointer;
  margin-right: 3px;
}

.form__form-submit {
  margin-top: 24px;
  font-weight: 600;
  display: block;
  margin-inline: auto;
  cursor: pointer;
  font-family: "Geologica", sans-serif;
}

/* FORM END */
/* FOOTER START */
.footer {
  position: relative;
  background: transparent;
  margin: 360px auto 0 auto;
  padding: 0 80px 80px 80px;
}

.footer__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer__info {
  margin-top: 80px;
  width: 565px;
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 53px;
}

.footer__info-header {
  color: #8585a6;
  font-size: 20px;
  font-weight: 100;
}

.footer__info-text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 200;
}

.footer__copyright {
  margin-top: 80px;
}

.footer__copyright-text {
  font-size: 14px;
  color: #8585a6;
}

.footer__conf-link {
  margin-top: 10px;
}

.footer__cod-link {
  text-decoration: underline !important;
  cursor: pointer;
  color: #8585a6;
}

.made-by {
  margin-top: 40px;
}

.footer__cube {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 150px;
  z-index: -1;
  right: 175px;
  overflow: hidden;
}

.footer__bg::before {
  content: "";
  position: absolute;
  z-index: -2;
  background: #1b1bb2;
  width: 40%;
  right: 0;
  filter: blur(200px);
  top: 20%;
  height: 80%;
}

.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style-type: none;
}

/* FOOTER END */
/*GRID START*/
.grid-block {
  margin-top: 265px;
  padding: 140px 80px;
  position: relative;
}

.grid-block__container {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 280px;
  margin: 0 auto;
}

.grid-spiral-1 {
  width: 500px;
  height: 500px;
  background-image: url("assets/spiral_01.png");
  background-size: contain;
}

.grid-spiral-1.bg-image-light::before {
  opacity: 0.6;
}

.grid-spiral-box {
  top: 225px;
  z-index: -1;
  filter: blur(1px);
  position: absolute;
}

.grid-spiral-box.element-animation {
  opacity: 0;
  transform: translateY(100px);
}

.grid-spiral-box.element-show {
  opacity: 1;
  transform: translateY(0px);
}

.bg-cursor {
  width: 200px;
  height: 200px;
  background-image: url("assets/cursor.png");
  background-size: contain;
}

.bg-cursor-box {
  filter: blur(1px);
  top: 270px;
  left: 200px;
  z-index: -1;
  position: absolute;
}

.bg-cursor-box.element-animation {
  opacity: 0;
  transform: translate(-20px, -10px);
}

.bg-cursor-box.element-show {
  opacity: 1;
  transform: translate(0px, 0px);
}

.grid-block__top-title {
  font-size: 80px;
  font-family: "Radio", sans-serif;
  text-align: center;
  max-width: 1024px;
}

.grid-block__top-subtitle {
  max-width: 650px;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 100;
}

.grid-block__top-subtitle.element-animation {
  opacity: 0;
}

.grid-block__top-subtitle.element-show {
  opacity: 1;
}

.grid-block__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
}

.grid-block__top::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 80%;
  height: 55%;
  background: #1b1bb2;
  z-index: -1;
  top: 20%;
  filter: blur(120px);
  left: 10%;
  opacity: 0.6;
}

.grid-block__bottom {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.grid-block__bottom-grid {
  position: relative;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 20% 20% 20% 20% 20%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.grid-block__bottom-grid::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 6px;
  height: 100px;
  width: 1px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
  border-radius: 80%;
}

.grid-block__bottom-grid::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 21px;
  height: 70px;
  width: 1px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 170, 0), rgba(0, 0, 0, 0));
  border-radius: 80%;
}

.item {
  border-radius: 24px;
  background: linear-gradient(45deg, #4358c0, #18188a, #4358c0);
  padding: 1px;
  margin: 6px;
}

.item-content {
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(90deg, #09093d, #1818a3);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

.content-back-rotate {
  background: linear-gradient(180deg, #09093d, #1818a3);
}

.content-long {
  flex-direction: row;
  justify-content: space-between;
}

.content-long .item-content__img {
  margin: 0;
  user-select: none;
}

.item-content__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-content__title {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
  text-transform: uppercase;
}

.item-content__subtitle {
  font-size: 16px;
  line-height: 150%;
  font-weight: 100;
  color: #dadaf2;
}

.item-1 {
  grid-column: 1/3;
  grid-row: 1/3;
}

.item-1.element-animation {
  opacity: 0;
}

.item-1.element-show {
  opacity: 1;
}

.item-2 {
  grid-column: 1/2;
  grid-row: 3/6;
}

.item-2.element-animation {
  opacity: 0;
}

.item-2.element-show {
  opacity: 1;
}

.item-3 {
  grid-column: 2/3;
  grid-row: 3/6;
}

.item-3.element-animation {
  opacity: 0;
}

.item-3.element-show {
  opacity: 1;
}

.item-4 {
  grid-column: 3/4;
  grid-row: 1/4;
}

.item-4.element-animation {
  opacity: 0;
}

.item-4.element-show {
  opacity: 1;
}

.item-5 {
  grid-column: 4/5;
  grid-row: 1/4;
}

.item-5.element-animation {
  opacity: 0;
}

.item-5.element-show {
  opacity: 1;
}

.item-6 {
  grid-column: 3/5;
  grid-row: 4/6;
}

.item-6.element-animation {
  opacity: 0;
}

.item-6.element-show {
  opacity: 1;
}

.item-content__img {
  max-width: 240px;
  margin: 0 auto;
}

/* Точки навигации */
.carousel-dots,
.advantages-dots,
.data__mobile-dots {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.carousel-dots span,
.advantages-dots span,
.data__mobile-dots span {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background-color: #0d0d32;
  border: 1px solid #252590;
  cursor: pointer;
}

.carousel-dots span.active,
.advantages-dots span.active,
.data__mobile-dots span.active {
  background: linear-gradient(90deg, #ff6142, #fdcb32);
}

/*GRID END*/
/*RESPONSIVE 1600 START*/
@media (max-width: 1600px) {
  .advantages__block {
    padding: 24px;
  }

  .data__content::after {
    top: 50px;
  }

  .grid-block__bottom-grid::before {
    top: 135px;
  }

  .shadow-block {
    top: 1007px;
  }

  .advantages__text {
    margin-right: 0;
    margin-left: auto;
  }

  .hero {
    height: 900px;
  }

  .thumb-up-box {
    right: 50%;
    top: 300px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  .opportunity {
    padding: 100px 40px;
    margin-top: 80px;
  }

  .opportunity__desktop-list {
    margin-left: -7px;
  }

  .opportunity__container {
    gap: 70px;
    height: 580px;
  }

  .opportunity__description {
    margin-right: 0px;
  }

  .container {
    margin-top: 550px;
  }

  .data__text {
    margin-right: 294px;
    margin-top: 100px;
  }

  .faq__content {
    max-width: 1400px;
  }

  .data {
    margin-top: 485px;
  }

.hero__cube {

  /*scale: 3.1;*/
  /*top: -200px;*/
  right: 280px;
  scale: 2.1;

}


  .wire-1920-1-1 {
    top: -140px;
  }

  .wire-1920-1-2 {
    top: 612px;
  }

  .footer {
    margin-top: 298px;
  }

  .logo {
    margin-left: -3px;
  }
}


/*RESPONSIVE 1600 END*/
/* RESPONSIVE 1440 START */
@media (max-width: 1440px) {
  .heading-1 {
    font-size: 70px;
  }

  .opportunity__header {
    max-width: 700px;
  }

  .shadow-block {
    top: 960px;
  }

  .hero {
    height: 850px;
    padding: 100px 40px;
  }

  .grid-block__bottom-grid::before {
    top: 55px;
  }

  .grid-block__bottom-grid::after {
    bottom: 115px;
  }

  .advantages__container::before {
    left: 39px;
    bottom: 250px;
  }

  .advantages__container::after {
    right: 39px;
    bottom: 290px;
  }

  .opportunity {
    padding: 100px 20px;
    margin-top: 135px;
  }

  .data__content::after {
    top: 35px;
  }

  .opportunity__desktop-list {
    margin-left: 8px;
  }

  .opportunity__container {
    gap: 5px;
    height: 530px;
  }

  .opportunity__image {
    min-width: 600px;
  }

  .opportunity__description {
    max-width: 400px;
  }

  .advantages {
    padding: 140px 40px;
  }

  .advantages__container {
    max-width: 1360px;
  }

  .data {
    padding: 250px 40px 100px 40px;
  }

  .data__text {
    margin-right: 220px;
  }

  .form {
    padding: 120px 40px;
  }

  .faq__content {
    max-width: 1360px;
    margin-bottom: 550px;
  }

  .faq__accordion-item-content {
    max-width: 1250px;
  }

  .faq__accordion-item-title {
    width: 1250px;
  }

.hero__cube {

        scale: 1.8;
        top: -170px;
        right: 230px;

}
  .advantages-spiral-box {
    top: -200px;
  }

  .bg-lamp-box {
    right: -60px;
  }

  .bg-cursor-box {
    left: 40px;
  }

  .bg-coin-box {
    top: -450px;
    right: 20px;
  }

  .bg-pusle-box {
    top: 0;
  }

  .bg-monitor-box {
    top: -300px;
  }

  .bg-servers-box {
    top: -450px;
  }

  .wire-1920-1 {
    display: none;
  }

  .wire-1920-2 {
    display: none;
  }

  .wire-1920-3 {
    display: none;
  }

  .wire-1920-4 {
    display: none;
  }

  .wire-1920-5 {
    display: none;
  }

  .wire-1440-1,
  .wire-1440-2,
  .wire-1440-3,
  .wire-1440-4,
  .wire-1440-5 {
    display: block;
    position: relative;
    z-index: -2;
  }

  .wire-1440-1-1 {
    position: absolute;
    top: -120px;
    right: 370px;
  }

  .wire-1440-1-2 {
    position: absolute;
    left: 15px;
    top: 634.5px;
  }

  .wire-1440-2-1 {
    position: absolute;
    right: 20px;
    top: -320px;
  }

  .wire-1440-3-1 {
    position: absolute;
    left: 20px;
    top: -340px;
  }

  .wire-1440-4-1 {
    position: absolute;
    right: 20px;
    top: -400px;
  }

  .wire-1440-5-1 {
    position: absolute;
    left: 20px;
    top: -305px;
  }

  .wire-1440-5-2 {
    position: absolute;
    right: 20px;
    top: 457px;
  }

  .wire-1440-5-3 {
    position: absolute;
    left: 20px;
    top: 1312px;
  }

  .grid-block {
    margin-top: 200px;
    padding: 140px 40px;
  }

  .advantages {
    margin-top: 190px;
  }

  .container {
    margin-top: 370px;
  }

  #circle3 {
    width: 93vw;
    height: 93vw;
  }

  .data {
    margin-top: 350px;
  }

  .form {
    margin-top: 75px;
  }

  .faq {
    margin-top: 350px;
    padding-bottom: 380px;
  }

  .form__for {
    margin-top: 205px;
  }

  .footer {
    padding-inline: 40px;
    margin-top: -23px;
  }

  .logo {
    margin-left: 5px;
  }

  .footer__cube {
    right: 100px;
  }
}

/* RESPONSIVE 1440 END */
/*RESPONSIVE 1280 START*/
@media (max-width: 1280px) {

  
  .hero__cube {
        scale: 1.8;
        top: -150px;
        right: 230px;
  
  }

  .effect-wrap .effect-4 {
    width: 70px;
    height: 196px;
    top: 50px;
    left: 350px;
  }

  .hero {
    padding: 100px 40px 40px 40px;
  }

  .hero__text-subtitle {
    font-size: 20px;
  }



  .shadow-block {
    display: none;
  }


  .hero__pyramid-1 {
    position: absolute;
    width: 700px;
    top: 60px;
    left: 50px;
  }

  .hero__pyramid-2 {
    position: absolute;
    width: 650px;
    top: 120px;
    left: 80px;
  }

  .hero__pyramid-3 {
    position: absolute;
    top: 210px;
    width: 550px;
    left: 130px;
  }

  .heading-1 {
    font-size: 56px;
  }

  .heading-2 {
    font-size: 56px;
  }

  .grid-block {
    padding: 40px;
  }

  .grid-block__bottom {
    margin: -12px;
  }

  .item-content__img {
    max-width: 180px;
  }

  .grid-block__bottom-grid::before {
    top: auto;
    bottom: 110px;
  }

  .grid-block__bottom-grid::after {
    bottom: auto;
    top: 90px;
  }

  .header {
    padding: 0 20px;
  }

  .menu-two {
    display: none;
  }

  .advantages__container::before {
    bottom: 270px;
  }

  .advantages__container::after {
    bottom: auto;
    top: 615px;
  }

  .open-header {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    overflow-y: auto;
    padding: 30px;
    background-color: #080833;
    animation: burgerAnimation 0.4s;
  }

  .open-header .header__menu-item-link {
    color: var(--main-light);
    font-size: 20px;
  }

  .platform::before {
    left: 55px;
  }

  #circle3 {
    width: 92vw;
    height: 92vw;
  }

  .open-header .burger::before,
  .open-header .burger::after {
    background-color: white;
  }

  .open-header .header_container {
    flex-direction: column;
    border: none;
    background: transparent !important;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    gap: 30px;
    height: auto;
    min-height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .open-header .header_container .header__logo {
    display: none;
  }

  .open-header .header_container .burger {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .open-header .header_container .burger::before,
  .open-header .header_container .burger::after {
    background-color: white;
  }

  .open-header .header_container .header__menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .open-header .header_container .header__menu .btn-white,
  .open-header .header_container .header__menu .btn-tr {
    display: block;
    width: 100%;
    text-align: center;
  }

  .grid-block__container {
    gap: 195px;
  }

  .grid-block__top {
    gap: 75px;
  }

  .opportunity__description {
    margin-top: 40px;
    max-width: 478px;
    margin-right: 148px;
  }

  .opportunity__container {
    margin-top: 48px;
    height: 550px;
  }

  .opportunity__desktop-list {
    min-width: 440px;
  }

  .opportunity__container {
    gap: 10px;
  }

  .opportunity__image {
    min-width: 520px;
  }

  .opportunity__desktop-item-header {
    font-size: 14px;
  }

  .opportunity__desktop-item-header--active {
    font-size: 16px;
  }

  .opportunity__desktop-item-select {
    width: 20px;
    height: 20px;
  }

  .opportunity__desktop-item-select--active::after {
    top: 4px;
    left: 4px;
  }

  .advantages__container {
    max-width: 1200px;
  }

  .advantages__block-header {
    font-size: 20px;
  }

  .advantages__text {
    margin-left: 0;
  }

  .advantages__block-image {
    width: 200px;
    height: 200px;
  }

  .platform__popup-block {
    width: 944px;
  }

  .data__text {
    margin-top: 40px;
    margin-right: 140px;
  }

  .data__container {
    margin-top: 50px;
  }

  .data__headers {
    font-size: 56px;
  }

  .form__for-container {
    max-width: 466px;
  }

  .form__for-button {
    width: 100%;
    padding: 28px 0;
  }

  .form__for-button-text {
    font-size: 20px;
  }

  .faq__content {
    max-width: 1200px;
  }

  .faq__accordion-item-content {
    max-width: 1096px;
  }

  .faq__accordion-item-title {
    width: 1096px;
  }

  .form__header {
    max-width: 1035px;
  }

  .footer {
    padding: 0 40px 80px 40px;
  }

  .logo {
    margin-left: 0px;
  }

  .footer__cube {
    right: 40px;
  }

  .bg-lamp-box {
    bottom: -150px;
    right: 0;
  }

  .bg-lamp {
    width: 220px;
    height: 220px;
  }

  .bg-cursor-box {
    top: 300px;
    left: 100px;
  }

  .bg-cursor {
    width: 100px;
    height: 100px;
  }

  .grid-spiral-1 {
    width: 400px;
    height: 400px;
  }

  .grid-spiral-box {
    top: 55px;
  }

  .advantages-spiral-2 {
    width: 400px;
    height: 400px;
  }

  .advantages-spiral-box {
    top: -20px;
  }

  .thumb-up {
    width: 100px;
    height: 100px;
  }

  .thumb-up-box {
    right: 200px;
    top: 100px;
  }

  .bg-coin {
    width: 150px;
    height: 150px;
  }

  .bg-coin-box {
    left: 45%;
    top: -310px;
  }

  .data-spiral-box {
    display: none;
  }

  .bg-hand-stat {
    width: 100px;
    height: 100px;
  }

  .bg-hand-box {
    filter: blur(1px);
    left: 80px;
  }

  .bg-pusle {
    width: 150px;
    height: 150px;
  }

  .bg-pusle-box {
    top: -150px;
    left: 150px;
  }

  .bg-monitor-stat {
    width: 300px;
    height: 300px;
  }

  .bg-monitor-box {
    top: -220px;
  }

  .bg-servers {
    width: 220px;
    height: 220px;
  }

  .wire-1440-1,
  .wire-1440-2,
  .wire-1440-3,
  .wire-1440-4,
  .wire-1440-5 {
    display: none;
  }

  .wire-1280-1,
  .wire-1280-2,
  .wire-1280-3,
  .wire-1280-4,
  .wire-1280-5 {
    display: block;
    position: relative;
    z-index: -3;
  }

  .wire-1280-1-1 {
    position: absolute;
    top: -85px;
    right: 370px;
  }

  .wire-1280-1-2 {
    position: absolute;
    top: 169px;
    left: 10px;
  }

  .wire-1280-1-3 {
    position: absolute;
    top: 1275px;
    right: 20px;
  }

  .wire-1280-2-1 {
    position: absolute;
    top: -200px;
    left: 10px;
  }

  .wire-1280-2-2 {
    position: absolute;
    top: 181px;
    right: 20px;
  }

  .wire-1280-3-1 {
    position: absolute;
    top: -330px;
    left: 10px;
  }

  .wire-1280-3-2 {
    position: absolute;
    top: -17px;
    right: 21px;
  }

  .wire-1280-4-1 {
    position: absolute;
    left: 16px;
    top: -310px;
  }

  .wire-1280-4-2 {
    position: absolute;
    right: 15px;
    top: 281px;
  }

  .wire-1280-5-1 {
    position: absolute;
    left: 15px;
    top: -275px;
  }

  .wire-1280-5-2 {
    position: absolute;
    right: 15px;
    top: 377px;
  }

  .wire-1280-5-3 {
    position: absolute;
    left: 10px;
    top: 1173px;
  }

  .opportunity {
    margin-top: 235px;
  }

  .opportunity__header {
    margin-left: 10px;
  }

  .opportunity__desktop-list {
    margin-left: -14px;
  }

  .form {
    margin-top: 100px;
  }

  .container {
    margin-top: 200px;
  }

  .data {
    margin-top: 205px;
  }

  .bg-servers-box {
    top: -300px;
  }

  .form__for {
    margin-top: 100px;
  }

  .faq {
    margin-top: 260px;
  }

  .footer {
    margin-top: 105px;
  }
}

/*RESPONSIVE 1280 END*/
/*RESPONSIVE 1024 START*/
@media (max-width: 1024px) {

  .block.element-animation,
  #circle1.element-animation,
  #circle2.element-animation,
  #circle3.element-animation,
  .header.element-animation,
  .hero__pyramid-1.element-animation,
  .hero__pyramid-2.element-animation,
  .hero__pyramid-3.element-animation,
  .hero__pyramid-small.element-animation,
  .hero__text-subtitle.element-animation,
  .opportunity__desktop-list.element-animation,
  .advantages__text.element-animation,
  .data__text.element-animation,
  .faq__accordion.element-animation,
  .form__for.element-animation,
  .grid-block__top-subtitle.element-animation,
  .item-1.element-animation,
  .item-2.element-animation,
  .item-3.element-animation,
  .item-4.element-animation,
  .item-5.element-animation,
  .item-6.element-animation {
    opacity: 1;
  }

  .problems__header.element-animation,
  .hero__text-title .hero__text-title-1.element-animation,
  .hero__text-title .hero__text-title-2.element-animation,
  .hero__text-title .hero__text-title-3.element-animation,
  .thumb-up-box.element-animation,
  .opportunity__header.element-animation,
  .opportunity__description.element-animation,
  .opportunity__image.element-animation,
  .bg-lamp-box.element-animation,
  .advantages-spiral-box.element-animation,
  .advantages__header.element-animation,
  .advantages__block-1.element-animation,
  .advantages__block-2.element-animation,
  .advantages__block-3.element-animation,
  .for__header.element-animation,
  .data__headers.element-animation,
  .data-spiral-box.element-animation,
  .bg-hand-box.element-animation,
  .faq__header.element-animation,
  .form__header.element-animation,
  .form__form.element-animation,
  .grid-spiral-box.element-animation,
  .bg-cursor-box.element-animation,
  .form__form.element-animation {
    opacity: 1;
    transform: none;
  }

  .effect-wrap .effect-1,
  .effect-wrap .effect-2,
  .effect-wrap .effect-3,
  .effect-wrap .effect-4,
  .effect-wrap .effect-5,
  .effect-wrap .effect-6,
  .effect-wrap .effect-7,
  .effect-wrap .effect-8,
  .effect-wrap .effect-9,
  .effect-wrap .effect-10,
  .element-bounce {
    animation: none;
  }

  .block1.element-animation,
  .block2.element-animation,
  .block3.element-animation,
  .block4.element-animation,
  .block5.element-animation {
    transform: translate(-50%, -50%);
  }


  .block span {
    font-size: 14px;
    font-weight: 300;
  }

  .hero__text-subtitle {
    font-size: 24px;
    line-height: 120%;
    font-weight: 100;
  }

  .hero__pyramid {
    left: -630px;
    top: -80px;
  }

  .opportunity {
    padding: 100px 0px 100px 40px;
    height: auto;
  }

  .opportunity__desktop-list {
    display: none;
  }

  .opportunity__mobile-list {
    display: block;
  }

  .opportunity__mobile-list-item:not(:first-child) {
    margin-top: 4px;
  }

  .opportunity__mobile-list-item {
    background-color: #0e0e57;
    border: 1px solid #4358c0;
    border-radius: 12px;
    height: 60px;
    width: 210px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  #circle3 {
    width: 90vw;
    height: 90vw;
  }

  .opportunity__mobile-list-item--active {
    background-color: #080832;
  }

  .opportunity__image {
    min-width: 480px;
  }

  .opportunity__container {
    gap: 15px;
    height: 514px;
  }

  .advantages__block {
    padding: 24px 12px;
  }

  .advantages__block-header {
    margin-top: 20px;
    font-size: 18px;
  }

  .opportunity__mobile-item-content {
    max-width: 196px;
    margin-left: 10px;
    /* margin: auto; */
    font-weight: 200;
    user-select: none;
  }

  .platform__popup-block {
    margin-inline: 40px;
  }

  .data__header-next {
    margin-left: 40px;
  }

  .data__text {
    margin-right: 10px;
  }

  .faq__content {
    max-width: 944px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-block__bottom-grid::after {
    top: 140px;
  }

  .grid-block__bottom-grid::before {
    bottom: 130px;
  }

  .faq__accordion-item-content {
    max-width: 840px;
  }

  .faq__accordion-item-title {
    width: 700px;
  }

  .footer__cube {
    width: 350px;
    height: 350px;
    right: 0px;
  }

  .thumb-up-box {
    right: 100px;
  }

  .bg-cursor-box {
    left: 60px;
  }

  .advantages-spiral-2 {
    width: 280px;
    height: 280px;
  }

  .advantages-spiral-box {
    top: 100px;
    right: 0;
  }

  .advantages__container::after {
    top: 595px;
  }

  .bg-hand-box {
    top: 370px;
    left: 60px;
  }

  .bg-pusle-box {
    top: -200px;
  }

  .bg-monitor-box {
    right: -150px;
  }

  .hero__img::before {
    top: -10px;
    right: -100px;
    width: 650px;
  }

.hero__cube {
        scale: 1.5;
        top: -100px;
        right: 60px;

}



  .wire-1280-1,
  .wire-1280-2,
  .wire-1280-3,
  .wire-1280-4,
  .wire-1280-5 {
    display: none;
  }

  .wire-1024-1,
  .wire-1024-2,
  .wire-1024-3,
  .wire-1024-4,
  .wire-1024-5 {
    display: block;
    position: relative;
    z-index: -3;
  }

  .wire-1024-1-1 {
    position: absolute;
    top: -72px;
    right: 260px;
  }

  .wire-1024-1-2 {
    position: absolute;
    top: 170px;
    left: 26px;
  }

  .wire-1024-1-3 {
    position: absolute;
    right: 10px;
    top: 1276px;
  }

  .wire-1024-2-1 {
    position: absolute;
    top: -240px;
    left: 21px;
  }

  .wire-1024-2-2 {
    position: absolute;
    right: 10px;
    top: 141px;
  }

  .wire-1024-3-1 {
    position: absolute;
    top: -350px;
    left: 15px;
  }

  .wire-1024-3-2 {
    position: absolute;
    top: -36px;
    right: 18px;
  }

  .wire-1024-4-1 {
    position: absolute;
    top: -320px;
    left: 17px;
  }

  .wire-1024-4-2 {
    position: absolute;
    right: 15px;
    top: 271px;
  }

  .wire-1024-5-1 {
    position: absolute;
    top: -285px;
    left: 15px;
  }

  .wire-1024-5-2 {
    position: absolute;
    right: 16px;
    top: 367px;
  }

  .wire-1024-5-3 {
    position: absolute;
    top: 1163px;
    left: 10px;
  }

  .data {
    margin-top: 195px;
  }

  .faq {
    padding-bottom: 340px;
  }

  .footer {
    margin-top: 137px;
  }
}

/*RESPONSIVE 1024 END*/
@media (max-width: 995px) {
  .carousel-dots .dot[data-index="5"] {
    display: none;
  }

  .data__mobile-dots .dot[data-index="3"] {
    display: none;
  }

  .grid-block__bottom-grid::before {
    bottom: 100px;
  }

  .grid-block__bottom-grid::after {
    right: 5px;
  }

  .item-2.element-show,
  .item-3.element-show,
  .item-4.element-show,
  .item-5.element-show,
  .item-6.element-show {
    animation: none;
  }

  .grid-block__bottom-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* Отключаем перенос строк */
    transition: transform 0.3s ease;
    width: 100%;
    /* Контейнер занимает 100% ширины */
  }

  .item-content {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    background: linear-gradient(90deg, #09093d, #1818a3);
    height: 100%;
  }

  .content-long .item-content__img {
    margin: 0 auto;
  }

  .carousel-dots {
    display: flex;
  }

  .footer {
    margin-top: 120px;
  }

  .item-1::after {
    bottom: 170px;
  }
}

@media (max-width: 860px) {
  .footer {
    margin-top: 70px;
  }

  #circle3 {
    width: 90vw;
    height: 90vw;
    right: 15px;
  }

  .container {
    margin-top: 176px;
  }
}

@media (max-width: 973px) {
  .grid-block__bottom-grid::after {
    right: 2px;
    top: 80px;
  }
}

/*RESPONSIVE 768 START*/
@media (max-width: 768px) {

  .block1.element-animation,
  .block2.element-animation,
  .block3.element-animation,
  .block4.element-animation,
  .block5.element-animation {
    transform: none;
  }

  .block.element-show:hover {
    transform: translate(0, -10%);
    transition: 300ms transform linear;
  }

  .hero__pyramid-1 {
    width: 530px;
    top: 150px;
    left: 135px;
  }

  .hero__pyramid-2 {
    width: 480px;
    top: 195px;
    left: 160px;
  }

  .hero__pyramid-3 {
    width: 430px;
    top: 240px;
    left: 187px;
  }

  .hero__pyramid-small {
    left: 370px;
    top: 395px;
  }

  .carousel-dots {
    display: flex;
  }

  .hero {
    padding: 150px 20px 0px 20px;
  }

  .content-long .item-content__img {
    margin: 0 auto;
  }

  .header__mobile-block {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header__mobile-lang .header__menu-item:first-child {
    margin-right: 24px;
  }

  .buttons-popup {
    width: 95%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .buttons-popup .buttons-popup__desktop {
    display: none;
  }

  .buttons-popup .buttons-popup__mobile {
    display: inline-block;
    padding-inline: 25px;
    text-align: center;
    flex: 1;
  }

  .advantages__container::before {
    content: none;
  }

  .advantages__container::after {
    content: none;
  }

  .hero {
    height: auto;
  }

  .advantages__block-2.element-animation,
  .advantages__block-3.element-animation {
    opacity: 1;
    transform: translateY(0px);
  }

  .hero__cube-mobile {
    top: 100px;
    right: -200px;
    width: 400px;
    height: 400px;
  }

  .hero__container {
    flex-direction: column;
    gap: 50px;
  }

  .hero__text-subtitle {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }

  .hero__text-title {
    margin-inline: auto;
  }

  .hero__text-subtitle-br {
    display: none;
  }

  .grid-block__bottom-grid::after {
    content: none;
  }

  .grid-block__bottom-grid::before {
    content: none;
  }

  .header__mobile-menu {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-inline: 20px;
    backdrop-filter: blur(10px);
    visibility: visible;
    transition: opacity 300ms linear;
  }

  .overflow-y-none {
    overflow-y: hidden;
  }

  .header__mobile-menu--opacity {
    opacity: 0;
  }

  .header__mobile-menu--hidden {
    visibility: hidden;
  }

  .header__mobile-menu-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: #09093d;
    width: 100%;
    padding: 40px 20px;
    border-radius: 24px;
    position: relative;
  }

  .header__mobile-menu-block::before {
    position: absolute;
    content: "";
    border-radius: 24px;
    background: linear-gradient(to bottom right, #4358c0, #18188a, #4358c0);
    inset: 0;
    z-index: 1;
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    padding: 1px;
  }

  .header__mobile-menu-item {
    font-size: 30px;
    font-family: "Radio", sans-serif;
    position: relative;
    z-index: 1;
  }

  .hero__pyramid {
    left: -400px;
    top: 90px;
  }

  .data__container {
    display: none;
  }

  .data__mobile-dots {
    display: flex;
  }

  .hero__img::before {
    top: 170px;
    right: -330px;
  }

  .grid-block__top {
    gap: 40px;
  }

  .grid-block__container {
    gap: 120px;
  }

  .subtitle {
    font-size: 15px;
  }

  .advantages__block-2.element-show {
    animation: none;
  }

  .advantages__block-3.element-show {
    animation: none;
  }

  .heading-1 {
    font-size: 40px;
    text-align: center;
  }

  .heading-2 {
    font-size: 40px;
    text-align: center !important;
  }

  .burger {
    display: flex;
  }

  .grid-block__bottom {
    overflow: visible;
    /* Скрываем выходящие за границы элементы */
  }

  .platform::before {
    left: 80px;
  }

  .item-2.element-animation,
  .item-3.element-animation,
  .item-4.element-animation,
  .item-5.element-animation,
  .item-6.element-animation {
    opacity: 1;
  }

  .item-1::before {
    content: none;
  }

  .item-1::after {
    content: none;
  }

  .item-content__subtitle {
    /* text-align: center; */
  }

  .menu-one {
    display: none;
  }

  .item {
    margin: 6px;
    padding: 1px;
    border-radius: 24px;
  }

  .item-content {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    background: linear-gradient(90deg, #09093d, #1818a3);
    height: 100%;
  }

  .logo img {
    max-width: 67px;
    max-height: 40px;
  }

  .hero__bg {
    top: 450px;
    right: 20%;
    width: 400px;
    height: 400px;
  }

.hero__cube {
scale: 1.4;
        top: 100px;
        right: -185px;

}

  .for__header {
    font-size: 40px;
  }

  .opportunity {
    margin-top: 100px;
    padding: 600px 30px 100px 30px;
  }

  .opportunity__header {
    font-size: 30px;
    max-width: 500px;
    width: fit-content;
    margin: auto;
  }

  .opportunity__container {
    flex-direction: column-reverse;
    height: auto;
  }

  .opportunity__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .opportunity__mobile-list {
    width: 870px;
    display: flex;
    align-self: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    /* flex: 1 1 auto; */
    justify-content: center;
  }

  .opportunity__mobile-list-item {
    width: 170px;
    height: 100px;
    /* flex-grow: 1;
    flex-shrink: 1; */
  }

  .opportunity__mobile-list-item:not(:first-child) {
    margin-top: 0px;
  }

  .opportunity__mobile-item-content {
    font-size: 14px;
    margin: 12px;
  }

  .opportunity__image {
    min-width: auto;
  }

  .advantages {
    /* overflow: hidden; */
    padding: 45px 30px 0px 30px;
  }

  .advantages::before {
    height: 50%;
    opacity: 0.1;
  }

  .data__mobile-container {
    display: flex;
    gap: 12px;
    position: relative;
    margin-top: 50px;
    width: 100%;
    transition: transform 0.3s ease;
  }

  .data__article-header {
    font-size: 19px;
  }

  .data__text {
    max-width: none;
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .data__header-next {
    margin-left: 0;
  }

  .data__article {
    padding: 10px;
  }

  .data__mobile-article {
    width: 320px;
    border-radius: 24px;
    position: relative;
    padding: 25px;
    z-index: 1;
    overflow: hidden;
    background-color: #09093d;
    border: 1px solid #4358c0;
    padding: 20px;
  }

  .data__mobile-article:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #1b1bb2;
    width: 350px;
    height: 350px;
    top: -100px;
    z-index: -1;
    left: -100px;
    filter: blur(100px);
    border-radius: 100%;
  }

  .advantages__container {
    width: 100%;
    position: relative;
    transition: transform 0.3s ease;
  }

  .advantages__text {
    text-align: center;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__header {
    font-size: 30px;
  }

  .advantages-dots {
    display: flex;
  }

  .platform__popup-block {
    flex-direction: column;
    align-items: start;
    margin: 0 16px;
    gap: 0px;
  }

  .platform__popup-block::before {
    top: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    filter: blur(40px);
  }

  .platform__popup-image {
    width: 100px;
    height: 100px;
  }

  .platform__popup-container {
    margin-top: 16px;
  }

  .platform__popup-text {
    margin-top: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: 50px !important;
    display: block;
  }

  .form {
    padding: 120px 30px;
  }

  .form__for-container {
    flex: 1;
  }

  .form__for-button {
    padding: 17px 0;
  }

  .form__form {
    margin-top: 32px;
  }

  .form__for-button-text {
    font-size: 16px;
    display: none;
  }

  .form__for-mobile-button-text {
    display: block;
  }

  .form__form-inputs {
    flex-direction: column;
  }

  .form__form-placeholder {
    resize: none;
    min-height: 140px;
  }

  .form__for-text {
    display: none;
  }

  .form__for-mobile-text {
    display: block;
  }

  .form__form-submit {
    width: 100%;
  }

  .form__header {
    font-size: 35px;
    max-width: 630px;
  }

  .faq__header {
    font-size: 35px;
  }

  .faq__content {
    max-width: 708px;
    margin-bottom: 700px;
  }

  .faq__content {
    margin-bottom: 0;
  }

  .faq__accordion {
    position: static;
  }

  .faq__accordion-item-content {
    max-width: 708px;
  }

  .faq__accordion .faq__accordion-item-title {
    width: 90%;
    font-size: 16px;
  }

  .faq__accordion-item-content {
    max-width: 708px;
  }

  .footer {
    padding: 0 30px 40px 30px;
    margin-top: 70px;
  }

  .footer__info {
    gap: 26px;
  }

  .footer__menu-button {
    display: none;
  }

  .footer__info {
    max-width: 343px;
    grid-template-columns: 100%;
  }

  .footer__cube {
    width: 270px;
    height: 270px;
    top: 200px;
    right: 50px;
  }

  .thumb-up-box {
    top: 650px;
    right: 50px;
  }

  .bg-lamp {
    width: 130px;
    height: 130px;
  }

  .bg-lamp-box {
    left: 40%;
  }

  .bg-cursor-box {
    top: auto;
    bottom: -150px;
    left: 40%;
  }

  .bg-cursor {
    width: 120px;
    height: 120px;
  }

  .grid-spiral-box {
    top: 50px;
  }

  .grid-spiral-1 {
    width: 250px;
    height: 250px;
  }

  .advantages-spiral-box {
    display: none;
  }

  .bg-coin {
    width: 100px;
    height: 100px;
  }

  .bg-coin-box {
    top: 30px;
    left: 45%;
  }

  .bg-hand-box {
    top: -20px;
    left: 40%;
  }

  .bg-pusle {
    width: 100px;
    height: 100px;
  }

  .bg-pusle-box {
    top: -100px;
    left: 100px;
  }

  .bg-monitor-stat {
    width: 200px;
    height: 200px;
  }

  .bg-monitor-box {
    right: 20px;
    top: -170px;
  }

  .bg-servers {
    width: 120px;
    height: 120px;
  }

  .bg-servers-box {
    top: -200px;
    left: 42%;
  }

  .wire-1024-1,
  .wire-1024-2,
  .wire-1024-3,
  .wire-1024-4,
  .wire-1024-5 {
    display: none;
  }

  .wire-768-1,
  .wire-768-2,
  .wire-768-3,
  .wire-768-4,
  .wire-768-5,
  .wire-768-6,
  .wire-768-7,
  .wire-768-8 {
    display: block;
    z-index: -3;
    position: relative;
  }

  .wire-768-1-1 {
    position: absolute;
    top: 465px;
    right: 48.5%;
  }

  .wire-768-2-1 {
    position: absolute;
  }

  .wire-768-2-2 {
    position: absolute;
    right: 0px;
    top: 73px;
  }

  .wire-768-3-1 {
    position: absolute;
    right: 0px;
  }

  .wire-768-3-2 {
    position: absolute;
    left: 0;
    top: 87px;
  }

  .wire-768-4-1 {
    position: absolute;
    left: 0px;
    top: 10px;
  }

  .wire-768-4-2 {
    position: absolute;
    right: 0px;
    top: 83px;
  }

  .wire-768-5-1 {
    position: absolute;
    right: 0px;
    top: -60px;
  }

  .wire-768-5-2 {
    position: absolute;
    top: 27px;
  }

  .wire-768-6-1 {
    position: absolute;
    top: 250px;
  }

  .wire-768-6-2 {
    position: absolute;
    top: 323px;
    right: 0;
  }

  .wire-768-7-1 {
    position: absolute;
    right: 0;
    top: 30px;
  }

  .wire-768-7-2 {
    position: absolute;
    top: 117px;
  }

  .wire-768-8-1 {
    position: absolute;
    top: 50px;
    left: -10px;
  }

  .container {
    margin-top: 0px;
    padding: 200px 0;
  }

  .data {
    margin-top: 0px;
  }

  .faq {
    padding-bottom: 140px;
  }
}

@media (max-width: 700px) {
  .carousel-dots .dot[data-index="5"] {
    display: block;
  }

  .data__mobile-dots .dot[data-index="3"] {
    display: block;
  }
}

@media (max-width: 610px) {
  .faq__accordion .faq__accordion-item-title {
    width: 90%;
  }
}

@media (max-width: 520px) {
  .header__mobile-menu-item {
    font-size: 18px;
  }
}

@media (max-width: 475px) {
  .block.element-show:hover {
    transform: none;
  }


  .form__header {
    font-size: 30px;
  }

  .footer__cube {
    top: 130px;
    right: -80px;
  }

  .form__form.element-animation {
    transform: translateX(0px);
  }

  .form__form.element-show {
    transform: translateX(0px);
  }

  .wire-768-2,
  .wire-768-3,
  .wire-768-4,
  .wire-768-5,
  .wire-768-6,
  .wire-768-7 {
    display: none;
  }

  .platform::before {
    left: 45px;
  }

  .wire-475-2,
  .wire-475-3,
  .wire-475-4,
  .wire-475-5,
  .wire-475-6,
  .wire-475-7 {
    display: block;
    position: relative;
    z-index: -3;
  }

  .wire-475-2-1 {
    position: absolute;
    top: 0px;
  }

  .wire-475-2-2 {
    position: absolute;
    right: 0px;
    top: 100px;
  }

  .wire-475-3-1 {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .wire-475-3-2 {
    position: absolute;
    top: 87px;
  }

  .wire-475-4-1 {
    position: absolute;
    top: -13px;
  }

  .wire-475-4-2 {
    position: absolute;
    top: 87px;
    right: 0;
  }

  .wire-475-5-1 {
    position: absolute;
    top: -50px;
    right: 0px;
  }

  .wire-475-5-2 {
    position: absolute;
    top: 37px;
  }

  .wire-475-6-1 {
    position: absolute;
    top: 218px;
  }

  .wire-475-6-2 {
    position: absolute;
    top: 318px;
    right: 0;
  }

  .wire-475-7-1 {
    position: absolute;
    top: 40px;
    right: 0px;
  }

  .wire-475-7-2 {
    position: absolute;
    top: 127px;
  }

  .bg-coin-box {
    top: 40px;
    left: 40%;
  }
}

/*RESPONSIVE 375 START*/
@media (max-width: 375px) {
  .hero__img {
    margin-top: -105px;
  }

.hero__cube {
scale: 1;
        top: 130px;
        right: -235px;

}

  .hero__bg {
    right: 0px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .header__mobile-menu-block {
    padding: 32px 28px;
    gap: 28px;
  }

  .header__mobile-menu {
    padding: 16px;
  }

  .hero {
    padding: 150px 15px 40px 15px;
  }

  .grid-block {
    padding: 90px 15px;
  }

  .hero__container {
    gap: 40px;
  }

  .hero__text {
    gap: 40px;
  }

  .hero__pyramid {
    position: absolute;
    left: -340px;
    top: 187px;
    z-index: -1;
  }

  .hero__pyramid-1 {
    width: 410px;
    top: 100px;
    left: 125px;
  }

  .hero__pyramid-2 {
    width: 370px;
    top: 140px;
    left: 145px;
  }

  .hero__pyramid-3 {
    width: 330px;
    top: 180px;
    left: 165px;
  }

  .hero__pyramid-small {
    position: absolute;
    left: 297.5px;
    top: 280px;
  }

  .data__mobile-article {
    padding: 20px 10px;
  }

  .hero__text-subtitle {
    text-align: left;
  }

  .heading-left,
  .heading-center {
    text-align: left !important;
  }

  .subtitle {
    text-align: left;
  }

  .opportunity {
    padding: 550px 16px 100px 16px;
  }

  .opportunity__header {
    font-size: 30px;
  }

  .advantages {
    /* overflow: hidden; */
    padding: 140px 15px;
  }

  .advantages__header {
    text-align: left !important;
  }

  .advantages__text {
    text-align: left;
  }

  .faq__content {
    margin-bottom: 0px;
  }

  .data {
    padding: 100px 12px 100px 12px;
  }

  .data__text {
    text-align: start;
  }

  .data__headers {
    text-align: start !important;
    font-size: 30px;
    font-weight: 200;
  }

  .opportunity__description {
    text-align: start;
    font-size: 15px;
    max-width: 340px;
  }

  .form {
    padding: 120px 12px;
  }

  .form__header {
    font-size: 30px;
  }

  .footer {
    padding: 0 16px 24px 16px;
  }

  .footer__info-header {
    font-size: 16px;
  }

  .thumb-up-box {
    top: 450px;
  }

  .bg-lamp-box {
    left: 30%;
  }

  .bg-cursor-box {
    left: 35%;
  }

  .bg-coin-box {
    left: 37%;
    top: -90px;
  }

  .bg-hand-box {
    top: -100px;
    left: 35%;
  }

  .for__header {
    text-align: center !important;
    font-size: 30px;
  }

  .bg-pusle {
    width: 100px;
    height: 100px;
  }

  .bg-pusle-box {
    top: 0px;
    left: 60px;
  }

  .bg-monitor-stat {
    width: 200px;
    height: 200px;
  }

  .bg-monitor-box {
    right: -70px;
    top: -120px;
  }

  .bg-servers-box {
    left: 35%;
  }

  .hero__img::before {
    width: 550px;
    right: -260px;
    top: 202px;
  }

  .faq__header {
    text-align: center !important;
  }

  .wire-768-8 {
    display: none;
  }

  .wire-475-2,
  .wire-475-3,
  .wire-475-4,
  .wire-475-5,
  .wire-475-6,
  .wire-475-7 {
    display: none;
  }

  .wire-375-2,
  .wire-375-3,
  .wire-375-4,
  .wire-375-5,
  .wire-375-6,
  .wire-375-7,
  .wire-375-8 {
    display: block;
    position: relative;
    z-index: -3;
  }

  .wire-768-1-1 {
    position: absolute;
    top: 395px;
    right: 50.5%;
  }

  .wire-375-2-1 {
    position: absolute;
    top: 50px;
  }

  .wire-375-2-2 {
    position: absolute;
    top: 81px;
    right: 0;
  }

  .wire-375-3-1 {
    position: absolute;
    right: 0;
    top: 50px;
  }

  .wire-375-3-2 {
    position: absolute;
    left: 0;
    top: 87px;
  }

  .wire-375-4-1 {
    position: absolute;
    top: -70px;
  }

  .wire-375-4-2 {
    position: absolute;
    right: 0px;
    top: -38px;
  }

  .wire-375-5-1 {
    position: absolute;
    right: 0;
    top: -80px;
  }

  .wire-375-5-2 {
    position: absolute;
    top: -42px;
  }

  .wire-375-6-1 {
    position: absolute;
    left: 1px;
    top: 291px;
  }

  .wire-375-6-2 {
    position: absolute;
    right: 0;
    top: 323px;
  }

  .wire-375-7-1 {
    position: absolute;
    right: 0;
  }

  .wire-375-7-2 {
    position: absolute;
    left: 0;
    top: 37px;
  }

  .wire-375-8-1 {
    position: absolute;
    left: 20px;
    top: 10px;
  }

  .platform {
    height: 85%;
  }

  .faq {
    margin-top: 170px;
  }
}

/*RESPONSIVE 375 END*/
@media (max-width: 330px) {
  .buttons-popup {
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 32px);
  }

  .buttons-popup .buttons-popup__mobile {
    width: 100%;
  }
}

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