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 {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 744px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 120px;
  }
}
body {
  font-family: "Inter";
  background-color: #141414;
  color: #fff;
}
h1 {
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 744px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 744px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 744px) {
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 744px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 18px;
  }
}
p {
  font-size: 16px;
}
@media (min-width: 744px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 16px;
  }
}
.accent {
  color: #5eb700;
}
.bold {
  font-weight: 800;
}
@media (max-width: 744px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (max-width: 744px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hide_desktop {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .desktop {
    display: none !important;
  }
}
@media (max-width: 744px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .mobile {
    display: none !important;
  }
}
.btn {
  width: fit-content;
  border-radius: 8px;
  background-color: #5eb600;
  box-shadow: 0px 2px 4px 0px rgba(94, 182, 0, 0.3);
  color: #fff;
  padding: 13px 26px;
  transition: 0.5s;
}
.btn:hover {
  background-color: #4a8f00;
}
.title_small {
  font-size: 13px;
  font-weight: 500;
  color: #5eb600;
}
.form_wrap {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  background-color: #141414;
  padding: 32px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.form_wrap .form_title {
  font-size: 22px;
}
@media (min-width: 744px) {
  .form_wrap .form_title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .form_wrap .form_title {
    font-size: 26px;
  }
}
.form_wrap .form_subtitle {
  margin-bottom: 8px;
  font-size: 14px;
}
@media (min-width: 744px) {
  .form_wrap .form_subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .form_wrap .form_subtitle {
    font-size: 15px;
  }
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
}
.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;
}
.header {
  padding: 16px 0;
}
.header .container {
  display: grid;
  grid-template-areas: "logo counter" "text text";
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1440px) {
  .header .container {
    grid-template-areas: "logo text counter";
    grid-template-columns: min-content 1fr min-content;
    gap: 32px;
  }
}
.header .container .logo {
  grid-area: logo;
  width: 188px;
}
@media (min-width: 744px) {
  .header .container .logo {
    width: 220px;
  }
}
.header .container .text_wrap {
  grid-area: text;
}
.loginPage .header .container .text_wrap {
  max-width: 475px;
}
.header .container .text_wrap .title {
  margin-bottom: 4px;
  font-size: 14px;
}
@media (min-width: 744px) {
  .header .container .text_wrap .title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .header .container .text_wrap .title {
    font-size: 18px;
  }
}
.header .container .text_wrap p {
  font-size: 12px;
}
@media (min-width: 744px) {
  .header .container .text_wrap p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .header .container .text_wrap p {
    font-size: 14px;
  }
}
.header .container .text_wrap .accent {
  margin-top: 8px;
  font-weight: 700;
}
.header .container .counter_wrap {
  grid-area: counter;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .container .counter_wrap .counter {
  width: 100%;
  background-color: rgba(94, 182, 0, 0.16);
  display: flex;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 744px) {
  .header .container .counter_wrap .counter {
    max-width: 66px;
    font-size: 30px;
    align-self: flex-end;
  }
}
@media (min-width: 1440px) {
  .header .container .counter_wrap .counter {
    font-size: 30px;
  }
}
.header .container .counter_wrap .spots {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 744px) {
  .header .container .counter_wrap .spots {
    font-size: 22px;
    align-self: flex-end;
    padding: 0 4px;
  }
}
@media (min-width: 1440px) {
  .header .container .counter_wrap .spots {
    font-size: 22px;
  }
}
.step1_welcomeBlock {
  background-image: url("/img/welcome/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 1440px) {
  .step1_welcomeBlock {
    padding: 100px 0;
    background-position: top right;
  }
}
.step1_welcomeBlock .container {
  gap: 24px;
}
@media (min-width: 1440px) {
  .step1_welcomeBlock .container {
    flex-direction: row;
    align-items: flex-end;
  }
}
.step1_welcomeBlock .container .textAndVideo {
  max-width: 800px;
  margin: auto;
}
.step1_welcomeBlock .container .textAndVideo .subtitle {
  font-size: 18px;
  margin-top: 16px;
}
.step1_welcomeBlock .container .textAndVideo .video_wrap {
  width: 100%;
  margin-top: 24px;
}
.step1_welcomeBlock .container .textAndVideo .video_wrap video {
  border-radius: 12px;
  width: 100%;
}
.welcomeBlock {
  background-image: url("/img/welcome/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 1440px) {
  .welcomeBlock {
    padding: 100px 0;
    background-position: top right;
  }
}
.welcomeBlock .container {
  gap: 24px;
}
@media (min-width: 1440px) {
  .welcomeBlock .container {
    flex-direction: row;
    align-items: unset;
  }
}
.welcomeBlock .container .textAndVideo {
  max-width: 800px;
  margin: auto;
}
.welcomeBlock .container .textAndVideo .subtitle {
  font-size: 18px;
  margin-top: 16px;
}
.welcomeBlock .container .textAndVideo .video_wrap {
  width: 100%;
  margin-top: 24px;
}
.welcomeBlock .container .textAndVideo .video_wrap video {
  border-radius: 12px;
  width: 100%;
}
.footer {
  color: #a0a0a0;
  padding: 60px 0;
}
@media (min-width: 744px) {
  .footer {
    padding: 80px 0;
  }
}
.footer .container {
  align-items: flex-start;
  gap: 16px;
}
.footer .container .links {
  display: flex;
  gap: 40px;
}
.footer .container .links a {
  font-size: 13px;
  color: #fff;
}
.footer .container p {
  font-size: 13px;
}
.footer .container p span {
  font-weight: 700;
}

.earn {
  padding: 80px 0;
}
@media (min-width: 744px) {
  .earn {
    background-image: url("/img/earn/bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40%;
  }
}
@media (min-width: 1440px) {
  .earn {
    padding: 170px 0;
    background-size: unset;
  }
}
.earn .container {
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 744px) {
  .earn .container {
    max-width: 450px;
    margin-left: auto;
    margin-right: unset;
  }
}
@media (min-width: 1440px) {
  .earn .container {
    max-width: 800px;
  }
}
.earn .container .title {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (min-width: 744px) {
  .earn .container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .earn .container .title {
    font-size: 32px;
  }
}
.earn .container p {
  color: #e1e1e1;
  line-height: 150%;
}
.earn .container .not {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.earn .container .not .item {
  display: flex;
  gap: 16px;
}
.earn .container .not .item p span {
  font-weight: 700;
}
.earn .container .btn {
  margin-top: 16px;
}
.register {
  padding: 80px 0;
}
.register .container .title {
  margin-top: 16px;
  text-align: center;
  max-width: 908px;
  font-size: 28px;
}
@media (min-width: 744px) {
  .register .container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .register .container .title {
    font-size: 32px;
  }
}
.register .container .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin-top: 48px;
}
@media (min-width: 744px) {
  .register .container .items {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) {
  .register .container .items {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .register .container .items {
    flex-direction: row;
  }
}
.register .container .items .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (min-width: 744px) {
  .register .container .items .top {
    flex-direction: row;
  }
}
.register .container .items .item {
  max-width: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.register .container .items .item h2 {
  font-size: 20px;
}
.register .container .items .item p {
  margin-top: 8px;
}
.crypto {
  padding: 80px 0;
}
.crypto .container {
  flex-direction: row;
}
.crypto .container .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.crypto .container .content h1 {
  margin-bottom: 16px;
  text-align: left;
}
.crypto .container .crypto_img {
  width: 367px;
}
@media (min-width: 1440px) {
  .crypto .container .crypto_img {
    width: 488px;
  }
}
.crypto .container .padding {
  padding: 16px;
}
.steps {
  padding: 80px 0;
}
.steps .container {
  gap: 16px;
}
.steps .container .title {
  text-align: center;
  font-size: 28px;
}
@media (min-width: 744px) {
  .steps .container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .steps .container .title {
    font-size: 32px;
  }
}
.steps .container .mySwiper {
  width: 100%;
  margin-top: 32px;
}
.steps .container .mySwiper .swiper-pagination {
  position: static;
  border-radius: 12px;
  background: #2d2e34;
  padding: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  gap: 14px;
  margin: auto;
}
@media (min-width: 744px) {
  .steps .container .mySwiper .swiper-pagination {
    gap: 16px;
    border-radius: 100px;
  }
}
.steps .container .mySwiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: fit-content;
  height: fit-content;
  padding: 12px 16px;
  border-radius: 26px;
  background: none;
}
.steps
  .container
  .mySwiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #5eb600;
}
.steps .container .mySwiper .swiper-pagination .swiper-page {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 744px) {
  .steps .container .mySwiper .swiper-pagination .swiper-page {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .steps .container .mySwiper .swiper-pagination .swiper-page {
    font-size: 15px;
  }
}
.steps .container .mySwiper .swiper-wrapper {
  margin-top: 32px;
}
.steps .container .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
}
.steps .container .mySwiper .swiper-wrapper .swiper-slide .slide {
  background-color: #1d1e23;
  width: 100%;
  max-width: 600px;
  display: grid;
  place-items: center;
  gap: 24px;
  padding: 24px 16px;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .steps .container .mySwiper .swiper-wrapper .swiper-slide .slide {
    gap: 32px;
    padding: 40px;
    max-width: 754px;
    grid-template-areas: "slide_title slide_img" "slide_text slide_img";
  }
}
@media (min-width: 1440px) {
  .steps .container .mySwiper .swiper-wrapper .swiper-slide .slide {
    max-width: 100%;
    padding: 40px 150px;
    column-gap: 100px;
  }
}
.steps .container .mySwiper .swiper-wrapper .swiper-slide .slide .slide_title {
  font-size: 22px;
}
@media (min-width: 744px) {
  .steps
    .container
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .slide
    .slide_title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .steps
    .container
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .slide
    .slide_title {
    font-size: 26px;
  }
}
@media (min-width: 744px) {
  .steps
    .container
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .slide
    .slide_title {
    grid-area: slide_title;
    justify-self: flex-start;
    align-self: flex-end;
  }
}
.steps .container .mySwiper .swiper-wrapper .swiper-slide .slide .slide_img {
  position: relative;
}
@media (min-width: 744px) {
  .steps .container .mySwiper .swiper-wrapper .swiper-slide .slide .slide_img {
    grid-area: slide_img;
  }
}
.steps
  .container
  .mySwiper
  .swiper-wrapper
  .swiper-slide
  .slide
  .slide_img
  .arrows {
  position: absolute;
  transform: translate(-100%, 0);
  left: 15px;
  bottom: 24%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 32%;
}
.steps
  .container
  .mySwiper
  .swiper-wrapper
  .swiper-slide
  .slide
  .slide_img
  .arrows
  .arrow {
  position: relative;
  width: auto;
  height: 30%;
  animation: move 0.8s linear infinite;
}
@media (min-width: 744px) {
  .steps
    .container
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .slide
    .slide_img
    .arrows
    .arrow {
    animation: move 1s linear infinite;
  }
}
@keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 20%;
  }
  100% {
    left: 0;
  }
}
.steps .container .mySwiper .swiper-wrapper .swiper-slide .slide .slide_text {
  text-align: center;
  color: #e1e1e1;
  line-height: 150%;
}
@media (min-width: 744px) {
  .steps .container .mySwiper .swiper-wrapper .swiper-slide .slide .slide_text {
    grid-area: slide_text;
    text-align: left;
    justify-self: flex-start;
    align-self: flex-start;
  }
}
.faq {
  padding: 80px 0;
}
.faq .container {
  gap: 16px;
}
.faq .container .title {
  text-align: center;
  font-size: 28px;
}
@media (min-width: 744px) {
  .faq .container .title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .faq .container .title {
    font-size: 32px;
  }
}
.faq .container .subtitle {
  color: #e1e1e1;
  text-align: center;
  line-height: 150%;
}
.faq .container .content {
  display: flex;
  gap: 120px;
  margin-top: 32px;
}
.faq .container .content .faq_img {
  height: fit-content;
  margin-top: 32px;
}
.faq .container .content .faq_wrap {
  max-width: 864px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .container .content .faq_wrap .item {
  padding: 24px 16px;
  border-radius: 6px;
  background: #1d1e23;
  box-shadow: 0px 1px 6px 0px rgba(19, 17, 32, 0.16);
}
.faq .container .content .faq_wrap .item .question_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .container .content .faq_wrap .item .question_wrap .question {
  line-height: 150%;
  transition: color 0.3s;
}
.faq .container .content .faq_wrap .item .question_wrap .arrow {
  transition: 0.3s;
}
.faq .container .content .faq_wrap .item .question_wrap .turnedArrow {
  transform: rotate(90deg);
  filter: sepia(100%) saturate(10000%) hue-rotate(50deg);
}
.faq .container .content .faq_wrap .item .visible {
  color: #e1e1e1;
  line-height: 150%;
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  transition: opacity 1.5s ease, max-height 1s ease, margin-top 0.3s ease;
}
.faq .container .content .faq_wrap .item .hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: margin-top 0.3s ease;
}
.join {
  background-color: #1d1e23;
  background-image: url("/img/join/1.png");
  background-position: left;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow-x: hidden;
}
.join .container {
  position: relative;
  gap: 24px;
}
@media (min-width: 744px) {
  .join .container {
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .join .container {
    gap: 48px;
  }
}
@media (min-width: 744px) {
  .join .container {
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .join .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.join .container .title {
  position: relative;
  line-height: 105%;
  font-size: 36px;
}
@media (min-width: 744px) {
  .join .container .title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .join .container .title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .join .container .title {
    max-width: 500px;
  }
}
.join .container .form_wrap {
  position: relative;
  min-height: 550px;
}
.join .container .shape1 {
  position: absolute;
  bottom: -50px;
  right: 0;
  transform: translate(69%, 0);
}
@media (min-width: 744px) {
  .join .container .shape1 {
    transform: unset;
  }
}
@media (min-width: 1440px) {
  .join .container .shape1 {
    bottom: 100px;
    right: unset;
    left: 20%;
  }
}
.join .container .shape2 {
  width: 135px;
  position: absolute;
  left: 200px;
  bottom: 500px;
  z-index: 0;
}
@media (min-width: 744px) {
  .join .container .shape2 {
    width: 315px;
    bottom: 350px;
  }
}
@media (min-width: 1440px) {
  .join .container .shape2 {
    right: 350px;
    top: -70px;
    bottom: unset;
    left: unset;
  }
} /*# sourceMappingURL=main.min.css.map */

.header .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.new__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .new__block {
    flex-direction: column;
  }
  .btns {
    gap: 10px !important;
    text-align: center;
  }
}
.loginPage .header .container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.logo {
  width: 220px;
  height: 53px;
}

@media (max-width: 1400px) {
  .textAndVideo {
    text-align: center;
  }
}

@media (max-width: 744px) {
  .logo-wrap {
    display: unset;
  }
}

@media (max-width: 600px) {
  .loginPage .header .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.form__protect-description {
  font-size: 10px;
}

.form__protect-description > a {
  text-decoration: underline;
}

.navbar {
  text-transform: uppercase;
  position: relative;
}

.menu {
  display: none;
  background: #141414;
  padding: 16px;
  position: absolute;
  top: 45px;
  right: -16px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  min-width: 137px;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px 0;
}

.burger {
  display: block;
  cursor: pointer;
  background-color: inherit;
  color: white;
  padding: 10px;
  border: none;
  font-size: 16px;
}

.btns {
  flex-direction: row-reverse !important;
}
@media (min-width: 744px) {
  .menu {
    display: none;
  }
  .burger {
    display: none;
  }
  .btns {
    flex-direction: row !important;
  }
  .menu {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    background: inherit;
    position: static;
    height: auto;
    width: auto;
    padding: 0;
  }
}
.first__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1440px) {
  .first__wrap {
    flex-direction: row;
  }
  .new__block {
    gap: 32px;
    align-items: start;
  }
}

.formContent {
  padding: 80px 0;
}
@media (min-width: 744px) {
  .formContent {
    background-image: url("/img/about/planet.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40%;
  }
}
@media (min-width: 1440px) {
  .formContent {
    padding: 170px 0;
    background-size: unset;
  }
}
.formContent .text__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 744px) {
  .formContent .text__container {
    max-width: 450px;
    margin-right: auto;
    margin-left: unset;
  }
}
@media (min-width: 1440px) {
  .formContent .text__container {
    max-width: 800px;
  }
}
.formContent .container .contactForm .btn {
  border: none;
  width: 80%;
}

.formContent .container .contactForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #1d1e23;
  padding: 24px;
  width: 100%;
  max-width: 542px;
}
.formContent .container .contactForm .field__firt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.formContent .container .contactForm input,
.formContent .container .contactForm textarea {
  font-family: Inter;
  width: 100%;
  padding: 16px;
  color: #a0a0a0;
  background: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #474747;
}
@media (min-width: 744px) {
  .formContent .container {
    max-width: 590px;
    margin-right: auto;
    margin-left: unset;
  }
}
@media (min-width: 1440px) {
  .formContent .container {
    max-width: 800px;
    margin-right: auto;
    margin-left: 120px;
  }
}
.formContent .container .title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 105%;
  text-align: left !important;
  max-width: 590px;
  width: 100%;
}
@media (min-width: 744px) {
  .formContent .container .title {
    font-size: 48px;
  }
  .formContent .container .contactForm .btn {
    width: 50%;
  }
  .formContent .container .contactForm {
    margin-right: auto;
  }
  .formContent .container .contactForm .field__firt {
    flex-direction: row;
  }

  .formContent .container .contactForm textarea {
    min-height: 197px;
  }
}
@media (min-width: 1440px) {
  .formContent .container .title {
    font-size: 48px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.modal-content {
  border-radius: 8px;
  border: 1px solid #8ae30b;
  background: #1d1e23;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 320px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.modal-content p {
  color: #e1e1e1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal-content img {
  max-width: 100px;
}

.modal-content .btn {
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(94, 182, 0, 0.3);
}

.modal-content button:hover {
  background-color: #4fa300;
}
:disabled {
  background: #474747;
  box-shadow: none;
}
@media (min-width: 744px) {
  .modal-content img {
    max-width: 200px;
  }
  .modal-content {
    min-width: 500px;
    padding: 48px 120px;
  }
}
textarea {
  resize: none;
}
@media (min-width: 1400px) {
}

