@font-face {
  font-family: 'Albertus Nova';
  src: url("fonts/AlbertusNova.eot");
  src: local("Albertus Nova"), local("AlbertusNova"), url("fonts/AlbertusNova.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertusNova.woff2") format("woff2"), url("fonts/AlbertusNova.woff") format("woff"), url("fonts/AlbertusNova.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Albertus Nova';
  src: url("fonts/AlbertusNova-Bold.eot");
  src: local("Albertus Nova Bold"), local("AlbertusNova-Bold"), url("fonts/AlbertusNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertusNova-Bold.woff2") format("woff2"), url("fonts/AlbertusNova-Bold.woff") format("woff"), url("fonts/AlbertusNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Semibold.woff2") format("woff2"), url("fonts/Manrope-Semibold.woff") format("woff"), url("fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: normal;
  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; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Albertus Nova', sans-serif;
  background: #0A3B2C;
  color: #fff;
  position: relative;
  font-size: 0.9rem; }

::-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; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes sound {
  0%,
	100% {
    height: 4px; }
  50% {
    height: 15px; } }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.form-done {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  color: #0A3B2C;
  display: none;
  background: rgba(10, 59, 44, 0.5); }
  .form-done__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #FADCBC; }
  .form-done__text {
    max-width: 18rem;
    margin: 0 auto 2rem;
    color: #fff;
    font-size: 0.9rem; }
  .form-done__img img {
    width: 8rem; }
  .form-done__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5rem 2rem;
    border-radius: 1.6rem;
    background: #fff;
    text-align: center;
    box-shadow: 7px 7px 1.6rem rgba(54, 54, 54, 0.25);
    background: #0A3B2C;
    border: 1px solid #FADCBC; }

audio {
  display: none; }

.btn {
  border-radius: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #FADCBC;
  color: #0A3B2C;
  z-index: 1;
  font-family: "Manrope", sans-serif; }
  .btn:hover::after {
    opacity: 0; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #0A3B2C; }
  .preloader-loading {
    background: #0A3B2C;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .preloader-loading__load {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .preloader-loading__load div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: 0.4rem solid #FADCBC;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #FADCBC transparent transparent transparent; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.45s; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .preloader__video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none; }
    .preloader__video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
      .preloader__video video.mob {
        display: none; }
  .preloader__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8rem;
    height: 3rem;
    width: 12.5rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden; }
    .preloader__btn.active {
      opacity: 1;
      visibility: visible; }

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 1.5rem;
  z-index: 5;
  padding: 0 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.1rem;
  font-size: 0.8rem;
  font-family: "Manrope", sans-serif; }
  .header-lang {
    display: flex;
    gap: 1rem; }
    .header-lang a {
      color: #fff; }
      .header-lang a:hover, .header-lang a.active {
        color: #FADCBC; }
  .header-sound {
    display: flex;
    gap: .6rem; }
    .header-sound__anim {
      display: flex;
      align-items: flex-end;
      gap: 3px;
      height: 15px;
      cursor: pointer;
      margin-top: 3px; }
      .header-sound__anim span {
        width: 1px;
        height: 15px;
        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: #FADCBC; }

.main {
  height: 100svh;
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center; }
  .main.active .main__logo, .main.active .main__text, .main.active .main__title, .main.active .main-form {
    opacity: 1;
    transform: translateY(0); }
  .main-left, .main-right {
    width: 50%;
    position: relative; }
  .main-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .main-left::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: url(../img/grad.png) center right no-repeat;
      background-size: cover;
      margin-left: 1px; }
  .main-right {
    padding: 3rem;
    text-align: center; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #0A3B2C;
    overflow: hidden;
    z-index: -1; }
    .main__bg img {
      width: 101%;
      max-width: none;
      height: 100%;
      display: block;
      object-fit: cover;
      animation: scale 30s linear infinite; }
  .main__logo {
    width: 22rem;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(2rem);
    transition: .9s all ease-in-out; }
    .main__logo img {
      width: 100%;
      display: block; }
  .main__title {
    font-size: 4rem;
    margin-bottom: 3vh;
    opacity: 0;
    transform: translateY(2rem);
    transition: .9s all ease-in-out;
    transition-delay: .5s; }
    .main__title-yellow {
      color: #FADCBC;
      transition-delay: 1s; }
  .main-form {
    margin-bottom: 3vh;
    opacity: 0;
    transform: translateY(2rem);
    transition: .9s all ease-in-out;
    transition-delay: 2s; }
  .main__text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: .9s all ease-in-out;
    transition-delay: 1.5s; }

.form {
  display: flex;
  justify-content: center;
  gap: .6rem;
  font-size: 0.8rem;
  font-family: "Manrope", sans-serif; }
  .form input {
    height: 2.5rem;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2.7rem;
    padding: 0 1rem;
    width: 35%; }
    .form input::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .form .btn {
    width: 30%;
    height: 2.5rem;
    position: relative; }

@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; }

  .main {
    flex-direction: column; }
    .main-left {
      width: 100%; }
      .main-left::after {
        margin-left: 0;
        margin-top: 1px;
        background-image: url(../img/grad-mob.png); }
    .main-right {
      width: 100%; }
    .main__logo {
      width: 13rem;
      margin-bottom: 2rem; }
    .main__title {
      font-size: 2.5rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .form-done__wrap {
    width: 90vw;
    padding: 2rem 1.5rem; }

  .preloader__video video.desk {
    display: none; }
  .preloader__video video.mob {
    display: block; }
  .preloader__btn {
    font-size: 1rem;
    margin-top: 11rem; }

  .header {
    font-size: 0.9rem;
    padding: 0 1rem;
    justify-content: space-between; }

  .main-right {
    padding: 2rem; }
  .main__title {
    font-size: 2rem;
    margin-bottom: 2vh; }
  .main__text {
    font-size: 1rem; }

  .form {
    font-size: 0.9rem;
    flex-direction: column; }
    .form input {
      width: 100%; }
    .form .btn {
      width: 100%; } }
@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 */
