/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.services-card__new-button {
  margin-top: 7px;
}

.services-card__new-button_green {
  background: #C1F537;
}

.services-card__new-button_purple {
  background: -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
  color: #fff;
}

.button-transparent {
  border: 1px solid #5B6673;
  background: #000;
  pointer-events: none;
}

.purple-text {
  background: -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-text {
  background: -o-linear-gradient(178.54deg, #41C9E7 6.46%, #2899CA 102.56%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(271.46deg, #41C9E7 6.46%, #2899CA 102.56%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-text {
  background: -o-linear-gradient(180.91deg, #E74141 4.79%, #CA2828 45.11%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(269.09deg, #E74141 4.79%, #CA2828 45.11%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emerald-text {
  background: -o-linear-gradient(178.68deg, #76E741 6.28%, #6FCA28 97.75%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(271.32deg, #76E741 6.28%, #6FCA28 97.75%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__button {
  background: #C1F537;
}
.header__button:hover .header__button-inner {
  background: #C1F537;
}
.header__button-inner {
  color: #041527;
}

.header-mint-page .header__container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .header-mint-page .header__container {
    background: rgba(4, 21, 39, 0.05);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }
}
.header-mint-page .header__button {
  background: transparent;
}
.header-mint-page .header__button:hover .header__button-inner {
  background: #C1F537;
  color: #041527;
}
.header-mint-page .header__button-inner {
  border: 1px solid #C1F537;
  background: rgba(4, 21, 39, 0.05);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: #F6F9F9;
}
.header-mint-page .rounded-icon {
  background: rgba(34, 34, 34, 0.45);
}
.header-mint-page .rounded-icon svg path {
  fill: #F6F8F9;
}
.header-mint-page .header-links__link {
  color: #FEFEFE;
}
.header-mint-page .header-links__link:before {
  background-color: #FEFEFE;
}

section.section.mint-section {
  margin-top: 0;
}

.mint-section {
  background: #000000;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  position: relative;
}
.mint-section__mobile-logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 51px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mint-section__mobile-logo {
    display: none;
  }
}
.mint-section__back-video {
  position: absolute;
  right: -398px;
  top: -320px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 1111px;
  height: 1111px;
}
@media screen and (min-width: 576px) {
  .mint-section__back-video {
    width: 1451px;
    height: 1451px;
  }
}
.mint-section__wrap {
  margin: 431px 0 32px;
}
@media screen and (min-width: 576px) {
  .mint-section__wrap {
    margin: 178px 0 293px;
  }
}
.mint-section__title {
  max-width: 675px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .mint-section__title {
    font-size: 54px;
    line-height: 55px;
  }
}
.mint-section__subtitle {
  margin: 24px 0 42px;
  max-width: 409px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #9BA7B6;
}
.mint-section__button {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mint-section__button {
    width: 232px;
  }
}

.cards-section {
  padding: 0 0 86px;
  margin-top: 33px;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .cards-section {
    margin-top: -107px;
  }
}
.cards-section__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.cards-section__item {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .cards-section__item {
    width: 580px;
  }
}
.cards-section__item_double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.card-inner {
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  min-height: 375px;
  color: #FDFDFE;
  -webkit-box-shadow: 0 4px 120px rgba(173, 195, 205, 0.2);
  box-shadow: 0 4px 120px rgba(173, 195, 205, 0.2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
@media screen and (min-width: 768px) {
  .card-inner {
    min-height: 260px;
    padding: 12px 38px 66px 29px;
  }
}
.card-inner h3 {
  font-size: 32px;
  line-height: 41px;
  text-transform: lowercase;
  color: #FDFDFE;
}
@media screen and (min-width: 576px) {
  .card-inner h3 {
    font-size: 64px;
    line-height: 100px;
  }
}
.card-inner h4 {
  font-size: 32px;
  line-height: 41px;
  text-transform: lowercase;
  margin-bottom: 10px;
  color: #FDFDFE;
}
@media screen and (min-width: 576px) {
  .card-inner h4 {
    font-size: 48px;
    line-height: 61px;
  }
}
.card-inner div {
  font-size: 16px;
  line-height: 22px;
  max-width: 313px;
}
.card-inner img {
  position: absolute;
}
.card-inner__high {
  height: 100%;
}
.card-inner__low img {
  right: 0;
  bottom: 0;
}
.card-inner_lock {
  background: #C1F537;
  color: #041527;
}
.card-inner_lock h3 {
  color: #041527;
}
.card-inner_lock img {
  right: -120px;
  bottom: -135px;
  width: 399px;
  height: auto;
}
@media screen and (min-width: 576px) {
  .card-inner_lock img {
    right: -150px;
    bottom: -170px;
  }
}
@media screen and (min-width: 1240px) {
  .card-inner_lock img {
    width: 573px;
  }
}
.card-inner_t-shirt {
  background: -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
}
.card-inner_t-shirt img {
  right: -50px;
  bottom: -110px;
}
.card-inner_snow {
  background: #43CE8B;
}
.card-inner_snow img {
  right: -44px;
  bottom: -70px;
}
.card-inner_page {
  background: #43CE8B;
}
.card-inner_page img {
  right: -50px;
  bottom: -20px;
}
.card-inner_coin {
  background: #C1F537;
  color: #041527;
}
.card-inner_coin h4 {
  color: #041527;
}
.card-inner_coin img {
  right: -153px;
  bottom: -155px;
}
.card-inner_secret {
  background: #041527;
  min-height: 385px;
}
.card-inner_secret h2 {
  color: #C1F537;
}
.card-inner_secret img {
  right: -18px;
  bottom: -40px;
  width: 307px;
  height: auto;
}
@media screen and (min-width: 1240px) {
  .card-inner_secret img {
    right: -30px;
    bottom: -50px;
    width: 476px;
  }
}

@media screen and (min-width: 992px) {
  .our-services-section__title {
    margin-bottom: 56px;
  }
}

.grade-section {
  background: #000;
  font-weight: 500;
}
.grade-section__wrap {
  margin: 25px 0 29px;
}
@media screen and (min-width: 768px) {
  .grade-section__wrap {
    margin: 63px 0 106px;
  }
}
.grade-section__tabs-wrap {
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .grade-section__tabs-wrap {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1240px) {
  .grade-section__tabs-wrap {
    margin-bottom: 0;
  }
}
.grade-section__tabs {
  overflow: auto;
  gap: 12px;
  position: relative;
  z-index: 1;
  /* ie 10+ */
}
.grade-section__tabs::-webkit-scrollbar {
  width: 0;
}
.grade-section__tabs {
  -ms-overflow-style: none;
}
.grade-section__tabs {
  overflow: -moz-scrollbars-none;
}
.grade-section__tab {
  width: 160px;
  min-width: 160px;
  cursor: pointer;
  background: #141B23;
  border-radius: 58px;
  padding: 1px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.grade-section__tab:first-child:hover, .grade-section__tab:first-child.grade-section__tab_active {
  background: -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
}
.grade-section__tab:nth-child(2):hover, .grade-section__tab:nth-child(2).grade-section__tab_active {
  background: -o-linear-gradient(178.54deg, #41C9E7 6.46%, #2899CA 102.56%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(271.46deg, #41C9E7 6.46%, #2899CA 102.56%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
}
.grade-section__tab:nth-child(3):hover, .grade-section__tab:nth-child(3).grade-section__tab_active {
  background: -o-linear-gradient(180.91deg, #E74141 4.79%, #CA2828 45.11%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(269.09deg, #E74141 4.79%, #CA2828 45.11%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
}
.grade-section__tab:last-child:hover, .grade-section__tab:last-child.grade-section__tab_active {
  background: -o-linear-gradient(178.68deg, #76E741 6.28%, #6FCA28 97.75%), -o-radial-gradient(104.5% 102.98%, 154.09% 114.47%, #775BFF 0.01%, #2948FF 100%);
  background: linear-gradient(271.32deg, #76E741 6.28%, #6FCA28 97.75%), radial-gradient(154.09% 114.47% at 104.5% 102.98%, #775BFF 0.01%, #2948FF 100%);
}
.grade-section__tab-inner {
  background: #141B23;
  border-radius: 57px;
  padding: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grade-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  opacity: 0;
  -webkit-animation: fadeEffect 0.9s;
  animation: fadeEffect 0.9s;
}
@media screen and (min-width: 768px) {
  .grade-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .grade-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grade-item_active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grade-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .grade-item__title {
    font-size: 54px;
    line-height: 55px;
    margin-top: 56px;
  }
}
.grade-item__access-list {
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.grade-item__access-item {
  border: 1px solid #5B6673;
  border-radius: 46px;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.grade-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grade-item__list {
  margin: 16px 0 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .grade-item__list {
    margin: 24px 0 32px;
  }
}
@media screen and (min-width: 1200px) {
  .grade-item__list {
    padding-right: 110px;
  }
}
.grade-item__item {
  background: #141B23;
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  gap: 8px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media screen and (min-width: 576px) {
  .grade-item__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1200px) {
  .grade-item__item {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.grade-item__item-title {
  font-size: 16px;
  line-height: 22px;
}
.grade-item__item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #D9D9D9;
}
.grade-item__buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
@media screen and (min-width: 768px) {
  .grade-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .grade-item__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.grade-item__how-button {
  padding: 18px;
}
.grade-item__buttons-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .grade-item__buttons-mobile {
    display: none;
  }
}
.grade-item__buttons-mobile .grade-item__mint-button, .grade-item__buttons-mobile .grade-item__how-button {
  width: 100%;
  max-width: 342px;
}
.grade-item__video-wrap {
  position: relative;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  height: 560px;
  width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .grade-item__video-wrap {
    margin-left: 16px;
    height: 560px;
    width: 286px;
    min-width: 286px;
  }
}
@media screen and (min-width: 992px) {
  .grade-item__video-wrap {
    margin-top: 44px;
  }
}
.grade-item .grade-item__video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 559px;
  height: 463px;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .grade-item .grade-item__video {
    height: 559px;
    -webkit-transform: translate(-50%, -105px);
    -ms-transform: translate(-50%, -105px);
    transform: translate(-50%, -105px);
  }
}

.hidden-item {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hidden-item {
    display: block;
  }
}

.video-card {
  position: relative;
  background: #141B23;
  padding: 17px 20px;
  border-radius: 16px;
  color: #fff;
  width: 100%;
  max-width: 342px;
}
@media screen and (min-width: 768px) {
  .video-card {
    max-width: 286px;
  }
}
.video-card__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.video-card__name {
  font-size: 16px;
  line-height: 20px;
}
.video-card__left {
  font-size: 12px;
  line-height: 15px;
}
.video-card__bar-numbers {
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
}
.video-card__current-result {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: calc(100% + 4px);
  left: 75%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.video-card__progress-bar {
  position: relative;
  width: 95%;
  height: 6px;
  background: #2C3B4D;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.video-card__progress-bar:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(177.64% -436.36%, 265.21% 1084.57%, #C9F731 0%, #35CA94 100%);
  background: radial-gradient(265.21% 1084.57% at 177.64% -436.36%, #C9F731 0%, #35CA94 100%);
  border-radius: 30px;
}
.video-card__progress-bar:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(177.64% -436.36%, 265.21% 1084.57%, #C9F731 0%, #35CA94 100%);
  background: radial-gradient(265.21% 1084.57% at 177.64% -436.36%, #C9F731 0%, #35CA94 100%);
  border-radius: 30px;
}
.video-card__bar-lines {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .video-card__bar-lines {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 0 0 83px;
  }
}