@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'Montserrat Thin';
  src: local('Montserrat Thin'), local('Montserrat Thin'),
    url(../fonts/Montserrat-Thin.ttf) format('opentype'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Regular';
  src: local('Montserrat Regular'), local('Montserrat Regular'),
    url(../fonts/Montserrat-Regular.ttf) format('opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Medium';
  src: local('Montserrat Medium'), local('Montserrat Medium'),
    url(../fonts/Montserrat-Medium.ttf) format('opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: local('Montserrat Bold'), local('Montserrat Bold'),
    url(../fonts/Montserrat-Bold.ttf) format('opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Black';
  src: local('Montserrat Black'), local('Montserrat Black'),
    url(../fonts/Montserrat-Black.ttf) format('opentype'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Benzin';
  src: url('Benzin-Regular.eot');
  src: local('Benzin Regular'), local('Benzin-Regular'),
    url('../fonts/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Benzin-Regular.woff2') format('woff2'),
    url('../fonts/Benzin-Regular.woff') format('woff'),
    url('../fonts/Benzin-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --font-family-1: "Montserrat Thin";
  --font-family-2: "Montserrat Regular";
  --font-family-3: "Montserrat Medium";
  --font-family-4: "Montserrat Bold";
  --font-family-5: "Montserrat Black";
  --font-family-6: "Benzin";

  /*COLORS*/
  --color1: #ffffff;
  /*Белый*/
  --color2: rgb(73, 79, 255);
  /*Синий*/
  --color2a: #260856;
  /*Голубой*/
  --color3: #7667a4;
  /*Голубой 2*/
  --color3a: #1BE4FF;
  /*Голубой 2*/
  --color4: #000000;
  /*Чёрный*/
  --color5: #A20AFF;
  /*Фиолетовый*/
  --color6: #045dff;

}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #0e111a;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.preloader img {
  height: 50px;
  display: block;
  margin: auto;
}

html {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 5px;
  border: 3px solid transparent;
}

*::-webkit-scrollbar-thumb:hover,
html *::-webkit-scrollbar-thumb:hover {
  background-color: var(--color2);
  border-radius: 5px;
  border: 3px solid transparent;
  cursor: pointer;
}

body {
  font-family: var(--font-family-2);
  position: relative;
  background-color: #05060A;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  color: var(--color1);
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.overflow-x {
  overflow-x: hidden;
  overflow-y: hidden;
}

.paddingtop50 {
  padding-top: 50px;
}

.paddingtop100 {
  padding-top: 100px;
}

.header {
  margin: auto;
}

.header-wrap {
  padding: 25px 0;
  height: 120px;
  position: relative;
}

.header-menu>ul {
  margin: 0;
  padding: 0;
}

.header-menu>ul>li {
  display: inline-block;
  position: relative;
}

.header-menu ul li a {
  font-size: 1em;
  color: var(--color1);
  text-decoration: none;
  font-family: var(--font-family-3);
  padding: 10px 30px;
  display: block;
  font-weight: 100;
}

.header-menu ul li a:hover {
  background: linear-gradient(90deg, rgb(113, 108, 255) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-logo img {
  max-height: 50px;
}


.header-menu>ul>li>ul {
  position: absolute;
  top: 99%;
  left: 0;
  background-color: #371373;
  padding: 0;
  margin: 0;
  min-width: 200px;
  display: none;
}

.header-menu>ul>li>ul>li {
  display: inline-block;
  padding: 5px;
  width: 90px;
  text-align: center;
  box-sizing: border-box;
}

.header-menu>ul>li>ul>li>a {
  display: block;
}

.header-menu>ul>li:hover>ul {
  display: block;
}

.header-shadow-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0 130 255) 15%, rgb(0 14 57) 85%, rgba(255, 255, 255, 0) 100%);
  background-clip: padding-box;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.header-lang {
  text-align: right;
}

.header-lang a {
  color: var(--color1);
  text-decoration: none;
}

.langs-list {
  padding: 0 0 0 30px;
  cursor: pointer;
}

.langs-list span {
  margin: 0 5px;
}

.langs-list span+span {
  font-size: 0.8em;
  font-weight: 600;
}

.bg-holst {
  background-color: #0e111a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 800px;
  height: 100vh;
  overflow: hidden;
}

.phones_decor {
  position: relative;
}

.decor_one {
  position: absolute;
  top: 10%;
  left: -15%;
  z-index: 0;
  pointer-events: none;
  animation: floaterSmall 6s infinite;
  transition: ease 6s;
}

.decor_two {
  position: absolute;
  top: 10%;
  right: -15%;
  z-index: 0;
  pointer-events: none;
  animation: floaterSmall 6s infinite;
  transition: ease 6s;
  animation-delay: 3s;
}

.decor_three {
  position: absolute;
  top: 51%;
  left: 2%;
  z-index: 0;
  animation: floaterStrong 6s infinite;
  transition: ease 6s;
  animation-delay: 3s;
}

.decor_four {
  position: absolute;
  top: 6%;
  left: 70%;
  z-index: 0;
  animation: floaterVeryStrong 8s infinite;
  transition: ease 8s;
  animation-delay: 2s;
}

.decor_five {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 0;
  animation: floaterVeryStrong 8s infinite;
  transition: ease 4s;
  animation-delay: 5s;
}

@keyframes floaterSmall {
  0% {
    transform: translateY(0);
    transition: ease 4s;
  }

  50% {
    transform: translateY(2%);
    transition: ease 4s;
  }

  100% {
    transform: translateY(0);
    transition: ease 4s;
  }
}

@keyframes floaterStrong {
  0% {
    transform: translateY(0);
    transition: ease 8s;
  }

  50% {
    transform: translateY(20%);
    transition: ease 8s;
  }

  100% {
    transform: translateY(0);
    transition: ease 8s;
  }
}

@keyframes floaterVeryStrong {
  0% {
    transform: translateY(0);
    transition: ease 8s;
  }

  50% {
    transform: translateY(60%);
    transition: ease 8s;
  }

  100% {
    transform: translateY(0);
    transition: ease 8s;
  }
}

.text-content {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.holst {
  position: relative;
}

.bg-container {
  height: 100%;
}

.raketa-image img {
  max-height: 800px;
}

.hashtags {
  margin-top: 120px;
}

.hashtags-wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.hashtags-wrap ul li {
  display: inline-block;
  font-family: var(--font-family-3);
  color: #272F48;
  font-size: 2em;
  margin: 5px 25px;
}

.holst-content-sub-text {
  color: #ffffff;
  font-family: var(--font-family-6);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2em;
  letter-spacing: 10px;
  margin-bottom: 50px;
}

.holst-content-firs-text {
  color: #ffffff;
  font-family: var(--font-family-6);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 10em;
  letter-spacing: 15px;
  margin-bottom: 5px;
}

.holst-content-offer {
  font-family: var(--font-family-1);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.5em;
  margin-bottom: 60px;
  margin: auto;
  margin-bottom: 80px;
}

.holst-content-offer-small {
  font-family: var(--font-family-1);
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 0.8em;
  margin-bottom: 60px;
  margin: auto;
}

.holst-content-offer span {
  color: #1BE4FF;
}

.holst-logo-title {
  text-align: center;
  margin-bottom: 30px;
}

.holst-logo-title img {
  max-width: 50%;
}

.holst-textbar {
  background-color: #0E111A;
  padding: 30px 50px;
  border-radius: 20px;
  border: 4px solid #1b1f2a;
  margin-bottom: 25px;
}

.holst-textbar-title {
  font-family: var(--font-family-6);
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.holst-textbar {
  position: relative;
  min-height: 200px;
}

.holst-textbar-image {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.holst-textbar-image img {
  max-height: 200px;
}

.holst-textbar-text li {
  margin-bottom: 10px;
}

.content-bars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-bars .holst-textbar:nth-child(1) {
  width: 100%;
}

.content-bars .holst-textbar:nth-child(2) {
  width: calc(39%);
  margin-right: 1%;
}

.content-bars .holst-textbar:nth-child(3) {
  width: calc(59%);
  margin-left: 1%;
}

.content-bars .holst-textbar:nth-child(4) {
  width: 100%;
}

.holst-title {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 2.5em;
  width: 100%;
  margin-bottom: 40px;
}

.holst-title span {
  color: rgba(75, 231, 119, 1);
}

.content-bloks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}

.holst-content-block {
  width: 48%;
  background-color: #0E111A;
  padding: 30px 50px;
  border-radius: 20px;
  border: 4px solid #1b1f2a;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.holst-content-block:nth-child(2) {
  border: 4px solid transparent;
}

.holst-content-block:nth-child(2)::before,
.holst-content-block:nth-child(3)::before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: '';
  display: block;
  background: linear-gradient(90deg, rgba(75, 231, 119, 1) 0%, rgba(0, 203, 232, 1) 100%);
  padding: 30px 50px;
  border-radius: 20px;
  width: calc(100% + 4px);
  ;
  height: calc(100% + 4px);
  z-index: -1;
}

.holst-content-block:nth-child(2)::after,
.holst-content-block:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-color: #0E111A;
  padding: 30px 50px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.holst-content-block-title {
  margin-bottom: 20px;
  font-size: 1.4em;
}

.content-etaps-image {
  background-image: url(../images/etaps.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 220px;
}

.content-etaps-text {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: auto;
}

.content-etap {
  width: calc(100% / 4);
  text-align: center;
}

.content-etap-title {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 15px;
}

.content-keys {
  width: 100%;
  overflow-x: auto;
}

.content-keys-wrap {
  display: flex;
  flex-direction: row;
  gap: 25px;
  min-width: 650px;
}

.content-keys::-webkit-scrollbar {
  display: none;
}

.keys-item {
  width: 50%;
}

.keys-item-image {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.keys-item-image img {
  width: 100%;
}

.keys-item-textcontent {
  background-color: #0E111A;
  padding: 30px 50px;
  border-radius: 0 0 20px 20px;
  border-top: none;
  border-left: 4px solid #1b1f2a;
  border-right: 4px solid #1b1f2a;
  border-bottom: 4px solid #1b1f2a;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  min-height: 375px;
  position: relative;
}

.keys-item-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.keys-item-title {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 15px;
}

.keys-item-text {
  margin-bottom: 30px;
}

.keys-item-text li {
  margin-bottom: 15px;
}

.keys-button {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
}

.keys-item-button {
  padding: 10px 0;
}

.keys-button:hover {
  color: #fff;
  text-decoration: none;
}

.keys-button::before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: '';
  display: block;
  background: linear-gradient(90deg, rgba(75, 231, 119, 1) 0%, rgba(0, 203, 232, 1) 100%);
  padding: 10px 20px;
  border-radius: 6px;
  width: calc(100% + 4px);
  ;
  height: calc(100% + 4px);
  z-index: -1;
}

.keys-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-color: #0E111A;
  padding: 10px 20px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.osnovatel-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.osnovatel-col {
  width: 50%;
}

.osnovatel-image {
  text-align: center;
  position: relative;
}

.osnovatel-image::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  background-image: url(../images/Ellipse.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.osnovatel-image img {
  border-radius: 15px;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.osnovatel-title {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 15px;
}

.osnovatel-text li {
  margin-bottom: 15px;
  font-size: 1em;
}

.osnovatel-text li>ul li {
  font-size: 80%;
}

.bg-volna {
  background-image: url(../images/volna.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-contakts-wrap {
  background-color: #0E111A;
  padding: 30px 50px;
  border-radius: 20px;
  border: 4px solid #1b1f2a;
  margin-bottom: 25px;
}

.form-contakts-row {
  display: flex;
  flex-direction: row;
}

.form-contakts-col:nth-child(1) {
  width: 35%;
}

.form-contakts-col:nth-child(2) {
  width: 65%;
}

.form-contakts-content-title {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 2.1em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.form-contakts-content-text {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.form-row .form-input {
  width: calc(100%/3);
}

.form-contakts-content-forma input.form-control {
  padding: 15px 25px;
  color: #000;
}

.form-contakts-content-forma .form-input label {
  font-size: 13px;
  color: #666;
}

footer {
  background-color: #0E111A;
}

.footer-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.footer-col {
  width: 50%;
  padding: 30px 0;
}

.footer-logo {
  height: 40px;
}

.footer-logo-blok {
  text-align: end;
}

.form-contakts-phone {
  font-family: var(--font-family-6);
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.form-contakts-phone a {
  color: var(--color2);
  text-decoration: none;
}

.form-contakts-ili {
  margin-bottom: 15px;
  color: #666;
}






.button_outline {
  border: 2px solid var(--color1);
  background-color: transparent;
  border-radius: 30px;
  color: var(--color1);
  padding: 9px 45px 8px 45px;
  margin: auto;
}

.button_outline:hover {
  border: 2px solid var(--color1);
  background-color: var(--color1);
  border-radius: 30px;
  color: var(--color3);
  padding: 9px 45px 8px 45px;
}

.site-button {
  background: linear-gradient(90deg, rgb(61 65 255) 0%, rgb(3 26 153) 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 15px 45px;
  text-decoration: none;
  font-weight: bold;
  font-size: 80%;
  letter-spacing: 2px;
  font-family: var(--font-family-4);
  text-transform: uppercase;
}

.site-button:hover {
  background: linear-gradient(90deg, rgba(0, 203, 232, 1) 0%, rgba(75, 231, 119, 1) 100%);
  color: #000;
  background-size: 500% 100%;
  animation: gradient 2s ease infinite;
  transform: translate3d(0, 0, 0);
}

.site-button-small {
  color: var(--color1);
  font-size: 1уь;
  text-transform: uppercase;
  font-family: var(--font-family-3);
  font-weight: 700;
  background-color: var(--color5);
  border-radius: 30px;
  padding: 12px 30px;
  text-decoration: none;
  margin: auto;
  display: block;
}

.header-button {
  text-align: end;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 75%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.mobile-menu-icon {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
}

.mobile-menu-icon-wrap {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mobile-menu-icon-wrap span:nth-child(1) {
  display: block;
  background-color: var(--color3a);
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
}

.mobile-menu-icon-wrap span:nth-child(2) {
  display: block;
  background-color: var(--color3a);
  position: absolute;
  top: 15px;
  width: 100%;
  height: 2px;
}

.mobile-menu-icon-wrap span:nth-child(3) {
  display: block;
  background-color: var(--color3a);
  position: absolute;
  top: 25px;
  width: 100%;
  height: 2px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -380px;
  z-index: 6;
  overflow-y: auto;
  background-color: #0e111a;
  width: 300px;
  color: var(--color1);
  height: 100%;
  min-height: 400px;
  -webkit-box-shadow: 10px 5px 60px -15px rgba(32, 255, 177, 0.8);
  box-shadow: 10px 5px 60px -15px rgb(32, 255, 177, 0.8);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-transform: translateX(0px);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transform: translateX(0px);
  -o-transition: all 0.4s ease-in-out;
  background-image: url('../images/Ellipse3.png');
  background-size: 300%;
  background-position: 20% 200%;
}

.mobile-menu-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
}

.mobile-menu-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.mobile-menu-close img {
  width: 100%;
}

.mobile-menu-logo {
  text-align: left;
  padding: 28px 0 30px 35px;
}

.mobile-menu-links {
  padding: 15px 15px 15px 35px
}

.mobile-menu-links ul {
  padding: 0;
  margin: 0;
}

.mobile-menu-links ul li {
  display: block;
}

.mobile-menu-links ul li ul {
  margin-left: 15px;
}

.mobile-menu-links ul li ul li a {
  font-size: 16px;
}

.mobile-menu-links ul li a {
  color: var(--color1);
  font-size: 18px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

.mobile-menu-open {
  left: 0;
}

.mobile_menu_bottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.bg-grad {
  background: rgb(6, 3, 29);
  background: linear-gradient(180deg, rgba(6, 3, 29, 1) 20%, rgba(0, 71, 255, 1) 100%);
}

.bg-grad2 {
  background: rgb(6, 3, 29);
  background: linear-gradient(180deg, rgba(6, 3, 29, 1) 70%, rgba(0, 71, 255, 1) 100%);
}

.holst-text {
  padding: 60px 15px;
  min-height: 450px;
  position: relative;
}

.holst-text-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: var(--font-family-3);
  text-align: center;
  font-weight: 800;
}

.holst-text-title span {
  color: var(--color3a);
  position: relative;
}

.holst-text-title span:after {
  background-color: var(--color3a);
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 1px 10px rgba(255, 255, 255, 0.5);
}

.holst-text-subtitle {
  color: #0047FF;
  font-size: 26px;
  text-align: center;
  font-family: var(--font-family-3);
  font-weight: 700;
  margin-bottom: 40px;
}

.advantage-item {
  background: linear-gradient(180deg, rgba(38, 55, 120, 1) 20%, rgba(41, 86, 212, 1) 100%);
  padding: 40px 25px 30px 25px;
  min-height: 380px;
  box-shadow: 0 2px 20px rgba(0, 0, 51, 0.2);
}

.advantage-image {
  min-height: 110px;
  margin-bottom: 15px;
}

.advantage-image img {
  max-height: 110px;
}

.advantage-title {
  font-size: 20px;
  font-family: var(--font-family-2);
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.advantage-introtext {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-family-1);
}

.holst-col {
  margin-bottom: 30px;
}

.lightrow {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    'label0 label2'
    'label1 label2'
    'label3 label4'
    'label5 label4';
  gap: 0px;
  height: 100%;
}

.lightcol:nth-child(1) {
  grid-area: label0;
}

.lightcol:nth-child(2) {
  grid-area: label1;
}

.lightcol:nth-child(3) {
  grid-area: label2;
}

.lightcol:nth-child(4) {
  grid-area: label3;
}

.lightcol:nth-child(5) {
  grid-area: label4;
}

.lightcol:nth-child(6) {
  grid-area: label5;
}

.light-links {
  position: relative;
  z-index: 1;
}

.light-links a {
  text-decoration: none;
}

.light-image {
  width: 100%;
  text-align: center;
  position: relative;
}

.light-image img {
  position: relative;
  z-index: 1;
}

.light-image:after {
  content: '';
  width: 1200px;
  height: 1200px;
  background-image: url('../images/Ellipse1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -230px;
  right: -300px;
  z-index: 0;
  pointer-events: none;
}

.light-top-title {
  color: #33116A;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--font-family-3);
  font-size: 22px;
}

.light-title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--font-family-3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.light-title span {
  color: var(--color3a);
}

.shere2 {
  width: 1012px;
  height: 1606px;
  background-image: url('../images/Ellipse2.png');
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.shere4 {
  width: 508px;
  height: 1680px;
  background-image: url('../images/Ellipse4.png');
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.shere5 {
  width: 768px;
  height: 2437px;
  background-image: url('../images/Ellipse5.png');
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.light-text {
  color: rgba(255, 255, 255, 0.56);
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--font-family-3);
}

.simple-text {
  padding-top: 70px;
  font-size: 18px;
}

.simple-text span {
  color: var(--color3a);
}

.simple-text p {
  margin-bottom: 30px;
}

.light-plashka {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: var(--color5);
  border-radius: 120px;
  width: 80%;
  padding: 15px 40px;
}

.light-block-item {
  width: 50%;
  text-align: center;
}

.light-block-item-image {
  padding: 10px;
}

.light-block-item-image img {
  max-width: 100%;
  max-height: 130px;
  margin: auto;
}

.light-block-item-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-family-3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.simp-title {
  margin-bottom: 30px;
  font-family: var(--font-family-3);
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.simp-title:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -100px;
  left: -100px;
  width: 261px;
  height: 261px;
  background-image: url('../images/Ellipse3.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.simp-title span {
  color: var(--color3a);
}

.simp-text {
  font-size: 18px;
  line-height: 30px;
  width: 80%;
}

.simp-image {
  padding-left: 50px;
}

.img-right {
  float: right;
  padding-right: 50px;
}

.simprow {
  margin-bottom: 60px;
}

.holst-longtext {
  margin: auto;
  width: 70%;
  font-size: 18px;
}

.holst-longtext p {
  margin-bottom: 30px;
}

.holst-longtext span {
  background-color: var(--color6);
  color: var(--color1);
}

.descoptab-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #0041E8;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.descoptab-title>div:nth-child(1) {
  width: 50%;
  padding-left: 3.5%;
}

.descoptab-title>div:nth-child(2) {
  width: 15%;
  text-align: center;
}

.descoptab-title>div:nth-child(3) {
  width: 20%;
  text-align: center;
}

.descoptab-title>div:nth-child(4) {
  width: 15%;
  text-align: center;
}

.descoptab-content>.descoptab-text-row:first-child {
  border-radius: 18px 18px 0 0;
}

.descoptab-content>.descoptab-text-row:last-child {
  border-radius: 0 0 18px 18px;
}

.descoptab-text-row {
  background-color: #0E176B;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  padding: 20px;
}

.descoptab-text-row>div:nth-child(1) {
  width: 50%;
  color: var(--color3a);
  font-family: var(--font-family-3);
  font-weight: 700;
  padding-left: 2%;
}

.descoptab-text-row>div:nth-child(2) {
  width: 15%;
  text-align: center;
  font-family: var(--font-family-3);
  font-weight: 700;
}

.descoptab-text-row>div:nth-child(3) {
  width: 20%;
  text-align: center;
  color: #DB00FF;
  font-family: var(--font-family-3);
  font-weight: 700;
}

.descoptab-text-row>div:nth-child(4) {
  width: 15%;
  text-align: center;
  font-family: var(--font-family-3);
  font-weight: 700;
}

.mobile-title-tab {
  display: none;
  color: #0041E8;
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.emistext {
  padding: 50px 0;
  font-size: 18px;
  line-height: 30px;
}

.textstrip {
  border-left: 3px solid var(--color3a);
  padding: 0 40px;
  line-height: 30px;
  margin-bottom: 30px;
}

.textsimple {
  padding: 0 40px;
}

.emistext-row {
  margin-bottom: 60px;
}

.abouttoken-wrap {
  position: relative;
  padding: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.abouttoken-wrap:after {
  content: '%';
  font-size: 50px;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-family-3);
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 20px;
}

.bluetext {
  background-color: var(--color6);
  color: var(--color1);
  padding: 40px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.subsimpletext {
  color: var(--color1);
  padding: 40px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.tokenomiks-toptitle {
  color: #33116A;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--font-family-3);
  font-size: 22px;
}

.tokenomiks-title {
  color: var(--color1);
  font-family: var(--font-family-3);
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}

.tokenomiks-introtext {
  color: #9AC6EF;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--font-family-3);
}

.tokenomiks-grafik img {
  width: 95%;
}

.tokenomiks-contenttext {
  padding-top: 100px;
  font-size: 18px;
  line-height: 30px;
}

.tokenomiks-contenttext span {
  color: var(--color3a);
}

.roadmap {
  position: relative;
}

.roadmap-title {
  color: rgba(27, 228, 255, 0.18);
  font-size: 100px;
  letter-spacing: 10px;
  font-family: var(--font-family-3);
  font-weight: 700;
  text-transform: uppercase;
  width: 1200px;
  transform: rotate(-90deg);
  position: absolute;
  top: 680px;
  left: -37%;
}

.roadmap-etaps {
  padding-top: 200px;
}

.roadmap-etap {
  margin-bottom: 50px;
}

.roadmap-etap-title {
  font-size: 26px;
  color: var(--color3a);
  font-weight: 700;
  margin-bottom: 5px;
}

.roadmap-etap:nth-child(1) .roadmap-etap-title,
.roadmap-etap:nth-child(2) .roadmap-etap-title {
  color: var(--color6);
}

.roadmap-title-mobile {
  display: none;
}



.go-to-up {
  background-color: rgb(1 39 44);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  border-radius: 25px;
  padding: 11px 12px;
  cursor: pointer;
  display: none;
}

.go-to-up img {
  width: 25px;
}

.minheight600 {
  min-height: 600px;
}

.textcontent {
  padding: 50px;
}

.imagedocuments img {
  display: block;
  max-width: 100%;
  margin: auto;
  width: 80%;
  margin-bottom: 30px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--color2) !important;
  background-clip: padding-box;
  border: 1pxsolidrgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  -webkit-box-shadow: 0 5px 26px -10px rgb(90 50 255 / 80%);
  box-shadow: 0 5px 36px -10px rgb(90 50 255 / 80%);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-transform: translateX(0px);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transform: translateX(0px);
  -o-transition: all 0.4s ease-in-out;
  background-image: url('../images/Ellipse3.png');
  background-size: 300%;
  background-position: 20% 200%;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--color2a) !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid var(--color2a) !important;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.form-control-site {
  width: 100%;
  display: block;
  background: transparent;
  border-radius: 6px;
  padding: 10px 15px;
  border: 1px solid var(--color5);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color3) !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color3) !important;
  font-size: 12px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color3) !important;
  font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color3) !important;
  font-size: 12px;
}

input,
textarea {
  color: var(--color1) !important;
  font-size: 12px;
}

/*HOLST*/
.holst_height {
  min-height: 500px;
}

.holst_padding {
  padding: 50px 0;
}

.bg_ellipse1 {
  background-image: url('../images/ellipse1.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.start_icons_col {
  width: calc(100%/3);
}

.start_icons_image {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -150px;
}

.start_icons_title {
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  width: 80%;
}

.start_icons_des {
  font-size: 18px;
  font-weight: 100;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  width: 80%;
}

.start_icons_wrap {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  margin-top: 150px;
  background-color: rgba(255, 255, 255, 0.03);
}

.bloks-header {
  padding: 30px 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.blok-header {
  padding: 30px;
  border: 1px solid #260856;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.gpimage {
  max-width: 300px;
  border-radius: 20px;
}