@font-face {
  font-family: Stem;
  src: url('../fonts/STEM-REGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stem;
  src: url('../fonts/Stem-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacecolony;
  src: url('../fonts/SpaceColony-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bronze: #9a8b84;
  --darck: #4b4c4d;
  --light-grey: #d2d4d3;
  --back: #fcfcfc;
}

body {
  color: #333;
  background-color: #fcfcfc;
  font-family: Stem, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--bronze);
  text-decoration: underline;
}

.section {
  justify-content: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section.futer {
  z-index: 20;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  padding-bottom: 1%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.section.menue {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  overflow: visible;
}

.section.back-futer {
  z-index: 1;
  justify-content: space-between;
  padding-top: 10vw;
  display: flex;
  position: fixed;
  overflow: visible;
  transform: translate(0, 100vh);
}

.section.slider {
  z-index: 1;
  justify-content: space-between;
  display: flex;
}

.section.mobile-slider {
  display: none;
}

.section.content {
  margin-top: 200px;
  display: block;
  overflow: visible;
}

.section.slider-contakt {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.section.layer {
  inset: auto 0% 0%;
}

.container {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.start_div {
  z-index: 20;
  justify-content: center;
  margin-bottom: 3%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.futer-text {
  color: var(--darck);
  font-family: Spacecolony, sans-serif;
}

.center_div {
  text-decoration: none;
  display: flex;
}

.blinck_dash {
  background-color: var(--darck);
  color: var(--darck);
  width: 14px;
  height: 2px;
  margin-top: 17px;
}

.blink {
  width: 14px;
  height: 2px;
  margin-top: 15px;
  margin-left: 5px;
}

.blink.slider {
  margin-top: 0;
  margin-left: 3px;
  margin-right: 3px;
}

.body {
  color: var(--darck);
  background-color: #fcfcfc;
  font-family: Stem, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.content {
  justify-content: center;
  display: flex;
}

.menue {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section-rocket {
  position: absolute;
  inset: 0%;
  transform: translate(0, 100vh);
}

.conteiner_rocket {
  justify-content: center;
  display: flex;
}

.logo-div {
  z-index: 10;
  justify-content: center;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  transform: none;
}

.colony-text {
  font-family: Spacecolony, sans-serif;
  font-weight: 400;
}

.colony-text.left {
  text-align: right;
  padding-right: 12px;
}

.colony-text.right {
  text-align: left;
  padding-left: 9px;
}

.colony-text.left-copy {
  text-align: right;
  padding-right: 12px;
}

.futer-column {
  text-align: center;
  justify-content: center;
  width: 300px;
  position: relative;
}

.start-block {
  z-index: 20;
  color: var(--darck);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.futer {
  justify-content: space-between;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menue-div {
  color: var(--darck);
  align-self: center;
  text-decoration: none;
}

.menue-div:focus {
  color: var(--bronze);
}

.left-side, .right-side {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.back-futer-column {
  flex: 1;
  font-size: 12px;
}

.light-text {
  color: var(--light-grey);
}

.light-text._12 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.light-text.pd-20 {
  margin-top: 18px;
}

.weight-text {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.circle-back {
  z-index: -1;
  background-color: var(--darck);
  transform-style: preserve-3d;
  border-top-left-radius: 150vw;
  border-top-right-radius: 150vw;
  position: absolute;
  inset: 0%;
  transform: scale3d(2, 1, 1);
}

.lottie_satellite {
  cursor: pointer;
  width: 60px;
}

.div-block {
  display: flex;
}

.lottie-animation {
  width: 200px;
}

.lottie-animation-2 {
  width: 60px;
  margin-top: 0;
  margin-bottom: -13px;
  transform: translate(0, -29px);
}

.slider-left-text-conainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 300vh;
  padding-left: 5%;
  display: flex;
  position: relative;
  transform: none;
}

.slider-right-text-container {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 30%;
  height: 300vh;
  padding-right: 5%;
  display: flex;
  transform: none;
}

.central-img-slider {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100vh;
  display: flex;
  position: relative;
  transform: none;
}

.a-l, .a-r {
  cursor: pointer;
  align-items: center;
  width: 3vw;
  display: flex;
}

.arrow-slider {
  width: 100px;
  font-size: 48px;
}

.text-div {
  width: 80%;
}

.slider-blink-navigations {
  z-index: 10;
  justify-content: center;
  height: 2px;
  display: flex;
}

.nonblink {
  background-color: var(--darck);
  width: 14px;
  height: 2px;
  margin-left: 3px;
  margin-right: 3px;
}

.shutle {
  z-index: 51;
  position: absolute;
}

.pic1 {
  z-index: 50;
  position: absolute;
}

.pic_container {
  z-index: 50;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.pic_container._1 {
  z-index: 49;
  display: flex;
}

.pic_container._2 {
  z-index: 48;
  display: flex;
}

.pic_container._3 {
  z-index: 47;
  display: flex;
}

.pic_container._4 {
  opacity: 0;
  display: flex;
}

.pic_container._0 {
  z-index: 50;
}

.pic_container.contakt {
  display: flex;
}

.pic2 {
  z-index: 51;
  margin-bottom: -20%;
  position: relative;
}

.icon1 {
  z-index: 52;
  position: absolute;
}

.div-block-2 {
  width: 100%;
  position: relative;
}

.center-pic {
  opacity: 1;
  align-self: stretch;
  margin-bottom: -25%;
}

.ico3, .div-block-4 {
  position: absolute;
}

.div-block-5 {
  width: 100%;
}

.right-text-container {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.left-text {
  align-items: center;
  height: 100vh;
  display: flex;
}

.futer-menue-container {
  flex: 1;
  display: flex;
}

.futer-menue-container.hide {
  display: none;
}

.link-block {
  z-index: 10;
  position: relative;
}

.card {
  background-color: var(--back);
  border-radius: 10px;
  width: 28%;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 57px;
  position: static;
  box-shadow: 1px 1px 12px #0000001a;
}

.card.left {
  margin-left: 74px;
  margin-right: 4px;
  position: static;
}

.logo-card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px;
}

.card-content {
  padding: 3px 23px 23px;
}

.title-card {
  margin-top: 9%;
  margin-bottom: 5%;
  font-style: normal;
}

.bottom-card {
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
}

.icon-text {
  align-items: center;
  display: flex;
}

.card-raw {
  justify-content: space-between;
  display: flex;
}

.card-raw.left {
  justify-content: flex-start;
}

.bottom-line {
  filter: blur(5px);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  width: 100vw;
  height: 100px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -8px 32px #ffd09e5e;
}

.bottom-line.white {
  filter: none;
  height: 50px;
  display: none;
}

.card-icon {
  margin-right: 15px;
}

.empty {
  height: 50px;
}

.empty.bottom {
  height: 15vw;
}

.card-logo {
  height: 30px;
  position: static;
}

.page-content {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-pic {
  width: 300px;
  height: 300px;
}

.pic-div {
  justify-content: center;
  margin-bottom: 69px;
  display: flex;
}

.page-title {
  text-align: center;
  font-size: 36px;
}

.list {
  padding-top: 5px;
  padding-left: 25px;
  display: block;
}

.heading {
  margin-top: 48px;
}

.pult-back {
  z-index: -1;
  border-radius: 200px 200px 0 0;
  width: 50%;
  margin: 36px auto -145px;
  position: absolute;
  inset: 0%;
}

.planet-contakt {
  filter: blur(5px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  transition: filter .2s;
  display: flex;
}

.planet-contakt:hover {
  filter: blur();
}

.slider-right-text-container-copy {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 30%;
  height: 100vh;
  padding-right: 5%;
  display: flex;
  transform: none;
}

.slider-left-text-conainer-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100vh;
  padding-left: 5%;
  display: flex;
  position: relative;
  transform: none;
}

.left-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.right-content {
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.image {
  z-index: -1;
  max-width: 120%;
  position: absolute;
}

.dropdown-list {
  background-color: var(--back);
}

.dropdown-list.w--open {
  position: absolute;
}

.dropdown-list.drop-lang {
  top: 61px;
  right: -1px;
}

.drop-link {
  border-bottom: 2px solid #0000;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.drop-link:hover {
  border-bottom-color: var(--darck);
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.drop-link.lang-menue.w--current {
  text-align: center;
}

.text-block {
  padding-right: 60px;
}

.text-block-2 {
  padding-left: 60px;
}

.news-img {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-img-content {
  width: 50%;
  margin-right: 37px;
}

.lang {
  margin-right: 39px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle {
  align-self: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  padding: 0;
}

.text-block-3 {
  width: 300px;
}

.flag-select-link {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.flag {
  flex: none;
  width: 30px;
  margin-left: 11px;
}

.element {
  z-index: 50;
  color: var(--darck);
  position: absolute;
}

.accessdenied {
  z-index: 50;
  position: absolute;
}

.form {
  max-width: 320px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  border: 0 solid #000;
  border-bottom-width: 2px;
  margin-top: 15px;
  margin-bottom: 10%;
}

.submit-button {
  background-color: #000;
  padding-left: 36px;
  padding-right: 36px;
}

.field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--darck);
  margin-bottom: 16%;
}

.center-img {
  justify-content: space-around;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.link-2 {
  flex: none;
}

.text-span, .text-span-2 {
  color: var(--bronze);
}

.heading-2 {
  padding-left: 60px;
}

.div-block-6 {
  height: 20vh;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section.back-futer {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .section.slider, .section.content, .section.slider-contakt {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rocket {
    max-width: 150%;
  }

  .colony-text.left, .colony-text.left-copy, .colony-text.center {
    text-align: center;
  }

  .futer-column {
    margin-left: auto;
    margin-right: auto;
  }

  .futer-column.left, .futer-column.right, .left-side, .right-side {
    display: none;
  }

  .arrow-slider {
    font-size: 32px;
  }

  .ico3 {
    width: 70px;
  }

  .futer-menue-container {
    flex: 0 auto;
    margin-top: 5%;
    display: flex;
  }

  .futer-menue-container.hide {
    display: flex;
  }

  .card {
    width: 30%;
    margin: 11px;
  }

  .card.left {
    margin-left: 15px;
  }

  .card-raw {
    align-items: flex-start;
  }

  .page-content {
    width: auto;
  }

  .planet-contakt {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section.slider {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section.content {
    margin-top: 100px;
  }

  .section.slider-contakt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .central-img-slider {
    height: auto;
  }

  .icon1 {
    width: 70px;
  }

  .futer-menue-container.hide {
    display: flex;
  }

  .card {
    width: 70%;
  }

  .card-raw {
    flex-direction: column;
    align-items: center;
  }

  .page-content {
    width: auto;
  }

  .left-content {
    width: 90vw;
  }

  .right-content {
    text-align: left;
    width: 90vw;
  }

  .image {
    width: 250px;
    height: 250px;
  }

  .news-img-content {
    width: auto;
    margin-bottom: 44px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .section.futer {
    z-index: 51;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .section.menue {
    z-index: 50;
    width: 100px;
    inset: 0% 3% 0% auto;
  }

  .section.back-futer {
    z-index: 2;
    display: flex;
    transform: translate(0, 100vh);
  }

  .section.slider {
    flex-direction: column;
    display: none;
  }

  .section.slider.contakt {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .section.mobile-slider {
    z-index: 2;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    transform: none;
  }

  .section.content {
    margin-top: 200px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.slider-contakt {
    flex-direction: column;
    justify-content: center;
    height: 130vh;
    padding-top: 104px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .section.slider-contakt.contakt {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .conteiner_rocket {
    transform: none;
  }

  .rocket {
    display: block;
  }

  .colony-text.left, .colony-text.right, .colony-text.left-copy {
    text-align: center;
  }

  .futer-column.center {
    width: 100%;
  }

  .start-block {
    z-index: 51;
  }

  .lottie_satellite {
    display: flex;
  }

  .slider-left-text-conainer {
    width: 100%;
    height: auto;
    position: static;
  }

  .slider-right-text-container {
    width: 100%;
    height: auto;
  }

  .central-img-slider {
    width: 100%;
    height: 300px;
    position: static;
  }

  .slider-blink-navigations {
    display: none;
  }

  .pic1 {
    position: relative;
  }

  .pic_container._0 {
    flex: 0 auto;
    position: static;
  }

  .center-pic {
    flex: 0 auto;
    width: 80%;
    margin-top: -7%;
    margin-left: auto;
    margin-right: auto;
  }

  .ico3._1 {
    width: 40px;
  }

  .right-text-container {
    display: none;
  }

  .left-text {
    height: auto;
  }

  .futer-menue-container.hide {
    display: block;
  }

  .mobile-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .slider-2 {
    background-color: #0000;
    height: 100vh;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }

  .card {
    width: 90%;
  }

  .empty.bottom {
    height: 20vh;
  }

  .page-content {
    width: auto;
  }

  .pic-div {
    margin-bottom: 30px;
  }

  .planet-contakt {
    width: 200px;
    height: 200px;
  }

  .slider-right-text-container-copy {
    width: 100%;
    height: auto;
  }

  .slider-left-text-conainer-copy {
    width: 100%;
    height: auto;
    padding-left: 0%;
    position: static;
  }

  .left-content {
    justify-content: flex-end;
  }

  .right-content {
    text-align: left;
    justify-content: flex-start;
  }

  .text-block {
    z-index: 10;
  }

  .text-block-2 {
    z-index: 10;
    padding-left: 0;
  }

  .news-img-content {
    width: auto;
    margin-bottom: 44px;
    margin-right: 0;
  }

  .lang {
    z-index: 50;
  }

  .heading-2 {
    text-align: left;
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Stem';
  src: url('../fonts/STEM-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacecolony';
  src: url('../fonts/SpaceColony-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}