* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span,
label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: #0a0a0c;
}

input {
  outline: none;
  border: none;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label,
.row,
.col,
.col-12,
.col-6,
.col-4,
.col-3,
.col-2,
.col-lg-6,
.col-md-6,
.col-lg-4,
.col-md-4 {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-link, .node-view a {
  color:#E0C170;
}
.card-link:hover,.node-view a:hover {
  color:#ffffff;
}
.main_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.main_container {
  max-width: 1330px;
  margin: 0 auto;
}
.main_top_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #ffffff;
}
.main_top_title btn_white, .main_top_title btn_yellow,  {
  margin: 0.5rem;
}
.main_content {
  background: #101015;
  border-radius: 32px;
  padding: 20px 14px;
}
.main_input {
  height: 50px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #000000;
}

.btn_yellow {
  width: 218px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  background: #e0c170;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_yellow:hover {
  background: #ffffff;
}
.btn_blue {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #ffffff;
  padding: 17px;
  border-radius: 50px;
  background: #086ad4;
  transition: 0.3s ease;
}
.btn_blue:hover {
  background: #ffffff;
  color: #000000;
}
.btn_black {
  color: #ffffff;
  width: 218px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  background: #1b1b20;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn_black:hover {
  background: #ffffff;
  color: #000000;
}
.btn_white {
  width: 218px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  background: #ffffff;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white:hover {
  background: #e0c170;
}
.btn_gray {
  padding: 5.25px 35px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
  color: #fff;
  background: linear-gradient(83.96deg, #4d4d4d 4.78%, #959595 25.34%, #606060 60.52%, #464646 96.15%);
}
.btn_diamond {
  display: inline-block;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(82.43deg, #242424 21.75%, #fbfbfb 52.91%, #505050 73.69%);
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  margin-bottom: 52px;
}
.btn_diamond::before {
  content: "";
  background: #000;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 7px;
  z-index: -1;
}

.linear_text {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.links_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  width:100%;
  max-width: 568px;
  margin: 20px auto;
  background: #101015;
}
.links_btns a {
  flex: 1;
}

.pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.pagination a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #1b1b20;
  transition: 0.3s ease;
}
.pagination a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.pagination a:hover {
  background: #232327;
}
.pagination a.active {
  background: #ffffff;
}
.pagination a.active span {
  color: #101015;
}

.news_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background: #101015;
}
.news_icon svg path {
  fill: #ffffff;
}

.title_top {
  margin: 20px 0;
  padding: 22px 16px;
}

.back_btn {
  gap: 11px;
  padding: 8px 13px;
  background: #101015;
  border-radius: 50px;
}
.back_btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.header {
  padding-top: 20px;
}
.header .main_container {
  background: #101015;
  border-radius: 32px;
  padding: 25px;
}
.header .header_top {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header_logo {
  max-width: 102px;
  flex-shrink: 0;
}
.header .nav {
  margin-left: auto;
}
.header .nav_link {
  display: flex;
  align-items: start;
  gap: 10px;
}
.header .nav_item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 68px;
  gap: 9px;
}
.header .nav_item a svg path {
  transition: 0.3s ease;
}
.header .nav_item a:hover svg path {
  stroke: #e0c170;
}
.header .nav_item a:active svg path {
  stroke: #0a0a0c;
}
.header .nav_item a:active span {
  color: #ffffff;
}
.header .nav_item a:active .nav_item_icon {
  background: #d9d9d9;
}
.header .nav_item a.active svg path {
  stroke: #0a0a0c;
}
.header .nav_item a.active span {
  color: #ffffff;
}
.header .nav_item a.active .nav_item_icon {
  background: #d9d9d9;
}
.header .nav_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0a0a0c;
  transition: 0.3s ease;
}
.header .nav_item span {
  transition: 0.3s ease;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
}
.header .nav_item span:hover {
  color: #E0C170;
}
.header_user {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_user_name {
  text-align: right;
  max-width: 160px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.header_user_img {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.header_user_img div[class] {
  display: inline-block;
  width: 95px;
  height: 95px;
  filter: url(#round);
  overflow: hidden;
}
.header_user_img .hexagone::before {
  content: "";
  display: block;
  padding-top: 86.6%;
  background: url(../images/header-user-img.png) no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.header_user_img img {
  width: 94px;
}
.header_user_img .user_bottom {
  width: 100%;
  height: 25px;
  border-radius: 32px;
  background: #ffffff;
}
.header_bottom {
  display: none;
}

.login .main_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 59px;
  padding-top: 71px;
}
.login .header_logo {
  width: 129px;
}
.login_form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 29px;
  max-width: 527px;
  background: #101015;
  border-radius: 32px;
  padding: 20px 40px 40px 40px;
}
.login .main_title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.login label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.login label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.login input {
  text-align: center;
  padding: 0 13px;
  border-radius: 32px;
  width: 400px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
}
.login input::-moz-placeholder {
  color: #000000;
}
.login input::placeholder {
  color: #000000;
}
.login p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.login p a {
  text-decoration: underline;
}

.news_cards {
  display: flex;
  gap: 20px;
}
.news_card {
  width: calc(33.3333333333% - 14px);
  background: #0a0a0c;
  border-radius: 32px;
  overflow: hidden;
}
.news_card:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.news_card:hover .news_icon svg path {
  fill: #000000;
}
.news_card .news_card_img img {
  width: 100%;
}
.news_card span {
  padding: 6px 14px;
  top: 24px;
  right: 28px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 14px;
  background: #101015;
  color: #ffffff;
}
.news_card .status {
  background: #ffffff;
  color: #000000;
}
.news_card span.active {
  background: #e0c170;
}
.news_card .new_card_text {
  padding: 10px 10px 42px 24px;
}

.modal-header .btn-close {
    color: #ffffff;
    filter: invert(0) grayscale(1) !important;
}
.news_card .new_card_text_top {
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.news_card h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.news_card .news_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101015;
  transition: 0.3s ease;
}
.news_card .news_icon svg path {
  transition: 0.3s ease;
}
.news_card p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  height: 64px;
  overflow: hidden;
}

.new .main_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.new_main_block {
  border-radius: 32px;
  padding: 15px 23px 33px 23px;
  background: #0a0a0c;
}
.new_social {
  justify-content: end;
  gap: 10px;
}
.new .btn_white,
.new .btn_yellow {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}
.new_logo {
  margin: 100px 0 67px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new .new_btns {
  justify-content: end;
  gap: 19px;
}
.new_block {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  border-radius: 32px;
  padding: 20px;
  background: #0a0a0c;
}
.new_block_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new_block .new_block_img {
  border-radius: 32px;
  background: #101015;
  width: 620px;
}
.new_block h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #e0c170;
}
.new_block p,
.new_block li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  max-width: 553px;
}
.new_block ul {
  padding-left: 20px;
}
.new_block li {
  list-style-type: disc;
}
.new_block .new_text {
  gap: 10px;
}
.new_block .new_block_list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.new_block .new_block_list li {
  max-width: 100%;
  list-style-position: inside;
  list-style-type: decimal;
}
.new_block_yellow {
  background: #e0c170;
}
.new_block_yellow .btn_white:hover {
  background: #ffffff;
}
.new_block_yellow .new_block_img {
  background: transparent;
}
.new_block_yellow h6,
.new_block_yellow li {
  color: #0a0a0c;
}

.promo_cards {
  display: flex;
  gap: 10px;
}
.promo_card {
  width: calc(33.3333333333% - 7px);
  background: #0a0a0c;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo_card_img {
  height: 208px;
}
.promo_card:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.promo_card:hover .news_icon svg path {
  fill: #000000;
}
.promo .promo_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_title {
  padding: 13px 10px 20px 10px;
  width: 100%;
  justify-content: space-between;
}
.promo_title h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.promo .news_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101015;
  transition: 0.3s ease;
}
.promo .news_icon svg path {
  transition: 0.3s ease;
}

.academy .accordion-flush .accordion-item .accordion-button,
.academy .accordion-flush .accordion-item .accordion-button.collapsed {
  padding: 20px;
  margin: 0;
  box-shadow: none;
  color: #fff;
}
.academy .accordion-button::after {
  display: none;
}
.academy_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.academy_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.academy .accordion-body {
  color: #fff;
}
.academy .accordion-button:focus,
.academy .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: none;
}
.academy .accordion-button {
  padding: 20px;
}
.academy .academy_list_item {
  padding-right: 20px;
}
.academy li {
  border-radius: 32px;
  background: #0a0a0c;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
}
.academy li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.academy li:hover .news_icon {
  transform: rotate(42deg);
}
.academy .news_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background: #ffffff;
}
.academy .news_icon:hover {
  background: #fff;
}
.academy .news_icon:hover svg path {
  fill: #000000;
}
.academy .news_icon svg path {
  fill: #000000;
}
.academy .lock_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b20;
}
.academy h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.academy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #2a2a31;
}

.faq .academy_list_item a,
.faq .academy_list_item li {
  align-items: center;
}
.faq .academy_list_item a:hover .news_icon,
.faq .academy_list_item li:hover .news_icon {
  background: #ffffff;
}
.faq .academy_list_item a:hover .news_icon svg path,
.faq .academy_list_item li:hover .news_icon svg path {
  fill: #101015;
}
.faq .news_icon {
  background: #101015;
}
.faq .news_icon svg path {
  fill: #ffffff;
}

.academy_cards_blocks {
  gap: 10px;
}
.academy_cards .academy_card {
  width: calc(33.3333333333% - 7px);
  background: #0a0a0c;
  border-radius: 32px;
  overflow: hidden;
}
.academy_cards .academy_card .academy_card_img img {
  width: 100%;
}
.academy_cards .academy_card:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.academy_cards .academy_card:hover .news_icon svg path {
  fill: #000000;
}
.academy_cards .academy_img_lock {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(10, 10, 12, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.academy_cards .academy_img_lock img {
  width: 20px;
  height: 20px;
}
.academy_cards .academy_img_lock span {
  max-width: 310px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #ffffff;
}
.academy_cards .academy_card_title {
  justify-content: space-between;
  padding: 10px 10px 24px 22px;
  gap: 10px;
}
.academy_cards h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}

.events_blocks {
  overflow: hidden;
  display: flex;
  background: #0a0a0c;
  border-radius: 32px;
  justify-content: space-between;
}
.events_text {
  padding: 40px 25px 40px 40px;
}
.events_text h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
}
.events_text p {
  max-width: 637px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin: 18px 0 35px 0;
}
.events_text .events_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.events_text span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #878787;
}
.events_img {
  max-width: 585px;
}
.events_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.events_links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.events_item {
  width: calc(50% - 5px);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
}
.events_item a {
  width: 100%;
  height: 100%;
  background: #0a0a0c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.events_item a:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.events_item a:hover .news_icon svg path {
  fill: #000000;
}
.events_item h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}

.venture_deals_block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
}
.venture_deals_block_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 552px;
}
.venture_deals_block_text ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.venture_deals_block_text ul li {
  list-style-type: decimal;
}
.venture_deals_block_result {
  width: 633px;
  background: #0a0a0c;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  gap: 50px;
}
.venture_deals_block_result ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.venture_deals_block_result .progress_block {
  gap: 0;
}
.venture_deals_block_result li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
.venture_deals_block_result .progress_wrapper {
  margin-top: 12px;
  overflow: hidden;
  height: 5px;
  border-radius: 24px;
  background: #ffffff;
  position: relative;
}
.venture_deals_block_result .progress_wrapper .progress_in {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
  border-radius: 24px;
  background: #e0c170;
}
.venture_deals_block h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #e0c170;
}
.venture_deals_block p,
.venture_deals_block li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.venture_deals_block .venture_btns {
  display: flex;
  align-items: center;
  gap: 13px;
}
.venture_deals_block .venture_btns button {
  flex: 1;
}

.verture_deals_block_two .venture_deals_block_result {
  gap: 20px;
}
.verture_deals_block_two .venture_deals_block_result .text_yellow {
  color: #e0c170;
}
.verture_deals_block_two .venture_deals_block_result .progress_block {
  gap: 15px;
}
.verture_deals_block_two .venture_deals_block_result .progress_block .progress_wrapper {
  margin-top: 0;
  transform: translateY(-5px);
}
.verture_deals_block_two .venture_deals_block_result .progress_block .progress_in {
  width: 100%;
}
.verture_deals_block_two .venture_deals_block_result .btn_yellow,
.verture_deals_block_two .venture_deals_block_result .btn_white {
  display: flex;
  align-items: center;
  gap: 10px;
}
.verture_deals_block_two .venture_deals_block_result .result_top,
.verture_deals_block_two .venture_deals_block_result .result_bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.venture_totals {
  display: flex;
  gap: 20px;
}
.venture_totals .venture_totals_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.venture_totals .venture_totals_img,
.venture_totals .venture_totals_text {
  width: 645px;
  border-radius: 32px;
  padding: 20px;
  background: #0a0a0c;
}
.venture_totals ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.venture_totals .venture_totals_text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.venture_totals h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.venture_totals li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.venture_totals span,
.venture_totals label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.venture_totals label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.venture_totals .btn_yellow {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.venture_trading_title h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.venture_trading_title .btn_yellow {
  gap: 7px;
  width: 262px;
}
.venture_trading .links_btns {
  max-width: 494px;
}
.venture_trading .links_btns .btn_white,
.venture_trading .links_btns .btn_yellow {
  gap: 7px;
  width: 223px;
}
.venture_trading_cards {
  gap: 20px;
}
.venture_trading_card {
  width: calc(33.3333333333% - 14px);
  background: #0a0a0c;
  border-radius: 32px;
  overflow: hidden;
}
.venture_trading_card .venture_card_text {
  padding: 10px 30px;
}
.venture_trading_card .venture_trading_img {
  margin: 10px 0;
}
.venture_trading_card .venture_trading_img img {
  width: 100%;
}
.venture_trading_card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.venture_trading_card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.venture_trading_card li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.venture_trading_card li h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.venture_trading_card .btn_yellow {
  width: 100%;
}

.node_cards .main_content_top {
  margin-bottom: 20px;
  padding: 15px 20px;
}
.node_cards .links_btns .btn_black svg path {
  transition: 0.3s ease;
  stroke: #ffffff;
}
.node_cards .links_btns .btn_black:hover svg path {
  stroke: black;
}
.node_cards .links_btns .btn_black.active svg path {
  stroke: #000000;
}
.node_cards .links_btns .btn_black.active {
  background: #ffffff;
  color: #000000;
}
.node_cards .node_card_title {
  align-items: center;
}
.node_cards .node_card_title h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.node_cards .node_card_title .btn_white {
  justify-content: space-between;
  width: 200px;
  padding: 9px 11px;
}
.node_cards .node_card_title .btn_white:hover .news_icon {
  transform: rotate(42deg);
}
.node_cards .node_card_title .btn_white span {
  white-space: nowrap;
  font-size: 12px;
}
.node_cards .node_card_title .btn_white .news_icon {
  width: 31px;
  height: 31px;
}
.node_cards .node_card_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 56px 24px;
}
.node_cards .node_card_text h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.node_cards .venture_trading_card:hover .news_icon {
  background: #ffffff;
  transform: rotate(41deg);
}
.node_cards .venture_trading_card:hover .news_icon svg path {
  fill: #000000;
}

.node_trading_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.node_trading_card {
  width: calc(50% - 5px);
  border-radius: 32px;
  background: #0a0a0c;
  border-radius: 32px;
  overflow: hidden;
}
.node_trading_card .venture_trading_img img {
  width: 100%;
}
.node_trading_card .venture_card_text {
  padding: 10px 10px 25px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.node_trading_card .venture_card_text h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.node_trading_card:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.node_trading_card:hover .news_icon svg path {
  fill: #000000;
}
.node_trading .main_content_bottom {
  margin-top: 20px;
  padding: 15px 20px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.node_trading .main_content_bottom h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}

.node_block .main_content {
  padding: 40px;
}
.node_block_in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.node_block h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
}
.node_block h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.node_block img {
  width: 100%;
  border-radius: 32px;
}
.node_block li,
.node_block p,
.node_block a,
.node_block span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.node_block .node_block_link {
  text-decoration: underline;
}

.event_in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event .event_block_img {
  border-radius: 32px;
}
.event .bay_ticket {
  background: #000000;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.event .bay_ticket_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event .bay_ticket a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #e0c170;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 32px;
}
.event .bay_ticket h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.event_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px;
}
.event_text h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #e0c170;
}
.event_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.event .event_slider_title {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event .event_slider_title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
}
.event .eventSwiper {
  width: 100%;
}
.event .eventSwiper .event_slide {
  height: 202px;
  border-radius: 32px;
  padding: 20px;
  background: #0a0a0c;
}
.event .eventSwiper h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 11px;
}
.event .eventSwiper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.event .event_tarif h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 20px;
  color: #ffffff;
}
.event .event_tarif_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.event .event_tarif_card {
  text-align: center;
  width: calc(25% - 5px);
  padding: 20px;
  background: #0a0a0c;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.event .event_tarif_card h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 4px;
}
.event .event_tarif_card .btn_yellow {
  width: 100%;
  max-width: 100%;
}
.event .event_tarif_card span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.faq_block .faq_title {
  padding: 70px 45px;
  border-radius: 32px;
  background: #0a0a0c;
}
.faq_block .faq_title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
}
.faq_block .autodrop_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 30px;
}
.faq_block .faq {
  margin-top: 10px;
}
.faq_block .faq .accordion-single {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq_block .faq .accordion-single-item {
  border-radius: 24px;
  background: #0a0a0c;
}
.faq_block .faq .accordion-single-title {
  transition: 0.3s ease;
  text-align: left;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px;
  color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.faq_block .faq .accordion-single-title .accardion_icon {
  margin-left: 15px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}
.faq_block .faq .accordion-single-title .accardion_icon .two {
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(270deg);
}
.faq_block .faq .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq_block .faq .accordion-single-content p {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.faq_block .faq .accordion-single-item.is-open .accordion-single-content {
  max-height: 150px;
}
.faq_block .faq .accordion-single-item.is-open .accordion-single-title {
  padding: 20px;
}
.faq_block .faq .accordion-single-item.is-open .accordion-single-title .accardion_icon .two {
  opacity: 0;
}

.autodrop .links_btns .btn_black svg path {
  transition: 0.3s ease;
}
.autodrop .links_btns .btn_black:hover svg path {
  stroke: #0a0a0c;
}
.autodrop .links_btns .btn_black.active {
  background: #ffffff;
  color: #0a0a0c;
}
.autodrop .links_btns .btn_black.active svg path {
  stroke: #0a0a0c;
}
.autodrop_progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.autodrop_progress p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.autodrop_progress .progress_in {
  position: relative;
  height: 1px;
  width: 320px;
  background: #ffffff;
}
.autodrop_progress .progress_in .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #e0c170;
}
.autodrop_progress ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autodrop_progress ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #646471;
}
.autodrop_blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.autodrop_block {
  width: 100%;
  background: #0a0a0c;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autodrop_block_text {
  padding: 40px 25px 40px 40px;
}
.autodrop_block h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
}
.autodrop_block p {
  margin: 18px 0 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  max-width: 637px;
}
.autodrop_block .btn_white {
  width: 260px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.autodrop_block .btn_white .news_icon {
  width: 31px;
  height: 31px;
}
.autodrop_block .btn_white .news_icon svg {
  width: 10px;
  height: 10px;
}
.autodrop_block .btn_white:hover .news_icon {
  transform: rotate(42deg);
}
.autodrop_block span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #878787;
}
.autodrop_bottom {
  display: flex;
  gap: 10px;
}
.autodrop_bottom .autodrop_block {
  padding: 10px 20px;
}
.autodrop_bottom .autodrop_block_text {
  padding: 0;
}
.autodrop_bottom .autodrop_block .news_icon {
  transition: 0.3s ease;
}
.autodrop_bottom .autodrop_block .news_icon svg path {
  transition: 0.3s ease;
}
.autodrop_bottom .autodrop_block:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.autodrop_bottom .autodrop_block:hover .news_icon svg path {
  fill: #000000;
}
.autodrop_bottom .autodrop_block h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.autodrop_mail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.autodrop_mail_link {
  width: calc(50% - 11px);
  border-radius: 32px;
  padding: 15px 24px;
  background: #0a0a0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autodrop_mail_link .news_icon {
  transition: 0.3s ease;
}
.autodrop_mail_link .news_icon svg path {
  transition: 0.3s ease;
}
.autodrop_mail_link:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.autodrop_mail_link:hover .news_icon svg path {
  fill: #000000;
}
.autodrop_mail h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.autodrop_mail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #d9d9d9;
  margin: 4px 0;
}
.autodrop_mail span {
  color: #878787;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}

.autodrop_mainet .links_btns .btn_black svg path {
  transition: 0.3s ease;
}
.autodrop_mainet .links_btns .btn_black:hover svg path {
  stroke: #0a0a0c;
}
.autodrop_mainet .links_btns .btn_black.active {
  background: #ffffff;
  color: #0a0a0c;
}
.autodrop_mainet .links_btns .btn_black.active svg path {
  stroke: #0a0a0c;
}
.autodrop_mainet_blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.autodrop_mainet_block {
  width: calc(50% - 5px);
  border-radius: 32px;
  padding: 20px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.autodrop_mainet_block_text {
  display: flex;
  align-items: center;
  gap: 28px;
}
.autodrop_mainet_block h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.autodrop_mainet_block span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #878787;
}
.autodrop_mainet .btn_yellow {
  border-radius: 8px;
}

.autodrop_pool_cards .links_btns .btn_black svg path {
  transition: 0.3s ease;
}
.autodrop_pool_cards .links_btns .btn_black:hover svg path {
  stroke: #0a0a0c;
}
.autodrop_pool_cards .links_btns .btn_black.active {
  background: #ffffff;
  color: #0a0a0c;
}
.autodrop_pool_cards .links_btns .btn_black.active svg path {
  stroke: #0a0a0c;
}
.autodrop_pool_cards_progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.autodrop_pool_cards_progress p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.autodrop_pool_cards_progress .progress_in {
  position: relative;
  height: 1px;
  width: 320px;
  background: #ffffff;
}
.autodrop_pool_cards_progress .progress_in .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #e0c170;
}
.autodrop_pool_cards_progress ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autodrop_pool_cards_progress ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #646471;
}
.autodrop_pool_cards .main_content {
  padding: 20px 40px;
}
.autodrop_pool_cards .autodrop_pool_cards_blocks {
  display: flex;
  gap: 10px;
}
.autodrop_pool_cards .autodrop_pool_card {
  overflow: hidden;
  width: calc(33.3333333333% - 7px);
  border-radius: 32px;
  background: #0a0a0c;
}
.autodrop_pool_cards .autodrop_pool_card:hover .news_icon {
  transform: rotate(42deg);
  background: #ffffff;
}
.autodrop_pool_cards .autodrop_pool_card:hover .news_icon svg path {
  fill: #000000;
}
.autodrop_pool_cards .pool_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 24px;
}
.autodrop_pool_cards .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 10px;
}
.autodrop_pool_cards h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.autodrop_pool_cards .btn_yellow {
  width: 100%;
}
.autodrop_pool_cards .autodrop_pool_content {
  padding: 20px 14px;
}
.autodrop_pool_cards .autodrop_top_block {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 15px;
}
.autodrop_pool_cards .autodrop_top_block_text {
  max-width: 934px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.autodrop_pool_cards .autodrop_top_block_text img {
  width: 160px;
  height: 160px;
}
.autodrop_pool_cards .autodrop_top_block_text h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_top_block_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main {
  width: 353px;
  border-radius: 32px;
  background: #0a0a0c;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main .end {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main h3,
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_top_block .autodrop_top_main h3 {
  color: #e0c170;
}
.autodrop_pool_cards .autodrop_list {
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #0a0a0c;
}
.autodrop_pool_cards .autodrop_list li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #1b1b20;
}
.autodrop_pool_cards .autodrop_list li h6 {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_list .autodrop_list_one,
.autodrop_pool_cards .autodrop_list .autodrop_list_two,
.autodrop_pool_cards .autodrop_list .autodrop_list_three {
  width: 420px;
}
.autodrop_pool_cards .autodrop_list span {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.autodrop_pool_cards .autodrop_list .autodrop_list_two {
  text-align: center;
}
.autodrop_pool_cards .autodrop_list .autodrop_list_three {
  text-align: right;
}
.autodrop_pool_cards .autodrop_list .autodrop_list_three br {
  display: none;
}
.autodrop_pool_cards .new_main_block .btn_yellow {
  width: 218px;
}

.tarif_title {
  padding: 20px;
  background: #000000;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tarif_title h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.tarif_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #646471;
}
.tarif_title .btn_yellow {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tarif_title .btn_yellow:hover .news_icon {
  transform: rotate(42deg);
}
.tarif_title .btn_yellow .news_icon {
  width: 24px;
  height: 24px;
}
.tarif_title .btn_yellow .news_icon svg {
  width: 10px;
  height: 10px;
}

.tarif_slider_title {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tarif_slider_title h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
}
.tarif_slider_title .tarif_slider_btns {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tarif_card {
  background: #ffffff;
  border-radius: 32px;
  padding: 13px 24px 24px 24px;
}
.tarif_card h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}
.tarif_card h6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-align: center;
}
.tarif_card span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}
.tarif_card p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #101015;
}
.tarif_card ul {
  margin: 23px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tarif_card ul li {
  display: flex;
  align-items: start;
  gap: 10px;
}
.tarif_card ul li svg {
  flex-shrink: 0;
}
.tarif_card a {
  width: 100%;
  margin: 12px 0 15px 0;
}
.tarif_card svg path {
  fill: #000000;
}

.yellow_card {
  background: linear-gradient(90deg, rgb(224, 193, 112), rgb(252, 229, 168) 22.5%, rgb(221, 190, 108) 61%, rgb(197, 167, 91) 100%);
}
.yellow_card svg path {
  fill: #000000;
}

.grey_card {
  background: linear-gradient(87.73deg, rgb(77, 77, 77) 0.798%, rgb(149, 149, 149) 23.085%, rgb(96, 96, 96) 61.22%, rgb(70, 70, 70) 99.85%);
}
.grey_card svg path {
  fill: #ffffff;
}
.grey_card h6,
.grey_card h5,
.grey_card span {
  color: #ffffff;
}
.grey_card p {
  color: #b0b0b0;
}

.black_card {
  background: linear-gradient(90deg, rgb(29, 29, 29), rgb(2, 2, 2) 22.5%, rgb(20, 20, 20) 61%, rgb(19, 19, 19) 100%);
}
.black_card svg path {
  fill: #ffffff;
}
.black_card h6,
.black_card h5,
.black_card span {
  color: #ffffff;
}
.black_card p {
  color: #646471;
}

.unlock_title {
  margin-bottom: 20px;
}
.unlock_title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.unlock_title .back_btn {
  background: #000000;
}

.unlock_lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unlock_list {
  border-radius: 24px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000;
}
.unlock_list .unlock_list_text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.unlock_list .unlock_list_text img {
  width: 50px;
  height: 50px;
}
.unlock_list .unlock_list_text h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 2px;
}
.unlock_list .unlock_list_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}
.unlock_list .unlock_list_text p span {
  border-radius: 15px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  background: #ffffff;
}
.unlock_list .btn_black,
.unlock_list .btn_yellow,
.unlock_list .btn_white {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.unlock_list .btn_black svg path {
  transition: 0.3s ease;
}
.unlock_list .btn_black:hover svg path {
  stroke: #000000;
}

.list_yellow {
  background: #e0c170;
}
.list_yellow .unlock_list_text h6 {
  color: #000000;
}
.list_yellow .unlock_list_text p {
  color: #000000;
}
.list_yellow .unlock_list_text p span {
  color: #ffffff;
  background: #000000;
}

.node_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.node_wrapper .node_steps {
  background: #0a0a0c;
  padding: 20px;
  border-radius: 32px;
}
.node_wrapper .node_steps .step_img_box {
  max-width: 620px;
  width: 100%;
  height: 440px;
  border-radius: 32px;
  background: #101015;
}
.node_wrapper .node_steps .step_content_box {
  max-width: 521px;
}
.node_wrapper .node_steps .step_boxes {
  display: flex;
  justify-content: space-between;
}
.node_wrapper .node_steps .btns {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.node_wrapper .node_steps h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #e0c170;
  padding: 13px 0;
}
.node_wrapper .node_steps .desc_box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.node_wrapper .node_steps .step_swiper .swiper-pagination {
  bottom: unset;
  top: 36px;
  left: 116px;
  right: unset;
  width: unset;
}
.node_wrapper .node_steps .step_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #2a2a31;
  opacity: 1;
}
.node_wrapper .node_steps .step_swiper .swiper-pagination-bullet-active {
  background: #ffffff;
}
.node_wrapper .node_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.node_wrapper .node_info h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #e0c170;
}
.node_wrapper .node_info h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #e0c170;
}
.node_wrapper .node_info .info_box {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.node_wrapper .node_info .copy_clipboard {
  max-width: 512px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  height: 50px;
  padding: 0 20px;
  color: #0a0a0c;
}
.node_wrapper .node_info .muted_text {
  color: #878787;
}
.node_wrapper .node_main_img {
  padding: 65px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0c;
  border-radius: 32px;
}
.node_wrapper .key {
  display: flex;
  justify-content: space-between;
}
.node_wrapper .key_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 728px;
}
.node_wrapper .key_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.node_wrapper .key_text p span {
  color: #e0c170;
}
.node_wrapper .key_in h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
.node_wrapper .key_in .key_inputs {
  margin: 11px 0 15px 0;
  display: flex;
  gap: 10px;
}
.node_wrapper .key_in .key_inputs input {
  background: #fff;
  width: 342px;
  height: 50px;
  border-radius: 12px;
  padding: 10px;
}
.node_wrapper .key_in .key_inputs .togglePassword {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.node_wrapper .key_in p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.node_wrapper .node_tarif {
  display: flex;
  gap: 10px;
}
.node_wrapper .node_tarif_block {
  width: calc(50% - 5px);
  border-radius: 32px;
  background: #0a0a0c;
  display: flex;
  justify-content: space-between;
}
.node_wrapper .node_tarif_text {
  max-width: 382px;
  padding: 28px 20px;
}
.node_wrapper .node_tarif_text h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #e0c170;
  margin-bottom: 23px;
}
.node_wrapper .node_tarif_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.node_wrapper .node_tarif_img {
  flex-shrink: 0;
  max-width: 270px;
}

.team_page .copy_clipboard {
  display: flex;
  padding-top: 35px;
  gap: 16px;
  flex-direction: column;
}
.team_page .copy_clipboard img {
  cursor: pointer;
}
.team_page .copy_clipboard > div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.team_page .copy_clipboard .copy_box {
  padding: 13px 10px;
  border-radius: 12px;
  background: #101015;
}
.team_page .copy_clipboard .copy_box span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}
.team_page .search_box {
  position: relative;
  width: 320px;
}
.team_page .search_box .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  cursor: pointer;
  z-index: 1;
  background: #fff;
}
.team_page .search_box input {
  padding: 13px 22px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  border-radius: 37.5px;
  width: 100%;
  color: #101015;
}
.team_page .search_box input::-moz-placeholder {
  color: #101015;
}
.team_page .search_box input::placeholder {
  color: #101015;
}
.team_page .tab-content {
  background-color: #101015;
  padding: 20px;
  border-radius: 32px;
}
.team_page .links_btns .btn_white,
.team_page .links_btns .btn_yellow {
  background: #1b1b20;
  color: #ffffff;
}
.team_page .links_btns .btn_white.active,
.team_page .links_btns .btn_yellow.active {
  background: #ffffff;
  color: #0a0a0c;
}
.team_page .main_title {
  color: #fff;
}
.team_page .autodrop_list {
  background: #000000;
  height: 100%;
}
.team_page .autodrop_list li {
  padding: 0;
}
.team_page .cards {
  display: flex;
  gap: 36px;
  padding-top: 20px;
  align-items: stretch;
}
.team_page .cards > div {
  height: unset;
}
.team_page .autodrop_pool_cards {
  max-width: 747px;
  width: 100%;
}
.team_page .right_card {
  background: #000000;
  padding: 20px;
  border-radius: 32px;
  max-width: 517px;
  width: 100%;
}
.team_page .right_card .main_title {
  color: #e0c170;
}
.team_page .right_card ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 11px;
}
.team_page .right_card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_page .right_card li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.team_page .right_card .btns {
  display: flex;
  gap: 10px;
  padding-top: 22px;
}
.team_page .right_card .btns a {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.team_page .referrals_section .copy_clipboard {
  flex-direction: row;
  justify-content: space-between;
}
.team_page .referrals_section .copy_box {
  width: 475px;
}
.team_page .referrals_section .main_title {
  padding: 20px 0;
}
.team_page .referrals_section .referrals_box {
  background: #0a0a0c url(../images/plus.png) no-repeat;
  background-size: cover;
  border-radius: 32px;
  padding: 22px 25px 40px 25px;
}
.team_page .referrals_section .user_box_second {
  max-width: 887px;
  margin: -43px auto 60px auto;
}
.team_page .referrals_section .user_box_last {
  max-width: 1190px;
  margin: 0 auto;
}
.team_page .referrals_section .user_box {
  color: #ffffff;
  text-align: center;
}
.team_page .referrals_section .user_box.first {
  margin-top: -60px;
}
.team_page .referrals_section .user_box .user_img_box {
  position: relative;
  margin: 0 auto;
  width: 195px;
  height: 195px;
}
.team_page .referrals_section .user_box .user_seach {
  position: absolute;
  top: 0;
  right: 32px;
  background: #e0c170;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_page .referrals_section .user_box .badge {
  padding: 5px 18px 5px 18px;
  background: #2a2a31;
}
.team_page .referrals_section .user_box .badge h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.team_page .referrals_section .user_name {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 8px;
}
.team_page .linear-view .filter {
  padding: 18px;
  border-radius: 24px;
  background: #000000;
  max-width: 1088px;
  margin: 20px auto;
}
.team_page .linear-view .filter .btn_black {
  width: 140px;
}
.team_page .linear-view .filter .btn_black.active {
  background: #e0c170;
  color: #0a0a0c;
}
.team_page .linear-view .autodrop_pool_cards {
  max-width: 100%;
}
.team_page .linear-view .autodrop_pool_cards .autodrop_list {
  background: #0a0a0c;
}
.team_page .linear-view .autodrop_pool_cards h6 {
  color: #e0c170;
  font-size: 16px;
  line-height: 24px;
}
.team_page .linear-view .autodrop_pool_cards .autodrop_list_three {
  text-align: center;
}

.personal_area_page .personal_area {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 40px 20px 20px 30px;
  border-radius: 32px;
  background: #101015;
  color: #ffffff;
}
.personal_area_page .top_box {
  border-bottom: 1px solid #2a2a31;
  padding-bottom: 30px;
}
.personal_area_page .login {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 24px;
}
.personal_area_page .login .col-xl-6 {
  row-gap: 12px;
  display: flex;
  flex-direction: column;
}
.personal_area_page .login label {
  align-items: start;
}
.personal_area_page .login input {
  text-align: left;
  width: 360px;
}
.personal_area_page .upload_photo .btn_yellow {
  margin: 10px 0 20px 0;
}
.personal_area_page .upload_photo h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #646471;
}
.personal_area_page .btn_white,
.personal_area_page .btn_yellow {
  color: #101015;
}
.personal_area_page .custom_select {
  position: relative;
  border-radius: 24px;
  width: 360px;
}
.personal_area_page .custom_select input {
  border-radius: inherit;
  border-radius: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.personal_area_page .custom_select .arrow-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  transition: all 0.2s linear;
}
.personal_area_page .custom_select.active input {
  border-radius: 24px 24px 0 0;
}
.personal_area_page .custom_select.active .arrow-down {
  transform: rotate(180deg);
}
.personal_area_page .custom_select .select_option {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 24px 24px;
  display: none;
  z-index: 10;
}
.personal_area_page .custom_select .select_option.show {
  display: block;
}
.personal_area_page .custom_select .option_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #0a0a0c;
  padding: 10px 13px;
  cursor: pointer;
}
.personal_area_page .custom_select .option_item:first-child {
  padding-top: 0;
}
.personal_area_page .language_box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.personal_area_page .change_password .login {
  row-gap: 17px;
  margin-bottom: 22px;
}
.personal_area_page .change_password .settings-notification {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.personal_area_page .change_password .settings-notification .box {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}
.personal_area_page .change_password .settings-notification p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.personal_area_page .change_password .copy_box {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin-top: 16px;
}
.personal_area_page .change_password .copy_box input {
  padding-left: 9px;
  width: 100%;
  background: #ffffff;
  height: 40px;
  border-radius: 12px;
  width: 100%;
  color: #101015;
}
.personal_area_page .change_password .copy_box input::-moz-placeholder {
  color: #101015;
}
.personal_area_page .change_password .copy_box input::placeholder {
  color: #101015;
}
.personal_area_page .change_password .copy_box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  cursor: pointer;
  z-index: 1;
  background: #ffffff;
}
.personal_area_page .change_password .password_box {
  position: relative;
}
.personal_area_page .change_password .password_box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
  background: #ffffff;
  z-index: 1;
}
.personal_area_page .auth_box {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 32px;
  border: 1px solid #000000;
  background: #0a0a0c;
}
.personal_area_page .auth_box .content {
  padding: 40px 0;
}
.personal_area_page .auth_box .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  padding-top: 18px;
}
.personal_area_page .auth_box .login {
  padding-top: 35px;
}
.personal_area_page .auth_box input,
.personal_area_page .auth_box button {
  width: 300px;
  text-align: center;
}
.personal_area_page .auth_box input::-moz-placeholder, .personal_area_page .auth_box button::-moz-placeholder {
  font-size: 12px;
}
.personal_area_page .auth_box input::placeholder,
.personal_area_page .auth_box button::placeholder {
  font-size: 12px;
}

.btn_white.sm,
.btn_yellow.sm {
  font-size: 12px;
  line-height: 16px;
  width: 200px;
}

.gap-10 {
  gap: 10px;
}

.magazine .transaction_log {
  border-radius: 32px;
  background: #101015;
  padding: 20px 14px;
  color: #ffffff;
}
.magazine .autodrop_pool_cards {
  margin-top: 20px;
}
.magazine .selects {
  display: flex;
  gap: 8px;
}
.magazine .custom_select {
  max-width: 150px;
  padding: 8px 8px 8px 18px;
  background: #1b1b20;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.magazine .custom_select input {
  cursor: pointer;
  background: transparent;
  width: 100%;
  color: #ffffff;
}
.magazine .custom_select input::-moz-placeholder {
  color: #ffffff;
}
.magazine .custom_select input::placeholder {
  color: #ffffff;
}
.magazine .custom_select svg {
  transition: all 0.2s linear;
}
.magazine .custom_select.active {
  border-radius: 12px 12px 0 0;
}
.magazine .custom_select.active svg {
  transform: rotate(180deg);
}
.magazine .custom_select .select_option {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 10px;
  background: #1b1b20;
  border-radius: 0 0 12px 12px;
  padding: 8px 18px;
  flex-direction: column;
  row-gap: 10px;
  cursor: pointer;
  display: none;
}
.magazine .custom_select .select_option.show {
  display: flex;
}
.magazine .custom_select .option_item {
  color: #b0b0b0;
}
.magazine .custom_select .option_item:hover {
  color: #ffffff;
}
.magazine .autodrop_list_three {
  text-align: center !important;
}
.magazine .autodrop_list_three.last {
  text-align: right !important;
}

.node_two .node_card_title_bottom {
  margin-top: 20px;
}
.node_two .middle_block {
  padding: 38px 30px 10px 30px;
}
.node_two .node_card_text h6 {
  font-size: 24px;
  line-height: 32px;
}
.node_two .node_card_text {
  padding-bottom: 21px;
}
.node_two .content_box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
.node_two .desc_box {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}

.footer {
  padding: 50px 0 40px 0;
}
.footer_in {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.footer_link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  text-align: center;
}
.footer_link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #646471;
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 23px;
}

.account .main_container {
  background: #101015;
  padding: 20px 15px;
  border-radius: 32px;
}
.account__top {
  gap: 24px;
}
.account__datas {
  background: #000000;
  border-radius: 32px;
  width: 100%;
  padding: 20px;
}
.account__datas h3 {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
}
.account__datas p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
  color: #484848;
}
.account__datas p:nth-child(2) {
  margin: 10px 0;
}
.account__datas p:nth-child(5) {
  margin: 11px 0 20px;
}
.account__datas .btn_diamond {
  margin-bottom: 52px;
}
.account__datas ul {
  gap: 12px;
}
.account__datas ul a {
  font-size: 12px;
  line-height: 16px;
  width: 180px;
}
.account__datas .btn_gray {
  margin: 1px 0 28px;
}
.account_balance {
  width: 424px;
  flex-shrink: 0;
  gap: 10px;
}
.account_balance__top {
  padding: 24px 10px;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
}
.account_balance__top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.account_balance__top h4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3px;
}
.account_balance__top h3 {
  margin-bottom: 29px;
  color: #fff;
  font-style: 40px;
  line-height: 48px;
}
.account_balance__top ul {
  gap: 5px;
}
.account_balance__top ul li {
  width: calc(50% - 2.5px);
}
.account_balance__top ul a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}
.account_balance__link {
  background: #000;
  padding: 7px 12px;
  border-radius: 15px;
}
.account_balance__link span {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
}
.account_balance__link a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101015;
}
.account_balance__foot {
  gap: 10px;
}
.account_balance__foot li {
  border-radius: 15px;
  background: #000;
  width: calc(50% - 5px);
  padding: 10px 20px;
}
.account_balance__foot li span {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.account_balance__foot li h3 {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
}
.account .catalyst {
  background: #e0c170;
  border-radius: 24px;
  padding: 10px 20px;
  margin: 20px 0;
}
.account .catalyst_left {
  gap: 20px;
}
.account .catalyst_left h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  color: #000;
  margin-bottom: 2px;
}
.account .catalyst_left p {
  gap: 20px;
}
.account .catalyst_left p span {
  padding: 6px 14px;
  border-radius: 15px;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}
.account .catalyst ul {
  gap: 5px;
}
.account .catalyst ul a {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  height: 50px;
  width: 200px;
}
.account_foot {
  gap: 10px;
  margin-bottom: 20px;
}
.account_foot .referals {
  width: 100%;
  border-radius: 32px;
  padding: 20px;
  background: #000;
  color: #fff;
}
.account_foot .referals_head {
  margin-bottom: 10px;
}
.account_foot .referals h3 {
  font-size: 32px;
  line-height: 44px;
}
.account_foot .referals_btn {
  gap: 5px;
}
.account_foot .referals_btn button {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
}
.account_foot .referals_user {
  gap: 7px;
  margin-bottom: 20px;
}
.account_foot .referals .title {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 5px;
}
.account_foot .referals .links {
  gap: 10px;
}
.account_foot .referals .links li {
  width: calc(50% - 5px);
}
.account_foot .referals .links p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5%;
  font-weight: 400;
}
.account_foot .referals .links button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: #101015;
  padding: 14px 10px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5%;
  color: #fff;
}
.account_foot .projects {
  width: 488px;
  flex-shrink: 0;
  background: #000;
  padding: 15px;
  border-radius: 32px;
  overflow: hidden;
}
.account_foot .projects_head {
  margin-bottom: 15px;
}
.account_foot .projects_head h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
}
.account_foot .projects_head .btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.account_foot .projects_head button {
  width: 24px;
  height: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.account_foot .projects_swp {
  overflow: visible;
  margin-bottom: 15px;
}
.account_foot .projects_swp .swiper-wrapper {
  align-items: stretch;
}
.account_foot .projects_swp .swiper-slide {
  height: auto;
  background: #101015;
  border-radius: 18px;
  width: 106px;
  text-align: center;
  padding: 15px;
}
.account_foot .projects_swp .swiper-slide p {
  font-size: 16.74px;
  line-height: 24.3px;
  color: #fff;
  margin-top: 12px;
}
.account_foot .projects_links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #fff;
  border-radius: 48px;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5%;
}
.account .presentation {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  height: 440px;
  padding: 22px 41px 31px;
}
.account .presentation_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.account .presentation h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
  margin-bottom: 20px;
}
.account .presentation .link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #E0C170;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5%;
}
.account .presentation h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5%;
  color: #fff;
  margin-bottom: 10px;
}
.account .presentation .networks {
  gap: 10px;
}

@media only screen and (max-width: 1370px) {
  .account .main_container {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1250px) {
  .account__top {
    flex-direction: column;
  }
  .account_balance {
    width: 100%;
  }
  .account_balance__top ul li {
    width: auto;
  }
  .account_balance__top ul a {
    width: 200px;
  }
  .account_foot {
    flex-direction: column;
  }
  .account_foot .projects {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .main_container {
    max-width: calc(100% - 110px);
  }
  .main_content {
    padding: 20px 11px;
  }
  .header_top {
    justify-content: space-between;
  }
  .header .nav {
    width: 100%;
  }
  .header .nav_link {
    width: 100%;
    justify-content: space-between;
  }
  .header_bottom {
    margin-top: 25px;
    display: flex;
  }
  .header .dektop_menu {
    display: none;
  }
  .news_card {
    width: calc(50% - 7px);
  }
  .news_cards {
    gap: 14px;
  }
  .new_block {
    flex-direction: column;
    gap: 30px;
  }
  .new_block .new_block_img {
    width: 100%;
    height: 429px;
  }
  .new_block h6,
  .new_block p,
  .new_block li {
    max-width: 100%;
  }
  .new_block_yellow {
    flex-direction: column-reverse;
  }
  .new_block_yellow .new_block_img {
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .academy_cards .academy_card {
    width: calc(50% - 5px);
  }
  .events_blocks {
    flex-direction: column-reverse;
  }
  .events_img {
    max-width: 100%;
  }
  .events_text {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .venture_deals_block {
    flex-direction: column-reverse;
  }
  .venture_deals_block_result {
    width: 100%;
    gap: 15px;
  }
  .venture_deals_block_result .venture_btns {
    margin-top: 14px;
  }
  .venture_deals_block_result .venture_btns .btn_white,
  .venture_deals_block_result .venture_btns .btn_yellow {
    width: 300px;
    flex: none;
  }
  .venture_deals_block_text {
    max-width: 100%;
  }
  .verture_deals_block_two .venture_deals_block_result {
    flex-direction: row;
    justify-content: space-between;
  }
  .verture_deals_block_two .venture_deals_block_result .result_top {
    width: 340px;
    gap: 40px;
  }
  .verture_deals_block_two .venture_deals_block_result .result_bottom {
    width: 340px;
  }
  .verture_deals_block_two .venture_deals_block_result .venture_btns {
    flex-direction: column;
  }
  .verture_deals_block_two .venture_deals_block_result .venture_btns .btn_white,
  .verture_deals_block_two .venture_deals_block_result .venture_btns .btn_yellow {
    width: 100%;
  }
  .venture_trading_cards {
    gap: 10px;
  }
  .venture_trading_card {
    width: calc(33.3333333333% - 7px);
  }
  .node_block .venture_trading_card {
    width: calc(50% - 5px);
  }
  .node_block_img {
    height: 417px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .node_block .main_content {
    padding: 10px 20px;
  }
  .node_block_in {
    gap: 10px;
  }
  .event_in {
    gap: 40px;
  }
  .event .event_tarif_card {
    width: calc(33.3333333333% - 7px);
  }
  .autodrop_blocks .autodrop_block {
    flex-direction: column-reverse;
    text-align: center;
  }
  .autodrop_blocks .autodrop_block .btn_white {
    margin: 0 auto;
  }
  .autodrop_blocks .autodrop_block_text {
    padding: 26px 0;
  }
  .autodrop_bottom .autodrop_block {
    text-align: left;
    flex-direction: row;
  }
  .autodrop_mainet_block {
    width: 100%;
  }
  .team_page .tab-content {
    padding: 14px 20px;
  }
  .team_page .copy_clipboard {
    gap: 10px;
  }
  .team_page .copy_clipboard > div {
    width: 100%;
  }
  .team_page .referrals_section .copy_box {
    max-width: 100%;
    width: 100%;
  }
  .team_page .cards {
    flex-direction: column;
    gap: 20px;
  }
  .team_page .cards > div {
    max-width: 100%;
  }
  .team_page .cards .copy_clipboard {
    flex-direction: row;
  }
  .team_page .cards .copy_clipboard > div {
    width: 100%;
  }
  .team_page .referrals_box {
    overflow-x: auto;
  }
  .team_page .referrals_box::-webkit-scrollbar {
    display: none;
  }
  .team_page .user_box_last {
    gap: 54px;
    justify-content: center !important;
  }
  .team_page .user_box {
    min-width: 257px;
    max-width: 257px;
    margin: 0 auto;
  }
  .team_page .user_box:first-child {
    margin-left: auto;
  }
  .team_page .user_box:last-child {
    margin-right: auto;
  }
  .team_page .user_box_second {
    gap: 176px;
    justify-content: center !important;
  }
  .referrals_section .user_box.first {
    margin-top: 34px !important;
  }
  .team_page .linear-view .autodrop_pool_cards .autodrop_list_three {
    width: 150px;
  }
  .team_page .linear-view .autodrop_pool_cards .autodrop_list .autodrop_list_one,
  .team_page .linear-view .autodrop_pool_cards .autodrop_list .autodrop_list_two,
  .team_page .linear-view .autodrop_pool_cards .autodrop_list .autodrop_list_three {
    width: 180px;
  }
  .team_page .linear-view .filter .btn_black {
    width: 100%;
  }
  .personal_area_page .login .col-xl-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .personal_area_page .change_password .login {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px;
  }
  .change_password .row {
    row-gap: 60px;
  }
  .personal_area_page .login .row {
    row-gap: 15px;
  }
  .personal_area_page .personal_area {
    padding: 20px 14px;
  }
  .node_wrapper .key {
    flex-direction: column;
    gap: 41px;
  }
  .node_wrapper .node_tarif {
    flex-direction: column;
  }
  .node_wrapper .node_tarif > div {
    width: 100%;
  }
  .node_wrapper .node_steps .step_boxes {
    flex-direction: column;
    gap: 82px;
  }
  .node_wrapper .node_steps .step_boxes > div {
    max-width: 100%;
  }
  .node_wrapper .node_steps .step_boxes .step_img_box {
    order: -1;
  }
  .node_wrapper .node_steps .step_swiper .swiper-pagination {
    top: 554px;
  }
  .node_wrapper .node_steps .btns {
    bottom: unset;
    top: 469px;
  }
}
@media only screen and (max-width: 993px) {
  .main_container {
    max-width: calc(100% - 40px);
  }
  .pagination a {
    flex-shrink: 0;
  }
  .links_btns {
    max-width: 100%;
    margin: 10px 0;
    flex-direction: column;
  }
  .links_btns .btn_white,
  .links_btns .btn_black,
  .links_btns .btn_yellow {
    flex: none;
    height: 50px;
    width: 260px;
  }
  .title_top {
    align-items: start !important;
    margin: 10px 0;
  }
  .news_card {
    width: 100%;
  }
  .news_card span {
    top: 15px;
    right: 9px;
  }
  .new .title_top {
    flex-direction: row !important;
  }
  .new .main_content {
    gap: 14px;
  }
  .new_main_block {
    padding: 15px 30px 30px 30px;
  }
  .new_logo {
    margin: 60px 0;
  }
  .new_block .new_block_img {
    height: 229px;
  }
  .new_block_yellow .new_block_img {
    height: 172px;
    padding: 11px;
  }
  .new_block_yellow button {
    width: 100%;
  }
  .new_social {
    justify-content: center;
  }
  .new_btns {
    flex-direction: column;
  }
  .new_btns button {
    width: 100%;
  }
  .promo_cards {
    flex-direction: column;
  }
  .promo_card {
    width: 100%;
  }
  .academy_cards .academy_card {
    width: 100%;
  }
  .events_text .events_btns {
    width: 100%;
    flex-direction: column;
  }
  .events_text .events_btns .btn_yellow,
  .events_text .events_btns .btn_white {
    width: 100%;
  }
  .events_item {
    width: 100%;
  }
  .events_item a {
    padding: 15px;
    justify-content: space-between;
  }
  .venture_deals_block_result .venture_btns {
    flex-direction: column;
  }
  .venture_deals_block_result .venture_btns .btn_white,
  .venture_deals_block_result .venture_btns .btn_yellow {
    width: 100%;
  }
  .verture_deals_block_two .venture_deals_block_result {
    flex-direction: column-reverse;
  }
  .verture_deals_block_two .venture_deals_block_result .result_top,
  .verture_deals_block_two .venture_deals_block_result .result_bottom {
    width: 100%;
  }
  .venture_totals {
    flex-direction: column;
  }
  .venture_totals .venture_totals_img {
    height: 420px;
  }
  .venture_totals .venture_totals_img,
  .venture_totals .venture_totals_text {
    width: 100%;
  }
  .venture_totals .full_total {
    flex-direction: column;
    gap: 5px;
  }
  .venture_trading_cards {
    gap: 10px;
  }
  .venture_trading_title {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
  .venture_trading_title .btn_yellow {
    width: 100%;
  }
  .venture_trading .links_btns {
    max-width: 100%;
  }
  .venture_trading .links_btns .btn_white,
  .venture_trading .links_btns .btn_yellow {
    width: 100%;
  }
  .venture_trading_card {
    width: 100%;
  }
  .node_cards .links_btns {
    padding: 18px 35px;
  }
  .node_cards .links_btns .btn_black,
  .node_cards .links_btns .btn_white {
    width: 100%;
  }
  .node_cards .main_content_top {
    margin-bottom: 10px;
  }
  .node_cards .node_card_title {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
  .node_cards .node_card_title .btn_white {
    width: 100%;
  }
  .node_cards .node_cards_block {
    gap: 20px;
  }
  .node_cards .node_cards_block .venture_trading_card {
    width: 100%;
  }
  .node_trading_card {
    width: 100%;
  }
  .node_trading .main_content_bottom {
    flex-direction: column;
    text-align: center;
  }
  .event_in {
    gap: 10px;
  }
  .event .bay_ticket {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 20px 10px;
  }
  .event .bay_ticket .btn_yellow {
    width: 100%;
  }
  .event_text {
    padding: 0 10px;
  }
  .event .event_slider_title {
    padding: 0 10px;
  }
  .event .event_tarif_card {
    width: 100%;
    gap: 40px;
  }
  .faq_block .faq_title {
    padding: 50px 15px;
  }
  .autodrop .title_top {
    flex-direction: column;
    gap: 10px;
  }
  .autodrop .autodrop_progress {
    width: 95%;
  }
  .autodrop .autodrop_progress .progress_in {
    width: 100%;
  }
  .autodrop .links_btns .btn_black {
    width: 100%;
  }
  .autodrop_blocks .autodrop_block {
    flex-direction: column-reverse;
    text-align: center;
  }
  .autodrop_blocks .autodrop_block .btn_white {
    margin: 0 auto;
  }
  .autodrop_blocks .autodrop_block_text {
    padding: 26px 0;
  }
  .autodrop_bottom {
    flex-direction: column;
  }
  .autodrop_bottom .autodrop_block {
    text-align: left;
    flex-direction: column-reverse;
  }
  .autodrop_bottom .autodrop_block_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .autodrop_mail_link {
    padding: 15px;
    width: 100%;
  }
  .autodrop_mainet .title_top {
    flex-direction: column;
    gap: 10px;
  }
  .autodrop_mainet .autodrop_progress {
    width: 95%;
  }
  .autodrop_mainet .autodrop_progress .progress_in {
    width: 100%;
  }
  .autodrop_mainet .links_btns .btn_black {
    width: 100%;
  }
  .autodrop_mainet_block {
    width: calc(50% - 5px);
    flex-direction: column;
    align-items: center;
    padding: 20px 8px;
  }
  .autodrop_mainet_block_text {
    flex-direction: column;
    gap: 10px;
  }
  .autodrop_mainet_block_text img {
    width: 61px;
    height: 61px;
  }
  .autodrop_mainet .btn_yellow {
    width: 100%;
  }
  .autodrop_pool_cards .title_top {
    flex-direction: column;
    gap: 10px;
  }
  .autodrop_pool_cards .autodrop_blast_title {
    flex-direction: row;
  }
  .autodrop_pool_cards .autodrop_progress {
    width: 95%;
  }
  .autodrop_pool_cards .autodrop_progress .progress_in {
    width: 100%;
  }
  .autodrop_pool_cards .links_btns .btn_black {
    width: 100%;
  }
  .autodrop_pool_cards_blocks {
    flex-direction: column;
  }
  .autodrop_pool_cards .main_content {
    padding: 20px 14px;
  }
  .autodrop_pool_cards .autodrop_pool_card {
    width: 100%;
  }
  .autodrop_pool_cards .autodrop_pool_card img {
    width: 100%;
  }
  .autodrop_pool_cards .autodrop_top_block {
    flex-direction: column;
    text-align: center;
  }
  .autodrop_pool_cards .autodrop_top_block img {
    margin: 0 auto;
  }
  .autodrop_pool_cards .autodrop_top_block .autodrop_top_main {
    width: 100%;
  }
  .autodrop_pool_cards .new_main_block .btn_yellow {
    width: 100%;
  }
  .autodrop_pool_cards .autodrop_list li {
    gap: 2px;
  }
  .autodrop_pool_cards .autodrop_list .autodrop_list_three br {
    display: block;
  }
  .tarif_title {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .tarif_title .btn_yellow {
    width: 100%;
  }
  .unlock_top {
    flex-direction: column;
    gap: 10px;
  }
  .unlock_list {
    flex-direction: column;
    padding: 10px;
    align-items: start;
    gap: 20px;
  }
  .unlock_list .btn_black,
  .unlock_list .btn_white,
  .unlock_list .btn_yellow {
    width: 100%;
  }
  .team_page .referrals_section .copy_clipboard {
    display: none;
  }
  .team_page .referrals_section .user_box.first {
    margin-top: 0 !important;
  }
  .team_page .tab-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .personal_area_page .auth_box {
    flex-direction: column;
    text-align: center;
  }
  .personal_area_page .auth_box .content {
    order: 1;
  }
  .personal_area_page .auth_box {
    padding: 0 10px;
    margin-top: 0;
  }
  .personal_area_page .auth_box input,
  .personal_area_page .auth_box button {
    width: 100%;
  }
  .autodrop_pool_cards .autodrop_list {
    padding-top: 0;
  }
  .autodrop_pool_cards .autodrop_list li h6 {
    font-size: 16px;
  }
  .node_two .middle_block {
    padding: 40px 20px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_container {
    max-width: calc(100% - 20px);
  }
  .header .main_container {
    padding: 10px 5px 20px 5px;
  }
  .header_logo {
    max-width: 70px;
  }
  .header_user_img img {
    width: 75px;
  }
  .header .header_user_name {
    max-width: 140px;
  }
  .header .user_bottom {
    width: 96px;
  }
  .header .nav {
    width: 100%;
  }
  .header .nav_link {
    overflow-x: scroll;
    width: 770px;
    justify-content: space-between;
  }
  .header .nav_link::-webkit-scrollbar {
    display: none;
  }
  .login .main_container {
    padding-top: 40px;
    gap: 40px;
  }
  .login label {
    width: 100%;
  }
  .login input {
    width: 100%;
  }
  .login p {
    text-align: center;
  }
  .login .btn_yellow {
    width: 100%;
  }
  .team_page .search_box {
    max-width: 201px;
  }
  .team_page .cards .copy_clipboard {
    flex-direction: column;
    gap: 16px;
  }
  .team_page .right_card .btns {
    flex-direction: column;
  }
  .team_page .linear-view .autodrop_pool_cards .autodrop_list li {
    min-width: 900px;
  }
  .team_page .linear-view .autodrop_pool_cards .autodrop_list {
    overflow-x: auto;
  }
  .team_page .linear-view .autodrop_pool_cards .autodrop_list::-webkit-scrollbar {
    display: none;
  }
  .personal_area_page .btn_white,
  .personal_area_page .login input,
  .personal_area_page .custom_select,
  .personal_area_page .select_box,
  .personal_area_page .btn_yellow,
  .personal_area_page .change_password .password_box,
  .personal_area .btn_blue,
  .personal_area_page .change_password .copy_box {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .personal_area_page .btn_white input,
  .personal_area_page .login input input,
  .personal_area_page .custom_select input,
  .personal_area_page .select_box input,
  .personal_area_page .btn_yellow input,
  .personal_area_page .change_password .password_box input,
  .personal_area .btn_blue input,
  .personal_area_page .change_password .copy_box input {
    width: 100%;
  }
  .personal_area .top_box .col-md-4 {
    order: -1;
    margin-bottom: 40px;
  }
  .personal_area .top_box .main_title {
    font-size: 24px;
  }
  .personal_area_page .personal_area {
    gap: 10px;
  }
  .personal_area_page .change_password .settings-notification {
    row-gap: 0;
  }
  .personal_area_page .change_password .settings-notification .main_title {
    padding-bottom: 13px;
  }
  .personal_area_page .auth_box {
    margin-top: 10px;
  }
  .personal_area_page .change_password .settings-notification {
    border-bottom: 1px solid #2a2a31;
    padding-bottom: 30px;
  }
  .personal_area .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .autodrop_pool_cards .autodrop_list .autodrop_list_three {
    width: 366px;
    text-align: center;
  }
  .magazine .title_box {
    row-gap: 20px;
  }
  .solana_logo {
    width: 241px;
    height: 35px;
  }
  .node_two .middle_block {
    padding: 10px;
  }
  .node_wrapper .node_steps .step_boxes .step_img_box {
    height: 260px;
  }
  .node_wrapper .node_steps .btns {
    top: 286px;
  }
  .node_wrapper .node_steps .step_swiper .swiper-pagination {
    top: 370px;
  }
  .node_wrapper .key_in .key_inputs {
    flex-direction: column;
  }
  .node_wrapper .key_in .key_inputs > * {
    width: 100%;
  }
  .node_wrapper .key_in .key_inputs input {
    width: 100%;
  }
  .node_wrapper .node_tarif > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .node_wrapper .node_tarif_text h6 {
    margin-bottom: 12px;
  }
  .node_wrapper .node_tarif_img {
    order: -1;
  }
  .account .main_container {
    max-width: 100%;
  }
  .account__datas {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 20px 28px;
  }
  .account__datas_left {
    width: 100%;
  }
  .account__datas .btn_diamond {
    margin-bottom: 20px;
  }
  .account__datas ul {
    flex-direction: column;
  }
  .account__datas ul li {
    width: 100%;
  }
  .account__datas ul li a {
    width: 100%;
  }
  .account__datas_right {
    width: 100%;
    align-items: center !important;
  }
  .account_balance__top {
    padding: 24px 18px 25px;
  }
  .account_balance__top h4 {
    text-align: center;
  }
  .account_balance__top h3 {
    text-align: center;
  }
  .account_balance__top ul {
    flex-direction: column;
  }
  .account_balance__top ul li {
    width: 100%;
  }
  .account_balance__top ul li a {
    width: 100%;
  }
  .account_balance__foot {
    flex-direction: column;
  }
  .account_balance__foot li {
    width: 100%;
  }
  .account .catalyst {
    flex-direction: column;
    gap: 20px;
  }
  .account .catalyst ul {
    flex-direction: column;
    width: 100%;
  }
  .account .catalyst ul li {
    width: 100%;
  }
  .account .catalyst ul li a {
    width: 100%;
  }
  .account_foot .referals .links {
    flex-direction: column;
  }
  .account_foot .referals .links li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
