* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.title {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
  }
}

.tip-box {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .tip-box {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: rgba(1, 105, 99, 0.5490196078);
  border-bottom: 1px solid #59FF00;
}
.header__button-wrapper {
  margin-left: auto;
  padding-right: 20px;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 20px;
  position: relative;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  padding: 118px 40px;
  margin-top: 14px;
  top: 130px;
  background: rgba(1, 105, 99, 0.5490196078);
  backdrop-filter: blur(12px);
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navigation__list.is-open {
  right: 0;
}
.navigation__link {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 1200px) {
  .header__button-wrapper {
    display: none;
  }
  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navigation__list {
    background: none;
    backdrop-filter: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding-block: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 80px;
  }
}
.home {
  padding: 440px 20px 237px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-top: 142px;
    padding-bottom: 140px;
  }
}
.home .coin-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  min-width: 440px;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .home .coin-1 {
    width: 700px;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
.home .coin-2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .home .coin-2 {
    display: block;
    position: absolute;
    top: -50px;
    right: -150px;
    width: 532px;
  }
}
.home .wrapper {
  max-width: 581px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .home .wrapper {
    margin-right: 0;
  }
}
.home h1 {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .home h1 {
    text-align: start;
    margin-bottom: 62px;
  }
}
.home h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .home h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
}

.gradient-top {
  position: relative;
  overflow: hidden;
}
.gradient-top .bg-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1440px;
  min-height: 1750px;
}
.gradient-top .coin-3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 0;
  width: 324px;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .gradient-top .coin-3 {
    bottom: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: -100px;
    right: -150px;
    width: 614px;
  }
}

.gradient-bottom {
  position: relative;
  overflow: hidden;
}
.gradient-bottom::before {
  position: absolute;
  content: "";
  background-image: url("../../images/bg-bootom.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gradient-bottom .chips {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .gradient-bottom .chips {
    max-width: 1400px;
  }
}

.faq {
  padding: 60px 20px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .faq {
    padding-top: 88px;
    padding-bottom: 21px;
  }
}
.faq ul {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.faq__item {
  width: 100%;
  background-color: #000;
  border-radius: 12px;
  border: 1px solid #59FF00;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(89, 255, 0, 0.7490196078);
          box-shadow: 0px 0px 4px 2px rgba(89, 255, 0, 0.7490196078);
  padding: 18px 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item:hover {
  -webkit-box-shadow: 0px 0px 8px 4px rgba(89, 255, 0, 0.7490196078);
          box-shadow: 0px 0px 8px 4px rgba(89, 255, 0, 0.7490196078);
}
.faq__question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 6px;
}
.faq__question {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.faq__answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.6s cubic-bezier(0.5, 0.25, 0, 1), padding 0.6s cubic-bezier(0.5, 0.25, 0, 1), opacity 0.6s ease, margin-top 0.6s cubic-bezier(0.5, 0.25, 0, 1);
  transition: max-height 0.6s cubic-bezier(0.5, 0.25, 0, 1), padding 0.6s cubic-bezier(0.5, 0.25, 0, 1), opacity 0.6s ease, margin-top 0.6s cubic-bezier(0.5, 0.25, 0, 1);
  padding: 0;
}
.faq__button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__icon {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0.25, 0, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
}

.faq__item.active .faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item.active .faq__question-wrapper {
  border-bottom: 1px solid #59FF00;
}

.faq__item.active .faq__answer {
  max-height: 200px;
  opacity: 1;
  padding: 8px 0;
  margin-top: 12px;
}

.products {
  padding-top: 140px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .products {
    padding-top: 154px;
  }
}
.products .content {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.products h2 {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .products h2 {
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
  }
}
.products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .products ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.products li {
  max-width: 300px;
  width: 100%;
  height: 400px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 40px;
  border-radius: 12px;
  background-color: #000;
  border: 1px solid #59ff00;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(89, 255, 0, 0.7490196078);
          box-shadow: 0px 0px 8px 4px rgba(89, 255, 0, 0.7490196078);
  margin: 15px 6px;
}
@media (min-width: 1200px) {
  .products li {
    height: 148px;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: unset;
    margin: 0;
  }
}
.products .product-logo {
  width: 144px;
}
@media (min-width: 1200px) {
  .products .product-logo {
    margin-right: 36px;
  }
}
.products .flag {
  width: 24px;
}
@media (min-width: 1200px) {
  .products .flag {
    margin-right: 54px;
  }
}
.products .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .products .text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    gap: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 54px;
  }
}
.products li h3 {
  font-family: "Patua One", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.products li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.products li .colored {
  color: #59ff00;
}
.products .product-link {
  width: 213px;
  min-height: 48px;
  border-radius: 10px;
  background: #ffe252;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.8980392157);
          box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.8980392157);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0f0f0f;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.products .product-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 1200px) {
  .products .product-link {
    margin-left: auto;
  }
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 32px;
}
.btn-container button {
  background-color: transparent;
  border: none;
  width: 70px;
  height: 32px;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-container button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1200px) {
  .btn-container {
    display: none;
  }
}

.avico {
  position: relative;
  padding-top: 40px;
  padding-bottom: 85px;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .avico {
    padding-block: 90px;
  }
}
.avico .container {
  max-width: 1120px;
  border-radius: 25px;
  background: rgba(0, 4, 4, 0.8588235294);
  border: 1px solid rgba(130, 148, 177, 0.5019607843);
  padding: 33px 31px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .avico .container {
    padding-block: 28px;
  }
}
.avico .dice-1 {
  position: absolute;
  width: 156px;
  top: -70px;
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .avico .dice-1 {
    width: 354px;
    top: -220px;
    right: -120px;
  }
}
.avico .dice-2 {
  position: absolute;
  width: 156px;
  bottom: -80px;
  left: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .avico .dice-2 {
    width: 234px;
    bottom: -180px;
    left: -140px;
  }
}
.avico h2 {
  font-family: "Patua One", serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.avico p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.avico ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.cookies {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 50%;
  max-width: 375px;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  padding: 18px;
  border-radius: 12px;
  background: #000000;
  border: 4px solid #59FF00;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: opacity, transform;
}
@media screen and (min-width: 1200px) {
  .cookies {
    max-width: 488px;
  }
}
.cookies p,
.cookies a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.cookies button {
  padding: 12px 23px;
  -ms-flex-item-align: start;
      align-self: start;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #040401;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(13, 16, 21, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(13, 16, 21, 0.6);
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.cookies.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.footer {
  padding: 40px 20px;
  background: #000404;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 64px;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 53px;
  }
}
.footer li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .footer li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.contacts {
  padding-bottom: 32px;
  border-bottom: 1px solid #59FF00;
}
.contacts h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .contacts h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contacts p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.contacts a {
  text-decoration: none;
  color: #fff;
}

.policies {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-30%, #59ff00), color-stop(20.19%, #2c8000), to(#000000)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(360deg, #59ff00 -30%, #2c8000 20.19%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  padding: 156px 20px 40px 20px;
}
.policies h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #59ff00;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
  }
}
.policies p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.policies span {
  display: block;
  margin-block: 10px;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */