@font-face {
  font-family: Benzin;
  src: url(../fonts/benzin-bold.ttf);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Roboto, sans-serif;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.hero {
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center;
  padding-top: 100px;
  background-size: cover;
  background-image: url("/assets/stars-background.webp");
  background-repeat: no-repeat;
  background-position: center;
  max-height: 1080px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .hero {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    align-items: flex-start;
    max-height: 942px;
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: unset;
    max-height: 709px;
  }
}
.hero .hero__title {
  position: relative;
  font-family: Benzin, sans-serif;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 1200px;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .hero .hero__title {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .hero .hero__title {
    font-size: 34px;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 424px) {
  .hero .hero__title {
    font-size: 22px;
  }
}
.hero .hero__title span {
  color: #115EFB;
  font-family: inherit;
}
.hero .hero__moon-wrapper {
  position: absolute;
  display: flex;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-10%);
}
@media screen and (max-width: 1399px) {
  .hero .hero__moon-wrapper {
    transform: scale(0.7);
    left: 7%;
  }
}
@media screen and (max-width: 1199px) {
  .hero .hero__moon-wrapper {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0) scale(0.7);
  }
}
@media screen and (max-width: 991px) {
  .hero .hero__moon-wrapper {
    transform: translate(-50%, 0) scale(0.8);
    transform-origin: center;
    right: unset;
    width: 1000px;
    height: 942px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper {
    transform: translate(-50%, 0) scale(0.45);
    transform-origin: center;
    right: unset;
    width: 767px;
    height: 900px;
    top: -50px;
  }
}
@media screen and (max-width: 424px) {
  .hero .hero__moon-wrapper {
    transform: translate(-50%, 0) scale(0.4);
  }
}
.hero .hero__moon-wrapper .hero__moon {
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 1;
  max-width: 968px;
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper .hero__moon {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.hero .hero__moon-wrapper .hero__orbit {
  position: absolute;
  right: 170px;
  top: 80px;
  margin-left: 400px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper .hero__orbit {
    left: 50%;
    transform: translateX(-112%);
  }
}
.hero .hero__moon-wrapper .hero__star {
  position: absolute;
  top: 80px;
  right: 745px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  z-index: 9999;
  opacity: 1;
  box-shadow: 2px 2px 10px 2px #FFFFFF, -2px -2px 10px 2px #FFFFFF;
  offset-path: path("M157.116 378.266C228.946 253.853 309.605 150.286 381.919 83.4115C418.08 49.9701 452.112 25.7441 481.873 12.6572C511.657 -0.439985 536.959 -2.29876 555.863 8.61576C574.768 19.5303 585.809 42.3715 589.358 74.7139C592.905 107.031 588.94 148.616 578.06 196.654C556.302 292.717 506.94 414.352 435.11 538.766C363.28 663.179 282.621 766.746 210.307 833.62C174.146 867.062 140.114 891.288 110.353 904.375C80.5692 917.472 55.2676 919.331 36.3631 908.416C17.4586 897.502 6.41757 874.66 2.86804 842.318C-0.678692 810.001 3.28569 768.416 14.166 720.378C35.924 624.315 85.2859 502.679 157.116 378.266Z");
  offset-distance: 0;
  animation: moonSatelliteRotate 6s linear infinite;
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper .hero__star {
    left: 120px;
  }
}
.hero .hero__moon-wrapper .hero__cursor {
  position: absolute;
  right: 307px;
  top: 600px;
  width: 48px;
  height: 48px;
  z-index: 10000;
}
@media screen and (max-width: 991px) {
  .hero .hero__moon-wrapper .hero__cursor {
    top: 322px;
    right: 175px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper .hero__cursor {
    right: 47px;
    width: 100px;
    height: 100px;
  }
}
.hero .hero__moon-wrapper .moon__info {
  position: absolute;
  top: 625px;
  right: -130px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: fit-content;
  height: fit-content;
  padding: 8px;
  z-index: 999999;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 991px) {
  .hero .hero__moon-wrapper .moon__info {
    top: 350px;
    right: 240px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__moon-wrapper .moon__info {
    top: 425px;
    right: 285px;
    transform: scale(1.75);
  }
}
.hero .hero__moon-wrapper .moon__info p {
  color: black;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .hero .hero__moon-wrapper .moon__info p {
    font-size: 16px;
  }
}
.hero .hero__moon-wrapper .moon__info .moon__info-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .hero .hero__moon-wrapper .moon__info .moon__info-title {
    font-size: 20px;
  }
}
.hero .hero__moon-wrapper .moon__info .moon__info-desc {
  white-space: nowrap;
  unicode-bidi: isolate;
}
.hero .hero__scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-image: url("/assets/scroll-arrow.svg");
  cursor: pointer;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .hero .hero__scroll {
    display: none;
  }
}
.hero .hero__scroll:hover {
  transform: translate(-50%, 10%) scale(1.05);
  transform-origin: center;
  opacity: 0.7;
}

.tasks {
  position: relative;
  background: linear-gradient(289.18deg, #222222 38.95%, #3A3A3A 83.23%);
  padding: 95px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tasks {
    padding: 60px 0;
  }
}
.tasks:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 562px);
  background: radial-gradient(38.62% 38.62% at 50% 50%, rgba(17, 94, 251, 0.4) 0%, rgba(34, 34, 34, 0) 100%);
  width: 1324px;
  height: 563px;
  transform: rotate(-30deg);
  z-index: -1;
  user-select: none;
  pointer-events: none;
  -webkit-user-select: none;
}
.tasks .tasks__title {
  text-align: center;
}
.tasks .tasks__desc {
  margin: 48px auto 0;
  text-align: center;
  max-width: 920px;
}
.tasks .tasks__list {
  display: flex;
  margin-top: 32px;
  list-style: none;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .tasks .tasks__list {
    flex-direction: column;
    padding-left: 0;
    gap: 45px;
  }
}
.tasks .tasks__list li {
  display: flex;
  align-items: center;
  max-width: 600px;
  gap: 16px;
}
.tasks .tasks__list li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .tasks .tasks__list li p {
    font-size: 16px;
  }
}

.mars {
  position: relative;
  display: flex;
  height: 100vh;
  max-height: 1080px;
  min-height: 800px;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.mars:after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("/assets/stars-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -100;
  transform: scaleY(-1);
}
@media screen and (max-width: 1399px) {
  .mars {
    height: 900px;
  }
}
@media screen and (max-width: 991px) {
  .mars {
    align-items: flex-start;
    padding: 60px 0;
    height: 934px;
  }
}
@media screen and (max-width: 767px) {
  .mars {
    height: 673px;
  }
}
.mars .mars__desc {
  position: relative;
  max-width: 471px;
  z-index: 10;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 991px) {
  .mars .mars__desc {
    max-width: 100%;
    font-size: 16px;
  }
}
.mars .mars__desc:nth-child(2) {
  margin-top: 24px;
}
.mars .mars-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1399px) {
  .mars .mars-wrapper {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  .mars .mars-wrapper {
    transform: scale(0.65);
  }
}
@media screen and (max-width: 767px) {
  .mars .mars-wrapper {
    transform: scale(0.36);
  }
}
@media screen and (max-width: 424px) {
  .mars .mars-wrapper {
    transform: scale(0.32);
  }
}
.mars .mars-wrapper .mars__mars-img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1345px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.mars .mars-wrapper .mars__satellite {
  position: absolute;
  bottom: 962px;
  left: -370px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  offset-path: path("M536.178 298.099C718.817 171.59 900.045 80.0515 1045.39 34.3063C1118.06 11.4319 1181.71 0.0256764 1232.04 1.39115C1282.41 2.75733 1319.22 16.8947 1338.59 44.8522C1357.96 72.8099 1358.25 112.249 1341.82 159.876C1325.4 207.48 1292.35 263.054 1245.39 323.05C1151.47 443.032 1002.07 580.513 819.426 707.021C636.787 833.53 455.56 925.069 310.22 970.814C237.544 993.688 173.898 1005.09 123.561 1003.73C73.1995 1002.36 36.3808 988.225 17.0153 960.267C-2.34998 932.309 -2.64181 892.871 13.7835 845.244C30.2005 797.64 63.253 742.066 110.216 682.07C204.134 562.088 353.539 424.608 536.178 298.099Z");
  offset-distance: 0;
  box-shadow: 2px 2px 10px 2px #FFFFFF, -2px -2px 10px 2px #FFFFFF;
  animation: marsSatelliteRotate 6s linear infinite;
  pointer-events: none;
  user-select: none;
}
.mars .mars-wrapper .mars__orbit {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 5;
  pointer-events: none;
  user-select: none;
}
.mars .mars-wrapper .mars__cursor {
  position: absolute;
  bottom: 302px;
  left: 500px;
  width: 48px;
  height: 48px;
  z-index: 10000;
}
@media screen and (max-width: 991px) {
  .mars .mars-wrapper .mars__cursor {
    bottom: 420px;
    left: 647px;
    width: 63px;
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .mars .mars-wrapper .mars__cursor {
    bottom: 625px;
    left: 837px;
    width: 120px;
    height: 120px;
  }
}
.mars .mars-wrapper .mars__info {
  position: absolute;
  bottom: 160px;
  left: 560px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: fit-content;
  height: fit-content;
  padding: 8px;
  z-index: 999999;
  min-width: 430px;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 991px) {
  .mars .mars-wrapper .mars__info {
    bottom: 265px;
    left: 175px;
    transform: scale(1.65);
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mars .mars-wrapper .mars__info {
    bottom: 458px;
    left: 265px;
    transform: scale(2.2);
    min-width: 350px;
  }
}
.mars .mars-wrapper .mars__info p {
  color: black;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .mars .mars-wrapper .mars__info p {
    font-size: 16px;
  }
}
.mars .mars-wrapper .mars__info .mars__info-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .mars .mars-wrapper .mars__info .mars__info-title {
    font-size: 20px;
  }
}
.mars .mars-wrapper .mars__info .mars__info-desc {
  white-space: nowrap;
  unicode-bidi: isolate;
}

.timeline {
  position: relative;
  background: linear-gradient(289.18deg, #222222 38.95%, #3A3A3A 83.23%);
  padding: 95px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .timeline {
    padding: 60px 0;
  }
}
.timeline:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 640px);
  background: radial-gradient(38.62% 38.62% at 50% 50%, rgba(17, 94, 251, 0.4) 0%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(-31deg);
  width: 1880px;
  height: 789px;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 991px) {
  .timeline:after {
    left: calc(50% - 840px);
  }
}
@media screen and (max-width: 767px) {
  .timeline:after {
    left: calc(50% - 640px);
  }
}
.timeline .timeline__title {
  text-align: center;
}
.timeline .timeline__line {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  margin-top: 48px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: auto;
}
.timeline .timeline__line::-webkit-scrollbar {
  display: none;
}
.timeline .timeline__line .timeline__element {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 324px;
  flex-shrink: 0;
}
.timeline .timeline__line .timeline__element .timeline__element-title-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 85px;
}
.timeline .timeline__line .timeline__element .timeline__element-title-wrapper .timeline__element-title {
  font-family: Benzin, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 265px;
}
.timeline .timeline__line .timeline__element .timeline__element-title-wrapper .timeline__element-subtitle {
  margin-top: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
}
.timeline .timeline__line .timeline__element .timeline__element-progress {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.timeline .timeline__line .timeline__element .timeline__element-progress .timeline__element-dot {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #ffffff;
}
.timeline .timeline__line .timeline__element .timeline__element-progress .timeline__element-dot--active {
  background-color: #ffffff;
}
.timeline .timeline__line .timeline__element .timeline__element-progress .timeline__element-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.timeline .timeline__line .timeline__element .timeline__element-desc {
  max-width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.timeline .timeline__line--draggable {
  cursor: grab;
}
.timeline .timeline__line--grabbing {
  cursor: grabbing;
}

.start {
  padding: 95px 0;
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .start {
    padding: 60px 0;
  }
}
.start .start__title {
  text-align: center;
}
.start .start__desc {
  margin-top: 48px;
}
.start .start__video-wrapper {
  position: relative;
  width: 100%;
  margin-top: 48px;
  cursor: pointer;
}
.start .start__video-wrapper .start__video-img {
  width: 100%;
}
.start .start__video-wrapper .start__video-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.technologies {
  padding: 95px 0;
  overflow: hidden;
  background-color: black;
}
@media screen and (max-width: 991px) {
  .technologies {
    padding: 0;
  }
}
.technologies .technologies__header {
  display: flex;
  justify-content: space-between;
}
.technologies .technologies__header .tech-swiper-controls {
  position: relative;
  display: none;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .technologies .technologies__header .tech-swiper-controls {
    display: flex;
  }
}
.technologies .technologies__header .tech-swiper-controls .tech-swiper-button-prev {
  position: relative;
  color: white !important;
  transform: scale(0.7);
  transform-origin: center;
}
.technologies .technologies__header .tech-swiper-controls .tech-swiper-button-next {
  position: relative;
  color: white !important;
  transform: scale(0.7);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper {
    overflow: hidden;
  }
}
.technologies .tech-swiper .technologies-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 71px;
  gap: 150px;
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper {
    gap: 60px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper .technologies-wrapper {
    flex-direction: row;
    gap: 0;
    margin-top: 45px;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "info picture" "info picture" "info picture";
  gap: 0 45px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide {
    cursor: pointer;
    overflow: hidden;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(even) {
  grid-template-areas: "picture info" "picture info" "picture info";
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:after {
  position: absolute;
  content: "";
  z-index: -1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(1):after {
  width: 1085px;
  height: 523px;
  background: radial-gradient(38.62% 38.62% at 50% 50%, rgba(17, 251, 243, 0.32) 0%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(-31deg);
  top: 20px;
  right: -330px;
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(1):after {
    right: -650px;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(2):after {
  width: 1485px;
  height: 654px;
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.45) 9.62%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(-135deg);
  top: 150px;
  left: -950px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(3):after {
  width: 1485px;
  height: 654px;
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.45) 9.62%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(135deg);
  top: 50px;
  right: -950px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(4):after {
  width: 1085px;
  height: 554px;
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.45) 9.62%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(-35deg);
  top: 50px;
  right: 50px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(5):after {
  width: 1085px;
  height: 523px;
  background: radial-gradient(38.62% 38.62% at 50% 50%, rgba(17, 251, 243, 0.32) 0%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(-28deg);
  top: 200px;
  right: -630px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide:nth-child(6):after {
  width: 1085px;
  height: 554px;
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.45) 9.62%, rgba(34, 34, 34, 0) 100%);
  transform: rotate(55deg);
  top: 150px;
  left: -500px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info {
  grid-area: info;
  display: flex;
  flex-direction: column;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-title {
  grid-area: title;
  color: #115EFB;
  order: 1;
  text-transform: none;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-title a {
  font-family: Benzin, sans-serif;
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-title {
    font-size: 22px;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__image-wrapper-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__image-wrapper-mobile {
    display: flex;
    order: 2;
    margin: 24px auto 45px;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__image-wrapper-mobile img {
  width: 100%;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-desc {
  grid-area: desc;
  order: 3;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1399px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-desc {
    margin-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__info-desc {
    margin-top: 0;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download {
  grid-area: link;
  order: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #115EFB;
  max-width: 237px;
  border-radius: 100px;
  padding: 13px 0;
  transition: 0.3s;
  max-height: 55px;
  margin-top: 24px;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download:hover {
  opacity: 0.8;
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download:active {
  transform: scale(95%);
}
@media screen and (max-width: 1399px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download {
    margin-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__info .technologies__download {
    max-width: 100%;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__image-wrapper {
  grid-area: picture;
  order: 2;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__image-wrapper {
    display: none;
    margin: 24px auto 45px;
  }
}
.technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 615px;
}
@media screen and (max-width: 991px) {
  .technologies .tech-swiper .technologies-wrapper .technologies__slide .technologies__image-wrapper img {
    max-width: 550px;
    margin: 0 auto;
  }
}

.shots {
  background-color: black;
  padding: 90px 0 0;
}
@media screen and (max-width: 991px) {
  .shots {
    padding: 60px 0 0;
  }
}
.shots .shots__header {
  display: flex;
  justify-content: space-between;
}
.shots .shots__header .shots-swiper-controls {
  position: relative;
  display: flex;
  gap: 60px;
}
.shots .shots__header .shots-swiper-controls .shots-swiper-button-prev {
  position: relative;
  color: white !important;
  transform: scale(0.7);
  transform-origin: center;
}
.shots .shots__header .shots-swiper-controls .shots-swiper-button-next {
  position: relative;
  color: white !important;
  transform: scale(0.7);
  transform-origin: center;
}
.shots .swiper {
  width: 100%;
}
.shots .swiper .swiper-slide {
  cursor: pointer;
}
.shots .swiper .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.posts {
  position: relative;
  padding: 95px 0;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .posts {
    padding: 60px 0;
  }
}
.posts:before {
  position: absolute;
  content: "";
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.35) 9.62%, rgba(34, 34, 34, 0) 100%);
  width: 1101px;
  height: 485px;
  top: -200px;
  left: -500px;
  transform: rotate(45deg);
}
.posts:after {
  position: absolute;
  content: "";
  background: radial-gradient(48.89% 48.84% at 50% 50%, rgba(17, 94, 251, 0.35) 9.62%, rgba(34, 34, 34, 0) 100%);
  width: 1536px;
  height: 526px;
  bottom: 150px;
  right: -550px;
  transform: rotate(-20deg);
}
.posts .container {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
@media screen and (max-width: 991px) {
  .posts .container {
    gap: 60px;
  }
}
.posts .container .posts-title {
  text-align: center;
  margin-bottom: 45px;
}
.posts .container .posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .posts .container .posts-container {
    gap: 45px 10px;
  }
}
@media screen and (max-width: 767px) {
  .posts .container .posts-container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 45px 0;
  }
}
.posts .container .posts-container .posts__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .posts .container .posts-container .posts__card {
    width: 100%;
  }
}
.posts .container .posts-container .posts__card .posts__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  color: #777777;
}
@media screen and (max-width: 991px) {
  .posts .container .posts-container .posts__card .posts__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .posts .container .posts-container .posts__card .posts__date {
    font-size: 18px;
  }
}
.posts .container .posts-container .posts__card .posts__text {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .posts .container .posts-container .posts__card .posts__text {
    font-size: 20px;
  }
}
.posts .container .posts-container .posts__card .posts__text a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.posts .container .posts-container .posts__card .posts__text a:hover {
  color: #115EFB;
}

@keyframes moonSatelliteRotate {
  0% {
    offset-distance: 0;
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
@keyframes marsSatelliteRotate {
  0% {
    offset-distance: 0;
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  68% {
    opacity: 1;
  }
  69% {
    opacity: 0;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
.iframe-rutube {
  margin: auto !important;
  aspect-ratio: 16/9 !important;
  width: 90% !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .iframe-rutube {
    width: 100% !important;
  }
}

/*# sourceMappingURL=styles.css.map */
