@font-face {
  font-family: 'gothamPro';
  src: local("gothamPro-Regular"), url("../fonts/gothamPro-Regular.eot?") format("eot"), url("../fonts/gothamPro-Regular.woff") format("woff"), url("../fonts/gothamPro-Regular.ttf") format("truetype"), url("../fonts/gothamPro-Regular.svg#gothamPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'gothamPro';
  src: local("gothamPro-Bold"), url("../fonts/gothamPro-Bold.eot?") format("eot"), url("../fonts/gothamPro-Bold.woff") format("woff"), url("../fonts/gothamPro-Bold.ttf") format("truetype"), url("../fonts/gothamPro-Bold.svg#gothamPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'gothamPro';
  src: local("gothamPro-Black"), url("../fonts/gothamPro-Black.eot?") format("eot"), url("../fonts/gothamPro-Black.woff") format("woff"), url("../fonts/gothamPro-Black.ttf") format("truetype"), url("../fonts/gothamPro-Black.svg#gothamPro-Black") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'syncopate';
  src: local("syncopate-Bold"), url("../fonts/syncopate-Bold.eot?") format("eot"), url("../fonts/syncopate-Bold.woff") format("woff"), url("../fonts/syncopate-Bold.ttf") format("truetype"), url("../fonts/syncopate-Bold.svg#syncopate-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  font-family: 'gothamPro', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #769ac7;
}

body {
  background-color: #0e1234;
}

@media (max-width: 1024px) {
  body.homePage {
    overflow: hidden;
  }
}

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

img {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  border: none;
}

a, span, b, strong, i {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

input, textarea, select, button {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, form {
  display: block;
  position: relative;
  text-align: left;
}

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #0e1538;
}

.preloader > svg {
  width: 300px;
  height: 300px;
  animation: preloader_rotate .8s infinite linear;
}

@media (max-width: 768px) {
  .preloader > svg {
    width: 150px;
    height: 150px;
  }
}

@keyframes preloader_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.totalContainer {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  overflow: hidden;
}

.row {
  position: relative;
  display: flex;
}

.col {
  position: relative;
  display: flex;
  flex: 1;
}

.container {
  display: block;
  position: relative;
  text-align: left;
  max-width: 1576px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.title {
  position: relative;
  display: flex;
  justify-content: center;
  user-select: none;
}

@media (max-width: 768px) {
  .title {
    width: 260px;
    margin: 0 auto;
  }
}

.title__block {
  display: block;
  position: relative;
  text-align: left;
}

.title__block h2 {
  background-image: linear-gradient(2deg, #60a1f4, 50%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'syncopate', sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .title__block h2 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .title__block h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

.title__block h3 {
  background-image: linear-gradient(2deg, #60a1f4, 50%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'gothamPro', sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title__block h3 {
    font-size: 19px;
    line-height: 27px;
  }
}

.title__block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #352786;
  border-radius: 100px;
  filter: blur(40px);
}

@media (max-width: 768px) {
  .title__block:before {
    filter: blur(25px);
    opacity: .7;
  }
}

.title--left .title__block h2 {
  text-align: left;
}

@media (max-width: 768px) {
  .title--left .title__block h2 {
    text-align: center;
  }
}

.title--big .title__block h2:first-child {
  font-size: 63px;
  line-height: 59px;
}

@media (max-width: 1024px) {
  .title--big .title__block h2:first-child {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .title--big .title__block h2:first-child {
    font-size: 27px;
    line-height: 37px;
  }
}

.textBox {
  display: block;
  position: relative;
  text-align: left;
}

.textBox p {
  display: block;
  position: relative;
  text-align: left;
  font-size: 17px;
  line-height: 32px;
  color: #b2d0f5;
}

.textBox p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .textBox p:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 1024px) {
  .textBox p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .textBox p {
    font-size: 12px;
    line-height: 26px;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 36px;
  border: none;
  border-radius: 1000px;
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 13px 7px rgba(32, 46, 150, 0.25);
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.button span {
  color: #fff;
  font-size: 14px;
  padding: 0 18px;
  z-index: 1;
}

.button:before, .button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: '';
  transition: opacity 0.2s ease;
}

.button:before {
  background: linear-gradient(68deg, #5261d2, 52%, #4291f3);
}

.button:after {
  background: linear-gradient(68deg, #5e6ee7, 52%, #6aaafa 75%);
  opacity: 0;
}

.button--big {
  height: 46px;
}

@media (max-width: 768px) {
  .button--big {
    height: 36px;
  }
}

.button--big span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .button--big span {
    font-size: 14px;
  }
}

.button--wide span {
  padding: 0 30px;
}

.button:hover {
  box-shadow: 0 4px 13px 10px rgba(32, 46, 150, 0.35);
}

.button:hover:after {
  opacity: 1;
}

.select {
  display: block;
  position: relative;
  text-align: left;
  width: 122px;
  height: 56px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.select select {
  display: none;
}

.select .jq-selectbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.select .jq-selectbox__select {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 12px 12px 0 0;
  user-select: none;
}

.select .jq-selectbox__select-text {
  position: relative;
  display: flex;
  background-image: url(../images/languages.svg);
  background-size: 18px auto;
  background-position: 25px center;
  background-repeat: no-repeat;
  min-width: 79px;
  height: 20px;
  align-items: center;
  padding: 0 7px 0 52px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bedafc;
}

.select .jq-selectbox__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 100%;
}

.select .jq-selectbox__trigger-arrow {
  background-image: url(../images/arrow-drop-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  width: 10px;
  height: 8px;
  transition: transform 0.2s;
}

.select .jq-selectbox__dropdown {
  position: absolute;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 0 0 12px 12px;
  background-color: rgba(35, 40, 83, 0.8);
}

.select .jq-selectbox__dropdown ul {
  display: block;
  position: relative;
  text-align: left;
  overflow: auto;
  max-height: 200px;
}

.select .jq-selectbox__dropdown ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .15s, color .15s;
  color: #769ac7;
}

.select .jq-selectbox__dropdown ul li:hover {
  color: #bbc8e8;
  background-color: rgba(45, 66, 157, 0.5);
}

.select .jq-selectbox__dropdown ul li.sel {
  color: #fff;
  background-color: #2d429d;
}

.select .jq-selectbox.opened {
  z-index: 10 !important;
}

.select .jq-selectbox.opened .jq-selectbox__select {
  background-color: rgba(35, 40, 83, 0.8);
}

.select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
}

.select--navMenu {
  margin: 0;
}

@media (max-width: 480px) {
  .select--navMenu {
    width: 105px;
  }
}

.select--navMenu .jq-selectbox__select {
  border-radius: 0 0 12px 12px;
}

@media (max-width: 480px) {
  .select--navMenu .jq-selectbox__select-text {
    padding: 0 8px 0 38px;
    background-position: 13px center;
  }
}

.select--navMenu .jq-selectbox__dropdown {
  border-radius: 12px 12px 0 0;
}

.fon {
  background-image: url(../images/fon.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 2500px) {
  .fon {
    left: 50%;
    width: 2500px;
    margin-left: -1250px;
  }
}

@media (max-width: 768px) {
  .fon {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

.fon__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .fon__container {
    height: 100% !important;
  }
}

.fon__cont {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .15s ease-out;
}

@media (max-width: 1024px) {
  .fon__cont {
    transform: translate3d(0, 0, 0) translate(0, 0) !important;
  }
}

.fon__box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .fon__box {
    transform: translateY(0) !important;
  }
}

.fon__box-top--1 .fon__cont {
  background-image: url(../images/fon/top-1.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .fon__box-top--1 .fon__cont {
    background-image: url(../images/fon/top-1-mobile.png);
    background-size: 1300px auto;
    background-position: 0 200px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 480px) {
  .fon__box-top--1 .fon__cont {
    background-position: -150px 300px;
    background-size: 1300px auto;
  }
}

.fon__box-top--2 .fon__cont {
  background-image: url(../images/fon/top-2.png);
  background-size: 1928px auto;
  background-position: center top 136px;
  background-repeat: no-repeat;
  left: auto;
  right: -289px;
}

@media (max-width: 768px) {
  .fon__box-top--2 .fon__cont {
    display: none;
  }
}

.fon__box-top--3 .fon__cont {
  background-image: url(../images/fon/top-3.png);
  background-size: 1105px auto;
  background-position: center top 40px;
  background-repeat: no-repeat;
  left: auto;
  right: -573px;
}

@media (max-width: 1200px) {
  .fon__box-top--3 .fon__cont {
    right: -520px;
    background-size: 900px auto;
  }
}

@media (max-width: 1024px) {
  .fon__box-top--3 .fon__cont {
    right: auto;
    background-size: 615px auto;
    background-position: center top 20px;
  }
}

@media (max-width: 768px) {
  .fon__box-planet {
    display: none;
  }
}

.fon__box-planet--1 .fon__cont {
  background-image: url(../images/fon/planet-1.png);
  background-size: 1551px auto;
  background-position: right 0 top 30%;
  background-repeat: no-repeat;
  opacity: .8;
}

.fon__box-planet--2 .fon__cont {
  background-image: url(../images/fon/planet-2.png);
  background-size: 1883px auto;
  background-position: right 0 top 6%;
  background-repeat: no-repeat;
}

.fon__box-planet--3 .fon__cont {
  background-image: url(../images/fon/planet-3.png);
  background-size: 494px auto;
  background-position: left 0 top 20%;
  background-repeat: no-repeat;
  opacity: .9;
}

@media (max-width: 768px) {
  .fon__box-cloud {
    display: none;
  }
}

.fon__box-cloud--1 .fon__cont {
  background-image: url(../images/fon/cloud-1.png);
  background-size: 1944px auto;
  background-position: left 0 top 39%;
  background-repeat: no-repeat;
  opacity: .8;
}

.fon__box-cloud--2 .fon__cont {
  background-image: url(../images/fon/cloud-2.png);
  background-size: 2459px auto;
  background-position: left 0 top 56%;
  background-repeat: no-repeat;
  top: 6%;
  opacity: .4;
}

.fon__box-cloud--3 .fon__cont {
  background-image: url(../images/fon/cloud-3.png);
  background-size: 2500px auto;
  background-position: left 0 top 105%;
  background-repeat: no-repeat;
  top: 5%;
  opacity: .8;
}

.fon__box-cloud--4 .fon__cont {
  background-image: url(../images/fon/cloud-4.png);
  background-size: 2500px auto;
  background-position: right 0 top 111%;
  background-repeat: no-repeat;
  top: 15%;
  opacity: .8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  user-select: none;
}

.header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  content: '';
  background: linear-gradient(#0b1742, 85%, rgba(11, 23, 66, 0));
  opacity: 0;
  transition: opacity .4s ease;
}

@media (max-width: 1440px) {
  .header:before {
    height: 90px;
    background: linear-gradient(#0b1742, 80%, rgba(11, 23, 66, 0));
  }
}

.header .container {
  max-width: 1888px;
  height: auto;
}

.header__row {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__col {
  position: relative;
  display: flex;
  align-items: center;
  height: 96px;
}

.header__col:nth-child(1) {
  padding-top: 31px;
  min-width: 355px;
}

@media (max-width: 1480px) {
  .header__col:nth-child(1) {
    min-width: 250px;
  }
}

@media (max-width: 1440px) {
  .header__col:nth-child(1) {
    justify-content: center;
    width: 100%;
    min-width: auto;
    height: 55px;
    padding-top: 0;
  }
}

.header__col:nth-child(2) {
  padding-top: 50px;
  justify-content: center;
}

@media (max-width: 1440px) {
  .header__col:nth-child(2) {
    display: none;
  }
}

.header__col:nth-child(3) {
  justify-content: flex-end;
  min-width: 350px;
  padding-top: 33px;
  opacity: 1;
  transition: opacity .85s ease;
}

@media (max-width: 1480px) {
  .header__col:nth-child(3) {
    min-width: 340px;
  }
}

@media (max-width: 1440px) {
  .header__col:nth-child(3) {
    display: none;
  }
}

.header__logo {
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 263px;
  height: 45px;
}

@media (max-width: 1440px) {
  .header__logo {
    width: 177px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    margin-left: -6px;
  }
}

.header__nav {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: -9px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1440px) {
  .header__nav {
    display: flex;
  }
}

.header__nav span {
  display: block;
  position: relative;
  text-align: left;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background-color: #bedafc;
  border-radius: 10px;
}

.header__powerOnOff {
  background-image: url(../images/power-on-off.svg);
  background-size: 19px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
  top: 8px;
  right: -5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1440px) {
  .header__powerOnOff {
    display: block;
  }
}

.header__menu {
  position: relative;
  display: flex;
}

.header__menu li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0 19px;
}

@media (max-width: 1480px) {
  .header__menu li {
    padding: 0 15px;
  }
}

.header__menu li.active a, .header__menu li.active span {
  color: #fff;
}

.header__menu li.active a:after, .header__menu li.active span:after {
  width: 100%;
  box-shadow: 0 4px 13px 7px rgba(32, 46, 150, 0.25);
}

.header__menu a, .header__menu span {
  padding-bottom: 16px;
  text-decoration: none;
  font-size: 18px;
  color: #bedafc;
  transition: color 0.2s;
  cursor: pointer;
}

.header__menu a:after, .header__menu span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 100px;
  content: '';
  background: linear-gradient(90deg, #5261d2, 50%, #4291f3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: width 0.2s ease, box-shadow 0.2s ease;
}

.header__menu a:hover, .header__menu span:hover {
  color: #fff;
}

.header__menu a:hover:after, .header__menu span:hover:after {
  width: 100%;
  box-shadow: 0 4px 13px 7px rgba(32, 46, 150, 0.25);
}

.header__button {
  position: relative;
  display: flex;
}

.header__button .button {
  margin-left: 10px;
}

.header .select {
  margin-right: 15px;
}

@media (max-width: 1480px) {
  .header .select {
    margin-right: 0;
  }
}

.header.shadow:before {
  opacity: 1;
}

.navMenu {
  background-image: url(../images/nav-menu-fon.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  user-select: none;
  background-color: #12193a;
  transform: translateX(-100%);
  transition: transform .3s ease;
}

.navMenu__head {
  position: relative;
  display: flex;
  align-items: center;
  height: 57px;
  padding: 0 20px 0 67px;
}

.navMenu__head-title {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.navMenu__head-title span {
  background-image: linear-gradient(5deg, #bcd4f8, 55%, #d7e7fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'syncopate', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}

.navMenu__head-title:before {
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  content: '';
  background-color: #352786;
  filter: blur(15px);
  opacity: .7;
}

.navMenu__head-nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 7px;
  left: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
}

.navMenu__head-nav span {
  display: block;
  position: relative;
  text-align: left;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background-color: #bedafc;
  border-radius: 10px;
}

.navMenu__head-close {
  background-image: url(../images/close.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.navMenu__body {
  position: relative;
  display: flex;
  flex-direction: column;
}

.navMenu__body-list {
  display: block;
  position: relative;
  text-align: left;
}

.navMenu__body-list li {
  display: block;
  position: relative;
  text-align: left;
}

.navMenu__body-list li.active a, .navMenu__body-list li.active span {
  color: #fff;
  background: linear-gradient(90deg, #1d295f, 50%, #23356b);
}

.navMenu__body-list a, .navMenu__body-list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px 0 67px;
  font-family: 'syncopate', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #88abd7;
  cursor: pointer;
}

.navMenu__foot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin: auto 0 0 0;
  padding: 0 15px;
  background: linear-gradient(190deg, #1b203e, 50%, #171d38);
}

.navMenu__foot-button {
  position: relative;
  display: flex;
  margin-right: 10px;
}

@media (max-width: 338px) {
  .navMenu__foot-button .button {
    min-width: 75px;
  }
  .navMenu__foot-button .button span {
    padding: 0 10px;
  }
}

.navMenu__foot-button .button:not(:last-child) {
  margin-right: 10px;
}

.navMenu.active {
  transform: translateX(0);
}

.aboutUs {
  display: block;
  position: relative;
  text-align: left;
  padding: 216px 0 80px 0;
}

@media (max-width: 1024px) {
  .aboutUs {
    padding: 420px 0 0 0;
  }
}

@media (max-width: 768px) {
  .aboutUs {
    padding: 382px 0 0 0;
  }
}

.aboutUs__content {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 770px;
}

@media (max-width: 768px) {
  .aboutUs__content {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}

.aboutUs__content .title {
  margin-bottom: 22px;
}

@media (max-width: 1024px) {
  .aboutUs__content .title {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .aboutUs__content .title {
    width: 330px;
    margin-bottom: 7px;
  }
}

.aboutUs__content .title h2 {
  line-height: 54px;
}

@media (max-width: 1024px) {
  .aboutUs__content .title h2 {
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .aboutUs__content .title h2 {
    line-height: 32px;
  }
}

.aboutUs__content .title__block:before {
  width: auto;
  right: 110px;
  background-color: rgba(53, 39, 134, 0.9);
  filter: blur(40px);
}

@media (max-width: 768px) {
  .aboutUs__content .title__block:before {
    top: -20px;
    bottom: -150px;
    left: -100px;
    right: -100px;
    height: auto;
    background-color: rgba(53, 39, 134, 0.8);
    filter: blur(40px);
  }
}

.aboutUs__content .textBox p {
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .aboutUs__content .textBox p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .aboutUs__content .textBox p {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
  }
}

.aboutUs__content .textBox p:not(:last-child) {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .aboutUs__content .textBox p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.aboutUs__content .button {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .aboutUs__content .button {
    margin: 24px auto 0 auto;
  }
}

.aboutUs__content .button span {
  padding: 0 29px;
}

@media (max-width: 768px) {
  .aboutUs__content .button span {
    padding: 0 20px;
  }
}

.aboutUs__successes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 62px;
}

@media (max-width: 768px) {
  .aboutUs__successes {
    padding-top: 229px;
  }
}

.aboutUs__successes .title {
  margin-bottom: 15px;
  max-width: 580px;
}

@media (max-width: 768px) {
  .aboutUs__successes .title {
    max-width: none;
    width: 330px;
    max-width: none;
    margin-bottom: 8px;
  }
}

@media (max-width: 420px) {
  .aboutUs__successes .title {
    width: 100%;
  }
}

.aboutUs__successes .button {
  margin-top: 132px;
}

@media (max-width: 768px) {
  .aboutUs__successes .button {
    margin-top: 97px;
  }
}

.aboutUs__successes .button span {
  padding: 0 29px;
}

@media (max-width: 768px) {
  .aboutUs__successes .button span {
    padding: 0 20px;
  }
}

.aboutUs__successes-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
}

.aboutUs__successes-info {
  display: block;
  position: relative;
  text-align: center;
}

.aboutUs__successes-info span {
  font-size: 17px;
  color: #769ac7;
}

@media (max-width: 768px) {
  .aboutUs__successes-info span {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
  }
}

.aboutUs__successes-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #352786;
  border-radius: 100px;
  filter: blur(30px);
}

@media (max-width: 768px) {
  .aboutUs__successes-info:before {
    background-color: rgba(53, 39, 134, 0.6);
    filter: blur(35px);
  }
}

.aboutUs__graph {
  display: block;
  position: relative;
  text-align: left;
  width: 614px;
  height: 130px;
  margin: 45px 0 0 10px;
}

@media (max-width: 768px) {
  .aboutUs__graph {
    width: 280px;
    height: 90px;
    margin: 0 0 0 10px;
  }
}

.aboutUs__graph-fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

@media (min-width: 1024px) {
  .aboutUs__graph-fon {
    transition: width 1s ease;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .aboutUs__graph-fon {
    background-image: url(../images/aboutUs-successes/strip-mobile.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
}

.aboutUs__graph-fon:before {
  background-image: url(../images/aboutUs-successes/strip.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 614px;
  height: 100%;
  content: '';
}

@media (max-width: 768px) {
  .aboutUs__graph-fon:before {
    display: none;
  }
}

.aboutUs__graph-cont {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutUs__graph-box {
  position: absolute;
  display: block;
  width: 180px;
}

@media (min-width: 1024px) {
  .aboutUs__graph-box {
    transition: opacity .6s ease;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .aboutUs__graph-box {
    width: 120px;
  }
}

.aboutUs__graph-box:before {
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../images/aboutUs-successes/point.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 81px;
  height: 81px;
  content: '';
}

@media (max-width: 768px) {
  .aboutUs__graph-box:before {
    display: none;
  }
}

.aboutUs__graph-box:nth-child(1) {
  top: 30px;
  left: -72px;
}

@media (min-width: 1024px) {
  .aboutUs__graph-box:nth-child(1) {
    transition-delay: .1s;
  }
}

@media (max-width: 768px) {
  .aboutUs__graph-box:nth-child(1) {
    top: 80px;
    left: -32px;
  }
}

.aboutUs__graph-box:nth-child(1):before {
  margin: 0 auto -8px auto;
  transform: translateX(7px);
}

.aboutUs__graph-box:nth-child(2) {
  top: 60px;
  left: 214px;
}

@media (min-width: 1024px) {
  .aboutUs__graph-box:nth-child(2) {
    transition-delay: .4s;
  }
}

@media (max-width: 768px) {
  .aboutUs__graph-box:nth-child(2) {
    top: 80px;
    left: 73px;
  }
}

.aboutUs__graph-box:nth-child(2):before {
  margin: 0 auto 1px auto;
  transform: translateX(3px);
}

.aboutUs__graph-box:nth-child(3) {
  top: -14px;
  right: -45px;
  width: 120px;
}

@media (min-width: 1024px) {
  .aboutUs__graph-box:nth-child(3) {
    transition-delay: .7s;
  }
}

@media (max-width: 768px) {
  .aboutUs__graph-box:nth-child(3) {
    top: 80px;
    right: -4px;
    width: 70px;
  }
}

.aboutUs__graph-box:nth-child(3):before {
  margin: 0 auto -1px auto;
  transform: translateX(2px);
}

.aboutUs__graph-title {
  background-image: linear-gradient(2deg, #82aef1, 50%, #99bef3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .aboutUs__graph-title {
    font-size: 26px;
  }
}

.aboutUs__graph-value {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #7393f9;
}

@media (max-width: 768px) {
  .aboutUs__graph-value {
    margin-top: 7px;
    font-size: 11px;
    line-height: 15px;
  }
}

.aboutUs__graph.active .aboutUs__graph-fon {
  width: 100%;
}

.aboutUs__graph.active .aboutUs__graph-box {
  opacity: 1;
}

.targetSpheres {
  display: block;
  position: relative;
  text-align: left;
  padding: 111px 0 80px 0;
}

@media (max-width: 768px) {
  .targetSpheres {
    padding: 93px 0 0 0;
  }
}

.targetSpheres .container {
  max-width: 1092px;
  height: auto;
}

@media (max-width: 768px) {
  .targetSpheres .title {
    width: 326px;
  }
}

@media (max-width: 420px) {
  .targetSpheres .title {
    width: 100%;
  }
}

.targetSpheres .textBox {
  max-width: 850px;
  margin: 22px auto 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .targetSpheres .textBox {
    margin: 13px auto 0 auto;
  }
}

.targetSpheres .textBox * {
  text-align: center;
}

.targetSpheres__block {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 77px;
}

@media (max-width: 768px) {
  .targetSpheres__block {
    margin: -110px -24px 0 -24px;
    padding: 150px 0 5px 0;
  }
}

.targetSpheres__wrapper {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (max-width: 768px) {
  .targetSpheres__wrapper {
    cursor: all-scroll;
  }
}

@media (max-width: 768px) {
  .targetSpheres__wrapper .slick-list {
    overflow: visible !important;
  }
}

.targetSpheres__wrapper .slick-dots {
  display: none;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .targetSpheres__wrapper .slick-dots {
    position: relative;
    display: flex;
  }
}

.targetSpheres__wrapper .slick-dots li {
  display: block;
  position: relative;
  text-align: left;
  margin: 0 7px;
}

.targetSpheres__wrapper .slick-dots li.slick-active button {
  background-color: white;
  transform: scale(1.3);
}

.targetSpheres__wrapper .slick-dots li button {
  display: block;
  position: relative;
  text-align: left;
  width: 6px;
  height: 6px;
  overflow: hidden;
  border-radius: 1000px;
  border: none;
  color: transparent;
  background-color: rgba(167, 207, 251, 0.4);
  transition: background-color .25s ease, transform .25s ease;
  cursor: pointer;
}

.targetSpheres__unit {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.targetSpheres__unit:not(:last-child) {
  min-height: 281px;
  padding-bottom: 59px;
}

@media (max-width: 768px) {
  .targetSpheres__unit:not(:last-child) {
    min-height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .targetSpheres__unit {
    z-index: 0 !important;
    transition-timing-function: ease-in-out !important;
    user-select: none;
  }
  .targetSpheres__unit.slick-active {
    z-index: 1 !important;
  }
}

.targetSpheres__box {
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  .targetSpheres__box {
    display: block;
    position: relative;
    text-align: left;
  }
}

.targetSpheres__box-bubble {
  background-image: url(../images/target-spheres/bubble.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  text-align: left;
  min-width: 205px;
  height: 202px;
}

.targetSpheres__box-bubble:before, .targetSpheres__box-bubble:after {
  content: '';
}

.targetSpheres__box-bubble:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.targetSpheres__box-bubble:after {
  background-image: url(../images/target-spheres/bubble-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -164px;
  left: -156px;
  width: 465px;
  height: 522px;
}

@media (max-width: 768px) {
  .targetSpheres__box-bubble:after {
    left: 50%;
    margin-left: -260px;
  }
}

.targetSpheres__box-bubble--commerce:before {
  background-image: url(../images/target-spheres/commerce.png);
  background-size: 103px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.targetSpheres__box-bubble--luxury:before {
  background-image: url(../images/target-spheres/luxury.png);
  background-size: 109px auto;
  background-position: center 56px;
  background-repeat: no-repeat;
}

.targetSpheres__box-bubble--remittance:before {
  background-image: url(../images/target-spheres/remittance.png);
  background-size: 106px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.targetSpheres__box-bubble--gaming:before {
  background-image: url(../images/target-spheres/gaming.png);
  background-size: 119px auto;
  background-position: center 54px;
  background-repeat: no-repeat;
}

.targetSpheres__box-cont {
  display: block;
  position: relative;
  text-align: left;
  padding: 3px 20px 0 43px;
}

@media (max-width: 768px) {
  .targetSpheres__box-cont {
    position: relative;
    display: flex;
    padding: 25px 26px 0 26px;
    flex-direction: column;
    align-items: center;
  }
}

.targetSpheres__box-title {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  margin: 0 0 27px 3px;
}

@media (max-width: 768px) {
  .targetSpheres__box-title {
    margin: 0 0 12px 0;
  }
}

.targetSpheres__box-title h4 {
  background-image: linear-gradient(0deg, #a5c6f6, 10%, #cedffa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .targetSpheres__box-title h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .targetSpheres__box-title h4 {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
  }
}

.targetSpheres__box-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #352786;
  border-radius: 100px;
  filter: blur(25px);
}

@media (max-width: 768px) {
  .targetSpheres__box-title:before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    filter: blur(35px);
  }
}

.targetSpheres__box-list {
  display: block;
  position: relative;
  text-align: left;
}

.targetSpheres__box-list li {
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../images/list-arrow.png);
  background-size: 22px auto;
  background-position: 0 1px;
  background-repeat: no-repeat;
  min-height: 22px;
  padding-left: 32px;
  font-size: 17px;
  line-height: 25px;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1024px) {
  .targetSpheres__box-list li {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 768px) {
  .targetSpheres__box-list li {
    font-size: 12px;
    line-height: 25px;
    background-position: 0 3px;
  }
}

.targetSpheres__box-list li:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .targetSpheres__box-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.targetSpheres__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

@media (max-width: 768px) {
  .targetSpheres__button {
    margin-top: 26px;
  }
}

.targetSpheres__button .button {
  min-width: 260px;
}

@media (max-width: 768px) {
  .targetSpheres__button .button {
    min-width: 172px;
  }
}

.api {
  display: block;
  position: relative;
  text-align: left;
  padding: 110px 0 80px 0;
}

@media (max-width: 1024px) {
  .api {
    padding: 100px 0 40px 0;
  }
}

@media (max-width: 768px) {
  .api {
    padding: 93px 0 0 0;
  }
}

.api .title {
  max-width: 620px;
  margin: 0 auto;
}

.api .title__block:before {
  width: auto;
  left: 10px;
  right: 10px;
  background-color: rgba(53, 39, 134, 0.7);
  filter: blur(35px);
}

.api__cube {
  display: block;
  position: relative;
  text-align: left;
  margin-top: -150px;
  left: 19px;
}

@media (max-width: 1024px) {
  .api__cube {
    margin-top: -230px;
  }
}

@media (max-width: 768px) {
  .api__cube {
    margin-top: -264px;
    left: 0;
  }
}

.api__cube-layers {
  display: block;
  position: relative;
  text-align: left;
  width: 1200px;
  height: 945px;
  left: 50%;
  margin-left: -600px;
}

@media (max-width: 1200px) {
  .api__cube-layers {
    width: 1000px;
    height: 850px;
    margin-left: -500px;
  }
}

@media (max-width: 1024px) {
  .api__cube-layers {
    width: 800px;
    height: 840px;
    margin-left: -400px;
  }
}

.api__cube-block {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/api/cube.png);
  background-size: 1620px auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .api__cube-block {
    transition: transform 1.4s ease, opacity 1s ease;
    transform: scale(0.1);
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .api__cube-block {
    background-size: 1220px auto;
  }
}

@media (max-width: 1024px) {
  .api__cube-block {
    background-size: 845px auto;
  }
}

.api__cube-shadow {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/api/cube-shadow.png);
  background-size: 1503px 988px;
  background-position: center 120px;
  background-repeat: no-repeat;
  height: 1100px;
  left: -10px;
}

@media (min-width: 1024px) {
  .api__cube-shadow {
    transition: opacity 1s ease;
    transition-delay: .4s;
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .api__cube-shadow {
    background-size: 1203px auto;
  }
}

@media (max-width: 1024px) {
  .api__cube-shadow {
    background-size: 880px auto;
    background-position: center 230px;
  }
}

.api__cube-cont {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .api__cube-cont {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-width: 335px !important;
    margin: -246px auto 0 auto !important;
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .api__cube-cont {
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}

.api__cube-box {
  position: absolute;
  width: 100%;
}

@media (min-width: 1024px) {
  .api__cube-box {
    transition: opacity 1s ease;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .api__cube-box {
    transition-delay: 0s !important;
  }
}

@media (max-width: 768px) {
  .api__cube-box {
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .api__cube-box:not(:last-child) {
    margin-bottom: 18px !important;
  }
  .api__cube-box h4, .api__cube-box p {
    text-align: left !important;
  }
}

.api__cube-box:before {
  background-image: url(../images/api/point.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 50px;
  content: '';
}

@media (max-width: 1024px) {
  .api__cube-box:before {
    width: 31px;
    height: 25px;
  }
}

@media (max-width: 768px) {
  .api__cube-box:before {
    top: -5px !important;
    right: auto !important;
    left: -34px !important;
  }
}

.api__cube-box:nth-child(1) {
  top: 361px;
  left: 50%;
  margin-left: -569px;
  max-width: 260px;
  transition-delay: .4s;
}

@media (max-width: 1200px) {
  .api__cube-box:nth-child(1) {
    top: 300px;
    margin-left: -520px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(1) {
    max-width: 200px;
    top: 365px;
    margin-left: -395px;
  }
}

.api__cube-box:nth-child(1):before {
  top: -17px;
  right: -74px;
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(1):before {
    top: -5px;
    right: -38px;
  }
}

.api__cube-box:nth-child(1) h4, .api__cube-box:nth-child(1) p {
  text-align: right;
}

.api__cube-box:nth-child(2) {
  top: 555px;
  left: 50%;
  margin-left: -630px;
  max-width: 290px;
  transition-delay: .7s;
}

@media (max-width: 1200px) {
  .api__cube-box:nth-child(2) {
    top: 470px;
    margin-left: -505px;
    max-width: 230px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(2) {
    top: 480px;
    margin-left: -400px;
  }
}

.api__cube-box:nth-child(2):before {
  top: -16px;
  right: -80px;
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(2):before {
    top: -5px;
    right: -38px;
  }
}

.api__cube-box:nth-child(2) h4, .api__cube-box:nth-child(2) p {
  text-align: right;
}

.api__cube-box:nth-child(3) {
  top: 360px;
  right: 50%;
  margin-right: -582px;
  max-width: 310px;
  transition-delay: 1s;
}

@media (max-width: 1200px) {
  .api__cube-box:nth-child(3) {
    top: 308px;
    margin-right: -490px;
    max-width: 270px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(3) {
    top: 367px;
    margin-right: -345px;
    max-width: 200px;
  }
}

.api__cube-box:nth-child(3):before {
  top: -16px;
  left: -79px;
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(3):before {
    top: -5px;
    left: -38px;
  }
}

.api__cube-box:nth-child(3) h4, .api__cube-box:nth-child(3) p {
  text-align: left;
}

.api__cube-box:nth-child(4) {
  top: 554px;
  right: 50%;
  margin-right: -540px;
  max-width: 220px;
  transition-delay: 1.3s;
}

@media (max-width: 1200px) {
  .api__cube-box:nth-child(4) {
    top: 470px;
    margin-right: -450px;
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(4) {
    top: 480px;
    margin-right: -355px;
  }
}

.api__cube-box:nth-child(4):before {
  top: -15px;
  left: -76px;
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(4):before {
    top: -5px;
    left: -38px;
  }
}

.api__cube-box:nth-child(4) h4, .api__cube-box:nth-child(4) p {
  text-align: left;
}

.api__cube-box:nth-child(5) {
  position: relative;
  display: block;
  max-width: 660px;
  margin: 0 auto;
  top: 780px;
  left: -18px;
  transition-delay: 1.6s;
}

@media (max-width: 1200px) {
  .api__cube-box:nth-child(5) {
    top: 690px;
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box:nth-child(5) {
    top: 610px;
    max-width: 380px;
  }
}

.api__cube-box:nth-child(5):before {
  display: none;
}

@media (max-width: 768px) {
  .api__cube-box:nth-child(5):before {
    display: block;
  }
}

.api__cube-box:nth-child(5) h4 {
  text-align: center;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .api__cube-box:nth-child(5) h4 {
    margin-bottom: 4px;
  }
}

.api__cube-box:nth-child(5) p {
  text-align: center;
  letter-spacing: 0;
}

.api__cube-box h4 {
  background-image: linear-gradient(2deg, #8bb6f1, 25%, #a1c3f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media (max-width: 1480px) {
  .api__cube-box h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box h4 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 3px;
  }
}

.api__cube-box p {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #8cb2e1;
}

@media (max-width: 1480px) {
  .api__cube-box p {
    font-size: 15px;
    line-height: 31px;
  }
}

@media (max-width: 1024px) {
  .api__cube-box p {
    font-size: 12px;
    line-height: 25px;
  }
}

.api__cube.active .api__cube-block {
  transform: scale(1);
  opacity: 1;
}

.api__cube.active .api__cube-shadow {
  opacity: 1;
}

.api__cube.active .api__cube-box {
  opacity: 1;
}

.api__button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .api__button {
    transition: opacity 1s ease;
    transition-delay: 2.5s;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .api__button {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .api__button {
    margin-top: 22px;
  }
}

.api__button .button {
  min-width: 260px;
}

@media (max-width: 768px) {
  .api__button .button {
    min-width: 150px;
  }
}

.api__button.active {
  opacity: 1;
}

.prices {
  display: block;
  position: relative;
  text-align: left;
  padding: 112px 0 80px 0;
}

@media (max-width: 1024px) {
  .prices {
    padding: 100px 0 40px 0;
  }
}

@media (max-width: 768px) {
  .prices {
    padding: 93px 0 0 0;
  }
}

.prices .title {
  max-width: 610px;
  margin: 0 auto;
}

.prices .textBox {
  max-width: 560px;
  margin: 10px auto 0 auto;
}

@media (max-width: 768px) {
  .prices .textBox {
    max-width: 330px;
    margin: 9px auto 0 auto;
  }
}

.prices .textBox p {
  text-align: center;
  color: #a6cbfa;
}

.prices__block {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 83px auto 0 auto;
}

@media (max-width: 1024px) {
  .prices__block {
    width: 100%;
    max-width: none;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .prices__block {
    display: block;
    margin-top: 28px;
  }
}

.prices__unit {
  display: block;
  position: relative;
  text-align: left;
  flex: 1;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .prices__unit {
    padding: 0 8px;
  }
}

@media (max-width: 768px) {
  .prices__unit {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .prices__unit {
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .prices__unit:not(:last-child) {
    margin: 0 auto 9px auto;
  }
}

.prices__unit:nth-child(2) .prices__box {
  transform: translateY(-20px);
}

@media (max-width: 768px) {
  .prices__unit:nth-child(2) .prices__box {
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .prices__unit:nth-child(2) .prices__box-valueInfo {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .prices__unit:nth-child(2) .prices__box-valueInfo {
    margin-left: 0;
  }
}

.prices__unit:nth-child(2) .prices__box:before {
  opacity: .75;
}

.prices__unit:nth-child(2) .prices__box-button {
  opacity: 1;
}

.prices__cont {
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.prices__cont:hover .prices__box:before {
  box-shadow: 1px 1px 1px 0 rgba(163, 179, 240, 0.3) inset, 16px 16px 28px 0 rgba(77, 106, 216, 0.4) inset, 0 -14px 22px 10px rgba(53, 42, 154, 0.65);
}

.prices__cont:hover .prices__box-button {
  opacity: 1;
}

.prices__box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 353px;
  padding: 33px 20px 41px 20px;
}

@media (max-width: 768px) {
  .prices__box {
    min-height: auto;
    padding: 25px 15px 29px 15px;
  }
}

.prices__box:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #161d56, #3845b0);
  box-shadow: 1px 1px 1px 0 rgba(163, 179, 240, 0.2) inset, 16px 16px 28px 0 rgba(77, 106, 216, 0.2) inset, 0 -14px 21px 8px rgba(53, 42, 154, 0.3);
  border-radius: 25px;
  opacity: .95;
  content: '';
  transition: box-shadow 0.4s ease;
}

@media (max-width: 768px) {
  .prices__box:before {
    opacity: .8 !important;
  }
}

.prices__box-title {
  display: block;
  position: relative;
  text-align: center;
  background-image: linear-gradient(2deg, #a3c2f3, 25%, #c0d7f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .prices__box-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .prices__box-title {
    font-size: 19px;
    line-height: 27px;
  }
}

.prices__box-value {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 76px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .prices__box-value {
    min-height: 55px;
    margin-top: 7px;
  }
}

.prices__box-valueInfo {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 8px;
}

.prices__box-valueInfo:before {
  position: absolute;
  top: 5px;
  height: 50px;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(38, 57, 192, 0.5);
  border-radius: 100px;
  filter: blur(20px);
}

.prices__box-valueInfo span {
  display: block;
  position: relative;
  text-align: center;
  background-image: linear-gradient(20deg, #8bb8f1, 50%, #5362dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 47px;
  line-height: 60px;
}

@media (max-width: 1024px) {
  .prices__box-valueInfo span {
    font-size: 40px;
    line-height: 53px;
  }
}

@media (max-width: 768px) {
  .prices__box-valueInfo span {
    font-size: 35px;
    line-height: 48px;
  }
}

.prices__box-valueInfo b {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -52px;
  width: 50px;
  height: 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fefefe;
  background: linear-gradient(10deg, #5a68cd, #8ebbf4);
}

.prices__box-text {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .prices__box-text {
    max-width: 170px;
  }
}

.prices__box-text p {
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 1024px) {
  .prices__box-text p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .prices__box-text p {
    font-size: 12px;
    line-height: 21px;
  }
}

.prices__box-button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
  transition: opacity 0.4s ease;
  opacity: .75;
}

@media (max-width: 768px) {
  .prices__box-button {
    margin-top: 14px;
  }
}

.prices__box-button .button {
  min-width: 180px;
}

@media (max-width: 768px) {
  .prices__box-button .button {
    min-width: 144px;
    height: 38px;
  }
}

.prices__box--custom .prices__box-valueInfo span {
  font-size: 43px;
  line-height: 50px;
}

@media (max-width: 1024px) {
  .prices__box--custom .prices__box-valueInfo span {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .prices__box--custom .prices__box-valueInfo span {
    font-size: 35px;
  }
}

.prices__box--custom .prices__box-text {
  max-width: 240px;
}

.faq {
  display: block;
  position: relative;
  text-align: left;
  padding: 112px 0 80px 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .faq {
    padding: 100px 0 40px 0;
  }
}

@media (max-width: 768px) {
  .faq {
    padding: 92px 0 0 0;
  }
}

.faq__block {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 958px;
  margin: 44px auto 0 auto;
}

@media (max-width: 768px) {
  .faq__block {
    margin-top: 20px;
  }
}

.faq__box {
  display: block;
  position: relative;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 -14px 11px 3px rgba(53, 42, 154, 0.3);
}

.faq__box:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .faq__box:not(:last-child) {
    margin-bottom: 7px;
  }
}

.faq__box:before, .faq__box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: '';
  transition: opacity .15s ease;
}

.faq__box:before {
  background: linear-gradient(0deg, #161d56, #3845b0);
  box-shadow: 1px 1px 1px 0 rgba(163, 179, 240, 0.2) inset, 16px 16px 28px 0 rgba(77, 106, 216, 0.2) inset;
  opacity: .8;
}

.faq__box:after {
  background: linear-gradient(0deg, #273074, #5967d5);
  box-shadow: 1px 1px 1px 0 rgba(163, 179, 240, 0.2) inset, 16px 16px 28px 0 rgba(77, 106, 216, 0.2) inset;
  opacity: 0;
}

.faq__box-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 60px 10px 38px;
  cursor: pointer;
  z-index: 1;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .faq__box-title {
    min-height: 49px;
    padding: 14px 70px 14px 28px;
  }
}

.faq__box-title span {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  color: #8cb2e1;
  transform: translate(0, -2px);
  transition: all 0.1s ease;
}

@media (max-width: 768px) {
  .faq__box-title span {
    font-size: 12px;
    line-height: 21px;
  }
}

.faq__box-title:after {
  background-image: url(../images/icon-arrow-up.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 34px;
  width: 16px;
  height: 9px;
  margin-top: -4px;
  content: '';
  opacity: .6;
  transform: rotate(180deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 768px) {
  .faq__box-title:after {
    right: 25px;
    width: 12px;
    height: 7px;
    margin-top: -3px;
  }
}

.faq__box-cont {
  position: relative;
  display: none;
  z-index: 1;
}

.faq__box-text {
  display: block;
  position: relative;
  text-align: left;
  padding: 0 80px 28px 49px;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .faq__box-text {
    padding: 0 80px 20px 27px;
    margin-top: -4px;
  }
}

.faq__box-text p {
  font-size: 16px;
  line-height: 26px;
  color: #8cb2e1;
}

@media (max-width: 768px) {
  .faq__box-text p {
    font-size: 12px;
    line-height: 25px;
  }
}

.faq__box.active:before {
  opacity: 0;
}

.faq__box.active:after {
  opacity: .8;
}

.faq__box.active .faq__box-title span {
  transform: translate(11px, 6px);
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #d6e7ff;
}

@media (max-width: 768px) {
  .faq__box.active .faq__box-title span {
    transform: translate(0, 3px);
    font-size: 15px;
    line-height: 22px;
  }
}

.faq__box.active .faq__box-title:after {
  transform: rotate(0deg);
  opacity: .9;
}

.faq__box.active .faq__box-text {
  opacity: 1;
}

.metaverse {
  display: block;
  position: relative;
  text-align: left;
  padding: 126px 0 80px 0;
  z-index: 1;
  user-select: none;
}

@media (max-width: 1024px) {
  .metaverse {
    padding: 100px 0 40px 0;
  }
}

@media (max-width: 768px) {
  .metaverse {
    padding: 90px 0 0 0;
  }
}

.metaverse .title {
  z-index: 1;
}

.metaverse__block {
  position: relative;
  display: flex;
}

@media (min-width: 1024px) {
  .metaverse__block.active .metaverse__box {
    transform: scale(1);
    opacity: 1;
  }
}

.metaverse__box {
  position: absolute;
}

@media (min-width: 1024px) {
  .metaverse__box {
    transition: transform 1s ease, opacity 1.4s ease;
    transform: scale(0.7);
    opacity: 0;
  }
}

.metaverse__box span {
  background-image: linear-gradient(16deg, #87b2f1, 40%, #d2e4fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .metaverse__box span {
    font-size: 19px;
    line-height: 27px;
  }
}

.metaverse__box--nft {
  background-image: url(../images/metaverse/nft.png);
  background-size: 1389px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 1300px;
  height: 1000px;
  top: -460px;
  left: -322px;
  transition-delay: 0s;
}

@media (max-width: 1480px) {
  .metaverse__box--nft {
    background-size: 100% auto;
    width: 1100px;
    height: 800px;
    top: -300px;
    left: -300px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--nft {
    width: 1015px;
    height: 700px;
    top: -240px;
    left: -277px;
  }
}

@media (max-width: 768px) {
  .metaverse__box--nft {
    left: 50%;
    top: -198px;
    margin-left: -434px;
  }
}

.metaverse__box--nft span {
  width: 160px;
  top: 742px;
  left: 468px;
}

@media (max-width: 1480px) {
  .metaverse__box--nft span {
    top: 600px;
    left: 400px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--nft span {
    width: 140px;
    top: 506px;
    left: 360px;
  }
}

.metaverse__box--realestate {
  background-image: url(../images/metaverse/realestate.png);
  background-size: 1075px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 1000px;
  top: -105px;
  left: 50%;
  margin-left: -505px;
  transition-delay: .3s;
}

@media (max-width: 1480px) {
  .metaverse__box--realestate {
    background-size: 100% auto;
    width: 800px;
    height: 800px;
    top: 0;
    margin-left: -400px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--realestate {
    width: 785px;
    height: 785px;
    top: 30px;
  }
}

@media (max-width: 768px) {
  .metaverse__box--realestate {
    top: 180px;
  }
}

.metaverse__box--realestate span {
  width: 350px;
  top: 789px;
  left: 50%;
  margin-left: -167px;
}

@media (max-width: 1480px) {
  .metaverse__box--realestate span {
    top: 640px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--realestate span {
    width: 170px;
    top: 585px;
    margin-left: -76px;
  }
}

.metaverse__box--speaker {
  background-image: url(../images/metaverse/speaker.png);
  background-size: 714px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 700px;
  height: 700px;
  top: -358px;
  right: -120px;
  transition-delay: .6s;
}

@media (max-width: 1480px) {
  .metaverse__box--speaker {
    background-size: 100% auto;
    width: 560px;
    height: 560px;
    top: -240px;
    right: -100px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--speaker {
    width: 520px;
    height: 520px;
    top: -190px;
    right: -100px;
  }
}

@media (max-width: 768px) {
  .metaverse__box--speaker {
    top: 675px;
    right: auto;
    left: 50%;
    margin-left: -275px;
  }
}

.metaverse__box--speaker span {
  width: 200px;
  top: 641px;
  right: 235px;
}

@media (max-width: 1480px) {
  .metaverse__box--speaker span {
    top: 510px;
    right: 160px;
  }
}

@media (max-width: 1024px) {
  .metaverse__box--speaker span {
    width: 170px;
    top: 464px;
  }
}

.metaverse__button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 812px;
}

@media (min-width: 1024px) {
  .metaverse__button {
    transition: opacity 1s ease;
    transition-delay: 2.5s;
    opacity: 0;
  }
}

@media (max-width: 1480px) {
  .metaverse__button {
    margin-top: 750px;
  }
}

@media (max-width: 1024px) {
  .metaverse__button {
    margin-top: 730px;
  }
}

@media (max-width: 768px) {
  .metaverse__button {
    margin-top: 1235px;
  }
}

.metaverse__button .button {
  min-width: 260px;
}

@media (max-width: 768px) {
  .metaverse__button .button {
    min-width: 176px;
  }
}

.metaverse__button.active {
  opacity: 1;
}

.footer {
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../images/footer/city.png);
  background-size: 100% auto;
  background-position: center top -800px;
  background-repeat: no-repeat;
  height: 2800px;
  margin-top: -1660px;
}

@media (max-width: 4000px) {
  .footer {
    height: 1800px;
    margin-top: -660px;
    background-position: bottom;
  }
}

@media (max-width: 2500px) {
  .footer {
    left: 50%;
    width: 2500px;
    height: 1500px;
    margin: -680px 0 0 -1250px;
    background-size: 2500px auto;
  }
}

@media (max-width: 1024px) {
  .footer {
    height: 1200px;
    margin-top: -300px;
  }
}

@media (max-width: 768px) {
  .footer {
    background-size: 100% auto;
    width: 1080px;
    height: 800px;
    margin: -350px 0 0 -540px;
  }
}

@media (max-width: 480px) {
  .footer {
    background-image: url(../images/footer/city-mobile.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    left: 0;
    margin: -350px 0 0 0;
  }
}

.ios .select--navMenu .jq-selectbox__dropdown {
  bottom: 56px;
}
