@font-face {
  font-family: 'Bebas Neue Pro';
  src: url("fonts/BebasNeuePro-Regular.eot");
  src: local("Bebas Neue Pro Regular"), local("BebasNeuePro-Regular"), url("fonts/BebasNeuePro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeuePro-Regular.woff2") format("woff2"), url("fonts/BebasNeuePro-Regular.woff") format("woff"), url("fonts/BebasNeuePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url("fonts/BebasNeuePro-Bold.eot");
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-Bold"), url("fonts/BebasNeuePro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeuePro-Bold.woff2") format("woff2"), url("fonts/BebasNeuePro-Bold.woff") format("woff"), url("fonts/BebasNeuePro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

body {
  background: #000;
  color: #fff;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 1.3rem; }

.overflowH {
  height: 100dvh;
  overflow: hidden; }

#ascrail2000 {
  z-index: 40 !important; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 6rem; }

.lang {
  display: flex;
  gap: 1.2rem; }
  .lang a {
    color: #fff; }
    .lang a:hover {
      color: #FEA501; }
    .lang a.current {
      color: #FEA501;
      pointer-events: none; }

@keyframes sound {
  0%, 100% {
    height: .2rem; }
  50% {
    height: 1rem; } }
@keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@keyframes rotating {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 0%; } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #fff; } }
@keyframes moon {
  to {
    transform: translateX(100%); } }
@keyframes scale {
  50% {
    transform: scale(1.2); } }
@keyframes arrowAnim {
  to {
    transform: translateY(1rem); } }
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes textAnimate {
  0%, 80% {
    color: #666;
    text-shadow: none; }
  100% {
    color: #fff;
    text-shadow: 0 0 .25rem #fff, 0 0 .5rem #fff, 0 0 1rem #fff, 0 0 2rem #fff; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99; }
  .preloader #blackhole {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    background: #000; }
  .preloader .centerHover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms;
    z-index: 5;
    width: 10rem;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    margin-top: -1rem; }
    .preloader .centerHover.open {
      opacity: 0;
      pointer-events: none; }
    .preloader .centerHover .header-sound__anim {
      pointer-events: none;
      justify-content: center; }
    .preloader .centerHover div {
      margin: 1.2rem 0 .8rem; }
    .preloader .centerHover p {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: .5rem; }
    .preloader .centerHover a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 2.5rem;
      background: #fff;
      color: #000;
      border-radius: 2rem;
      margin-top: 1rem;
      font-size: 1.1rem;
      border: 1px solid #fff;
      animation: pulse-white 2s infinite; }
      .preloader .centerHover a:hover {
        background: #000;
        color: #fff; }
  .preloader canvas {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: auto; }

.header {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .header-audio {
    display: none; }
  .header-menu {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 5;
    padding: 2.3rem 0;
    top: 0;
    transition: .6s all; }
    .header-menu .container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 1.2rem; }
    .header-menu.scrolled {
      background: #000;
      padding: .75rem 0; }
  .header-sound {
    display: flex;
    align-items: center;
    gap: .7rem; }
    .header-sound__anim {
      display: flex;
      align-items: flex-end;
      gap: .2rem;
      height: 1rem;
      cursor: pointer; }
      .header-sound__anim span {
        width: 2px;
        height: 1rem;
        background: #fff;
        animation: sound 2s infinite; }
        .header-sound__anim span:nth-child(1) {
          animation-delay: 0s; }
        .header-sound__anim span:nth-child(2) {
          animation-delay: -0.2s; }
        .header-sound__anim span:nth-child(3) {
          animation-delay: -0.8s; }
        .header-sound__anim span:nth-child(4) {
          animation-delay: -0.4s; }
        .header-sound__anim span:nth-child(5) {
          animation-delay: -0.6s; }
      .header-sound__anim.active span {
        background: #FEA501; }
  .header__logo {
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header__logo svg {
      width: 80%;
      height: 100%; }
      .header__logo svg path {
        fill: transparent; }
        .header__logo svg path:nth-child(1) {
          stroke-dasharray: 601;
          stroke-dashoffset: 601; }
        .header__logo svg path:nth-child(2) {
          stroke-dasharray: 430;
          stroke-dashoffset: 430; }
        .header__logo svg path:nth-child(3) {
          stroke-dasharray: 624;
          stroke-dashoffset: 624; }
        .header__logo svg path:nth-child(4) {
          stroke-dasharray: 405;
          stroke-dashoffset: 405; }
        .header__logo svg path:nth-child(5) {
          stroke-dasharray: 405;
          stroke-dashoffset: 405; }
        .header__logo svg path:nth-child(6) {
          stroke-dasharray: 600;
          stroke-dashoffset: 600; }
        .header__logo svg path:nth-child(7) {
          stroke-dasharray: 667;
          stroke-dashoffset: 667; }
        .header__logo svg path.top {
          transform: translateY(-10rem);
          transition: 2.5s transform ease-out; }
        .header__logo svg path.bot {
          transform: translateY(10rem);
          transition: 2.5s transform ease-out; }
        .header__logo svg path.active {
          transform: none; }
    .header__logo.anim path {
      animation: strokeLines 3s forwards, fill .5s forwards 3s; }
  .header-mouse {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100vh - 4rem);
    transition: 1s all;
    opacity: 0;
    flex-direction: column;
    font-size: 1.1rem; }
    .header-mouse.active {
      opacity: 1; }
    .header-mouse__text {
      user-select: none; }
      .header-mouse__text span {
        display: inline-block;
        animation: textAnimate 2s linear infinite alternate; }
        .header-mouse__text span:nth-child(1) {
          animation-delay: 0s; }
        .header-mouse__text span:nth-child(2) {
          animation-delay: 0.2s; }
        .header-mouse__text span:nth-child(3) {
          animation-delay: 0.4s; }
        .header-mouse__text span:nth-child(4) {
          animation-delay: 0.6s; }
        .header-mouse__text span:nth-child(5) {
          animation-delay: 0.8s; }
        .header-mouse__text span:nth-child(6) {
          animation-delay: 1s; }
        .header-mouse__text span:nth-child(7) {
          animation-delay: 1.2s; }
        .header-mouse__text span:nth-child(8) {
          animation-delay: 1.4s; }
        .header-mouse__text span:nth-child(9) {
          animation-delay: 1.6s; }
        .header-mouse__text span:nth-child(10) {
          animation-delay: 1.8s; }
        .header-mouse__text span:nth-child(11) {
          animation-delay: 2s; }
        .header-mouse__text span:nth-child(12) {
          animation-delay: 2.2s; }
        .header-mouse__text span:nth-child(13) {
          animation-delay: 2.4s; }
        .header-mouse__text span:nth-child(14) {
          animation-delay: 2.6s; }
        .header-mouse__text span:nth-child(15) {
          animation-delay: 2.8s; }
        .header-mouse__text span:nth-child(16) {
          animation-delay: 3s; }
        .header-mouse__text span:nth-child(17) {
          animation-delay: 3.2s; }
        .header-mouse__text span:nth-child(18) {
          animation-delay: 3.4s; }
        .header-mouse__text span:nth-child(19) {
          animation-delay: 3.6s; }
        .header-mouse__text span:nth-child(20) {
          animation-delay: 3.8s; }
    .header-mouse .arrow {
      width: 2rem;
      animation: arrowAnim 1s linear infinite alternate; }
      .header-mouse .arrow img {
        width: 100%; }
  .header-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .header-bg .stars {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 0;
      background: url(../img/stars.png) repeat top center;
      z-index: 0; }
    .header-bg .twinkling {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: url(../img/twinkling.png) repeat top center;
      z-index: 1;
      animation: move-twink-back 200s linear infinite; }
  .header-main {
    display: flex;
    align-items: center; }
  .header__man {
    width: 64%;
    animation-duration: 2s; }
  .header-text {
    width: 36%;
    padding-right: 6rem; }
    .header-text__item {
      margin-bottom: 2.2rem; }

.history {
  margin-top: -45vw;
  padding-top: 35vw;
  position: relative;
  z-index: 2; }
  .history-moon {
    position: absolute;
    width: 38rem;
    overflow: hidden;
    height: 38rem;
    display: flex;
    align-items: center;
    margin-left: -5rem;
    pointer-events: none;
    margin-top: 10rem; }
    .history-moon__img {
      height: 100%;
      width: 100%; }
      .history-moon__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .history-moon__wrap {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      border-radius: 50%;
      overflow: hidden; }
      .history-moon__wrap span {
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.4);
        filter: blur(20.7000007629px);
        animation: moon 10s linear infinite;
        transform: translateX(-100%); }
  .history-bgs {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .history-bgs div:first-child {
      height: 20%;
      background: linear-gradient(196deg, rgba(254, 165, 0, 0) 28.75%, rgba(254, 165, 0, 0.59) 46.59%, #FEA500 66.79%, #FEA500 79.97%); }
    .history-bgs div:nth-child(2) {
      height: 30%;
      background: linear-gradient(350deg, #710101 34.3%, #710101 35.25%, #912601 46.38%, #FEA500 76.26%);
      background-size: 200% 100%;
      animation: gradientAnimation 4s infinite alternate; }
    .history-bgs div:nth-child(3) {
      height: 50%;
      background: linear-gradient(174deg, #710101 29.95%, #3D1428 43.84%, #291C37 59.57%, #052952 69.84%);
      background-size: 200% 100%;
      animation: gradientAnimation 4s infinite alternate; }
  .history-row {
    display: flex;
    position: relative; }
    .history-row:first-child {
      color: #000; }
  .history-item-small .history-year {
    font-size: 10.5rem;
    line-height: 10.5rem; }
    .history-item-small .history-year__anim {
      height: 10.5rem; }
    .history-item-small .history-year__item {
      transform: translateY(21rem); }
  .history-item-small .history-item__year {
    padding-bottom: 1.2rem; }
  .history-item-small .history-item__text {
    margin-left: 1.2rem; }
  .history-item__head {
    display: flex;
    font-weight: 700;
    align-items: flex-end;
    gap: 1.5rem; }
  .history-item__year {
    padding-bottom: 2rem;
    font-size: 3rem;
    line-height: 1; }
    .history-item__year span {
      display: block; }
      .history-item__year span.big {
        font-size: 6rem; }
  .history-item__text {
    font-size: 1.65rem;
    margin-left: 2rem; }
    .history-item__text span {
      margin-bottom: 1.5rem;
      display: block; }
      .history-item__text span:last-child {
        margin-bottom: 0; }
  .history-year {
    display: flex;
    font-size: 15rem;
    line-height: 15rem; }
    .history-year__anim {
      display: flex;
      align-items: flex-end;
      height: 15rem;
      overflow: hidden; }
      .history-year__anim span {
        display: flex; }
    .history-year__item {
      display: flex;
      flex-direction: column;
      transition: 3.5s cubic-bezier(0.16, 1, 0.3, 1) transform, 0.4s opacity;
      opacity: 0;
      transform: translateY(30rem); }
      .history-year__item.active {
        opacity: 1;
        transform: none !important; }
    .history-year__item:nth-child(1) {
      transition-delay: 0s; }
    .history-year__item:nth-child(2) {
      transition-delay: 0.1s; }
    .history-year__item:nth-child(3) {
      transition-delay: 0.2s; }
    .history-year__item:nth-child(4) {
      transition-delay: 0.3s; }
    .history-year__item:nth-child(5) {
      transition-delay: 0.4s; }
    .history-year__item:nth-child(6) {
      transition-delay: 0.5s; }
    .history-year__item:nth-child(7) {
      transition-delay: 0.6s; }
    .history-year__item:nth-child(8) {
      transition-delay: 0.7s; }
    .history-year__item:nth-child(9) {
      transition-delay: 0.8s; }
    .history-year__item:nth-child(10) {
      transition-delay: 0.9s; }
  .history__img img {
    width: 100%;
    display: block; }
  .history__img-people {
    position: absolute;
    right: -6rem;
    bottom: -5rem;
    width: 32vw; }
  .history__img-robot {
    width: 63%; }
  .history__img-ground {
    width: 45%;
    margin-right: 10%; }
  .history__img-planet {
    width: 18rem; }
    .history__img-planet img {
      animation: rotating 100s linear infinite; }
  .history__img-venus {
    width: 45%;
    margin-right: 5%; }
  .history .row-1 {
    margin-bottom: 6rem; }
    .history .row-1 .history-item:nth-child(1) {
      margin-top: 20rem;
      width: 30%;
      margin-right: 10%; }
  .history .row-2 .history-item:nth-child(1) {
    margin-top: 17rem;
    width: 45%; }
  .history .row-2 .history-item:nth-child(2) {
    margin-left: -5rem;
    width: 55%; }
    .history .row-2 .history-item:nth-child(2) .history-item__text {
      margin-left: 40%; }
  .history .row-3 {
    padding-left: 10%;
    align-items: center;
    margin-right: -6rem;
    margin-top: -15vw; }
    .history .row-3 .history-item:nth-child(1) {
      width: 35%;
      margin-top: 10rem;
      margin-right: 2%; }
  .history .row-4 {
    margin-top: -5vw;
    margin-bottom: 8rem; }
    .history .row-4 .history-item:nth-child(2) {
      width: 40%; }
  .history .row-5 {
    margin-bottom: 9rem; }
    .history .row-5 .history-item:nth-child(1) {
      width: 42%;
      margin-right: 15%; }
  .history .row-6 .history-item:nth-child(2) {
    width: 40%; }
  .history .row-7 .history-item:nth-child(1) {
    width: 40%;
    margin-right: 10%; }
    .history .row-7 .history-item:nth-child(1) .history-item__text {
      margin-left: 0; }
  .history-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: url(../img/grad.png) bottom left no-repeat;
    background-size: 70vw;
    gap: 5rem;
    overflow: hidden;
    margin-top: -17rem; }
    .history-footer__house {
      width: 70%;
      animation-duration: 2s; }
      .history-footer__house img {
        width: 100%;
        display: block; }
    .history-footer__planet {
      width: calc(60% + 30rem);
      margin-left: -25%;
      height: 75rem;
      overflow: hidden;
      pointer-events: none;
      margin-bottom: -20rem;
      margin-right: -20rem; }
      .history-footer__planet img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        animation: rotating 300s linear infinite; }

.feedback {
  padding: 8rem 0;
  background: #fff;
  color: #000; }
  .feedback .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .feedback__title {
    font-size: 10rem;
    font-weight: 700;
    line-height: 0.87;
    margin-bottom: 4rem; }
    .feedback__title span {
      display: block; }
  .feedback__text {
    font-weight: 700;
    font-size: 2rem; }
  .feedback-form {
    width: 40%;
    font-size: 1.2rem; }
    .feedback-form input, .feedback-form textarea {
      display: block;
      width: 100%;
      margin-bottom: 3rem;
      height: 3.2rem;
      border: 1px solid #AEAEAE;
      padding: 0 0.75rem;
      outline: none; }
      .feedback-form input::placeholder, .feedback-form textarea::placeholder {
        color: #7B7A7A; }
    .feedback-form textarea {
      resize: none;
      padding: 0.75rem;
      overflow: hidden; }
    .feedback-form button {
      height: 3.2rem;
      padding: 0 0.75rem;
      background: #00397B;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
      .feedback-form button:hover {
        background: #FEA500; }
    .feedback-form__wrap {
      color: #00397B;
      display: flex;
      align-items: flex-end;
      overflow: hidden; }
      .feedback-form__wrap p {
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100%;
        flex-shrink: 0;
        margin-left: -100%;
        transition: 1s all; }
        .feedback-form__wrap p img {
          width: 3.2rem; }
      .feedback-form__wrap.active p {
        margin-left: 0; }

.footer {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 3rem 1rem; }
  .footer .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .footer__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden; }
    .footer__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      animation: scale 40s linear infinite; }
  .footer-head {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .footer__tel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    gap: .7rem; }
    .footer__tel img {
      width: 2.5rem; }
  .footer-social {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    justify-content: center; }
    .footer-social li {
      display: flex; }
    .footer-social a {
      display: flex;
      width: 1.5rem; }
      .footer-social a img {
        width: 100%; }
  .footer__novas {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    text-align: center; }
    .footer__novas a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .footer__novas a:hover {
        border-color: #fff; }
  .footer__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem; }
    .footer__title a {
      color: #fff;
      border-bottom: .1rem solid #fff; }
      .footer__title a:hover {
        border-color: transparent; }
  .footer__text {
    max-width: 50rem;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9rem; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 4rem; }

  .header-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem; }
  .header-text {
    width: 100%;
    padding: 0 6rem; }
  .header__man {
    width: 80%; }
  .header-mouse {
    top: calc(100svh - 10rem); }

  .history {
    margin-top: -30rem;
    padding-top: 20rem; }
    .history-moon {
      width: 30rem;
      height: 30rem;
      margin-top: 44rem; }
    .history-bgs div:first-child {
      background: linear-gradient(196deg, rgba(254, 165, 0, 0) 23.23%, rgba(254, 165, 0, 0.59) 45.98%, #FEA500 65.29%, #FEA500 79.87%);
      height: 10%; }
    .history-bgs div:nth-child(2) {
      height: 40%; }
    .history-row {
      flex-direction: column-reverse;
      align-items: center;
      gap: 4rem; }
    .history-year {
      font-size: 10.5rem;
      line-height: 10.5rem; }
      .history-year__anim {
        height: 10.5rem; }
      .history-year__item {
        transform: translateY(21rem); }
    .history-item {
      margin: 0 !important;
      width: auto !important; }
      .history-item__text {
        margin-left: 1.2rem; }
      .history-item__year {
        padding-bottom: 1.2rem; }
    .history__img-robot {
      width: 80%;
      margin-bottom: -10rem;
      position: absolute;
      top: -100vw; }
    .history__img-people {
      position: static;
      width: 70%;
      margin-top: 4rem;
      margin-bottom: -3rem; }
      .history__img-people img {
        border-radius: 1rem; }
    .history__img-ground {
      width: 70%;
      margin-top: 3rem; }
    .history__img-venus {
      width: 70%;
      margin-top: 4rem;
      margin-right: 0; }
    .history .row-1 {
      margin-bottom: 5rem; }
    .history .row-2 {
      gap: 70vw; }
      .history .row-2 .history-item:nth-child(1) {
        align-self: flex-start; }
      .history .row-2 .history-item:nth-child(2) .history-item__text {
        margin-left: 0; }
    .history .row-3 {
      margin-top: 0;
      padding-left: 0;
      padding-top: 5rem;
      margin-bottom: 6rem;
      margin-right: 0;
      align-items: flex-end; }
    .history .row-4 {
      margin: 0 0 2rem;
      flex-direction: column; }
      .history .row-4 .history-item {
        align-self: flex-start; }
    .history .row-5 {
      margin-bottom: 6rem; }
      .history .row-5 .history-item {
        align-self: flex-start; }
    .history .row-6 .history-item {
      align-self: flex-start; }
    .history-footer {
      margin-top: 0rem; }
      .history-footer__planet {
        height: 48rem; }

  .feedback {
    padding: 6rem 0; }
    .feedback__title {
      font-size: 6rem;
      margin-bottom: 3rem; }
    .feedback .container {
      flex-direction: column;
      align-items: flex-start;
      gap: 3rem; }
    .feedback-content {
      width: 100%; }
    .feedback-form {
      width: 70%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    font-size: 1.1rem; }

  .container {
    padding: 0 1rem; }

  .header-menu {
    padding: 1rem 0; }
  .header__logo svg {
    width: calc(100% - 2rem); }
  .header-text {
    padding: 0 1rem;
    font-size: 1.3rem; }
    .header-text__item {
      margin-bottom: 1.5rem; }
  .header__man {
    width: 100%; }
  .header-mouse {
    top: calc(100svh - 8rem); }

  .history {
    margin-top: -22rem;
    padding-top: 12rem; }
    .history-moon {
      width: 20rem;
      height: 20rem;
      margin-left: -2rem;
      margin-top: 31rem; }
    .history-item-small .history-year {
      font-size: 6rem;
      line-height: 6rem; }
      .history-item-small .history-year__anim {
        height: 6rem; }
      .history-item-small .history-year__item {
        transform: translateY(12rem); }
    .history-item-small .history-item__year {
      padding-bottom: .5rem; }
    .history-item-small .history-item__text {
      margin-left: .6rem; }
    .history-item__head {
      gap: 1rem; }
    .history-item__year {
      padding-bottom: .5rem;
      font-size: 2rem; }
      .history-item__year span.big {
        font-size: 3.5rem; }
    .history-item__text {
      margin-left: .6rem;
      font-size: 1.2rem;
      max-width: calc(100vw - 2rem); }
    .history-year {
      font-size: 6rem;
      line-height: 6rem; }
      .history-year__anim {
        height: 6rem; }
      .history-year__item {
        transform: translateY(12rem); }
    .history__img-people {
      width: 90%;
      margin-top: 2rem; }
    .history__img-robot {
      width: auto;
      height: 25rem;
      top: -35rem; }
      .history__img-robot img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .history__img-ground {
      width: 100%;
      margin-right: 0; }
    .history__img-planet {
      width: 15rem; }
    .history__img-venus {
      width: 100%; }
    .history .row-1 {
      margin-bottom: 6rem; }
    .history .row-2 {
      gap: 27rem; }
    .history .row-3 {
      margin-bottom: 4rem;
      padding-top: 3rem; }
    .history .row-4 {
      margin-bottom: 3rem;
      gap: 0; }
    .history .row-5 {
      margin-bottom: 2rem; }
    .history .row-6 {
      flex-direction: column;
      margin-bottom: 4rem;
      gap: 1rem; }
    .history-footer {
      gap: 2rem;
      flex-direction: column-reverse;
      align-items: flex-start;
      background-size: 100vw; }
      .history-footer__house {
        width: 100%; }
      .history-footer__planet {
        height: 20rem;
        align-self: flex-end;
        margin-bottom: -14rem;
        margin-right: -22rem; }

  .feedback {
    padding: 4rem 0; }
    .feedback__title {
      font-size: 4rem;
      margin-bottom: 2rem; }
    .feedback__text {
      font-size: 1.8rem; }
    .feedback-form {
      width: 100%; }
      .feedback-form input, .feedback-form textarea {
        margin-bottom: 1.5rem; }

  .footer {
    height: 70vh;
    padding: 2rem 0; }
    .footer__tel {
      font-size: 2.5rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

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