a {
  text-decoration: none;
}

.body {
  background-color: #000;
}

.div-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.div-block-2 {
  width: 10vh;
  height: 10vh;
  margin-top: 4vh;
  margin-left: 4vh;
  border-radius: 13px;
  background-image: url('../images/10G-Logo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about {
  position: relative;
  display: block;
  overflow: scroll;
  width: 60vh;
  height: 60vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(46, 45, 45, 0.6);
  box-shadow: 1px 1px 20px 0 #000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #8a8a8a;
}

.text-block {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 4vh;
  line-height: 4.5vh;
  text-align: left;
}

.text-block-2 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #d5cfcf;
  font-size: 2.1vh;
  line-height: 5vh;
}

.div-block-6 {
  position: absolute;
  display: block;
  overflow: visible;
  width: 4vh;
  height: 4vh;
  margin-bottom: 0px;
  background-image: url('../images/i-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0px;
  cursor: pointer;
}

.lottie-animation {
  position: absolute;
  display: block;
  width: 4vh;
  height: 4vh;
  cursor: pointer;
}

.text-block-3 {
  display: block;
  margin-top: 2.5vh;
  color: #cacaca;
}

.text-block-4 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: #cacaca;
  font-weight: 600;
}

.hello {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info {
  position: relative;
  display: none;
  height: auto;
  padding-top: 0vh;
  padding-bottom: 7vh;
  font-family: Montserrat, sans-serif;
}

.div-block-7 {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vh;
  height: 4vh;
  margin-top: 2vh;
  margin-right: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff;
}

.link {
  margin-right: 4vh;
  margin-left: 4vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-5 {
  padding-left: 4vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.link-block {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: auto;
  background-color: hsla(0, 0%, 71.4%, 0);
  opacity: 1;
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6vh;
  margin-top: 0px;
  padding-left: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.columns {
  display: block;
  padding-top: 0px;
}

.html-embed {
  width: auto;
  height: auto;
}

.link-block-2 {
  height: auto;
  background-color: hsla(0, 0%, 71.3%, 0);
  opacity: 1;
}

.link-block-3 {
  height: auto;
  background-color: hsla(0, 0%, 71.4%, 0);
  opacity: 1;
}

.text-span {
  color: #cacaca;
  font-weight: 600;
}

.image {
  display: block;
  margin-top: 6vh;
}

.text-block-6 {
  margin-top: 6.2vh;
  color: #cacaca;
}

.div-block-10 {
  position: absolute;
  width: 60vh;
  height: 60vh;
}

.image-2 {
  display: none;
  margin-bottom: 3vh;
}

.image-3 {
  display: none;
  margin-bottom: 3vh;
}

.text-block-7 {
  width: auto;
  color: #cacaca;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #cacaca;
}

.bold-text {
  color: #cacaca;
  font-weight: 400;
}

.text-block-9 {
  color: #cacaca;
}

.text-block-10 {
  color: #cacaca;
  font-size: 20px;
  font-weight: 500;
}

.text-block-11 {
  color: #cacaca;
  font-size: 20px;
  font-weight: 500;
}

.section {
  position: relative;
}

.section-2 {
  position: relative;
}

.section-3 {
  position: relative;
}

.column-2 {
  margin-top: 6vh;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  margin-right: 4vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  cursor: pointer;
}

.image-4 {
  width: 2vh;
  height: 2vh;
  margin-right: 2vh;
}

.en {
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
}

.ru {
  margin-right: 4vh;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
}

.slash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
}

.button-ru {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.button-ru.w--current {
  font-weight: 700;
}

.button-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.button-us.w--current {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-us {
  display: none;
}

.team {
  display: none;
}

.service {
  display: none;
}

.html-embed-2 {
  display: block;
}

.link-block-4 {
  display: none;
}

.link-block-5 {
  display: none;
}

.link-block-6 {
  display: none;
}

@media screen and (max-width: 479px) {
  .back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .about {
    width: 90%;
    height: 65%;
  }

  .text-block-2 {
    line-height: 3.2vh;
  }

  .div-block-6 {
    top: auto;
    right: auto;
    bottom: auto;
  }

  .lottie-animation {
    margin-bottom: 0vh;
    margin-left: 0vh;
  }

  .hello {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .info {
    display: none;
  }

  .div-block-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 1000;
    margin-top: 0vh;
    margin-right: 0vh;
    margin-left: 0vh;
    padding-top: 2vh;
    padding-right: 6vh;
  }

  .div-block-10 {
    width: 90vw;
    height: 65%;
  }
}

