.button--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 10px;
  border-radius: 140px;
  border: 2px solid #43DCFF;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .25s ease;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 32.4px;
  font-weight: 400;
  color: #43DCFF;
  text-transform: uppercase; }
  .button--primary:hover {
    color: #F0F0F0;
    background-color: #43DCFF; }

.button--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 10px;
  border-radius: 140px;
  border: 2px solid #F0F0F0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .25s ease;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 32.4px;
  font-weight: 400;
  color: #F0F0F0;
  text-transform: uppercase; }
  .button--secondary:hover {
    color: #43DCFF;
    background-color: #F0F0F0; }

.title {
  margin: 0;
  margin-bottom: 12px;
  font-family: pptelegraf-ultrabold;
  font-size: 80px;
  line-height: 91px;
  font-weight: 800;
  color: #F0F0F0;
  text-transform: uppercase; }

.icon-right::before {
  content: url("../images/arrow-right.svg"); }

.icon-left::before {
  content: url("../images/arrow-left.svg"); }

.bars {
  cursor: pointer; }
  .bars :nth-child(n) {
    width: 30px;
    height: 3px;
    background-color: #F0F0F0;
    margin: 4px 0;
    transition: 0.4s; }
  .bars.activated :nth-child(1) {
    transform: translate(0, 7px) rotate(-45deg); }
  .bars.activated :nth-child(2) {
    opacity: 0; }
  .bars.activated :nth-child(3) {
    transform: translate(0, -7px) rotate(45deg); }

body {
  padding: 0 15pxx;
  background-color: #050A1D;
  font-family: pptelegraf-regular;
  font-weight: 400; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

[class^="container__"] {
  max-width: 1366px;
  margin: 200px auto 0;
  padding: 0 15px; }
  [class^="container__"] img {
    max-width: 100%; }

[class^="container-fluid__"] {
  max-width: 100%; }

header {
  margin-top: 12px;
  background-color: #050A1D;
  position: sticky;
  top: 0;
  z-index: 10; }

.container__header {
  display: grid;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: center;
  margin-top: 0;
  border-top: 2px solid #F0F0F0;
  padding-top: 15px;
  padding-bottom: 15px; }

.header__nav {
  justify-self: center; }
  .header__nav nav li {
    display: inline-block; }
    .header__nav nav li:not(:last-child) {
      margin-right: 30px; }
    .header__nav nav li a {
      font-size: 18px;
      line-height: 14.4px;
      font-weight: 400;
      color: #F0F0F0;
      text-decoration: none;
      transition: color .25s ease; }
      .header__nav nav li a:hover {
        color: #43DCFF; }

.header__account {
  justify-self: end; }
  .header__account a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #43DCFF;
    text-decoration: none;
    transition: color .25s ease; }
    .header__account a:hover {
      color: #F0F0F0; }
    .header__account a img {
      padding-right: 12px; }

.header__menu-button {
  display: none; }

.container__intro {
  margin-top: 0; }

.intro__text {
  font-family: pptelegraf-ultrabold;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  color: #F0F0F0;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 40px; }

.intro__buttons-group {
  display: grid;
  grid-template-columns: minmax(152px, 1fr) minmax(152px, 0.6fr);
  grid-gap: 30px; }

.container__about > p {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #F0F0F0;
  margin-bottom: 30px; }

.about__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 4px solid #F0F0F0;
  border-bottom: 4px solid #F0F0F0; }

.about__cover {
  background: url("../images/cover-about.png") no-repeat center;
  background-size: cover;
  min-height: 550px;
  margin: 24px; }

.about__content-group {
  display: grid;
  grid-template-columns: 1fr 170px;
  grid-gap: 49px;
  padding: 24px;
  border-left: 4px solid #F0F0F0; }

.about__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 400;
  color: #F0F0F0; }
  .about__text .text--small {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 400;
    color: #F0F0F0; }

.about__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .about__links a {
    width: 120px;
    color: #F0F0F0;
    text-decoration: none;
    margin-right: 15px;
    text-align: center; }
    .about__links a:last-child {
      margin-right: 0; }
    .about__links a img {
      max-width: 60px;
      max-height: 60px;
      width: auto;
      height: auto;
      margin: 0 auto 5px; }

.abount__images {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .abount__images img {
    border-radius: 10px; }

.about__button {
  grid-column: 1 / -1; }

.container__tokenomics p {
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 400;
  color: #F0F0F0; }

.tokenomics__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 12px;
  margin-top: 72px; }

.tokenomic {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 20px;
  padding: 93px 12px;
  margin-bottom: 46px; }
  .tokenomic.locker {
    padding: 60px 12px 30px;
    text-align: center; }
  .tokenomic:nth-child(1) {
    background-color: #6E5C70; }
    .tokenomic:nth-child(1) .tokenomic__label {
      transform: rotate(4.69deg); }
  .tokenomic:nth-child(2) {
    background-color: #4D43B3; }
    .tokenomic:nth-child(2) .tokenomic__label {
      transform: rotate(-4.69deg); }
  .tokenomic:nth-child(3) {
    background-color: #1294F5; }
    .tokenomic:nth-child(3) .tokenomic__label {
      transform: rotate(4.69deg); }
  .tokenomic:nth-child(4) {
    background-color: #576B97; }
    .tokenomic:nth-child(4) .tokenomic__label {
      transform: rotate(-4.69deg); }
  .tokenomic:not(.locker):after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    bottom: 40px;
    width: 2px;
    height: calc(100% - 100px);
    background-color: #F0F0F0; }
  .tokenomic .action__text {
    font-size: 36px;
    line-height: 32.4px;
    font-weight: 400;
    color: #F0F0F0;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .tokenomic .action__percent {
    font-size: 90px;
    line-height: 81px;
    font-weight: 400;
    color: #F0F0F0; }
  .tokenomic .action__link {
    display: block;
    margin-top: 10px;
    color: #F0F0F0;
    text-align: center; }

.tokenomic__label {
  position: absolute;
  top: -30px;
  left: calc(50% - 110px);
  border: 2px solid #F0F0F0;
  background-color: rgba(55, 55, 55, 0.6);
  display: inline-block;
  border-radius: 300px;
  width: 200px;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 14.4px;
  font-weight: 400;
  color: #F0F0F0; }

.tokenomic__sell {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.tokenomic__buy {
  padding-right: 15px;
  text-align: right; }

.tokenomic__sell {
  padding-left: 15px; }

.tokenomic__address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  .tokenomic__address .smart_link {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block; }
    .tokenomic__address .smart_link img {
      width: 20px;
      height: 20px;
      float: left;
      display: inline-block;
      margin-right: 5px; }
  .tokenomic__address .address--right {
    grid-column: 2;
    border-bottom: 4px solid #F0F0F0; }
    .tokenomic__address .address--right p {
      margin-bottom: 0;
      font-size: 32px;
      line-height: 35.2px;
      font-weight: 400;
      color: #F0F0F0; }
    .tokenomic__address .address--right span {
      display: block;
      margin: 10px 0;
      font-size: 18px;
      line-height: 21.6px;
      font-weight: 400;
      color: #F0F0F0; }

.container__stages-buttons--top,
.container__stages-buttons--bottom {
  display: flex; }
  .container__stages-buttons--top > [class*="btn"],
  .container__stages-buttons--bottom > [class*="btn"] {
    border: none;
    outline: none;
    border: 2px solid #F0F0F0;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    max-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .25s ease; }
    .container__stages-buttons--top > [class*="btn"]:not(:last-child),
    .container__stages-buttons--bottom > [class*="btn"]:not(:last-child) {
      margin-right: 25px; }
    .container__stages-buttons--top > [class*="btn"]:hover,
    .container__stages-buttons--bottom > [class*="btn"]:hover {
      background-color: #43DCFF;
      border-color: #43DCFF; }

.container__stages-buttons--top {
  margin-top: 30px;
  margin-bottom: 40px; }

.container__stages-buttons--bottom {
  display: none; }

.stage {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 50px 40px;
  min-height: 300px; }

.stage__percent {
  font-family: pptelegraf-ultrabold;
  font-size: 90px;
  line-height: 81px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px; }

.stage__text {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 400;
  color: #fff; }

.container__roadmap {
  margin-bottom: 0; }

.roadmap__group {
  display: grid;
  grid-template-columns: 1fr .35fr;
  grid-gap: 24px; }
  .roadmap__group .text--bold {
    font-family: pptelegraf-ultrabold;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #F0F0F0;
    margin-bottom: 38px; }
  .roadmap__group .text--right {
    font-size: 32px;
    line-height: 35.2px;
    font-weight: 400;
    color: #F0F0F0;
    grid-row: 2;
    grid-column: 2;
    margin-top: -100px; }

.roadmap__cover {
  grid-row: 2;
  grid-column: 1 / -1; }

.container__socials {
  border: 2px solid #F0F0F0;
  border-radius: 40px;
  padding: 34px 34px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  .container__socials.container__markets .socials__group {
    margin-top: 40px; }
  .container__socials:not(.container__markets):after {
    content: "";
    position: absolute;
    top: 34px;
    right: 34px;
    width: 25%;
    height: 100%;
    background: url("../images/cover-socials.png") no-repeat right top;
    background-size: contain; }
  .container__socials p {
    font-size: 24px;
    line-height: 26.4px;
    font-weight: 400;
    color: #F0F0F0; }

.socials__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 12px;
  margin-top: 148px;
  position: relative;
  z-index: 2; }
  .socials__group + .socials__group {
    margin-top: 20px; }

.social__link {
  text-decoration: none;
  transition: color .25s ease;
  border: 2px solid #F0F0F0;
  border-radius: 180px;
  padding: 42px 96px;
  margin-bottom: 34px;
  max-width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease; }
  .social__link:hover {
    background-color: #43DCFF;
    border-color: #43DCFF; }

.container__header,
.container__footer {
  margin-bottom: 0; }

footer {
  border-top: 2px solid #F0F0F0; }

.footer__group {
  display: grid;
  grid-template-columns: 1fr .65fr;
  grid-gap: 20px;
  margin-top: 20px; }
  .footer__group a {
    text-decoration: none;
    transition: color .25s ease;
    font-size: 24px;
    line-height: 21.6px;
    font-weight: 400;
    color: #F0F0F0; }
    .footer__group a:hover {
      color: #43DCFF; }

.footer__go-home a {
  display: inline; }

.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px; }
  .footer__nav ul a {
    display: inline-block; }

.footer__copyright {
  display: flex;
  font-size: 18px;
  line-height: 16.2px;
  font-weight: 400;
  color: #F0F0F0;
  margin-top: 156px;
  margin-bottom: 20px; }

.footer__title {
  display: flex;
  font-family: pptelegraf-ultrabold;
  font-size: 99px;
  line-height: 87.2px;
  font-weight: 800;
  color: #F0F0F0;
  text-transform: uppercase; }

@media only screen and (max-width: 1200px) {
  .header__nav nav li:not(:last-child) {
    margin-right: 15px; }
  .container__socials:after {
    display: none; } }

@media only screen and (max-width: 992px) {
  [class^="container__"] {
    margin-top: 100px; }
  .container__header,
  .container__intro {
    margin-top: 0; }
  .container__header {
    grid-template-columns: .75fr 1fr .25fr;
    position: relative; }
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #050A1D;
    display: none; }
    .header__nav ul {
      width: 100px;
      margin: 0 auto;
      padding: 25px 0px 0xp; }
      .header__nav ul li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0; }
  .header__account {
    justify-self: center; }
  .header__menu-button {
    display: block;
    justify-self: end; }
  .intro__text {
    margin-top: 40px; }
  .intro__buttons-group {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 0.7fr); }
  .container__about > p {
    font-size: 20px;
    line-height: 20px; }
  .about__group {
    grid-template-columns: 1fr; }
  .about__cover {
    margin: 0;
    margin-top: 25px; }
  .about__content-group {
    border-left: none; }
  .roadmap__group {
    grid-template-columns: 1fr; }
    .roadmap__group .text--right {
      grid-column: 1;
      grid-row: 2;
      margin-top: 0; }
    .roadmap__group .roadmap__cover {
      grid-row: 3; }
  .title {
    font-size: 70px;
    line-height: 81px; }
  .button--primary,
  .button--secondary {
    padding: 38px 10px;
    font-size: 26px;
    line-height: 22.4px; }
  .footer__title {
    font-size: 70px;
    line-height: 71px; } }

@media only screen and (max-width: 769px) {
  .hide-mobile {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .title {
    font-size: 60px;
    line-height: 71px; }
  .button--primary,
  .button--secondary {
    padding: 28px 10px;
    font-size: 24px;
    line-height: 20.4px; }
  .intro__text {
    font-size: 28px;
    line-height: 28px; }
  .intro__buttons-group {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 0.9fr); }
  .about__content-group {
    padding: 10px;
    padding-bottom: 25px; }
  .about__text {
    font-size: 28px;
    line-height: 31.2px; }
  .container__tokenomics p {
    font-size: 22px;
    line-height: 31.2px; }
  .tokenomic__address {
    grid-template-columns: 1fr; }
    .tokenomic__address .address--right {
      grid-column: 1; }
  .roadmap__group .text--bold {
    font-size: 28px;
    line-height: 28px; }
  .roadmap__group .text--right {
    font-size: 22px;
    line-height: 25.2px; }
  .social__link {
    padding: 22px 56px; }
    .social__link img {
      max-width: 75%; }
  .footer__group {
    grid-template-columns: 1fr;
    grid-gap: 50px; }
  .footer__title {
    font-size: 50px;
    line-height: 51px; } }

@media only screen and (max-width: 480px) {
  .title {
    font-size: 40px;
    line-height: 51px; }
  .button--primary,
  .button--secondary {
    font-size: 16px;
    line-height: 12.4px;
    padding: 18px 10px; }
  .header__account a {
    font-size: 13px; }
  .intro__text {
    margin-bottom: 50px; }
  .intro__buttons-group {
    grid-gap: 15px; }
  .about__content-group {
    grid-template-columns: 1fr; }
  .about__text {
    font-size: 22px;
    line-height: 25.2px; }
  .tokenomic__address .address--right span {
    font-size: 13px;
    line-height: 14.6px; }
  .container__stages-buttons--top {
    display: none; }
  .stages {
    margin-top: 50px; }
  .container__stages-buttons--bottom {
    display: flex;
    margin-top: 30px; }
  .social__link {
    padding: 18px 36px; }
    .social__link img {
      max-width: 50%; }
  .footer__title {
    font-size: 30px;
    line-height: 31px; } }

@media only screen and (max-width: 400px) {
  .about__links a {
    width: 100px;
    font-size: 0.8em; } }

@media only screen and (max-width: 360px) {
  body {
    min-width: 360px; } }
