@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Gilroy";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Gilroy";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

i {
  font-style: normal;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: white;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

._container {
  max-width: 1218px;
  margin: 0 auto;
}
@media (max-width: 1238px) {
  ._container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    padding: 0 20px;
  }
}

.header {
  font-family: "Oswald";
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(9px);
  background: #191919ba;
  -webkit-backdrop-filter: blur(9px);
  z-index: 5;
}
.header__nav {
  height: 70px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .header__nav {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__nav {
    height: 60px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
@media (max-width: 767.98px) {
  .header__menu {
    position: fixed;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    background: #0e0e0edc;
    display: block;
    bottom: 0;
    padding: 20px;
    transition: all 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
.header__menu-list {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .header__menu-list {
    grid-auto-flow: row;
    justify-items: center;
    align-content: center;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .header__menu-list li {
    overflow: hidden;
  }
}
.header__menu-list a {
  color: white;
  position: relative;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .header__menu-list a {
    font-size: 40px;
    display: inline-block;
    transform: translateY(100%);
  }
}
.header__logo {
  font-size: 18px;
  position: relative;
  z-index: 10;
}
.header__logo a {
  color: white;
}
.header__right-items {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
}
.header__socials svg {
  color: white;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease 0s;
}
.header__burger {
  margin-left: 40px;
  display: none;
}
@media (max-width: 767.98px) {
  .header__burger {
    display: block;
  }
}
.icon-menu {
  display: block;
  position: relative;
  width: 30px;
  height: 18px;
  z-index: 5;
}
@media (any-hover: hover) {
  .icon-menu:hover span {
    width: 80%;
  }
  .icon-menu:hover span:first-child {
    width: 60%;
  }
  .icon-menu:hover span:last-child {
    width: 70%;
  }
}
.icon-menu span {
  transition: all 0.5s ease 0s;
  top: calc(50% - 1px);
  right: 0px;
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: white;
  border-radius: 5px;
}
.icon-menu span:first-child {
  top: 0px;
  width: 80%;
}
.icon-menu span:last-child {
  top: auto;
  bottom: 0px;
  width: 90%;
}
.icon-menu._active span {
  transform: scale(0);
}
.icon-menu._active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  width: 90%;
}
.icon-menu._active span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
  width: 90%;
}

@keyframes rotation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotationinvers {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes opacitianim {
  0% {
    opacity: 0.05;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
.intro {
  background: #0e0e0e;
  z-index: 3;
  position: relative;
}
.intro__bg {
  background: url("../img/noise-s.png");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: inset 0px -300px 203px -92px #0e0e0e;
}
.intro__star {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0.2;
}
.intro__star_1 {
  bottom: 30%;
  left: 15%;
  animation: rotation 10s linear 0s infinite, opacitianim 4s cubic-bezier(0.66, -0.35, 0.24, 1.95) 0s infinite alternate;
}
.intro__star_2 {
  right: 45%;
  top: 15%;
  animation: rotationinvers 10s linear 4s infinite, opacitianim 4s cubic-bezier(0.66, -0.35, 0.24, 1.95) 6s infinite alternate;
  width: 30px;
  height: 30px;
}
.intro__star_3 {
  bottom: 20%;
  right: 18%;
  animation: rotation 10s linear 2s infinite, opacitianim 4s cubic-bezier(0.66, -0.35, 0.24, 1.95) 2s infinite alternate;
  width: 20px;
  height: 20px;
}
.intro__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}
.intro__ttl {
  font-size: 90px;
  margin-bottom: 40px;
  text-transform: uppercase;
  /* font-weight: 500; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  line-height: 1.2;
  font-family: "Oswald";
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .intro__ttl {
    display: block;
  }
}
.intro__ttl i {
  display: inline-block;
  opacity: 0;
  transform: translateX(200px);
}
@media (max-width: 991.98px) {
  .intro__ttl {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .intro__ttl {
    font-size: 60px;
  }
}
@media (max-width: 479.98px) {
  .intro__ttl {
    font-size: 50px;
  }
}
.intro__subttl {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto 40px;
}
.intro__btn-wrapper {
  position: relative;
}
.intro__btn {
  font-family: "Oswald";
  border-radius: 50px;
  border: 2px solid #ff6e00;
  line-height: 1;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.4s ease 0s, transform 0.1s ease;
  margin-bottom: 20px;
  font-size: 18px;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.intro__btn::before {
  content: "";
  height: 2px;
  width: 0;
  background: #ff6e00;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.intro__btn:active {
  transform: scale(1.04);
}
.intro__btn:hover {
  border-color: white;
}
.intro__btn:hover::before {
  width: 20px;
  margin-right: 20px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.footer-under {
  height: 500px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .footer-under {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .footer-under {
    height: 400px;
  }
}
@media (max-width: 479.98px) {
  .footer-under {
    height: 700px;
  }
}

.footer {
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 30px;
  height: 500px;
}
@media (max-width: 991.98px) {
  .footer {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    height: 400px;
  }
}
@media (max-width: 479.98px) {
  .footer {
    height: 700px;
  }
}
.footer__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .footer__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479.98px) {
  .footer__container {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
  }
}
.footer__form._send .footer__form-notice span {
  visibility: visible;
  transform: translateY(0);
}
.footer__form-notice {
  color: #ff6e00;
  position: relative;
  top: 10px;
  color: black;
  font-weight: 500;
  font-family: "Oswald";
  text-transform: uppercase;
  overflow: hidden;
}
.footer__form-notice span {
  visibility: hidden;
  display: inline-block;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translateY(100%);
}
.footer__submit {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 150px;
  border-radius: 50px;
  position: relative;
  line-height: 1;
  margin-top: 30px;
  border: 2px solid #3f3dc1;
  transition: all 0.4s ease 0s, transform 0.1s ease;
  font-family: "Oswald";
  overflow: hidden;
}
.footer__submit::before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 20em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
  box-shadow: inset 0 0 0 75px #3f3dc1;
}
@media (any-hover: hover) {
  .footer__submit:hover {
    color: #000;
  }
  .footer__submit:hover::before {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .footer__submit {
    margin-top: 20px;
  }
}
.footer__submit:active {
  transform: scale(1.04);
}
.footer__submit svg {
  height: 15px;
  display: none;
}
.footer__submit._loading {
  pointer-events: none;
}
.footer__submit._loading svg {
  display: block;
}
.footer__submit._loading span {
  display: none;
}
.footer__form-block {
  position: relative;
  border-bottom: 1px solid #212121;
  padding: 45px 0 5px;
}
@media (max-width: 767.98px) {
  .footer__form-block {
    padding: 25px 0 5px;
  }
}
.footer__form-block input,
.footer__form-block textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  margin: 0;
  color: #7c7c7c;
  font-weight: 400;
  outline: 0;
  letter-spacing: 0.5px;
}
.footer__form-block textarea {
  resize: none;
}
.footer__form-block label {
  font-family: "Oswald";
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #212121;
  pointer-events: none;
  transition: all 0.25s ease;
}
@media (max-width: 767.98px) {
  .footer__form-block label {
    top: 25px;
    font-size: 12px;
  }
}
.footer__form-block label._hidden {
  top: 25px;
}
@media (max-width: 767.98px) {
  .footer__form-block label._hidden {
    top: 5px;
  }
}
.footer__form-block:focus-within label {
  top: 25px;
}
@media (max-width: 767.98px) {
  .footer__form-block:focus-within label {
    top: 5px;
  }
}
.footer__form-block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #3f3dc1;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
}
.footer__form-block:focus-within::after {
  width: 100%;
}
.footer__policy {
  display: flex;
  margin-top: 20px;
  align-items: baseline;
}
.footer__switch {
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.footer__policy-txt {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .footer__policy-txt {
    font-size: 12px;
  }
}
.footer__contacts-list {
  font-family: "Oswald";
  line-height: 1;
}
.footer__contacts-item {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  color: #000;
  width: fit-content;
}
.footer__contacts-item a {
  color: #000;
  position: relative;
}
.footer__contacts-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .footer__contacts-item_phone {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .footer__contacts-item_phone {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .footer__contacts-item_phone svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

.unp {
  font-size: 10px;
  color: #000;
  font-family: "Oswald";
  margin-top: 20px;
}

:root {
  --vc-off-color: #d1d3d4;
  --vc-on-color: #68cd71;
  --vc-animation-speed: 0.15s ease-out;
  --vc-font-family: Arial;
  --vc-font-size: 11px;
  --vc-font-weight: 300;
  --vc-on-font-color: white;
  --vc-off-font-color: white;
  --vc-label-position-off: 12px;
  --vc-label-position-on: 11px;
  --vc-width: 34px;
  --vc-height: 18px;
  --vc-handle-border-radius: 20px;
  --vc-box-border-radius: 25px;
  --vc-handle-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  --vc-handle-color: white;
  --vc-handle-width: 11px;
  --vc-handle-height: 12px;
  --vc-onclick-width: 28px;
  --vc-handle-top: 3px;
}

.vc-toggle-container * {
  font-family: var(--vc-font-family);
  -webkit-transition: var(--vc-animation-speed);
  -moz-transition: var(--vc-animation-speed);
  -o-transition: var(--vc-animation-speed);
  transition: var(--vc-animation-speed);
}

.vc-switch {
  width: var(--vc-width);
  height: var(--vc-height);
}

.vc-toggle-container label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: var(--vc-box-border-radius);
  cursor: pointer;
}

.vc-switch-input {
  position: absolute;
  transform: translate3d(5px, 5px, 0);
  appearance: none;
  opacity: 0;
}

.vc-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: var(--vc-font-size);
  font-weight: var(--vc-font-weight);
  background: var(--vc-off-color);
  border-radius: inherit;
}

.vc-switch-label:before,
.vc-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1.1;
}

.vc-switch-label:before {
  content: attr(data-off);
  color: var(--vc-on-font-color);
}

.vc-switch-label:after {
  content: attr(data-on);
  color: var(--vc-off-font-color);
  opacity: 0;
}

.vc-switch-label:before {
  right: var(--vc-label-position-off);
}

.vc-switch-label:after {
  left: var(--vc-label-position-on);
}

.vc-switch-input:checked ~ .vc-switch-label {
  background: var(--vc-on-color);
}

.vc-switch-input:checked ~ .vc-switch-label:before {
  opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label:after {
  opacity: 1;
}

.vc-handle {
  position: absolute !important;
  top: var(--vc-handle-top);
  left: 3px;
  background: var(--vc-handle-color);
  border-radius: var(--vc-handle-border-radius);
  box-shadow: var(--vc-handle-shadow);
}

.vc-handle {
  width: var(--vc-handle-width);
  height: var(--vc-handle-height);
}

.vc-handle:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute !important;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.vc-switch-label:active ~ .vc-handle,
.vc-handle:active {
  width: var(--vc-onclick-width);
}

.vc-switch-input:checked ~ .vc-handle {
  left: unset;
  right: 3px;
}

.page {
  position: relative;
  z-index: 2;
  background: #0e0e0e;
  top: -1px;
  pointer-events: all;
}

.rect {
  height: 110px;
  width: calc(100% + 0px);
  overflow: hidden;
  position: absolute;
  left: 0;
  line-height: 0;
  direction: ltr;
  pointer-events: none;
  transform: rotate(180deg);
  top: calc(100% - 1px);
}
.rect svg {
  height: 100%;
  width: calc(100% + 2px);
}

._ttl-m {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
  font-family: "Oswald";
  font-weight: 500;
}
@media (max-width: 767.98px) {
  ._ttl-m {
    font-size: 30px;
  }
}
@media (min-width: 1920.98px) {
  ._ttl-m {
    font-size: 60px;
  }
}

._ttl-s {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  font-family: "Oswald";
}

/* width */
::-webkit-scrollbar {
  width: 0;
  appearance: none;
}

::-webkit-scrollbar-button {
  width: 0;
  appearance: none;
}

::-webkit-scrollbar-track {
  width: 0;
  appearance: none;
}

::-webkit-scrollbar-thumb {
  width: 0;
  appearance: none;
}

.about {
  padding: 100px 0 100px;
}
@media (max-width: 479.98px) {
  .about {
    padding: 50px 0 50px;
  }
}
.about__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about__wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.about__column {
  position: relative;
}
.about__column_txt {
  z-index: 10;
}
.about__ttl span {
  display: block;
}
.about__txt {
  line-height: 1.5;
}
.about__imgs {
  display: flex;
  justify-content: center;
}
.about__img-phone {
  flex: 0 0 30%;
  z-index: 1;
}
.about__img-phone img {
  width: 100%;
}
.about__img-tablet {
  flex: 0 0 70%;
}
.about__img-tablet img {
  width: 100%;
}

.works {
  z-index: 200;
  width: 100%;
  position: relative;
}
.works .pin-wrap {
  background-image: url("../img/dot.svg"), linear-gradient(180deg, #191919, #191919);
  background-color: #191919;
  background-position: 0px 0px, 0px 0px;
  background-size: 50px, auto;
  background-attachment: fixed, scroll;
}
.works__scroll-container {
  height: 100vh;
  width: 100%;
}
.works__scroll-container.fixed {
  position: fixed;
}
.works__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.works__card {
  flex-shrink: 0;
  width: 500px;
  margin: 40px;
  border: 2px solid #ffffff8a;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0 5px 23px 7px rgba(0, 0, 0, 0.3);
  background: #0e0e0e;
  z-index: 5;
  position: relative;
}
@media (max-width: 767.98px) {
  .works__card {
    width: 300px;
    padding: 10px;
  }
}
@media (max-height: 500px) {
  .works__card {
    width: 400px;
    padding: 10px;
  }
}
.works__offset-start {
  flex-shrink: 0;
  width: 100px;
}
@media (max-width: 767.98px) {
  .works__offset-start {
    display: none;
  }
}
.works__ttl {
  flex-shrink: 0;
  position: relative;
}
.works__ttl span {
  font-size: 80px;
  font-weight: 600;
  font-family: "Oswald";
  padding-right: 200px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767.98px) {
  .works__ttl span {
    font-size: 50px;
    padding-right: 100px;
  }
}
@media (max-width: 479.98px) {
  .works__ttl span {
    font-size: 40px;
    padding-right: 40px;
  }
}
.works__spaceship {
  display: inline-block;
  margin-left: 15px;
  transition: all 3s cubic-bezier(0.8, 0.07, 0.42, 1.05) 0s;
  opacity: 1;
  z-index: -3;
  position: relative;
}
.works__spaceship svg {
  width: 50px;
  height: 50px;
}
.works__spaceship._fly {
  transform: translate(500px, -500px) scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.works__offset-end {
  flex-shrink: 0;
  width: 100px;
  height: 70vh;
}
@media (max-width: 767.98px) {
  .works__offset-end {
    width: 20px;
  }
}
.works__card-inner {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.works__card-inner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 8s cubic-bezier(0.25, 0.1, 0.33, 0.88) 0s;
}
@media (max-width: 767.98px) {
  .works__card-inner {
    padding-bottom: 140%;
  }
}
@media (max-height: 500px) {
  .works__card-inner {
    padding-bottom: 60%;
  }
}

.how {
  padding: 100px 0;
}
@media (max-width: 479.98px) {
  .how {
    padding: 60px 0;
  }
}
.how__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .how__wrapper {
    grid-template-columns: 1fr;
  }
}
.how__item {
  border-radius: 40px;
  transition: background 0.4s ease 0s;
  padding: 35px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
}
.how__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(39deg, #f6a738 6%, #ff5858 100%);
  opacity: 0;
  transition: all 0.4s ease 0s;
  z-index: -1;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .how__item {
    animation-delay: 0s !important;
  }
}
@media (any-hover: hover) {
  .how__item:hover {
    color: #0e0e0e;
    box-shadow: 0 5px 23px 7px rgba(0, 0, 0, 0.96);
  }
  .how__item:hover::before {
    opacity: 1;
  }
  .how__item:hover .how__item-subttl {
    color: #0e0e0e;
  }
}
.how__item._current {
  color: #0e0e0e;
  box-shadow: 0 5px 23px 7px rgba(0, 0, 0, 0.96);
}
.how__item._current::before {
  opacity: 1;
}
.how__item._current .how__item-subttl {
  color: #0e0e0e;
}
.how__icon {
  margin-bottom: 20px;
}
.how__icon svg {
  width: 50px;
  height: 50px;
}
.how__item-subttl {
  color: #ff6e00;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.how__item-ttl {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald";
}
.how__item-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

html,
body,
.horizontal {
  overflow: hidden;
  width: 100%;
}

#scroll-container {
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 2;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.scroll-content {
  pointer-events: none;
}

section {
  width: 100%;
  overflow-x: hidden;
}

.stages {
  z-index: 200;
  position: relative;
  width: 100%;
}
@media (max-width: 479.98px) {
  .stages {
    padding: 60px 0;
  }
}
.stages.horizontal {
  overflow-x: hidden;
}
.stages.horizontal .pin-wrap,
.stages.horizontal .animation-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .stages.horizontal .pin-wrap,
.stages.horizontal .animation-wrap {
    display: block;
    height: auto;
  }
}
.stages__container {
  display: flex;
  align-items: center;
  padding: 0 200px 0 100px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .stages__container {
    display: block;
    padding: 0 20px;
  }
}
.stages__ttls {
  flex-shrink: 0;
  padding-right: 200px;
}
@media (max-width: 991.98px) {
  .stages__ttls {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920.98px) {
  .stages__ttls {
    padding-right: 300px;
  }
}
.stages__ttl {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .stages__ttl {
    text-align: center;
  }
}
.stages__subttl {
  max-width: 800px;
}
@media (max-width: 991.98px) {
  .stages__subttl {
    max-width: none;
    text-align: center;
  }
}
.stages__content {
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .stages__content {
    display: block;
    height: auto;
    padding: 0;
  }
}
.stages__line {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -70px;
  height: 1px;
  right: -70px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .stages__line {
    top: 0;
    left: 50%;
    right: auto;
    border-bottom: none;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 1px;
  }
}
@media (max-width: 767.98px) {
  .stages__line {
    left: 40px;
  }
}
.stages__line::before, .stages__line::after {
  content: "";
  height: 1px;
  width: 50px;
  display: block;
  position: absolute;
}
@media (max-width: 991.98px) {
  .stages__line::before, .stages__line::after {
    width: 1px;
    height: 50px;
  }
}
.stages__line::before {
  left: 0;
  background: linear-gradient(270deg, rgba(25, 25, 25, 0) 6%, #0e0e0e 100%);
}
@media (max-width: 991.98px) {
  .stages__line::before {
    background: linear-gradient(360deg, rgba(25, 25, 25, 0) 6%, #0e0e0e 100%);
  }
}
.stages__line::after {
  right: 0;
  background: linear-gradient(90deg, rgba(25, 25, 25, 0) 6%, #0e0e0e 100%);
}
@media (max-width: 991.98px) {
  .stages__line::after {
    background: linear-gradient(270deg, rgba(25, 25, 25, 0) 6%, #0e0e0e 100%);
  }
}
.stages__item {
  width: 360px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s ease 0s;
}
@media (min-width: 1920.98px) {
  .stages__item {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .stages__item {
    width: 50%;
    padding: 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .stages__item {
    width: 100%;
    justify-content: start;
    text-align: left;
    padding: 25px 0 25px 80px;
  }
}
.stages__item_top {
  margin-left: auto;
}
.stages__item._current {
  color: #3f3dc1;
}
.stages__item._current .stages__item-txt {
  color: white;
}
.stages__item._current .stages__circle {
  background: #3f3dc1;
  width: 25px;
  height: 25px;
}
.stages__item._current .stages__circle span {
  opacity: 1;
  visibility: visible;
}
.stages__circle {
  transition: all 0.3s ease 0s;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
}
@media (max-width: 991.98px) {
  .stages__circle {
    left: 100%;
    top: 30px;
    transform: translate(-50%, 0);
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .stages__circle {
    left: 40px;
  }
}
.stages__circle span {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: #3f3dc1;
  display: block;
  border-width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.stages__circle span:nth-child(1) {
  border-style: solid;
  animation: 3s ease-in-out 0.75s infinite normal none running circleBorderAnimation;
}
.stages__circle span:nth-child(2) {
  border-style: dotted;
  animation: 3s ease-in-out 1.5s infinite normal none running circleBorderAnimation;
}
.stages__circle span:nth-child(3) {
  border-style: dashed;
  animation: 3s ease-in-out 2.25s infinite normal none running circleBorderAnimation;
}
.stages__circle span:nth-child(3) {
  border-style: double;
  border-width: 3px;
  animation: 3s ease-in-out 3s infinite normal none running circleBorderAnimation;
}
.stages__item-content {
  position: absolute;
  top: 50%;
  padding-top: 50px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .stages__item-content {
    position: static;
    padding-top: 0;
    padding-left: 0;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .stages__item-content {
    text-align: left;
  }
}
.stages__item_top .stages__item-content {
  transform: translateY(-100%);
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .stages__item_top .stages__item-content {
    transform: none;
    text-align: left;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .stages__item_top .stages__circle {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .stages__item_top .stages__circle {
    left: 40px;
  }
}
.stages__item-subttl {
  font-family: "Oswald";
  display: none;
}
.stages__item-ttl {
  font-family: "Oswald";
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1920.98px) {
  .stages__item-ttl {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .stages__item-ttl {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .stages__item-ttl {
    font-size: 18px;
  }
}
.stages__item-txt {
  color: #888888;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  line-height: 1.6;
}
@media (min-width: 1920.98px) {
  .stages__item-txt {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .stages__item-txt {
    font-size: 14px;
  }
}

@keyframes circleBorderAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transofrom: scale(2.5);
    transform: scale(2.5);
  }
}
.tech {
  padding: 100px 0;
  position: relative;
}
.tech::before {
  background: url(../img/content_bg.png) top right/contain no-repeat;
  position: absolute;
  width: 100%;
  height: 200%;
  right: 0;
  top: 0;
  display: block;
  opacity: 0.035;
}
@media (max-width: 479.98px) {
  .tech {
    padding: 60px 0;
  }
}
.tech__ttl {
  margin-bottom: 50px;
}
.tech__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 90px 110px;
}
@media (max-width: 1238px) {
  .tech__wrapper {
    gap: 80px;
  }
}
@media (max-width: 767.98px) {
  .tech__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
  }
}
@media (max-width: 479.98px) {
  .tech__wrapper {
    gap: 30px;
  }
}
.tech__item {
  position: relative;
  padding-bottom: 100%;
}
.tech__item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  transform-origin: bottom;
}
.tech__item svg:hover {
  transform: scale(1.1);
}

.scrollbar-track {
  z-index: 10 !important;
}

.scrollbar-track {
  background: rgba(25, 25, 25, 0.8) !important;
}

.scrollbar-thumb {
  background: black !important;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  pointer-events: none;
  color: #fff;
}
.cursor span {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 50%;
}
.cursor._scale-cursor span {
  backdrop-filter: url(filters.svg#filter) invert(800%);
  background: none;
}

._touch .cursor {
  display: none;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.preloader__light {
  width: 100%;
  background: white;
  height: 100%;
  position: relative;
}
.preloader__logo-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__logo {
  font-family: Oswald;
  color: black;
  font-size: 60px;
  font-weight: 500;
  transform: scale(120);
  opacity: 0;
}
.preloader__dark {
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
}