*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  line-height: 1.15;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

main {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: unset;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  overflow: visible;
}

input:focus {
  outline: none;
}

fieldset {
  border: unset;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-focus-inner {
  border: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  color: inherit;
  outline: none;
  border: none;
}

dl,
ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  border: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../font/PFDinTextCompPro-Regular.woff2") format("woff2"), url("../font/PFDinTextCompPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../font/PFDinTextCompPro-BoldItalic.woff2") format("woff2"), url("../font/PFDinTextCompPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
html, body {
  position: relative;
  height: 100%;
  background: #15141A;
  font-family: "PF Din Text Comp Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

.ball {
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  height: 137px;
  overflow: hidden;
}
.ball img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.header {
  padding: 40px;
}
.header__logo {
  height: 35px;
  width: 145px;
  margin: 0 auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top {
  text-align: center;
}
.top__title {
  font-size: 70px;
  letter-spacing: -3px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 15px -5px;
}
.top__subtitle {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  padding: 12px 20px 6px;
  background: #1861FE;
  display: inline-block;
  margin: 0 auto;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.steps {
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  width: 310px;
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.steps__item-number {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  background: #1861FE;
  display: block;
  border-radius: 9px;
  margin-right: 6px;
  padding-top: 2px;
}
.steps__item-text {
  font-size: 18px;
  line-height: 1;
  color: #CFCFCF;
}

.button {
  margin: 0 auto -60px;
  width: 310px;
  background: #FF6A12;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(255, 124, 0, 0.5);
          box-shadow: 0 5px 20px 0 rgba(255, 124, 0, 0.5);
  position: relative;
  z-index: 20;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
.button p {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 17px 15px 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}

.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 250px;
  margin-top: auto;
}
@media (min-height: 700px) {
  .footer {
    height: 40vh;
  }
}
.footer__item {
  position: absolute;
}
.footer__item.--left {
  left: -2px;
  bottom: -4px;
  right: 30%;
  top: 0;
}
.footer__item.--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
.footer__item.--right {
  right: -2px;
  bottom: -4px;
  left: 30%;
  top: 0;
}
.footer__item.--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.footer__item.--fish {
  right: 0;
  bottom: -4px;
  left: 0;
  top: 0;
}
.footer__item.--fish img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}