@font-face {
  font-family: Benzin;
  src: url(../fonts/benzin-bold.ttf);
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-stars-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 8000px;
  }
}

@keyframes move-stars-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 8000px;
  }
}

@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars, .twinkling, .clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #000000 url(../assets/stars.png) repeat top center;
  z-index: 0;
  -webkit-animation: move-stars-back 400s linear infinite;
          animation: move-stars-back 400s linear infinite;
}

.twinkling {
  background: transparent url(../assets/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  background: transparent url(../assets/space.png?v1) repeat-x top center;
  z-index: 3;
  -webkit-animation: move-clouds-back 100s linear infinite;
  animation: move-clouds-back 100s linear infinite;
}

.earth {
  background: transparent url(../assets/earth.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 40vh;
  left: calc(50% - 1360px / 2);
  z-index: 4;
  width: 1360px;
  height: 1360px;
}

@media (max-width: 350px) {
  .earth {
    left: calc(50% - 365px / 2);
    width: 365px;
    height: 365px;
    top: 35vh;
  }
}

@media (min-width: 350px) and (max-width: 420px) {
  .earth {
    left: calc(50% - 400px / 2);
    width: 400px;
    height: 400px;
    top: 30vh;
  }
}

@media (min-width: 421px) and (max-width: 575px) {
  .earth {
    left: calc(50% - 600px / 2);
    width: 600px;
    height: 600px;
    top: 30vh;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .earth {
    left: calc(50% - 800px / 2);
    width: 800px;
    height: 800px;
    top: 40vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .earth {
    left: calc(50% - 800px / 2);
    width: 800px;
    height: 800px;
  }
}

.first-screen {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .first-screen {
    padding-bottom: 56px;
  }
}

.first-screen .first-screen__present-block {
  padding-top: 140px;
}

@media (min-width: 1000px) {
  .first-screen .first-screen__present-block {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .first-screen .first-screen__present-block {
    padding-top: 80px;
  }
}

.first-screen .first-screen__present-block h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.first-screen .first-screen__present-block h1 span {
  color: #115EFB;
  padding-left: 118px;
}

@media (max-width: 1199px) {
  .first-screen .first-screen__present-block h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .first-screen .first-screen__present-block h1 span {
    padding-left: 70px;
  }
}

@media (max-width: 575px) {
  .first-screen .first-screen__present-block h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .first-screen .first-screen__present-block h1 span {
    padding-left: 40px;
  }
}

.first-screen .first-screen__present-block .arrow-scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.first-screen .first-screen__present-block .arrow-scroll.opacity-0 {
  opacity: 0;
}

.first-screen .first-screen__present-block .arrow-scroll:hover {
  opacity: 0.4;
}

@media (max-width: 1000px) {
  .first-screen .first-screen__present-block .arrow-scroll {
    display: none;
  }
}

.first-screen .first-screen__present-block .arrow-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.first-screen .first-screen__present-block .arrow-scroll span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: arrowBounce 3s infinite;
  animation: arrowBounce 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.first-screen .first-screen__present-block .arrow-scroll span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes arrowBounce {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowBounce {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.first-screen .cubesat-present {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .first-screen .cubesat-present h2 {
    padding-top: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .first-screen .cubesat-present h2 {
    padding-top: 430px;
  }
}

.first-screen .sputnik {
  -webkit-transition: all 0s;
  transition: all 0s;
  position: absolute;
  background: url(../assets/sputnik-sprite.png?v1) no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  width: 650px;
  height: 650px;
  top: 0px;
  right: 0px;
  z-index: 4;
}

@media (max-width: 1000px) {
  .first-screen .sputnik {
    width: 300px;
    height: 300px;
    top: 10%;
  }
}

@media (max-width: 500px) {
  .first-screen .sputnik {
    top: 20%;
  }
}

@media (min-width: 1001px) {
  .first-screen .sputnik.frame1 {
    background-position: -650px 0px;
  }
  .first-screen .sputnik.frame2 {
    background-position: -1300px 0px;
  }
  .first-screen .sputnik.frame3 {
    background-position: -1950px 0px;
  }
  .first-screen .sputnik.frame4 {
    background-position: -2600px 0px;
  }
  .first-screen .sputnik.frame5 {
    background-position: -3250px 0px;
  }
  .first-screen .sputnik.frame6 {
    background-position: -3900px 0px;
  }
  .first-screen .sputnik.frame7 {
    background-position: -4550px 0px;
  }
  .first-screen .sputnik.frame8 {
    background-position: -5200px 0px;
  }
  .first-screen .sputnik.frame9 {
    background-position: -5850px 0px;
  }
  .first-screen .sputnik.frame10 {
    background-position: -6500px 0px;
  }
  .first-screen .sputnik.frame11 {
    background-position: -7150px 0px;
  }
  .first-screen .sputnik.frame12 {
    background-position: -7800px 0px;
  }
  .first-screen .sputnik.frame13 {
    background-position: -8450px 0px;
  }
  .first-screen .sputnik.frame14 {
    background-position: -9100px 0px;
  }
  .first-screen .sputnik.frame15 {
    background-position: -9750px 0px;
  }
  .first-screen .sputnik.frame16 {
    background-position: -10400px 0px;
  }
  .first-screen .sputnik.frame17 {
    background-position: -11050px 0px;
  }
  .first-screen .sputnik.frame18 {
    background-position: -11700px 0px;
  }
  .first-screen .sputnik.frame19 {
    background-position: -12350px 0px;
  }
  .first-screen .sputnik.frame20 {
    background-position: -13000px 0px;
  }
  .first-screen .sputnik.frame21 {
    background-position: -13650px 0px;
  }
  .first-screen .sputnik.frame22 {
    background-position: -14300px 0px;
  }
  .first-screen .sputnik.frame23 {
    background-position: -14950px 0px;
  }
  .first-screen .sputnik.frame24 {
    background-position: -15600px 0px;
  }
  .first-screen .sputnik.frame25 {
    background-position: -16250px 0px;
  }
  .first-screen .sputnik.frame26 {
    background-position: -16900px 0px;
  }
  .first-screen .sputnik.frame27 {
    background-position: -17550px 0px;
  }
  .first-screen .sputnik.frame28 {
    background-position: -18200px 0px;
  }
  .first-screen .sputnik.frame29 {
    background-position: -18850px 0px;
  }
  .first-screen .sputnik.frame30 {
    background-position: -19500px 0px;
  }
  .first-screen .sputnik.frame31 {
    background-position: -20150px 0px;
  }
  .first-screen .sputnik.frame32 {
    background-position: -20800px 0px;
  }
  .first-screen .sputnik.frame33 {
    background-position: -21450px 0px;
  }
  .first-screen .sputnik.frame34 {
    background-position: -22100px 0px;
  }
  .first-screen .sputnik.frame35 {
    background-position: -22750px 0px;
  }
  .first-screen .sputnik.frame36 {
    background-position: -23400px 0px;
  }
  .first-screen .sputnik.frame37 {
    background-position: -24050px 0px;
  }
  .first-screen .sputnik.frame38 {
    background-position: -24700px 0px;
  }
  .first-screen .sputnik.frame39 {
    background-position: -25350px 0px;
  }
  .first-screen .sputnik.frame40 {
    background-position: -26000px 0px;
  }
  .first-screen .sputnik.frame41 {
    background-position: -26650px 0px;
  }
  .first-screen .sputnik.frame42 {
    background-position: -27300px 0px;
  }
  .first-screen .sputnik.frame43 {
    background-position: -27950px 0px;
  }
  .first-screen .sputnik.frame44 {
    background-position: -28600px 0px;
  }
  .first-screen .sputnik.frame45 {
    background-position: -29250px 0px;
  }
  .first-screen .sputnik.frame46 {
    background-position: -29900px 0px;
  }
  .first-screen .sputnik.frame47 {
    background-position: -30550px 0px;
  }
  .first-screen .sputnik.frame48 {
    background-position: -31200px 0px;
  }
}

@media (max-width: 1000px) {
  .first-screen .sputnik.frame1 {
    background-position: -300px 0px;
  }
  .first-screen .sputnik.frame2 {
    background-position: -600px 0px;
  }
  .first-screen .sputnik.frame3 {
    background-position: -900px 0px;
  }
  .first-screen .sputnik.frame4 {
    background-position: -1200px 0px;
  }
  .first-screen .sputnik.frame5 {
    background-position: -1500px 0px;
  }
  .first-screen .sputnik.frame6 {
    background-position: -1800px 0px;
  }
  .first-screen .sputnik.frame7 {
    background-position: -2100px 0px;
  }
  .first-screen .sputnik.frame8 {
    background-position: -2400px 0px;
  }
  .first-screen .sputnik.frame9 {
    background-position: -2700px 0px;
  }
  .first-screen .sputnik.frame10 {
    background-position: -3000px 0px;
  }
  .first-screen .sputnik.frame11 {
    background-position: -3300px 0px;
  }
  .first-screen .sputnik.frame12 {
    background-position: -3600px 0px;
  }
  .first-screen .sputnik.frame13 {
    background-position: -3900px 0px;
  }
  .first-screen .sputnik.frame14 {
    background-position: -4200px 0px;
  }
  .first-screen .sputnik.frame15 {
    background-position: -4500px 0px;
  }
  .first-screen .sputnik.frame16 {
    background-position: -4800px 0px;
  }
  .first-screen .sputnik.frame17 {
    background-position: -5100px 0px;
  }
  .first-screen .sputnik.frame18 {
    background-position: -5400px 0px;
  }
  .first-screen .sputnik.frame19 {
    background-position: -5700px 0px;
  }
  .first-screen .sputnik.frame20 {
    background-position: -6000px 0px;
  }
  .first-screen .sputnik.frame21 {
    background-position: -6300px 0px;
  }
  .first-screen .sputnik.frame22 {
    background-position: -6600px 0px;
  }
  .first-screen .sputnik.frame23 {
    background-position: -6900px 0px;
  }
  .first-screen .sputnik.frame24 {
    background-position: -7200px 0px;
  }
  .first-screen .sputnik.frame25 {
    background-position: -7500px 0px;
  }
  .first-screen .sputnik.frame26 {
    background-position: -7800px 0px;
  }
  .first-screen .sputnik.frame27 {
    background-position: -8100px 0px;
  }
  .first-screen .sputnik.frame28 {
    background-position: -8400px 0px;
  }
  .first-screen .sputnik.frame29 {
    background-position: -8700px 0px;
  }
  .first-screen .sputnik.frame30 {
    background-position: -9000px 0px;
  }
  .first-screen .sputnik.frame31 {
    background-position: -9300px 0px;
  }
  .first-screen .sputnik.frame32 {
    background-position: -9600px 0px;
  }
  .first-screen .sputnik.frame33 {
    background-position: -9900px 0px;
  }
  .first-screen .sputnik.frame34 {
    background-position: -10200px 0px;
  }
  .first-screen .sputnik.frame35 {
    background-position: -10500px 0px;
  }
  .first-screen .sputnik.frame36 {
    background-position: -10800px 0px;
  }
  .first-screen .sputnik.frame37 {
    background-position: -11100px 0px;
  }
  .first-screen .sputnik.frame38 {
    background-position: -11400px 0px;
  }
  .first-screen .sputnik.frame39 {
    background-position: -11700px 0px;
  }
  .first-screen .sputnik.frame40 {
    background-position: -12000px 0px;
  }
  .first-screen .sputnik.frame41 {
    background-position: -12300px 0px;
  }
  .first-screen .sputnik.frame42 {
    background-position: -12600px 0px;
  }
  .first-screen .sputnik.frame43 {
    background-position: -12900px 0px;
  }
  .first-screen .sputnik.frame44 {
    background-position: -13200px 0px;
  }
  .first-screen .sputnik.frame45 {
    background-position: -13500px 0px;
  }
  .first-screen .sputnik.frame46 {
    background-position: -13800px 0px;
  }
  .first-screen .sputnik.frame47 {
    background-position: -14100px 0px;
  }
  .first-screen .sputnik.frame48 {
    background-position: -14400px 0px;
  }
}

.first-screen .sputnik-sm {
  background-image: url(../assets/footer-sputnik-sm.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 0;
}

@media (max-width: 349px) {
  .first-screen .sputnik-sm {
    width: 80%;
    height: 80%;
  }
}

@media (min-width: 350px) and (max-width: 575px) {
  .first-screen .sputnik-sm {
    width: 70%;
    height: 70%;
    top: 53% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .first-screen .sputnik-sm {
    top: 54%;
  }
}

.geoscan-cubesat-block {
  padding-top: 60px;
  padding-bottom: 75px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .geoscan-cubesat-block {
    padding-top: 94px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .geoscan-cubesat-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.geoscan-cubesat-block::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 55%;
  height: 36%;
  left: 16%;
  top: 38%;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
  transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
}

@media (max-width: 575px) {
  .geoscan-cubesat-block::before {
    width: 100%;
    height: 20%;
    left: 0%;
    top: 30%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .geoscan-cubesat-block::before {
    width: 100%;
    height: 20%;
    left: 0%;
    top: 30%;
  }
}

.geoscan-cubesat-block * {
  z-index: 1;
}

@media (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles {
    margin-top: 20px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item {
  width: 255px;
  height: 136px;
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item {
    width: 140px;
    height: 90px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item {
    width: 223px;
    height: 120px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
  margin-top: 140px;
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
    margin: 50px calc(50% - 150px);
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
    margin: 40px calc(50% - 223px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-1 {
    margin-top: 95px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
  margin-top: 100px;
  margin-left: 200px;
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
    margin: -140px calc(50% + 10px) 0px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
    margin: -160px calc(50% + 10px) 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
    margin-top: -118px;
    margin-left: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item.charact-item-2 {
    margin-left: 100px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle {
  position: relative;
  text-align: center;
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle::after {
  content: '';
  position: absolute;
  display: block;
  width: 136px;
  height: 255px;
  top: -100px;
  left: 58px;
  border: 2px solid #555555;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(73.61deg);
          transform: rotate(73.61deg);
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle::after {
    width: 90px;
    height: 140px;
    top: -45px;
    left: 20px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle::after {
    width: 120px;
    height: 223px;
    top: -86px;
    left: 48px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle span {
  font-family: "Benzin";
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  display: block;
  position: relative;
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle span {
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle span {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_circle span {
    font-size: 16px;
  }
}

.geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_title {
  margin-top: 65px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_title {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block .geoscan-cubesat-block__cubesat-circles .geoscan-cubesat-block__charact-item .geoscan-cubesat-block__charact-item_title {
    font-size: 16px;
    margin-top: 50px;
  }
}

.geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
  background: url(../assets/cubesat-360-1u.png?v1) no-repeat center;
  background-size: 75% !important;
  background-color: #C4C4C4;
  border-radius: 100%;
  position: relative;
  height: 500px;
  width: 500px;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
    width: 400px;
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
    opacity: 1;
    margin: 100px auto 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 575px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360__img {
    width: 250px;
    height: 250px;
    margin-top: 140px;
  }
}

.geoscan-cubesat-block .cubesat-360:hover {
  cursor: pointer;
}

.geoscan-cubesat-block .cubesat-360:hover .cubesat-360__img {
  opacity: 1;
}

.geoscan-cubesat-block .cubesat-360:hover .cubesat-360-btn {
  color: #222222;
  background-color: #ffffff;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.geoscan-cubesat-block .cubesat-360:hover .cubesat-360-btn::after {
  background: #115EFB;
  -webkit-animation: 1.5s linear 0s normal none infinite running cubesat-360-btn;
          animation: 1.5s linear 0s normal none infinite running cubesat-360-btn;
}

@-webkit-keyframes cubesat-360-btn {
  from {
    -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
            transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
            transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

@keyframes cubesat-360-btn {
  from {
    -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
            transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
            transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

.geoscan-cubesat-block .cubesat-360 .cubesat-360-btn {
  background: #ffffff00;
  height: 65px;
  width: 65px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  font-family: "Benzin";
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 576px) and (max-width: 991px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360-btn {
    top: -10%;
    right: -10%;
  }
}

@media (max-width: 575px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360-btn {
    top: -12%;
    right: -12%;
  }
}

.geoscan-cubesat-block .cubesat-360 .cubesat-360-btn::after {
  content: '';
  background: #222222;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  top: 24px;
  right: 24px;
  position: absolute;
  -webkit-transform: translateX(25px) translateY(-20px);
          transform: translateX(25px) translateY(-20px);
}

@media (max-width: 767px) {
  .geoscan-cubesat-block .cubesat-360 .cubesat-360-btn::after {
    background: #115EFB;
    -webkit-animation: 1.5s linear 0s normal none infinite running cubesat-360-btn;
            animation: 1.5s linear 0s normal none infinite running cubesat-360-btn;
  }
  @-webkit-keyframes cubesat-360-btn {
    from {
      -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
              transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
              transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
  }
  @keyframes cubesat-360-btn {
    from {
      -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
              transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
              transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
  }
}

.geoscan-cubesat-block.geoscan-3u-block .cubesat-360__img {
  background: url(../assets/cubesat-360-3u.png) no-repeat 48px center;
  background-color: #c4c4c4;
  background-size: cover;
}

@media (max-width: 575px) {
  .geoscan-cubesat-block.geoscan-3u-block .cubesat-360__img {
    background: url(../assets/cubesat-360-3u.png) no-repeat 20px 40px;
    background-color: #c4c4c4;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .geoscan-cubesat-block.geoscan-3u-block .cubesat-360__img {
    background: url(../assets/cubesat-360-3u.png) no-repeat 30px 55px;
    background-color: #c4c4c4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .geoscan-cubesat-block.geoscan-3u-block .cubesat-360__img {
    background: url(../assets/cubesat-360-3u.png) no-repeat 25px 45px;
    background-color: #c4c4c4;
  }
}

.cubesat-video-block {
  background: #ffffff url(../assets/cubesat-video-bg.png?v1) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cubesat-video-block {
    min-height: 400px;
  }
}

.cubesat-video-block::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 2;
  opacity: 0.6;
}

.cubesat-video-block .container {
  position: relative;
  z-index: 2;
}

.cubesat-video-block video, .cubesat-video-block iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
}

.cubesat-video-block iframe {
  opacity: 0;
}

.cubesat-video-block iframe.loaded {
  opacity: 1;
}

.sputnik-modules {
  padding-top: 94px;
  padding-bottom: 235px;
  background-color: #000000;
  overflow: hidden;
}

@media (max-width: 991px) {
  .sputnik-modules {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sputnik-modules div:not(.sputnik-modules__img-wrapper) {
  position: relative;
  z-index: 2;
}

.sputnik-modules .h2 {
  margin-bottom: 80px;
}

.sputnik-modules p {
  margin-bottom: 0px;
}

.sputnik-modules p .btn {
  max-width: 274px;
}

.sputnik-modules .text-block {
  position: relative;
  margin-bottom: 50px;
}

.sputnik-modules__img {
  position: relative;
  width: 450px;
  margin-left: calc(100% - 450px);
  margin-top: -200px;
}

.sputnik-modules__img-wrapper {
  position: relative;
  z-index: 1;
}

.sputnik-modules__img img {
  width: 100%;
}

.sputnik-modules__img::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 750px;
  left: -180px;
  top: -180px;
  background: radial-gradient(37.07% 41.12% at 50% 50%, #11E0FB 0%, rgba(17, 224, 251, 0) 100%);
  opacity: .3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sputnik-modules {
    padding-bottom: 135px;
  }
  .sputnik-modules__img {
    width: 350px;
    margin-left: calc(100% - 350px);
    margin-top: -200px;
  }
}

@media (max-width: 991px) {
  .sputnik-modules .h2 {
    margin-bottom: 45px;
  }
  .sputnik-modules .text-block {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sputnik-modules {
    padding-bottom: 130px;
  }
  .sputnik-modules__img {
    width: 280px;
    margin-left: calc(100% - 280px);
    margin-top: -270px;
  }
  .sputnik-modules__img::before {
    width: 460px;
    height: 750px;
    left: -120px;
    top: -250px;
  }
}

@media (max-width: 767px) {
  .sputnik-modules p .btn {
    max-width: 100%;
  }
  .sputnik-modules__img {
    width: 100%;
    margin: 90px 0 135px 0;
    text-align: center;
  }
  .sputnik-modules__img::before {
    width: 700px;
    height: 1000px;
    left: -100px;
    top: -300px;
  }
  .sputnik-modules__img img {
    max-width: 397px;
  }
}

@media (max-width: 425px) {
  .sputnik-modules__img {
    text-align: center;
  }
  .sputnik-modules__img::before {
    left: -200px;
  }
}

.cubesate-tasks {
  padding-top: 95px;
  padding-bottom: 150px;
  background-color: #222222;
  overflow: hidden;
}

.cubesate-tasks * {
  position: relative;
}

@media (max-width: 991px) {
  .cubesate-tasks {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 767px) and (max-width: 1399px) {
  .cubesate-tasks > .container {
    max-width: 100%;
  }
}

.cubesate-tasks::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 400px;
  height: 1000px;
  left: 40%;
  top: calc(50% - 500px);
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.3;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

@media (max-width: 767px) {
  .cubesate-tasks::before {
    left: 10%;
    top: 20%;
  }
}

.cubesate-tasks .cubesate-tasks__icons {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #ffffff;
}

@media (max-width: 1199px) {
  .cubesate-tasks .cubesate-tasks__icons {
    margin-top: 23px;
    padding-top: 23px;
  }
}

.cubesate-tasks .cubsate-task__circle-animation {
  width: 550px;
  height: 550px;
  overflow: hidden;
  border-radius: 100%;
  background-image: url(../assets/space.jpg);
  background-size: cover;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .cubesate-tasks .cubsate-task__circle-animation {
    width: 350px;
    height: 350px;
  }
}

.cubesate-tasks .cubsate-task__circle-animation .sputniki {
  width: 98%;
  height: 98%;
  background-image: url(../assets/sputniks.png?v1);
  background-size: cover;
  position: absolute;
  top: 1%;
  left: 3%;
  z-index: 3;
}

.cubesate-tasks .cubsate-task__circle-animation star {
  position: absolute;
  background: radial-gradient(ellipse at center, #b1c6db 2%, #053f76 100%);
  border-radius: 100%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-animation: shine infinite alternate;
          animation: shine infinite alternate;
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .8;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .9;
  }
  40% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: .2;
  }
  60% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: .1;
  }
  80% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .9;
  }
}

@keyframes shine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .8;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .9;
  }
  40% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: .2;
  }
  60% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: .1;
  }
  80% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .9;
  }
}

.news-block {
  padding-top: 95px;
  padding-bottom: 150px;
  background-color: #000000;
}

@media (max-width: 991px) {
  .news-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.news-block::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 400px;
  height: 1000px;
  left: calc(50% - 200px);
  top: calc(50% - 500px);
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.3;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

@media (max-width: 767px) {
  .news-block::before {
    -webkit-transform: rotate(136deg);
            transform: rotate(136deg);
  }
}

.news-block * {
  z-index: 1;
}

.news-block .news-block__item {
  margin-top: 95px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .news-block .news-block__item {
    margin-top: 70px;
  }
}

@media (max-width: 765px) {
  .news-block .news-block__item {
    margin-top: 48px;
  }
}

.news-block .news-block__item .news-block__item__date {
  color: #777;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .news-block .news-block__item .news-block__item__date {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-block .news-block__item .news-block__item__date {
    font-size: 16px;
    line-height: 20px;
  }
}

.news-block .news-block__item .news-block__item__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.news-block .news-block__item .news-block__item__title a {
  color: #ffffff;
  text-decoration: none;
}

.news-block .news-block__item .news-block__item__title a:hover {
  color: #0E50D5;
}

@media (max-width: 767px) {
  .news-block .news-block__item .news-block__item__title {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-block .news-block__item .news-block__item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.space-p {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .space-p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .space-p {
    min-height: 100vh;
  }
}

.space-p img {
  margin-bottom: 50px;
  position: relative;
  z-index: 6;
}

.space-p p {
  position: relative;
  z-index: 5;
  font-family: "Benzin";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .space-p p {
    font-size: 18px;
    line-height: 30px;
  }
}

.space-p a {
  position: relative;
  z-index: 5;
}

.space-p::before {
  content: '';
  position: absolute;
  z-index: 4;
  border-radius: 100%;
  width: 510px;
  height: 915px;
  left: 37%;
  border: 2px solid #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(54.13deg);
          transform: rotate(54.13deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .space-p::before {
    left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .space-p::before {
    left: 20%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .space-p::before {
    left: 35%;
    top: -8%;
    width: 300px;
    height: 520px;
  }
}

@media (max-width: 575px) {
  .space-p::before {
    left: 25%;
    top: -8%;
    width: 250px;
    height: 550px;
  }
}

.space-p::after {
  content: '';
  position: absolute;
  z-index: 4;
  width: 310px;
  height: 726px;
  left: 20%;
  top: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.4;
  -webkit-transform: matrix(-0.61, 0.79, 0.79, 0.61, 0, 0);
          transform: matrix(-0.61, 0.79, 0.79, 0.61, 0, 0);
}

@media (min-width: 576px) and (max-width: 767px) {
  .space-p::after {
    left: 10%;
    top: -30%;
  }
}

.space-p p::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 10%;
  top: -80%;
  width: 177.53px;
  height: 726.05px;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.4;
  -webkit-transform: matrix(-0.61, 0.79, 0.79, 0.61, 0, 0);
          transform: matrix(-0.61, 0.79, 0.79, 0.61, 0, 0);
}

@media (min-width: 576px) and (max-width: 767px) {
  .space-p p::after {
    left: 90%;
    top: -140%;
  }
}

@media (max-width: 575px) {
  .space-p p::after {
    display: none;
  }
}

.contact-us {
  padding-top: 95px;
  background-color: #222222;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .contact-us {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .contact-us {
    /*min-height: 100vh;*/
  }
}

.contact-us * {
  z-index: 1;
}

.contact-us textarea.form-control {
  background-color: inherit;
  border: 1px solid #777;
  border-radius: 0px;
  color: #ffffff;
  outline: none;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  border: 1px solid #115EFB;
}

@media (min-width: 992px) {
  .contact-us textarea.form-control {
    min-height: 166px;
  }
}

.contact-us .form-block-wrapper {
  padding-bottom: 200px;
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(black));
  background: linear-gradient(180deg, #222222 0%, black 100%);
}

@media (max-width: 991px) {
  .contact-us .form-block-wrapper {
    padding-bottom: 0px;
  }
}

.contact-us .form-block-wrapper::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 400px;
  height: 800px;
  right: 0%;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.3;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

@media (max-width: 991px) {
  .contact-us .form-block-wrapper::before {
    top: 5%;
    width: 200px;
    height: 400px;
  }
}

.contact-us div:not(.form-check) > label {
  margin-bottom: 0px;
  position: absolute;
  position: absolute;
  left: 12px;
  width: calc(100% - 12px);
  top: 7px;
  color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  letter-spacing: 0.5px;
  font-size: 20px;
}

.contact-us div:not(.form-check) > input {
  font-size: 20px;
  background-color: inherit !important;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #777;
  padding-left: 0;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us div:not(.form-check) > input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.contact-us .form-check label {
  cursor: pointer;
  color: #777;
  font-size: 16px;
}

.contact-us .form-check label a {
  color: #ffffff;
  text-decoration: none;
}

.contact-us .form-check label a:hover {
  color: #0E50D5;
  text-decoration: underline;
}

.contact-us .form-check input {
  cursor: pointer;
  background-color: inherit;
  border: 1px solid #777;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us .form-check input:checked {
  background-color: #115EFB;
  border-color: #115EFB;
}

.contact-us .input-effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 0;
  height: 1px;
  background-color: #115EFB;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-us .input-effect:focus ~ .focus-border,
.contact-us .has-content.input-effect ~ .focus-border {
  width: calc(100% - 24px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-us .input-effect:focus ~ label, .contact-us .has-content.input-effect ~ label {
  top: -16px;
  font-size: 12px;
  color: #115EFB;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-us .footer-space {
  position: relative;
}

.contact-us .footer-space .footer-space__sputnik-wrapper {
  width: 40%;
}

.contact-us .footer-space .footer-space__sputnik-wrapper .footer-space__sputnik {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 600px;
  background: url(../assets/footer-sputnik.png?v1) no-repeat center;
}

@media (min-width: 420px) and (max-width: 575px) {
  .contact-us .footer-space .footer-space__sputnik-wrapper .footer-space__sputnik {
    height: 500px;
  }
}

@media (max-width: 419px) {
  .contact-us .footer-space .footer-space__sputnik-wrapper .footer-space__sputnik {
    height: 300px;
    background-size: cover;
  }
}

.contact-us .footer-space .footer-space__earth {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.contact-us .footer-space .footer-space__earth .footer-space__earth-planet {
  position: absolute;
  background: url(../assets/footer-earth.png) no-repeat bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 2;
}

.contact-us .footer-space .footer-space__earth .footer-space__earth-planet::before {
  content: '';
  position: absolute;
}

.contact-us .footer-space .footer-space__orbit-1 {
  position: absolute;
  z-index: 2;
  width: 714px;
  height: 1358px;
  top: -45%;
  left: 25%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(63.94deg);
          transform: rotate(63.94deg);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
            transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
            transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
            transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.44) translate(-115%, -74%) rotate(63.94deg);
            transform: scale(0.44) translate(-115%, -74%) rotate(63.94deg);
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.37) translate(-140%, -95%) rotate(63.94deg);
            transform: scale(0.37) translate(-140%, -95%) rotate(63.94deg);
  }
}

@media (min-width: 420px) and (max-width: 479px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.3) translate(-170%, -120%) rotate(63.94deg);
            transform: scale(0.3) translate(-170%, -120%) rotate(63.94deg);
  }
}

@media (min-width: 330px) and (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.25) translate(-200%, -168%) rotate(63.94deg);
            transform: scale(0.25) translate(-200%, -168%) rotate(63.94deg);
  }
}

@media (max-width: 329px) {
  .contact-us .footer-space .footer-space__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.24) translate(-211%, -172%) rotate(63.94deg);
            transform: scale(0.24) translate(-211%, -172%) rotate(63.94deg);
  }
}

.contact-us .footer-space .footer-space__orbit-1::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #115EFB;
  -webkit-animation: 10s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
          animation: 10s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
}

@media (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-1::after {
    width: 5px;
    height: 5px;
  }
}

.contact-us .footer-space .footer-space__orbit-2 {
  position: absolute;
  z-index: 2;
  top: -34%;
  left: 24%;
  border-radius: 100%;
  width: 631px;
  height: 1201px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(63.94deg);
          transform: rotate(63.94deg);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
            transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
            transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
            transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.44) translate(-125%, -70%) rotate(63.94deg);
            transform: scale(0.44) translate(-125%, -70%) rotate(63.94deg);
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.37) translate(-150%, -90%) rotate(63.94deg);
            transform: scale(0.37) translate(-150%, -90%) rotate(63.94deg);
  }
}

@media (min-width: 420px) and (max-width: 479px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.3) translate(-183%, -112%) rotate(63.94deg);
            transform: scale(0.3) translate(-183%, -112%) rotate(63.94deg);
  }
}

@media (min-width: 330px) and (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.25) translate(-207%, -162%) rotate(63.94deg);
            transform: scale(0.25) translate(-207%, -162%) rotate(63.94deg);
  }
}

@media (max-width: 329px) {
  .contact-us .footer-space .footer-space__orbit-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.24) translate(-223%, -165%) rotate(63.94deg);
            transform: scale(0.24) translate(-223%, -165%) rotate(63.94deg);
  }
}

.contact-us .footer-space .footer-space__orbit-2::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #115EFB;
  -webkit-animation: 5s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
          animation: 5s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
}

@media (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-2::after {
    width: 5px;
    height: 5px;
  }
}

.contact-us .footer-space .footer-space__orbit-3 {
  position: absolute;
  z-index: 2;
  width: 537px;
  height: 1022px;
  top: -22%;
  left: 24%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(63.94deg);
          transform: rotate(63.94deg);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
            transform: scale(0.8) translate(-66%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
            transform: scale(0.7) translate(-70%, -50%) rotate(63.94deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
            transform: scale(0.57) translate(-96%, -60%) rotate(63.94deg);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.44) translate(-145%, -60%) rotate(63.94deg);
            transform: scale(0.44) translate(-145%, -60%) rotate(63.94deg);
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.37) translate(-168%, -80%) rotate(63.94deg);
            transform: scale(0.37) translate(-168%, -80%) rotate(63.94deg);
  }
}

@media (min-width: 420px) and (max-width: 479px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.3) translate(-202%, -100%) rotate(63.94deg);
            transform: scale(0.3) translate(-202%, -100%) rotate(63.94deg);
  }
}

@media (min-width: 330px) and (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.25) translate(-219%, -155%) rotate(63.94deg);
            transform: scale(0.25) translate(-219%, -155%) rotate(63.94deg);
  }
}

@media (max-width: 329px) {
  .contact-us .footer-space .footer-space__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.24) translate(-235%, -156%) rotate(63.94deg);
            transform: scale(0.24) translate(-235%, -156%) rotate(63.94deg);
  }
}

.contact-us .footer-space .footer-space__orbit-3::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #115EFB;
  -webkit-animation: 6s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
          animation: 6s linear 0s normal none infinite running footer-space__orbit, footer-space__orbit-pulse 1s infinite;
}

@media (max-width: 419px) {
  .contact-us .footer-space .footer-space__orbit-3::after {
    width: 5px;
    height: 5px;
  }
}

@-webkit-keyframes footer-space__orbit {
  5% {
    top: 17%;
    left: 11%;
  }
  10% {
    top: 28%;
    left: 4%;
  }
  15% {
    top: 42%;
    left: -0.5%;
  }
  20% {
    top: 61%;
    left: 0%;
  }
  25% {
    top: 76%;
    left: 6%;
  }
  30% {
    top: 85%;
    left: 13%;
  }
  35% {
    top: 94%;
    left: 26%;
  }
  40% {
    top: 97%;
    left: 33%;
  }
  45% {
    top: 99%;
    left: 40%;
  }
  50% {
    top: 99%;
    left: 327%;
  }
  60% {
    top: 15%;
    left: 81%;
  }
  70% {
    top: 6%;
    left: 74%;
  }
  75% {
    top: 1%;
    left: 62%;
  }
  80% {
    top: -0.5%;
    left: 50%;
  }
  85% {
    top: 0.5%;
    left: 39%;
  }
  90% {
    top: 2.5%;
    left: 32%;
  }
  95% {
    top: 5.5%;
    left: 25%;
  }
  99% {
    top: 9%;
    left: 19.5%;
  }
  100% {
    top: 11%;
    left: 17%;
  }
}

@keyframes footer-space__orbit {
  5% {
    top: 17%;
    left: 11%;
  }
  10% {
    top: 28%;
    left: 4%;
  }
  15% {
    top: 42%;
    left: -0.5%;
  }
  20% {
    top: 61%;
    left: 0%;
  }
  25% {
    top: 76%;
    left: 6%;
  }
  30% {
    top: 85%;
    left: 13%;
  }
  35% {
    top: 94%;
    left: 26%;
  }
  40% {
    top: 97%;
    left: 33%;
  }
  45% {
    top: 99%;
    left: 40%;
  }
  50% {
    top: 99%;
    left: 327%;
  }
  60% {
    top: 15%;
    left: 81%;
  }
  70% {
    top: 6%;
    left: 74%;
  }
  75% {
    top: 1%;
    left: 62%;
  }
  80% {
    top: -0.5%;
    left: 50%;
  }
  85% {
    top: 0.5%;
    left: 39%;
  }
  90% {
    top: 2.5%;
    left: 32%;
  }
  95% {
    top: 5.5%;
    left: 25%;
  }
  99% {
    top: 9%;
    left: 19.5%;
  }
  100% {
    top: 11%;
    left: 17%;
  }
}

@-webkit-keyframes footer-space__orbit-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.664);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.664);
    width: 13px;
    height: 13px;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
    width: 7px;
    height: 7px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    width: 13px;
    height: 13px;
  }
}

@keyframes footer-space__orbit-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.664);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.664);
    width: 13px;
    height: 13px;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
    width: 7px;
    height: 7px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    width: 13px;
    height: 13px;
  }
}

#privacyPolicyModal ol {
  counter-reset: section;
  list-style-type: none !important;
}

#privacyPolicyModal li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
/*# sourceMappingURL=front.css.map */