:root {
  --Primary-10: #003B73;
  --Primary-20: #004C95;
  --Primary-30: #005EB8;
  --Primary-40: #006FD8;
  --Primary-50: #0095FF;
  --Primary-60: #199FFF;
  --Primary-70: #3FAFFF;
  --Primary-80: #66BFFF;
  --Primary-90: #8FD0FF;
  --Primary-100: #B8E1FF;
  --Gray-10: #3F3F45;
  --Gray-20: #53535A;
  --Gray-30: #65656F;
  --Gray-40: #898990;
  --Gray-50: #A0A1A9;
  --Gray-60: #B4B5BE;
  --Gray-70: #C7C9CF;
  --Gray-80: #DBDDE1;
  --Gray-90: #E6E8EC;
  --Gray-100: #F2F3F5;
  --White: #FFF;
  --Black: #000;
  --Black2: #202123;
  --Red-error: #FF0034;
}

.link-medium {
  font: 400 14px/21px "Inter", "sans-serif";
  letter-spacing: -0.2px;
  text-align: center;
  text-underline-offset: 2px;
  color: var(--Black2);
}
.link-medium2 {
  font: 400 14px/21px "Inter", "sans-serif";
  text-align: center;
  text-underline-offset: 2px;
  color: var(--Black2);
}

.btn {
  padding: 24px;
  border-radius: 18px;
  font: 600 24px/32px "Inter", "sans-serif";
  letter-spacing: -3%;
  white-space: nowrap;
}
.btn_primary {
  background-color: var(--Primary-40);
  color: var(--White);
  transition: background-color 0.3s ease;
}
.btn_primary:hover {
  background-color: var(--Primary-30);
}
.btn_primary:active {
  background-color: var(--Primary-20);
}
.btn_secondary {
  background-color: var(--Gray-80);
  color: var(--Black2);
  transition: background-color 0.3s ease;
}
.btn_secondary:hover {
  background-color: var(--Gray-70);
}
.btn_secondary:active {
  background-color: var(--Gray-60);
}

@media (max-width: 954px) {
  .btn {
    font: 600 16px/24px "Inter", "sans-serif";
    letter-spacing: -3%;
  }
}
.coming-soon {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 25;
}

.language {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 53px;
  height: 32px;
  z-index: 20;
}
.language__view {
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  background-image: url("../images/language/ru.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.language__dropdawn {
  height: 0;
  margin-top: 8px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.language__dropdawn-active {
  height: 64px;
}
.language__dropdawn-option {
  width: 53px;
  height: 32px;
  border: 1px solid #D9D9D9;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.language__dropdawn-option1 {
  background-image: url("../images/language/ru.png");
}
.language__dropdawn-option2 {
  background-image: url("../images/language/uk.png");
}

.mirax {
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: 190px;
}

.nav {
  height: 100%;
  padding: 0 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  overflow: hidden;
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
  height: 100%;
}
.nav__link {
  font: 500 20px/28px "Inter", "sans-serif";
  text-align: center;
  color: #1E1E1E;
  cursor: pointer;
}

.hiro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.hiro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hiro__bg-circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2253px;
  height: 329px;
  border-radius: 50%;
  background-color: var(--Primary-50);
  filter: blur(250px);
  transform: translateX(-50%);
}
.hiro__bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/landing/bg-left.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.hiro__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/landing/bg-right.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.hiro__bg-earth {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  z-index: 10;
  transform: translateX(-50%);
}
.hiro__bg-white {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background-color: var(--White);
  filter: blur(150px);
  transform: translate(-50%, -50%);
  z-index: 11;
}
.hiro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 850px;
  width: 100%;
  margin-top: 140px;
  z-index: 20;
}
.hiro__content a {
  text-decoration: underline;
}
.hiro__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 97px 118.5px;
}
.hiro__main-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 56px;
}
.hiro__main-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  align-items: center;
  justify-content: center;
}
.hiro__title {
  font: 700 32px/48px "Inter", "sans-serif";
  letter-spacing: -0.2px;
  text-align: center;
  color: var(--Black2);
}
.hiro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.hiro__btn {
  width: 100%;
}
.hiro__footer {
  position: absolute;
  bottom: 28px;
  left: 242px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  height: 58px;
  overflow: hidden;
  z-index: 20;
}
.hiro__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  transform: translate(calc(-100% + 12px));
  transition: transform 0.3s ease;
}
.hiro__nav-active {
  transform: translate(0);
}
.hiro__nav-active .hiro__arrow {
  transform: scaleX(-1);
}
.hiro__arrow {
  flex: 0 0 auto;
  width: 12px;
  height: 50px;
  background-image: url("../images/landing/arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.hiro__sk {
  flex: 0 0 auto;
  width: 150px;
  height: 58px;
  background-image: url("../images/landing/sk.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.menu {
  display: none;
}

.arrow {
  display: none;
}

@media (max-height: 999px) {
  .hiro__bg-earth {
    bottom: -100px;
  }
}
@media (max-height: 899px) {
  .hiro__bg-earth {
    bottom: -200px;
  }
}
@media (max-height: 749px) {
  .hiro__bg-earth {
    bottom: -300px;
  }
}
@media (max-height: 649px) {
  .hiro__bg-earth {
    bottom: -400px;
  }
}
@media (max-width: 1599px) {
  .mirax {
    display: none;
  }
  .hiro__bg-left {
    top: -100px;
    left: -70px;
  }
  .hiro__bg-right {
    top: -100px;
    right: -300px;
  }
  .hiro__content {
    margin-top: 100px;
  }
  .hiro__sk {
    display: none;
  }
  .hiro__footer {
    left: 28px;
    right: 28px;
  }
}
@media (max-width: 1199px) {
  .hiro__content {
    margin-top: 50px;
  }
  .hiro__footer {
    display: none;
  }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 60px 15px 15px;
    background-color: var(--White);
    z-index: 30;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .menu-active {
    transform: translateY(0);
  }
  .arrow {
    position: absolute;
    top: calc(100% - 40px);
    left: 28px;
    display: block;
    width: 50px;
    height: 12px;
    background-image: url("../images/landing/arrow2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease, top 0.3s ease;
    z-index: 35;
  }
  .arrow-active {
    top: 28px;
    transform: scaleY(-1);
  }
  .nav {
    padding: 0 12px;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__item {
    max-width: 100%;
  }
}
@media (max-width: 1199px) and (min-height: 1000px) {
  .hiro__content {
    margin-top: 400px;
  }
}
@media (max-width: 954px) {
  .hiro__bg-left {
    display: none;
  }
  .hiro__bg-right {
    display: none;
  }
  .hiro__bg-earth {
    bottom: 0;
  }
  .hiro__main {
    padding: 50px;
  }
  .hiro__main-top {
    padding: 0;
  }
  .hiro__main-bottom {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .hiro__content {
    margin-top: 200px;
  }
  .hiro__title {
    font-size: 18px;
    line-height: 27px;
  }
  .arrow {
    left: 50%;
    transform: translateX(-50%);
  }
  .arrow-active {
    transform: scaleY(-1) translateX(-50%);
  }
  .nav__link {
    text-align: left;
  }
  .logo {
    width: 125px;
  }
  .coming-soon {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 954px) and (min-height: 1000px) {
  .hiro__content {
    margin-top: 350px;
  }
  .hiro__bg-right {
    display: block;
  }
  .hiro__bg-left {
    display: block;
  }
}
@media (max-width: 954px) and (max-height: 759px) {
  .hiro__bg-earth {
    bottom: -100px;
  }
  .hiro__item {
    gap: 12px;
  }
  .hiro__content {
    gap: 20px;
    margin-top: 180px;
  }
  .hiro__main {
    gap: 20px;
    padding: 0 50px;
  }
  .hiro__main-bottom {
    gap: 20px;
  }
  .arrow {
    top: calc(100% - 24px);
  }
  .arrow-active {
    top: 24px;
  }
  .coming-soon {
    top: 12px;
  }
}
@media (max-width: 954px) and (max-height: 659px) {
  .hiro__bg-earth {
    bottom: -200px;
  }
  .hiro__main {
    padding: 0 12px;
  }
}
@media (max-width: 954px) and (max-height: 599px) {
  .btn {
    padding: 16px;
  }
}/*# sourceMappingURL=style.css.map */