@import url('https://fonts.googleapis.com/css2?family=Piazzolla:wght@400;500;600;700&display=swap');
:root {
  --ff-piazzolla: 'Piazzolla', serif;
  --ff-sans: "Nunito Sans", sans-serif;
  --color-primary: #FFFFFF;
  --color-link: #5fe3e6;
  --color-navopen: #010101;
  --color-footer: #121418;
  --bg-main: #8f3b1b;
  --bg-green: #5fe3e6;
  --bg-purple: #A28BEE;
  --bg-footer: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 450px) {
  img {
    border-radius: 6px;
  }
}

button {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

body {
  font-family: var(--ff-piazzolla);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-primary);
  background: var(--bg-main);
  overflow-x: hidden;
}
body.hidden {
  overflow-y: hidden;
}
@media (max-width: 590px) {
  body {
    font-family: var(--ff-piazzolla);
  }
}

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

.arrow-btn-up {
  width: 50px;
  height: 50px;
  background: url(../img/arrow.svg), url(../img/arrow.svg), linear-gradient(#5fe3e6, #cd3838) padding-box, linear-gradient(to bottom, #6e2b5b, #0c0b0b) border-box;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  border-radius: 50%;
  border: 5px solid transparent;
  z-index: -1;
  bottom: 45px;
  right: 10px;
  opacity: 0;
  transition: 0.3s ease;
}
.arrow-btn-up.btn-visible {
  opacity: 1;
  z-index: 1;
}

main {
  background: url(../img/coin.png) no-repeat top 3% left 3%, url(../img/cards.png) no-repeat top 18% right, url(../img/coin.png) no-repeat top 38% left 4%, url(../img/coin.png) no-repeat bottom 35% right 5%, url(../img/coin.png) no-repeat bottom 1% left 2%;
}
@media (max-width: 1200px) {
  main {
    background: none;
  }
}
@media (max-width: 390px) {
  main {
    background: url(../img/coin-mini.png) no-repeat top 38% right 5%, url(../img/coin-mini.png) no-repeat bottom left 1%;
  }
}

.article {
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .article {
    padding: 0 15px 40px;
  }
}
@media (max-width: 590px) {
  .article {
    padding: 0 15px 40px;
  }
}
.article ul {
  list-style: disc;
}
.article img {
  border-radius: 16px;
  padding-bottom: 20px;
}
.article ul,
.article ol {
  margin-left: 20px;
  margin-bottom: 16px;
  line-height: 34px;
}
.article p {
  margin-bottom: 16px;
}
.article .table-3 + p {
  margin-bottom: 0;
  margin-top: 50px;
}
.article h2 {
  margin: 28px 0 27px;
  font-weight: 700;
  font-size: 38px;
  line-height: 54px;
}
.article h3 {
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
}
.article-p.right {
  margin-left: 0;
  margin-right: 11px;
}
@media (max-width: 1280px) {
  .article-p.right {
    max-width: 100%;
    margin-right: 0;
  }
}
.article-p {
  max-width: 524px;
  width: 100%;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}
@media (max-width: 1280px) {
  .article-p {
    max-width: 100%;
    display: block;
    margin-left: 0;
  }
}
.article picture {
  vertical-align: top;
}
@media (max-width: 1280px) {
  .article picture {
    display: block;
    margin-bottom: 16px;
  }
  .article picture img {
    margin: 0 auto;
  }
}
.article .table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 50px 0;
}
.article .table:last-of-type {
  margin-bottom: 0;
}
.article tbody tr {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  align-items: center;
  padding: 20px 0;
}
.article tbody tr:nth-child(odd) {
  border-radius: 10px;
  background: var(--bg-purple);
}
.article tbody tr:nth-child(even) {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .article tbody tr:nth-child(even) {
    margin: 0;
  }
}
.article tbody tr:nth-child(even):last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .article tbody tr {
    padding: 15px;
  }
}
.article tbody td {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--ff-piazzolla);
  text-align: center;
}
@media (max-width: 768px) {
  .article tbody td {
    font-size: 14px;
    line-height: 17px;
    padding: 0;
  }
}
.article tbody td:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 590px) {
  .article tbody td:first-child {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 510px) {
  .article tbody td {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .article .table-1 tr {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px;
  }
  .article .table-1 tr td:first-child {
    grid-column: 1/4;
    margin-bottom: 15px;
  }
}
.article .table-2 tbody tr {
  grid-template: auto/repeat(3, 1fr);
}
@media (max-width: 768px) {
  .article .table-2 tbody tr {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 25px 15px;
  }
}
@media (max-width: 768px) {
  .article .table-2 tbody tr td:first-child {
    grid-column: 1/3;
    margin-bottom: 15px;
  }
}
.article .table-3 tbody tr {
  grid-template: auto/repeat(2, 1fr);
}
@media (max-width: 768px) {
  .article .table-3 tbody tr {
    grid-template-rows: auto;
    grid-template-columns: repeat(1, 1fr);
    padding: 25px 15px;
  }
}
@media (max-width: 768px) {
  .article .table-3 tbody tr td:first-child {
    grid-column: 1/3;
    margin-bottom: 15px;
  }
}

.footer {
  background: #5fe3e6;
  padding: 30px 0;
}
.footer p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
  color: var(--color-footer);
  font-family: var(--ff-piazzolla);
}

.header {
  height: 71px;
}
@media (max-width: 890px) {
  .header {
    height: 73px;
  }
}
@media (max-width: 590px) {
  .header {
    height: 210px;
  }
}
.header-fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  transition: 0.3s ease;
  background: var(--bg-main);
  border-bottom: 1px solid #010101;
}
@media (max-width: 1280px) {
  .header-fixed {
    padding: 16px 15px;
  }
}
@media (max-width: 590px) {
  .header-fixed {
    padding: 0 15px 16px;
    border-bottom: none;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 590px) {
  .header-wrapper {
    flex-direction: column;
  }
}
.header-wrapper .container {
  max-width: 1070px;
  margin: 0 auto;
}
.header-block {
  display: flex;
  align-items: center;
  gap: 64px;
}
.header .burger {
  display: none;
}
@media (max-width: 890px) {
  .header .burger {
    display: flex;
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    background: url(../img/burger.svg) no-repeat center;
  }
  .header .burger.active {
    background: url(../img/closed.svg) no-repeat center;
  }
}
@media (max-width: 590px) {
  .header .burger {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.header-logo {
  cursor: pointer;
  font-family: var(--ff-piazzolla);
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 590px) {
  .header-logo {
    position: absolute;
    top: 30px;
    left: 15px;
  }
}
@media (max-width: 890px) {
  .header .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 110vh;
    z-index: 2;
    overflow-x: hidden;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
    background: var(--bg-main) url(../img/coin-nav.png) no-repeat bottom 10% center;
  }
  .header .nav.open {
    transform: translateX(0);
  }
}
.header .menu {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media (max-width: 890px) {
  .header .menu {
    flex-direction: column;
    gap: 65px;
    align-items: center;
    padding: 116px 24px 0;
  }
}
.header .menu .item {
  line-height: 22px;
  font-weight: 700;
  font-family: var(--ff-piazzolla);
  cursor: pointer;
  text-transform: capitalize;
}
@media (max-width: 890px) {
  .header .menu .item {
    width: 100%;
    max-width: 342px;
    padding: 16px 0;
    text-align: center;
  }
  .header .menu .item:hover {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
  }
}
.header-container {
  display: flex;
  gap: 16px;
}
@media (max-width: 590px) {
  .header-container {
    flex-direction: column;
    margin-top: 101px;
    justify-content: center;
    width: 100%;
  }
}
.header button {
  width: 140px;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--ff-piazzolla);
  line-height: 20px;
  padding: 10px 0;
  background: var(--bg-green);
  border: 1px solid #202226;
  border-radius: 12px;
}
@media (max-width: 590px) {
  .header button {
    width: 100%;
  }
}
.header button:first-child {
  width: 68px;
  background: #202329;
  color: var(--color-primary);
}
@media (max-width: 590px) {
  .header button:first-child {
    width: 100%;
  }
}

.hero {
  padding-top: 24px;
}
@media (max-width: 1280px) {
  .hero {
    padding: 24px 15px 0;
  }
}
@media (max-width: 590px) {
  .hero {
    padding: 18px 15px 0;
  }
}
.hero-block {
  display: inline-block;
  vertical-align: top;
  max-width: 424px;
  width: 100%;
  margin-right: 16px;
}
.hero-block li {
  line-height: 32px;
}
.hero-block li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .hero-block {
    margin-right: 0;
  }
}
@media (max-width: 590px) {
  .hero-block {
    max-width: 100%;
  }
}
.hero ul {
  list-style: disc;
}
.hero ul {
  margin-left: 15px;
  margin-bottom: 16px;
}
.hero p {
  margin-bottom: 16px;
}
.hero p > a {
  color: var(--color-link);
  text-decoration: underline;
}
.hero-text {
  display: inline-block;
  vertical-align: top;
  max-width: 675px;
  width: 100%;
}
@media (max-width: 1280px) {
  .hero-text {
    max-width: 100%;
    display: block;
  }
}
.hero img {
  border-radius: 8px;
}
.hero h1 {
  margin: 31px 0 32px;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
}/*# sourceMappingURL=main.css.map */