html {
  font-family: 'Noto Sans', sans-serif;
  background: rgba(17, 15, 18, 1);
  color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

.wrapper {
  overflow-x: hidden;

}


/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

@font-face {
  font-family: 'GothamPro', sans-serif;
  src: url(//fonts/GothamProRegular.ttf);
}

@font-face {
  font-family: GothamBold, sans-serif;
  font-weight: 700;
  src: url(../fonts/gothampro-bold.woff2);
}

@font-face {
  font-family: 'Astrolab';
  src: url(../fonts/Astrolab.ttf);
}

.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

:root {
  --primary-color: #ab2cf4;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.35;
  text-align: center;
  position: relative;

}



h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.35;
}

h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
}

h4 {
  font-size: 20px;


}

h5 {
  font-size: 16px;
  line-height: 1.3;
}

@keyframes fiolentGradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }


}

.btn {
  background: linear-gradient(135deg, #b74eda 0%, #6021a0 25%, #6854b8 50%, #944eda 70%, #6721a0 90%, #5468b8 100%);
  background-size: 300% 300%;
  border-radius: 40px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  animation: fiolentGradient 4s alternate infinite;
  transition: all .3s;
}



.btn:hover {
  animation-play-state: paused;
  transform: rotate(-2deg);
}




p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
}


header {
  padding: 24px 0;
}

.header__inner {
  display: flex;
  align-items: center;

  justify-content: space-between;
}


.header__logo {
  display: flex;
  font-family: Astrolab;
  font-weight: 400;
  font-size: 24px;

  align-items: center;
  gap: 12px;
}

.p-color {
  color: var(--primary-color);
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;

}

.header__nav-elem {
  font-weight: 600;
  font-size: 18px;
  transition: all .3s;
}

.header__nav-elem:hover {
  color: var(--primary-color);
}

.header__btn {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 40px;
  padding: 12px 24px;
  transition: all .3s;
}

.header__btn:hover {
  background: linear-gradient(135deg, #b74eda 0%, #6021a0 25%, #6854b8 50%, #944eda 70%, #6721a0 90%, #5468b8 100%);
  border: 1px solid transparent;
  background-size: 500% 300%;
  animation: fiolentGradient 5s alternate infinite;
}

.hero {
  margin-top: 50px;
  height: 75dvh;


}

.hero__inner {
  position: relative;


  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  z-index: 0;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
}

.hero__main {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
}

.hero__main-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.h1-dop {
  color: #AB2CF4;
}

.hero__main-low {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}



.manager__cont {
  display: flex;
  align-items: center;
  gap: 16px;
}


.manager__cont img {
  width: 100%;
  max-width: 50px;

}

.manager__txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.manager__txt h4 {
  font-weight: 700;
}

.manager__txt h5 {
  font-weight: 300;
}


@keyframes float {
  0% {

    transform: translatey(0px);
  }

  50% {

    transform: translatey(-20px);
  }

  100% {

    transform: translatey(0px);
  }
}


.hero__elem1 {
  position: absolute;
  top: 17%;
  left: -3%;
  max-width: 371px;
  z-index: 2;
  transition: all 1s;
  animation: float 6s ease-in-out infinite;
}



.hero__elem1-1 {
  position: absolute;
  top: 17%;
  left: -3%;
  max-width: 371px;
  z-index: 1;
  filter: blur(15px);
  transition: all 1s;
  animation: float 6s ease-in-out infinite;

}

.hero__elem2 {
  top: 46%;
  left: 10%;
  position: absolute;
  max-width: 288px;
  width: 100%;
  transition: all 1.9s;
  z-index: 2;
  animation: float 6s ease-in-out infinite;
  animation-delay: 3s;
}



.hero__elem2-2 {
  top: 47%;
  left: 10%;
  position: absolute;
  max-width: 288px;
  width: 100%;
  z-index: 1;
  transition: all 1.9s;
  filter: blur(15px);
  animation: float 6s ease-in-out infinite;
  animation-delay: 3s;
}

.hero__elem3 {
  position: absolute;
  top: 49%;
  left: 40%;
  max-width: 257px;
  transition: all 1.9s;
  z-index: 2;
  animation: float 4s ease-in-out infinite;
}

.hero__elem3-3 {
  position: absolute;
  top: 47%;
  left: 40%;
  max-width: 277px;
  filter: blur(12px);
  z-index: 1;
  transition: all 1.9s;
  animation: float 4s ease-in-out infinite;
}

.hero__elem4 {
  position: absolute;
  max-width: 348px;
  top: 45%;
  z-index: 2;
  right: 8%;
  transition: all 1.9s;
  animation: float 7s ease-in-out infinite;
  animation-delay: 3s;
}

.hero__elem4-4 {
  position: absolute;
  max-width: 348px;
  top: 45%;
  z-index: 1;
  right: 8%;
  filter: blur(15px);
  transition: all 1.9s;
  animation: float 7s ease-in-out infinite;
  animation-delay: 3s;
}

.hero__elem5 {
  top: 14%;
  right: -4%;
  position: absolute;
  max-width: 340px;
  z-index: 2;
  transition: all 1.9s;
  animation: float 7s ease-in-out infinite;
  animation-delay: 4s;
}

.hero__elem5-5 {
  top: 14%;
  right: -4%;
  position: absolute;
  max-width: 340px;
  z-index: 1;
  filter: blur(15px);
  transition: all 1.9s;
  animation: float 7s ease-in-out infinite;
  animation-delay: 4s;
}

.p-circle1 {
  position: absolute;
  top: 0;
  left: -2%;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.25) 0%, rgba(107, 26, 157, 0.25) 52.5%, rgba(21, 22, 28, 0.25) 100%);
  width: 264px;
  height: 264px;
  border-radius: 50%;
  filter: blur(10px);
}

.p-circle2 {
  position: absolute;
  bottom: 19%;
  left: -4%;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.75) 0%, rgba(107, 26, 157, 0.75) 52.5%, rgba(21, 22, 28, 0.75) 100%);
  filter: blur(10px);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.p-circle3 {
  position: absolute;
  top: -3%;
  right: 6%;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);

  filter: blur(10px);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.p-circle4 {
  position: absolute;
  bottom: 8%;
  right: -4%;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.25) 0%, rgba(107, 26, 157, 0.25) 52.5%, rgba(21, 22, 28, 0.25) 100%);

  width: 264px;
  height: 264px;
  border-radius: 50%;
  filter: blur(10px);
}

@keyframes parallax {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-25%, -25%) scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes parallax2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(25%, 25%) scale(0.9);
    opacity: 0.6;
  }

  100% {
    transform: translate(50%, 50%) scale(1);
    opacity: 1;
  }
}

@keyframes parallax3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: translate(25%, -25%) rotate(180deg);
    opacity: 0.7;
  }

  100% {
    transform: translate(30%, -30%) rotate(360deg);
    opacity: 1;
  }
}

@keyframes parallax4 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-25%, 25%) scale(1.2);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
}

.p-circle1 {
  animation: parallax 10s infinite alternate linear;
}

.p-circle2 {
  animation: parallax2 12s infinite alternate ease;
}

.p-circle3 {
  animation: parallax3 10s infinite alternate ease-in;
}

.p-circle4 {
  animation: parallax4 10s infinite alternate ease-in-out;
}

.descript {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin-top: 18px;
}

.serv__subt {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

.upper {
  text-transform: uppercase;
}

.serv__main {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.serv__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}



.serv__col-elem {
  display: flex;
  max-width: 324px;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  border-radius: 40px;
  padding: 24px 40px;
  padding-right: 23px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  --border-width: 1px;
  --radius: 24px;
  position: relative;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
}

.serv__col-elem::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #381d6a20 80%, #E0D1FF 88%, #E0D1FF 92%, #381D6A 100%);
  background-origin: border-box;
  -webkit-mask:
    linear-gradient(black, black) content-box,
    linear-gradient(black, black);
  mask: linear-gradient(black, black),
    linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spin 3s linear infinite;
}




@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes spin {
  to {
    --angle: 1turn;
  }
}



.serv__elem-bot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.serv__elem-bot p {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;

}

.serv__elem-bot p img {
  width: 15px;

  height: 18px;
  transform: translateY(-2px);
}

.serv__numb {
  font-weight: 900;
  font-size: 16px;
  color: rgba(171, 44, 244, 1);
  background: white;
  padding: 4px 10px;
  border-radius: 24px;
}

.serv__elem-mid {
  height: 342px;
  max-width: 640px;
  position: relative;
  justify-content: flex-end;
  animation: spin 3s linear infinite alternate;
}


.serv__prel1 {
  position: absolute;
  top: -3%;
  transition: all .9s;
  z-index: 3;
  max-width: 340px;

}

.serv__prel2 {
  position: absolute;
  top: -3%;
  left: 25%;
  z-index: 2;
  max-width: 340px;
  transition: all .9s;


}

.serv__prel3 {
  position: absolute;
  top: -3%;
  left: 40%;
  z-index: 1;
  max-width: 340px;
  transition: all .9s;

}



.serv__manager {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.serv-2 {
  margin-top: 83px;
}

.serv__elem-big {
  max-width: 640px;
  height: 400px;
  justify-content: flex-end;
}

.serv__elem-low {
  display: flex;
  align-items: flex-end;

}

.serv__elem-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.serv__inner {
  position: relative;
}

.serv__inner .p-circle1 {
  bottom: 0;
  left: 0;
  top: auto;
  width: 230px;
  height: 230px;
}

.serv__inner .p-circle2 {
  bottom: auto;
  left: auto;
  right: 0;
  top: 5%;
  width: 61px;
  height: 61px;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);

}

.serv__inner .p-circle3 {
  bottom: 1%;
  left: auto;
  right: -10%;
  top: auto;
  width: 230px;
  height: 230px;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.25) 0%, rgba(107, 26, 157, 0.25) 52.5%, rgba(21, 22, 28, 0.25) 100%);


}

.serv__inner .p-circle4 {
  bottom: 20%;
  left: -5%;
  right: auto;
  top: auto;
  width: 61px;
  height: 61px;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);
  filter: blur(5px);

}

.serv__elem-right {

  display: flex;
}

@keyframes fadeUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10%);
  }

}

.dev-l1 {
  position: absolute;
  top: -5%;
  left: -3%;
  max-width: 386px;
  z-index: 2;
  animation: fadeUp 6s alternate infinite;
  animation-delay: 0;
}

.dev-l1-1 {
  position: absolute;
  top: -5%;
  left: -3%;
  max-width: 386px;
  filter: blur(10px);
  z-index: 1;
  animation: fadeUp 6s alternate infinite;
  animation-delay: 0;
}

.dev-l2 {
  position: absolute;
  top: -5%;
  left: 42%;
  max-width: 191px;
  z-index: 2;
  animation: fadeUp 7s alternate infinite;
  animation-delay: 1s;

}

.dev-l2-2 {
  position: absolute;
  top: -5%;
  left: 42%;
  max-width: 191px;
  filter: blur(10px);
  z-index: 1;
  animation: fadeUp 7s alternate infinite;
  animation-delay: 1s;
}

.dev-l3 {
  position: absolute;
  top: 20%;
  left: 60%;
  max-width: 272px;
  z-index: 2;

  animation: fadeUp 4s alternate infinite;
  animation-delay: 3s;
}

.dev-l3-3 {
  position: absolute;
  top: 20%;
  left: 60%;
  max-width: 272px;
  filter: blur(10px);
  z-index: 1;

  animation: fadeUp 4s alternate infinite;
  animation-delay: 3s;
}

.serv__dev {
  margin-top: 80px;
}

.serv-br1 {
  position: absolute;
  top: -5%;
  left: -4%;
  max-width: 237px;
  transition: all .4s;
  animation: fadeUp 2s alternate infinite;
}

.serv-br2 {
  position: absolute;
  top: -4%;
  left: 27%;
  max-width: 237px;
  transition: all .4s;
  animation: fadeUp 4s alternate infinite;
  animation-delay: 2s;
}

.serv-br3 {
  position: absolute;
  top: -4%;
  left: 59%;
  max-width: 237px;
  transition: all .4s;
  animation: fadeUp 3s alternate infinite;
  animation-delay: 4s;
}

.serv-br4 {
  position: absolute;
  top: 33%;
  left: 6%;
  max-width: 237px;
  transition: all .4s;

  animation: fadeUp 5s alternate infinite;
  animation-delay: 6s;
}

.serv-br5 {
  position: absolute;
  top: 30%;
  left: 37%;
  max-width: 237px;
  transition: all .4s;
  animation: fadeUp 4s alternate infinite;
  animation-delay: 7s;
}

.serv-br6 {
  position: absolute;
  top: 28%;
  left: 70%;
  transition: all .4s;
  max-width: 237px;
  animation: fadeUp 5s alternate infinite;
  animation-delay: 8s;
}



.typed-cursor {
  color: var(--primary-color);
}

.manager__cont img {
  transition: all .5s;
}

.manager__cont:hover img {
  transform: rotateY(360deg);
}

.serv-3 {
  margin-top: 80px;
}

.serv-3 h2, .serv-3 p, .serv-3 h5 {
  text-align: center;
}

.serv__tech-elem {
  align-items: flex-start;
  justify-content: space-between;
  height: 210px;
}

.tech__elem-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;

}

.tech__elem-top p {
  text-align: left;
  font-size: 14px;
}

.serv__tech-elem {
  padding: 24px;
}

.prels {
  margin-top: 74px;
}

.mob {
  display: none;
}


.prels__inner {
  display: flex;
  flex-direction: column;

}

.prels__row {
  display: flex;
  align-items: center;
  position: relative;
}

@keyframes fadeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50%) translateY(-20%);
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%) translateY(20%);
  }
}

@keyframes fadeUsp {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-5%) translateY(-20%);
  }
}

@keyframes fadeDos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5%) translateY(20%);
  }
}

.prels__nutra1 {
  position: absolute;
  right: 15%;
  top: 0;
  max-width: 280px;
  z-index: 1;
  animation: fadeLeft 5s alternate infinite ease-in-out;
}

.prels__nutra2 {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 2;
  max-width: 280px;
  animation: fadeRight 5s alternate infinite ease-in-out;
}



.prels-rect1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  max-height: 300px;
  opacity: 0.5;
}

.prels__col {
  padding: 24px 40px;
  position: relative;
  justify-content: space-between;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 300px;

  border-radius: 41px;
}

.prels__col-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
}

.prels__row:nth-child(3) {
  margin-top: -70px;
}

.prels__manager {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 4;
}

.prels__row:first-child {
  z-index: 6;
}

.reverse {
  flex-direction: row-reverse;
  z-index: 4;
}

.transf {
  transform: rotateY(180deg);
}

.col-rev .prels__manager {
  align-self: flex-end;
}

.prels__crypt1 {
  position: absolute;
  left: 10%;
  top: 25%;
  max-width: 200px;
  z-index: 1;
  animation: fadeLeft 5s alternate infinite ease-in-out;
}

.prels__crypt2 {
  position: absolute;
  left: 21%;
  top: 28%;
  max-width: 200px;
  z-index: 1;
  animation: fadeRight 5s alternate infinite ease-in-out;
}

.prels__col-txt p {
  font-size: 16px;

}


.prels__row:nth-child(2) {
  margin-top: -70px;
}

.prels__white1 {
  position: absolute;
  right: 17%;
  top: 34%;
  max-width: 280px;
  z-index: 1;
  animation: fadeUsp 5s alternate infinite ease-in-out;
}

.prels__white2 {
  position: absolute;
  right: 1%;
  top: 32%;
  max-width: 280px;
  z-index: 1;
  animation: fadeDos 5s alternate infinite ease-in-out;
}

.faq__elems {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  justify-content: center;
  max-width: 867px;
  width: 100%;
  gap: 24px;
}


.faq__elem-btn {
  cursor: pointer;
  background: rgba(30, 30, 30, 1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.3;
  font-family: 'Noto Sans';
  position: relative;
}


.faq__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.faq {
  margin-top: 111px;
}

.faq__title {
  font-weight: 900;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
}

.faq__elem-content {
  display: none;
  background: rgba(30, 30, 30, 1);
  border-radius: 0 0 24px 24px;
  padding: 16px 32px;
  border: none;

  margin-top: -20px !important;
  /* height: 100% !important; */
  padding-top: 23px !important;
}

.faq__elem-content p {
  font-family: 'Noto sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: white;
  margin-top: 10px;
}

.faq__svg {
  transition: all .3s;
}

.faq__active {
  background: var(--primary-color);
}

.faq__rotate {
  transform: rotate(180deg);
}

.faq__content-active {
  display: block;
}

.faq {
  position: relative;
}

.faq .p-circle1 {
  position: absolute;
  left: -3%;
  width: 335px;
  height: 335px;
}

.faq .p-circle2 {
  position: absolute;
  left: auto;
  width: 228px;
  height: 228px;
  right: 0;
  top: 5%;
  background: linear-gradient(180deg, rgba(171, 44, 244, 0.25) 0%, rgba(107, 26, 157, 0.25) 52.5%, rgba(21, 22, 28, 0.25) 100%);

}

.contacts {
  padding-top: 111px;
}



.contacts__inner {
  display: flex;
  align-items: center;
  position: relative;
}

.contacts__inner .p-circle3 {
  top: 0;
  left: 30%;
  bottom: auto;
  right: auto;
  width: 78px;
  height: 78px;
}

.contacts__inner .p-circle4 {
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 228px;
  height: 228px;
}

.contacts__left {
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: relative;
  padding: 27px 0 23px 73px;
  width: 100%;
  max-width: 1020px;
}

.cont__rect {
  position: absolute;
  left: 0;
  top: 3%;
  width: 100%;
  max-width: 1020px;
  max-height: 224px;
  z-index: -1;
  opacity: 0.5;
}


.cont__btn {
  position: absolute;
  right: 5%;
  bottom: 14%;
}

.contact__man-img {
  max-width: 38px !important;
}

.contact_manager h4 {
  font-size: 15px;
}

.contact_manager h5 {
  font-size: 12px;
}

.cont__txt {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.cont__txt h2 {
  line-height: 1;
}

.tg-btn {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;

}

.contact__right h2 {
  text-align: right;


}

.contact__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;

}

.lower-fs {
  font-size: 40px;
}

footer {
  margin-top: 120px;
  padding-bottom: 50px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 13.5px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Astrolab';
}



.footer__nav {
  display: flex;
  align-items: center;
  gap: 40px;

}

.footer__nav-elem {
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
}

.footer__nav-elem:hover {
  color: var(--primary-color);
}

.footer__btn {
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  border-radius: 24px;
  border: 1px solid white;
  background: transparent;
  padding: 12px 24px;
  transition: all .5s;
}

.footer__btn:hover {
  background: linear-gradient(135deg, #b74eda 0%, #6021a0 25%, #6854b8 50%, #944eda 70%, #6721a0 90%, #5468b8 100%);
  border: 1px solid transparent;
  background-size: 500% 300%;
  animation: fiolentGradient 5s alternate infinite;
}

.footer__bot {
  display: flex;
  align-items: center;
  gap: 85px;
}

hr {
  height: 1px;
  width: 100%;
  background: rgba(81, 91, 110, 1);
}

.footer__bot-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__bot-col h3 {
  font-weight: 700;
}

.footer__bot-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer__lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(81, 91, 110, 1);

}

.hero__inner .tg-btn {
  position: absolute;
  bottom: 15%;
  z-index: 3;
}

.mw50 {
  max-width: 50%;
}

.prels__circle {
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 11%;
  filter: blur(50px);
  width: 229px;
  height: 220px;
  z-index: 1;
  border-radius: 100px;
  background: rgba(71, 29, 148, 0.46);
}

.prels__circle1 {
  position: absolute;
  top: 26%;
  left: 2%;
  filter: blur(40px);
  width: 200px;
  height: 200px;
  z-index: 1;
  border-radius: 100px;
  background: rgba(71, 29, 148, 0.46);
}


.prels__circle2 {
  position: absolute;
  top: 6%;
  left: auto;
  right: 2%;
  filter: blur(45px);
  width: 299px;
  height: 250px;
  z-index: 1;
  border-radius: 100px;
  background: rgba(71, 29, 148, 0.46);
}

@media(max-width:768px) {
  h1 {
    font-size: 40px;
    font-weight: 900;
  }

  h2 {
    font-size: 40px;
    line-height: 1.35;
  }

  .serv__subt {
    font-size: 16px;
  }

  h3 {
    font-size: 20px;
  }

  .btn {
    padding: 16px 24px;
    font-size: 16px;
  }

  .header__nav {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .serv__col-elem {
    max-width: 156px;
    height: 210px;
    padding: 24px 16px;
  }

  .serv__main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .serv__elem-mid {
    max-width: 328px;
    height: 260px;
  }

  .serv__prel1 {
    max-width: 170px;
  }

  .serv__prel2 {
    max-width: 170px;
  }

  .serv__prel3 {
    max-width: 170px;
  }

  .serv__col {
    flex-direction: row;
  }

  .serv__elem-bot {
    flex-wrap: wrap;

  }

  .serv__dev {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }

  .serv__elem-big {
    max-width: 329px;
    height: 360px;
  }

  .prels-rect1 {
    display: none;
  }

  .footer__top {
    flex-direction: column;
    gap: 32px;
  }

  .footer__bot {
    gap: 24px;
  }

  .footer__nav {
    flex-direction: column;
  }

  .footer__bot-col {
    align-items: center;
    justify-content: center;
  }

  .footer__bot {
    flex-direction: column;
  }

  .footer__lower {
    flex-direction: column;
    gap: 24px;
  }

  .contacts__inner {
    flex-direction: column;
    max-width: 368px;
    margin: 0 auto;

  }

  .dev-l1 {
    max-width: 220px;
    top: 7%;
  }

  .dev-l1-1 {
    max-width: 220px;
    top: 7%;
  }

  .dev-l2 {
    max-width: 120px;

    top: 2%;
  }

  .dev-l2-2 {
    max-width: 120px;

    top: 2%;
  }

  .dev-l3 {
    max-width: 140px;
    top: 18%;
    left: 67%;
  }

  .dev-l3-3 {
    max-width: 140px;
    top: 18%;
    left: 67%;
  }

  .serv__elem-low {
    flex-direction: column;
  }

  .serv-br1 {
    max-width: 130px;
    left: 1%;
    top: 2%;
  }

  .serv-br2 {
    max-width: 130px;
    position: absolute;
    top: 2%;
    left: 31%;

  }

  .serv-br3 {
    max-width: 130px;
    position: absolute;
    top: 2%;
    left: 61%;

  }

  .serv-br4 {
    max-width: 130px;
    position: absolute;
    top: 27%;
    left: 3%;


  }

  .serv-br5 {
    max-width: 130px;
    position: absolute;
    top: 26%;
    left: 35%;
    transition: all .4s;
  }

  .serv-br6 {
    max-width: 130px;
    position: absolute;
    top: 26%;
    left: 66%;

  }

  .faq__title {
    font-size: 40px;
    position: relative;
    z-index: 3;
  }

  .faq__elem-btn {
    font-size: 16px !important;
    padding: 16px !important;
  }

  .faq__elem-content p {
    font-size: 14px;
  }

  .footer__logo {
    font-size: 19px;
  }

  .footer__logo img {
    max-width: 48px;
  }

  .header__logo {
    font-size: 15px;
  }


  .header__logo img {
    max-width: 35px;
  }



  .hero__elem2 {
    max-width: 120px;
  }

  .hero__elem2-2 {
    max-width: 120px;
  }

  .hero__elem3 {
    max-width: 120px;
  }

  .hero__elem3-3 {
    max-width: 120px;
  }

  .hero__elem4 {
    max-width: 120px;
  }

  .serv__main .serv__col-elem {
    width: 48%;
    max-width: none;
    justify-content: space-between;
  }

  .serv__main .serv__elem-mid {
    width: 100%;
    max-width: none;
    justify-content: flex-end;
  }

  .hero__elem4-4 {
    max-width: 120px;
  }

  .hero__elem5 {
    max-width: 120px;
  }

  .hero__elem5-5 {
    max-width: 120px;
  }

  .hero__main-low {
    flex-direction: column;
  }

  .serv__elem-low {
    gap: 16px;
  }

  .serv__elem-low .btn {
    width: 100%;
    text-align: center;
  }

  .serv__elem-right {
    width: 100%;
  }

  .faq__elem-content {
    padding: 16px;
    padding-top: 40px !important;
    margin-top: -32px !important;
  }

  .serv__tech .serv__col .serv__tech-elem {
    width: 100%;
    max-width: none;
  }

  .serv__tech .serv__col:last-child .serv__tech-elem {
    width: 100%;
    max-width: none;
  }

  .serv__tech .serv__col {
    width: 46%;
  }

  .serv__tech .serv__col:last-child {
    width: 100%;
  }

  .serv__elem-big {
    width: 100% !important;
    max-width: 369px !important;
    justify-content: flex-end !important;
  }

  .tech__elem-top h3 {
    word-break: break-all;
  }

  .hero__main-low {
    width: 100%;
    align-items: center;
    margin-top: 16px;
  }

  .hero__main-low .btn {
    width: 100%;
    text-align: center;
    font-size: 20px;
    max-width: 80%;
  }

  .manager__txt h4 {
    font-size: 16px;
  }

  .manager__txt h5 {
    font-size: 13px;
  }

  .hero__inner .p-circle1 {
    width: 33px;
    height: 33px;
    background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);
    filter: blur(5px);
    top: 25%;
  }

  .hero__inner .p-circle2 {
    width: 95px;
    height: 95px;
    background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);
    filter: blur(5px);

  }

  .hero__inner .p-circle3 {
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, rgba(171, 44, 244, 0.5) 0%, rgba(107, 26, 157, 0.5) 52.5%, rgba(21, 22, 28, 0.5) 100%);

    filter: blur(5px);

  }

  .hero__inner .p-circle4 {
    width: 157px;
    height: 157px;
    background: linear-gradient(180deg, rgba(171, 44, 244, 0.25) 0%, rgba(107, 26, 157, 0.25) 52.5%, rgba(21, 22, 28, 0.25) 100%);

    filter: blur(5px);

  }

  .hero {
    margin-top: 20px;
  }

  .writing {
    display: none;
  }

  .typed-cursor {
    display: none;
  }

  .mob {
    display: contents;
  }

  .tg-btn {
    padding: 7px 12px;
    font-size: 13px;
  }

  .hero__bg {
    top: auto;
    bottom: 19%;
  }



  .hero__elem1 {
    top: auto;
    bottom: 25%;
    max-width: 140px;
  }

  .hero__elem1-1 {
    top: auto;
    bottom: 25%;
    max-width: 140px;
  }

  .hero__elem2 {
    top: auto;
    max-width: 105px;
    bottom: 6%;
    left: 1%;
  }

  .hero__elem2-2 {
    top: auto;
    max-width: 105px;
    bottom: 6%;
    left: 1%;
  }

  .hero__elem3-3 {
    top: auto;
    max-width: 130px;
    bottom: 15%;
    left: 34%;
  }

  .hero__elem3 {
    top: auto;
    max-width: 130px;
    bottom: 15%;
    left: 34%;
  }

  .hero__elem4 {
    top: auto;
    max-width: 120px;
    bottom: 11%;
    right: 1%;
  }

  .hero__elem4-4 {
    top: auto;
    max-width: 120px;
    bottom: 11%;
    right: 1%;
  }

  .hero__elem5 {
    bottom: 27%;
    right: -5%;
    top: auto;
  }

  .hero__elem5-5 {
    bottom: 27%;
    right: -5%;
    top: auto;
  }

  .hero {
    height: 650px;
  }

  .serv__inner .p-circle1 {
    width: 230px;
    height: 230px;
  }

  .serv__inner .p-circle3 {
    right: auto;
    left: 0;
    width: 189px;
    height: 189px;

    bottom: -10%;
  }

  .prels__col-txt h2 {
    font-size: 20px;
  }

  .prels__col-txt p {
    font-size: 14px;
  }

  .prels__col {
    height: 240px;
  }

  .prels__inner {
    gap: 80px;
  }

  .prels__row:nth-child(2) {
    margin-top: 0;
  }

  .prels__row:nth-child(3) {
    margin-top: 0;
  }

  .faq .p-circle1 {
    width: 189px;
    height: 189px;
  }

  .faq .p-circle2 {
    top: auto;
    bottom: 15%;
    width: 80px;
    height: 80px;
  }



  .cont__btn {
    display: none;
  }

  .contacts__left {
    padding: 24px 16px 45px 16px;
  }

  .contact__right {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;

  }

  .contact__right h2 {
    text-align: center;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    z-index: 3;

  }

  .cont__man-main {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cont__man-main .btn {
    display: block;
  }

  .contact__right .btn {
    width: 80%;
    text-align: center;
    padding: 12px 24px;
    font-size: 16px;
    align-items: center;
    justify-content: center;


  }

  .cont__txt p {
    font-size: 16px;
  }

  .contacts {
    padding-top: 50px;
  }

  .cont__rect {
    display: none;
  }

  footer {
    margin-top: 90px;
  }

  header {
    padding: 16px 0;
  }

  .hero__main-low .manager__cont img {
    max-width: 36px;
  }

  .hero__main-low .manager__cont {
    gap: 8px;
  }



  .hero__bg {
    display: none;
  }

  .hero__rect {
    position: absolute;
    bottom: 8%;
    left: auto;
    display: block;
    width: 100%;
  }

  .hero__inner .tg-btn {
    position: absolute;
    bottom: 6%;
    z-index: 3;
  }

  .serv {
    margin-top: 60px;
  }



  .prels__col {
    background: rgba(255, 255, 255, 0.1);
    padding: 36px 16px;
    gap: 40px;
    height: auto;
    padding-bottom: 20px;
    border-radius: 24px;
    position: relative;
    border: var(--border-width) solid transparent;

    --border-width: 1px;
    --radius: 24px;
    position: relative;
    border-radius: var(--radius);
    border: var(--border-width) solid transparent;
  }

  .prels__col-txt p {
    color: rgba(255, 255, 255, 0.648);
  }

  .prels__col::before {
    content: " ";
    position: absolute;
    inset: calc(var(--border-width) * -1);
    z-index: -1;
    border: inherit;
    border-radius: inherit;
    background-image: conic-gradient(from var(--angle), #381d6a20 80%, #E0D1FF 88%, #E0D1FF 92%, #381D6A 100%);
    background-origin: border-box;
    -webkit-mask: linear-gradient(black, black) content-box,
      linear-gradient(black, black);
    mask: linear-gradient(black, black),
      linear-gradient(black, black);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spin 3s linear infinite;
  }


  .prels__nutra1 {
    position: absolute;
    right: 25%;
    top: -23%;

    max-width: 140px;
    z-index: 1;
    animation: none;
  }


  .prels__nutra2 {
    position: absolute;
    right: 2%;
    top: -23%;

    z-index: 2;
    max-width: 140px;
    animation: none;
  }

  .prels__crypt1 {
    position: absolute;
    left: -4%;
    top: -25%;
    max-width: 150px;
    z-index: 5;
    animation: none;
  }

  .prels__crypt2 {
    position: absolute;
    right: -8%;
    top: -26%;
    left: auto;
    transform: rotateY(180deg);
    max-width: 150px;
    z-index: 5;
    animation: none;
  }

  .prels__white1 {
    position: absolute;
    right: 1%;
    top: -25%;
    max-width: 140px;
    z-index: 5;
    animation: none;
  }

  .prels__white2 {
    position: absolute;
    left: 0;
    top: 94%;
    max-width: 120px;
    z-index: 5;
    animation: none;
    transform: rotateY(180deg);
  }

  .mw50 {
    max-width: none;
  }

  .cont__rectil {
    position: absolute;
    top: -6%;
    left: 0;
    width: 100%;
    display: block;
    z-index: -1;
    max-width: 368px;
    height: 360px;

  }

  .cont__txt {
    gap: 20px;
  }

  .contacts__left {
    gap: 40px;
    max-width: 368px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding-bottom: 19px;
  }

  .footer__bot-col h3 {
    font-size: 16px;

  }

  .footer__lower h4 {
    font-size: 16px;
  }

  footer {
    padding-bottom: 40px;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked~.menu_wrapper {
    right: 0 !important;
  }

  header {
    position: relative;
  }

  .menu__btn {
    position: absolute;
    top: 41%;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 101;

  }

  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;

  }

  .menu__btn>span::before {
    content: '';
    top: -8px;
  }

  .menu__btn>span::after {
    content: '';
    top: 8px;
  }




  /* .menu__box */ 
  .menu_wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    transition: all .3s;
    list-style: none;
    background-color: rgba(25, 17, 32, 1);
    z-index: 100;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: flex;
    flex-direction: column;
    padding: 112px 0 60px 24px;

    justify-content: space-between;
  }

  .menu__box li a {
    font-weight: 600;
    font-size: 20px;

  }

  .menu__box .header__btn {

    display: block;
    max-width: 200px;
    font-size: 16px;
    padding: 12px 15px;
  }

  .menu__box-top {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .hero__inner {
    max-width: 375px;
    margin: 0 auto;
  }

  .wrapper {
    overflow-x: hidden;
  }

  .desk {
    display: none;
  }

  .prels__circle1 {
    max-width: 90px;
  }

  .prels__circle {
    max-width: 90px;
  }

  .prels__circle2 {
    max-width: 90px;
  }

  .serv__prel, .serv__prel2, .serv__prel3{
    top: 0;
  }
}

@media(min-width:1320px) {
  .header-rr {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}