@font-face {
  font-family: "IBMPlexMono";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/IBMPlexMono-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/IBMPlexMono-Medium.woff2") format("woff2"), url("../fonts/IBMPlexMono-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/IBMPlexMono-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexMono-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2"), url("../fonts/IBMPlexMono-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  letter-spacing: -0.045em;
}

:root {
  --app-height: 100vh;
  --supp-text: #B6B6B6;
  --main-color: #9DFC34;
  --main-color-hover: #86D62C;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

body, html {
  font-size: 17px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #000;
  font-family: "IBMPlexMono", sans-serif;
  line-height: 1.3;
  color: #fff;
}

a {
  text-decoration: none;
  color: var(--main-color);
}
a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 500;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}

h1 {
  line-height: 1.15;
  font-weight: 600;
  font-size: 80px;
}

h2 {
  line-height: 1.15;
  font-weight: normal;
  font-size: 64px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 4vw;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.c-main {
  color: var(--main-color);
}

.c-supp {
  color: var(--supp-text);
}

.title h2 {
  margin-bottom: 30px;
}
.title > :last-child {
  margin-bottom: 0;
}
.title .subtext {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.subtext {
  line-height: 1.55;
  font-size: 18px;
  color: var(--supp-text);
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.title-animate__wrap {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.title-animate__el {
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.title-animate._showed .title-animate__wrap {
  overflow: visible;
}

.preloader {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
}
.preloader__header {
  position: absolute;
  top: 48px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader__percent {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 96px;
}
.preloader__line {
  position: relative;
  border-bottom: 1px solid #252525;
}
.preloader__line span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--main-color);
}

.page.loaded .page__screen .page__screen-stack:not(._animate) .title-animate__el {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.page.loaded .page__screen._animate .title-animate__el,
.page.loaded .page__screen-stack._animate .title-animate__el {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: var(--app-height);
}
.page__screen, .page__screen-stack {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 no-repeat center/cover;
}
.page__screen._show {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.page__screen._animate .subtext {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.page__screen-stack:first-child {
  top: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.page__screen-stack._prev {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.page__screen-stack._show {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.page__screen-next {
  position: absolute;
  z-index: 15;
  left: 80px;
  bottom: 7.5vh;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  font-size: 45px;
  color: inherit;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page__screen-next:hover {
  opacity: 0.8;
}
.page__screen-next .ic {
  display: block;
}
.page.loaded .page__screen,
.page.loaded .page__screen-stack {
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: transform 0.9s, opacity 0.9s;
  transition: transform 0.9s, opacity 0.9s, -webkit-transform 0.9s;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 21px 24px;
  min-width: 200px;
  background: var(--main-color);
  border: 1px solid transparent;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background-color: var(--main-color-hover);
  text-decoration: none;
}
.btn._full {
  padding-left: 19px;
  padding-right: 19px;
  width: 100%;
  min-width: 0;
}

.btn-arrow {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-arrow:before {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn-arrow:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.btn-arrow._last:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-next-btn {
  position: fixed;
  z-index: 20;
  left: 4vw;
  bottom: 5.2vh;
}

.page-pagination {
  position: fixed;
  z-index: 19;
  right: 4vw;
  bottom: 5.2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
}
.page-pagination span {
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #7F7F7F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-pagination span:last-child {
  margin-right: 0;
}
.page-pagination span:hover {
  background-color: #fff;
}
.page-pagination span.active {
  cursor: default;
  background-color: var(--main-color);
  width: 62px;
}

.logo {
  display: inline-block;
  max-width: 250px;
}
.logo img {
  display: block;
  max-height: 50px;
}

.social-item {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-item:before {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.social-item:hover:before {
  opacity: 1;
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: var(--app-height);
  padding: 100px 0 40px;
}
.mob-menu__wrap > * {
  width: 100%;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu__list li:nth-child(n+2) {
  margin-top: 20px;
}
.mob-menu__list a {
  display: block;
  position: relative;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 24px;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mob-menu__list a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e901";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.85em;
}
.mob-menu__list a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.mob-menu__mid {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mob-menu__links * {
  letter-spacing: normal;
}
.mob-menu__links-head {
  margin-bottom: 24px;
  font-size: 13px;
  color: #7F7F7F;
}
.mob-menu__links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.mob-menu__links-wrap > * {
  max-width: 100%;
}
.mob-menu__links-wrap a {
  display: inline-block;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mob-menu__links-wrap a:hover {
  text-decoration: none;
  color: #ccc;
}
.mob-menu__social, .mob-menu__action {
  margin-top: 7vh;
}
.mob-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 48px 0 0;
  font-size: 17px;
}
.header__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header .logo {
  margin-right: auto;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu * {
  letter-spacing: normal;
}
.header__menu a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu a:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-color);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__menu a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.header__menu a:hover:after {
  opacity: 1;
}
.header__menu li {
  position: relative;
}
.header__sandwich {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.header__sandwich i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__sandwich i:nth-of-type(1) {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.header__sandwich i:nth-of-type(2) {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.header__sandwich.active i:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__sandwich.active i:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bann {
  position: relative;
  padding-top: 12.5vh;
  background-image: url("../img/bann-bg.jpg");
}
.bann__title {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.15em;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  font-size: 46vh;
}
.bann__title span {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2em;
}
.bann__title-mob {
  display: none;
  max-width: 7em;
  line-height: 0.85;
  font-size: 120px;
}
.bann__title-mob .title-animate__el {
  padding-bottom: 0.15em;
}
.bann__action {
  margin-top: 3vh;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bann__more {
  display: none;
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 6vh;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.bann__more-head {
  margin-bottom: 15px;
  letter-spacing: normal;
}

.page.loaded .bann__action {
  -webkit-transition: 0.9s 0.6s;
  transition: 0.9s 0.6s;
}
.page.loaded .bann._animate .bann__action {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.about {
  padding-top: 19vh;
  background-image: url("../img/about/bg.jpg");
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 85px;
}
.about__grid {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 870px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.about._animate .about-item {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.about-item__box {
  cursor: default;
  padding: 39px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  -webkit-transition: border-color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, background-color 0.4s;
}
.about-item__box:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.about-item__box > :last-child {
  margin-bottom: 0;
}
.about-item__icon {
  width: 76px;
  height: 76px;
  margin-bottom: 32px;
  border-radius: 4px;
  background: rgba(157, 252, 52, 0.1);
}
.about-item__icon img {
  max-width: 40px;
  max-height: 40px;
}
.about-item__head {
  margin-bottom: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 24px;
}
.about-item__descr {
  margin-bottom: 13px;
  font-size: 15px;
}

.soft-about {
  padding-top: 19vh;
}
.soft-about .title {
  max-width: 570px;
}
.soft-about .title h2 {
  max-width: 7em;
}

.cubes-img {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  margin-top: -3em;
  width: 7.9em;
  height: 6em;
  font-size: 100px;
}
.cubes-img__bg {
  position: absolute;
  max-width: 245%;
  top: -2.6em;
  left: -9.1em;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.cubes-img__big-cube {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.8em;
  max-width: 3.45em;
  opacity: 0;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.cubes-img__cubes img {
  position: absolute;
  z-index: 2;
  max-width: 1.72em;
  opacity: 0;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.cubes-img__cubes img:nth-child(1) {
  top: 2.45em;
  left: 0;
}
.cubes-img__cubes img:nth-child(2) {
  top: 3.95em;
  left: 0.9em;
}
.cubes-img__cubes img:nth-child(3) {
  top: 3.45em;
  left: 3.5em;
}
.cubes-img__cubes img:nth-child(4) {
  top: 0.9em;
  left: 6.15em;
}

.page__screen:not(._animate) .cubes-img__big-cube,
.page__screen:not(._animate) .cubes-img__cubes img {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.page__screen._animate .cubes-img__bg {
  opacity: 1;
}
.page__screen._animate .cubes-img__big-cube,
.page__screen._animate .cubes-img__cubes img {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.page__screen._animate .cubes-img__big-cube {
  -webkit-transition: 1.2s cubic-bezier(0.1, 1, 0.7, 1);
  transition: 1.2s cubic-bezier(0.1, 1, 0.7, 1);
}
.page__screen._animate .cubes-img__cubes img {
  -webkit-transition: 1s cubic-bezier(0.1, 1, 0.7, 1);
  transition: 1s cubic-bezier(0.1, 1, 0.7, 1);
}

.earn-sect {
  padding-top: 19vh;
  background-image: url("../img/earn/bg.jpg");
}
.earn-sect .title {
  max-width: 570px;
}
.earn-sect .title h2 {
  max-width: 7em;
}

.earn-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -7em;
  width: 14em;
  height: 14em;
  font-size: 100px;
}
.earn-img__wrap {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(200px, -50%);
      -ms-transform: translate(200px, -50%);
          transform: translate(200px, -50%);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.earn-img__wrap:nth-child(n+2) .earn-img__ellips {
  border-color: #303030;
}
.earn-img__wrap:nth-child(n+2) .earn-img__icons span {
  border-color: #303030;
}
.earn-img__wrap:nth-child(n+3) .earn-img__icons span {
  color: #878787;
}
.earn-img__ellips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(12%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 12%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(12%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 12%);
}
.earn-img__icons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.earn-img__icons span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  background: #1E1E1E;
  width: 1.68em;
  height: 1.68em;
  text-align: center;
  color: var(--main-color);
}
.earn-img__icons span._bot {
  top: auto;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.earn-img__icons .ic {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  font-size: 0.7em;
}

.earn-img__wrap:nth-child(1) {
  left: 0;
  width: 100%;
  height: 100%;
}

.earn-img__wrap:nth-child(2) {
  left: 2.45em;
  width: 12em;
  height: 12em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons .ic {
  font-size: 0.52em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons span {
  width: 1.2em;
  height: 1.2em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons span:nth-child(1) {
  top: 2.9em;
  left: 0.8em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons span:nth-child(2) {
  top: 5em;
  left: 0.1em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons span:nth-child(3) {
  bottom: 5em;
  left: 0.1em;
}
.earn-img__wrap:nth-child(2) .earn-img__icons span:nth-child(4) {
  bottom: 2.9em;
  left: 0.8em;
}

.earn-img__wrap:nth-child(3) {
  left: 4.9em;
  width: 10.6em;
  height: 10.6em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons .ic {
  font-size: 0.32em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons span {
  width: 0.76em;
  height: 0.76em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons span:nth-child(1) {
  top: 2.2em;
  left: 1em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons span:nth-child(2) {
  top: 3.7em;
  left: 0.3em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons span:nth-child(4) {
  bottom: 3.7em;
  left: 0.3em;
}
.earn-img__wrap:nth-child(3) .earn-img__icons span:nth-child(5) {
  bottom: 2.2em;
  left: 1em;
}

.earn-img__wrap:nth-child(4) {
  left: 7em;
  width: 7.4em;
  height: 7.4em;
}

.earn-sect:not(._animate) .earn-img__wrap, .earn-sect:not(._animate) .earn-img__icons {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.earn-sect._animate .earn-img__wrap {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.earn-sect._animate .earn-img__icons {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.contacts {
  padding-top: 17vh;
  background-image: url("../img/contacts-bg.jpg");
}
.contacts__wrap {
  max-width: 874px;
  margin: 0 auto;
}
.contacts__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.contacts__buttons > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.contacts__buttons > div._full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.contacts__btn {
  display: block;
  position: relative;
  border-radius: 8px;
  background: rgba(157, 252, 52, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px var(--main-color);
          box-shadow: inset 0 0 0 1px var(--main-color);
  height: 270px;
  max-height: 30vh;
  color: var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts__btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 32px;
}
.contacts__btn:hover {
  background-color: var(--main-color);
  text-decoration: none;
  color: #000;
}
.contacts__social {
  overflow: hidden;
  display: block;
  position: relative;
  max-height: 30vh;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts__social:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.contacts__social .ic {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  width: 100%;
  font-size: 48px;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts__social:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.contacts__social:hover .ic {
  opacity: 1;
}
.contacts__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 6vh;
}
.contacts__bot .btn-arrow {
  display: none;
}
.contacts__copy {
  margin: 0;
}
.contacts__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px 32px;
}
.contacts__links a {
  letter-spacing: normal;
  color: #7F7F7F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts__links a:hover {
  text-decoration: none;
  color: inherit;
}
.contacts [data-animate] {
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.contacts._animate [data-animate] {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}