html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
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;
  font-size: 100%;
  font: inherit;
  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;
  overscroll-behavior: inherit;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 744px) {
  .container {
    max-width: 824px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1750px;
    padding-left: 155px;
    padding-right: 155px;
  }
}

body {
  overflow-x: hidden;
  font-weight: 400;
  background: #fff;
  font-family: "Helvetica";
}

@font-face {
  font-family: "Helvetica";
  src: url("/fonts/HelveticaNeueRoman.otf") format("woff2");
  font-weight: 400;
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
  background: #000;
}

.form__protect-icon {
  width: 35.021px;
  height: 25px;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.form {
  width: 100%;
  display: flex;
  justify-content: center !important;
}

.welcomeBlock {
  padding: 10px 0 40px;
  background: url("/img/welcomeBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .welcomeBlock {
    padding: 10px 0 64px;
  }
}
.welcomeBlock__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1440px) {
  .welcomeBlock__container {
    gap: 23px;
  }
}
.welcomeBlock__container video {
  max-width: 800px;
  width: 100%;
}
.welcomeBlock__container .logo {
  width: 100%;
  max-width: 360px;
}
.welcomeBlock__container .logo img {
  width: 100%;
}
.welcomeBlock__container .title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .welcomeBlock__container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .welcomeBlock__container .title {
    margin-bottom: 12px;
    max-width: 1050px;
  }
}
.welcomeBlock__container .get-acess {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffc440 0%, #eba200 100%);
}
@media (min-width: 744px) {
  .welcomeBlock__container .get-acess {
    margin-top: 14px;
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .welcomeBlock__container .get-acess {
    width: max-content;
    font-size: 32px;
  }
}

.step {
  padding: 32px 0;
  background: url("/img/stepBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .step {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .step {
    padding: 80px 0;
  }
}
.step__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.step__container .subtitle {
  color: #ad9f01;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .step__container .subtitle {
    font-size: 16px;
  }
}
.step__container .title {
  color: #2f2f2f;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .step__container .title {
    font-size: 40px;
  }
}
.step__container .step_items {
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 744px) {
  .step__container .step_items {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .step__container .step_items {
    margin: 44px 0;
  }
}
.step__container .step_items-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .step__container .step_items-item {
    padding: 24px 16px;
    width: 205px;
    min-height: 273px;
  }
}
@media (min-width: 1440px) {
  .step__container .step_items-item {
    width: 360px;
    height: 175px;
  }
}
.step__container .step_items-item .img {
  width: 20px;
  height: 20px;
}
@media (min-width: 744px) {
  .step__container .step_items-item .img {
    width: 40px;
    height: 40px;
  }
}
.step__container .step_items-item .item-title {
  color: #131313;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step__container .step_items-item .item-text {
  color: #131313;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step__container .get-start {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .step__container .get-start {
    font-size: 32px;
    font-weight: 700;
  }
}

.support {
  padding: 40px 0;
}
@media (min-width: 744px) {
  .support {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .support {
    padding: 80px 0;
  }
}
.support__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
@media (min-width: 744px) {
  .support__container {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1440px) {
  .support__container {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
.support__container .support__img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 744px) {
  .support__container .support__img {
    max-width: 592px;
  }
}
.support__container-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 744px) {
  .support__container-text {
    gap: 20px;
  }
}
.support__container-text .subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc440 0.01%, #eba200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 744px) {
  .support__container-text .subtitle {
    font-size: 16px;
  }
}
.support__container-text .title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .support__container-text .title {
    font-size: 40px;
  }
}
.support__container-text .support_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
@media (min-width: 744px) {
  .support__container-text .support_items {
    margin-top: 28px;
  }
}
@media (min-width: 1440px) {
  .support__container-text .support_items {
    margin-top: 24px;
  }
}
.support__container-text .support_items-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 744px) {
  .support__container-text .support_items-item {
    gap: 20px;
  }
}
.support__container-text .support_items-item img {
  width: 20px;
  height: 20px;
}
@media (min-width: 744px) {
  .support__container-text .support_items-item img {
    width: 40px;
    height: 40px;
  }
}
.support__container-text .support_items-item .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.support__container-text .support_items-item .text span {
  font-weight: 700;
}

.helping {
  padding: 40px 0;
  background: url("/img/helpingBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .helping {
    padding: 80px 0;
  }
}
.helping__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .helping__container {
    gap: 20px;
  }
}
.helping__container .subtitle {
  color: #ad9f01;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .helping__container .subtitle {
    font-size: 16px;
  }
}
.helping__container .title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .helping__container .title {
    font-size: 40px;
  }
}
.helping__container .helping_items {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 744px) {
  .helping__container .helping_items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0;
    justify-content: center;
  }
}
.helping__container .helping_items-item {
  padding: 24px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .helping__container .helping_items-item {
    gap: 24px;
    width: calc(33% - 16px);
  }
  .helping__container .helping_items-item:nth-child(1),
  .helping__container .helping_items-item:nth-child(2),
  .helping__container .helping_items-item:nth-child(3) {
    height: fit-content;
    min-height: 347px;
  }
  .helping__container .helping_items-item:nth-child(4) {
    width: calc(50% - 16px);
    height: fit-content;
    min-height: 265px;
  }
  .helping__container .helping_items-item:nth-child(5) {
    width: calc(50% - 16px);
    height: fit-content;
    min-height: 265px;
  }
}
@media (min-width: 1440px) {
  .helping__container .helping_items-item {
    width: calc(33% - 16px) !important;
    height: 250px !important;
  }
  .helping__container .helping_items-item:nth-child(1),
  .helping__container .helping_items-item:nth-child(2),
  .helping__container .helping_items-item:nth-child(3) {
    height: fit-content;
    min-height: fit-content;
  }
}
.helping__container .helping_items-item .helpingImg {
  width: 24px;
  height: 24px;
}
@media (min-width: 744px) {
  .helping__container .helping_items-item .helpingImg {
    height: 48px;
    width: auto;
  }
}
.helping__container .helping_items-item .helping-title {
  color: #131313;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .helping__container .helping_items-item .helping-title {
    font-size: 20px;
  }
}
.helping__container .helping_items-item .helping-text {
  color: #131313;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.helping__container .get-start {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .helping__container .get-start {
    font-weight: 700;
    font-size: 32px;
  }
}

.money {
  padding: 20px 0;
}
@media (min-width: 744px) {
  .money {
    padding: 40px 0;
  }
}
.money__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 744px) {
  .money__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .money__container {
    justify-content: center;
    gap: 80px;
  }
}
.money__container .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
@media (min-width: 744px) {
  .money__container .item {
    gap: 20px;
  }
}
.money__container .item .price {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #ffc440 0.01%, #eba200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 744px) {
  .money__container .item .price {
    font-size: 40px;
    line-height: 48px;
  }
}
.money__container .item .text {
  color: #131313;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .money__container .item .text {
    font-size: 16px;
  }
}

.customers {
  padding: 40px 0;
  background: url("/img/helpingBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .customers {
    padding: 80px 0;
  }
}
.customers__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 744px) {
  .customers__container {
    gap: 20px;
  }
}
.customers__container .subtitle {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc440 0.01%, #eba200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 744px) {
  .customers__container .subtitle {
    font-size: 16px;
  }
}
.customers__container .title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .customers__container .title {
    font-size: 40px;
  }
}
.customers__container .customers_items {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 744px) {
  .customers__container .customers_items {
    margin: 44px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.customers__container .customers_items-item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 744px) {
  .customers__container .customers_items-item {
    width: calc(50% - 24px);
    min-height: 224px;
    justify-content: space-between;
  }
  .customers__container .customers_items-item:nth-child(1) {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1440px) {
  .customers__container .customers_items-item {
    width: calc(25% - 24px);
    min-height: 248px !important;
  }
  .customers__container .customers_items-item:nth-child(1),
  .customers__container .customers_items-item:nth-child(2),
  .customers__container .customers_items-item:nth-child(3) {
    width: calc(33% - 16px);
    height: 200px !important;
  }
}
.customers__container .customers_items-item .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.customers__container .customers_items-item .stars img {
  width: 16px;
  height: 16px;
}
.customers__container .customers_items-item .text {
  color: #2f2f2f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.customers__container .customers_items-item .name-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.customers__container .customers_items-item .name-container img {
  width: 24px;
  height: 24px;
}
.customers__container .customers_items-item .name-container .name {
  color: #2f2f2f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .customers__container .customers_items-item .name-container .name {
    font-size: 20px;
  }
}
.customers__container .get-start {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .customers__container .get-start {
    font-weight: 700;
    font-size: 32px;
  }
}

.questions {
  padding: 40px 0;
}
@media (min-width: 744px) {
  .questions {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .questions {
    padding: 80px 0;
  }
}
.questions__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.questions__container .subtitle {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc440 0.01%, #eba200 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 744px) {
  .questions__container .subtitle {
    font-size: 16px;
  }
}
.questions__container .title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .questions__container .title {
    font-size: 40px;
  }
}
.questions__container .subtext {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.questions__container .questions_items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 744px) {
  .questions__container .questions_items {
    margin-top: 12px;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .questions__container .questions_items {
    margin: 80px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.questions__container .questions_items-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 744px) {
  .questions__container .questions_items-item {
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .questions__container .questions_items-item {
    width: calc(50% - 60px);
  }
}
.questions__container .questions_items-item .item-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.questions__container .questions_items-item .item-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .questions__container .questions_items-item .item-text {
    line-height: 20px;
  }
}

.trading {
  padding: 20px 0;
}
@media (min-width: 744px) {
  .trading {
    padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .trading {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.trading__container {
  border-radius: 64px;
  background: radial-gradient(
    40.04% 50% at 50% 99.97%,
    #ffc440 0%,
    #eba200 100%
  );
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 744px) {
  .trading__container {
    padding: 40px 64px;
    gap: 20px;
  }
}
.trading__container .title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .trading__container .title {
    font-size: 40px;
  }
}
.trading__container .text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .trading__container .text {
    line-height: 20px;
  }
}
.trading__container .get-start {
  margin-top: 12px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .trading__container .get-start {
    margin-top: 44px;
    font-weight: 700;
    font-size: 32px;
  }
}

.overview {
  padding-bottom: 20px;
}
@media (min-width: 744px) {
  .overview {
    padding-bottom: 40px;
  }
}
.overview__container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: rgba(173, 159, 1, 0.2);
}
@media (min-width: 744px) {
  .overview__container {
    padding: 20px 32px;
    gap: 20px;
  }
}
.overview__container .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .overview__container .title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .overview__container .title {
    width: 100%;
    text-align: left;
  }
}
.overview__container .subtext {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .overview__container .subtext {
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .overview__container .subtext {
    width: 100%;
    text-align: left;
  }
}
.overview__container .overview_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .overview__container .overview_items {
    margin-top: 44px;
    width: 100%;
  }
}
.overview__container .overview_items-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #cecece;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 744px) {
  .overview__container .overview_items-item {
    gap: 64px;
  }
}
.overview__container .overview_items-item .name {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 744px) {
  .overview__container .overview_items-item .name {
    gap: 16px;
  }
}
.overview__container .overview_items-item .name img {
  width: 16px;
}
@media (min-width: 744px) {
  .overview__container .overview_items-item .name img {
    height: 24px;
    width: 24px;
  }
}
.overview__container .overview_items-item .name p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .overview__container .overview_items-item .name p {
    line-height: 20px;
  }
}
.overview__container .overview_items-item .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 120px;
}
@media (min-width: 744px) {
  .overview__container .overview_items-item .text {
    line-height: 20px;
    width: 240px;
  }
}
@media (min-width: 1440px) {
  .overview__container .overview_items-item .text {
    width: 702px;
  }
}

.footer {
  padding: 20px 0;
}
@media (min-width: 744px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .logoT {
  display: none;
}
@media (min-width: 744px) {
  .footer .logoT {
    display: block;
    width: 100%;
    max-width: 320px;
  }
  .footer .logoT img {
    width: 100%;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 744px) {
  .footer__container {
    flex-direction: row-reverse;
    gap: 48px;
    justify-content: space-between;
  }
}
.footer__container .logo {
  width: 200px;
}
@media (min-width: 744px) {
  .footer__container .logo {
    display: none;
  }
}
.footer__container .logo img {
  width: 100%;
}
.footer__container .hrefs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__container .hrefs a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__container .text__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__container .text__container p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .footer__container .text__container p {
    line-height: 20px;
  }
}

.reserved {
  padding: 8px 0;
  border-top: 1px solid #838383;
}
@media (min-width: 744px) {
  .reserved {
    padding: 16px 0;
  }
}
.reserved__text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .reserved__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.welcomeBlock-second {
  padding: 10px 0 40px;
  background: url("/img/welcomeBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .welcomeBlock-second {
    padding: 10px 0 64px;
  }
}
.welcomeBlock-second__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1440px) {
  .welcomeBlock-second__container {
    gap: 48px;
  }
}
.welcomeBlock-second__container video {
  max-width: 800px;
  width: 100%;
}
.welcomeBlock-second__container #regForm {
  max-width: 500px;
  width: 100%;
}
.welcomeBlock-second__container .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 744px) {
  .welcomeBlock-second__container .form {
    margin-top: 16px;
    gap: 32px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .welcomeBlock-second__container .form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.welcomeBlock-second__container .logo {
  width: 100%;
  max-width: 360px;
}
.welcomeBlock-second__container .logo img {
  width: 100%;
}
.welcomeBlock-second__container .title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .welcomeBlock-second__container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .welcomeBlock-second__container .title {
    font-size: 48px;
    max-width: 1050px;
  }
}

.step-second {
  padding: 40px 0;
  background: url("/img/helpingBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .step-second {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .step-second {
    padding: 80px 0;
  }
}
.step-second__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 744px) {
  .step-second__container {
    gap: 48px;
  }
}
@media (min-width: 744px) {
  .step-second__container {
    gap: 64px;
  }
}
.step-second__container .title {
  color: #2f2f2f;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .step-second__container .title {
    font-size: 40px;
  }
}
.step-second__container .step_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 744px) {
  .step-second__container .step_items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .step-second__container .step_items {
    justify-content: space-between;
  }
}
.step-second__container .step_items-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .step-second__container .step_items-item {
    padding: 24px 16px;
    width: calc(50% - 24px);
    min-height: 248px;
  }
}
@media (min-width: 1440px) {
  .step-second__container .step_items-item {
    width: calc(25% - 24px);
    height: 227px;
  }
}
.step-second__container .step_items-item .img {
  width: 32px;
  height: 32px;
}
@media (min-width: 744px) {
  .step-second__container .step_items-item .img {
    width: 76px;
    height: 76px;
  }
}
.step-second__container .step_items-item .item-title {
  color: #131313;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-second__container .step_items-item .item-text {
  color: #131313;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-second__container .get-start {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .step-second__container .get-start {
    font-size: 32px;
    font-weight: 700;
  }
}

.questions-second {
  padding: 40px 0;
  background: url("/img/stepBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .questions-second {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .questions-second {
    padding: 80px 0;
  }
}
.questions-second__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 744px) {
  .questions-second__container {
    gap: 64px;
  }
}
.questions-second__container .title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .questions-second__container .title {
    font-size: 40px;
  }
}
.questions-second__container .step_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 744px) {
  .questions-second__container .step_items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .questions-second__container .step_items {
    gap: 24px;
    align-items: unset;
  }
}
.questions-second__container .step_items-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 744px) {
  .questions-second__container .step_items-item {
    padding: 24px 16px;
  }
}
@media (min-width: 1440px) {
  .questions-second__container .step_items-item {
    width: calc(33% - 24px);
  }
}
.questions-second__container .step_items-item .step-head {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}
.questions-second__container .step_items-item .img {
  width: 40px;
  height: 40px;
}
.questions-second__container .step_items-item .item-title {
  color: #131313;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.questions-second__container .step_items-item .item-text {
  color: #131313;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.questions-second__container .get-start {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  max-width: max-content;
}
@media (min-width: 744px) {
  .questions-second__container .get-start {
    font-size: 32px;
    font-weight: 700;
  }
}

.feedback-second {
  padding: 40px 0;
  background: url("/img/helpingBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 744px) {
  .feedback-second {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .feedback-second {
    padding: 80px 0;
  }
}
.feedback-second__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 744px) {
  .feedback-second__container {
    gap: 64px;
  }
}
.feedback-second__container .title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .feedback-second__container .title {
    font-size: 40px;
  }
}
.feedback-second__container .feedback_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 744px) {
  .feedback-second__container .feedback_items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.feedback-second__container .feedback_items-item {
  border-radius: 16px;
  border: 1px solid #000;
  background: #fff;
  padding: 16px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 744px) {
  .feedback-second__container .feedback_items-item {
    width: calc(50% - 24px);
    min-height: 430px;
  }
}
@media (min-width: 1440px) {
  .feedback-second__container .feedback_items-item {
    min-height: 472px;
    width: calc(25% - 24px);
  }
}
.feedback-second__container .feedback_items-item .item-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.feedback-second__container .feedback_items-item .item-header-item {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.feedback-second__container .feedback_items-item .item-header-item .first {
  color: #687083;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.feedback-second__container .feedback_items-item .item-header-item .second {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.feedback-second__container .feedback_items-item a {
  width: 64px;
  height: 64px;
}
.feedback-second__container .feedback_items-item a img {
  width: 64px;
  height: 64px;
}
.feedback-second__container .feedback_items-item .name {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 744px) {
  .feedback-second__container .feedback_items-item .name {
    font-size: 20px;
  }
}
.feedback-second__container .feedback_items-item .years {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -4px;
}
@media (min-width: 744px) {
  .feedback-second__container .feedback_items-item .years {
    font-size: 14px;
  }
}
.feedback-second__container .feedback_items-item .text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-second {
  padding: 32px;
  background: #474100;
}
@media (min-width: 744px) {
  .footer-second {
    padding: 80px 0;
  }
}
.footer-second__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.footer-second__container .assist {
  width: 264px;
  height: 30px;
}
@media (min-width: 744px) {
  .footer-second__container .assist {
    width: 710px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .footer-second__container {
    max-width: 710px;
    margin: 0 auto;
  }
}
.footer-second__container .title {
  color: #ffc440;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.footer-second__container .text {
  color: #ffc440;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .footer-second__container .text {
    font-size: 24px;
  }
}
.footer-second__container .logo {
  width: 135px;
}
@media (min-width: 744px) {
  .footer-second__container .logo {
    width: 350px;
  }
}
.footer-second__container .logo img {
  width: 135px;
}
@media (min-width: 744px) {
  .footer-second__container .logo img {
    width: 350px;
  }
}

.reserved {
  padding: 16px 0;
}
.reserved__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 24px;
  font-weight: 700;
}

.step-form {
  width: 100%;
  max-width: 500px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.step-form h3 {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 12px;
  color: #131313;
}
.step-form input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  outline: none;
}
.step-form input:hover,
.step-form input:active {
  border-color: rgba(0, 0, 0, 0.4);
}
.step-form input::placeholder {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.6);
}
.step-form button {
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #ad9f01 0%, #474100 100%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 16px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.step-form button:hover {
  background-color: #0b156f;
}
.step-form .f-error {
  min-height: 16px;
  margin-block: 4px;
  padding: 0 6px;
  color: #db3d3d;
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .modal {
    align-items: start;
    padding-top: 40px;
  }
} /*# sourceMappingURL=main.css.map */

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Black\ Alt.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Bold\ Alt.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Book\ Alt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Regular\ Alt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Light\ Alt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "INTRO";
  src: url("/fonts/Intro\ Thin\ Alt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
.title {
  font-family: "INTRO", sans-serif;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.footer__links a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.footer__links a:hover {
  opacity: 0.7;
}

.footer__disclaimer {
  max-width: 900px;
  margin: 0 auto 15px;
}

.footer__copyright {
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
}

@media (max-width: 600px) {
  .footer__links {
    flex-direction: column;
    gap: 8px;
  }
  .reserved {
    padding: 25px 15px;
  }
}

/* Контейнер, который подстраивается под размеры видео */
.video-container {
  position: relative;
  width: 100%;
  display: inline-block;
}

.video-container video {
  width: 100%;
  display: block; /* Убирает лишние отступы снизу видео */
  margin-inline: auto;
  aspect-ratio: 16 / 9;
}

/* Оверлей накладывается ровно поверх видео */
.video-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Затемнение как на скриншоте */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif; /* Поменяйте на свой шрифт */
}

/* Контент внутри оверлея */
.overlay-content {
  text-align: center;
  color: #ffffff;
}

/* Кнопка Play */
.play-button {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  animation: pulse 1.8s infinite;
  z-index: 10;
}

.play-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse-ring 1.8s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Стрелочка внутри кнопки Play */
.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #000000;
}

/* Стили для текста */
.overlay-text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.overlay-subtext {
  font-weight: bold;
  font-size: 16px;
  color: #4cd137; /* Зеленый цвет для "CLICK TO UNMUTE" */
  letter-spacing: 1px;
}
:root {
  --color-white: #fff;
  --color-green: #9fe870;
  --test: rgb(173, 235, 135);
}
.final-step {
  .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
  background-image: url(/img/welcomeBg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 16px 40px;
  color: white;
  h2 {
    color: var(--color-green);
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }
  h3 {
    margin: 12px 0 65px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    margin-bottom: 65px;
  }
  .card {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    .img-wrapp {
      width: 112px;
      height: 112px;
      background: linear-gradient(180deg, #0d0d0d 0%, #2a2a2a 100%);
      border: 20px solid #595959;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: 0 0 60px 0 rgba(255, 255, 255, 0.5);
    }
    .image {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 384px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .image-user {
      background-image: url("/img/bg-user.png");
    }
    .image-case {
      background-image: url("/img/bg-profit.png");
    }
    .image-average {
      background-image: url("/img/bg-average.png");
    }
    .amount {
      height: 140px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    h4 {
      font-size: 36px;
      font-weight: 700;
      line-height: 1.1;
    }
    .circle {
      width: 30px;
      height: 30px;
      border: 1px solid var(--color-green);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      span {
        width: 16px;
        height: 16px;
        background: #fff;
        opacity: 0.3;
        border-radius: 50%;
        animation: card-dot 2s infinite;
      }
    }
    .numbers {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .number {
      color: var(--color-green);
      font-size: 30px;
      font-weight: 600;
      line-height: 1.2;
    }
  }
  .profit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 0 64px;
    .left-block {
      display: flex;
      align-items: center;
      gap: 24px;
      span {
        font-size: 36px;
        font-weight: 400;
        line-height: 1.1;
      }
    }
  }
  .calc-container {
    display: flex;
    justify-content: center;
  }

  .calc-box {
    position: relative;

    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 4px;
  }

  .slider-wrapper {
    width: 300px;
  }

  .tooltip {
    position: absolute;
    top: -20px;
    left: 14px;
    border: var(--stroke-weight-1, 1px) solid
      var(--color-white-10, rgba(255, 255, 255, 0.1));
    background: var(--color-grey-11, #1c1c1c);
    padding: 3.8px 11.8px;
    white-space: nowrap;
    pointer-events: none;
  }

  .tooltip span {
    color: var(--color-green);
    font-weight: bold;
  }

  input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: -7px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }

  .result {
    width: 175px;
    color: var(--color-green);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 1440px) {
  .final-step {
    padding: 40px 0;
    h2 {
      font-size: 36px;
      line-height: 1.1;
    }
    h3 {
      font-size: 24px;
      line-height: 1.3;
      margin: 0 0 40px;
    }
    .cards {
      display: flex;
      flex-direction: column;
      gap: 28px;
      align-items: center;
      width: 100%;
      max-width: 500px;
      margin: 0 auto 36px;
    }
    .card {
      width: 100%;
      flex-direction: row;
      padding: 8px;
      .image {
        height: 120px;
        width: 120px;
      }
      .amount {
        height: 120px;
        flex-grow: 1;
      }
      h4 {
        font-size: 24px;
      }
      .img-wrapp {
        width: 64px;
        height: 64px;
        border: 6px solid #595959;
        img {
          display: block;
          width: 30px;
          height: 30px;
        }
      }
      .number {
        font-size: 24px;
      }
    }
    .profit {
      flex-direction: column;
      gap: 32px;
      width: 100%;
      padding: 24px 0 60px;
      .left-block {
        span {
          font-size: 24px;
        }
        img {
          width: 40px;
        }
      }
    }
    .calc-container {
      width: 100%;
    }
    .slider-wrapper {
      width: 100%;
    }
    .calc-box {
      flex-direction: column;
      gap: 5px;
      width: 100%;
    }
    .result {
      font-size: 30px;
    }
  }
}

#timerText {
  color: #ffc440;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  span {
    font-size: 56px;
    margin-top: 20px;
    display: block;
  }
}

.viewer-counter {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4); /* Полупрозрачный фон */
  color: #b3b3b3; /* Серый цвет текста */
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  user-select: none;
  transition: color 0.3s ease; /* Мягкое мерцание при обновлении */
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

/* Стили конкретно для числа, чтобы сделать его чуть ярче */
#counter-value {
  color: #ffffff;
  margin-right: 2px;
}
