@charset "UTF-8";
:root {
  --electric-transp: rgba(0, 104, 255, 0.18);
  --dark: #051323;
  --salad: #00f87a;
  --cristal: #fff;
  --electro: #0068ff;
  --mint: #6affb3;
  --lazur: #00cfff;
  --neutral-30: #9ca4ae;
  --neutral-70: #45505d;
  --mint: #6affb3;
  --text-color: #c9ddec;
  --light: #9caabd;
  --holo: #fff;
  --alarm: #ff3b30;
  --green-transp: rgba(0, 248, 122, 0.08);
}

:root {
  --font-family: "Gilroy", sans-serif;
  --second-family: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  padding: 0;
}

body {
  color: var(--cristal);
  background: url("/assets/img/BG.jpg"), var(--dark);
  min-height: 100vh;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  padding-top: 88px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}
@media (max-width: 600px) {
  body {
    background-size: 300%;
    padding-top: 60px;
  }
}

input {
  border: 1px solid var(--light);
  border-radius: 8px;
  padding: 16px 20px 12px 20px;
  background: unset;
  width: 588px;
  line-height: 153%;
  outline: none;
  transition: 0.3s all;
  font-size: 16px;
}
input:focus {
  border: 1px solid var(--mint);
}
input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 153%;
  opacity: 0.5;
  color: var(--cristal);
}
input.disable {
  border: 1px solid var(--light);
  opacity: 0.5;
  color: var(--cristal);
}
input.disable::placeholder {
  color: var(--cristal);
}
@media (max-width: 780px) {
  input {
    width: 100%;
  }
}

a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--salad);
  transition: all ease-in-out 0.3s;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  z-index: 100;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    grid-row-gap: 20px;
  }
}

.ui-title {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  line-height: 66px;
}
.ui__mob {
  display: none;
}
@media (max-width: 600px) {
  .ui__mob {
    display: block;
  }
}
.ui-reverse {
  flex-direction: column-reverse !important;
}
.ui-flex {
  justify-content: space-between !important;
  width: 100%;
}

.m-section {
  overflow: clip;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.weite {
  transition: all ease-in-out 0.3s;
  filter: blur(3px);
}

.btn {
  width: fit-content;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
}
.btn-def {
  background: var(--salad);
  padding: 16px 24px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}
.btn-outline {
  border: 1px solid var(--salad);
  border-radius: 8px;
  padding: 16px 24px 12px 24px;
  background: rgba(0, 248, 122, 0.09);
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--salad);
}
.btn-outline.disable {
  border: 2px solid rgba(156, 170, 189, 0.3);
  cursor: default !important;
  color: rgba(156, 170, 189, 0.3);
}
.btn-slim {
  padding: 8px;
  font-size: 16px;
  line-height: 110%;
}
.btn-lowslim {
  padding: 6.21px 8px;
  font-size: 16px;
  line-height: 110%;
}
.btn-center {
  margin: 0 auto;
}

.w-icon-nav-menu:before {
  content: "";
}

.down_more.loaded {
  opacity: .3;
  cursor: default !important;
}

.gdpr_banner {
  transition: .5s all;
}

.show-y {
  transform: translateY(0%);
}

.online {
  animation: blink 1s infinite;
}

@font-face {
  font-family: 'Gilroy';
  src: url("/assets/cabinet/fonts/Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url("/assets/cabinet/fonts/Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Мигание */
@keyframes blink {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: .95;
  }
}
/* Плавное изменение */
@keyframes fade {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
/* Цикл с несколькими состояниями */
@keyframes cycle {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.topmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  min-height: 88px;
  width: 100%;
  backdrop-filter: blur(5px);
  background-color: #051323e0;
  top: 0;
  z-index: 1000;
  padding: 0 24px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 600px) {
  .topmenu {
    min-height: 78px;
    z-index: 500;
  }
}
.topmenu__nav {
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .topmenu__nav {
    background: #051323fc;
    flex-direction: column;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    top: 78px;
    transition: all ease-in-out 0.3s;
    transform: translateY(-200%);
    padding: 24px;
    z-index: 1;
    height: calc(100vh - 78px);
  }
}
.topmenu__nav .w-nav-link {
  position: absolute;
  right: 24px;
}
@media (max-width: 600px) {
  .topmenu__nav .w-nav-link {
    position: relative;
    right: unset;
  }
}
@media (max-width: 600px) {
  .topmenu__nav .navbar-button-3 {
    margin: 0 auto;
  }
}
.topmenu__nav.show {
  transform: translateY(0%);
}
.topmenu__nav a {
  line-height: 150%;
  text-transform: uppercase;
  color: var(--light);
  display: flex;
  gap: 10px;
  align-items: center;
}
.topmenu__nav a img {
  width: 24px;
  border-radius: 50%;
}
.topmenu__nav a.active {
  color: var(--salad);
}
.topmenu__action {
  display: flex;
}
.topmenu__action-menu img {
  display: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .topmenu__action-menu img {
    display: block;
  }
}

.botmenu {
  display: none;
}
.botmenu.noauth {
  display: none;
}
@media (max-width: 600px) {
  .botmenu {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 8px 16px 0 rgba(18, 26, 34, 0.15);
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(17.2999992371px);
    background: rgba(5, 19, 35, 0.88);
    padding: 16px 40px;
  }
  .botmenu__div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .botmenu__div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: var(--holo);
  }
  .botmenu__div a[data-rel="base"] img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .botmenu__div a.active {
    color: var(--salad);
  }
  .botmenu__div a.active path {
    fill: var(--salad);
  }
}

.wrapper {
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-rainbow-sso-or {
  display: none;
}

.wp-button .button {
  display: block;
  color: #051323;
  background-color: #00f87a;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.wp-button .button:hover {
  opacity: 0.76;
}

.quest-board {
  background-image: radial-gradient(circle at 50% 100%, #0068ff 0%, rgba(0, 104, 255, 0.12) 0%, transparent 83%);
}

.startPage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 80px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .startPage {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }
}
.startPage__info {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  gap: 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  .startPage__info {
    padding-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .startPage__info {
    gap: 40px;
  }
}
.startPage__image {
  width: 100%;
}
.startPage__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 620px) {
  .startPage__image {
    max-width: 100%;
  }
}
.startPage__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
  gap: 5px;
}
.startPage__title_text {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .startPage__title_text {
    font-size: 80px;
  }
}
@media (max-width: 620px) {
  .startPage__title_text {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
.startPage__subtitle {
  color: #00f87a;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
@media (max-width: 620px) {
  .startPage__subtitle {
    font-size: 16px;
  }
}
.startPage__button {
  max-width: 586px;
  width: 100%;
  margin: 0 auto;
}
.startPage__button button {
  width: 100%;
}
.startPage__stepBlock {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 780px) {
  .startPage__stepBlock {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 780px) {
  .startPage__stepDivider {
    transform: rotate(90deg);
  }
}
.startPage__stepItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startPage__stepItem_text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.startPage__stepItem_number {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 160px;
  font-weight: 900;
  line-height: 90px;
  opacity: 0.03;
}
@media (max-width: 780px) {
  .startPage__stepItem_number {
    padding-top: 24px;
  }
}
.startPage__more {
  padding: 80px 0;
  margin: 64px 0;
}
@media (max-width: 1024px) {
  .startPage__more {
    padding: 40px 0;
    margin: 32px 0;
  }
}
.startPage__more_title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 600px) {
  .startPage__more_title {
    font-size: 30px;
  }
}
.startPage__more_card {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 600px) {
  .startPage__more_card {
    margin-top: 30px;
    flex-direction: column;
  }
}
.startPage__more_card_item {
  border-radius: 8px;
  border: 1px solid #0068ff;
  padding: 48px;
  flex-basis: 50%;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 600px) {
  .startPage__more_card_item {
    gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 780px) {
  .startPage__more_card_item {
    flex-basis: 100%;
  }
}
.startPage__more_card_item_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.startPage__more_card_item_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.startPage__more_card_item_text h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 600px) {
  .startPage__more_card_item_text h4 {
    font-size: 24px;
  }
}
.startPage__more_card_item_text p {
  color: #9ca4ae;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.5px;
}
@media (max-width: 600px) {
  .startPage__more_card_item_text p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .startPage__more_card_item_text {
    gap: 16px;
  }
}

.counters {
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 0;
  bottom: 0;
  min-height: calc(100vh);
  align-items: center;
  background-color: #051323;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.counters a {
  color: #00f87a;
}
.counters .logo {
  margin-bottom: 20px;
}
.counters .logo img {
  width: 80px;
}
.counters .container {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.counters h1 {
  font-weight: heavy;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.counters p {
  color: #9caabd;
  font-weight: light;
  font-size: 0.9em;
}
.counters li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  line-height: normal;
}
.counters li span {
  display: block;
  font-size: 4.5rem;
}
.counters .emoji {
  display: none;
  padding: 1rem;
}
.counters .emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}
@media all and (max-width: 768px) {
  .counters .logo img {
    width: 60px;
  }
  .counters h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  .counters li {
    font-size: calc(1.125rem * var(--smaller));
  }
  .counters li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

.tascs {
  display: flex;
  flex-direction: column;
}
.tascs__div {
  backdrop-filter: blur(30px);
  background: rgba(69, 80, 93, 0.1);
  border-radius: 16px;
  margin-top: 40px;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .tascs__div {
    margin-top: 0;
    padding-bottom: 20px;
  }
}
.tascs__metapage {
  margin-top: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (max-width: 600px) {
  .tascs__metapage {
    align-items: start;
    margin-top: 20px;
    text-align: left;
    line-height: 120%;
  }
}
.tascs__metapage h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: var(--cristal);
}
@media (max-width: 620px) {
  .tascs__metapage h1 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tascs__metapage h1 {
    text-align: left;
  }
}
.tascs__metapage p {
  font-size: 20px;
  line-height: 150%;
  color: var(--neutral-30);
}
@media (max-width: 600px) {
  .tascs__metapage p {
    font-size: 16px;
  }
}
.tascs__metapage p a {
  display: contents;
}
.tascs__metapage a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}
.tascs__metapage a img {
  width: 21px;
}
.tascs__filtred {
  display: flex;
  border-radius: 31px;
  background: rgba(5, 19, 35, 0.3);
  padding: 4px;
}
.tascs__filtred li {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--light);
  padding: 5px 15px 4px 15px;
  cursor: pointer;
  min-width: 160px;
}
@media (max-width: 600px) {
  .tascs__filtred li {
    min-width: 100px;
  }
}
.tascs__filtred li.active {
  transition: all ease-in-out 0.3s;
  border-radius: 33px;
  color: var(--dark);
  background: var(--salad);
}
.tascs__overlow {
  margin-top: 36px;
  position: relative;
  max-height: 50px;
  overflow: hidden;
  transition: .3s all;
}
.tascs__overlow-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  color: var(--holo);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tascs__overlow-title .arrow_way {
  cursor: pointer;
  transition: .3s all;
  margin-left: auto;
}
.tascs__overlow-title .arrow_way.arrow_down {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .tascs__overlow-title {
    font-size: 20px;
  }
}
.tascs__overlow-bage {
  padding: 9px 0px 8px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: var(--dark);
  position: relative;
  text-align: center;
  min-width: 32px;
}
.tascs__overlow-bage:after {
  content: ' ';
  width: 32px;
  height: 32px;
  background: var(--light);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tascs__overlow .tascs__tab-action {
  margin-top: 20px;
}
.tascs__tab-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  .tascs__tab-meta_logo {
    max-width: 60px;
  }
}
@media (max-width: 620px) {
  .tascs__tab-meta_smicon {
    max-width: 18px;
  }
}
.tascs__tab-meta h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: var(--cristal);
  text-align: center;
}
.tascs__tab-meta h2 span {
  color: var(--salad);
}
@media (max-width: 620px) {
  .tascs__tab-meta h2 {
    font-size: 24px;
  }
}
.tascs__tab-meta p {
  font-size: 20px;
  line-height: 150%;
  color: var(--neutral-30);
  text-align: center;
}
@media (max-width: 620px) {
  .tascs__tab-meta p {
    font-size: 16px;
    line-height: 120%;
  }
}
.tascs__tab-meta_link {
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--salad);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 620px) {
  .tascs__tab-meta_link {
    font-size: 16px;
  }
}
.tascs__tab-action {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(156, 164, 174, 0.14);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 600px) {
  .tascs__tab-action {
    padding: 12px 16px;
  }
}
.tascs__tab-action.bg__inch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: radial-gradient(100% 200% at 0% 0%, #3D1C48 0%, #28467C 100%) !important;
}
.tascs__tab-action.bg__inch .hors_inch {
  position: absolute;
  right: 15%;
  top: 0;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  height: -webkit-fill-available;
}
@media (max-width: 780px) {
  .tascs__tab-action.bg__inch .hors_inch {
    display: none;
  }
}
.tascs__tab-action.bg__inch .tascs__tab-action_meta {
  align-items: flex-start;
  gap: 16px;
}
.tascs__tab-action_meta, .tascs__tab-action_stage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 25px;
  z-index: 1;
}
@media (max-width: 600px) {
  .tascs__tab-action_meta, .tascs__tab-action_stage {
    flex-direction: column;
    gap: 12px;
  }
}
.tascs__tab-action_meta-left, .tascs__tab-action_stage-left {
  display: flex;
  align-items: center;
  width: fit-content;
}
.tascs__tab-action_meta-m_rows, .tascs__tab-action_stage-m_rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tascs__tab-action_meta-ptitle, .tascs__tab-action_stage-ptitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--cristal);
}
.tascs__tab-action_meta-mdesc, .tascs__tab-action_stage-mdesc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
.tascs__tab-action_meta-title, .tascs__tab-action_stage-title {
  font-family: var(--second-family);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}
.tascs__tab-action_meta-req, .tascs__tab-action_stage-req {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 125%;
  color: var(--light);
  margin-left: 10px;
  display: block;
}
.tascs__tab-action_meta-right, .tascs__tab-action_stage-right {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  gap: 3px;
  white-space: nowrap;
  min-width: 140px;
  justify-content: end;
}
.tascs__tab-action_meta-right .bagestyle, .tascs__tab-action_stage-right .bagestyle {
  border: 1.46px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 5px 8px;
  background: linear-gradient(209deg, #a9c1fe 0%, #a7fffe 50%, #d4ffaa 100%);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--dark);
}
@media (max-width: 600px) {
  .tascs__tab-action_meta-right, .tascs__tab-action_stage-right {
    justify-content: center;
  }
}
.tascs__tab-action_meta-desc, .tascs__tab-action_stage-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 24px;
}
.tascs__tab-action_meta-desc h4, .tascs__tab-action_stage-desc h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.tascs__tab-action_meta-desc h4 span, .tascs__tab-action_stage-desc h4 span {
  color: var(--salad);
}
.tascs__tab-action_meta-desc p, .tascs__tab-action_stage-desc p {
  font-weight: 500;
  font-size: 18px;
  line-height: 153%;
  color: var(--neutral-30);
}
.tascs__tab-action_meta.success, .tascs__tab-action_stage.success {
  color: var(--salad);
}
.tascs__tab-action_meta.success .tascs__tab-action_meta-right svg path, .tascs__tab-action_stage.success .tascs__tab-action_meta-right svg path {
  fill: var(--salad);
}
.tascs__tab-action.checkstage, .tascs__tab-action.base_step2 {
  border: 1px solid rgba(0, 104, 255, 0.42);
  background: rgba(0, 104, 255, 0.18);
}
.tascs__tab-action.checkstage svg path, .tascs__tab-action.base_step2 svg path {
  fill: var(--electro);
}
.tascs__tab-action.checkstage .tascs__tab-action_stage, .tascs__tab-action.base_step2 .tascs__tab-action_stage {
  cursor: default;
}
.tascs__tab-action.checkstage {
  color: var(--electro);
}
.tascs__tab-action.success {
  background: rgba(0, 248, 122, 0.08);
  color: var(--salad);
  border: 1px solid rgba(0, 248, 122, 0.15);
}
.tascs__tab-action.success .tascs__tab-action_meta {
  cursor: default;
}
.tascs__tab-action.success svg path {
  fill: var(--salad);
}
.tascs__tab-action.noact .tascs__tab-action_meta {
  cursor: default;
}
.tascs__tab-action_fields {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
@media (max-width: 600px) {
  .tascs__tab-action_fields {
    align-items: center;
  }
}
.tascs__tab-action_fields .btn_list {
  display: flex;
  gap: 10px;
}
.tascs__tab-action_fields .mail_step-1, .tascs__tab-action_fields .mail_step-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tascs__tab-action_fields .code__str, .tascs__tab-action_fields .code__link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 10px;
  align-items: center;
  cursor: pointer;
}
.tascs__tab-action_fields .code__str:hover, .tascs__tab-action_fields .code__link:hover {
  background: rgba(5, 19, 35, 0.2);
}
.tascs__tab-action_fields .code__str span, .tascs__tab-action_fields .code__link span {
  font-size: 18px;
  line-height: 153%;
  color: var(--neutral-30);
}
.tascs__tab-action_fields .code__str p, .tascs__tab-action_fields .code__link p {
  margin-left: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.tascs__tab-action_fields .code__str {
  border-radius: 8px;
}
.tascs__tab-action_fields .code__link p {
  display: flex;
}
.tascs__tab-action_fields .code__link p span {
  display: block;
  font-size: unset;
}
@media (max-width: 600px) {
  .tascs__tab-action_fields .code__link p span {
    max-width: 108px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tascs__tab-action_steps h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.tascs__tab-action_info {
  z-index: 1;
}
.tascs__tab-action_infotext {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--light);
}
@media (max-width: 600px) {
  .tascs__tab-static {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.tascs__tab-static_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tascs__tab-static_meta h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media (max-width: 600px) {
  .tascs__tab-static_meta h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .tascs__tab-static_meta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tascs__tab-static_cntr {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.tascs__tab-static_cntr-xp {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}
.tascs__tab-static_cntr-txt {
  font-size: 14px;
  line-height: 150%;
  color: var(--mint);
}
.tascs__tab-static table {
  width: 100%;
}
@media (max-width: 600px) {
  .tascs__tab-static table {
    display: block;
    overflow-x: auto;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .tascs__tab-static table.twmob {
    display: table;
    overflow-x: auto;
    width: 100%;
  }
}
.tascs__tab-static table thead {
  overflow: hidden;
  background: rgba(69, 80, 93, 0.1);
}
.tascs__tab-static table thead tr th {
  text-align: left;
  padding-left: 8px;
  width: 50%;
  height: 78px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .tascs__tab-static table thead tr th {
    font-size: 16px;
  }
}
.tascs__tab-static table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 24px;
  width: 15%;
}
@media (max-width: 600px) {
  .tascs__tab-static table thead tr th:first-child {
    padding-left: 16px;
  }
}
.tascs__tab-static table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 24px;
  text-align: right;
}
@media (max-width: 600px) {
  .tascs__tab-static table thead tr th:last-child {
    padding-right: 16px;
  }
}
.tascs__tab-static table tbody tr {
  border-top: solid 1px var(--neutral-70);
}
.tascs__tab-static table tbody tr.invalid_row {
  opacity: .3;
}
.tascs__tab-static table tbody tr td {
  width: 50%;
  height: 78px;
  padding-left: 8px;
  font-size: 20px;
  line-height: 150%;
  color: var(--mint);
}
@media (max-width: 600px) {
  .tascs__tab-static table tbody tr td {
    font-size: 16px;
  }
}
.tascs__tab-static table tbody tr td:first-child {
  width: 15%;
  padding-left: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--cristal);
}
@media (max-width: 600px) {
  .tascs__tab-static table tbody tr td:first-child {
    padding-left: 16;
    font-size: 16px;
  }
}
.tascs__tab-static table tbody tr td:last-child {
  padding-right: 24px;
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--cristal);
}
@media (max-width: 600px) {
  .tascs__tab-static table tbody tr td:last-child {
    padding-right: 16px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .tascs__tab-static table tbody tr td:nth-child(2) {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tascs__tab-static table tbody tr td.td_more {
  text-align: center !important;
}
.tascs__tab-static table tbody tr td.tnet {
  font-weight: 400;
}
.tascs__tab-static table tbody tr td.tnet div.nft-row {
  display: flex;
  align-items: center;
  gap: 5.5px;
}
@media (max-width: 600px) {
  .tascs__tab-static table tbody tr td.tnet div.nft-row {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tascs__tab-static table tbody tr td.tnet div.nft-row img, .tascs__tab-static table tbody tr td.tnet div.nft-row video {
  height: 41px;
  width: 41px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.tascs__tab-static table tbody tr.myplace {
  border-top: unset;
}
.tascs__tab-static table tbody tr.myplace td {
  background: var(--mint);
  color: #051323;
}
.tascs__tab-static table tbody tr.myplace td:first-child {
  border-radius: 8px 0 0 8px;
  color: #051323;
}
.tascs__tab-static table tbody tr.myplace td:last-child {
  border-radius: 0 8px 8px 0;
  color: #051323;
}
.tascs__tab-static_footer {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 40px;
  border-top: solid 1px var(--neutral-70);
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .tascs__tab-static_footer {
    margin-bottom: 0;
  }
}
.tascs__tab-static_footer-meta {
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  color: var(--neutral-30);
}
@media (max-width: 600px) {
  .tascs__tab-static_footer-meta {
    font-size: 16px;
  }
}
.tascs__tab-info {
  border: 1px solid var(--neutral-70);
  border-radius: 16px;
  padding: 20px;
  background: rgba(156, 164, 174, 0.14);
}
.tascs__tab-info .info__desc {
  display: flex;
  gap: 24px;
}
@media (max-width: 600px) {
  .tascs__tab-info .info__desc {
    flex-direction: column;
    gap: 16px;
  }
}
.tascs__tab-info .info__desc-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tascs__tab-info .info__desc-right h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.tascs__tab-info .info__desc-right_text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tascs__tab-info .info__sucrow {
  display: flex;
  align-items: center;
  color: var(--salad);
  justify-content: space-between;
  border: 1px solid rgba(0, 248, 122, 0.15);
  border-radius: 16px;
  padding: 16px;
  background: rgba(0, 248, 122, 0.08);
  margin-top: 24px;
}
@media (max-width: 600px) {
  .tascs__tab-info .info__sucrow {
    flex-direction: column;
    gap: 12px;
  }
}
.tascs__tab-info .info__sucrow-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tascs__tab-info .info__sucrow-left p {
  color: var(--salad);
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 125%;
}
.tascs__tab-info .info__sucrow-left p b {
  font-weight: 700;
}
.tascs__tab-info .info__sucrow-right {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  gap: 3px;
  white-space: nowrap;
  min-width: 140px;
  justify-content: end;
}
@media (max-width: 600px) {
  .tascs__tab-info .info__sucrow-right {
    justify-content: center;
  }
}

.tabler {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  position: relative;
}
.tabler__tab {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
  transition: all ease-in-out 0.3s;
  padding-top: 20px;
  z-index: 10;
}
@media (max-width: 780px) {
  .tabler__tab {
    overflow-x: auto;
    top: 78px;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
  }
}
.tabler__tab a {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 3px solid rgba(156, 170, 189, 0.4);
  width: 100%;
  padding: 0px 0px 20px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--light);
}
@media (max-width: 780px) {
  .tabler__tab a {
    min-width: 148px;
  }
}
@media (max-width: 600px) {
  .tabler__tab a {
    min-width: 148px;
    font-size: 18px;
  }
}
.tabler__tab a.active, .tabler__tab a:hover {
  color: var(--salad);
  border-color: var(--salad);
}
.tabler__set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .tabler__set {
    justify-content: center;
  }
}
.tabler__set-type {
  display: flex;
  border-radius: 31px;
  background: rgba(5, 19, 35, 0.3);
  padding: 4px;
}
.tabler__set-type li {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--light);
  padding: 5px 15px 4px 15px;
  cursor: pointer;
}
.tabler__set-type li.active {
  transition: all ease-in-out 0.3s;
  border-radius: 33px;
  color: var(--dark);
  background: var(--salad);
}
.tabler__set-period {
  display: flex;
  border-radius: 31px;
  padding: 4px;
  background: rgba(5, 19, 35, 0.3);
}
.tabler__set-period li {
  padding: 5px 15px 4px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--light);
  cursor: pointer;
}
.tabler__set-period li.active {
  transition: all ease-in-out 0.3s;
  border-radius: 33px;
  background: var(--electro);
  color: var(--dark);
}
.tabler__item.unlock img.lock {
  display: none;
}

.p_leader-boards .tabler__list {
  margin-top: 40px;
}

.basic .tascs__tab-action {
  margin-top: 20px;
}

.base {
  display: flex;
  flex-direction: column;
}
.base__info {
  width: 100%;
  border-radius: 8px;
  padding: 32px 40px;
  backdrop-filter: blur(30px);
  background: rgba(69, 80, 93, 0.1);
}
.base__info-show {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.base__info-show h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 600px) {
  .base__info-show h2 {
    font-size: 40px;
  }
}
.base__info-show p {
  text-align: center;
}
.base__info-show a {
  display: flex;
  gap: 10px;
  font-size: 18px;
  line-height: 133%;
  color: var(--salad);
  align-items: center;
}
.base__stat {
  width: 100%;
}
.base__stat-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .base__stat-meta {
    text-align: center;
  }
}
.base__stat-meta h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
@media (max-width: 600px) {
  .base__stat-meta h3 {
    font-size: 30px;
  }
}
.base__stat-meta a {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  line-height: 133%;
  color: var(--salad);
}
.base__stat-filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .base__stat-filter {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
}
.base__table {
  width: 100%;
}
@media (max-width: 600px) {
  .base__table {
    display: block;
    overflow-x: auto;
    width: calc(100% + 40px);
    padding-left: 20px;
  }
}
.base__table thead tr {
  backdrop-filter: blur(30px);
  background: rgba(69, 80, 93, 0.1);
}
.base__table tbody tr {
  border-bottom: 1px solid rgba(156, 164, 174, 0.14);
}
.base__table th, .base__table td {
  padding: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
}
@media (max-width: 600px) {
  .base__table th, .base__table td {
    padding: 16px;
    font-size: 16px;
  }
}
.base__table th:first-child, .base__table td:first-child {
  text-align: left;
}
.base__table th:last-child, .base__table td:last-child {
  text-align: right;
}
.base__table th:first-child {
  border-radius: 8px 0 0 8px;
}
.base__table th:last-child {
  border-radius: 0 8px 8px 0;
}
.base__table td:first-child {
  font-weight: 600;
}

:root {
  --h2-font-family: Gilroy, sans-serif;
  --h3-font-family: Gilroy, sans-serif;
}

body > div {
  height: 100%;
}

a {
  cursor: pointer !important;
  text-decoration: none;
}

.join-wl-block {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1300px) {
  .join-wl-block {
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .join-wl-block {
    gap: 30px;
  }
}
.join-wl-block__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.join-wl-block__title h2 {
  text-align: center;
  font-size: 60px;
}
.join-wl-block__title span {
  color: #00f87a;
  font-size: 20px;
  text-align: center;
}
.join-wl-block__user {
  border-radius: 16px;
  background: rgba(69, 80, 93, 0.1);
  backdrop-filter: blur(15px);
  padding: 32px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 890px) {
  .join-wl-block__user {
    flex-direction: column;
    gap: 24px;
  }
}
.join-wl-block__user_info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.join-wl-block__user_stats {
  display: flex;
  gap: 24px;
}
@media (max-width: 600px) {
  .join-wl-block__user_stats {
    gap: 18px;
    flex-direction: column;
  }
}
.join-wl-block__user_stats__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 600px) {
  .join-wl-block__user_stats__item {
    align-items: center;
  }
}
.join-wl-block__user_stats__score, .join-wl-block__user_stats__tokens {
  color: #00f87a;
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 550px) {
  .join-wl-block__user_stats__score, .join-wl-block__user_stats__tokens {
    font-size: 36px;
  }
}
.join-wl-block__user_stats__tokens {
  color: var(--cristal);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
.join-wl-block__user_stats__text {
  color: #00f87a;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.join-wl-block__user_stats__nubmer {
  color: #fff;
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 550px) {
  .join-wl-block__user_stats__nubmer {
    font-size: 36px;
  }
}
.join-wl-block__user_stats__link a {
  text-decoration: none;
  display: block;
  color: #0068ff;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.join-wl-block__user-divider {
  background: #45505d;
  width: 1px;
  max-height: 70px;
  height: 100px;
}
@media (max-width: 600px) {
  .join-wl-block__user-divider {
    width: 100%;
    height: 1px;
  }
}
.join-wl-block__quest {
  border-radius: 16px;
  background: rgba(69, 80, 93, 0.1);
  backdrop-filter: blur(15px);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 550px) {
  .join-wl-block__quest {
    padding: 24px 12px;
  }
}
.join-wl-block__quest__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.join-wl-block__quest__title h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  max-width: 70%;
  margin: 0 auto;
  font-family: var(--h3-font-family);
}
.join-wl-block__quest__title span {
  color: #9ca4ae;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.join-wl-block__quest_board {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join-wl-block__quest_board .accordion-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(156, 164, 174, 0.14);
  cursor: pointer;
}
.join-wl-block__quest_board .accordion-item .name-wrapper-done,
.join-wl-block__quest_board .accordion-item .name-wrapper-wait {
  display: none;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board .accordion-item.invite-item .icon {
    display: none;
  }
  .join-wl-block__quest_board .accordion-item.invite-item .name-wrapper {
    align-items: center !important;
    text-align: center;
  }
}
.join-wl-block__quest_board .accordion-item.done {
  background-color: rgba(0, 248, 124, 0.08);
  border-color: rgba(0, 248, 124, 0.15);
  color: #00f87a;
  pointer-events: none;
}
.join-wl-block__quest_board .accordion-item.done .name-wrapper-default {
  display: none;
}
.join-wl-block__quest_board .accordion-item.done .name-wrapper-done {
  display: flex;
}
.join-wl-block__quest_board .accordion-item.done .name,
.join-wl-block__quest_board .accordion-item.done .score,
.join-wl-block__quest_board .accordion-item.done .subname,
.join-wl-block__quest_board .accordion-item.done > button {
  color: #00f87a;
}
.join-wl-block__quest_board .accordion-item.done path {
  fill: #00f87a;
}
.join-wl-block__quest_board .accordion-item.done .done-icon {
  display: inline-block;
}
.join-wl-block__quest_board .accordion-item.done .qws-acc-toggle {
  display: none;
}
.join-wl-block__quest_board .accordion-item.done .accordion-item-body {
  max-height: 0 !important;
}
.join-wl-block__quest_board .accordion-item.wait {
  background-color: rgba(0, 104, 255, 0.18);
  border-color: rgba(0, 104, 255, 0.42);
}
.join-wl-block__quest_board .accordion-item.wait .name-wrapper-default {
  display: none;
}
.join-wl-block__quest_board .accordion-item.wait .name-wrapper-wait {
  display: flex;
}
.join-wl-block__quest_board .accordion-item-header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board .accordion-item-header {
    flex-direction: column;
    gap: 10px;
  }
}
.join-wl-block__quest_board .accordion-item-header .qws-acc-toggle {
  transition: all 0.7s ease;
}
.join-wl-block__quest_board .accordion-item-header.active .qws-acc-toggle {
  rotate: 45deg;
}
.join-wl-block__quest_board .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.join-wl-block__quest_board .accordion-item-body-content {
  padding-top: 16px;
  border-top: 1px solid rgba(156, 164, 174, 0.16);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.join-wl-block__quest_board .accordion-item-body-content input {
  max-width: 548px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27.5px;
  background-color: transparent;
  outline: none;
  padding: 16px 20px 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.join-wl-block__quest_board .accordion-item-body-content input::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.join-wl-block__quest_board .accordion-item-body-content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board .accordion-item-body-content .button-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.join-wl-block__quest_board .accordion-item-body-content .acc-button {
  border-radius: 8px;
  background: #00f87a;
  padding: 16px 24px 12px 24px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #051323;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  cursor: pointer;
  border: none;
  outline: none;
}
.join-wl-block__quest_board .accordion-item-body-content .acc-button--opacity {
  border: 1px solid #00f87a;
  background: rgba(0, 248, 122, 0.09);
  color: #00f87a;
}
.join-wl-block__quest_board .accordion-item-body-content .acc-button--small {
  font-size: 16px;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board .accordion-item-body-content .acc-button {
    width: 100%;
    text-align: center;
  }
}
.join-wl-block__quest_board .done-icon {
  display: none;
}
.join-wl-block__quest_board .wait-icon {
  display: none;
}
.join-wl-block__quest_board_item-acc {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-wl-block__quest_board_name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.join-wl-block__quest_board_name .name-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.join-wl-block__quest_board_name .name-wrapper.invite-name .icon {
  display: none;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board_name .name-wrapper.invite-name .icon {
    display: block;
  }
}
.join-wl-block__quest_board_name .name {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.join-wl-block__quest_board_name .name.wls-name svg {
  display: none;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board_name .name.wls-name svg {
    display: block;
  }
}
.join-wl-block__quest_board_name .subname {
  color: #9ca4ae;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.join-wl-block__quest_board_item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(156, 164, 174, 0.14);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board_item {
    flex-direction: column;
    gap: 10px;
  }
}
.join-wl-block__quest_board_item .name-wrapper-done,
.join-wl-block__quest_board_item .name-wrapper-wait {
  display: none;
}
.join-wl-block__quest_board_item .name-wrapper-done .name__subtext,
.join-wl-block__quest_board_item .name-wrapper-wait .name__subtext {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.join-wl-block__quest_board_item .name-wrapper-done .name__subtext a,
.join-wl-block__quest_board_item .name-wrapper-done .name__subtext span,
.join-wl-block__quest_board_item .name-wrapper-wait .name__subtext a,
.join-wl-block__quest_board_item .name-wrapper-wait .name__subtext span {
  display: block;
  text-align: left;
}
.join-wl-block__quest_board_item .name-wrapper-done .name__subtext a,
.join-wl-block__quest_board_item .name-wrapper-wait .name__subtext a {
  color: rgba(0, 248, 122, 0.5);
  font-weight: 500;
  font-size: 12px;
}
.join-wl-block__quest_board_item.done {
  background-color: rgba(0, 248, 124, 0.08);
  border-color: rgba(0, 248, 124, 0.15);
  color: #00f87a;
  pointer-events: none;
}
.join-wl-block__quest_board_item.done .name-wrapper-default {
  display: none;
}
.join-wl-block__quest_board_item.done .name-wrapper-done {
  display: flex;
}
.join-wl-block__quest_board_item.done .name,
.join-wl-block__quest_board_item.done .score,
.join-wl-block__quest_board_item.done .subname,
.join-wl-block__quest_board_item.done > button {
  color: #00f87a;
}
.join-wl-block__quest_board_item.done path {
  fill: #00f87a;
}
.join-wl-block__quest_board_item.done .done-icon {
  display: inline-block;
}
.join-wl-block__quest_board_item.done .qws-acc-toggle {
  display: none;
}
.join-wl-block__quest_board_item.wait {
  background-color: rgba(0, 104, 255, 0.18);
  border-color: rgba(0, 104, 255, 0.42);
  color: #0068ff;
  cursor: default;
}
.join-wl-block__quest_board_item.wait .name-wrapper-default {
  display: none;
}
.join-wl-block__quest_board_item.wait .name-wrapper-wait {
  display: flex;
}
.join-wl-block__quest_board_item.wait .name,
.join-wl-block__quest_board_item.wait .score,
.join-wl-block__quest_board_item.wait .subname,
.join-wl-block__quest_board_item.wait > button {
  color: #0068ff;
}
.join-wl-block__quest_board_item.wait path {
  fill: #0068ff;
}
.join-wl-block__quest_board_item.wait .wait-icon {
  display: inline-block;
}
.join-wl-block__quest_board_item.wait .qws-acc-toggle {
  display: none;
}
@media (max-width: 550px) {
  .join-wl-block__quest_board_item.wls-item .icon {
    display: none;
  }
  .join-wl-block__quest_board_item.wls-item .name-wrapper {
    align-items: center !important;
    text-align: center;
  }
}
.join-wl-block__quest_board .disable {
  color: #45505d;
}
.join-wl-block__quest_board .disable .name,
.join-wl-block__quest_board .disable .score,
.join-wl-block__quest_board .disable .subname,
.join-wl-block__quest_board .disable button {
  color: #45505d;
}
.join-wl-block__quest_board .disable path {
  fill: #45505d;
}
.join-wl-block__quest_board_score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.join-wl-block__quest_board_score .score {
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--cristal);
}
.join-wl-block__quest_board_button {
  max-width: 250px;
  width: 100%;
}
.join-wl-block__quest_board_button button {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #45505d;
  background-color: transparent;
  cursor: pointer;
  color: #00f87a;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.join-wl-block__quest_board .wait-button--mobile {
  display: none;
}
.join-wl-block__quest_board .wait .wait-button {
  border-radius: 8px;
  border: 1px solid var(--Salad, #00f87a);
  background: rgba(0, 248, 122, 0.09);
  padding: 8px 8px 6px 8px;
  cursor: pointer;
  color: var(--Salad, #00f87a);
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .join-wl-block__quest_board .wait .wait-button {
    display: none;
  }
}
@media (max-width: 650px) {
  .join-wl-block__quest_board .wait .wait-button--mobile {
    display: block;
    margin-left: 10px;
  }
}
.join-wl-block_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 86px;
  width: 86px;
  border-radius: 100px;
  background-color: #00cfff;
}
.join-wl-block_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.join-wl-block_text__name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.join-wl-block_text__name .wl-status {
  border-radius: 8px;
  background: #00f87a;
  padding: 4px 8px 2px 8px;
  color: #051323;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.join-wl-block_text__name .wl-status.wl-status-not {
  background: #f35c4d;
}
@media (max-width: 550px) {
  .join-wl-block_text__name {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.join-wl-block_text__wallet {
  color: #9ca4ae;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 550px) {
  .join-wl-block_text__wallet {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.join-wl-block .mail-block .form-code {
  display: none;
}
.join-wl-block .mail-block.wait .form-email {
  display: none;
}
.join-wl-block .mail-block.wait .form-code {
  display: flex;
}

.err_input {
  border-color: #FF5D02 !important;
}

/*# sourceMappingURL=main.css.map */
