:root {
  --third-family: "Baloo", sans-serif;
  --background: #d00266;
  --stroke: #f550a0;
  --white: #fff;
  --orange: #fe9900;
  --black: #1e1d1d;
  --strokes: #18aaa2;
  --strokk: #1b706c;
}

.contract__btn {
  font-family: "Baloo", sans-serif;
  font-weight: 400;
  src: url("../fonts/baloo-cyrillic.woff") format(".woff"), url("../fonts/baloo-cyrillic.woff2") format(".woff2");
}

@font-face {
  font-family: "baloo-cyrillic";
  font-weight: 400;
  src: url("../fonts/baloo-cyrillic.woff") format(".woff");
}
@font-face {
  font-family: "baloo-cyrillic";
  font-weight: 400;
  src: url("../fonts/baloo-cyrillic.woff2") format(".woff2");
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.button {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid var(--strokk);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: #e4e4e4;
  color: var(--black);
}
.button:hover {
  background-color: var(--strokk);
  color: var(--white);
}

body {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 95%;
}

.container {
  max-width: 1655px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  padding: 13px 0 14px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__btn {
  margin-left: 110px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.main {
  background-color: var(--strokes);
}

.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__content {
  max-width: 830px;
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--white);
}
.promo__content-title {
  font-size: 50px;
}
.promo__content-descr {
  font-size: 24px;
  line-height: 95%;
}
.promo #tateburger4 {
  stroke-opacity: 0;
}
.promo__img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.info {
  position: relative;
  min-height: 100vh;
  padding-bottom: 150px;
  overflow: hidden;
}
.info::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -43%;
  width: 2060px;
  height: 128px;
  background-image: url("../images/decor/portal.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.info::after {
  position: absolute;
  content: "";
  top: -10px;
  right: -20px;
  width: 512px;
  height: 512px;
  background-image: url("../images/img/info.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.info__text {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 77%;
  text-align: center;
}
.info__title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 75%;
  color: var(--background);
}
.info__box {
  position: relative;
}
.info__descr {
  position: relative;
  max-width: 680px;
  border: 22px solid var(--strokk);
  border-radius: 60px;
  margin: 0 auto;
  margin-top: -60px;
  padding: 60px 20px 72px 20px;
}
.info__descr-title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 75%;
  margin-bottom: 30px;
  color: var(--background);
}
.info__descr-text {
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
}
.info__descr-text + .info__descr-text {
  margin-top: 25px;
}
.info__descr::after {
  position: absolute;
  content: "";
  top: -15%;
  left: 80%;
  width: 560px;
  height: 740px;
  background-image: url("../images/img/promo-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.info__descr::before {
  position: absolute;
  content: "";
  top: 0;
  right: 80%;
  width: 560px;
  height: 560px;
  background-image: url("../images/img/promo-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.info__bottom-line {
  text-align: center;
}

.how-to__title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 77%;
  margin-bottom: 50px;
  color: var(--white);
}
.how-to__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 20px;
}
.how-to__item {
  border: 5px dashed var(--strokk);
  border-radius: 15px;
  padding: 50px;
  color: var(--white);
}
.how-to__item-title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 15px;
  color: var(--background);
}
.how-to__item-text {
  line-height: 150%;
}
.how-to__descr {
  padding: 50px;
  border: 5px dashed var(--strokk);
  border-radius: 15px;
  background-image: url("../images/img/swap-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.how-to__descr-title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-size: 35px;
  line-height: 150%;
  color: var(--background);
}
.how-to__descr-text {
  max-width: 490px;
  line-height: 150%;
  color: var(--white);
}

.roadmap {
  position: relative;
}
.roadmap::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  width: 540px;
  height: 870px;
  background-image: url("../images/img/roadmap.png");
}
.roadmap__title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-size: 70px;
  color: var(--background);
}
.roadmap__text {
  height: 76px;
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 77%;
}
.roadmap__subtitle {
  line-height: 150%;
  color: var(--white);
}
.roadmap__content-list {
  display: none;
}

.greatest__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabunomics__content-title {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-size: 70px;
  margin-bottom: 50px;
  color: var(--white);
}
.tabunomics__content-subtitle {
  font-family: "Bangers", system-ui;
  font-style: normal;
  font-size: 70px;
  margin-bottom: 66px;
  color: var(--background);
}
.tabunomics__content-text {
  font-size: 24px;
  margin-bottom: 23px;
  color: var(--white);
}
.tabunomics__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabunomics__btn {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  padding: 20px 30px;
  margin-bottom: 46px;
  cursor: pointer;
  border: 5px dashed var(--strokk);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: transparent;
  color: var(--white);
}
.tabunomics__btn:hover {
  background-color: var(--strokk);
  color: var(--white);
}

.contract__content {
  color: var(--white);
}
.contract__content-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 95%;
  margin-bottom: 15px;
}
.contract__content-text {
  margin-bottom: 35px;
}

.contract__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

.contract__btn {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 20px 30px;
  border: 1px solid var(--strokk);
  border-radius: 77px;
  text-transform: uppercase;
  color: var(--background);
}

.join__text {
  margin-bottom: 28px;
}

.footer {
  padding: 20px 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__btn {
  margin-left: auto;
}

@media (max-width: 1920px) {
  .info::after {
    right: 10%;
  }
  .info::before {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1540px) {
  .promo__content {
    max-width: 700px;
  }
  .promo__content-svg {
    width: 520px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1220px;
  }
  .info {
    padding: 120px 0 60px 0;
  }
  .info::after {
    display: none;
  }
  .info::before {
    display: none;
  }
  .info__box-svg {
    display: none;
  }
  .how-to__items {
    grid-template-columns: repeat(auto-fill, minmax(300px, auto));
    gap: 20px;
  }
  .roadmap::before {
    display: none;
  }
  .roadmap-meme {
    display: none;
  }
  .roadmap__content-svg {
    width: 1000px;
    height: 800px;
  }
  .greatest {
    padding-top: 30px;
    text-align: center;
  }
  .greatest__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabunomics__content-btn,
  .contract__content-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pepe__img {
    display: none;
  }
}
@media (max-width: 880px) {
  .promo__content {
    padding: 20px 0;
  }
  .promo__content-svg {
    max-width: 300px;
  }
  .info__descr {
    max-width: 100%;
  }
  .info__descr::after {
    display: none;
  }
  .info__descr::before {
    display: none;
  }
  .info__descr-title {
    font-size: 100px;
  }
  .how-to__item-title {
    font-size: 32px;
  }
  .roadmap__content-svg {
    width: 660px;
    height: 660px;
  }
  .greatest__content-svg_ikon {
    max-width: 100%;
  }
  .tabunomics__content-title {
    font-size: 60px;
  }
  .tabunomics__content-subtitle {
    font-size: 45px;
  }
  .tabunomics__content-btn {
    gap: 20px;
  }
  .contract__content-title {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .header__btn {
    margin-left: unset;
  }
  .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: unset;
  }
  .how-to__descr {
    padding: 25px;
  }
  .roadmap__content-svg {
    width: 500px;
    height: 560px;
  }
  .contract__content-title {
    font-size: 40px;
  }
  .footer__btn {
    margin-right: 15px;
  }
}
@media (max-width: 550px) {
  .promo__inner {
    display: block;
  }
  .promo__content {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .promo__content-svg {
    max-width: 100%;
  }
  .info__descr-title {
    font-size: 60px;
  }
  .info__descr-text {
    font-size: 16px;
  }
  .how-to__descr {
    background-position: left center;
  }
  .roadmap__content-svg {
    width: 400px;
    height: 460px;
  }
  .contract__content-title {
    font-size: 35px;
  }
  .contract__content-btn {
    gap: 20px;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .info__descr {
    border: none;
    padding: 0 10px;
  }
  .roadmap__content-box {
    display: none;
  }
  .roadmap__content-list {
    display: block;
    margin: 70px 0;
  }
  .roadmap__content-item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    padding-bottom: 30px;
    text-align: left;
    border-left: 5px dashed var(--strokk);
  }
  .roadmap__content-item::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: -12px;
    border-radius: 50%;
    background-color: var(--strokk);
  }
  .roadmap__content-item_title {
    font-family: "Bangers", system-ui;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--background);
  }
  .roadmap__content-item_text {
    color: var(--white);
  }
  .footer__btn {
    margin-left: initial;
  }
}
@media (max-width: 376px) {
  .logo__ikon {
    margin-bottom: 20px;
  }
  .info {
    padding: 90px 0 0 0;
  }
  .info__descr-title {
    font-size: 35px;
  }
  .how-to__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .how-to__item-title {
    font-size: 28px;
  }
  .how-to__descr-title {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */