@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Clash Display";
  src: url(../fonts/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.woff2) format("woff2"),
    url(../fonts/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.woff) format("woff"),
    url(../fonts/Z3MGHFHX6DCTLQ55LJYRJ5MDCZPMFZU6.ttf) format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Clash Display";
  src: url(../fonts/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff2) format("woff2"),
    url(../fonts/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff) format("woff"),
    url(../fonts/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
* {
  position: relative;
  margin: 0;
  padding: 0;
}
html {
  height: auto;
}
body {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  height: auto;
  position: relative;
  min-height: 600px;
  overflow-x: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #1a01f8;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #1402b7;
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
}
input,
textarea {
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none;
}
img {
  max-width: 100%;
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: initial !important;
  -webkit-transform-origin: 50% 50%;
}
svg {
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
div {
  position: relative;
}
.invert {
  filter: invert(1) !important;
}
.reinvert {
  filter: invert(0) !important;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box {
  width: 100%;
  overflow-x: hidden;
}
.burger-box {
  display: none;
}
.navbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
}

.b-1 {
  background: url(../img/bg-00min.png) no-repeat top center;
  background-size: 1920px;
  width: 1920px;
  height: 7619px;
  position: relative;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  transition: opacity 0.3s;
}
.b-11 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b-111 {
  background: url(../img/bg-222min.png) no-repeat top center;
  background-position-y: 0px;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b-112 {
  background-position-y: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b-1111-old {
  background: url(../img/bg-222-0.svg) no-repeat top center;
  background-position-y: 0px;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation-name: op1;
  animation-name: op1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
@-webkit-keyframes op1 {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes op1 {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.9;
  }
}
.b-1111 {
  background: url(../img/bg-222-0.svg) no-repeat top center;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-2s-1 {
  background: url(../img/bg-2s-1.svg) no-repeat top center;
  background-position-y: 0px;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 15s;
}
.b-2s-2 {
  background: url(../img/bg-2s-2.svg) no-repeat top center;
  background-position-y: 0px;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 15s;
}
.b-2s-3 {
  background: url(../img/bg-2s-3.svg) no-repeat top center;
  background-position-y: 0px;
  background-size: 1920px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 15s;
}
.xx {
  position: absolute;
}
.x-1 {
  left: 357px;
  top: 1152.53px;
  width: 345.84px;
}
.x-2 {
  width: 422px;
  left: 1187px;
  top: 1786px;
}
.x-3 {
  width: 616.27px;
  left: 222px;
  top: 2275px;
}
.x-4 {
  width: 767.09px;
  left: 1014px;
  top: 3253.53px;
  z-index: 4;
}
.x-5 {
  width: 428.05px;
  left: 315px;
  top: 4065px;
}
.x-6 {
  width: 395px;
  left: 1176px;
  top: 4789px;
}
.x-7 {
  width: 385px;
  left: 348px;
  top: 5511px;
  z-index: 4;
}
.clash {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
}
.burger {
  display: inline-flex;
  outline: none;
  height: 46px;
  width: 49px;
  border: 0px;
  padding: 0px;
  background: transparent;
  transition: transform 250ms ease-out;
  cursor: pointer;
  position: relative;
}
.burger:before,
.burger:after {
  content: "";
  width: 49px;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}
.burger:before {
  transform: translateY(-3px);
  top: 18px;
}
.burger:after {
  transform: translateY(3px);
  bottom: 22px;
}
.active.burger:before {
  transform: translateY(2px) rotate(45deg);
}
.active.burger:after {
  transform: translateY(-2px) rotate(-45deg);
}
.menu {
  display: flex;
  justify-content: center;
  margin: auto;
}
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  margin-top: 10px;
}
.nav .link {
  color: #fff;
  text-decoration: none;
  margin: 0 1.5rem;
  border-bottom: solid 2px transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}
.button {
  background: radial-gradient(
    100.67% 100.67% at 6.67% 6%,
    #00113d 0%,
    #c082ff 100%
  );
  border-radius: 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  height: 44px;
  border: solid 2px #b6d0ff;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  background: radial-gradient(
    100.67% 100.67% at 6.67% 6%,
    #042986 0%,
    #b164ff 100%
  );
  border: solid 2px #ccc;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
}
.button2 {
  background: url(../img/button.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  width: 162px;
  height: 44px;
}
.button2:hover,
.button2:focus,
.button2:active {
  text-decoration: none;
  color: #ffffff;
  background: url(../img/button2.png) no-repeat center;
  background-size: contain;
  outline: none;
}
.socio {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/socio-bg.png) no-repeat center;
  background-size: contain;
  margin: 0 10px;
}

.socio:hover {
  background: url(../img/socio-bg-2.png) no-repeat center;
  background-size: contain;
}
.socio-block {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.socio-block-top {
  position: absolute;
  right: 170px;
}
.box-1 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 0;
  padding-top: 110px;
}
.box-1 .text {
  max-width: 778px;
  margin: 0 auto 0;
}
.box-1 .title {
  font-family: "Clash Display";
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.box-1 .text {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  margin-top: 11px;
}
.view-box {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.view-box-1 {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.view-1 {
  height: 110px;
  overflow: hidden;
  transition: all 1s;
}
.view-2 {
  height: 110px;
  overflow: hidden;
  transition: all 1s;
}
.view-3 {
  height: 110px;
  overflow: hidden;
  transition: all 1s;
}
.view-4 {
  height: 110px;
  overflow: hidden;
  transition: all 1s;
}

.character {
  z-index: 20;
}
#character1 image {
  transition: all 0.1s;
}
#mcharacter1 image {
  transition: all 0.1s;
}
.vllabel {
  z-index: 50;
}
.vllabel .count {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #cbcbcb;
  margin-bottom: 10px;
}
.vllabel .title {
  background: conic-gradient(
    from 65.94deg at 10.1% -12.85%,
    rgba(43, 85, 162, 0.757761) -58.32deg,
    #2b55a2 17.02deg,
    #ffffff 75.35deg,
    #1b5ed9 139.86deg,
    rgba(255, 255, 255, 0.501806) 170.65deg,
    rgba(43, 85, 162, 0.609894) 207.01deg,
    #b6d0ff 262.75deg,
    rgba(43, 85, 162, 0.757761) 301.68deg,
    #2b55a2 377.02deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Clash Display";
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.vllabel .text {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #cbcbcb;
}
.vllabel.l-1 {
  position: absolute;
  width: 500px;
  left: 290px;
  top: 1574px;
}
.vllabel.l-2 {
  position: absolute;
  width: 500px;
  left: 1130px;
  top: 2296px;
}
.vllabel.l-3 {
  position: absolute;
  width: 500px;
  left: 290px;
  top: 3024px;
}
.vllabel.l-4 {
  position: absolute;
  width: 500px;
  left: 1145px;
  top: 3751px;
}
.vllabel.l-5 {
  position: absolute;
  width: 500px;
  left: 290px;
  top: 4478.2px;
}
.vllabel.l-6 {
  position: absolute;
  width: 500px;
  left: 1145px;
  top: 5205px;
}
.vllabel.l-7 {
  position: absolute;
  width: 500px;
  left: 290px;
  top: 5932px;
}

.b-2 {
  min-height: 2400px;
  height: 200vh;
  width: 100%;
  margin-top: -1800px;
  padding-bottom: 150px;
  z-index: 1;
}
.b-22 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-22::after {
  content: "";
  position: absolute;
  top: -1500px;
  left: 0;
  width: 100%;
  height: 4000px;
  /*
    border-radius: 1000px;
    background: radial-gradient(50% 50% at 50% 50%, #FF0099 0%, #FF00E0 34.37%, #0028EB 100%);
    filter: blur(500px);
    background-size:3000px;
    background-position: center;
    */
  background: url(../img/b-22.png) no-repeat center;
  background-size: 1920px;
  z-index: -1;
}
.character {
  opacity: 1;
  transition: all 1s;
}
#character2 {
  opacity: 0;
  transition: all 1s;
}
#mcharacter2 {
  opacity: 0;
  transition: all 1s;
}
.mcharacter {
  transition: all 0.2s;
}
.msg {
  opacity: 0;
  z-index: 100;
}
.chw {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.lines {
  width: 100%;
  height: 100%;
  min-height: 800px;
  opacity: 0;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.lines img {
  min-width: 2220px;
}
.newcontent {
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
}
.newcontent .box {
  max-width: 950px;
  margin: 0 auto;
}
.newcontent .h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}
.texts {
  opacity: 0;
  transition: all 1s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.text-1 {
  position: absolute;
  top: calc(50% - 200px);
  left: 0;
  width: 8000px;
  height: 170px;
  background: url(../img/text.png) repeat-x;
  background-size: 4000px;
  background-position-x: 0;
  z-index: 10;
  animation: lright 100s linear infinite;
  transition: all 2s;
}
.text-2 {
  position: absolute;
  bottom: calc(50% - 200px);
  left: 0;
  width: 8000px;
  height: 170px;
  background: url(../img/text.png) repeat-x;
  background-size: 4000px;
  background-position-x: 0;
  z-index: 10;
  animation: lleft 100s linear infinite;
  transition: all 2s;
}
@keyframes lright {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-4000px, 0, 0);
  }
}
@keyframes lleft {
  0% {
    transform: translate3d(-4000px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.cc {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 1s;
  opacity: 0;
  overflow: hidden;
}
.c-0 {
  display: none;
}
.c-00 {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 300px;
  margin-top: -150px;
  margin-left: -150px;
  transition: none;
  display: none;
}
.cc .c-1 {
  position: absolute;
  width: 375px;
  right: 20%;
  top: 50%;
  z-index: 3;
  margin-top: -150px;
  transition: all 1s;
  transform: translate3d(400px, 0, 0);
}
.cc .c-2 {
  position: absolute;
  width: 222px;
  right: 15%;
  top: 50%;
  z-index: 2;
  margin-top: -90px;
  transition: all 2s;
  transform: translate3d(400px, 0, 0);
}
.cc .c-3 {
  position: absolute;
  width: 330px;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -130px;
  transition: all 3s;
  transform: translate3d(400px, 0, 0);
}
.cc .c-4 {
  position: absolute;
  width: 289px;
  left: 23%;
  top: 50%;
  z-index: 3;
  margin-top: -130px;
  transition: all 1s;
  transform: translate3d(-400px, 0, 0);
}
.cc .c-5 {
  position: absolute;
  width: 350px;
  left: 5%;
  top: 50%;
  z-index: 2;
  margin-top: -160px;
  transition: all 2s;
  transform: translate3d(-400px, 0, 0);
}
.cc .c-6 {
  position: absolute;
  width: 180px;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -80px;
  transition: all 3s;
  transform: translate3d(-400px, 0, 0);
}
.cc .q-1 {
  position: absolute;
  width: 95px;
  left: -10%;
  top: 50%;
  z-index: 3;
  margin-top: -110px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.cc .q-2 {
  position: absolute;
  width: 95px;
  left: 30%;
  top: 50%;
  z-index: 3;
  margin-top: -250px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.cc .q-3 {
  position: absolute;
  width: 95px;
  left: 42%;
  top: 50%;
  z-index: 3;
  margin-top: 120px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.cc .q-4 {
  position: absolute;
  width: 95px;
  right: 35%;
  top: 50%;
  z-index: 3;
  margin-top: -150px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
  z-index: 1;
}
.cc .q-5 {
  position: absolute;
  width: 95px;
  right: 33%;
  top: 50%;
  z-index: 3;
  margin-top: 130px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.cc .q-6 {
  position: absolute;
  width: 95px;
  right: 26%;
  top: 50%;
  z-index: 3;
  margin-top: -240px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.cc .q-7 {
  position: absolute;
  width: 95px;
  right: 21%;
  top: 50%;
  z-index: 3;
  margin-top: 110px;
  transition: all 1s;
  transform: translate3d(20px, 0, 0);
}
.b-3 {
  min-height: 100vh;
  margin: 250px 0 150px;
  z-index: 10;
  overflow: hidden;
}
.b-3 .border_top {
  border-top: 3px solid #ffffff;
}
.b-3 .h1 {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 30px 0 80px;
}
.slick-track {
  display: flex;
}
.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  top: -170px;
  width: 74px;
  height: 74px;
  display: block;
  border: none;
  font-size: 0;
}
.slick-prev {
  right: 100px;
  background: url(../img/l.png) no-repeat center transparent;
  background-size: 14px;
}
.slick-next {
  right: 0;
  background: url(../img/r.png) no-repeat center transparent;
  background-size: 14px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  background: url(../img/slick-bg.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  background: url(../img/slick-bg-hover.png) no-repeat center;
  background-size: contain;
}
.item {
  display: flex;
  padding: 0 30px;
  border-left: 1px solid #ffffff;
  flex-direction: column;
  justify-content: space-between;
}
.item .title {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  background: conic-gradient(
    from 65.94deg at 10.1% -12.85%,
    rgba(43, 85, 162, 0.757761) -58.32deg,
    #2b55a2 17.02deg,
    #ffffff 75.35deg,
    #1b5ed9 139.86deg,
    rgba(255, 255, 255, 0.501806) 170.65deg,
    rgba(43, 85, 162, 0.609894) 207.01deg,
    #b6d0ff 262.75deg,
    rgba(43, 85, 162, 0.757761) 301.68deg,
    #2b55a2 377.02deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 14px;
  display: inline;
  align-items: center;
}
.item a.title::after {
  content: "";
  background: url(../img/item-url.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  transform: translateY(0px);
}
.item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 24px;
}
.item .image img {
  border-radius: 20px;
}
.b-4 {
  min-height: 100vh;
  margin: 150px 0 0px;
  z-index: 10;
  overflow: hidden;
}
.b-4 .border_top {
  border-top: 3px solid #ffffff;
}
.b-4 .h1 {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 30px 0 80px;
}
.form {
  font-weight: 500;
  font-size: 36px;
  line-height: 70px;
}
.form div {
  display: inline-block;
  height: 74px;
}
.form input {
  height: 68px;
  background: radial-gradient(
      100.67% 100.67% at 6.67% 6%,
      rgba(0, 17, 61, 0.2) 0%,
      rgba(192, 130, 255, 0.2) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 20px;
  border: solid 2px #ccc;
  padding: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  margin: 5px;
  margin-top: 0px;
  position: relative;
  transition: transform 0.1s;
}
.form textarea {
  height: 68px;
  overflow: hidden;
  background: radial-gradient(
      100.67% 100.67% at 6.67% 6%,
      rgba(0, 17, 61, 0.2) 0%,
      rgba(192, 130, 255, 0.2) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 20px;
  border: solid 2px #ccc;
  padding: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  margin: 5px;
  margin-top: 0px;
  position: relative;
  transition: transform 0.1s;
  display: inline-flex;
  align-items: center;
  margin-bottom: -25px;
  resize: none;
}
.form input:focus {
  z-index: 10;
  background: #69488a;
  transform: scale(2) translateX(-5%) translateY(-10%);
  -webkit-transform: scale(2) translateX(-5%) translateY(-10%);
  font-size: 12px;
  height: 35px;
  margin-bottom: 17.5px;
  border-radius: 10px;
  border: solid 1px #ccc;
}
.form textarea:focus {
  z-index: 10;
  overflow: auto;
  background: #69488a;
  transform: scale(1.5) translateX(-5%) translateY(-5%);
  -webkit-transform: scale(1.5) translateX(-5%) translateY(-5%);
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: -130px;
  border-radius: 10px;
  border: solid 1px #ccc;
  height: 150px;
  margin-top: -150px;
}

.form input.input-2:focus,
.form input.input-3:focus {
  transform: scale(2) translateX(-25%) translateY(-5%);
  -webkit-transform: scale(2) translateX(-25%) translateY(-5%);
}
.form input.input-5:focus {
  transform: scale(2) translateX(-10%) translateY(-5%);
  -webkit-transform: scale(2) translateX(-10%) translateY(-5%);
}
.form input::placeholder,
.form textarea::placeholder {
  color: #697399;
  padding: 5px;
}
.form input:hover::placeholder,
.form textarea:hover::placeholder {
  color: #abafc0;
}

.form .error textarea {
  border: solid 2px #a22b39;
}

.form .error input {
  border: solid 2px #a22b39;
}
.form .success input {
  border: solid 2px #119f1f;
}

.form .input-1 {
  width: 272px;
}
.form .input-2 {
  width: 435px;
}
.form .input-3 {
  width: 310px;
}
.form .input-4 {
  width: 193px;
}
.form .input-5 {
  width: 750px;
}
.button-req {
  background: url(../img/button-req.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  width: 272px;
  height: 69px;
  border: none;
  outline: none;
}
.button-req:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(../img/button-req-hover.png) no-repeat center;
  background-size: contain;
}
.footer {
  margin: 140px 0 80px;
}
.footer .socio {
  width: 59px;
  height: 59px;
}
.footer .socio img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.zoom {
  background: url(../img/footer.png) no-repeat bottom left;
  background-size: 1920px;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: top;
}
.thanks {
  background: url(../img/thanks/bg-1.png) no-repeat center;
  background-size: cover;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  height: 100vh;
}
.thanks .h1 {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.thanks .zoom {
  background: url(../img/thanks/bg-2.png) no-repeat center;
  background-size: cover;
  overflow: visible;
  height: 100%;
  position: relative;
  top: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  margin: 0;
}
.ctext {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  max-width: 530px;
}
.slick-list {
  overflow: hidden;
}
@media (min-width: 1900px) {
  .b-22::after {
    content: "";
    position: absolute;
    top: -1500px;
    left: 0;
    width: 100%;
    height: 4000px;
    background: url(../img/b-22.png) no-repeat center;
    background-size: 100%;
    z-index: 1;
  }
}

@media (min-height: 900px) {
  .b-22 {
    margin-bottom: -10%;
  }
}
@media (max-width: 1300px) {
  .zoom {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: 200%;
    margin: 0 -50% -50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
  }
  .container-xl {
    max-width: 1320px;
  }
  .b-22 {
    top: 100%;
  }
}
@media (max-width: 1200px) {
  .zoom {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    top: 0;
  }
}
@media (max-width: 1000px) {
  .zoom {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    width: 170%;
    height: auto;
    margin: 0 -35% 0;
    top: 0;
    position: absolute;
  }
  .thanks .zoom {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    width: 143%;
    height: 143%;
    margin: 0 -21.5% 0;
    top: 0;
    position: absolute;
  }
  .b-1111,
  .b-2s-1,
  .b-2s-2,
  .b-2s-3 {
    display: none;
  }
  .b-22 {
    top: 410%;
  }
}
@media (max-width: 1000px) and (min-height: 800px) {
  .b-22 {
    top: 350%;
  }
}
@media (max-width: 800px) {
  .zoom {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    width: 200%;
    height: auto;
    margin: 0 -50% 0;
    top: 0;
    position: absolute;
  }
}
@media (max-width: 800px) and (min-height: 600px) {
  .b-22 {
    top: 600%;
  }
}
@media (max-width: 767px) {
  .slick-list {
    overflow: inherit;
  }
  .burger-box {
    display: flex;
    align-items: center;
  }
  .nav .menu,
  .nav .socio-block {
    display: none;
  }
  .button2 {
    display: none;
  }
  .fixbody .zoom {
    background: transparent;
    min-height: 100vh;
    height: auto;
    top: 0%;
  }
  .fixbody .nav,
  .fixbody .navbar,
  .fixbody .nav .container-xl {
    min-height: 100vh;
  }
  .fixbody .navbar {
    align-items: start;
  }
  .fixbody .socio-block {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0;
    justify-content: center;
  }
  .fixbody .socio-block .socio {
    width: 67px;
    height: 67px;
  }
  .fixbody .socio-block .socio img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  .fixbody .menu {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    display: block;
    align-items: center;
    margin-left: 0;
    justify-content: center;
  }
  .fixbody .menu a {
    display: block;
    font-family: "Clash Display";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
  }
  .fixbody {
    height: 100vh;
    overflow: auto;
    background: url(../img/menu.png) no-repeat center bottom #000;
    background-size: 428px;
    min-height: 600px;
    margin: 0 auto;
  }
  .fixbody .b-1,
  .fixbody .b-2,
  .fixbody .b-3,
  .fixbody .b-4,
  .fixbody .b-5,
  .fixbody .footer,
  .fixbody .box {
    display: none;
  }
  .mcharacter image {
    width: 140px;
    height: 140px;
  }
  .box-1 .title {
    font-family: "Clash Display";
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .view-box {
    height: 100px;
  }
  .view-box-1 {
    height: 50px;
  }
  .view-1 {
    height: 50px;
    overflow: hidden;
    transition: all 1s;
  }
  .view-2 {
    height: 50px;
    overflow: hidden;
    transition: all 1s;
  }
  .view-3 {
    height: 50px;
    overflow: hidden;
    transition: all 1s;
  }
  .view-4 {
    height: 50px;
    overflow: hidden;
    transition: all 1s;
  }
  .box-1 .text {
    max-width: 375px;
    margin: 0 auto 0;
  }
  .b-1 {
    background: url(../img/bg-0mm.png) no-repeat top center;
    background-size: 428px;
    width: 428px;
    height: 7767px;
    position: relative;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
  }
  .b-111 {
    background: url(../img/bg-22m.png) no-repeat top center;
    background-size: 428px;
    width: 428px;
    height: 7767px;
    position: relative;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    transition: none;
  }
  .x-1 {
    width: 260.4px;
    left: 10.27px;
    top: 1028.69px;
  }
  .x-2 {
    width: 300px;
    left: 80px;
    top: 1930px;
  }
  .x-3 {
    width: 480px;
    max-width: initial;
    left: -100px;
    top: 2670px;
    z-index: 0;
  }
  .x-4 {
    width: 577.58px;
    max-width: initial;
    left: -22px;
    top: 3824.98px;
    z-index: 4;
  }
  .x-5 {
    width: 322.3px;
    max-width: initial;
    left: -22px;
    top: 4846.39px;
    z-index: 4;
  }
  .x-6 {
    width: 297.42px;
    max-width: initial;
    left: 84px;
    top: 5799.88px;
    z-index: 4;
  }
  .x-7 {
    width: 289.89px;
    max-width: initial;
    left: 20px;
    top: 6745.34px;
    z-index: 4;
  }
  .vllabel {
    background: url(../img/mtext.png) repeat-x center;
    background-size: contain;
  }
  .vllabel .count {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }
  .vllabel .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: conic-gradient(
      from 65.94deg at 10.1% -12.85%,
      rgba(43, 85, 162, 0.757761) -58.32deg,
      #2b55a2 17.02deg,
      #ffffff 75.35deg,
      #1b5ed9 139.86deg,
      rgba(255, 255, 255, 0.501806) 170.65deg,
      rgba(43, 85, 162, 0.609894) 207.01deg,
      #b6d0ff 262.75deg,
      rgba(43, 85, 162, 0.757761) 301.68deg,
      #2b55a2 377.02deg
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 5px;
    -webkit-box-decoration-break: clone;
    display: inline;
  }
  .vllabel .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #cbcbcb;
  }
  .vllabel.l-1 {
    width: 388px;
    left: 20px;
    top: 1348px;
  }
  .vllabel.l-2 {
    width: 388px;
    left: 20px;
    top: 2276px;
  }
  .vllabel.l-3 {
    width: 388px;
    left: 20px;
    top: 3243px;
  }
  .vllabel.l-4 {
    width: 388px;
    left: 20px;
    top: 4200px;
  }
  .vllabel.l-5 {
    width: 388px;
    left: 20px;
    top: 5128px;
  }
  .vllabel.l-6 {
    width: 388px;
    left: 20px;
    top: 6113px;
  }
  .vllabel.l-7 {
    width: 388px;
    left: 20px;
    top: 7062px;
  }
  .box {
    z-index: 1;
  }
  .box-1 {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 150px;
  }
  .b-2 {
    min-height: auto;
    height: 1600px;
    width: 100%;
    z-index: 0;
    margin: -800px auto 0;
    max-width: 420px;
    padding-bottom: 0px;
  }
  .b-22 {
    overflow: visible;
    min-height: 550px;
    top: 0%;
  }
  .b-22::after {
    content: "";
    position: absolute;
    top: -900px;
    left: 0;
    width: 100%;
    height: 2000px;
    background: url(../img/b-22.png) no-repeat center;
    background-size: 840px;
    z-index: -1;
    transition: all 1s;
  }
  .b-3 {
    margin: 250px 0 150px;
  }
  .c-0 {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 11;
    width: 160px;
    margin-top: -80px;
    margin-left: -80px;
    transition: all 1s;
  }
  .zoom {
    transform: scale(1);
    -webkit-transform: scale(1);
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
  }
  .box {
    max-width: 428px;
    margin: 0 auto;
    overflow: hidden;
  }
  .container-xl {
    max-width: 420px;
    overflow: hidden;
    padding: 0 20px;
  }
  .fixbody .container-xl {
    max-width: 420px;
    overflow: visible;
  }
  .lines {
    width: 100%;
    height: 100%;
    min-height: auto;
    opacity: 0;
    transition: all 1s;
    position: relative;
  }
  .lines img {
    max-width: 1200px;
    min-width: 100%;
    margin-top: 0%;
  }
  .newcontent {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
  }
  .newcontent .box {
    max-width: 95%;
    margin: 0 auto;
  }
  .newcontent .h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
  }
  .cc .c-1 {
    position: absolute;
    width: 210px;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-top: 110px;
    margin-left: 20px;
    transition: all 1s;
    transform: translate3d(400px, 0, 0);
  }
  .cc .c-2 {
    position: absolute;
    width: 135px;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -65px;
    margin-left: 110px;
    transition: all 1.5s;
    transform: translate3d(400px, 0, 0);
  }
  .cc .c-3 {
    position: absolute;
    width: 223px;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-top: -280px;
    margin-left: 5px;
    transition: all 1s;
    transform: translate3d(400px, 0, 0);
  }
  .cc .c-4 {
    position: absolute;
    width: 170px;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-top: -80px;
    margin-left: -260px;
    transition: all 1.5s;
    transform: translate3d(-400px, 0, 0);
  }
  .cc .c-5 {
    position: absolute;
    width: 210px;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -300px;
    margin-left: -220px;
    transition: all 1s;
    transform: translate3d(-400px, 0, 0);
  }
  .cc .c-6 {
    position: absolute;
    width: 130px;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-top: 145px;
    margin-left: -175px;
    transition: all 1s;
    transform: translate3d(-400px, 0, 0);
  }
  .cc .q-1 {
    width: 50px;
  }
  .cc .q-2 {
    width: 50px;
    margin-top: -130px;
    left: 10%;
  }
  .cc .q-3 {
    width: 60px;
    left: 30%;
    margin-top: 90px;
  }
  .cc .q-4 {
    width: 50px;
    right: 20%;
    top: 50%;
    margin-top: -95px;
  }
  .cc .q-5 {
    width: 50px;
    right: 15%;
    top: 50%;
    margin-top: 60px;
  }
  .cc .q-6 {
    width: 40px;
    margin-top: -100px;
    right: -4%;
  }
  .cc .q-7 {
    display: none;
  }
  .b-3 .h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
  }
  .b-4 {
    z-index: -1;
    overflow: inherit;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-4::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4000px;
    width: 100%;
    background: url(../img/footerm.png) no-repeat bottom left;
    z-index: -1;
  }
  .b-4 .h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 0;
  }
  .form input {
    width: 100% !important;
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 21px;
  }
  .form textarea {
    width: 100% !important;
    height: 300px;
    display: block;
    margin: 15px 0;
    font-size: 21px;
  }
  .form input:focus {
    transform: none !important;
    height: 69px !important;
    font-size: 21px;
    border-radius: 20px;
    padding: 16px;
    margin: 15px 0;
    border: solid 2px #ccc;
  }
  .form textarea:focus {
    transform: none !important;
    font-size: 21px;
    border-radius: 20px;
    padding: 16px;
    margin: 15px 0;
    height: 300px;
    border: solid 2px #ccc;
  }
  .form {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
  }
  .button-req {
    margin: 0 auto;
  }
  .form div {
    display: block;
    height: auto;
  }
  .thanks {
    background: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    height: 100vh;
    min-height: auto;
  }
  .thanks .h1 {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 20px;
  }
  .thanks .zoom {
    background: url(../img/thanks/bg-2m.png) no-repeat center;
    background-size: 428px;
    overflow: visible;
    height: 100%;
    position: relative;
    top: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    margin: 0;
  }
  .thanks .b-3 {
    min-height: 100%;
  }
  .b-2s-1,
  .b-2s-2,
  .b-2s-3 {
    display: none;
  }
  .item {
    border: none;
    padding: 0 20px 0 0;
    margin-left: 0px;
  }
  .ctext {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin: 30px 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  image.msg {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
  }
}
@media (max-width: 390px) {
  body {
    display: flex;
    justify-content: center;
    height: auto;
  }
  .zoom {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: 111%;
    margin: 0;
    top: 0;
    position: absolute;
  }
  .thanks .zoom {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: 112%;
    height: 112%;
    margin: 0 -6% 0;
    top: -6%;
    position: absolute;
  }
  .fixbody .zoom {
    top: 0;
  }
  .b-22 {
    top: 80%;
  }
  .b-2 {
    max-width: 440px;
  }
  .b-3 {
    max-width: 440px;
  }
}
@media (max-width: 380px) {
  .b-22 {
    top: 120%;
  }
  .zoom {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: 111%;
    height: auto;
    margin: 0;
    top: 0;
    position: absolute;
  }
  .newcontent {
    position: absolute;
    top: 100%;
  }
}
@media (max-width: 350px) {
  .zoom {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    width: 125%;
    height: auto;
    margin: 0;
    top: 0;
    position: absolute;
  }
  .thanks .zoom {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    width: 125%;
    height: 125%;
    margin: 0;
    top: 0;
    position: absolute;
  }
  .b-22 {
    top: 210%;
  }
  .b-3 {
    max-width: 100%;
  }
}
/* 47298ded4941e482c33c05136c8ff974 */
