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;
}
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%;
}
.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: rgba(0, 0, 0, 0);
}
@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: rgba(0, 0, 0, 0);
}
@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: rgba(0, 0, 0, 0);
}
@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: rgba(0, 0, 0, 0);
}
@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;
} /*# sourceMappingURL=main.min.css.map */
