  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  cursor: pointer;
  text-decoration: none; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

@font-face {
  font-family: 'PonterAlt';
  src: url("fonts/Ponter Alt/ponteralt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: url("fonts/Bebas/Bebas_Neue_Cyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url("fonts/Helvetica/helveticaneuecyr_roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Ponter Bold';
  src: url("fonts/PonterBold/ponterbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'GrandisExtended';
  src: url("fonts/GrandisExtended/GrandisExtended-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'PonterMC';
  src: url("fonts/PonterMC/pontermc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bickham Script Pro';
  src: url("  fonts/Bickham Script Pro/BickhamScriptPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
:root {
  --base-font-size: clamp(12.80px, 1.60vh, 19.20px);
  --spacing-unit: 1rem; }
  :root html {
    font-size: 100%; }
  :root body {
    font-family: "Inter Tight", sans-serif;
    font-size: var(--base-font-size);
    margin: 0;
    padding: 0; }
  :root .container {
    margin: 0 auto;
    padding: var(--spacing-unit); }
    @media (max-width: 768px) {
      :root .container {
        padding: calc(var(--spacing-unit) / 2); } }
  :root .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-unit); }
    :root .header .header-left {
      flex: 1; }
      :root .header .header-left img {
        max-width: 40%;
        height: auto;
        width: 100%; }
    :root .header .header-right {
      flex: 2;
      text-align: center;
      top: 0;
      padding-right: 6vw; }
      :root .header .header-right h1 {
        font-size: 4vw;
        line-height: 1.2;
        margin: 0;
        text-align: left; }
        @media (max-width: 768px) {
          :root .header .header-right h1 {
            font-size: 1.8rem; } }
      :root .header .header-right .buy-button {
        font-size: 3.5rem;
        line-height: 6.8rem;
        color: #000;
        text-transform: uppercase;
        background-size: cover;
        min-width: 562px; }
  :root .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-unit);
    margin: var(--spacing-unit) 0; }
    :root .section .text-block {
      flex: 1; }
      :root .section .text-block h2 {
        font-size: 2rem;
        line-height: 1.2; }
      :root .section .text-block p {
        font-size: 1rem; }
    :root .section .image-block {
      flex: 1; }
      :root .section .image-block img {
        max-width: 100%;
        height: auto; }
  :root .pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-unit); }
    @media (max-width: 768px) {
      :root .pricing {
        grid-template-columns: 1fr; } }
    :root .pricing .pricing-level {
      padding: var(--spacing-unit);
      background: #000;
      color: #fff;
      border-radius: 10px;
      text-align: center; }
      :root .pricing .pricing-level h3 {
        font-size: 1.5rem;
        margin-bottom: var(--spacing-unit); }
      :root .pricing .pricing-level ul {
        list-style: none;
        padding: 0; }
        :root .pricing .pricing-level ul li {
          margin-bottom: var(--spacing-unit);
          font-size: 1rem; }
      :root .pricing .pricing-level .price {
        font-size: 2rem;
        font-weight: bold;
        color: #FFEECC; }
        @media (max-width: 768px) {
          :root .pricing .pricing-level .price {
            font-size: 1.5rem; } }
      :root .pricing .pricing-level .buy-button {
        margin-top: var(--spacing-unit); }
  :root .offer-section {
    max-width: 1700px; }

body {
  font-family: 'Inter Tight', sans-serif;
  background: #020203;
  margin: 0; }

.section-helm_media {
  display: none; }

.offer-section_wrapper {
  padding-bottom: 10px; }

.general-wrapper {
  margin: 0 auto;
  padding: 0px 6vw;
  box-sizing: border-box;
  width: 100%; }
  .general-wrapper.pricing-wrapper {
    position: relative;
    padding-bottom: 6.00vh;
    background: url(../img/cr.jpg) no-repeat top center; }
    .general-wrapper.pricing-wrapper:before {
      position: absolute;
      height: 23.7vh;
      width: 372px;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      top: -30px;
      background: #000; }

.navigation {
  opacity: 0.9;
  position: fixed;
  top: 0;
  background: #000;
  width: 100%;
  z-index: 13;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out; }
  .navigation .contact-block {
    padding: 7px 0px; }
    .navigation .contact-block .left-section .text-content .title-yellow {
      font-size: clamp(14.4px, 1.8vh, 21.6px);
      line-height: 22.32px; }
  .navigation .contact-block .left-section .text-content h2 {
    font-size: clamp(19.2px, 2.4vh, 28.8px);
    line-height: 3.00vh;
    -webkit-text-stroke: 1px #AD9515; }
  .navigation .contact-block .left-section .image-wrapper img {
    width: 70%;
    margin-left: 0; }
  .navigation .contact-block .left-section .image-wrapper {
    margin-right: 5px; }
  .navigation .contact-block .left-section .text-content .subtitle {
    margin-top: 0; }
  .navigation .general-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navigation .contact-block .left-section .image-wrapper {
    width: auto;
    height: auto; }
  .navigation li {
    display: inline-block;
    font-family: "PonterAlt", sans-serif;
    margin-left: 30px; }
    .navigation li a {
      text-decoration: none;
      font-weight: 400;
      font-size: clamp(16px, 2vh, 24px);
      font-weight: 400;
      color: #fff;
      line-height: 22.8px; }
      .navigation li a:hover {
        color: #999999;
        transition: color 0.3s ease; }

.header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.header {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  margin: 0 auto; }

.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 10;
  pointer-events: none; }

.header-left .header-left_relative {
  position: relative;
  animation: spin 12s linear infinite;
  transform-origin: center;
  width: 200%;
  top: -70px;
  right: -67px;
  max-width: inherit; }

.header-left .header-left_absolute {
  position: absolute;
  z-index: 5; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.header-right {
  z-index: 12;
  color: #ECECEC;
  position: absolute;
  left: 55%; }
  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 5vw; }
  .header-right .header-right_text-up {
    text-align: left;
    font-size: 1.5vw;
    line-height: 2.00vw;
    color: #ECECEC; }
  .header-right .header-right_text-block img {
    right: 25%;
    top: -30px;
    width: 110px;
    height: 3.5vw;
    margin-top: 3px; }
  .header-right .gradient-header {
    font-family: "PonterAlt", sans-serif;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #AD9515 0%, #FFEECC 100%);
    -webkit-background-clip: text;
    color: transparent; }
  .header-right .transparent-text {
    font-size: 9vw;
    line-height: 10vw;
    position: relative;
    color: #AD9515;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4.5px #AD9515;
    overflow: hidden; }
  .header-right .transparent-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: screen; }
  .header-right .header-right_text-after {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FEFEFE; }
  .header-right .font-family_Bebas {
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.8vw;
    text-align: left;
    color: #FEFEFE;
    margin-top: 0.90vh;
    letter-spacing: 2px; }
    .header-right .font-family_Bebas .border {
      display: inline-block;
      border: 1.1px solid #FEFEFE;
      padding: 8px 9px;
      border-radius: 50px;
      margin-right: 11px;
      margin-bottom: 1.00vh; }
  .header-right .font-family_Bickham {
    font-family: "Bickham Script Pro", Arial, sans-serif;
    font-size: 28.59px;
    font-style: italic;
    font-weight: 700;
    line-height: 34.31px;
    text-align: left;
    color: #C70039;
    padding: 0 3px 0 3px; }
  .header-right .highlight {
    color: #FFEECC; }
  .header-right .text-flex {
    display: flex;
    margin-top: 3.5vw; }
    .header-right .text-flex .buy-button {
      font-family: "Ponter Bold", Arial, sans-serif;
      font-size: 17.75px;
      line-height: 20.42px;
      padding: 20px 20px;
      color: #B8860B;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("../img/btn-bay.png") no-repeat;
      min-width: 215px; }
      .header-right .text-flex .buy-button div {
        letter-spacing: -0.02em;
        background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: rgba(0, 0, 0, 0.43);
        text-transform: uppercase; }
    .header-right .text-flex .timer {
      font-family: "Inter Tight", sans-serif;
      font-size: 10px;
      font-weight: 300;
      line-height: 12.1px;
      letter-spacing: -0.02em;
      text-align: left; }
    .header-right .text-flex #countdown {
      font-family: 'PonterAlt', sans-serif;
      font-weight: 400;
      font-size: clamp(38.4px, 4.8vh, 57.6px);
      line-height: 52.8px;
      text-align: left;
      color: #FEFEFE; }
  .header-right .timer-block {
    margin-left: 20px; }

.trading-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 5.00vh; }
  .trading-block .trading-left h2 {
    font-family: "PonterAlt", sans-serif;
    font-weight: 400;
    font-size: 4.7vw;
    line-height: 5.5vw;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(0, 0, 0, 0.43);
    text-transform: uppercase; }
  .trading-block .trading-left .trading-left-text {
    font-family: "PonterAlt", sans-serif;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 1.8vw;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    text-transform: uppercase; }
    .trading-block .trading-left .trading-left-text p:nth-child(1) {
      font-size: 1.5vw;
      line-height: 1.8vw;
      margin-right: 15px;
      font-family: "PonterAlt", sans-serif;
      font-weight: bold;
      letter-spacing: -0.02em;
      text-align: left;
      position: relative;
      color: #AD9515;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1.5px #AD9515;
      display: inline-block;
      overflow: hidden; }
      .trading-block .trading-left .trading-left-text p:nth-child(1)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        mix-blend-mode: screen; }
  .trading-block .trading-left .dots {
    display: flex;
    gap: 8px;
    margin-top: 2.20vh; }
  .trading-block .trading-left .dot {
    width: 10px;
    height: 1.00vh;
    border-radius: 50%;
    background: linear-gradient(180deg, #B8860B, #FFEECC); }
  .trading-block .trading-left .trading-left_text-below {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.2vw;
    line-height: 2.5vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 1.00vh;
    max-width: 33vw; }
  .trading-block .trading-center {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.2vw;
    line-height: 2.5vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 10vw; }
    .trading-block .trading-center span {
      color: #C70039; }
  .trading-block .trading-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .trading-block .trading-right .progress-container {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .trading-block .trading-right .progress {
      width: 445.32px;
      height: 57.92px;
      background: #1B1B1C;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
      .trading-block .trading-right .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: #FFEECC;
        border-radius: 20px;
        animation: slideOverlay 2s linear infinite; }
      .trading-block .trading-right .progress .progress-bar-striped {
        background-image: linear-gradient(-45deg, #FFEECC 25%, #1B1B1C 25%, #1B1B1C 50%, #FFEECC 50%, #FFEECC 75%, #1B1B1C 75%, #1B1B1C);
        background-size: 20px 20px; }
@keyframes slideOverlay {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
    .trading-block .trading-right .progress-stripe {
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 0.10vh;
      background-color: #ECECEC; }
    .trading-block .trading-right .grid-container {
      display: grid; }
      .trading-block .trading-right .grid-container img {
        margin-bottom: 0.50vh; }
    .trading-block .trading-right .progress-labels {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-top: 0.50vh;
      color: #C70039;
      font-size: 1vw;
      opacity: 0.7;
      font-weight: bold;
      font-family: "PonterAlt", sans-serif; }
      .trading-block .trading-right .progress-labels .label-0,
      .trading-block .trading-right .progress-labels .label-50 {
        color: rgba(255, 255, 255, 0.5); }
      .trading-block .trading-right .progress-labels .label-90 {
        background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
    .trading-block .trading-right .progress-description {
      font-family: "Inter Tight", sans-serif;
      font-size: 1.2vw;
      line-height: 2.5vw;
      line-height: 58.36px;
      letter-spacing: -0.02em;
      text-align: left;
      color: #FFFFFF;
      margin-top: 1vw; }

.crypto-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  padding-top: 6.00vw;
  margin: 0 auto; }
  .crypto-section .line-top, .crypto-section .line-middle, .crypto-section .line-bottom {
    width: 100%; }
  .crypto-section .line-bottom {
    position: relative; }
    .crypto-section .line-bottom .diamond {
      position: absolute;
      left: 16%;
      top: 35px; }
  .crypto-section .line-top {
    display: flex;
    justify-content: space-between;
    color: #ECECEC;
    font-family: "PonterAlt", sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 6.3vw;
    letter-spacing: 2%;
    text-transform: uppercase; }
  .crypto-section .line-middle {
    font-family: "PonterAlt", sans-serif;
    font-size: clamp(51.2px, 6.4vh, 76.8px);
    font-weight: 400;
    line-height: 76.8px;
    letter-spacing: 0.02em;
    text-align: right;
    margin-right: 10%; }
  .crypto-section .title-large.outline {
    color: transparent;
    -webkit-text-stroke: 1px #FFFFFF;
    font-size: 6vw;
    font-weight: 400;
    line-height: 6.3vw; }
  .crypto-section .text-gradient {
    font-family: "PonterAlt", sans-serif;
    margin-top: 2.5vh;
    position: relative;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 2.6vw;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #2D2A2A 0%, #ECECEC 50%, #ECECEC 50%, #2D2A2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .crypto-section .title-huge {
    font-family: "PonterAlt", sans-serif;
    font-size: clamp(76.8px, 9.6vh, 115.2px);
    font-weight: 400;
    line-height: 115.2px;
    text-transform: uppercase;
    margin: 0; }
  .crypto-section .highlight {
    background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6vw;
    font-weight: 400;
    line-height: 6.3vw; }
  .crypto-section .title-medium {
    font-family: "PonterAlt", sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 6.3vw;
    letter-spacing: 0.02em;
    text-align: left;
    color: #ECECEC;
    margin-top: 3.00vw;
    margin-bottom: 6.00vw; }

.section-helm {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .section-helm .title-section {
    font-family: "PonterAlt", sans-serif;
    font-size: 2vw;
    line-height: 2.50vw;
    font-weight: 400;
    margin-bottom: 2.00vw;
    color: #fff;
    max-width: 33vw;
    position: relative;
    z-index: 4; }
  .section-helm .section-card {
    font-family: "Inter Tight", sans-serif;
    padding: 1vw;
    border-radius: 10px;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
    max-width: 33vw; }
    .section-helm .section-card.red {
      color: #fff;
      background: #C70039;
      position: relative;
      z-index: 2; }
    .section-helm .section-card.yellow {
      color: #020203;
      background: linear-gradient(90deg, #B8860B 4.29%, #FFEECC 97.5%);
      position: relative;
      z-index: 3; }
    .section-helm .section-card.black {
      color: #fff;
      margin-bottom: 2vw;
      margin-top: 2vw;
      background: linear-gradient(180deg, #525252 -61.82%, #000000 100%); }
  .section-helm .left-section .red {
    margin-bottom: 3vw; }
  .section-helm .central-section {
    width: 33vw; }
    .section-helm .central-section img {
      width: 100%;
      position: relative;
      z-index: 2;
      max-width: 95vw; }
    .section-helm .central-section .animation {
      animation: spin 12s linear infinite;
      position: absolute;
      z-index: 1;
      left: 39%;
      top: 55px;
      width: 20%; }
  .section-helm .right-section {
    margin-left: -55px;
    padding-top: 5vw; }
    .section-helm .right-section .red {
      position: relative;
      z-index: 1; }

.info-block {
  padding: 2vw;
  background-color: #ECECEC;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  margin-top: -1vw; }
  .info-block .info-header {
    color: #747474;
    text-align: center;
    margin-bottom: 2vw;
    font-family: "PonterAlt", sans-serif;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.5vw;
    letter-spacing: 0.02em; }
    .info-block .info-header span {
      color: #C70039; }
  .info-block .info-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center; }
    .info-block .info-content .left-text {
      position: relative; }
      .info-block .info-content .left-text .number {
        font-family: "PonterAlt", sans-serif;
        font-size: 8vw;
        font-weight: 400;
        color: #747474;
        opacity: 0.11;
        position: absolute;
        top: -30px;
        left: -40px;
        line-height: 1;
        pointer-events: none; }
      .info-block .info-content .left-text p {
        font-family: "Inter Tight", sans-serif;
        margin-top: 1vw;
        font-size: 1.5vw;
        color: #020203;
        font-weight: 500;
        line-height: 2.2vw;
        letter-spacing: -0.02em;
        text-align: left;
        max-width: 25vw; }
        .info-block .info-content .left-text p span {
          font-weight: 700; }
    .info-block .info-content .right-text {
      display: flex;
      justify-content: space-between; }
      .info-block .info-content .right-text h2 {
        font-family: "PonterAlt", sans-serif;
        font-size: 8vw;
        font-weight: 400;
        line-height: 8.1vw;
        color: transparent;
        background: linear-gradient(180deg, #61001C 0%, #C70039 100%);
        -webkit-background-clip: text;
        background-clip: text;
        margin: 0;
        text-align: center;
        letter-spacing: 0.02em;
        padding: 0 2.5vw; }
      .info-block .info-content .right-text p {
        color: #020203;
        font-family: "Inter Tight", sans-serif;
        font-weight: 500;
        letter-spacing: -0.02em;
        text-align: left;
        text-transform: uppercase;
        margin-top: 1vw;
        font-size: 1.5vw;
        line-height: 2.2vw;
        max-width: 25vw; }
        .info-block .info-content .right-text p span {
          font-weight: bold;
          text-transform: lowercase; }

.additional-info-block {
  height: 11.40vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.00vh;
  padding: 100px 30px;
  background-color: #000000;
  border-radius: 20px;
  position: relative; }
  .additional-info-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, #525252, #000000);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none; }
  .additional-info-block .info-item-h2 {
    font-family: "PonterAlt", sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 2.7vw;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF; }
  .additional-info-block .info-item {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 2vw;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ECECEC;
    max-width: 25vw; }

.title-block {
  font-family: "PonterAlt", sans-serif;
  margin-top: 8vw;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
  color: #AD9515;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #AD9515;
  display: inline-block;
  overflow: hidden; }
  .title-block.pricing-title {
    display: block;
    text-align: center; }
  .title-block .highlight {
    font-family: "PonterAlt", sans-serif;
    margin-top: 8vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 5.5vw;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .title-block .secondary {
    margin-top: 1vw;
    display: block;
    text-align: center;
    line-height: 4.50vw;
    font-size: 2vw; }

.marquee {
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  white-space: nowrap;
  font-family: "Helvetica Neue Cyr", Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ECECEC;
  margin-top: 2.00vw; }

.marquee__inner {
  display: flex;
  animation: marquee 20s linear infinite; }

.marquee__inner span {
  padding: 0 5px;
  white-space: nowrap; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.slider-container .slide {
  padding: 10px;
  box-sizing: border-box;
  margin-top: 5.00vh; }

.slider-container img {
  width: 100%;
  height: auto;
  border-radius: 14px; }

.highlight-bar {
  font-family: "PonterAlt", sans-serif;
  margin-top: 10.00vh;
  height: 10.60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(90deg, #61001C 0%, #C70039 100%);
  color: #FFFFFF;
  padding: 80px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 2.3vw;
  letter-spacing: -0.02em; }

.block-container {
  position: relative;
  padding: 20px;
  margin-top: 8vw;
  margin-bottom: 3vw;
  color: #ffffff;
  border-radius: 20px;
  background-color: #000000; }
  .block-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, #525252, #000000);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none; }
  .block-container .block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Helvetica Neue Cyr", Arial, sans-serif;
    margin-bottom: 3.00vh; }
    .block-container .block-header .flex-block {
      display: flex;
      justify-content: space-between; }
    .block-container .block-header .block-title {
      font-family: "Ponter Bold", Arial, sans-serif;
      font-size: 2vw;
      font-weight: 400;
      line-height: 3vw;
      letter-spacing: 0.02em;
      color: #747474; }
    .block-container .block-header .block-subtitle {
      margin-left: 10px;
      font-family: "Ponter Bold", Arial, sans-serif;
      font-size: 2vw;
      font-weight: 400;
      line-height: 3vw;
      letter-spacing: 0.02em;
      text-align: left;
      text-transform: uppercase;
      background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      max-width: 600px; }
    .block-container .block-header .toggle-button {
      font-family: "GrandisExtended", sans-serif;
      background: linear-gradient(90deg, #61001C 0%, #C70039 100%);
      color: #FFFFFF;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
      outline: none;
      font-size: 1.5vw;
      line-height: 2vw;
      padding: 20px 20px; }
  .block-container .block-content {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    border-radius: inherit;
    position: relative;
    z-index: 1;
    margin-top: 2vw;
    display: none;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8vw; }
    .block-container .block-content .lesson {
      margin-bottom: 2vw; }
      .block-container .block-content .lesson ol {
        padding-left: 1.5vw;
        list-style-type: decimal; }
        .block-container .block-content .lesson ol li {
          margin-bottom: 0.50vw; }

.offer-section_wrapper {
  position: relative;
  margin: 0 auto; }
  .offer-section_wrapper .offer-section_bg-left {
    position: absolute;
    z-index: 1; }
  .offer-section_wrapper .offer-section_bg-right {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -7%; }

.offer-section {
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(148.56deg, #61001C 22.59%, #C70039 96.52%);
  padding: 88px 48px;
  color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  margin-top: 12.00vh;
  position: relative;
  z-index: 2; }
  .offer-section .offer-section_above {
    top: -33px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .offer-section h2 {
    margin-bottom: 2.00vh;
    font-family: "PonterAlt", sans-serif;
    font-size: clamp(51.2px, 6.4vh, 76.8px);
    font-weight: 400;
    line-height: 76.8px;
    letter-spacing: 0.02em;
    text-align: left; }
  .offer-section .offer-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.00vh; }
    .offer-section .offer-content .offer-list {
      display: flex;
      gap: 40px;
      z-index: 2; }
      .offer-section .offer-content .offer-list ul {
        list-style-type: none;
        padding: 0; }
        .offer-section .offer-content .offer-list ul li {
          position: relative;
          padding-left: 30px;
          margin-bottom: 1.00vh;
          max-width: 568px;
          font-family: "Inter Tight", sans-serif;
          font-size: clamp(21.6px, 2.7vh, 32.4px);
          font-weight: 500;
          line-height: 35.36px;
          letter-spacing: -0.02em;
          text-align: left; }
          .offer-section .offer-content .offer-list ul li .icon {
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 2.00vh;
            margin-right: 25px; }
    .offer-section .offer-content .offer-image img {
      max-width: 100%;
      border-radius: 10px;
      position: absolute;
      left: 59%;
      max-height: 50.00vh;
      top: 74%;
      z-index: 1; }
  .offer-section .buy-button {
    font-family: "Ponter Bold", Arial, sans-serif;
    padding: 20px 20px;
    align-items: center;
    justify-content: center;
    background: url(../img/btn-bay.png) no-repeat;
    display: table;
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    line-height: 4.8rem;
    color: #000;
    text-transform: uppercase;
    background-size: cover;
    min-width: 445px; }
    .offer-section .buy-button div {
      letter-spacing: -0.02em;
      background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: rgba(0, 0, 0, 0.43);
      text-transform: uppercase; }

#programa .title-block {
  display: block;
  text-align: center; }

.pricing-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17.00vh;
  margin-bottom: 6.00vh; }
  .pricing-container .pricing-level {
    background: linear-gradient(180deg, #525252 -61.82%, #000000 100%);
    color: #fff;
    border-radius: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .pricing-container .pricing-level:nth-child(3) {
      background: linear-gradient(90deg, #B8860B 4.29%, #FFEECC 97.5%); }
      .pricing-container .pricing-level:nth-child(3) li:before {
        background-image: url("../img/pricing-check_black.svg") !important; }
    .pricing-container .pricing-level .pricing-level_img {
      position: absolute;
      top: -34px;
      width: 50%; }
    .pricing-container .pricing-level .pricing-level_h3 {
      position: absolute;
      font-family: "PonterAlt", sans-serif;
      letter-spacing: 0.02em;
      text-align: center;
      color: #747474;
      top: -13px;
      font-size: clamp(19.2px, 2.4vh, 28.8px);
      font-weight: 400;
      line-height: 30.2px; }
    .pricing-container .pricing-level .level-header {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 1.50vh;
      text-transform: uppercase; }
    .pricing-container .pricing-level .features-list {
      padding: 20px;
      list-style: none;
      margin-top: 6.00vh;
      margin-bottom: 7.00vh; }
      .pricing-container .pricing-level .features-list li {
        margin-bottom: 1.00vh;
        position: relative;
        padding-left: 45px;
        font-family: "Inter Tight", sans-serif;
        letter-spacing: -0.02em;
        text-align: left;
        font-size: clamp(24px, 3vh, 36px);
        font-weight: 500;
        line-height: 45.73px; }
        .pricing-container .pricing-level .features-list li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 40px;
          height: 4.00vh;
          background-image: url("../img/pricing-check.svg");
          background-size: contain;
          background-repeat: no-repeat; }
        .pricing-container .pricing-level .features-list li span {
          color: #747474; }
        .pricing-container .pricing-level .features-list li .li-bg {
          background: linear-gradient(148.56deg, #61001C 22.59%, #C70039 96.52%);
          border-radius: 50px;
          color: #FFFFFF;
          text-transform: uppercase;
          padding: 4px 8px; }
    .pricing-container .pricing-level .highlighted-feature {
      background: linear-gradient(90deg, #61001C 0%, #C70039 100%);
      color: #FFFFFF;
      padding: 10px;
      border-radius: 8px;
      position: relative; }
      .pricing-container .pricing-level .highlighted-feature:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: 2px solid #C70039;
        border-radius: 10px;
        z-index: -1; }
      .pricing-container .pricing-level .highlighted-feature .highlighted-feature_white {
        color: #FFFFFF; }
      .pricing-container .pricing-level .highlighted-feature .color-pink {
        color: #C70039;
        font-weight: 700; }
      .pricing-container .pricing-level .highlighted-feature .highlighted-feature_black {
        color: #020203; }
    .pricing-container .pricing-level .highlighted-yellow {
      background: #FFFFFF; }
    .pricing-container .pricing-level .price-section {
      font-size: 1.5vw;
      font-weight: bold;
      text-align: center;
      position: relative;
      width: 100%; }
      .pricing-container .pricing-level .price-section .price-label {
        font-size: clamp(14.4px, 1.8vh, 21.6px);
        position: relative;
        display: block;
        text-align: right;
        padding-right: 20px;
        z-index: 2;
        margin-top: 8vh; }
      .pricing-container .pricing-level .price-section .currency-symbol {
        font-size: clamp(19.2px, 2.4vh, 28.8px); }
      .pricing-container .pricing-level .price-section img {
        position: absolute;
        width: 100%;
        height: 34.50vh;
        left: 0;
        z-index: 1; }
      .pricing-container .pricing-level .price-section .old-price {
        color: #ecececa3;
        font-size: clamp(40px, 5vh, 60px);
        position: absolute;
        display: block;
        bottom: 0px;
        left: 20px;
        z-index: 2; }
        .pricing-container .pricing-level .price-section .old-price:before {
          content: "";
          display: block;
          position: absolute;
          top: 22px;
          height: 0.30vh;
          width: 120px;
          background: #C60303;
          transform: rotate(155deg); }
      .pricing-container .pricing-level .price-section .label {
        display: block;
        font-size: clamp(9.6px, 1.2vh, 14.4px);
        color: #ECECEC;
        position: relative;
        z-index: 2;
        margin-top: 5.00vh; }
      .pricing-container .pricing-level .price-section .new-price {
        color: #ECECEC;
        font-family: "Ponter Bold", Arial, sans-serif;
        text-align: right;
        padding-right: 20px;
        position: relative;
        z-index: 2;
        display: block;
        margin-left: 75px;
        font-size: clamp(56px, 7vh, 84px);
        line-height: 7.20vh;
        letter-spacing: -0.02em;
        margin-top: 1vh; }
      .pricing-container .pricing-level .price-section .price-label-container {
        margin-top: 65px; }
    .pricing-container .pricing-level .buy-button {
      font-family: "Ponter Bold", Arial, sans-serif;
      padding: 20px 20px;
      color: #B8860B;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../img/btn-bay.png) no-repeat;
      z-index: 3;
      margin-top: 2.40vh;
      font-size: 2.5rem;
      line-height: 4.8rem;
      color: #000;
      text-transform: uppercase;
      background-size: cover;
      min-width: 445px; }
      .pricing-container .pricing-level .buy-button.gold {
        background: url(../img/gold-btn.png) no-repeat;
        font-size: 2.5rem;
        line-height: 4.8rem;
        color: #000;
        text-transform: uppercase;
        background-size: cover;
        min-width: 445px;
        padding: 60px; }
      .pricing-container .pricing-level .buy-button div {
        letter-spacing: -0.02em;
        background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: rgba(0, 0, 0, 0.43);
        text-transform: uppercase; }
  .pricing-container .third-column .old-price:before {
    background: #fff !important; }
  .pricing-container .third-column .color-pink {
    color: #C70039;
    font-weight: 700; }
  .pricing-container .third-column li {
    color: #020203; }
    .pricing-container .third-column li:before {
      background-image: url("/img/pricing-check_black.svg"); }
  .pricing-container .gold-block {
    background: linear-gradient(90deg, #B8860B 4.29%, #FFEECC 97.5%); }

.faq-section {
  font-family: "Inter Tight", sans-serif;
  margin-top: 10vw;
  margin-bottom: 8vw;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2vw;
  letter-spacing: -0.02em;
  text-align: left; }

.faq-item {
  padding: 10px 0; }

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.faq-toggle {
  background-color: #C70039;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s; }

.faq-toggle:hover {
  background-color: #90002A; }

.faq-answer {
  display: none;
  color: #999999;
  width: 80%;
  line-height: 3.5vw;
  padding: 1vw 0;
  font-size: 1.7vw; }

.contact-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff; }
  .contact-block .left-section {
    width: 100%;
    display: flex;
    align-items: center; }
    .contact-block .left-section .footer_question {
      width: 20vw;
      margin-left: auto;
      font-family: "PonterAlt", sans-serif;
      font-size: 1.5vw;
      font-weight: 400;
      line-height: 1.7vw;
      letter-spacing: -0.02em; }
    .contact-block .left-section .image-wrapper {
      width: 120px;
      height: 12.00vh;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 20px;
      background-size: cover; }
      .contact-block .left-section .image-wrapper img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .contact-block .left-section .text-content h2 {
      margin: 0;
      position: relative;
      color: #AD9515;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1.5px #AD9515;
      display: inline-block;
      overflow: hidden;
      font-family: "PonterAlt", sans-serif;
      font-size: 3vw;
      font-weight: 400;
      line-height: 3.3vw;
      letter-spacing: 0.02em;
      text-align: left; }
    .contact-block .left-section .text-content .title-yellow {
      font-family: "PonterAlt", sans-serif;
      font-size: 1vw;
      line-height: 1.5vw;
      letter-spacing: 0.02em;
      background: linear-gradient(90deg, #AD9515 0%, #FFEECC 100%);
      -webkit-background-clip: text;
      color: transparent; }
    .contact-block .left-section .text-content .subtitle {
      font-family: "Bebas Neue Cyrillic", sans-serif;
      color: #fff;
      margin-top: 0.5vw;
      font-size: 1.5vw;
      font-weight: 400;
      line-height: 1.6vw;
      letter-spacing: 0.02em;
      text-align: left; }
      .contact-block .left-section .text-content .subtitle .border {
        display: inline-block;
        border: 1.1px solid #FEFEFE;
        padding: 8px 9px;
        border-radius: 50px;
        margin-right: 11px; }
      .contact-block .left-section .text-content .subtitle .font-family_Bickham {
        font-family: "Bickham Script Pro", Arial, sans-serif;
        font-size: 28.59px;
        font-style: italic;
        font-weight: 700;
        line-height: 34.31px;
        text-align: left;
        color: #C70039;
        padding: 0 3px 0 3px; }
  .contact-block .right-section {
    font-family: "PonterAlt", sans-serif;
    font-size: clamp(29.6px, 3.7vh, 44.4px);
    font-weight: 400;
    line-height: 50.8px;
    letter-spacing: -0.02em;
    text-align: left; }

.contact-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center; }
  .contact-links h3 {
    font-size: clamp(14.4px, 1.8vh, 21.6px);
    font-weight: bold;
    margin-bottom: 1.00vh; }
  .contact-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 20vw; }
    .contact-links ul li {
      font-size: 2vw;
      line-height: 2.3vw;
      margin-bottom: 0.50vw; }
      .contact-links ul li a {
        text-decoration: none;
        color: #999999; }
        .contact-links ul li a:hover {
          color: #FFFFFF;
          transition: color 0.3s ease; }

.review-section {
  width: 100%;
  display: flex;
  font-family: "PonterAlt", sans-serif; }
  .review-section .slider-review-container {
    padding: 0 15px;
    width: 50%; }
    .review-section .slider-review-container .slick-dots li button:before {
      color: #D9D9D9;
      font-size: clamp(8px, 1vh, 12px);
      opacity: 1; }
    .review-section .slider-review-container .slick-active button:before {
      color: #C70039 !important;
      font-size: clamp(8px, 1vh, 12px); }
  .review-section .description {
    width: 50%; }
    .review-section .description .title-sectiom {
      font-size: clamp(51.2px, 6.4vh, 76.8px);
      line-height: 6.40vh;
      margin-bottom: 2.00vh;
      color: #fff;
      max-width: 400px; }
    .review-section .description .subtitle {
      font-size: clamp(19.2px, 2.4vh, 28.8px);
      background: linear-gradient(148.56deg, #61001C 22.59%, #C70039 96.52%);
      display: inline-block;
      border-radius: 6px;
      text-transform: lowercase;
      margin-bottom: 2.30vh;
      padding: 11px;
      color: #fff; }
    .review-section .description .result-title {
      font-size: clamp(51.2px, 6.4vh, 76.8px);
      margin-bottom: 2.30vh;
      color: #747474; }
    .review-section .description .result {
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 0;
      background: linear-gradient(90deg, #B8860B 0%, #FFEECC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .review-section .description .result .final {
        display: inline-block;
        font-family: "PonterAlt", sans-serif;
        font-size: clamp(68px, 8.5vh, 102px); }
      .review-section .description .result .final-desc {
        display: inline-block;
        color: #fff; }
        .review-section .description .result .final-desc .lite-color {
          color: #fff;
          background: none; }

.footer {
  padding: 20px 0px;
  color: #999999;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.8vw;
  letter-spacing: -0.02em;
  text-align: left; }
  .footer .footer-content {
    display: flex;
    justify-content: flex-start;
    width: 100%; }
    .footer .footer-content .footer-left {
      width: 42%; }
    .footer .footer-content .footer-left .footer-left_a {
      display: none;
      padding-top: 2.00vh;
      color: #999999;
      font-family: "Inter Tight", sans-serif;
      font-size: clamp(8px, 1vh, 12px);
      font-weight: 600;
      line-height: 12.1px;
      letter-spacing: -0.02em; }
    .footer .footer-content .footer-reserved {
      font-weight: 400;
      margin-top: 2.00vh;
      margin-bottom: 2.00vh; }
  .footer .footer-new {
    font-family: "Inter Tight", sans-serif;
    display: flex;
    justify-content: space-between;
    margin-top: 4.00vw;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.8vw; }
    .footer .footer-new .footer_new-documents {
      font-weight: 400;
      margin-bottom: 4.00vh; }
      .footer .footer-new .footer_new-documents a {
        text-decoration: none;
        color: #999999; }
        .footer .footer-new .footer_new-documents a:hover {
          color: #FFFFFF;
          transition: color 0.3s ease; }

.next page {
  margin: 15px; }

:root .header {
  margin-top: 5.00vh; }

.header-right .header-right_text-block {
  margin-top: 0; }

@media (max-width: 1920px) {
  .offer-section_wrapper {
    padding: 0 20px; }

  .general-wrapper {
    padding: 0px 40px; }

  :root .header {
    margin-top: 1.00vh; }

  :root .header .header-right .buy-button {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #000;
    text-transform: uppercase;
    background-size: cover;
    min-width: 260px; }

  .pricing-container .pricing-level .buy-button {
    font-size: 17.75px;
    line-height: 20.42px;
    padding: 20px 20px;
    color: #B8860B;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/btn-bay.png) no-repeat;
    min-width: 215px;
    z-index: 3;
    margin-top: 2.40vh; }

  .pricing-container .pricing-level .buy-button.gold {
    font-size: 17.75px;
    line-height: 20.42px;
    padding: 29px 20px;
    color: #B8860B;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    z-index: 3;
    margin-top: 2.40vh; }

  .progress {
    width: 347.32px;
    height: 39.92px; }

  .crypto-section {
    max-width: 1920px; }

  .header-wrapper {
    max-width: 1920px; }

  .general-wrapper {
    max-width: 1920px; }

  .trading-block {
    max-width: 1920px; }

  .header-right {
    left: 48%; }

  :root .header {
    margin-top: 0px; }

  .header-right .header-right_text-block {
    margin-top: 0px; } }
@media (max-width: 1920px) {
  :root .header .header-left img {
    max-width: 50%; }

  .contact-links {
    margin-right: 0; }

  .navigation .contact-block .left-section .text-content .title-yellow {
    font-size: 24px;
    line-height: 28.32px; }

  .navigation .contact-block .left-section .text-content .subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 34.59px; }

  .navigation li a {
    font-size: 24px;
    line-height: 28.8px; }

  .pricing-container .pricing-level .pricing-level_img {
    top: -33px;
    width: 55%; }

  .pricing-container .pricing-level .pricing-level_h3 {
    font-size: 20px; }

  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 13vw;
    margin-left: 2vw; }

  .mobile-res {
    margin-left: 2vw; }

  :root .offer-section {
    max-width: 940px; }

  .offer-section .offer-content .offer-image img {
    max-width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 26%;
    max-height: 500px;
    top: 79%;
    z-index: 1; } }
@media (max-width: 1680px) {
  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 9vw; } }
@media (max-width: 1600px) {
  .trading-block .trading-left .trading-left-text {
    font-size: 24px;
    line-height: 45.8px; }

  .offer-section .offer-content .offer-image img {
    top: 69%; }

  .header-right .header-right_text-up {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    max-width: 465px;
    margin-top: 5vw; }

  .header-right .header-right_text-block img {
    position: static;
    display: inline-block;
    right: 33%;
    width: 63px;
    height: 43px;
    top: -10px; }

  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 12vw; }

  .header-right .header-right_text-after {
    font-size: 16px; }

  .header-right .font-family_Bebas {
    font-size: 20px;
    line-height: 22px; }

  .header-right .transparent-text {
    font-size: 128px; }

  :root .header .header-right h1 {
    font-size: 3.5rem; }

  img.header-left_relative {
    max-width: none;
    max-height: none;
    width: 200%;
    height: auto; }

  .header-left .header-left_relative {
    width: 300%;
    max-width: none;
    height: auto;
    right: auto; }

  .trading-block .trading-left h2 {
    font-size: 64px;
    line-height: 80.8px; }

  .trading-block .trading-left .trading-left-text {
    font-size: 24px; }

  .trading-block .trading-left .trading-left-text p:nth-child(1) {
    font-size: 24px;
    line-height: 45.8px; }

  .trading-block .trading-left .trading-left_text-below {
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    text-align: left;
    max-width: 367px; }

  .crypto-section .title-medium {
    margin-bottom: 5px; }

  .trading-block .trading-center {
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 172px; }

  .trading-block .trading-right .progress-description {
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    margin-top: 35px; }

  .section-helm .title-section {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    max-width: 20vw; }

  .section-helm .left-section .red {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    padding: 24px;
    max-width: 320px; }

  .section-helm .section-card.yellow {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    padding: 24px;
    max-width: 320px; }

  .section-helm .section-card.black {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    padding: 24px;
    max-width: 302px; }

  .section-helm .right-section .red {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    max-width: 302px; }

  .section-helm .central-section .animation {
    width: 30%; }

  .info-block .info-header {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.02em; }

  .info-block .info-content .left-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    max-width: 320px; }

  .info-block .info-content .right-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    padding-top: 40px; }

  .info-block .info-content .right-text h2 {
    font-size: 128px;
    font-weight: 400;
    line-height: 153.6px;
    letter-spacing: 0.02em; }

  .additional-info-block .info-item-h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em; }

  .additional-info-block .info-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.36px;
    letter-spacing: -0.02em; }

  .title-block .highlight {
    font-size: 64px;
    line-height: 74px; }

  .title-block {
    line-height: 74px;
    font-size: 64px; }

  .marquee {
    font-size: 24px;
    line-height: 34px; }

  .highlight-bar {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    padding: 40px 20px; }

  .block-container .block-header .block-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34.01px; }

  .block-container .block-header .block-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; }

  .block-container .block-header .toggle-button {
    font-size: 18px;
    line-height: 34px;
    padding: 20px 25px; }

  .block-container .block-content {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em; }

  .offer-section .offer-content .offer-list ul li {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em; }

  .pricing-container .pricing-level .pricing-level_img {
    top: -27px; }

  .pricing-container .pricing-level .features-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }

  .pricing-container .pricing-level .price-section .new-price {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em; }

  .pricing-container .pricing-level .price-section .price-label {
    font-size: 12px; }

  .pricing-container .pricing-level .price-section .old-price {
    font-size: 30px; }

  .pricing-container .pricing-level .price-section .old-price:before {
    top: 15px;
    height: 3px;
    width: 80px; }

  .faq-section {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-top: 175px; }

  .faq-toggle {
    width: 40px;
    height: 40px;
    font-size: 25px; }

  .contact-block .left-section .text-content h2 {
    font-size: 43.87px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.02em; }

  .contact-block .left-section .text-content .title-yellow {
    font-size: 21.93px;
    font-weight: 400;
    line-height: 26.32px;
    letter-spacing: 0.02em; }

  .contact-block .left-section .text-content .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.03em; }

  .contact-block .right-section {
    font-size: 25px;
    line-height: 35.8px; }

  .footer {
    font-size: 18px;
    line-height: 22.1px; }

  .footer .footer-new {
    font-size: 18px;
    line-height: 24.1px; }

  .navigation .contact-block .left-section .text-content h2 {
    font-size: 20px;
    line-height: 24px; }

  .navigation .contact-block .left-section .text-content .title-yellow {
    font-size: 16px;
    line-height: 19.32px; }

  .navigation .contact-block .left-section .image-wrapper img {
    margin-top: 3px;
    width: 65%; }

  .navigation .contact-block .left-section .image-wrapper {
    margin-right: -10px; }

  .navigation .contact-block .left-section .text-content .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.59px; }

  .navigation li a {
    font-size: 18px;
    line-height: 20.8px; } }
@media (max-width: 1440px) {
  .mobile-res {
    margin-left: 0; }

  :root .header .header-left img {
    max-width: 40%; }

  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 6vw;
    margin-left: 0; }

  .header-right .header-right_text-up {
    margin-top: 4vw; }

  .offer-section .offer-content .offer-image img {
    max-width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 22%;
    max-height: 500px;
    top: 67%;
    z-index: 1; }

  .footer .footer-content .footer-left {
    width: 41%; }

  .pricing-container .pricing-level .pricing-level_img {
    top: -25px; }

  .additional-info-block .info-item-h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: -0.02em; }

  .additional-info-block .info-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: -0.02em; } }
@media (max-width: 1280px) {
  .header-right .header-right_text-up {
    margin-top: 0vw; }

  .header-right .header-right_text-block {
    margin-top: 3vw; }

  .header-right .header-right_text-block {
    position: relative;
    margin-bottom: 8vw; }

  .offer-section .buy-button {
    font-size: 2rem;
    line-height: 4rem;
    min-width: 395px; }

  .offer-section .offer-content .offer-image img {
    top: 65%; } }
@media (max-width: 1240px) {
  .header-right .header-right_text-block {
    margin-top: 1vw; }

  .trading-block .trading-left .trading-left-text p:nth-child(1) {
    line-height: 30px; }

  .trading-block .trading-left .trading-left-text {
    line-height: 30px; }

  .footer .footer-content .footer-left {
    width: 40%; }

  .header-right .transparent-text {
    font-size: 80px;
    line-height: 100px; }

  .header-right .header-right_text-block {
    margin-bottom: 8vw; }

  :root .header .header-right h1 {
    font-size: 3rem; }

  .pricing-container .pricing-level .pricing-level_img {
    top: -24px; }

  :root .header .header-right .buy-button {
    font-size: 1rem;
    line-height: 1rem;
    min-width: 210px;
    background-size: contain; }

  .crypto-section .line-bottom .diamond {
    max-width: 10vw; } }
@media (max-width: 1024px) {
  .pricing-container .pricing-level .price-section img {
    height: 30.50vw; }

  .offer-section .buy-button {
    padding: 10px 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    min-width: 245px; }

  .section-helm .title-section {
    max-width: 100%; }

  .section-helm .central-section img {
    max-width: 48vw; }

  .header-right .header-right_text-block {
    margin-bottom: 8vw; }

  :root .header .header-right {
    top: 1vw; }

  .navigation .contact-block .left-section .image-wrapper img {
    width: 100%;
    width: 35px !important;
    height: 35px !important;
    margin-top: 0; }

  .navigation .contact-block .left-section .image-wrapper {
    margin-right: 10px; }

  .block-container {
    margin-top: 40px; }

  .footer .footer-content .footer-left {
    width: 36%; }

  .header-right .header-right_text-up {
    font-size: 16px;
    line-height: 20px;
    max-width: 366px; }

  .header-right .font-family_Bebas {
    font-size: 14px;
    line-height: 16px; }

  .header-wrapper {
    min-height: 100vh; }

  .offer-section {
    max-width: 1015px; }

  .offer-section .offer-content .offer-image img {
    left: 23%;
    top: 57%; }

  .faq-section {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.36px;
    letter-spacing: -0.02em;
    margin-top: 100px; }

  .faq-answer {
    line-height: 18px;
    padding: 10px 0;
    font-size: 16px; }

  .pricing-container .pricing-level .pricing-level_img {
    top: -14px; }

  .pricing-container .pricing-level .pricing-level_h3 {
    font-size: 14px;
    line-height: 16px; }

  .header-right {
    margin-top: 5px; }

  .header-right .header-right_text-after {
    font-size: 16px; }

  .header-right .transparent-text {
    font-size: 60px; }

  :root .header .header-right h1 {
    font-size: 2rem; }

  .section-helm {
    display: block; }

  .section-helm .section-card {
    max-width: 100% !important; }

  .section-helm .central-section {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center; }

  .section-helm {
    padding-bottom: 50vw;
    padding-top: 70px; }

  .section-helm .right-section {
    margin-left: 0;
    padding-top: 0; }

  .section-helm .section-card.black {
    margin-top: 32px; }

  .contact-block .left-section .text-content h2 {
    font-size: 37.87px;
    line-height: 47.64px; }

  .contact-block .left-section .text-content .subtitle {
    font-size: 14px;
    line-height: 16px; }

  .contact-block .right-section {
    font-size: 20px;
    line-height: 28.8px; }

  .block-container .block-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.73px;
    letter-spacing: -0.02em; }

  .navigation .contact-block .left-section .text-content h2 {
    font-size: 16px;
    line-height: 20px; }

  .navigation .contact-block .left-section .text-content .title-yellow {
    font-size: 12px;
    line-height: 14.32px; }

  .navigation .contact-block .left-section .text-content .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.59px; }

  .navigation li a {
    font-size: 14px;
    line-height: 16.8px; }

  .navigation .contact-block .left-section .image-wrapper img {
    margin-left: 0px; }

  .contact-block .left-section .text-content .subtitle .border {
    padding: 5px 9px; }

  .section-helm .central-section .animation {
    width: 45%;
    left: 28%;
    top: -28px; } }
@media (max-width: 820px) {
  .pricing-container .pricing-level .price-section .price-label {
    margin-top: 16vh; }

  .header-right .header-right_text-up {
    margin-top: 0vw; }

  .header-right .header-right_text-block {
    margin-bottom: 9vw; }

  .offer-section .buy-button {
    padding: 10px 20px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    min-width: 240px; }

  .info-block .info-content .right-text p {
    max-width: 100%; }

  .pricing-container .pricing-level .pricing-level_h3 {
    font-size: 16px;
    line-height: 20px; }

  .pricing-container .pricing-level .price-section img {
    height: auto; }

  .footer .footer-content .footer-left {
    width: 34%; }

  .pricing-container {
    display: block; }

  .pricing-container .pricing-level {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 170px; }

  .info-block .info-content {
    display: block; }

  .info-block .info-content .left-text {
    padding-top: 20px; }

  .info-block .info-content .left-text p {
    width: 100%;
    max-width: 100%; }

  .info-block .info-content .right-text {
    display: block; }

  .section-helm .central-section img {
    margin-left: -52px;
    margin-top: -85px;
    position: relative;
    z-index: 2; }

  .info-block .info-content .right-text p {
    padding-top: 0px; }

  .additional-info-block .info-item {
    max-width: 214px; }

  .title-block {
    margin-top: 50px; }

  .offer-section .offer-section_above {
    left: 0;
    right: 0;
    margin: auto;
    top: -4vw;
    width: 70%; }

  .offer-section .offer-content .offer-list ul li {
    font-size: 18px;
    line-height: 24.36px; }

  .offer-section .offer-content .offer-image img {
    left: 10%;
    top: 47%; }

  .navigation .contact-block .left-section .text-content h2 {
    font-size: 16px;
    line-height: 20px; }

  .navigation .contact-block .left-section .text-content .title-yellow {
    font-size: 11px;
    line-height: 13.32px; }

  .navigation .contact-block .left-section .text-content .subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.59px; }

  .navigation li a {
    font-size: 12px;
    line-height: 14.8px; }

  .contact-block .left-section .text-content .subtitle {
    font-size: 12px;
    line-height: 14px; }

  .contact-block .left-section .text-content h2 {
    font-size: 23.87px;
    line-height: 33.64px; }

  .contact-block .left-section .text-content .title-yellow {
    font-size: 16.93px;
    font-weight: 400;
    line-height: 22.32px;
    letter-spacing: 0.02em; }

  .contact-block .right-section {
    font-size: 16px;
    line-height: 24.8px; }

  .contact-links ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px; }

  .footer {
    font-size: 14px;
    line-height: 18.1px; }

  .footer .footer-new {
    font-size: 16px;
    line-height: 20.1px; } }
@media (max-width: 768px) {
  .pricing-container .pricing-level .price-section .price-label {
    margin-top: 12vh; }

  .offer-section .offer-section_above {
    width: 70%; }

  .highlight-bar {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }

  .additional-info-block .info-item-h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32.8px;
    margin-bottom: 10px; }

  .additional-info-block .info-item {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: -0.02em; }

  .contact-block {
    display: block; }

  .contact-block .left-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }

  .footer .footer-content .footer-left {
    width: auto; }

  .footer .footer-content {
    justify-content: space-between; }

  .header-right .header-right_text-block {
    margin-bottom: -100px; }

  .contact-block .left-section .image-wrapper {
    display: inline-block;
    vertical-align: top; }

  .contact-block .left-section .text-content_footer {
    display: inline-block;
    vertical-align: top; }

  .info-block .info-content .right-text h2 {
    font-size: 185px;
    line-height: 200px; }

  .contact-block .left-section .footer_question {
    text-align: center;
    margin-left: 0px;
    display: none; }

  .footer_question-list {
    display: block;
    text-align: center;
    margin-left: auto;
    font-family: "PonterAlt", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 10px; }

  .contact-links {
    justify-content: center; }

  .general-wrapper.header-wrapper {
    padding: 0px; }

  :root .header .header-right {
    padding: 0 20px;
    height: 100%; }

  :root .header .header-right h1 {
    margin-top: 67vw; }

  .pricing-container .pricing-level .price-section .currency-symbol {
    right: 2%; }

  .review-section {
    display: block; }

  .review-section .description {
    width: 100%; }

  .review-section .slider-review-container {
    width: 100%; }

  .section-helm .central-section img {
    margin-top: 0%;
    max-width: 50vw; }

  .trading-block {
    display: block;
    margin-top: 0; }

  .trading-block .trading-center {
    margin-top: 15px; }

  .header-right {
    left: 0; }

  .header-left {
    width: 100%; }

  .header-left .header-left_absolute {
    left: 13%;
    top: 100px; }

  .header-right .gradient-header {
    margin-top: 330px;
    font-size: 36px; }

  .header-right .text-flex {
    display: block;
    text-align: center;
    margin-top: 30px; }
    .header-right .text-flex .buy-button {
      text-align: center;
      padding: 20px 20px;
      display: inline-block; }

  .header-right .text-flex .timer {
    text-align: center;
    margin-top: 20px; }

  .header-right .transparent-text {
    font-size: 100px;
    display: block; }

  .crypto-section .line-top {
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-top: 60px; }

  .crypto-section .title-medium {
    text-align: right;
    font-size: 40px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 20px; }

  .crypto-section .line-middle {
    margin-right: 0; }

  .crypto-section {
    padding: 0; }

  .crypto-section .title-large.outline {
    text-align: left; }

  .crypto-section .line-bottom {
    text-align: left; }

  .crypto-section .text-gradient {
    font-size: 28px;
    line-height: 35.8px;
    text-align: center; }

  .crypto-section .line-bottom .title-medium {
    text-align: left;
    font-size: 40px; }

  .header-left .header-left_relative {
    width: 100%;
    overflow: hidden; }

  .section-helm .right-section {
    margin-left: 0;
    padding-left: 0; }

  .additional-info-block {
    height: auto;
    padding: 30px 30px;
    display: block; }

  .left-section {
    padding-right: 0px; }

  .trading-block .trading-right .progress-container {
    width: 100%;
    display: block; }

  .faq-question p {
    max-width: calc(100% - 60px); }

  .trading-block .trading-right .progress {
    width: 100%; }

  .offer-section .offer-content .offer-image img {
    max-width: 80%;
    top: 72%;
    left: 29%; }

  .pricing-container .pricing-level .buy-button {
    background-size: contain;
    min-width: 180px;
    padding: 14px 20px; }

  .review-section .slider-review-container {
    margin-top: 50px; }

  .review-section .description .title-sectiom {
    display: block; }

  .final-desc img {
    margin-left: 100px; }

  .contact-links h3 {
    display: none; }

  .contact-links {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    margin-left: 0; }

  .contact-links ul {
    text-align: center;
    width: 26%;
    margin-right: 0px; }

  .header-right .gradient-header {
    line-height: 1.2; }

  .info-block .info-content .left-text .number {
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }

  :root .header .header-left img {
    max-width: 75%; }

  .contact-links ul li {
    font-size: 14px;
    line-height: 1.5; }

  .contact-block .left-section .image-wrapper img {
    width: 90%;
    height: auto;
    border-radius: 50%; }

  .contact-block .left-section .text-content .subtitle {
    font-size: 10px;
    line-height: 12px; }

  .block-container .block-header .block-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.01px; }

  .block-container .block-header .block-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.01px; }

  .block-container .block-header .toggle-button {
    font-size: 16px;
    line-height: 34.01px;
    padding: 10px 22px; }

  .block-container .block-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 20.73px;
    letter-spacing: -0.02em; }

  .highlight-bar {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: -0.02em;
    padding: 25px 20px; }

  .faq-section {
    margin-top: 0px;
    margin-bottom: 0px; }

  :root .header .header-right br {
    display: none; } }
@media (max-width: 650px) {
  .offer-section .offer-content .offer-image img {
    max-width: 80%;
    top: 88%;
    left: 30%; }

  :root .header .header-right h1 {
    margin-top: 53vw; }

  .navigation .contact-block .left-section .text-content .subtitle {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.59px; }

  .navigation .contact-block .left-section .image-wrapper {
    border: none;
    margin-right: 5px; }

  .contact-block .left-section .image-wrapper {
    width: 120px;
    height: 90px; }

  .info-block .info-content .left-text {
    padding-top: 30px; }

  .info-block .info-content .right-text h2 {
    font-size: 180px;
    line-height: 230px; }

  .pricing-container .pricing-level {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 170px; }

  .pricing-container .pricing-level .price-section .currency-symbol {
    right: 10%; }

  .block-container .block-header .block-title {
    min-width: 95px; }

  .block-container .block-header .toggle-button {
    min-width: 200px; }

  .block-container .block-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.73px;
    letter-spacing: -0.02em; }

  .block-container .block-header .block-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.01px; }

  .block-container .block-header .block-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.01px; }

  .block-container .block-header .toggle-button {
    font-size: 14px;
    line-height: 24.01px;
    padding: 10px 22px; }

  .block-container .block-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.73px;
    letter-spacing: -0.02em; }

  .block-container .block-header .block-title {
    min-width: 55px; } }
@media (max-width: 600px) {
  .section-helm .central-section .animation {
    width: 45%;
    left: 30%;
    top: -28px; }

  .offer-section .offer-content .offer-image img {
    max-width: 80%;
    top: 93%;
    left: 32%; }

  .general-wrapper.pricing-wrapper {
    padding-bottom: 0px; }

  .info-block .info-content .right-text h2 {
    font-size: 150px;
    line-height: 200px;
    padding: 0; }

  .navigation {
    padding: 0; }
    .navigation .image-wrapper {
      display: none; }
    .navigation .subtitle {
      display: none; }
    .navigation .contact-block .left-section .text-content h2 {
      font-size: 14px;
      line-height: 20px; }
    .navigation .contact-block .left-section .text-content .title-yellow {
      font-size: 11px;
      line-height: 14px; }
    .navigation .contact-block {
      padding: 5px 0px; }

  .pricing-container {
    display: block; }

  .pricing-container .pricing-level {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 170px; }

  .trading-block .trading-left .trading-left_text-below {
    font-size: 16px;
    line-height: 20.36px; }

  .trading-block .trading-center {
    font-size: 16px;
    line-height: 20.36px; }

  .trading-block .trading-right .progress-description {
    font-size: 16px;
    line-height: 20.36px; }

  .footer-right p {
    text-decoration: none; }

  :root .header .header-right h1 {
    margin-top: 47vh; }

  .text-content_navigation {
    margin-left: 0px; } }
@media (max-width: 576px) {
  .section-helm {
    padding-bottom: 73vw;
    padding-top: 70px; }

  .section-helm .central-section img {
    margin-top: 0%;
    max-width: 70vw; }

  .section-helm .central-section .animation {
    width: 80%;
    left: 16%;
    top: -70px; }

  :root .header .header-right {
    min-height: 800px; }

  .offer-section .offer-content .offer-image img {
    max-width: 80%;
    top: 90%;
    left: 32%; }

  .offer-section h2 {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 400;
    line-height: 62.8px; }

  .offer-section .offer-content .offer-list ul li {
    font-size: 14px;
    line-height: 16.36px; }

  .highlight-bar {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }

  .title-block .highlight {
    font-size: 50px; }

  .title-block {
    font-size: 50px; }

  .marquee {
    font-size: 20px;
    line-height: 24px; }

  .additional-info-block {
    height: auto;
    padding: 15px 30px; }

  .additional-info-block .info-item {
    font-size: 18px;
    line-height: 24.8px; }

  .additional-info-block .info-item-h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.8px; }

  .header-right .header-right_text-up {
    font-size: 15px; }

  .header-right .transparent-text {
    font-size: 64px; }

  :root .header .header-right h1 {
    margin-top: 45vh; }

  :root .header .header-right br {
    display: none; }

  :root .header-right .header-right_text-up br {
    display: block !important; }

  :root .header {
    min-height: 100vh; }

  .header-right .header-right_text-block img {
    left: 61%; }

  .header-right .header-right_text-after {
    font-size: 16px;
    line-height: 20px; }

  .header-right .font-family_Bebas {
    font-size: 12px; }

  :root .header .header-right {
    width: 100%; }

  :root .header .header-right .buy-button {
    min-width: 295px;
    line-height: 40px;
    font-size: 24px; }

  .contact-block {
    padding: 10px; }

  .contact-links ul {
    width: 37%; }

  .footer {
    font-size: 12px;
    line-height: 18.1px; }

  .footer .footer-new {
    font-size: 12px;
    line-height: 14.1px; }

  .contact-block .left-section .text-content .subtitle .border {
    padding: 5px 7px;
    margin-right: 3px; }

  .contact-block .left-section .image-wrapper img {
    margin-top: 15px;
    width: 70%; }

  .navigation .contact-block .left-section .image-wrapper img {
    margin-top: 0px; }

  .text-content_footer {
    margin-left: -43px; } }
@media (max-width: 480px) {
  .pricing-container .pricing-level .price-section .price-label {
    margin-top: 13vh; }

  .pricing-container .pricing-level .price-section .price-label {
    font-size: 12px;
    line-height: 14px; }

  :root .header .header-right {
    height: 100%;
    padding-top: 18px; }

  :root .header .header-right .buy-button {
    min-width: 252px;
    line-height: 31px;
    font-size: 23px; }

  .section-helm {
    padding-bottom: 83vw;
    padding-top: 70px; }

  .section-helm .central-section img {
    max-width: 80vw;
    margin-left: 3px; }

  .section-helm .central-section .animation {
    width: 80%;
    left: 5%;
    top: -70px; }

  .highlight-bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }

  .general-wrapper {
    padding: 0 20px; }

  .general-wrapper.pricing-wrapper:before {
    width: auto; }

  .info-block .info-content .right-text h2 {
    font-size: 120px;
    line-height: 150px; }

  .offer-section .buy-button {
    min-width: 270px;
    line-height: 40px;
    font-size: 24px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px; }

  .offer-section {
    padding: 10px; }

  :root .header .header-right {
    margin-top: 0px; }

  :root .header .header-right h1 {
    font-size: 34px;
    margin-top: 104vw; }

  :root .header .header-right br {
    display: none; }

  .block-container .block-header .block-title {
    width: 40%;
    text-align: right; }

  .block-container .block-header .block-subtitle {
    width: 60%; }

  .footer .footer-new {
    display: block; }

  .footer .footer-new .footer_new-documents {
    margin-bottom: 20px; }

  .pricing-container .pricing-level .price-section .currency-symbol {
    left: 60%; }

  .section-helm {
    display: block; }

  .left-section, .section-helm .right-section {
    padding: 0; }

  .section-helm .section-card {
    max-width: 100%; }

  .section-helm .section-card.black {
    margin-top: 15px; }

  .info-block .info-content {
    display: block;
    margin-left: 20px; }

  .info-block .info-content .right-text {
    display: block; }

  .info-block .info-content .right-text h2 {
    text-align: left; }

  .additional-info-block {
    display: block;
    margin-top: 60px;
    padding: 0;
    height: auto; }

  .info-item-h2 {
    margin-bottom: 24px; }

  .additional-info-block .info-item {
    margin-bottom: 10px;
    padding-left: 16px; }

  .block-container .block-header .flex-block {
    width: 100%;
    justify-content: center; }

  .block-container .block-header {
    display: block;
    margin-bottom: 0; }

  .block-container .block-header .toggle-button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 32px 10px 16px; }

  .offer-section .offer-section_above {
    width: 60%; }

  .offer-section .offer-content .offer-list {
    display: block; }

  .offer-section .offer-content .offer-list ul {
    display: block;
    width: 100%; }

  .offer-section {
    padding-bottom: 350px;
    max-width: 420px; }

  .overflow-section {
    overflow: hidden; }

  .offer-section .offer-content .offer-image img {
    top: inherit;
    bottom: -450px;
    left: 11px;
    max-width: 100%; }

  .contact-links ul li a {
    font-weight: bold; }

  .offer-section h2 {
    font-size: 24px;
    line-height: 35.8px;
    margin: 30px; }

  .pricing-container .pricing-level {
    width: 80%; }

  .contact-block {
    display: block; }

  .contact-block .left-section .text-content .subtitle {
    display: none; }

  .contact-links {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0; }
    .contact-links ul {
      text-align: center;
      width: 100%; }

  .contact-links h3 {
    display: none; }

  .contact-block .right-section {
    text-align: center;
    margin-top: 50px; }

  .faq-question p {
    max-width: 85%; }

  .block-container .block-header .block-subtitle {
    font-size: 16px; }

  .block-container .block-header .block-title {
    min-width: 85px; }

  .crypto-section {
    overflow: hidden; }

  .crypto-section .line-middle {
    font-size: 54px; }

  .crypto-section .title-huge {
    font-size: 50px;
    line-height: 60px; }

  .crypto-section .line-bottom .diamond {
    max-width: 30vw; }

  .trading-block .trading-left .trading-left-text {
    display: block; }

  .left-text_new-line {
    text-align: right; }

  .trading-block .trading-center {
    margin-top: 8px; }

  .header::after {
    background: none; }

  .crypto-section .line-top {
    font-size: 40px;
    line-height: 55px; }

  .crypto-section .title-medium {
    margin-top: 30px;
    margin-bottom: 10px; }

  .crypto-section .text-gradient {
    font-size: 24px; }

  .section-helm {
    padding-top: 90px; }

  .section-helm .title-section {
    margin-bottom: 48px; }

  .section-helm .section-card.black {
    margin-bottom: 24px; }

  .info-block .info-content .left-text .number {
    position: relative;
    top: -20px;
    left: -15px;
    text-align: center; }

  .info-block .info-content .left-text p {
    max-width: 280px;
    margin-top: -45px;
    margin-bottom: 20px; }

  .info-block .info-content .right-text p {
    padding-top: 10px; }

  .central-section {
    display: none; }

  .section-helm .left-section .red {
    margin-bottom: 24px; }

  .header-left .header-left_relative {
    top: -30px;
    right: -35px; }

  .section-helm_media {
    display: block; }

  .section-helm .central-section:before {
    display: none; }

  .additional-info-block .info-item-h2 {
    padding: 35px 0 0 16px; }

  .title-block {
    font-size: 40px;
    margin-top: 60px;
    line-height: 80px;
    text-align: center;
    display: block; }

  .title-block .highlight {
    font-size: 40px;
    line-height: 80px; }

  .block-container {
    margin-top: 70px; }

  .block-container .block-content {
    font-size: 14px; }

  .pricing-container .pricing-level .features-list li {
    font-size: 14px; }

  .contact-block .left-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }

  .footer .footer-content .footer-left .footer-left_a {
    display: block;
    padding-top: 10px;
    color: #999999;
    font-family: "Inter Tight", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12.1px;
    letter-spacing: -0.02em; }

  .section-helm .right-section .red {
    z-index: 2; }

  .header-right .transparent-text {
    -webkit-text-stroke: 2px #AD9515; }

  .header-left .header-left_absolute {
    width: 105%;
    max-width: 120%;
    left: 13%;
    top: 170px; }

  .header-right .text-flex {
    margin-top: 16px; }

  .header-right .gradient-header {
    line-height: 1.2; }

  .footer_question {
    margin-top: 20px; } }
@media (max-width: 460px) {
  .header-right .font-family_Bebas {
    font-size: 16px; }

  .header-left .header-left_absolute {
    top: 120px; }

  .header-left .header-left_relative {
    top: -100px; }

  :root .header .header-right h1 {
    margin-top: 90vw; } }
@media (max-width: 431px) {
  .header-left .header-left_absolute {
    top: 112px; }

  :root .header .header-left img {
    max-width: 120%;
    left: 0; }

  :root .header .header-right {
    height: 100%;
    padding-top: 10px;
    min-height: 725px; }

  :root .header .header-right h1 {
    font-size: 34px;
    margin-top: 63vw;
    margin: 0; }

  .header-right .mobile-res {
    position: absolute;
    bottom: 145px; }

  .offer-section .offer-content .offer-image img {
    left: 19px; }

  .info-block {
    padding: 20px; }

  .offer-section .offer-section_above {
    top: -17px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 70%;
    margin: auto; }

  .offer-section {
    max-width: 405px; }

  .header-right .header-right_text-after {
    max-width: 270px; }

  .header-right .font-family_Bebas {
    font-size: 16px; }

  .header-right {
    margin-top: 35px; }

  .header-right .gradient-header {
    margin-top: calc(100vh - 450px); } }
@media (max-width: 400px) {
  .header-right .mobile-res {
    position: absolute;
    bottom: 158px; } }
@media (max-width: 395px) {
  .header-right .mobile-res {
    position: absolute;
    bottom: 160px; }

  .offer-section .offer-section_above {
    top: -16px; }

  .section-helm .central-section img {
    max-width: 80vw;
    margin-left: 5px; }

  .section-helm .central-section .animation {
    width: 80%;
    left: 9%;
    top: -70px; }

  .offer-section .offer-content .offer-image img {
    left: 10px; }

  .pricing-container .pricing-level .price-section .price-label {
    margin-top: 13vh; }

  .additional-info-block .info-item {
    font-size: 16px;
    line-height: 20.8px; }

  .additional-info-block .info-item-h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px; }

  .pricing-container .pricing-level {
    width: 100%; }

  .crypto-section {
    overflow: hidden; }

  .crypto-section .line-middle {
    font-size: 54px; }

  .crypto-section .title-huge {
    font-size: 50px; }

  .trading-block .trading-left .trading-left-text {
    display: block; }

  .left-text_new-line {
    text-align: right; }

  .trading-block .trading-center {
    margin-top: 8px; }

  .header::after {
    background: none; }

  .crypto-section .line-top {
    font-size: 40px;
    line-height: 55px; }

  .crypto-section .title-medium {
    margin-top: 30px;
    margin-bottom: 10px; }

  .crypto-section .text-gradient {
    font-size: 24px; }

  .section-helm {
    padding-top: 90px; }

  .section-helm .title-section {
    margin-bottom: 48px; }

  .section-helm .section-card.black {
    margin-bottom: 24px; }

  .info-block .info-header {
    max-width: 280px; }

  .info-block .info-content .left-text .number {
    position: relative;
    top: -20px;
    left: -15px;
    text-align: center; }

  .info-block .info-content .left-text p {
    max-width: 280px;
    margin-top: -45px; }

  .info-block .info-content .right-text h2 {
    text-align: center; }

  .info-block .info-content .right-text p {
    padding-top: 25px; }

  .block-container {
    margin-top: 50px; } }
@media (max-width: 391px) {
  .header-right .mobile-res {
    position: absolute;
    bottom: 100px; } }
@media (max-width: 376px) {
  .header-left .header-left_relative {
    top: -77px;
    right: -35px; }

  .header-right .mobile-res {
    position: absolute;
    bottom: 17vw; }

  :root .header .header-right {
    padding-top: 5px; }

  .header-right .text-flex {
    margin-top: 31px; }

  :root .header .header-left img {
    left: 0%; }

  .header-left .header-left_absolute {
    top: 105px; }

  .header-right .header-right_text-block img {
    margin-top: 0; }

  .offer-section .offer-section_above {
    top: -15px; }

  .section-helm .central-section img {
    max-width: 90vw;
    margin-left: 5px; }

  .section-helm {
    padding-bottom: 92vw; }

  .section-helm .central-section .animation {
    width: 80%;
    left: 7%;
    top: -40px; }

  .header-right .font-family_Bickham {
    font-size: 28.59px;
    font-weight: 700;
    line-height: 49.31px; }

  .offer-section {
    max-width: 355px;
    padding-bottom: 275px; }

  .offer-section .offer-content .offer-image img {
    bottom: -371px;
    left: 4%; }

  .header-right .header-right_text-block img {
    right: 10%; }

  .header-right .font-family_Bebas {
    font-size: 12px; } }
@media (max-width: 360px) {
  .header-right .mobile-res {
    position: absolute;
    bottom: 24vw; }

  .offer-section .offer-section_above {
    top: -14px; }

  .offer-section .offer-content .offer-image img {
    left: 4%; }

  .header-right .text-flex {
    margin-top: 3px; }

  .faq-section {
    padding-top: 30px; }

  :root .header .header-right h1 {
    font-size: 34px;
    margin-top: 68vw; } }
@media (max-width: 320px) {
  .header-right .mobile-res {
    position: absolute;
    bottom: 279px; }

  .header-left .header-left_relative {
    top: -120px; }

  :root .header .header-right h1 {
    font-size: 25px; }

  .title-block {
    line-height: 60px; }

  .title-block .highlight {
    font-size: 40px;
    line-height: 60px; }

  .crypto-section .title-huge {
    font-size: 50px; }

  .footer {
    padding: 0px; }

  .info-block .info-content .right-text h2 {
    font-size: 109px; }

  .offer-section .offer-content .offer-image img {
    left: 4%; }

  .header-right .header-right_text-up {
    font-size: 12px; }

  .navigation .contact-block .left-section .image-wrapper img {
    display: none; } }

/*# sourceMappingURL=style.css.map */
