/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/montserrat-regular.woff2) format("woff2"),
    url(../montserrat-regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Alter;
  src: url(../fonts/montserrat-alter-regular.woff2) format("woff2"),
    url(../montserrat-alter-regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Alter;
  src: url(../fonts/montserrat-alter-700.woff2) format("woff2"),
    url(../montserrat-alter-700.woff) format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@-webkit-keyframes animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes jumping {
  0%,
  100% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-25px);
  }
}
@keyframes jumping {
  0%,
  100% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-25px);
  }
}
@-webkit-keyframes fall {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}
@keyframes fall {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}
body,
html {
  height: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background-image: url(img/12.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  transition: 0.6s;
}
@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body {
    background-size: cover;
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  background: radial-gradient(circle, #026773 20%, #11192c 100%);
}
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.main .intro {
  overflow: hidden;
  position: relative;
  padding: 20% 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .main .intro {
    padding: 20% 0 15%;
  }
}
@media (min-width: 1200px) {
  .main .intro {
    padding: 15% 0 10%;
  }
}
.main .intro__inner {
  position: relative;
  text-align: center;
  padding: 0 10%;
}
@media (min-width: 768px) {
  .main .intro__inner {
    padding: 0 15%;
  }
}
.main .intro__title {
  z-index: 27;
  position: relative;
  display: inline-block;
  margin: 0 0 5%;
  font-family: Montserrat-Alter;
  font-weight: 700;
  font-size: calc(2.5vw + 10px);
}
@media (min-width: 768px) {
  .main .intro__title {
    margin-bottom: 4%;
  }
}
@media (min-width: 992px) {
  .main .intro__inner {
    padding: 0 27% 0 27%;
  }
  .main .intro__title {
    font-size: calc(1.2vw + 10px);
  }
}
@media (min-width: 1200px) {
  .main .intro__title {
    width: 80%;
    font-size: 28px;
  }
}
.main .intro__title:after {
  content: "";
  width: 30%;
  height: 2px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  transform: translate(0, 100%);
}
.main .intro__span-2 {
  letter-spacing: 10px;
  font-size: calc(16.5vw + 10px);
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 540px) {
  .main .intro__span-2 {
    font-size: calc(15vw + 10px);
  }
}
.main .intro__img {
  z-index: 26;
  position: relative;
  transition: 0.6s linear;
  margin-top: -80%;
  -webkit-animation: 250s linear infinite animate;
  animation: 250s linear infinite animate;
}
@media (min-width: 425px) {
  .main .intro__img {
    margin-top: -90%;
  }
}
@media (min-width: 540px) {
  .main .intro__img {
    margin-top: -50%;
  }
}
@media (min-width: 992px) {
  .main .intro__span-2 {
    letter-spacing: 3px;
    font-size: calc(10vw + 10px);
  }
  .main .intro__img {
    position: absolute;
    top: 15%;
    left: 65%;
    margin: 0;
    -webkit-animation: 8s infinite jumping;
    animation: 8s infinite jumping;
  }
}
@media (min-width: 1024px) {
  .main .intro__img {
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .main .intro__span-2 {
    font-size: 100px;
  }
  .main .intro__img {
    left: 60%;
  }
}
@media (min-width: 1700px) {
  .main .intro__img {
    top: 28%;
    left: 55%;
  }
}
.animate {
  display: none;
  position: absolute;
  border: 2px solid #fff;
  pointer-events: none;
  transition: 0.2s linear;
  -webkit-animation: 29s linear infinite animate;
  animation: 29s linear infinite animate;
}
@media (min-width: 992px) {
  .animate {
    display: block;
    top: -60%;
    left: 15%;
    width: 650px;
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .animate {
    top: -45%;
    left: 20%;
  }
}
.animate--1 {
  border-radius: 55% 45% 54% 46%/30% 30% 70% 70%;
}
.animate--2 {
  z-index: 20;
  border-radius: 44% 56% 31% 69%/43% 38% 62% 57%;
  animation-direction: reverse;
}
.animate--3 {
  border: 2px solid #00a49b;
  border-radius: 60% 40% 51% 49%/43% 47% 53% 57%;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
@media (min-width: 992px) {
  .animate--3 {
    z-index: 27;
  }
}
.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex: 0 0 auto;
}
.footer__link {
  z-index: 19;
  padding: 2% 5%;
  outline: 0;
  border: none;
  border-radius: 12px;
  background: linear-gradient(190deg, #026773, #11192c);
  margin-bottom: 20px;
  transition: 0.6s linear;
}
.footer__link:hover {
  transition: 0.6s linear;
  background: linear-gradient(-190deg, #026773, #11192c);
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
  .animate {
    left: 25%;
  }
  .footer__link {
    padding: 1% 2%;
  }
}
.form {
  z-index: 27;
  position: relative;
  padding: 2%;
  margin-bottom: 5%;
}
.form__group {
  border: none;
  padding: 0;
  margin: 0;
}
.form__title {
  display: inline-block;
  font-size: calc(1.2vw + 10px);
  font-weight: 400;
  margin-bottom: 8%;
}
@media (min-width: 540px) {
  .form__title {
    font-size: calc(1.5vw + 10px);
  }
}
@media (min-width: 992px) {
  .form__title {
    font-size: calc(1vw + 10px);
  }
}
@media (min-width: 1200px) {
  .form__title {
    font-size: 18px;
    padding: 0 12%;
  }
}
.form__input {
  width: 100%;
  height: 40px;
  padding: 4%;
  outline: 0;
  color: #2e2e2e;
  font-size: calc(1.5vw + 10px);
  border-radius: 12px;
  border: 2px solid transparent;
  transition: 0.2s linear;
}
.form__input:active,
.form__input:focus,
.form__input:hover {
  border: 2px solid #092c4e;
}
@media (min-width: 768px) {
  .form__input {
    width: 80%;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .form__input {
    font-size: calc(1vw + 10px);
  }
}
@media (min-width: 1024px) {
  .form__input {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .form__input {
    width: 60%;
    font-size: 18px;
  }
}
.form__btn-link {
  position: absolute;
  right: 0;
  bottom: 1%;
  border: 2px solid #012a3a;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: #012a3a;
  outline: 0;
  transition: 0.2s linear;
}
.form__btn-link:active,
.form__btn-link:focus,
.form__btn-link:hover {
  background-color: #01131a;
  border: 2px solid #01131a;
}
@media (min-width: 540px) {
  .form__btn-link {
    bottom: 2%;
  }
}
@media (min-width: 768px) {
  .form__btn-link {
    right: 8%;
    bottom: 4%;
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .form__btn-link {
    right: 18%;
    bottom: 4%;
  }
}
@media (min-width: 1440px) {
  .form__btn-link {
    bottom: 6%;
  }
}
.popup {
  position: absolute;
  top: 56%;
  left: 25%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-10px, 0);
  transition: 0.4s;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .popup {
    left: 30%;
  }
}
.form-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.popup__visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transform-origin: left center;
  transition: 0.4s;
}
