html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #000;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background-color: #DA1A00;
  width: 3px;
}

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

body {
  font-family: "IBM Plex Mono", monospace;
  background: #000000;
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}

header {
  padding: 15px 0 110px 0;
  /* Style the arrow inside the select element: */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
header .header_block {
  justify-content: space-between;
  align-items: center;
}
header .header_logo {
  flex: 0 0 auto;
  width: 31.5%;
}
header .select-items {
  padding: 5px 0;
}
header .select-items a {
  color: #000;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
header .header_menus {
  display: flex;
  align-items: center;
  gap: 0 45px;
  list-style: none;
}
header .header_menus .link {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  padding: 10px 15px;
  border-radius: 17px;
  transition: all ease-in 0.2s;
}
header .header_menus .link:hover {
  background: #282e6a;
}
header .partner_btn a {
  display: inline-block;
  padding: 10px 25px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #222222;
  border-radius: 17px;
  transition: all ease-in 0.2s;
}
header .partner_btn a:hover {
  background: #282e6a;
}
header .custom-select {
  position: relative;
}
header .custom-select select {
  display: none; /*hide original SELECT element: */
}
header .select-selected {
  background: #FFFFFF;
  border-radius: 6px;
}
header .select-selected.select-arrow-active {
  visibility: hidden;
}
header .select-items div, header .select-selected {
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
header .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  border-radius: 6px;
  left: 0;
  right: 0;
  z-index: 99;
}
header .select-hide {
  display: none;
}
header .select-items div:hover, header .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.hero .hero_buttons .hero_more#russian {
  padding: 6px 34px;
}

.hero {
  padding-bottom: 50px;
  background: url(../images/hero_bg.png) no-repeat;
}
.hero .hero_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 63px;
  line-height: 77px;
  text-align: center;
  background: linear-gradient(269.38deg, #00FFB2 8.85%, #03A4FF 80.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 395px;
}
.hero .hero_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 90px;
}
.hero .hero_buttons .hero_partner {
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: linear-gradient(87.82deg, #04A5FF 0.02%, #01FFB3 100.02%);
  border-radius: 17px;
  padding: 5px 13px;
  transition: all ease-in 0.2s;
}
.hero .hero_buttons .hero_partner:hover {
  box-shadow: 2px 1px 25px 14px rgba(46, 153, 22, 0.2);
  text-shadow: 3px 2px 13px #2CCE45;
}
.hero .hero_buttons .hero_more {
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #262626;
  border-radius: 17px;
  padding: 5px 70px;
  transition: all ease-in 0.2s;
}
.hero .hero_buttons .hero_more:hover {
  background: #282e6a;
}

.about {
  padding: 35px 0 90px 0;
  background: url(../images/about_bg.png);
  background-size: cover;
}
.about .about_top_title {
  padding-top: 35px;
  font-family: "Inter";
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(88.77deg, #04A5FF 11.55%, #01FFB3 94.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about_bottom_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.about .about_desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 38px;
}
.about .about_logo_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantages {
  padding: 33px 50px;
}
.advantages .advantage_bottom_title {
  margin-bottom: 35px;
}
.advantages .advantages_block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.advantages .advantages_block .top_title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(88.77deg, #04A5FF 11.55%, #01FFB3 94.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.advantages .advantages_block .bottom_title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.advantages .advantages_block .advantages_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 0 25px;
  background: linear-gradient(267.57deg, rgba(0, 0, 0, 0.29) 25.52%, rgba(239, 239, 239, 0.53) 93.11%);
  border-radius: 37px;
}
.advantages .advantages_block .advantage_item_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 785px;
}
.advantages .advantages_block .advantage_item_number {
  background: linear-gradient(245.65deg, #01FFB3 0%, #00A4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter";
  font-weight: 600;
  font-size: 230px;
}

.earn .earn_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.earn .earn_block .earn_item {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #7F7F7F 100%);
  border-radius: 63px;
  flex: 0 0 auto;
  padding-bottom: 65px;
  width: calc(33.33% - 66px);
}
.earn .earn_block .earn_item .earn_number {
  font-family: "Inter";
  font-weight: 700;
  font-size: 128px;
  line-height: 155px;
  text-align: center;
  background: linear-gradient(245.65deg, #01FFB3 0%, #00A4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.earn .earn_block .earn_item .earn_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  height: 366px;
  padding: 0 5px;
}
.earn .earn_block .earn_item .earn_text p {
  margin-bottom: 25px;
}

.team .team_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team .team_block .team_item {
  padding: 18px 0 25px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #7F7F7F 100%);
  border-radius: 63px;
  flex: 0 0 auto;
  width: calc(33.33% - 66px);
}
.team .team_block .team_img {
  margin-bottom: 45px;
  text-align: center;
}
.team .team_block .team_name {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.team .team_block .team_desc {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}

.story {
  padding-bottom: 60px;
}
.story .story_block {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #7F7F7F 100%);
  border-radius: 63px;
  padding: 70px 12px;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.contact {
  background: url(../images/contact_bg.png);
  background-size: cover;
}
.contact .contact_wrapper {
  background-color: #D9D9D9;
  border-radius: 24px 24px 0 0;
}
.contact .contact_header {
  background: linear-gradient(271.97deg, #01FFB3 0%, #04A5FF 100.06%);
  border-radius: 24px;
  padding: 14px 30px;
  margin-bottom: 70px;
}
.contact .contact_header .contact_text {
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.contact .contact_block {
  padding: 0 35px 40px 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .contact_left .left_title {
  font-family: "Inter";
  font-size: 14px;
  line-height: 120%;
  max-width: 300px;
  color: #0C0C0C;
  margin-bottom: 25px;
}
.contact .contact_left .contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .contact_left .input {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.contact .contact_left .input label {
  font-family: "Inter";
  font-size: 14px;
  line-height: 120%;
  color: #0C0C0C;
  opacity: 0.5;
}
.contact .contact_left .input input {
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
}
.contact .contact_left .send_btn {
  padding: 25px 0px;
  width: 100%;
  background: linear-gradient(271.97deg, #01FFB3 0%, #04A5FF 100.06%);
  border-radius: 24px;
  border: none;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.59em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 17px;
  transition: all ease-in 0.2s;
}
.contact .contact_left .send_btn:hover {
  box-shadow: 2px 1px 25px 14px rgba(63, 209, 30, 0.2);
}
.contact .contact_img img {
  width: 100%;
}

footer {
  padding: 16px 0;
  background: #131313;
}
footer .footer_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .privacy a {
  font-family: "Inter";
  font-size: 12px;
  line-height: 15px;
  text-transform: lowercase;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
}
footer .social_net {
  display: flex;
  align-items: center;
  gap: 48px;
}
footer .contact_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .phone_img,
footer .email_img {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
footer .phone_img a,
footer .email_img a {
  font-family: "Inter";
  font-size: 12px;
  line-height: 15px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.hero .hero_buttons .hero_more#indian_more {
  padding: 8px 70px;
}

.hero .hero_buttons .hero_partner#hero_indian {
  padding: 8px 13px;
}

.dropbtn,
.dropdown-content a {
  border: none;
  border-radius: 6px;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0 0 6px 6px;
}

.dropdown:hover .dropbtn {
  border-radius: 6px 6px 0 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ffffff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.menu_header_top {
  padding: 60px 0 65px 0;
  background: url(../images/earn_bg.png);
  background-size: cover;
}

.menu_header_top_title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(88.77deg, #04A5FF 11.55%, #01FFB3 94.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
}

.menu_header_bottom_title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
}

.hamurger_menu img {
  width: 30px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  header .header_logo a img {
    width: 100%;
  }
  header .header_menus {
    gap: 0px;
  }
  header .header_menus#indian_header {
    gap: 0 50px;
  }
  .logo_item img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .advantages .advantages_block .advantages_item {
    padding: 12px 25px;
  }
  .advantages .advantages_block .advantage_item_text {
    font-size: 18px;
  }
  .team .team_block .team_name {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .team .team_block .team_desc {
    font-size: 29px;
    line-height: 36px;
  }
  .team .team_block .team_img {
    margin-bottom: 25px;
  }
  .contact_left,
  .contact_right {
    flex: 0 0 auto;
    width: 50%;
  }
  .contact .contact_img {
    text-align: end;
  }
  .contact .contact_img img {
    width: 90%;
  }
  .earn .earn_block .earn_item,
  .team .team_block .team_item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .hero .hero_buttons .hero_more#russian {
    padding: 6px 29px;
  }
  .hero .hero_buttons .hero_more#indian_more {
    padding: 15px 64px 5px 64px;
  }
  .hero {
    background-size: 122%;
    background-position: bottom;
  }
  header .header_menus .link {
    font-size: 20px;
    color: #000;
    padding: 13px 20px;
  }
  header .header_menus .link:hover {
    color: #fff;
  }
  .advantages .advantage_bottom_title {
    margin-bottom: 20px;
  }
  .dropdown {
    right: 75px;
  }
  header .header_menus {
    position: fixed;
    z-index: 123;
    top: 0;
    right: -100%;
    background-color: #FFFFFF;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 160px;
    transition: all ease-in-out 0.3s;
  }
  header .header_menus.active {
    right: 0;
  }
  header .header_menus li a {
    font-size: 21px;
    padding: 13px 36px;
  }
  .contact .contact_left .input label {
    margin-bottom: 5px;
  }
  header .partner_btn a {
    display: none;
  }
  .hamburger_menu a img {
    width: 38px;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
  }
  .hamburger_close {
    transform: scale(0);
    transition: all ease 0.2s;
  }
  .hamburger_close a img {
    width: 25px;
  }
  .hamburger_close.active {
    transform: scale(1);
    position: fixed;
    top: 20px;
    right: 27px;
    z-index: 124;
    cursor: pointer;
  }
  header .header_menus a {
    color: #000;
  }
  header .header_menus .partner_btn a {
    color: #fff;
  }
  header .custom-select {
    position: relative;
    left: -85px;
  }
  header {
    padding: 15px 0 60px 0;
  }
  .hero .hero_title {
    margin-bottom: 330px;
  }
  .hero .hero_buttons .hero_partner {
    font-size: 27px;
  }
  .hero .hero_buttons .hero_more {
    font-size: 27px;
    padding: 5px 56px;
  }
  .about .about_logo_block {
    gap: 25px 50px;
    justify-content: center;
  }
  .about {
    padding: 35px 0 40px 0;
  }
  .advantages .advantages_block .advantage_item_number {
    font-size: 154px;
  }
  .advantages .advantages_block .advantage_item_text {
    font-size: 14px;
  }
  .earn .earn_block .earn_item .earn_number {
    font-size: 100px;
    line-height: 100px;
  }
  .earn .earn_block .earn_item .earn_text {
    font-size: 16px;
    line-height: 22px;
  }
  .earn .earn_block .earn_item, .team .team_block .team_item {
    width: calc(33.33% - 20px);
  }
  .team .team_block .team_name {
    font-size: 31px;
    margin-bottom: 13px;
  }
  .story .story_block {
    padding: 30px 12px;
    font-size: 20px;
  }
  .contact .contact_block {
    padding: 0 0 30px 0px;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .contact .contact_header .contact_text {
    font-size: 30px;
    line-height: 39px;
  }
  .contact .contact_header {
    margin-bottom: 35px;
  }
  .contact_left, .contact_right {
    flex: 0 0 auto;
    width: 100%;
  }
  .contact .contact_img {
    text-align: center;
    margin-bottom: 15px;
  }
  .contact .contact_img img {
    width: 54%;
  }
  .contact .contact_left .send_btn {
    padding: 19px 20px;
    font-size: 18px;
    letter-spacing: 0.39em;
    margin-top: 10px;
  }
  .contact .contact_left .left_title {
    margin: 0 auto 25px auto;
    font-size: 14px;
    max-width: 433px;
    text-align: center;
  }
  .contact .contact_left .contact_form {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .hero .hero_buttons .hero_more#indian_more {
    padding: 7px 56px 5px 56px !important;
  }
  .hero .hero_buttons .hero_partner#hero_indian {
    padding: 5px 13px;
  }
  header .header_menus {
    width: 65%;
  }
  .earn .earn_block .earn_item .earn_number {
    font-size: 150px;
    line-height: 1;
    font-weight: 600;
  }
  .hero .hero_title {
    margin-bottom: 260px;
    font-size: 52px;
  }
  .hero .hero_buttons {
    gap: 0 25px;
  }
  .hero .hero_buttons .hero_partner {
    font-size: 23px;
  }
  .hero .hero_buttons .hero_more {
    font-size: 23px;
    padding: 5px 50px;
  }
  .about .about_bottom_title {
    font-size: 27px;
    line-height: 30px;
  }
  .about .about_desc {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .about .about_logo_block {
    gap: 25px 20px;
    justify-content: space-between;
  }
  .about {
    padding: 35px 0 22px 0;
  }
  .menu_header_bottom_title {
    font-size: 31px;
    line-height: 33px;
  }
  .menu_header_top {
    padding: 30px 0 40px 0;
  }
  .earn .earn_block .earn_item, .team .team_block .team_item {
    width: calc(50% - 20px);
  }
  .earn .earn_block .earn_item .earn_text {
    height: 310px;
  }
  .team .team_block .team_img {
    margin-bottom: 5px;
  }
  .team .team_block .team_desc {
    font-size: 24px;
    line-height: 30px;
  }
  .contact .contact_header .contact_text {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hero .hero_buttons .hero_more#russian {
    padding: 6px 59px;
  }
  .dropdown {
    right: 60px;
  }
  .hero .hero_buttons .hero_more#indian_more {
    padding: 5px 60px 4px 60px !important;
  }
  .hero {
    background-size: 175%;
    background-position: 50% 87%;
  }
  header .header_menus {
    width: 78%;
  }
  .about .about_logo_block .logo_item {
    text-align: center;
  }
  .hero .hero_title {
    margin-bottom: 220px;
    font-size: 50px;
    line-height: 56px;
  }
  .hero .hero_buttons {
    gap: 25px;
    flex-direction: column;
  }
  .hero .hero_buttons .hero_partner {
    padding: 5px 45px;
  }
  .hero .hero_buttons .hero_more {
    padding: 5px 81px;
  }
  .about .about_logo_block {
    gap: 15px 20px;
    justify-content: center;
  }
  .menu_header_bottom_title {
    font-size: 24px;
    line-height: 30px;
  }
  .advantages .advantages_block .advantages_item {
    flex-direction: column-reverse;
    padding: 10px 15px 30px 15px;
    background: linear-gradient(327deg, rgba(0, 0, 0, 0.29) 25.52%, rgba(239, 239, 239, 0.53) 93.11%);
  }
  .advantages .advantages_block .advantage_item_text {
    font-size: 15px;
  }
  .advantages .advantages_block .advantage_item_number {
    font-size: 135px;
  }
  .earn .earn_block .earn_item, .team .team_block .team_item {
    width: 80%;
  }
  .earn .earn_block,
  .team .team_block {
    justify-content: center;
    gap: 10px;
  }
  .earn .earn_block .earn_item .earn_text {
    height: 170px;
  }
  .earn .earn_block .earn_item .earn_text p {
    margin-bottom: 12px;
  }
  .story .story_block {
    padding: 30px 12px 10px 12px;
    font-size: 18px;
  }
  .contact .contact_header .contact_text {
    font-size: 23px;
    line-height: 27px;
  }
  .contact .contact_header {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .contact .contact_img img {
    width: 70%;
  }
  footer .social_net {
    gap: 25px;
  }
  .advantages .advantages_block {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 24px;
  }
  .hero .hero_buttons .hero_more#russian {
    padding: 6px 48px;
  }
  header .header_menus {
    width: 100%;
    padding-top: 140px;
  }
  .crypto_desc_part2 {
    margin-top: 5px;
  }
  .dropbtn {
    font-size: 19px;
  }
  .hero .hero_buttons .hero_partner#rus {
    padding: 4px 35px;
  }
  .hero .hero_buttons .hero_partner#hero_indian {
    padding: 5px 16px;
  }
  header .header_menus .link {
    padding: 13px 15px;
  }
  .team .team_block .team_item:last-child {
    position: relative;
  }
  .team .team_block .team_item:last-child .team_detail {
    position: absolute;
    top: 4px;
    left: 98px;
  }
  .earn .earn_block .earn_item .earn_number,
  .advantages .advantages_block .advantage_item_number {
    font-size: 128px;
  }
  .earn .earn_block .earn_item .earn_text {
    height: 215px;
  }
  .earn .earn_block .earn_item:nth-child(n+2) .earn_text {
    height: 155px;
  }
  .advantages .advantages_block .advantages_item {
    padding: 0px 15px 30px 15px;
  }
  .hero {
    background-size: 130%;
    background-position: 100% 3%;
  }
  .advantages .advantages_block .advantage_item_text {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
  }
  .advantages .advantages_block {
    gap: 20px;
  }
  header .header_menus li a {
    font-size: 19px;
    padding: 13px 36px;
  }
  .hero .hero_buttons .hero_more {
    padding: 5px 49px;
  }
  .hero .hero_buttons .hero_partner {
    padding: 4px 14px;
  }
  header .header_logo {
    width: 45.5%;
  }
  .menu_header_top {
    padding: 20px 0 15px 0;
  }
  .menu_header_bottom_title {
    font-size: 16px;
    line-height: 19px;
  }
  .earn .earn_block .earn_item .earn_text {
    font-size: 14px;
    line-height: 18px;
  }
  .hero .hero_buttons {
    gap: 15px;
  }
  .hero {
    padding-bottom: 7px;
  }
  header {
    padding: 15px 0 30px 0;
  }
  .hero .hero_title {
    font-size: 25px;
    max-width: 95%;
    margin: 0 auto 110px auto;
    line-height: 29px;
  }
  .about .about_top_title {
    font-size: 14px;
    line-height: 17px;
    padding-top: 0px;
    margin-bottom: 6px;
  }
  .about .about_bottom_title {
    font-size: 16px;
    line-height: 21px;
    max-width: 85%;
    margin: 0 auto 10px auto;
  }
  .about .about_desc {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 21px;
  }
  .about .about_logo_block .logo_item {
    flex: 0 0 auto;
    width: 46%;
  }
  .menu_header_top_title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 17px;
  }
  .advantages {
    padding: 7px 0px;
  }
  .advantages .advantage_bottom_title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
  }
  .earn .earn_block .earn_item, .team .team_block .team_item {
    width: 100%;
    padding-bottom: 35px;
    border-radius: 37px;
    background: linear-gradient(327.91deg, rgba(0, 0, 0, 0.29) 25.52%, rgba(239, 239, 239, 0.53) 94.27%);
  }
  .team .team_block .team_item {
    display: flex;
    align-items: center;
    gap: 0 55px;
    padding: 7px 0;
    background: linear-gradient(267.57deg, rgba(0, 0, 0, 0.29) 13.72%, rgba(239, 239, 239, 0.53) 79.26%);
  }
  .team .team_block .team_img img {
    padding-left: 13px;
    width: 85px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .team .team_block .team_name {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 21px;
  }
  .team .team_block .team_desc {
    font-size: 14px;
    line-height: 18px;
    width: 92%;
  }
  .team .team_block .team_img {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .team .team_block {
    gap: 20px;
    margin-bottom: 10px;
  }
  .story .story_block {
    padding: 33px 10px 10px 10px;
    font-size: 14px;
    border-radius: 63px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #7F7F7F 100%);
  }
  .contact .contact_header .contact_text {
    font-size: 19px;
    line-height: 26px;
  }
  .contact .contact_header {
    margin-bottom: 10px;
    padding: 20px 11px;
  }
  .contact .contact_img img {
    width: 250px;
  }
  .contact .contact_left .left_title {
    font-size: 12px;
    line-height: 120%;
  }
  .form_button {
    width: 94%;
  }
  .story {
    padding-bottom: 40px;
  }
  .contact .contact_left .input {
    width: 90%;
  }
  header .custom-select {
    left: -70px;
  }
  .contact .contact_left .send_btn {
    padding: 19px 0px;
    font-size: 19px;
    letter-spacing: 0.155em;
    margin-top: 0px;
  }
  .contact .contact_block {
    padding: 0 0 15px 0px;
  }
  .privacy {
    flex: 0 0 auto;
    width: 30%;
  }
  footer .footer_block {
    gap: 15px;
  }
  footer .social_net {
    gap: 20px;
  }
  footer .privacy a {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */