@import url(https://fonts.googleapis.com/css?family=Gochi+Hand:regular&display=swap);
@font-face {
  font-family: Twenty Senja;
  font-display: swap;
  src: url("../fonts/Twenty Senja.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
:root {
  --text-primary: #000;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: var(--text-primary);
  line-height: 1.2;
  font-family: "Gochi Hand";
  font-size: 1.5rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: "Gochi Hand";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 90rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.form__row {
  position: relative;
  z-index: 3;
}
.form__error {
  color: red;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 5%;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
}
.menu__link {
  color: #fff;
  font-family: "Twenty Senja";
  line-height: 1.2;
  transition: color 0.4s;
  will-change: color;
}
.menu__link._navigator-active {
  text-decoration: underline;
}
.icon-menu {
  display: none;
}
.cn {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Gochi Hand";
}
.cn:has(.cn__button:hover) span {
  color: #ea6b24;
}
.cn__wrp {
  border-radius: 0.75rem;
  border: 0.125rem solid #000;
  background: #f2774b;
  box-shadow: 0 0.3125rem 0 0 #000;
  padding: 0.4375rem;
}
.cn p {
  border-radius: 0.4375rem;
  border: 0.125rem solid #000;
  background: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.cn__address {
  color: #000;
  text-align: center;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: color 0.2s;
  will-change: color;
  line-height: 120%;
}
.cn__button {
  border-radius: 0.75rem;
  border: 0.125rem solid #000;
  background: #ff2600;
  box-shadow: 0 0.3125rem 0 0 #000;
  padding: 0.4375rem;
}
.cn__button span {
  display: inline-block;
  border-radius: 0.4375rem;
  border: 0.125rem solid #000;
  background: #fff;
  padding: 0.3125rem;
  padding-bottom: 0;
  padding-top: 0;
}
.cn__button svg {
  position: relative;
  top: 0.2083333333em;
  z-index: 2;
  aspect-ratio: 1;
  width: 1.625em;
}
.cn__button svg path {
  fill: #000;
  will-change: fill;
  transition: fill 0.4s;
}
.cn__hint {
  position: absolute;
  display: flex;
  top: 0;
  left: 50%;
  padding: 0.9375rem 1.25rem 0.625rem 1.25rem;
  z-index: 100;
  border-radius: 0.5rem;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: translate(-50%, -100%) scale(0.5);
  transform: translate(-50%, -100%) scale(0.5);
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  color: #000;
  font-size: 100%;
}
.cn__hint,
.cn__hint::after {
  background-color: #fff;
}
.cn__hint::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 90%);
  transform: translate(-50%, 90%);
  width: 12%;
  aspect-ratio: 1/0.55;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.active .cn__hint {
  -webkit-transform: translate(-50%, -100%) scale(1);
  transform: translate(-50%, -100%) scale(1);
  opacity: 1;
}
.spollers {
  display: grid;
  gap: 15px;
}
.spollers__item {
  font-size: 1.25rem;
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes fb {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fb {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbJUB {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-6deg);
    transform: translate(0, 10%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fbJUB {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-6deg);
    transform: translate(0, 10%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbJU {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(9deg) translate(0, 10%);
    transform: rotate(9deg) translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(9deg);
    transform: translate(0, 0) rotate(9deg);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fbJU {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(9deg) translate(0, 10%);
    transform: rotate(9deg) translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(9deg);
    transform: translate(0, 0) rotate(9deg);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes ft {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes ft {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbClds {
  0% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fbClds {
  0% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fbCldsL {
  0% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fbCldsL {
  0% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fbCldsR {
  0% {
    -webkit-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fbCldsR {
  0% {
    -webkit-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes frs {
  0% {
    -webkit-transform: translate(-10%, -5%) scale(0.9);
    transform: translate(-10%, -5%) scale(0.9);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes frs {
  0% {
    -webkit-transform: translate(-10%, -5%) scale(0.9);
    transform: translate(-10%, -5%) scale(0.9);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes frs {
  0% {
    -webkit-transform: translate(5%, 5%) scale(0.95);
    transform: translate(5%, 5%) scale(0.95);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbaboutD {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-10.49deg);
    transform: translate(0, 10%) rotate(-10.49deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-10.49deg);
    transform: translate(0, 0) rotate(-10.49deg);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fbaboutD {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-10.49deg);
    transform: translate(0, 10%) rotate(-10.49deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-10.49deg);
    transform: translate(0, 0) rotate(-10.49deg);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbaboutM {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-3.574deg);
    transform: translate(0, 10%) rotate(-3.574deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-3.574deg);
    transform: translate(0, 0) rotate(-3.574deg);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fbaboutM {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-3.574deg);
    transform: translate(0, 10%) rotate(-3.574deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-3.574deg);
    transform: translate(0, 0) rotate(-3.574deg);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fbaboutL {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(3.574deg);
    transform: translate(0, 10%) rotate(3.574deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3.574deg);
    transform: translate(0, 0) rotate(3.574deg);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fbaboutL {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(3.574deg);
    transform: translate(0, 10%) rotate(3.574deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3.574deg);
    transform: translate(0, 0) rotate(3.574deg);
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes flgAR {
  0% {
    -webkit-transform: translateZ(10rem);
    transform: translateZ(10rem);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes flgAR {
  0% {
    -webkit-transform: translateZ(10rem);
    transform: translateZ(10rem);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes op {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes op {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes tokTL {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-7%, -7%);
    transform: translate(-7%, -7%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes tokTL {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-7%, -7%);
    transform: translate(-7%, -7%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes tokTLB {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-7%, 18%);
    transform: translate(-7%, 18%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes tokTLB {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-7%, 18%);
    transform: translate(-7%, 18%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes flg {
  0% {
    -webkit-transform: translateY(-10%) translateZ(9.375rem);
    transform: translateY(-10%) translateZ(9.375rem);
    opacity: 0;
    visibility: hidden;
  }
  25% {
    -webkit-transform: translateY(-10%) translateZ(0);
    transform: translateY(-10%) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes flg {
  0% {
    -webkit-transform: translateY(-10%) translateZ(9.375rem);
    transform: translateY(-10%) translateZ(9.375rem);
    opacity: 0;
    visibility: hidden;
  }
  25% {
    -webkit-transform: translateY(-10%) translateZ(0);
    transform: translateY(-10%) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
.menu-open-bg {
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.375rem);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.menu-open .menu-open-bg {
  opacity: 1;
}
.button {
  border-radius: 1.875rem;
  border: 0.0625rem solid #000;
  background: linear-gradient(90deg, #f99f2b 0, #f2774b 100%);
  box-shadow: 0.1875rem 0.25rem 0 0 #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.4s, letter-spacing 0.4s, -webkit-transform 0.4s;
  transition: box-shadow 0.4s, transform 0.4s, letter-spacing 0.4s;
  transition: box-shadow 0.4s, transform 0.4s, letter-spacing 0.4s,
    -webkit-transform 0.4s;
  will-change: box-shadow, transform, letter-spacing;
}
.social-link svg {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.social-link svg path:nth-child(1) {
  transition: fill 0.4s;
  will-change: fill;
}
.social-link--x svg {
  aspect-ratio: 92/89;
}
.social-link--tg svg {
  aspect-ratio: 115/113;
}
.social-link--dep {
  aspect-ratio: 84/81;
}
.social-link--dextool {
  aspect-ratio: 84/75;
}
.social-link--dexscreen {
  aspect-ratio: 84/80;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background-color 0.5s, backdrop-filter 0.5s;
}
.header__container {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header__logo {
  aspect-ratio: 112/56;
  flex-basis: 7rem;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.header__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__button {
  min-height: 3.875rem;
  min-width: 15.9375rem;
}
.header__button span {
  font-size: 2.25rem;
}
.footer {
  border-top: 0.125rem solid #000;
  position: relative;
}
.footer__top {
  padding-top: 3.125rem;
  background-color: #f2774b;
}
.top-footer {
  position: relative;
}
.top-footer__img {
  left: 0;
  z-index: 2;
  position: relative;
  aspect-ratio: 809/814;
}
.top-footer__img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
.top-footer__img img:nth-child(1) {
  aspect-ratio: 659/740;
}
.top-footer__img img:nth-child(2) {
  aspect-ratio: 719/325;
}
.card-footer {
  position: relative;
}
.card-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.card-footer__body {
  position: relative;
  display: flex;
  gap: 0.9375rem;
}
.card-footer__nav {
  display: flex;
  flex-direction: column;
}
.card-footer__link {
  font-family: "Twenty Senja";
  font-style: normal;
  font-weight: 400;
  line-height: 84.217%;
  letter-spacing: 0.09rem;
  transition: color 0.4s;
  will-change: color;
}
.card-footer__social {
  display: flex;
  flex-direction: column;
}
.card-footer__sc-row {
  display: flex;
  gap: 0.625rem;
}
.card-footer__social-link.social-link--tg svg {
  -webkit-transform: translate(-10%, -15%);
  transform: translate(-10%, -15%);
  pointer-events: none;
}
.bottom-footer {
  position: relative;
  z-index: 2;
  margin-top: -0.4vw;
  background: url(../img/footer/bottom-dec.png) center/cover no-repeat;
  padding-top: 1.041667%;
  padding-bottom: 1.041667%;
}
.bottom-footer__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  justify-content: space-between;
}
.bottom-footer__copy {
  color: #3a1712;
  line-height: 1.2;
  text-transform: uppercase;
}
.bottom-footer__osnovo {
  display: flex;
  align-items: center;
}
.bottom-footer__osnovo span {
  color: #3a1712;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.4s;
  will-change: color;
}
.bottom-footer__osnovo svg {
  fill: #3a1712;
  aspect-ratio: 143/38;
  transition: fill 0.4s;
  will-change: fill;
}
.hero {
  position: relative;
  padding-top: 12.625rem;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.125rem;
  left: 0;
  background: url(../img/hero/bg.png) center/cover no-repeat;
  pointer-events: none;
}
.hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  aspect-ratio: 1107/552;
}
.hero__title img {
  display: inline-block;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.loaded .hero__title img {
  -webkit-animation: fb 0.8s ease 0.4s forwards;
  animation: fb 0.8s ease 0.4s forwards;
}
.hero__bottom {
  display: flex;
  width: 100%;
  -webkit-column-gap: 1.805556%;
  -moz-column-gap: 1.805556%;
  column-gap: 1.805556%;
}
.hero__left {
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  flex-wrap: wrap;
}
.hero__button {
  font-family: "Gochi Hand";
  border-radius: 3.125rem;
  border: 0.125rem solid #000;
  background: #fff;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0.5rem 0.375rem 0 0 #000;
}
.loaded .hero__button {
  -webkit-animation: fb 0.8s ease 1.1s forwards;
  animation: fb 0.8s ease 1.1s forwards;
}
.hero__social {
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.hero__social-link {
  position: relative;
  aspect-ratio: 83/80;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-filter: drop-shadow(0.5rem 0.375rem 0 #000);
  filter: drop-shadow(0.5rem 0.375rem 0 #000);
  transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
  transition: filter 0.4s, transform 0.4s;
  transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s,
    -webkit-transform 0.4s;
}
.hero__social-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero__social-link svg {
  position: relative;
  z-index: 1;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
  width: 48.192771%;
}
.hero__social-link--x {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.hero__social-link--x::before {
  background: url(../img/hero/xdec.png) center/contain no-repeat;
}
.loaded .hero__social-link--x {
  -webkit-animation: fb 0.8s ease 1.25s forwards;
  animation: fb 0.8s ease 1.25s forwards;
}
.hero__social-link--telegram {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.hero__social-link--telegram::before {
  background: url(../img/hero/tgdec.png) center/contain no-repeat;
}
.loaded .hero__social-link--telegram {
  -webkit-animation: fb 0.8s ease 1.4s forwards;
  animation: fb 0.8s ease 1.4s forwards;
}
.hero__img {
  pointer-events: none;
  -webkit-transform: translate(5%, 5%) scale(0.95);
  transform: translate(5%, 5%) scale(0.95);
  visibility: hidden;
  opacity: 0;
  will-change: transform, visibility, opacity;
}
.loaded .hero__img {
  -webkit-animation: frs 0.8s ease 0.7s forwards;
  animation: frs 0.8s ease 0.7s forwards;
}
.about {
  position: relative;
  aspect-ratio: 1921/1714;
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(../img/about/bg.png) center/cover no-repeat;
}
.about__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__title {
  aspect-ratio: 849/257;
}
.about__title._watcher-view img {
  -webkit-animation: fb 0.8s ease 0.2s forwards;
  animation: fb 0.8s ease 0.2s forwards;
}
.about__title img {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.about__items {
  display: flex;
}
.about__clouds {
  aspect-ratio: 1921/782;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3%;
  z-index: 3;
  pointer-events: none;
}
.about__clouds._watcher-view img {
  -webkit-animation: fbClds 0.8s ease 0.2s forwards;
  animation: fbClds 0.8s ease 0.2s forwards;
}
.about__clouds img {
  position: absolute;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  will-change: transform;
}
.about__clouds img:nth-child(1) {
  width: 39.270833%;
  bottom: -3%;
  left: 0;
}
.about__clouds img:nth-child(2) {
  width: 46.822917%;
  bottom: 10%;
  left: 26.5%;
}
.about__clouds img:nth-child(3) {
  width: 47.8125%;
  bottom: 0;
  right: 0;
}
.card-about {
  position: relative;
  aspect-ratio: 571/751;
  padding: 2.083333% 2.083333% 1.388889% 2.083333%;
  -webkit-perspective: 56.25rem;
  perspective: 56.25rem;
}
.card-about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.card-about__bg img {
  position: absolute;
}
.card-about__bg img:nth-child(1) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-about--left .card-about__bg img:nth-child(2) {
  width: 19.148936%;
}
.card-about--right .card-about__bg img:nth-child(2) {
  width: 35.283688%;
  top: -4%;
  right: -40%;
  -webkit-transform: rotate(10.49deg);
  transform: rotate(10.49deg);
}
.card-about--left {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10%) rotate(3.574deg);
  transform: translate(0, 10%) rotate(3.574deg);
  -webkit-transform: rotate(3.574deg);
  transform: rotate(3.574deg);
}
.card-about--left._watcher-view {
  -webkit-animation: fbaboutL 0.8s ease 0.3s forwards;
  animation: fbaboutL 0.8s ease 0.3s forwards;
}
.card-about--left._watcher-view::after,
.card-about--left._watcher-view::before {
  -webkit-animation: flgAR 0.3s ease-in 0.8s forwards;
  animation: flgAR 0.3s ease-in 0.8s forwards;
}
.card-about--left::before {
  content: "";
  position: absolute;
  width: 19.089317%;
  top: -7.5%;
  right: -8.5%;
  aspect-ratio: 109/116;
  z-index: 3;
  background: url(../img/about/dec1.png) center/cover no-repeat;
  -webkit-transform: translateZ(10rem);
  transform: translateZ(10rem);
  will-change: transform, visibility, opacity;
  opacity: 0;
  visibility: hidden;
}
.card-about--left::after {
  content: "";
  position: absolute;
  width: 21.190893%;
  bottom: -6%;
  right: -9%;
  aspect-ratio: 121/118;
  z-index: 3;
  background: url(../img/about/dec2.png) center/cover no-repeat;
  -webkit-transform: translateZ(10rem);
  transform: translateZ(10rem);
  will-change: transform, visibility, opacity;
  opacity: 0;
  visibility: hidden;
}
.card-about--right._watcher-view::after,
.card-about--right._watcher-view::before {
  -webkit-animation: flgAR 0.3s ease-in 0.8s forwards;
  animation: flgAR 0.3s ease-in 0.8s forwards;
}
.card-about--right::before {
  content: "";
  position: absolute;
  width: 21.190893%;
  top: -5.5%;
  right: 40%;
  aspect-ratio: 140/77;
  z-index: 3;
  background: url(../img/about/dec3.png) center/cover no-repeat;
  -webkit-transform: translateZ(10rem);
  transform: translateZ(10rem);
  will-change: transform, visibility, opacity;
  opacity: 0;
  visibility: hidden;
}
.card-about--right::after {
  content: "";
  position: absolute;
  width: 19.789842%;
  bottom: -7.2%;
  left: -7.8%;
  aspect-ratio: 113/117;
  z-index: 3;
  background: url(../img/about/dec4.png) center/cover no-repeat;
  -webkit-transform: translateZ(10rem);
  transform: translateZ(10rem);
  will-change: transform, visibility, opacity;
  opacity: 0;
  visibility: hidden;
}
.card-about__img {
  position: relative;
  z-index: 2;
}
.card-about__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-about__tilte {
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
.card-about__text {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  font-size: 24px;
}
.buy {
  padding-top: 11.375rem;
  padding-bottom: 20.625rem;
  position: relative;
  z-index: 2;
  background-color: #e8f7ff;
}
.buy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../img/buy/bg.png) center/cover no-repeat;
}
.buy__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy__title {
  aspect-ratio: 642/205;
}
.buy__title._watcher-view img {
  -webkit-animation: fb 0.8s ease 0.2s forwards;
  animation: fb 0.8s ease 0.2s forwards;
}
.buy__title:not(:last-child) {
  margin-bottom: 3.1875rem;
}
.buy__title img {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.buy__content {
  position: relative;
  width: 100%;
}
.buy__list {
  display: flex;
  flex-direction: column;
}
.buy__item {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  visibility: hidden;
  opacity: 0;
}
.buy__item._watcher-view {
  -webkit-animation: fb 0.8s ease 0.2s forwards;
  animation: fb 0.8s ease 0.2s forwards;
}
.buy__item--4 .buy__label {
  aspect-ratio: 349/60;
  height: 1.875em;
  width: 10.90625em;
}
.buy__item--4 .buy__label::before {
  background: url(../img/buy/lbdec-big.png) center/cover no-repeat;
}
.buy__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 301/61;
  height: 1.90625em;
  width: 9.40625em;
}
.buy__label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/buy/lbdec.png) center/cover no-repeat;
}
.buy__label span {
  line-height: 1.2;
  position: relative;
}
.buy__numb {
  position: relative;
  flex-shrink: 0;
}
.buy__text {
  position: relative;
}
.buy__text p {
  color: #2d0606;
  line-height: 1.2;
}
.buy__img._watcher-view img {
  -webkit-animation: ft 0.8s ease 0.2s forwards;
  animation: ft 0.8s ease 0.2s forwards;
}
.buy__img img {
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
  visibility: hidden;
  opacity: 0;
}
.roadmap {
  position: relative;
  background-color: #bdeaff;
  padding-bottom: 8.75rem;
  margin-top: -3.645833%;
}
.roadmap__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.roadmap__bg._watcher-view img {
  -webkit-animation: fbClds 0.8s ease 0.35s forwards;
  animation: fbClds 0.8s ease 0.35s forwards;
}
.roadmap__bg._watcher-view img:nth-child(1) {
  -webkit-animation: fbCldsL 0.8s ease 0.3s forwards;
  animation: fbCldsL 0.8s ease 0.3s forwards;
}
.roadmap__bg._watcher-view img:nth-child(2) {
  -webkit-animation: fbCldsL 0.8s ease 0.3s forwards;
  animation: fbCldsL 0.8s ease 0.3s forwards;
}
.roadmap__bg._watcher-view img:nth-child(3) {
  -webkit-animation: fbCldsR 0.8s ease 0.3s forwards;
  animation: fbCldsR 0.8s ease 0.3s forwards;
}
.roadmap__bg._watcher-view img:nth-child(4) {
  -webkit-animation: fbCldsR 0.8s ease 0.3s forwards;
  animation: fbCldsR 0.8s ease 0.3s forwards;
}
.roadmap__bg img {
  position: absolute;
}
.roadmap__bg img:nth-child(1) {
  top: -1vw;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
}
.roadmap__bg img:nth-child(2) {
  bottom: -3.2vw;
  left: 0;
  width: 54.166667%;
  z-index: 1;
  -webkit-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
}
.roadmap__bg img:nth-child(3) {
  top: 10.5vw;
  right: 0;
  width: 32.916667%;
  z-index: 1;
  -webkit-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}
.roadmap__bg img:nth-child(4) {
  bottom: -5.5vw;
  right: 0;
  width: 58.489583%;
  z-index: 4;
  -webkit-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}
.roadmap__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roadmap__container._watcher-view::after {
  -webkit-animation: op 0.8s ease 0.8s forwards;
  animation: op 0.8s ease 0.8s forwards;
}
.roadmap__container::after {
  content: "";
  position: absolute;
  width: 35.069444%;
  pointer-events: none;
  aspect-ratio: 505/581;
  z-index: 2;
  background: url(../img/roadmap/dog.png) center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  will-change: transform, visibility, opacity;
}
.roadmap__title {
  width: 84.930556%;
  aspect-ratio: 1223/335;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.roadmap__title._watcher-view {
  -webkit-animation: fb 0.8s ease 0.3s forwards;
  animation: fb 0.8s ease 0.3s forwards;
}
.roadmap__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/roadmap/title-dec.png) center/cover no-repeat;
}
.roadmap__title img {
  position: relative;
  width: 53.883892%;
  -o-object-fit: cover;
  object-fit: cover;
}
.roadmap__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.roadmap__row {
  display: flex;
  -webkit-column-gap: 2.1875rem;
  -moz-column-gap: 2.1875rem;
  column-gap: 2.1875rem;
}
.roadmap__card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  aspect-ratio: 458/215;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.roadmap__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/roadmap/card-dec.png) center/cover no-repeat;
}
.roadmap__numb {
  width: 16.11479%;
  flex-shrink: 0;
  position: relative;
}
.roadmap__numb--1 img {
  width: 79.452055%;
}
.roadmap__numb--2 img {
  width: 94.520548%;
}
.roadmap__numb--3 img {
  width: 101.369863%;
}
.roadmap__numb--4 img {
  width: 87.671233%;
}
.roadmap__text {
  position: relative;
}
.roadmap__text p {
  line-height: 120%;
}
.tokenomics {
  background-color: #adffff;
  position: relative;
}
.tokenomics::before {
  content: "";
  position: absolute;
  width: 71.333333%;
  height: 100%;
  top: 0;
  left: 14%;
  pointer-events: none;
  background: url(../img/tokenomiks/bg-dec.png) center/cover no-repeat;
}
.tokenomics::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1882/73;
  left: 0;
  bottom: 0;
  background: url(../img/tokenomiks/bottom-dec.png) center/cover no-repeat;
}
.tokenomics__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.tokenomics__title {
  aspect-ratio: 1223/408;
  width: 84.930556%;
  margin-top: -0.5vw;
}
.tokenomics__title._watcher-view img {
  -webkit-animation: fb 0.8s ease 0.3s forwards;
  animation: fb 0.8s ease 0.3s forwards;
}
.tokenomics__title img {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.tokenomics__content {
  width: 100%;
  position: relative;
}
.tokenomics__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tokenomics__item {
  -webkit-perspective: 56.25rem;
  perspective: 56.25rem;
}
.tokenomics__item::after,
.tokenomics__item::before {
  -webkit-transform: translateZ(10rem);
  transform: translateZ(10rem);
  will-change: transform, visibility, opacity;
  opacity: 0;
  visibility: hidden;
}
.tokenomics__item--1::before {
  content: "";
  position: absolute;
  width: 13.722628%;
  bottom: -8%;
  left: -2%;
  aspect-ratio: 94/79;
  background: url(../img/tokenomiks/dec1.png) center/cover no-repeat;
}
.tokenomics__item--1::after {
  content: "";
  position: absolute;
  width: 23.357664%;
  top: -15%;
  right: -6%;
  aspect-ratio: 160/137;
  background: url(../img/tokenomiks/dec2.png) center/cover no-repeat;
}
.tokenomics__item--2::before {
  content: "";
  position: absolute;
  width: 21.944444%;
  top: 18%;
  left: -9%;
  aspect-ratio: 158/176;
  background: url(../img/tokenomiks/dec4.png) center/cover no-repeat;
}
.tokenomics__item--2::after {
  content: "";
  position: absolute;
  width: 13.611111%;
  bottom: -6.5%;
  left: 3.5%;
  aspect-ratio: 98/84;
  background: url(../img/tokenomiks/dec5.png) center/cover no-repeat;
}
.tokenomics__item--3::before {
  content: "";
  position: absolute;
  width: 18.709677%;
  bottom: 8%;
  left: -8%;
  aspect-ratio: 87/70;
  background: url(../img/tokenomiks/dec6.png) center/cover no-repeat;
}
.tokenomics__item--3::after {
  content: "";
  position: absolute;
  width: 29.032258%;
  top: 3%;
  right: -14%;
  aspect-ratio: 135/126;
  background: url(../img/tokenomiks/dec7.png) center/cover no-repeat;
}
.tokenomics__item--4::before {
  content: "";
  position: absolute;
  width: 24.921136%;
  top: 8%;
  right: 6%;
  aspect-ratio: 158/162;
  background: url(../img/tokenomiks/dec3.png) center/cover no-repeat;
}
.join {
  position: relative;
}
.join::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/join/bg.png) center/cover no-repeat;
  pointer-events: none;
}
.join__clouds {
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/463;
  left: 0;
  pointer-events: none;
}
.join__clouds._watcher-view img:nth-child(1) {
  -webkit-animation: fbCldsL 0.8s ease 0.3s forwards;
  animation: fbCldsL 0.8s ease 0.3s forwards;
}
.join__clouds._watcher-view img:nth-child(2) {
  -webkit-animation: fbCldsR 0.8s ease 0.3s forwards;
  animation: fbCldsR 0.8s ease 0.3s forwards;
}
.join__clouds img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.join__clouds img:nth-child(1) {
  width: 42.604167vw;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
}
.join__clouds img:nth-child(2) {
  width: 48.854167%;
  top: -2%;
  right: 0;
  -webkit-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}
.join__container {
  display: flex;
  position: relative;
}
.join__left._watcher-view .join__social .join__social-link:nth-child(1) {
  -webkit-animation: op 0.8s 0.7s forwards;
  animation: op 0.8s 0.7s forwards;
}
.join__left._watcher-view .join__social .join__social-link:nth-child(2) {
  -webkit-animation: op 0.8s 0.8s forwards;
  animation: op 0.8s 0.8s forwards;
}
.join__title {
  visibility: hidden;
  opacity: 0;
  aspect-ratio: 583/305;
}
.join__button {
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  border-radius: 4.375rem;
  visibility: hidden;
  opacity: 0;
}
.join__social {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.join__social-link {
  visibility: hidden;
  opacity: 0;
}
.join__img {
  aspect-ratio: 1087/936;
}
.join__img._watcher-view img:nth-child(1) {
  -webkit-animation: bt 0.8s 0s forwards;
  animation: bt 0.8s 0s forwards;
}
@media (min-width: 47.99875em) {
  .cn {
    position: absolute;
    bottom: 9%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .footer__top {
    padding-bottom: 2.5rem;
  }
  .top-footer__img {
    position: absolute;
    width: 42.135417%;
  }
  .top-footer__img img:nth-child(1) {
    width: 81.458591%;
    bottom: 15%;
    left: 19%;
  }
  .top-footer__img img:nth-child(2) {
    width: 88.875155%;
    top: -20%;
    left: 0;
  }
  .card-footer {
    aspect-ratio: 1153/503;
    width: 80.069444%;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .card-footer::before {
    background: url(../img/footer/card-bg.png) center/cover no-repeat;
  }
  .card-footer__body {
    margin-left: auto;
    width: 67.64961%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .card-footer__social {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  .card-footer__sc-row:nth-child(1) {
    justify-content: flex-end;
  }
  .card-footer__sc-row:nth-child(2) {
    -webkit-transform: translate(7%, 0);
    transform: translate(7%, 0);
  }
  .tokenomics__content._watcher-view .tokenomics__item--1 {
    -webkit-animation: tokTL 0.8s 0.3s forwards;
    animation: tokTL 0.8s 0.3s forwards;
  }
  .tokenomics__content._watcher-view .tokenomics__item--2 {
    -webkit-animation: tokTLB 0.8s 0.3s forwards;
    animation: tokTLB 0.8s 0.3s forwards;
  }
  .tokenomics__content._watcher-view .tokenomics__item--3 {
    -webkit-animation: tokRB 0.8s 0.3s forwards;
    animation: tokRB 0.8s 0.3s forwards;
  }
  .tokenomics__content._watcher-view .tokenomics__item--4 {
    -webkit-animation: flgART 0.6s 0.8s forwards;
    animation: flgART 0.6s 0.8s forwards;
  }
  .tokenomics__content._watcher-view .tokenomics__item::after,
  .tokenomics__content._watcher-view .tokenomics__item::before {
    -webkit-animation: flgAR 0.3s ease-in 1.1s forwards;
    animation: flgAR 0.3s ease-in 1.1s forwards;
  }
  .tokenomics__content {
    aspect-ratio: 1441/1155;
  }
  .tokenomics__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: url(../img/tokenomiks/content-dec.png) center/cover no-repeat;
  }
  .tokenomics__item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .tokenomics__item--1 {
    width: 48.194444%;
    top: 8%;
    left: 6%;
    -webkit-transform: translate(-7%, -7%);
    transform: translate(-7%, -7%);
  }
  .tokenomics__item--2 {
    width: 50%;
    bottom: 13.7%;
    left: 6.5%;
    -webkit-transform: translate(-7%, 18%);
    transform: translate(-7%, 18%);
  }
  .tokenomics__item--3 {
    width: 32.291667%;
    bottom: 17.3%;
    right: 6.8%;
    -webkit-transform: translate(7%, 15%);
    transform: translate(7%, 15%);
  }
  @-webkit-keyframes tokRB {
    0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(7%, 15%);
      transform: translate(7%, 15%);
    }
    100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes tokRB {
    0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(7%, 15%);
      transform: translate(7%, 15%);
    }
    100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .tokenomics__item--4 {
    width: 44.027778%;
    top: 14.2%;
    right: 23.5%;
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  @-webkit-keyframes flgART {
    0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(20%, -20%);
      transform: translate(20%, -20%);
    }
    100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes flgART {
    0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(20%, -20%);
      transform: translate(20%, -20%);
    }
    100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .join {
    aspect-ratio: 1920/1063;
  }
  .join__clouds {
    top: -23%;
  }
  .join__container {
    aspect-ratio: 1470/930;
    height: 100%;
  }
  .join__left {
    width: 52.176871%;
    position: absolute;
    top: 27%;
    left: 1.7vw;
  }
  .join__left._watcher-view .join__title {
    -webkit-animation: fb 0.8s 0.3s forwards;
    animation: fb 0.8s 0.3s forwards;
  }
  .join__left._watcher-view .join__button {
    -webkit-animation: fbJUB 0.8s 0.5s forwards;
    animation: fbJUB 0.8s 0.5s forwards;
  }
  .join__title:not(:last-child) {
    margin-bottom: 0.0000000625rem;
  }
  .join__title {
    width: 76.01043%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  .join__button {
    -webkit-transform: translate(0, 10%) rotate(-6deg);
    transform: translate(0, 10%) rotate(-6deg);
    left: 9vw;
  }
  .join__social {
    left: 12.5vw;
    -webkit-transform: translate(0, -25%) rotate(-10deg);
    transform: translate(0, -25%) rotate(-10deg);
  }
  .join__img {
    position: absolute;
    bottom: -24%;
    right: -26.7vw;
    width: 93.605442%;
  }
  .join__img img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 61.99875em) {
  .header._header-scroll {
    background-color: #f2774b;
    backdrop-filter: blur(1.25rem);
  }
  .hero {
    padding-bottom: 3.875rem;
  }
  .hero__title {
    width: 71.875%;
  }
  .hero__title img {
    position: relative;
    left: -15%;
    top: -2%;
  }
  .hero__left {
    align-self: flex-end;
    flex: 0 1 36.5625rem;
    align-items: center;
  }
  .hero__img {
    width: 61.25rem;
  }
  .hero__img {
    flex: 1 0 auto;
    width: 57.569444%;
    position: relative;
  }
  .hero__img img {
    width: 124.849216%;
    position: relative;
    left: 0;
  }
  .about__title {
    position: relative;
    left: -3.5%;
  }
  .about__items {
    position: relative;
    left: 1.5%;
  }
  .about__clouds {
    bottom: -13%;
  }
  .card-about {
    flex: 0 1 39.166667%;
  }
  .card-about--left .card-about__bg img:nth-child(2) {
    bottom: -24%;
    left: 40%;
  }
  .buy__title {
    width: 44.583333%;
  }
  .buy__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 87.013889%;
  }
  .buy__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .buy__item--1 {
    width: 54.668795%;
    aspect-ratio: 685/217;
  }
  .buy__item--1::before {
    background: url(../img/buy/dec1.png) center/cover no-repeat;
  }
  .buy__item--1 .buy__numb {
    aspect-ratio: 58/141;
    width: 8.479532%;
  }
  .buy__item--1 .buy__text {
    width: 64.379562%;
  }
  .buy__item--2 {
    width: 69.353551%;
    aspect-ratio: 869/214;
  }
  .buy__item--2::before {
    background: url(../img/buy/dec2.png) center/cover no-repeat;
  }
  .buy__item--2 .buy__numb {
    aspect-ratio: 69/82;
    width: 7.949309%;
  }
  .buy__item--2 .buy__text {
    width: 70.046083%;
  }
  .buy__item--3 {
    width: 85.3%;
    aspect-ratio: 1055/236;
  }
  .buy__item--3::before {
    background: url(../img/buy/dec3.png) center/cover no-repeat;
  }
  .buy__item--3 .buy__numb {
    aspect-ratio: 74/84;
    width: 7.020873%;
  }
  .buy__item--3 .buy__text {
    width: 67.194313%;
  }
  .buy__item--4 {
    width: 100.9%;
    aspect-ratio: 1254/236;
  }
  .buy__item--4::before {
    background: url(../img/buy/dec4.png) center/cover no-repeat;
  }
  .buy__item--4 .buy__numb {
    aspect-ratio: 64/103;
    width: 5.107741%;
  }
  .buy__item--4 .buy__text {
    width: 75.897845%;
  }
  .buy__label {
    top: -0.8vw;
    left: 5.4vw;
  }
  .buy__img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .buy__img img:nth-child(1) {
    display: none;
  }
  .buy__img img:nth-child(2) {
    display: block;
  }
  .roadmap__container {
    row-gap: 3.125rem;
  }
  .roadmap__container::after {
    top: 28%;
    right: 7%;
  }
  .roadmap__row {
    width: 65.486111%;
  }
  .roadmap__row:nth-child(1)._watcher-view .roadmap__card:nth-child(1) {
    -webkit-animation: fb 0.8s 0.3s forwards;
    animation: fb 0.8s 0.3s forwards;
  }
  .roadmap__row:nth-child(1)._watcher-view .roadmap__card:nth-child(2) {
    -webkit-animation: fb 0.8s 0.4s forwards;
    animation: fb 0.8s 0.4s forwards;
  }
  .roadmap__row:nth-child(2) {
    align-self: flex-end;
  }
  .roadmap__row:nth-child(2)._watcher-view .roadmap__card:nth-child(1) {
    -webkit-animation: fb 0.8s 0.5s forwards;
    animation: fb 0.8s 0.5s forwards;
  }
  .roadmap__row:nth-child(2)._watcher-view .roadmap__card:nth-child(2) {
    -webkit-animation: fb 0.8s 0.6s forwards;
    animation: fb 0.8s 0.6s forwards;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) {
  .buy__img {
    aspect-ratio: 870/1018;
    margin-left: -19.6875rem;
    width: 60.416667%;
  }
}
@media (min-width: 91.875em) {
  .menu__list {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
  .menu__link {
    font-size: 1.5rem;
  }
  .cn {
    font-size: 1.5rem;
  }
  .cn {
    -webkit-column-gap: 0.6875rem;
    -moz-column-gap: 0.6875rem;
    column-gap: 0.6875rem;
  }
  .cn__wrp {
    padding: 0.4375rem;
  }
  .cn p {
    padding-left: 1.875rem;
  }
  .cn p {
    padding-right: 1.875rem;
  }
  .cn__button {
    padding: 0.4375rem;
  }
  .button span {
    font-size: 3rem;
  }
  .bottom-footer__container {
    gap: 0.9375rem;
  }
  .bottom-footer__copy {
    font-size: 1.5rem;
  }
  .bottom-footer__osnovo span {
    font-size: 1.5rem;
  }
  .bottom-footer__osnovo svg {
    width: 8.9375rem;
  }
  .hero {
    padding-top: 12.625rem;
  }
  .hero__bottom {
    margin-top: -45.3125rem;
  }
  .hero__left {
    margin-bottom: 10.9375rem;
  }
  .hero__button {
    min-height: 5rem;
  }
  .hero__button {
    min-width: 23rem;
  }
  .hero__social-link {
    width: 5.1875rem;
  }
  .about {
    margin-top: -10.3125rem;
  }
  .about {
    padding-top: 9.125rem;
  }
  .about {
    padding-bottom: 19.875rem;
  }
  .about__title:not(:last-child) {
    margin-bottom: 4.375rem;
  }
  .about__title {
    width: 53.0625rem;
  }
  .about__items {
    -webkit-column-gap: 9.5625rem;
    -moz-column-gap: 9.5625rem;
    column-gap: 9.5625rem;
  }
  .card-about__img:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .card-about__tilte:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .card-about__tilte {
    font-size: 2rem;
  }
  .card-about__text {
    font-size: 1.5rem;
  }
  .buy {
    padding-top: 11.375rem;
  }
  .buy {
    padding-bottom: 20.625rem;
  }
  .buy__content {
    min-height: 63.625rem;
  }
  .buy__list {
    row-gap: 2.275rem;
  }
  .buy__item {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .buy__item {
    padding-left: 1.5625rem;
  }
  .buy__item {
    padding-right: 1.5625rem;
  }
  .buy__label {
    font-size: 2rem;
  }
  .buy__text p {
    font-size: 1.25rem;
  }
  .roadmap {
    padding-bottom: 8.75rem;
  }
  .roadmap__content {
    row-gap: 2.1875rem;
  }
  .roadmap__row {
    -webkit-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
  }
  .roadmap__card {
    padding-left: 1.625rem;
  }
  .roadmap__card {
    padding-right: 1.375rem;
  }
  .roadmap__card {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .roadmap__text p {
    font-size: 1.25rem;
  }
  .tokenomics {
    padding-bottom: 10.4375rem;
  }
  .tokenomics__container {
    row-gap: 2.9375rem;
  }
}
@media (min-width: 120.06125em) {
  .top-footer__img {
    bottom: -11.8vw;
  }
  .about {
    padding-bottom: 16.5625%;
  }
  .about {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card-about--right {
    top: 3vw;
    -webkit-transform: rotate(-10.49deg);
    transform: rotate(-10.49deg);
    -webkit-transform: translate(0, 10%) rotate(-10.49deg);
    transform: translate(0, 10%) rotate(-10.49deg);
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 120em) {
  .social-link--x svg {
    width: 5.75rem;
  }
  .social-link--tg svg {
    width: 7.1875rem;
  }
  .social-link--dep {
    width: 5.25rem;
  }
  .social-link--dextool {
    width: 5.25rem;
  }
  .social-link--dexscreen {
    width: 5.25rem;
  }
  .card-footer {
    padding-right: 2.8125rem;
  }
  .card-footer__nav {
    row-gap: 3.125rem;
  }
  .card-footer__link {
    font-size: 3rem;
  }
  .card-footer__social-link.social-link--tg svg {
    width: 7.1875rem;
  }
  .hero__container {
    row-gap: 3.75rem;
  }
  .hero__button span {
    font-size: 3rem;
  }
  .join__title:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
  .join__title:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
  .join__button {
    margin-bottom: 0.0000000625rem;
  }
  .join__button {
    min-width: 19.25rem;
  }
  .join__button {
    min-height: 4.625rem;
  }
}
@media (max-width: 20em) {
  .cn {
    font-size: 1.125rem;
  }
  .cn {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .cn__wrp {
    padding: 0.25rem;
  }
  .cn p {
    padding-left: 0.3125rem;
  }
  .cn p {
    padding-right: 0.3125rem;
  }
  .cn__button {
    padding: 0.25rem;
  }
  .social-link--x svg {
    width: 3.75rem;
  }
  .social-link--tg svg {
    width: 4.6875rem;
  }
  .social-link--dep {
    width: 2.5rem;
  }
  .social-link--dextool {
    width: 2.5rem;
  }
  .social-link--dexscreen {
    width: 2.5rem;
  }
  .card-footer {
    padding-right: 1.25rem;
  }
  .card-footer {
    padding-top: 1.875rem;
  }
  .card-footer {
    padding-bottom: 1.25rem;
  }
  .card-footer {
    padding-left: 1.5625rem;
  }
  .card-footer__nav {
    row-gap: 0.625rem;
  }
  .card-footer__link {
    font-size: 1.375rem;
  }
  .card-footer__social-link.social-link--tg svg {
    width: 3.125rem;
  }
  .card-footer__social-link.social-link--x svg {
    width: 2.5rem;
  }
  .bottom-footer__container {
    gap: 0.3125rem;
  }
  .bottom-footer__copy {
    font-size: 1.125rem;
  }
  .bottom-footer__osnovo span {
    font-size: 1.125rem;
  }
  .bottom-footer__osnovo svg {
    width: 6.25rem;
  }
  .hero {
    padding-top: 8.125rem;
  }
  .hero__container {
    padding-bottom: 5.625rem;
  }
  .hero__title {
    width: 17.5rem;
  }
  .hero__button {
    min-height: 3.75rem;
  }
  .hero__button {
    min-width: 15.625rem;
  }
  .hero__button span {
    font-size: 2.25rem;
  }
  .hero__social-link {
    width: 3.75rem;
  }
  .hero__img {
    right: -6rem;
  }
  .hero__img {
    width: 28rem;
  }
  .about {
    margin-top: -2rem;
  }
  .about {
    padding-top: 5rem;
  }
  .about {
    padding-bottom: 7.5rem;
  }
  .about__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .about__title {
    width: 18.125rem;
  }
  .card-about__img:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .card-about__tilte:not(:last-child) {
    margin-bottom: 0.1875rem;
  }
  .card-about__tilte {
    font-size: 1.125rem;
  }
  .card-about__text {
    font-size: 0.8125rem;
  }
  .buy {
    padding-top: 4.375rem;
  }
  .buy {
    padding-bottom: 4.375rem;
  }
  .buy__content {
    row-gap: 1.875rem;
  }
  .buy__list {
    row-gap: 1.875rem;
  }
  .buy__item {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .buy__item {
    padding-left: 0.625rem;
  }
  .buy__item {
    padding-right: 0.625rem;
  }
  .buy__item {
    padding-top: 2.1875rem;
  }
  .buy__item {
    padding-bottom: 1.25rem;
  }
  .buy__label {
    font-size: 1rem;
  }
  .buy__numb {
    width: 1.8125rem;
  }
  .buy__text p {
    font-size: 0.875rem;
  }
  .roadmap {
    padding-bottom: 3.75rem;
  }
  .roadmap__container {
    row-gap: 3.125rem;
  }
  .roadmap__content {
    row-gap: 0.9375rem;
  }
  .roadmap__row {
    row-gap: 0.9375rem;
  }
  .roadmap__card {
    padding-left: 0.9375rem;
  }
  .roadmap__card {
    padding-right: 0.9375rem;
  }
  .roadmap__card {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .roadmap__text p {
    font-size: 0.875rem;
  }
  .tokenomics {
    padding-bottom: 3.75rem;
  }
  .tokenomics__container {
    row-gap: 1.875rem;
  }
  .join__title {
    width: 13.125rem;
  }
  .join__button {
    min-width: 10rem;
  }
  .join__button {
    min-height: 2.75rem;
  }
  .join__button {
    font-size: 1.375rem;
  }
  .join__img {
    margin-top: -6.25rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: auto;
    right: 0;
    top: -100%;
    overflow: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
    padding-top: 5.625rem;
    background-color: #2fc0e1;
    transition: top 0.3s;
    border-bottom: 0.0625rem solid #000;
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
  }
  .menu-open .menu__body {
    top: 0;
  }
  .menu__list {
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
  }
  .menu__link {
    font-size: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    z-index: 5;
    border: 0.0625rem solid #000;
    background: linear-gradient(90deg, #f2774b 0, #f2774b 100%);
    box-shadow: 0.1875rem 0.25rem 0 0 #000;
    border-radius: 50%;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.625rem;
    position: absolute;
    width: calc(100% - 1.25rem);
    height: 0.1875rem;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .icon-menu::before {
    top: 0.75rem;
  }
  .icon-menu::after {
    bottom: 0.75rem;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    opacity: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.09375rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__button {
    width: -webkit-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }
  .hero__container {
    height: 100%;
    flex-grow: 1;
    justify-content: space-between;
  }
  .hero__title img {
    flex-grow: 1;
  }
  .hero__bottom {
    flex-direction: column;
    justify-content: space-between;
  }
  .hero__left {
    row-gap: 1.875rem;
    position: relative;
    z-index: 2;
  }
  .hero__img {
    position: absolute;
    bottom: -2%;
    aspect-ratio: 1035/1007;
  }
  .hero__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about__items {
    flex-direction: column;
  }
  .card-about--left .card-about__bg img:nth-child(2) {
    bottom: -20%;
    left: 0;
  }
  .card-about--right {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10%) rotate(-3.574deg);
    transform: translate(0, 10%) rotate(-3.574deg);
  }
  .card-about--right._watcher-view {
    -webkit-animation: fbaboutM 0.8s ease 0.5s forwards;
    animation: fbaboutM 0.8s ease 0.5s forwards;
  }
  .buy {
    margin-top: -1vw;
  }
  .buy__content {
    min-height: 42.5rem;
  }
  .buy__content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .buy__list {
    row-gap: 1.53125rem;
  }
  .buy__list {
    width: 100%;
    max-width: 50rem;
  }
  .buy__item {
    border: 0.0625rem solid #000;
  }
  .buy__item--1 {
    background-color: #f2774b;
  }
  .buy__item--1 .buy__numb {
    aspect-ratio: 58/141;
  }
  .buy__item--2 {
    background-color: #f2774b;
  }
  .buy__item--2 .buy__numb {
    aspect-ratio: 69/82;
  }
  .buy__item--3 {
    background-color: #f2774b;
  }
  .buy__item--3 .buy__numb {
    aspect-ratio: 74/84;
  }
  .buy__item--4 {
    background-color: #f2774b;
  }
  .buy__item--4 .buy__numb {
    aspect-ratio: 64/103;
  }
  .buy__label {
    top: -2vw;
    left: 7.4vw;
  }
  .buy__img {
    width: 100%;
    max-width: 50rem;
  }
  .buy__img img:nth-child(2) {
    display: none;
  }
  .roadmap__container::after {
    top: 7%;
    right: 12%;
  }
  .roadmap__content {
    align-items: center;
  }
  .roadmap__row {
    flex-direction: column;
    max-width: 50rem;
  }
  .roadmap__row:nth-child(1) ._watcher-view.roadmap__card:nth-child(1) {
    -webkit-animation: fb 0.8s 0.3s forwards;
    animation: fb 0.8s 0.3s forwards;
  }
  .roadmap__row:nth-child(1) ._watcher-view.roadmap__card:nth-child(2) {
    -webkit-animation: fb 0.8s 0.4s forwards;
    animation: fb 0.8s 0.4s forwards;
  }
  .roadmap__row:nth-child(2) ._watcher-view.roadmap__card:nth-child(1) {
    -webkit-animation: fb 0.8s 0.3s forwards;
    animation: fb 0.8s 0.3s forwards;
  }
  .roadmap__row:nth-child(2) ._watcher-view.roadmap__card:nth-child(2) {
    -webkit-animation: fb 0.8s 0.4s forwards;
    animation: fb 0.8s 0.4s forwards;
  }
  .roadmap__numb {
    width: 8%;
  }
  .join__left {
    width: 100%;
  }
  .join__img {
    width: 60%;
    margin-left: auto;
  }
  .join__img img {
    width: 100%;
    height: 100%;
    position: relative;
    right: -20%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .cn {
    margin-top: -6.208333%;
    width: 80%;
  }
  .top-footer__img {
    width: 65.494792%;
    margin-top: -15%;
  }
  .top-footer__img img:nth-child(1) {
    position: absolute;
    width: 74%;
    bottom: 0;
    left: 19%;
  }
  .top-footer__img img:nth-child(2) {
    width: 84.875155%;
    top: 3%;
    left: 0;
  }
  .card-footer {
    width: 100%;
    max-width: 32.125rem;
    aspect-ratio: 514/565;
    margin-left: auto;
    margin-right: auto;
  }
  .card-footer::before {
    background: url(../img/footer/card-bg-mb.png) center/cover no-repeat;
  }
  .card-footer__body {
    flex-direction: column;
  }
  .card-footer__social {
    justify-content: flex-start;
  }
  .hero__bottom {
    row-gap: 1.875rem;
  }
  .roadmap__title img {
    width: 65%;
  }
  .tokenomics__title {
    width: 95%;
  }
  .tokenomics__content {
    aspect-ratio: 738/1700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tokenomics__content::before {
    background: url(../img/tokenomiks/content-dec-mob.png) center/cover
      no-repeat;
  }
  .tokenomics__items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tokenomics__item {
    margin-top: -6%;
  }
  .tokenomics__item._watcher-view::after,
  .tokenomics__item._watcher-view::before {
    -webkit-animation: flgAR 0.3s ease-in 0.2s forwards;
    animation: flgAR 0.3s ease-in 0.2s forwards;
  }
  .tokenomics__item--1 {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    max-width: 33.375rem;
    width: 69.53125%;
  }
  .tokenomics__item--2 {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    width: 69.53125%;
    transform: rotate(12deg);
  }
  .tokenomics__item--3 {
    max-width: 25rem;
    width: 52.083333%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .tokenomics__item--4 {
    width: 71.614583%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .join {
    padding-top: 3.90625%;
  }
  .join__clouds {
    top: -16%;
  }
  .join__container {
    flex-direction: column;
    align-items: center;
  }
  .join__left._watcher-view .join__title {
    -webkit-animation: fbJU 0.8s 0.3s forwards;
    animation: fbJU 0.8s 0.3s forwards;
  }
  .join__left._watcher-view .join__button {
    -webkit-animation: fb 0.8s 0.5s forwards;
    animation: fb 0.8s 0.5s forwards;
  }
  .join__title {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(9deg) translate(0, 10%);
    transform: rotate(9deg) translate(0, 10%);
  }
  .join__button {
    margin-bottom: 1.25rem;
  }
  .join__social {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    left: 7%;
  }
}
@media (max-width: 35.9375em) {
  .bottom-footer__container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 29.99875em) {
  .hero__left {
    justify-content: center;
  }
}
@media (min-width: 61.99875em) and (max-width: 91.875em) {
  .menu__list {
    -webkit-column-gap: clamp(
      1.5625rem,
      0.9140046442rem + 1.0459813397vw,
      1.875rem
    );
    -moz-column-gap: clamp(
      1.5625rem,
      0.9140046442rem + 1.0459813397vw,
      1.875rem
    );
    column-gap: clamp(1.5625rem, 0.9140046442rem + 1.0459813397vw, 1.875rem);
  }
  .menu__link {
    font-size: clamp(1.375rem, 1.1156018577rem + 0.4183925359vw, 1.5rem);
  }
  .button span {
    font-size: clamp(2.25rem, 0.693611146rem + 2.5103552153vw, 3rem);
  }
  .header__button {
    min-width: clamp(13.125rem, 7.2885417974rem + 9.4138320572vw, 15.9375rem);
  }
  .header__button span {
    font-size: clamp(2rem, 1.4812037153rem + 0.8367850718vw, 2.25rem);
  }
  .hero {
    padding-top: clamp(9.375rem, 2.6306482992rem + 10.8782059328vw, 12.625rem);
  }
  .hero__bottom {
    margin-top: clamp(-45.3125rem, 9.464235283rem + -59.6209363625vw, -27.5rem);
  }
  .hero__left {
    margin-bottom: clamp(
      6.25rem,
      -3.4774303376rem + 15.6897200954vw,
      10.9375rem
    );
  }
  .hero__button {
    min-height: clamp(4.375rem, 3.0780092883rem + 2.0919626794vw, 5rem);
  }
  .hero__button {
    min-width: clamp(13.125rem, -7.3674532446rem + 33.0530103343vw, 23rem);
  }
  .hero__social-link {
    width: clamp(4.375rem, 2.6889120748rem + 2.7195514832vw, 5.1875rem);
  }
  .about {
    padding-top: clamp(5rem, -3.5601386971rem + 13.8069536839vw, 9.125rem);
  }
  .about__title {
    width: clamp(37.5rem, 5.204931279rem + 52.0898707167vw, 53.0625rem);
  }
  .about__items {
    -webkit-column-gap: clamp(
      5rem,
      -4.4680321953rem + 15.2713275595vw,
      9.5625rem
    );
    -moz-column-gap: clamp(5rem, -4.4680321953rem + 15.2713275595vw, 9.5625rem);
    column-gap: clamp(5rem, -4.4680321953rem + 15.2713275595vw, 9.5625rem);
  }
  .card-about__tilte {
    font-size: clamp(1.375rem, 0.0780092883rem + 2.0919626794vw, 2rem);
  }
  .card-about__text {
    font-size: clamp(1rem, -0.0375925693rem + 1.6735701435vw, 1.5rem);
  }
  .buy {
    padding-bottom: clamp(
      9.375rem,
      -13.9708328103rem + 37.6553282289vw,
      20.625rem
    );
  }
  .buy__content {
    min-height: clamp(42.5rem, -1.338286055rem + 70.7083385632vw, 63.625rem);
  }
  .buy__list {
    row-gap: clamp(1.53125rem, -0.0121689469rem + 2.4894355885vw, 2.275rem);
  }
  .buy__label {
    font-size: clamp(1.125rem, -0.6907869964rem + 2.9287477511vw, 2rem);
  }
  .buy__text p {
    font-size: clamp(1rem, 0.4812037153rem + 0.8367850718vw, 1.25rem);
  }
  .roadmap {
    padding-bottom: clamp(5rem, -2.7819442701rem + 12.5517760763vw, 8.75rem);
  }
  .roadmap__content {
    row-gap: clamp(0.9375rem, -1.6564814234rem + 4.1839253588vw, 2.1875rem);
  }
  .roadmap__row {
    -webkit-column-gap: clamp(
      0.9375rem,
      -1.6564814234rem + 4.1839253588vw,
      2.1875rem
    );
    -moz-column-gap: clamp(
      0.9375rem,
      -1.6564814234rem + 4.1839253588vw,
      2.1875rem
    );
    column-gap: clamp(0.9375rem, -1.6564814234rem + 4.1839253588vw, 2.1875rem);
  }
  .roadmap__card {
    padding-left: clamp(0.9375rem, -0.4891897829rem + 2.3011589473vw, 1.625rem);
  }
  .roadmap__card {
    padding-right: clamp(0.9375rem, 0.0296065018rem + 1.4643738756vw, 1.375rem);
  }
  .roadmap__text p {
    font-size: clamp(0.875rem, 0.096805573rem + 1.2551776076vw, 1.25rem);
  }
  .tokenomics__container {
    row-gap: clamp(1.875rem, -0.3298842099rem + 3.556336555vw, 2.9375rem);
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .cn {
    font-size: clamp(1.125rem, 1.0206521739rem + 0.5217391304vw, 1.5rem);
  }
  .cn {
    -webkit-column-gap: clamp(
      0.375rem,
      0.2880434783rem + 0.4347826087vw,
      0.6875rem
    );
    -moz-column-gap: clamp(
      0.375rem,
      0.2880434783rem + 0.4347826087vw,
      0.6875rem
    );
    column-gap: clamp(0.375rem, 0.2880434783rem + 0.4347826087vw, 0.6875rem);
  }
  .cn__wrp {
    padding: clamp(0.25rem, 0.197826087rem + 0.2608695652vw, 0.4375rem);
  }
  .cn p {
    padding-left: clamp(0.3125rem, -0.1222826087rem + 2.1739130435vw, 1.875rem);
  }
  .cn p {
    padding-right: clamp(
      0.3125rem,
      -0.1222826087rem + 2.1739130435vw,
      1.875rem
    );
  }
  .cn__button {
    padding: clamp(0.25rem, 0.197826087rem + 0.2608695652vw, 0.4375rem);
  }
  .bottom-footer__container {
    gap: clamp(0.3125rem, 0.1385869565rem + 0.8695652174vw, 0.9375rem);
  }
  .bottom-footer__copy {
    font-size: clamp(1.125rem, 1.0206521739rem + 0.5217391304vw, 1.5rem);
  }
  .bottom-footer__osnovo span {
    font-size: clamp(1.125rem, 1.0206521739rem + 0.5217391304vw, 1.5rem);
  }
  .bottom-footer__osnovo svg {
    width: clamp(6.25rem, 5.502173913rem + 3.7391304348vw, 8.9375rem);
  }
  .about {
    margin-top: clamp(-10.3125rem, 0.3130434783rem + -11.5652173913vw, -2rem);
  }
  .about {
    padding-bottom: clamp(7.5rem, 4.0565217391rem + 17.2173913043vw, 19.875rem);
  }
  .about__title:not(:last-child) {
    margin-bottom: clamp(3.125rem, 2.777173913rem + 1.7391304348vw, 4.375rem);
  }
  .card-about__img:not(:last-child) {
    margin-bottom: clamp(0.25rem, 0.0586956522rem + 0.9565217391vw, 0.9375rem);
  }
  .card-about__tilte:not(:last-child) {
    margin-bottom: clamp(0.1875rem, 0.0657608696rem + 0.6086956522vw, 0.625rem);
  }
  .buy {
    padding-top: clamp(4.375rem, 2.427173913rem + 9.7391304348vw, 11.375rem);
  }
  .buy__item {
    -webkit-column-gap: clamp(
      0.625rem,
      0.4510869565rem + 0.8695652174vw,
      1.25rem
    );
    -moz-column-gap: clamp(0.625rem, 0.4510869565rem + 0.8695652174vw, 1.25rem);
    column-gap: clamp(0.625rem, 0.4510869565rem + 0.8695652174vw, 1.25rem);
  }
  .buy__item {
    padding-left: clamp(0.625rem, 0.3641304348rem + 1.3043478261vw, 1.5625rem);
  }
  .buy__item {
    padding-right: clamp(0.625rem, 0.3641304348rem + 1.3043478261vw, 1.5625rem);
  }
  .roadmap__card {
    -webkit-column-gap: clamp(
      0.625rem,
      0.4510869565rem + 0.8695652174vw,
      1.25rem
    );
    -moz-column-gap: clamp(0.625rem, 0.4510869565rem + 0.8695652174vw, 1.25rem);
    column-gap: clamp(0.625rem, 0.4510869565rem + 0.8695652174vw, 1.25rem);
  }
  .tokenomics {
    padding-bottom: clamp(
      3.75rem,
      1.8891304348rem + 9.3043478261vw,
      10.4375rem
    );
  }
}
@media (min-width: 47.99875em) and (max-width: 120em) {
  .social-link--x svg {
    width: clamp(3.75rem, 2.416724536rem + 2.7777295533vw, 5.75rem);
  }
  .social-link--tg svg {
    width: clamp(4.6875rem, 3.02090567rem + 3.4721619416vw, 7.1875rem);
  }
  .social-link--dep {
    width: clamp(3.4375rem, 2.2292191108rem + 2.5173174077vw, 5.25rem);
  }
  .social-link--dextool {
    width: clamp(3.75rem, 2.750043402rem + 2.083297165vw, 5.25rem);
  }
  .social-link--dexscreen {
    width: clamp(3.75rem, 2.750043402rem + 2.083297165vw, 5.25rem);
  }
  .card-footer {
    padding-right: clamp(1.25rem, 0.2083785438rem + 2.1701012135vw, 2.8125rem);
  }
  .card-footer__nav {
    row-gap: clamp(1.25rem, 0.0000542525rem + 2.6041214562vw, 3.125rem);
  }
  .card-footer__link {
    font-size: clamp(1.375rem, 0.2917136855rem + 2.2569052621vw, 3rem);
  }
  .card-footer__social-link.social-link--tg svg {
    width: clamp(5rem, 3.5417299613rem + 3.0381416989vw, 7.1875rem);
  }
  .join__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.2083785438rem + 2.1701012135vw, 2.8125rem);
  }
  .join__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.2083785438rem + 2.1701012135vw, 2.8125rem);
  }
  .join__button {
    margin-bottom: clamp(
      0.0000000625rem,
      2.0832971233rem + -1.736080884vw,
      1.25rem
    );
  }
  .join__button {
    min-width: clamp(13.125rem, 9.0418438916rem + 8.506796757vw, 19.25rem);
  }
  .join__button {
    min-height: clamp(3.375rem, 2.541702835rem + 1.7360809708vw, 4.625rem);
  }
}
@media (min-width: 20em) and (max-width: 47.99875em) {
  .social-link--x svg {
    width: clamp(3.75rem, 2.3213647931rem + 7.1431760346vw, 5.75rem);
  }
  .social-link--tg svg {
    width: clamp(4.6875rem, 2.9017059913rem + 8.9289700433vw, 7.1875rem);
  }
  .social-link--dep {
    width: clamp(2.5rem, 1.6071029957rem + 4.4644850217vw, 3.75rem);
  }
  .social-link--dextool {
    width: clamp(2.5rem, 1.6071029957rem + 4.4644850217vw, 3.75rem);
  }
  .social-link--dexscreen {
    width: clamp(2.5rem, 1.6071029957rem + 4.4644850217vw, 3.75rem);
  }
  .card-footer {
    padding-right: clamp(1.25rem, 0.8035514978rem + 2.2322425108vw, 1.875rem);
  }
  .card-footer {
    padding-top: clamp(1.875rem, 0.9821029957rem + 4.4644850217vw, 3.125rem);
  }
  .card-footer {
    padding-bottom: clamp(1.25rem, 0.8035514978rem + 2.2322425108vw, 1.875rem);
  }
  .card-footer {
    padding-left: clamp(1.5625rem, -0.0000697576rem + 7.8128487879vw, 3.75rem);
  }
  .card-footer__nav {
    row-gap: clamp(0.625rem, -1.0715043082rem + 8.4825215411vw, 3rem);
  }
  .card-footer__link {
    font-size: clamp(1.375rem, 0.9285514978rem + 2.2322425108vw, 2rem);
  }
  .card-footer__social-link.social-link--tg svg {
    width: clamp(3.125rem, 1.7856544935rem + 6.6967275325vw, 5rem);
  }
  .card-footer__social-link.social-link--x svg {
    width: clamp(2.5rem, 1.3838787446rem + 5.5806062771vw, 4.0625rem);
  }
  .join__title {
    width: clamp(13.125rem, 4.6424784589rem + 42.4126077057vw, 25rem);
  }
  .join__title:not(:last-child) {
    margin-bottom: clamp(
      0.0000000625rem,
      2.1428969597rem + -4.4644847984vw,
      1.25rem
    );
  }
  .join__button {
    min-width: clamp(10rem, 3.392562168rem + 33.0371891602vw, 19.25rem);
  }
  .join__button {
    min-height: clamp(2.75rem, 1.4106544935rem + 6.6967275325vw, 4.625rem);
  }
  .join__button {
    font-size: clamp(1.375rem, 0.6606823965rem + 3.5715880173vw, 2.375rem);
  }
  .join__img {
    margin-top: clamp(-15.625rem, 0.4467275325rem + -33.4836376624vw, -6.25rem);
  }
}
@media (min-width: 90.06125em) and (max-width: 120.06125em) {
  .top-footer__img {
    margin-top: clamp(
      -34.375rem,
      -14.3647916667rem + -16.6666666667vw,
      -29.375rem
    );
  }
}
@media ((min-width: 47.99875em) and (max-width:90em)) {
  .top-footer__img {
    bottom: -17%;
  }
}
@media (min-width: 20em) and (max-width: 61.99875em) {
  .hero {
    padding-top: clamp(6.25rem, 9.0178837168rem + -4.4644185839vw, 8.125rem);
  }
  .hero__container {
    padding-bottom: clamp(
      5.625rem,
      -4.4943487901rem + 50.5967439507vw,
      26.875rem
    );
  }
  .hero__title {
    width: clamp(17.5rem, -0.9529301467rem + 92.2646507337vw, 56.25rem);
  }
  .hero__button {
    min-height: clamp(3.75rem, 3.1547441888rem + 2.9762790559vw, 5rem);
  }
  .hero__button {
    min-width: clamp(15.625rem, 12.112990714rem + 17.56004643vw, 23rem);
  }
  .hero__button span {
    font-size: clamp(2.25rem, 1.8928465133rem + 1.7857674336vw, 3rem);
  }
  .hero__social-link {
    width: clamp(3.75rem, 3.0654558171rem + 3.4227209143vw, 5.1875rem);
  }
  .hero__img {
    right: clamp(-14.875rem, -1.7736837406rem + -21.1315812971vw, -6rem);
  }
  .about {
    padding-top: clamp(5rem, 3.511860472rem + 7.4406976398vw, 8.125rem);
  }
  .about__title {
    width: clamp(18.125rem, 8.8985349266rem + 46.1323253668vw, 37.5rem);
  }
  .about__items {
    row-gap: clamp(3.125rem, 1.636860472rem + 7.4406976398vw, 6.25rem);
  }
  .card-about {
    width: clamp(16.875rem, 7.0532791154rem + 49.1086044228vw, 37.5rem);
  }
  .card-about__tilte {
    font-size: clamp(1.125rem, 0.7083209322rem + 2.0833953391vw, 2rem);
  }
  .card-about__text {
    font-size: clamp(0.8125rem, 0.4851093038rem + 1.6369534808vw, 1.5rem);
  }
  .buy {
    padding-bottom: clamp(
      4.375rem,
      0.8034651329rem + 17.8576743355vw,
      11.875rem
    );
  }
  .buy__content {
    row-gap: clamp(1.875rem, 1.5773720944rem + 1.488139528vw, 2.5rem);
  }
  .buy__list {
    row-gap: clamp(1.875rem, 1.5773720944rem + 1.488139528vw, 2.5rem);
  }
  .buy__item {
    padding-top: clamp(2.1875rem, 2.0982116283rem + 0.4464418584vw, 2.375rem);
  }
  .buy__item {
    padding-bottom: clamp(1.25rem, 0.7142697699rem + 2.6786511503vw, 2.375rem);
  }
  .buy__label {
    font-size: clamp(1rem, 0.5237953511rem + 2.3810232447vw, 2rem);
  }
  .buy__numb {
    width: clamp(1.8125rem, 1.1874813983rem + 3.1250930087vw, 3.125rem);
  }
  .buy__text p {
    font-size: clamp(0.875rem, 0.6964232566rem + 0.8928837168vw, 1.25rem);
  }
  .roadmap {
    padding-bottom: clamp(3.75rem, 3.1547441888rem + 2.9762790559vw, 5rem);
  }
  .roadmap__container {
    row-gap: clamp(3.125rem, 0.7439767553rem + 11.9051162237vw, 8.125rem);
  }
  .roadmap__content {
    row-gap: clamp(0.9375rem, 0.3422441888rem + 2.9762790559vw, 2.1875rem);
  }
  .roadmap__row {
    row-gap: clamp(0.9375rem, 0.3422441888rem + 2.9762790559vw, 2.1875rem);
  }
  .roadmap__card {
    padding-left: clamp(0.9375rem, 0.6101093038rem + 1.6369534808vw, 1.625rem);
  }
  .roadmap__card {
    padding-right: clamp(0.9375rem, 0.6101093038rem + 1.6369534808vw, 1.625rem);
  }
  .roadmap__text p {
    font-size: clamp(0.875rem, 0.5773720944rem + 1.488139528vw, 1.5rem);
  }
  .tokenomics__container {
    row-gap: clamp(1.875rem, 1.0714046549rem + 4.0179767255vw, 3.5625rem);
  }
}
@media (min-width: 20em) and (max-width: 120em) {
  .hero__container {
    row-gap: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  }
}
@media (min-width: 61.99875em) and (max-width: 120em) {
  .hero__button span {
    font-size: clamp(2.25rem, 1.4483093037rem + 1.2930755803vw, 3rem);
  }
}
@media (min-width: 26.93625em) and (max-width: 61.99875em) {
  .hero__img {
    width: clamp(36.875rem, 18.1492647059rem + 69.5187165775vw, 61.25rem);
  }
}
@media (min-width: 20em) and (max-width: 26.93625em) {
  .hero__img {
    width: clamp(28rem, 2.4098035682rem + 127.9509821589vw, 36.875rem);
  }
}
@media ((min-width: 47.99875em) and (max-width:61.99875em)) {
  .hero__img {
    align-self: flex-end;
  }
}
@media ((min-width: 61.99875em) and (max-width:120.06125em)) {
  .card-about--right {
    position: relative;
    top: 6vw;
    -webkit-transform: translate(0, 10%) rotate(-10.49deg);
    transform: translate(0, 10%) rotate(-10.49deg);
    visibility: hidden;
    opacity: 0;
  }
  .card-about--right._watcher-view {
    -webkit-animation: fbaboutD 0.8s ease 0.5s forwards;
    animation: fbaboutD 0.8s ease 0.5s forwards;
  }
}
@media ((min-width: 20em) and (max-width:61.99875em)) {
  .buy__title {
    width: 65%;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #ea6b24;
  }
  .cn__button:hover svg path {
    fill: #ea6b24;
  }
  .button:hover {
    box-shadow: 0 0 0 0 #000;
    -webkit-transform: translate(0.1875rem, 0.25rem);
    transform: translate(0.1875rem, 0.25rem);
    letter-spacing: 0.03em;
  }
  .social-link:hover svg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .card-footer__link:hover {
    color: #ea6b24;
  }
  .card-footer__social-link.social-link--tg:hover svg {
    -webkit-transform: scale(1.08) translate(-10%, -15%);
    transform: scale(1.08) translate(-10%, -15%);
  }
  .bottom-footer__osnovo:hover span {
    color: #ea6b24;
  }
  .bottom-footer__osnovo:hover svg {
    fill: #ea6b24;
  }
  .hero__social-link:hover {
    -webkit-filter: drop-shadow(0 0 0 #000);
    filter: drop-shadow(0 0 0 #000);
    -webkit-transform: translate(0.1875rem, 0.25rem);
    transform: translate(0.1875rem, 0.25rem);
  }
  .hero__social-link:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .join__button:hover {
    box-shadow: 0 0 0 0 #000;
    -webkit-transform: translate(0.1875rem, 0.25rem) rotate(-6deg);
    transform: translate(0.1875rem, 0.25rem) rotate(-6deg);
    letter-spacing: 0.03em;
  }
}
