*::-webkit-scrollbar {
  background: transparent;
  width: 4px; }

*::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #fff; }

img {
  max-width: 100%;
  height: auto; }

html {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  max-width: 100%; }

body {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  background: #000D16;
  z-index: 0;
  padding-top: 152px;
  height: 100%;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    body {
      padding-top: 100px; }
      body.menubar-in {
        overflow: hidden;
        max-height: 100vh; }
        body.menubar-in .header-first {
          background: transparent; }
        body.menubar-in .top-header img {
          visibility: hidden;
          opacity: 0;
          transition: 0.1s; } }

.header-first {
  background: #000D16;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .header-first {
      background: transparent; } }

header {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  z-index: 3; }

@media (max-width: 991.98px) {
  .header-first-active {
    background: #000D16;
    opacity: 0.9; } }

.color-dark-blue {
  color: #1C86EE !important; }

.color-yelow {
  color: #FFDE8A !important; }

input[type=password] {
  letter-spacing: 2px; }
  input[type=password]::placeholder {
    letter-spacing: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::placeholder, textarea::placeholder {
  font-size: 18px;
  color: #fff; }
  @media (max-width: 450px) {
    input::placeholder, textarea::placeholder {
      font-size: 14px; } }

input {
  background: transparent;
  border: none;
  width: 100%; }

* {
  outline: none !important;
  transition: 0.3s ease; }
  *:focus {
    box-shadow: none !important; }

a:hover {
  text-decoration: none; }

.row-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .row-1 > [class*="col"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

@media (min-width: 1500px) {
  .container {
    max-width: 1470px; } }
.pos-rel {
  position: relative; }

.cart {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px; }
  @media (max-width: 575.98px) {
    .cart {
      padding: 16px; } }

.time-span-border {
  font-size: 26px;
  color: #FFDE8A;
  display: inline-block;
  padding: 12px 16px;
  border: 1.5px solid #FFDE8A;
  box-sizing: border-box;
  border-radius: 8px; }
  @media (max-width: 1499px) {
    .time-span-border {
      padding: 8px 10px;
      font-size: 18px; } }

.hover-exit {
  position: absolute;
  background: transparent;
  cursor: pointer;
  z-index: 5; }

.hover-exit-top {
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px; }
  @media (max-width: 1199.98px) {
    .hover-exit-top {
      height: 15px; } }

.hover-exit-right {
  right: 0;
  top: 0;
  width: 25px;
  height: 80px; }

.copied {
  position: absolute;
  right: 0;
  bottom: -28px;
  display: inline-block;
  font-size: 16px !important;
  line-height: 13px !important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 12px 12px 12px;
  padding: 8px !important;
  opacity: 0;
  z-index: 2; }
  @media (max-width: 1499px) {
    .copied {
      border-radius: 12px;
      font-size: 14px; } }
  @media (max-width: 575.98px) {
    .copied {
      font-size: 12px;
      padding: 6px 8px; } }

.copied-visible {
  opacity: 1; }

.modal {
  background: rgba(24, 24, 24, 0.7);
  backdrop-filter: blur(10px); }

.modal-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: none;
  padding: 24px;
  position: relative;
  padding-bottom: 60px; }
  @media (max-width: 575.98px) {
    .modal-content {
      padding: 16px; } }
  .modal-content .close {
    opacity: 1; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body span {
      font-weight: 500;
      font-size: 30px;
      line-height: 37px;
      margin-bottom: 40px; }
      @media (max-width: 575.98px) {
        .modal-content .modal-body span {
          font-size: 26px;
          margin-bottom: 24px;
          margin-top: 6px; } }

@media (min-width: 576px) {
  #exit-popap .modal-dialog {
    max-width: 90% !important; } }
@media (min-width: 1200px) {
  #exit-popap .modal-dialog {
    max-width: 1034px !important; } }
#exit-popap .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0.1);
  padding: 0;
  overflow: hidden;
  position: relative; }
  #exit-popap .modal-dialog .modal-content .top-block {
    padding: 26px; }
    @media (max-width: 575.98px) {
      #exit-popap .modal-dialog .modal-content .top-block {
        padding: 16px 16px 8px 16px; } }
  #exit-popap .modal-dialog .modal-content .modal-bg {
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      #exit-popap .modal-dialog .modal-content .modal-bg {
        bottom: 95px; } }
    @media (max-width: 575.98px) {
      #exit-popap .modal-dialog .modal-content .modal-bg {
        height: 200px;
        bottom: 62px; } }
  #exit-popap .modal-dialog .modal-content .modal-body {
    padding: 0 82px 104px 82px; }
    @media (max-width: 991.98px) {
      #exit-popap .modal-dialog .modal-content .modal-body {
        padding: 0 24px 350px 24px; } }
    @media (max-width: 575.98px) {
      #exit-popap .modal-dialog .modal-content .modal-body {
        padding: 0 16px 210px 16px; } }
    #exit-popap .modal-dialog .modal-content .modal-body .before-you {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 62px; }
      @media (max-width: 575.98px) {
        #exit-popap .modal-dialog .modal-content .modal-body .before-you {
          margin-bottom: 28px; } }
      #exit-popap .modal-dialog .modal-content .modal-body .before-you h6 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        color: #76FFFF; }
        @media (max-width: 575.98px) {
          #exit-popap .modal-dialog .modal-content .modal-body .before-you h6 {
            font-size: 20px; } }
        @media (max-width: 330px) {
          #exit-popap .modal-dialog .modal-content .modal-body .before-you h6 {
            font-size: 16px; } }
      #exit-popap .modal-dialog .modal-content .modal-body .before-you img {
        height: 30px; }
        @media (max-width: 575.98px) {
          #exit-popap .modal-dialog .modal-content .modal-body .before-you img {
            height: 24px; } }
        @media (max-width: 330px) {
          #exit-popap .modal-dialog .modal-content .modal-body .before-you img {
            height: 20px; } }
    #exit-popap .modal-dialog .modal-content .modal-body h2 {
      font-weight: 600;
      font-size: 44px;
      line-height: 54px;
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        #exit-popap .modal-dialog .modal-content .modal-body h2 {
          font-size: 40px; } }
      @media (max-width: 575.98px) {
        #exit-popap .modal-dialog .modal-content .modal-body h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 330px) {
        #exit-popap .modal-dialog .modal-content .modal-body h2 {
          font-size: 24px;
          line-height: 32px; } }
    #exit-popap .modal-dialog .modal-content .modal-body p {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        #exit-popap .modal-dialog .modal-content .modal-body p {
          font-size: 24px; } }
      @media (max-width: 575.98px) {
        #exit-popap .modal-dialog .modal-content .modal-body p {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 24px; } }
      @media (max-width: 330px) {
        #exit-popap .modal-dialog .modal-content .modal-body p {
          font-size: 16px;
          line-height: 22px; } }
    @media (max-width: 575.98px) {
      #exit-popap .modal-dialog .modal-content .modal-body .btn-wrap .join-now {
        text-align: center;
        font-size: 16px; } }
  #exit-popap .modal-dialog .modal-content .modal-footerr {
    background: #4554F0;
    padding: 17px 82px;
    text-align: center; }
    @media (max-width: 575.98px) {
      #exit-popap .modal-dialog .modal-content .modal-footerr {
        padding: 12px 16px; } }
    #exit-popap .modal-dialog .modal-content .modal-footerr span {
      font-size: 18px;
      line-height: 22px;
      display: inline-block; }
      @media (max-width: 1199.98px) {
        #exit-popap .modal-dialog .modal-content .modal-footerr span {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        #exit-popap .modal-dialog .modal-content .modal-footerr span {
          font-size: 12px;
          line-height: 10px; } }
      @media (max-width: 330px) {
        #exit-popap .modal-dialog .modal-content .modal-footerr span {
          line-height: 18px;
          font-size: 10px; } }

button {
  transition: all 0.6s;
  box-sizing: border-box;
  border-radius: 40px; }
  button:hover {
    cursor: pointer; }

.btn-header {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #2F046B;
  border: 2px solid #2F046B;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 4px 28px; }
  .btn-header:hover {
    opacity: 0.95;
    color: #2F046B; }
  @media (max-width: 1199.98px) {
    .btn-header {
      font-size: 14px;
      padding: 4px 16px; } }
  @media (max-width: 330px) {
    .btn-header {
      padding: 4px 8px; } }

.btn-wrap {
  border: 2px solid #76FFFF;
  border-radius: 40px;
  display: inline-block;
  padding: 6px;
  position: relative; }
  @media (max-width: 575.98px) {
    .btn-wrap {
      border: 3px solid #76FFFF;
      width: 100%;
      padding: 6px; } }
  .btn-wrap .join-now {
    background: linear-gradient(90deg, #8DFFFF 0%, #19F8FF 114.09%);
    border-radius: 35px;
    font-weight: 600;
    font-size: 30px;
    padding: 7px 60px;
    color: #000;
    line-height: 38px;
    width: 100%;
    display: block;
    border: none; }
    @media (max-width: 575.98px) {
      .btn-wrap .join-now {
        font-size: 18px;
        width: 100%;
        display: block; } }
    @media (max-width: 330px) {
      .btn-wrap .join-now {
        padding: 7px 30px; } }
    .btn-wrap .join-now:hover {
      opacity: 0.8; }
  .btn-wrap span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 40px;
    top: -5px;
    background: #fff;
    filter: blur(8px); }

.btn-wrap.border-dark-btn {
  border: 2px solid #fff; }

.reg-button {
  font-weight: 600;
  font-size: 30px;
  border-radius: 40px;
  text-align: center;
  color: #76FFFF !important;
  padding: 7px 40px;
  line-height: 52px; }
  @media (max-width: 575.98px) {
    .reg-button {
      width: 100%;
      font-size: 18px; } }
  .reg-button:hover {
    opacity: 0.8; }

.btn-modal {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  background: linear-gradient(90deg, #8DFFFF 0%, #19F8FF 114.09%);
  border-radius: 35px;
  padding: 10px 30px;
  border: none; }
  .btn-modal:hover {
    opacity: 0.8; }

.back-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding-left: 0; }
  .back-btn span {
    margin-left: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #fff; }

.beruz-color {
  color: #76FFFF !important; }

.color-fiolet {
  color: #C376FF !important; }

.fw-normal {
  font-weight: normal !important; }

.hover {
  cursor: pointer; }
  .hover:hover {
    opacity: 0.8; }

.bg-home .bg {
  position: absolute;
  z-index: -1; }
.bg-home .bg-main {
  top: 50px;
  width: 100%; }
.bg-home .bg-AI {
  left: 20px;
  top: 200px;
  z-index: 1; }
  @media (max-width: 1565px) {
    .bg-home .bg-AI {
      left: -80px; } }
  @media (max-width: 1220px) {
    .bg-home .bg-AI {
      top: 140px; } }
  @media (max-width: 991.98px) {
    .bg-home .bg-AI {
      top: -45px;
      left: -130px;
      width: 600px; } }
  @media (max-width: 575.98px) {
    .bg-home .bg-AI {
      top: 24px;
      left: -100px; } }
.bg-home .bg-elipse-64 {
  left: 0;
  top: 0; }
  @media (max-width: 991.98px) {
    .bg-home .bg-elipse-64 {
      top: -200px;
      height: 350px; } }
  @media (max-width: 767.98px) {
    .bg-home .bg-elipse-64 {
      left: -100px;
      height: 200px; } }
.bg-home .bg-elipse-7 {
  left: 0;
  top: 260px;
  height: 700px; }
  @media (max-width: 575.98px) {
    .bg-home .bg-elipse-7 {
      top: 60px; } }
.bg-home .bg-elipse-67 {
  left: 0;
  bottom: 300px; }
  @media (max-width: 991.98px) {
    .bg-home .bg-elipse-67 {
      display: none; } }
.bg-home .bg-elipse-52 {
  top: 350px;
  right: 0; }
.bg-home .bg-elipse-50 {
  top: 280px;
  right: 300px; }
.bg-home .bg-elipse-62 {
  top: 750px;
  right: 0; }
  @media (max-width: 575.98px) {
    .bg-home .bg-elipse-62 {
      top: 500px;
      height: 400px; } }
.bg-home .bg-elipse-65 {
  top: 700px;
  right: 0; }
.bg-home .bg-elipse-63 {
  top: 1200px;
  right: 0; }
.bg-home .bg-elipse-67-2 {
  bottom: 400px;
  right: 0; }
  @media (max-width: 991.98px) {
    .bg-home .bg-elipse-67-2 {
      bottom: 700px; } }
.bg-home .bg-elipse-68 {
  bottom: 95px; }
.bg-home .ellipse-64-2 {
  right: 340px;
  top: -80px; }
  @media (max-width: 991.98px) {
    .bg-home .ellipse-64-2 {
      display: none; } }
.bg-home .stars {
  bottom: 175px;
  left: 50%;
  transform: translateX(-50%); }
.bg-home .stars-2 {
  top: 175px;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 575.98px) {
    .bg-home .stars-2 {
      top: 320px; } }
.bg-home .coins-btc {
  left: 636px;
  top: 367px;
  z-index: 2; }
  @media (max-width: 1565px) {
    .bg-home .coins-btc {
      left: 544px; } }
  @media (max-width: 1476px) {
    .bg-home .coins-btc {
      left: 450px;
      width: 180px; } }
  @media (max-width: 1199.98px) {
    .bg-home .coins-btc {
      left: 50px;
      top: 200px; } }
  @media (max-width: 991.98px) {
    .bg-home .coins-btc {
      display: none; } }
.bg-home .coins-ltc {
  left: 180px;
  top: 816px;
  z-index: 2; }
  @media (max-width: 1565px) {
    .bg-home .coins-ltc {
      left: 20px; } }
  @media (max-width: 1220px) {
    .bg-home .coins-ltc {
      top: 725px; } }
  @media (max-width: 991.98px) {
    .bg-home .coins-ltc {
      display: none; } }
.bg-home .arrow-down-yelow {
  left: 280px;
  top: 199px;
  height: 343px; }
  @media (max-width: 1499px) {
    .bg-home .arrow-down-yelow {
      top: 173px;
      left: 170px;
      height: 360px; } }
  @media (max-width: 1199.98px) {
    .bg-home .arrow-down-yelow {
      display: none; } }
.bg-home .ellipse-52-2 {
  top: 300px;
  right: 0; }

section {
  flex-grow: 1; }

.main .top-header {
  padding: 23px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .main .top-header {
      justify-content: space-between;
      padding: 14px 0; } }
  .main .top-header a img {
    height: 42px; }
    @media (max-width: 991.98px) {
      .main .top-header a img {
        height: 24px; } }
  .main .top-header .informtions-block {
    margin-left: auto;
    display: flex; }
    @media (max-width: 1199.98px) {
      .main .top-header .informtions-block {
        display: none; } }
    .main .top-header .informtions-block .info {
      border: 2px solid #76FFFF;
      box-sizing: border-box;
      border-radius: 8px;
      padding: 4px 16px;
      margin-left: 40px; }
      @media (max-width: 1499px) {
        .main .top-header .informtions-block .info {
          margin-left: 14px;
          padding: 4px 12px; } }
      .main .top-header .informtions-block .info span {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #76FFFF;
        text-transform: uppercase; }
        @media (max-width: 1499px) {
          .main .top-header .informtions-block .info span {
            font-size: 16px;
            line-height: 20px; } }
      .main .top-header .informtions-block .info .count {
        color: #fff; }
.main header {
  background: #76FFFF;
  padding: 13px 0; }
  @media (max-width: 991.98px) {
    .main header {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      padding: 16px;
      z-index: 2; } }
  .main header .bottom-header {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .main header .bottom-header {
        flex-direction: column;
        align-items: start; } }
    @media (max-width: 991.98px) {
      .main header .bottom-header nav {
        order: 2; } }
    .main header .bottom-header nav ul {
      display: flex;
      margin-bottom: 0;
      padding: 0; }
      @media (max-width: 991.98px) {
        .main header .bottom-header nav ul {
          flex-direction: column; } }
      .main header .bottom-header nav ul li {
        list-style-type: none;
        margin-right: 40px; }
        @media (max-width: 1499px) {
          .main header .bottom-header nav ul li {
            margin-right: 16px; } }
        @media (max-width: 1199.98px) {
          .main header .bottom-header nav ul li {
            margin-right: 12px; } }
        @media (max-width: 991.98px) {
          .main header .bottom-header nav ul li {
            padding: 12px 0;
            margin-right: 0; } }
        @media (max-height: 440px) {
          .main header .bottom-header nav ul li {
            padding: 6px 0; } }
        @media (max-height: 430px) {
          .main header .bottom-header nav ul li {
            padding: 3px 0; } }
        .main header .bottom-header nav ul li a {
          font-weight: 500;
          font-size: 18px;
          line-height: 22px;
          color: #2F046B; }
          .main header .bottom-header nav ul li a:hover {
            filter: brightness(0.1); }
          @media (max-width: 1199.98px) {
            .main header .bottom-header nav ul li a {
              font-size: 16px; } }
          @media (max-width: 991.98px) {
            .main header .bottom-header nav ul li a {
              font-size: 24px; } }
      .main header .bottom-header nav ul .active a {
        font-weight: bold; }
    .main header .bottom-header .right-block {
      margin-left: auto;
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .main header .bottom-header .right-block {
          order: 1;
          padding: 48px 0 16px 0; } }
      @media (max-height: 440px) {
        .main header .bottom-header .right-block {
          padding: 44px 0 16px 0; } }
      .main header .bottom-header .right-block .btn-header {
        margin-right: 13px; }
        @media (max-width: 1199.98px) {
          .main header .bottom-header .right-block .btn-header {
            margin-right: 8px; } }
        @media (max-width: 991.98px) {
          .main header .bottom-header .right-block .btn-header {
            margin-right: 24px; } }
        @media (max-width: 330px) {
          .main header .bottom-header .right-block .btn-header {
            margin-right: 12px; } }
      .main header .bottom-header .right-block .btn-header.active {
        background: #2F046B;
        color: #76FFFF; }
      .main header .bottom-header .right-block .user {
        position: relative; }
        .main header .bottom-header .right-block .user .log-btn {
          cursor: pointer; }
        .main header .bottom-header .right-block .user .log-btn-1 {
          display: inline-block; }
        .main header .bottom-header .right-block .user .log-btn-2 {
          display: none; }
        .main header .bottom-header .right-block .user .poligon {
          cursor: pointer; }
        .main header .bottom-header .right-block .user .poligon-1 {
          display: inline-block; }
        .main header .bottom-header .right-block .user .poligon-2 {
          display: none; }
        .main header .bottom-header .right-block .user .log-out {
          visibility: visible;
          position: absolute;
          right: 0;
          top: 42px;
          width: 95px;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          background: #19252D;
          color: #fff;
          padding: 8px 16px;
          border-radius: 10px 0 10px 10px; }
          .main header .bottom-header .right-block .user .log-out:hover {
            color: #76FFFF; }
        .main header .bottom-header .right-block .user .log-out-visibl {
          visibility: hidden; }
.main .header-transparent {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .main .header-transparent .bottom-header nav ul li a {
    color: #fff; }
    .main .header-transparent .bottom-header nav ul li a:hover {
      filter: none;
      opacity: 0.9; }
  .main .header-transparent .bottom-header .right-block .btn-header {
    color: #fff !important;
    border: none; }
    .main .header-transparent .bottom-header .right-block .btn-header:hover {
      background: transparent;
      filter: none;
      opacity: 0.9; }
  .main .header-transparent .bottom-header .right-block .user .log-btn-1 {
    display: none; }
  .main .header-transparent .bottom-header .right-block .user .log-btn-2 {
    display: inline-block; }
  .main .header-transparent .bottom-header .right-block .user .poligon-2 {
    display: inline-block; }
  .main .header-transparent .bottom-header .right-block .user .poligon-1 {
    display: none; }
  .main .header-transparent .bottom-header .right-block .btn-header.active {
    background: transparent !important;
    color: #76FFFF !important; }
.main .active-header {
  left: 0; }
  @media (max-height: 440px) {
    .main .active-header {
      padding-top: 0; } }
.main .header-transparent.active-header {
  background: #000D16; }

#sandwich {
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 99; }
  #sandwich:before, #sandwich span, #sandwich:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    transition: 0.3s;
    border-radius: 100px; }
  #sandwich:before {
    top: 0;
    transform-origin: 15% center; }
    .menubar-in #sandwich:before {
      transform: rotate(45deg); }
  #sandwich span {
    top: 6px;
    width: 20px; }
    .menubar-in #sandwich span {
      width: 0; }
  #sandwich:after {
    bottom: 0;
    transform-origin: 15% center; }
    .menubar-in #sandwich:after {
      transform: rotate(-45deg);
      bottom: 2px; }
  #sandwich:hover {
    opacity: 0.8; }

.menubar-in #sandwich:before, .menubar-in #sandwich span, .menubar-in #sandwich:after {
  content: "";
  background-color: #2F046B; }

.menubar-in.header-dark #sandwich:before, .menubar-in.header-dark #sandwich span, .menubar-in.header-dark #sandwich:after {
  content: "";
  background-color: #fff; }

#your-future {
  padding: 147px 0 110px 0; }
  @media (max-width: 991.98px) {
    #your-future {
      padding: 80px 0 40px 0; } }
  @media (max-width: 575.98px) {
    #your-future {
      padding: 40px 0 0 0; } }
  @media (max-width: 330px) {
    #your-future {
      padding: 20px 0 0 0; } }
  #your-future h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 98px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 45px; }
    @media (max-width: 1499px) {
      #your-future h1 {
        font-size: 62px;
        line-height: 80px; } }
    @media (max-width: 767.98px) {
      #your-future h1 {
        font-size: 54px; } }
    @media (max-width: 575.98px) {
      #your-future h1 {
        margin-bottom: 14px; } }
    @media (max-width: 575.98px) {
      #your-future h1 {
        font-size: 32px;
        line-height: 46px; } }
    @media (max-width: 330px) {
      #your-future h1 {
        font-size: 28px;
        line-height: 34px; } }
    #your-future h1 span {
      color: #76FFFF;
      font-weight: 700; }
  #your-future h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    text-align: right;
    margin-bottom: 56px; }
    @media (max-width: 767.98px) {
      #your-future h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      #your-future h2 {
        font-size: 18px;
        line-height: 27px; } }
    #your-future h2 span {
      font-weight: 600; }
  @media (max-width: 330px) {
    #your-future .second {
      font-size: 14px; } }
  #your-future .cart-earn {
    padding: 0;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 22px;
    display: flex;
    justify-content: space-between; }
    #your-future .cart-earn .cart-first {
      padding: 38px 30px;
      background: rgba(0, 0, 0, 0.12);
      border-radius: 22px;
      display: flex; }
      @media (max-width: 1499px) {
        #your-future .cart-earn .cart-first {
          padding: 32px 16px; } }
      @media (max-width: 575.98px) {
        #your-future .cart-earn .cart-first {
          padding: 24px 12px; } }
      #your-future .cart-earn .cart-first .earn-span {
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        text-transform: uppercase; }
        @media (max-width: 1499px) {
          #your-future .cart-earn .cart-first .earn-span {
            font-size: 30px; } }
        @media (max-width: 575.98px) {
          #your-future .cart-earn .cart-first .earn-span {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 330px) {
          #your-future .cart-earn .cart-first .earn-span {
            font-size: 12px; } }
      #your-future .cart-earn .cart-first .proczent-span {
        font-size: 100px;
        line-height: 88px;
        color: #FFDE8A;
        margin: 0 20px 0 30px; }
        @media (max-width: 1499px) {
          #your-future .cart-earn .cart-first .proczent-span {
            margin: 0 14px;
            font-size: 80px; } }
        @media (max-width: 575.98px) {
          #your-future .cart-earn .cart-first .proczent-span {
            font-size: 48px;
            line-height: 40px; } }
      #your-future .cart-earn .cart-first .daily-span {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px; }
        @media (max-width: 1499px) {
          #your-future .cart-earn .cart-first .daily-span {
            font-size: 30px; } }
        @media (max-width: 575.98px) {
          #your-future .cart-earn .cart-first .daily-span {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 330px) {
          #your-future .cart-earn .cart-first .daily-span {
            font-size: 12px; } }
    #your-future .cart-earn .cart-second {
      padding: 30px;
      text-align: right; }
      @media (max-width: 1499px) {
        #your-future .cart-earn .cart-second {
          padding: 14px;
          margin-right: 12px; } }
      @media (max-width: 575.98px) {
        #your-future .cart-earn .cart-second {
          padding: 8px 12px; } }
      #your-future .cart-earn .cart-second .endless-span {
        font-weight: 500;
        font-size: 32px;
        line-height: 39px;
        text-transform: uppercase;
        color: #76FFFF; }
        @media (max-width: 1499px) {
          #your-future .cart-earn .cart-second .endless-span {
            font-size: 22px; } }
        @media (max-width: 575.98px) {
          #your-future .cart-earn .cart-second .endless-span {
            font-size: 14px;
            line-height: 14px; } }

.section-first {
  padding: 94px 0 0 0; }
  @media (max-width: 991.98px) {
    .section-first {
      padding: 42px 0 0 0; } }
  @media (max-width: 767.98px) {
    .section-first {
      padding: 0; } }
  @media (max-height: 440px) {
    .section-first {
      padding: 20px 0 0 0; } }
  .section-first h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px; }
    .section-first h2 span {
      color: #76FFFF; }
    @media (max-width: 1199.98px) {
      .section-first h2 {
        font-size: 34px; } }
    @media (max-width: 991.98px) {
      .section-first h2 {
        font-size: 28px;
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .section-first h2 {
        font-size: 26px;
        line-height: 36px; } }
    @media (max-width: 575.98px) {
      .section-first h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px; } }
    @media (max-width: 330px) {
      .section-first h2 {
        font-size: 16px;
        line-height: 30px; } }
  .section-first p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px; }
    @media (max-width: 1199.98px) {
      .section-first p {
        font-size: 18px; } }
    @media (max-width: 991.98px) {
      .section-first p {
        font-size: 16px; } }
    @media (max-width: 330px) {
      .section-first p {
        font-size: 12px;
        line-height: 20px; } }

#sign-up {
  padding-top: 0;
  margin-top: 120px; }
  @media (max-width: 991.98px) {
    #sign-up {
      margin-top: 80px; } }
  @media (max-width: 575.98px) {
    #sign-up {
      padding-top: 0; } }
  #sign-up .coins-block {
    display: flex;
    justify-content: space-around;
    padding: 50px 0; }
    @media (max-width: 575.98px) {
      #sign-up .coins-block {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 30px 0; } }
    #sign-up .coins-block .coin {
      display: flex;
      align-items: center; }
      @media (max-width: 575.98px) {
        #sign-up .coins-block .coin {
          margin-bottom: 18px; } }
      @media (max-width: 991.98px) {
        #sign-up .coins-block .coin img {
          height: 26px; } }
      @media (max-width: 767.98px) {
        #sign-up .coins-block .coin img {
          height: 16px; } }
      @media (max-width: 575.98px) {
        #sign-up .coins-block .coin img {
          height: 28px; } }
      #sign-up .coins-block .coin span {
        margin-left: 20px;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px; }
        @media (max-width: 991.98px) {
          #sign-up .coins-block .coin span {
            font-size: 16px;
            margin-left: 10px; } }
        @media (max-width: 767.98px) {
          #sign-up .coins-block .coin span {
            margin-left: 8px;
            font-size: 14px; } }
        @media (max-width: 575.98px) {
          #sign-up .coins-block .coin span {
            font-size: 20px;
            margin-left: 14px; } }
  #sign-up .daily-returns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 50px; }
    @media (max-width: 1199.98px) {
      #sign-up .daily-returns {
        margin-bottom: 50px; } }
    @media (max-width: 991.98px) {
      #sign-up .daily-returns {
        margin-top: 24px; } }
    @media (max-width: 575.98px) {
      #sign-up .daily-returns {
        margin-bottom: 16px; } }
    #sign-up .daily-returns span {
      width: 0;
      height: 28px;
      border-right: 2px solid #fff; }
      @media (max-width: 575.98px) {
        #sign-up .daily-returns span {
          border-right: 1px solid #fff;
          display: none; } }
    #sign-up .daily-returns h3 {
      font-size: 30px;
      line-height: 37px;
      text-transform: uppercase;
      margin: 0 60px;
      font-weight: normal; }
      @media (max-width: 1499px) {
        #sign-up .daily-returns h3 {
          margin: 0 30px; } }
      @media (max-width: 1199.98px) {
        #sign-up .daily-returns h3 {
          font-size: 26px; } }
      @media (max-width: 991.98px) {
        #sign-up .daily-returns h3 {
          font-size: 20px;
          margin: 0 24px; } }
      @media (max-width: 767.98px) {
        #sign-up .daily-returns h3 {
          font-size: 16px;
          margin: 0 16px; } }
      @media (max-width: 575.98px) {
        #sign-up .daily-returns h3 {
          font-size: 12px;
          margin: 0 4px; } }
      @media (max-width: 330px) {
        #sign-up .daily-returns h3 {
          font-size: 10px; } }
  #sign-up .line-blick {
    position: relative; }
    @media (max-width: 575.98px) {
      #sign-up .line-blick {
        margin-bottom: 28px; } }
    #sign-up .line-blick hr {
      border-top: 2px solid rgba(255, 255, 255, 0.24);
      width: 100%;
      margin: 0; }
    #sign-up .line-blick span {
      position: absolute;
      width: 20px;
      height: 20px;
      left: 320px;
      top: -10px;
      background: #76FFFF;
      filter: blur(8px); }
      @media (max-width: 575.98px) {
        #sign-up .line-blick span {
          left: 58px; } }

.container-carts {
  margin: 50px auto; }
  @media (max-width: 991.98px) {
    .container-carts {
      margin: 20px auto; } }
  .container-carts .cart {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 10px;
    height: 100%;
    min-height: 210px; }
    @media (max-width: 575.98px) {
      .container-carts .cart {
        padding: 6px;
        min-height: 100px; } }
    .container-carts .cart .cart-wrap {
      border: 2px solid rgba(255, 255, 255, 0.23);
      box-sizing: border-box;
      border-radius: 16px;
      padding: 24px;
      height: 100%; }
      @media (max-width: 575.98px) {
        .container-carts .cart .cart-wrap {
          padding: 0 10px 18px 10px; } }
      .container-carts .cart .cart-wrap span {
        font-weight: 600;
        display: inline-block;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        padding: 11px 16px;
        background: rgba(255, 255, 255, 0.23);
        border-radius: 0px 0px 16px 16px;
        margin: 2px 0 20px 0; }
        @media (max-width: 575.98px) {
          .container-carts .cart .cart-wrap span {
            font-size: 16px;
            padding: 4px 12px;
            margin: 2px 0 8px 0; } }
      .container-carts .cart .cart-wrap h4 {
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
        color: #76FFFF;
        margin-bottom: 16px; }
        @media (max-width: 1199.98px) {
          .container-carts .cart .cart-wrap h4 {
            font-size: 26px; } }
        @media (max-width: 575.98px) {
          .container-carts .cart .cart-wrap h4 {
            font-size: 20px;
            margin-bottom: 8px;
            line-height: 26px; } }
        @media (max-width: 330px) {
          .container-carts .cart .cart-wrap h4 {
            font-size: 18px; } }
      .container-carts .cart .cart-wrap p {
        font-size: 18px;
        line-height: 27px; }
        @media (max-width: 1199.98px) {
          .container-carts .cart .cart-wrap p {
            font-size: 16px; } }
        @media (max-width: 575.98px) {
          .container-carts .cart .cart-wrap p {
            font-size: 14px;
            line-height: 18px; } }
        @media (max-width: 330px) {
          .container-carts .cart .cart-wrap p {
            font-size: 12px; } }
      .container-carts .cart .cart-wrap h5 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (max-width: 575.98px) {
          .container-carts .cart .cart-wrap h5 {
            font-size: 16px; } }

.container-info {
  padding-bottom: 95px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .container-info {
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .container-info {
      padding-bottom: 0; } }
  .container-info .info-count {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative; }
    @media (max-width: 991.98px) {
      .container-info .info-count {
        margin-bottom: 32px; } }
    .container-info .info-count img {
      margin-bottom: 44px;
      width: 50px;
      height: 50px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1499px) {
        .container-info .info-count img {
          margin-bottom: 20px; } }
    .container-info .info-count h4 {
      font-size: 55px;
      line-height: 42px;
      margin-bottom: 34px; }
      @media (max-width: 1499px) {
        .container-info .info-count h4 {
          font-size: 40px; } }
      @media (max-width: 1199.98px) {
        .container-info .info-count h4 {
          font-size: 32px; } }
      @media (max-width: 991.98px) {
        .container-info .info-count h4 {
          margin-bottom: 0; } }
    .container-info .info-count span {
      font-size: 22px;
      line-height: 27px;
      position: absolute;
      left: 50%;
      top: 138px;
      transform: translateX(-50%); }
      @media (max-width: 1499px) {
        .container-info .info-count span {
          top: 112px; } }
      @media (max-width: 1199.98px) {
        .container-info .info-count span {
          font-size: 18px; } }
      @media (max-width: 991.98px) {
        .container-info .info-count span {
          position: static;
          transform: none;
          margin-bottom: 6px; } }
    .container-info .info-count div {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      padding: 4px 10px;
      border: 2px solid transparent;
      box-sizing: border-box;
      border-radius: 8px; }
      @media (max-width: 1199.98px) {
        .container-info .info-count div {
          font-size: 16px; } }
      @media (max-width: 991.98px) {
        .container-info .info-count div {
          width: 300px;
          margin: 0 auto; } }
    .container-info .info-count .border-beruza {
      border: 2px solid #76FFFF; }

.start-earning {
  padding: 60px 16px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .start-earning {
      padding: 32px 16px; } }
  @media (max-width: 1499px) {
    .start-earning .cart-select-same .payout-method-inside .cart-coin {
      min-height: 100px; } }
  .start-earning h2 {
    color: #76FFFF; }
    @media (max-width: 575.98px) {
      .start-earning h2 {
        font-size: 22px; } }
    @media (max-width: 330px) {
      .start-earning h2 {
        font-size: 16px; } }
  .start-earning p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 22px;
    margin-top: 32px; }
    @media (max-width: 575.98px) {
      .start-earning p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        margin-top: 18px; } }
    @media (max-width: 330px) {
      .start-earning p {
        font-size: 12px;
        line-height: 18px; } }
  .start-earning .btn-wrap {
    margin-top: 12px; }

#sign-up .container-carts .cart .cart-wrap, #news .container-carts .cart .cart-wrap {
  padding-top: 0; }
  #sign-up .container-carts .cart .cart-wrap p, #news .container-carts .cart .cart-wrap p {
    margin-bottom: 24px; }

footer {
  background: #010D24;
  padding: 28px 0;
  position: relative; }
  @media (max-width: 575.98px) {
    footer {
      padding: 14px 0; } }
  footer .left-footer, footer .right-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .left-footer a .logo-img, footer .right-footer a .logo-img {
      height: 30px; }
      @media (max-width: 575.98px) {
        footer .left-footer a .logo-img, footer .right-footer a .logo-img {
          height: 20px; } }
    @media (max-width: 575.98px) {
      footer .left-footer a .telegram-icon, footer .right-footer a .telegram-icon {
        height: 20px; } }
    footer .left-footer h6, footer .right-footer h6 {
      margin: 0 0 0 62px;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 1499px) {
        footer .left-footer h6, footer .right-footer h6 {
          font-size: 14px; } }
      @media (max-width: 1199.98px) {
        footer .left-footer h6, footer .right-footer h6 {
          margin: 0 0 0 24px;
          line-height: 18px; } }
      @media (max-width: 991.98px) {
        footer .left-footer h6, footer .right-footer h6 {
          text-align: right; } }
      @media (max-width: 575.98px) {
        footer .left-footer h6, footer .right-footer h6 {
          line-height: 14px;
          font-size: 8px; } }
  footer .right-footer {
    text-align: right;
    justify-content: flex-end; }
    footer .right-footer div {
      display: flex; }
    @media (max-width: 991.98px) {
      footer .right-footer {
        margin-top: 16px;
        justify-content: space-between; } }
    footer .right-footer h6 {
      opacity: 0.7;
      margin: 0 0 0 0; }
      footer .right-footer h6:first-child {
        margin: 0 63px 0 0; }
        @media (max-width: 1199.98px) {
          footer .right-footer h6:first-child {
            margin: 0 30px 0 0; } }
      @media (max-width: 991.98px) {
        footer .right-footer h6 {
          text-align: left; } }
    footer .right-footer a {
      margin-left: 40px; }

.cart-info {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .cart-info {
      padding: 14px; } }
  .cart-info h6 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 38px; }
    @media (max-width: 1499px) {
      .cart-info h6 {
        font-size: 20px;
        margin-bottom: 8px; } }
    @media (max-width: 991.98px) {
      .cart-info h6 {
        line-height: 26px; } }
    @media (max-width: 330px) {
      .cart-info h6 {
        font-size: 18px;
        margin-bottom: 8px; } }
  .cart-info h5 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFDE8A;
    margin-bottom: 0; }
    @media (max-width: 1499px) {
      .cart-info h5 {
        font-size: 38px; } }
    @media (max-width: 991.98px) {
      .cart-info h5 {
        font-size: 32px; } }
    @media (max-width: 330px) {
      .cart-info h5 {
        line-height: 28px;
        font-size: 28px; } }
  .cart-info .color-salmon {
    color: #FF8A8A; }

.last-deposits {
  padding-top: 40px; }
  @media (max-width: 330px) {
    .last-deposits {
      padding-top: 16px; } }

.cart-last-deposit {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px 0; }
  .cart-last-deposit h4 {
    font-size: 35px;
    margin: 0 18px 32px 18px; }
    @media (max-width: 575.98px) {
      .cart-last-deposit h4 {
        margin: 0 16px 12px 16px; } }
    @media (max-width: 575.98px) {
      .cart-last-deposit h4 {
        font-size: 28px; } }
    @media (max-width: 330px) {
      .cart-last-deposit h4 {
        font-size: 24px; } }
  .cart-last-deposit .name {
    padding: 0 18px 15px 18px; }
    .cart-last-deposit .name div {
      font-size: 16px;
      color: #76FFFF; }
      @media (max-width: 575.98px) {
        .cart-last-deposit .name div {
          font-size: 14px; } }
      @media (max-width: 330px) {
        .cart-last-deposit .name div {
          font-size: 10px; } }
    @media (max-width: 575.98px) {
      .cart-last-deposit .name {
        padding: 0 16px 14px 16px; } }
  .cart-last-deposit .list {
    padding: 0 18px;
    height: 870px;
    overflow: scroll; }
    @media (max-width: 767.98px) {
      .cart-last-deposit .list {
        height: 545px; } }
    @media (max-width: 575.98px) {
      .cart-last-deposit .list {
        padding: 0 16px; } }
    .cart-last-deposit .list .row-1 {
      padding: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      cursor: pointer; }
      .cart-last-deposit .list .row-1:hover {
        opacity: 0.7; }
      .cart-last-deposit .list .row-1 > [class*="col"] {
        line-height: 53px;
        font-weight: 500;
        font-size: 18px; }
        .cart-last-deposit .list .row-1 > [class*="col"] .pos-rel .copied {
          bottom: -16px; }
          @media (max-width: 1499px) {
            .cart-last-deposit .list .row-1 > [class*="col"] .pos-rel .copied {
              right: 24px; } }
          @media (max-width: 575.98px) {
            .cart-last-deposit .list .row-1 > [class*="col"] .pos-rel .copied {
              right: 38px; } }
        .cart-last-deposit .list .row-1 > [class*="col"] .white-space-text {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          text-transform: none; }
        @media (max-width: 767.98px) {
          .cart-last-deposit .list .row-1 > [class*="col"] {
            font-size: 16px; } }
        @media (max-width: 575.98px) {
          .cart-last-deposit .list .row-1 > [class*="col"] {
            font-size: 12px; }
            .cart-last-deposit .list .row-1 > [class*="col"] img {
              display: none; }
            .cart-last-deposit .list .row-1 > [class*="col"] .copy-btn {
              display: block; } }
        @media (max-width: 330px) {
          .cart-last-deposit .list .row-1 > [class*="col"] {
            font-size: 10px;
            line-height: 40px; } }
        @media (max-width: 1499px) {
          .cart-last-deposit .list .row-1 > [class*="col"]:last-child {
            font-size: 12px; } }
        @media (max-width: 1199.98px) {
          .cart-last-deposit .list .row-1 > [class*="col"]:last-child {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .cart-last-deposit .list .row-1 > [class*="col"]:last-child {
            font-size: 12px; } }
        @media (max-width: 575.98px) {
          .cart-last-deposit .list .row-1 > [class*="col"]:last-child {
            font-size: 7px; } }
        @media (max-width: 330px) {
          .cart-last-deposit .list .row-1 > [class*="col"]:last-child {
            font-size: 6px; } }
  .cart-last-deposit .list-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 18px 0 18px; }
    @media (max-width: 575.98px) {
      .cart-last-deposit .list-bottom {
        padding: 16px 16px 0 16px; } }
    .cart-last-deposit .list-bottom h6 {
      margin-bottom: 0; }
      .cart-last-deposit .list-bottom h6 span {
        color: #76FFFF; }

#news .container-carts {
  padding-bottom: 0; }
#news .number-page {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  #news .number-page a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    color: #fff; }
    #news .number-page a:hover {
      opacity: 0.7; }
  #news .number-page .disabled {
    opacity: 0.14; }

#dashboard .nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff; }
  @media (max-width: 767.98px) {
    #dashboard .nav {
      flex-direction: column; }
      #dashboard .nav a.active {
        border-bottom: 3px solid transparent; } }
  #dashboard .nav a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 0 14px 6px 14px;
    position: relative;
    top: 2px; }
    @media (max-width: 1199.98px) {
      #dashboard .nav a {
        padding: 0 10px 6px 10px; } }
    @media (max-width: 767.98px) {
      #dashboard .nav a {
        padding: 8px 0; } }
    @media (max-width: 575.98px) {
      #dashboard .nav a {
        padding: 4px 0; }
        #dashboard .nav a:last-child {
          padding-bottom: 8px; } }
    @media (max-width: 330px) {
      #dashboard .nav a {
        font-size: 20px;
        line-height: 20px; } }
    #dashboard .nav a:hover {
      opacity: 0.85; }
  #dashboard .nav .active {
    color: #FFDE8A;
    border-bottom: 3px solid #FFDE8A; }
#dashboard .dashboard-contente .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px; }
@media (max-width: 1199.98px) {
  #dashboard .dashboard-contente .cart-d-left {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #dashboard .dashboard-contente .cart-d-left h6 {
      margin-bottom: 0; } }
@media (max-width: 767.98px) {
  #dashboard .dashboard-contente .card-d-right {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #dashboard .dashboard-contente .card-d-right h6 {
      margin-bottom: 0; } }
@media (max-width: 1199.98px) {
  #dashboard .dashboard-contente .time-wrap.cart-time-left {
    align-items: center; }
    #dashboard .dashboard-contente .time-wrap.cart-time-left span {
      margin: 0 0 0 8px; } }
#dashboard .container-carts {
  padding-bottom: 0; }
  #dashboard .container-carts .cart-wrap {
    padding: 24px; }
    @media (max-width: 767.98px) {
      #dashboard .container-carts .cart-wrap {
        padding: 16px; } }
    @media (max-width: 575.98px) {
      #dashboard .container-carts .cart-wrap {
        padding: 12px; } }
    #dashboard .container-carts .cart-wrap p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 27px; }
      @media (max-width: 767.98px) {
        #dashboard .container-carts .cart-wrap p {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 575.98px) {
        #dashboard .container-carts .cart-wrap p {
          font-size: 14px; } }

@media (min-width: 1200px) {
  .h-lg-100 {
    height: 100%; } }

.calculate-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .calculate-block .calc-your-profit {
    font-size: 34px;
    line-height: 43px;
    text-align: center; }
    .calculate-block .calc-your-profit span {
      font-size: 24px;
      font-weight: 300; }
      @media (max-width: 1499px) {
        .calculate-block .calc-your-profit span {
          font-size: 20px; } }
      @media (max-width: 991.98px) {
        .calculate-block .calc-your-profit span {
          font-size: 18px; } }
    @media (max-width: 1499px) {
      .calculate-block .calc-your-profit {
        font-size: 26px;
        line-height: 36px; } }
    @media (max-width: 991.98px) {
      .calculate-block .calc-your-profit {
        font-size: 22px; } }
    @media (max-width: 575.98px) {
      .calculate-block .calc-your-profit {
        line-height: 34px; } }
    @media (max-width: 330px) {
      .calculate-block .calc-your-profit {
        font-size: 18px;
        line-height: 28px; } }
  .calculate-block .block-time {
    display: flex;
    justify-content: center; }
    .calculate-block .block-time .time-span-border {
      font-size: 40px;
      color: #76FFFF;
      border: 1.5px solid #76FFFF;
      padding: 14px 38px;
      margin-top: 28px; }
  .calculate-block .block-time-main {
    border: 3px solid #76FFFF;
    padding: 14px 38px;
    border-radius: 8px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 991.98px) {
      .calculate-block .block-time-main {
        margin: 24px 0 8px 0;
        padding: 4px 38px; } }
    .calculate-block .block-time-main span {
      font-weight: 600;
      font-size: 32px;
      color: #76FFFF; }
      @media (max-width: 991.98px) {
        .calculate-block .block-time-main span {
          font-size: 28px; } }
    .calculate-block .block-time-main .bonus {
      display: flex;
      justify-content: center;
      align-items: center; }
      .calculate-block .block-time-main .bonus h6 {
        margin: 0 0 0 8px;
        font-size: 28px;
        color: #76FFFF; }
        @media (max-width: 1499px) {
          .calculate-block .block-time-main .bonus h6 {
            font-size: 20px; } }
  .calculate-block .arrow-parrent .arrow {
    width: 50px;
    position: relative; }
  .calculate-block .arrow-parrent .arrow-left {
    left: 8px; }
  .calculate-block .arrow-parrent .arrow-right {
    right: 8px; }
  .calculate-block .diapazon-price {
    display: flex;
    justify-content: space-between;
    margin-top: 100px; }
    .calculate-block .diapazon-price h6 {
      font-size: 32px;
      margin-bottom: 4px; }
      @media (max-width: 1499px) {
        .calculate-block .diapazon-price h6 {
          font-size: 28px; } }
      @media (max-width: 1199.98px) {
        .calculate-block .diapazon-price h6 {
          margin-bottom: 8px; } }
      @media (max-width: 991.98px) {
        .calculate-block .diapazon-price h6 {
          font-size: 20px; } }
      @media (max-width: 330px) {
        .calculate-block .diapazon-price h6 {
          line-height: 20px;
          font-size: 16px; } }
    @media (max-width: 1499px) {
      .calculate-block .diapazon-price {
        margin-top: 70px; } }
    @media (max-width: 991.98px) {
      .calculate-block .diapazon-price {
        margin-top: 36px; } }
  .calculate-block .range-block {
    margin-bottom: 16px; }
    @media (max-width: 330px) {
      .calculate-block .range-block {
        margin-bottom: 24px; } }
  .calculate-block .your-invest {
    margin-bottom: 40px; }
    .calculate-block .your-invest .row-1 > [class*="col"] {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .calculate-block .your-invest h6 {
      font-weight: 500;
      font-size: 22px;
      line-height: 27px; }
      @media (max-width: 1499px) {
        .calculate-block .your-invest h6 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .calculate-block .your-invest h6 {
          font-size: 12px; } }
      @media (max-width: 575.98px) {
        .calculate-block .your-invest h6 {
          font-size: 16px; } }
      @media (max-width: 330px) {
        .calculate-block .your-invest h6 {
          margin-bottom: 0; } }
    .calculate-block .your-invest .usd-price {
      font-weight: normal;
      font-size: 36px;
      line-height: 35px;
      padding: 13px;
      width: 100%;
      border: 1px solid #fff;
      border-radius: 2px;
      text-align: center; }
      @media (max-width: 1499px) {
        .calculate-block .your-invest .usd-price {
          font-size: 24px;
          line-height: 24px; } }
      @media (max-width: 767.98px) {
        .calculate-block .your-invest .usd-price {
          font-size: 18px; } }
      @media (max-width: 330px) {
        .calculate-block .your-invest .usd-price {
          font-size: 16px;
          padding: 10px; } }
    .calculate-block .your-invest .bonus {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 14px; }
      @media (max-width: 1499px) {
        .calculate-block .your-invest .bonus {
          font-size: 24px;
          margin-bottom: 8px; } }
      @media (max-width: 767.98px) {
        .calculate-block .your-invest .bonus {
          margin-top: 16px; } }
      .calculate-block .your-invest .bonus h6 {
        font-weight: 500;
        font-size: 28px;
        margin: 0 0 0 12px;
        color: #76FFFF; }
        @media (max-width: 1499px) {
          .calculate-block .your-invest .bonus h6 {
            font-size: 24px; } }
        @media (max-width: 767.98px) {
          .calculate-block .your-invest .bonus h6 {
            font-size: 16px; } }

.cart-dash {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  cursor: pointer; }
  .cart-dash:last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .cart-dash {
      padding: 16px;
      margin-bottom: 12px; } }
  .cart-dash h6 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 12px; }
    @media (max-width: 1499px) {
      .cart-dash h6 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 24px; } }
    @media (max-width: 575.98px) {
      .cart-dash h6 {
        font-size: 14px; } }
    @media (max-width: 330px) {
      .cart-dash h6 {
        font-size: 12px; } }
  .cart-dash h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFDE8A;
    margin-bottom: 0; }
    @media (max-width: 1499px) {
      .cart-dash h5 {
        font-size: 22px;
        line-height: 26px; } }
    @media (max-width: 991.98px) {
      .cart-dash h5 {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .cart-dash h5 {
        font-size: 16px; } }
    @media (max-width: 330px) {
      .cart-dash h5 {
        font-size: 12px; } }
  .cart-dash .link-copy-block {
    display: flex;
    align-items: center;
    position: relative; }
  @media (max-width: 1499px) {
    .cart-dash .link-copy-block-main .copied {
      right: 30px;
      bottom: -32px; } }
  @media (max-width: 1199.98px) {
    .cart-dash .link-copy-block-main .copied {
      right: 0; } }
  .cart-dash .white-space-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none; }
  .cart-dash .time-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .cart-dash .time-wrap p {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 0; }
      @media (max-width: 1199.98px) {
        .cart-dash .time-wrap p {
          font-size: 18px;
          line-height: 22px; } }
      @media (max-width: 330px) {
        .cart-dash .time-wrap p {
          font-size: 12px; } }
      .cart-dash .time-wrap p br {
        display: none; }
      @media (max-width: 1499px) {
        .cart-dash .time-wrap p {
          font-size: 14px; } }
    .cart-dash .time-wrap .time-span-border {
      margin-left: 22px;
      margin-top: auto; }
      @media (max-width: 1499px) {
        .cart-dash .time-wrap .time-span-border {
          padding: 8px 10px; } }
  .cart-dash .time-wrap-2 {
    justify-content: center; }
    @media (max-width: 1199.98px) {
      .cart-dash .time-wrap-2 {
        justify-content: start; } }
    .cart-dash .time-wrap-2 .time-span-border {
      margin: 34px 0 0 0 !important; }
      @media (max-width: 575.98px) {
        .cart-dash .time-wrap-2 .time-span-border {
          margin: 16px 0 0 0 !important; } }
  .cart-dash .fz-26 {
    font-size: 22px;
    text-transform: lowercase;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .cart-dash .fz-26 {
        font-size: 18px;
        margin-bottom: 0; } }

.profit {
  display: flex;
  justify-content: space-around;
  padding: 32px 20px;
  align-items: center; }
  @media (max-width: 575.98px) {
    .profit {
      flex-direction: column;
      justify-content: start;
      padding: 16px; } }
  .profit span {
    height: 104px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3); }
    @media (max-width: 575.98px) {
      .profit span {
        display: none; } }
  .profit .profit-per {
    text-align: center;
    padding: 0 50px; }
    @media (max-width: 1499px) {
      .profit .profit-per {
        padding: 0 24px;
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .profit .profit-per {
        padding: 0 12px; } }
    .profit .profit-per h6 {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 18px; }
      @media (max-width: 991.98px) {
        .profit .profit-per h6 {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        .profit .profit-per h6 {
          font-size: 16px; } }
      @media (max-width: 575.98px) {
        .profit .profit-per h6 {
          margin-bottom: 8px; }
          .profit .profit-per h6 br {
            display: none; } }
    .profit .profit-per h5 {
      font-size: 36px; }
      @media (max-width: 1499px) {
        .profit .profit-per h5 {
          font-size: 32px; } }
      @media (max-width: 575.98px) {
        .profit .profit-per h5 {
          margin-bottom: 16px; } }

#v-pills-Withdrawal, #v-pills-Affiliate, #v-pills-Deposit, .cart-select-same {
  padding-bottom: 100px; }
  #v-pills-Withdrawal .time-span-border, #v-pills-Affiliate .time-span-border, #v-pills-Deposit .time-span-border, .cart-select-same .time-span-border {
    font-size: 55px;
    line-height: 67px;
    text-transform: uppercase;
    color: #76FFFF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 2px solid #fff;
    padding: 18px 145px;
    margin-top: 8px; }
    @media (max-width: 991.98px) {
      #v-pills-Withdrawal .time-span-border, #v-pills-Affiliate .time-span-border, #v-pills-Deposit .time-span-border, .cart-select-same .time-span-border {
        font-size: 42px;
        padding: 18px;
        width: 100%; } }
    @media (max-width: 330px) {
      #v-pills-Withdrawal .time-span-border, #v-pills-Affiliate .time-span-border, #v-pills-Deposit .time-span-border, .cart-select-same .time-span-border {
        padding: 10px;
        font-size: 32px;
        line-height: 40px; } }
  #v-pills-Withdrawal h6, #v-pills-Affiliate h6, #v-pills-Deposit h6, .cart-select-same h6 {
    font-size: 35px;
    line-height: 43px; }
    @media (max-width: 1499px) {
      #v-pills-Withdrawal h6, #v-pills-Affiliate h6, #v-pills-Deposit h6, .cart-select-same h6 {
        font-size: 26px; } }
    @media (max-width: 991.98px) {
      #v-pills-Withdrawal h6, #v-pills-Affiliate h6, #v-pills-Deposit h6, .cart-select-same h6 {
        font-size: 22px; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal h6, #v-pills-Affiliate h6, #v-pills-Deposit h6, .cart-select-same h6 {
        line-height: 34px; } }
    @media (max-width: 330px) {
      #v-pills-Withdrawal h6, #v-pills-Affiliate h6, #v-pills-Deposit h6, .cart-select-same h6 {
        font-size: 18px;
        line-height: 28px; } }
  #v-pills-Withdrawal .diapazon-price, #v-pills-Affiliate .diapazon-price, #v-pills-Deposit .diapazon-price, .cart-select-same .diapazon-price {
    display: flex;
    justify-content: space-between;
    margin-top: 100px; }
    #v-pills-Withdrawal .diapazon-price h6, #v-pills-Affiliate .diapazon-price h6, #v-pills-Deposit .diapazon-price h6, .cart-select-same .diapazon-price h6 {
      font-size: 32px; }
      @media (max-width: 1499px) {
        #v-pills-Withdrawal .diapazon-price h6, #v-pills-Affiliate .diapazon-price h6, #v-pills-Deposit .diapazon-price h6, .cart-select-same .diapazon-price h6 {
          font-size: 28px; } }
      @media (max-width: 991.98px) {
        #v-pills-Withdrawal .diapazon-price h6, #v-pills-Affiliate .diapazon-price h6, #v-pills-Deposit .diapazon-price h6, .cart-select-same .diapazon-price h6 {
          font-size: 20px; } }
      @media (max-width: 330px) {
        #v-pills-Withdrawal .diapazon-price h6, #v-pills-Affiliate .diapazon-price h6, #v-pills-Deposit .diapazon-price h6, .cart-select-same .diapazon-price h6 {
          line-height: 20px;
          font-size: 16px; } }
  #v-pills-Withdrawal .mt-70, #v-pills-Affiliate .mt-70, #v-pills-Deposit .mt-70, .cart-select-same .mt-70 {
    margin: 70px 0 18px 0; }
    @media (max-width: 767.98px) {
      #v-pills-Withdrawal .mt-70, #v-pills-Affiliate .mt-70, #v-pills-Deposit .mt-70, .cart-select-same .mt-70 {
        margin: 38px 0 18px 0; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal .mt-70, #v-pills-Affiliate .mt-70, #v-pills-Deposit .mt-70, .cart-select-same .mt-70 {
        margin: 16px 0 4px 0; } }
  #v-pills-Withdrawal h5, #v-pills-Affiliate h5, #v-pills-Deposit h5, .cart-select-same h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px; }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal h5, #v-pills-Affiliate h5, #v-pills-Deposit h5, .cart-select-same h5 {
        font-size: 16px; } }
    #v-pills-Withdrawal h5 span, #v-pills-Affiliate h5 span, #v-pills-Deposit h5 span, .cart-select-same h5 span {
      font-size: 36px;
      color: #76FFFF; }
      @media (max-width: 575.98px) {
        #v-pills-Withdrawal h5 span, #v-pills-Affiliate h5 span, #v-pills-Deposit h5 span, .cart-select-same h5 span {
          font-size: 28px; } }
  #v-pills-Withdrawal h1, #v-pills-Affiliate h1, #v-pills-Deposit h1, .cart-select-same h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFDE8A;
    margin-top: 100px; }
    @media (max-width: 1199.98px) {
      #v-pills-Withdrawal h1, #v-pills-Affiliate h1, #v-pills-Deposit h1, .cart-select-same h1 {
        font-size: 34px; } }
    @media (max-width: 767.98px) {
      #v-pills-Withdrawal h1, #v-pills-Affiliate h1, #v-pills-Deposit h1, .cart-select-same h1 {
        font-size: 32px;
        margin-top: 50px; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal h1, #v-pills-Affiliate h1, #v-pills-Deposit h1, .cart-select-same h1 {
        font-size: 20px;
        margin-top: 32px; } }
    #v-pills-Withdrawal h1 span, #v-pills-Affiliate h1 span, #v-pills-Deposit h1 span, .cart-select-same h1 span {
      font-weight: 300;
      font-size: 55px;
      line-height: 67px; }
      @media (max-width: 1199.98px) {
        #v-pills-Withdrawal h1 span, #v-pills-Affiliate h1 span, #v-pills-Deposit h1 span, .cart-select-same h1 span {
          font-size: 38px; } }
      @media (max-width: 767.98px) {
        #v-pills-Withdrawal h1 span, #v-pills-Affiliate h1 span, #v-pills-Deposit h1 span, .cart-select-same h1 span {
          font-size: 34px; } }
      @media (max-width: 575.98px) {
        #v-pills-Withdrawal h1 span, #v-pills-Affiliate h1 span, #v-pills-Deposit h1 span, .cart-select-same h1 span {
          font-size: 32px;
          line-height: 48px; } }
  #v-pills-Withdrawal .cart-last-deposit, #v-pills-Affiliate .cart-last-deposit, #v-pills-Deposit .cart-last-deposit, .cart-select-same .cart-last-deposit {
    margin-top: 36px; }
    @media (max-width: 1499px) {
      #v-pills-Withdrawal .cart-last-deposit, #v-pills-Affiliate .cart-last-deposit, #v-pills-Deposit .cart-last-deposit, .cart-select-same .cart-last-deposit {
        overflow-x: scroll; } }
    @media (max-width: 1499px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside, .cart-select-same .cart-last-deposit .cart-last-deposit-inside {
        width: 945px; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside, .cart-select-same .cart-last-deposit .cart-last-deposit-inside {
        width: 750px; } }
    #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list {
      height: 100%;
      width: 100%;
      overflow: visible; }
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list:last-child, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list:last-child, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list:last-child, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list:last-child {
        padding-bottom: 0 !important; }
    @media (max-width: 1499px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child {
        font-size: 18px; } }
    @media (max-width: 1199.98px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Affiliate .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, #v-pills-Deposit .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child, .cart-select-same .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"]:last-child {
        font-size: 12px; } }
  #v-pills-Withdrawal .calculate-block, #v-pills-Affiliate .calculate-block, #v-pills-Deposit .calculate-block, .cart-select-same .calculate-block {
    padding: 24px; }
    @media (max-width: 767.98px) {
      #v-pills-Withdrawal .calculate-block, #v-pills-Affiliate .calculate-block, #v-pills-Deposit .calculate-block, .cart-select-same .calculate-block {
        padding: 16px; } }
    #v-pills-Withdrawal .calculate-block .your-invest, #v-pills-Affiliate .calculate-block .your-invest, #v-pills-Deposit .calculate-block .your-invest, .cart-select-same .calculate-block .your-invest {
      margin-bottom: 16px; }
    #v-pills-Withdrawal .calculate-block .h6-title, #v-pills-Affiliate .calculate-block .h6-title, #v-pills-Deposit .calculate-block .h6-title, .cart-select-same .calculate-block .h6-title {
      font-size: 35px;
      line-height: 43px;
      margin-bottom: 18px; }
      @media (max-width: 767.98px) {
        #v-pills-Withdrawal .calculate-block .h6-title, #v-pills-Affiliate .calculate-block .h6-title, #v-pills-Deposit .calculate-block .h6-title, .cart-select-same .calculate-block .h6-title {
          font-size: 30px; } }
      @media (max-width: 575.98px) {
        #v-pills-Withdrawal .calculate-block .h6-title, #v-pills-Affiliate .calculate-block .h6-title, #v-pills-Deposit .calculate-block .h6-title, .cart-select-same .calculate-block .h6-title {
          font-size: 24px;
          line-height: 32px; } }
    #v-pills-Withdrawal .calculate-block .your-invest h6, #v-pills-Affiliate .calculate-block .your-invest h6, #v-pills-Deposit .calculate-block .your-invest h6, .cart-select-same .calculate-block .your-invest h6 {
      font-weight: 500;
      font-size: 22px;
      line-height: 27px; }
      @media (max-width: 767.98px) {
        #v-pills-Withdrawal .calculate-block .your-invest h6, #v-pills-Affiliate .calculate-block .your-invest h6, #v-pills-Deposit .calculate-block .your-invest h6, .cart-select-same .calculate-block .your-invest h6 {
          font-size: 16px; } }
  #v-pills-Withdrawal .profit, #v-pills-Affiliate .profit, #v-pills-Deposit .profit, .cart-select-same .profit {
    background: transparent;
    margin-bottom: 0;
    padding: 32px 0; }
    @media (max-width: 330px) {
      #v-pills-Withdrawal .profit, #v-pills-Affiliate .profit, #v-pills-Deposit .profit, .cart-select-same .profit {
        padding: 12px 0; } }
    #v-pills-Withdrawal .profit h6, #v-pills-Affiliate .profit h6, #v-pills-Deposit .profit h6, .cart-select-same .profit h6 {
      font-size: 24px;
      line-height: 29px; }
      @media (max-width: 1199.98px) {
        #v-pills-Withdrawal .profit h6, #v-pills-Affiliate .profit h6, #v-pills-Deposit .profit h6, .cart-select-same .profit h6 {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 991.98px) {
        #v-pills-Withdrawal .profit h6, #v-pills-Affiliate .profit h6, #v-pills-Deposit .profit h6, .cart-select-same .profit h6 {
          font-size: 16px;
          line-height: 26px; } }
      @media (max-width: 330px) {
        #v-pills-Withdrawal .profit h6, #v-pills-Affiliate .profit h6, #v-pills-Deposit .profit h6, .cart-select-same .profit h6 {
          margin-bottom: 0; } }
    #v-pills-Withdrawal .profit h5, #v-pills-Affiliate .profit h5, #v-pills-Deposit .profit h5, .cart-select-same .profit h5 {
      color: #76FFFF;
      font-size: 36px;
      line-height: 44px; }
      @media (max-width: 575.98px) {
        #v-pills-Withdrawal .profit h5, #v-pills-Affiliate .profit h5, #v-pills-Deposit .profit h5, .cart-select-same .profit h5 {
          font-size: 32px; } }
      @media (max-width: 330px) {
        #v-pills-Withdrawal .profit h5, #v-pills-Affiliate .profit h5, #v-pills-Deposit .profit h5, .cart-select-same .profit h5 {
          font-size: 24px;
          margin-bottom: 4px; } }
  #v-pills-Withdrawal .payout-method, #v-pills-Affiliate .payout-method, #v-pills-Deposit .payout-method, .cart-select-same .payout-method {
    text-align: left; }
  #v-pills-Withdrawal .payout-method-inside, #v-pills-Affiliate .payout-method-inside, #v-pills-Deposit .payout-method-inside, .cart-select-same .payout-method-inside {
    padding: 104px 16px; }
    @media (max-width: 1199.98px) {
      #v-pills-Withdrawal .payout-method-inside, #v-pills-Affiliate .payout-method-inside, #v-pills-Deposit .payout-method-inside, .cart-select-same .payout-method-inside {
        padding: 38px 0; } }
    @media (max-width: 767.98px) {
      #v-pills-Withdrawal .payout-method-inside, #v-pills-Affiliate .payout-method-inside, #v-pills-Deposit .payout-method-inside, .cart-select-same .payout-method-inside {
        padding: 10px 0; } }
    #v-pills-Withdrawal .payout-method-inside .cart-coin, #v-pills-Affiliate .payout-method-inside .cart-coin, #v-pills-Deposit .payout-method-inside .cart-coin, .cart-select-same .payout-method-inside .cart-coin {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(152, 254, 254, 0.15);
      border: 2px solid transparent;
      box-sizing: border-box;
      border-radius: 12px;
      padding: 16px 26px;
      height: 100%;
      min-height: 100px;
      cursor: pointer; }
      #v-pills-Withdrawal .payout-method-inside .cart-coin:hover, #v-pills-Affiliate .payout-method-inside .cart-coin:hover, #v-pills-Deposit .payout-method-inside .cart-coin:hover, .cart-select-same .payout-method-inside .cart-coin:hover {
        border: 2px solid #76FFFF; }
      @media (max-width: 1499px) {
        #v-pills-Withdrawal .payout-method-inside .cart-coin, #v-pills-Affiliate .payout-method-inside .cart-coin, #v-pills-Deposit .payout-method-inside .cart-coin, .cart-select-same .payout-method-inside .cart-coin {
          padding: 16px; } }
      @media (max-width: 991.98px) {
        #v-pills-Withdrawal .payout-method-inside .cart-coin, #v-pills-Affiliate .payout-method-inside .cart-coin, #v-pills-Deposit .payout-method-inside .cart-coin, .cart-select-same .payout-method-inside .cart-coin {
          padding: 16px; } }
      #v-pills-Withdrawal .payout-method-inside .cart-coin span, #v-pills-Affiliate .payout-method-inside .cart-coin span, #v-pills-Deposit .payout-method-inside .cart-coin span, .cart-select-same .payout-method-inside .cart-coin span {
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        margin-left: 12px; }
      #v-pills-Withdrawal .payout-method-inside .cart-coin small, #v-pills-Affiliate .payout-method-inside .cart-coin small, #v-pills-Deposit .payout-method-inside .cart-coin small, .cart-select-same .payout-method-inside .cart-coin small {
        font-size: 18px;
        line-height: 22px;
        color: #76FFFF;
        margin-top: 4px; }
        @media (max-width: 1499px) {
          #v-pills-Withdrawal .payout-method-inside .cart-coin small, #v-pills-Affiliate .payout-method-inside .cart-coin small, #v-pills-Deposit .payout-method-inside .cart-coin small, .cart-select-same .payout-method-inside .cart-coin small {
            font-size: 14px; } }
        @media (max-width: 1199.98px) {
          #v-pills-Withdrawal .payout-method-inside .cart-coin small, #v-pills-Affiliate .payout-method-inside .cart-coin small, #v-pills-Deposit .payout-method-inside .cart-coin small, .cart-select-same .payout-method-inside .cart-coin small {
            font-size: 12px; } }
        @media (max-width: 991.98px) {
          #v-pills-Withdrawal .payout-method-inside .cart-coin small, #v-pills-Affiliate .payout-method-inside .cart-coin small, #v-pills-Deposit .payout-method-inside .cart-coin small, .cart-select-same .payout-method-inside .cart-coin small {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          #v-pills-Withdrawal .payout-method-inside .cart-coin small, #v-pills-Affiliate .payout-method-inside .cart-coin small, #v-pills-Deposit .payout-method-inside .cart-coin small, .cart-select-same .payout-method-inside .cart-coin small {
            font-size: 16px; } }
    #v-pills-Withdrawal .payout-method-inside .active-cart-coin, #v-pills-Affiliate .payout-method-inside .active-cart-coin, #v-pills-Deposit .payout-method-inside .active-cart-coin, .cart-select-same .payout-method-inside .active-cart-coin {
      border: 2px solid #76FFFF; }

.registration {
  padding: 110px 0; }
  @media (max-width: 991.98px) {
    .registration {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .registration {
      padding: 30px 0; } }
  @media (max-width: 575.98px) {
    .registration .cart {
      padding: 16px; } }
  .registration .cart h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 24px; }
    @media (max-width: 575.98px) {
      .registration .cart h2 {
        font-size: 24px;
        margin-bottom: 18px; } }
    @media (max-width: 330px) {
      .registration .cart h2 {
        margin-bottom: 14px; } }
  .registration .cart form {
    margin-bottom: 24px; }
    @media (max-width: 575.98px) {
      .registration .cart form {
        margin-bottom: 12px; } }
    @media (max-width: 330px) {
      .registration .cart form {
        margin-bottom: 8px; } }
    .registration .cart form label {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; }
      @media (max-width: 575.98px) {
        .registration .cart form label {
          margin-bottom: 8px; } }
      @media (max-width: 330px) {
        .registration .cart form label {
          font-size: 14px; } }
    .registration .cart form input, .registration .cart form textarea {
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-sizing: border-box;
      border-radius: 4px;
      font-size: 16px;
      padding: 10px 14px;
      color: #fff;
      background: transparent;
      width: 100%; }
    .registration .cart form .error-input {
      border: 1px solid #FF3A3A; }
    .registration .cart form .error-span {
      font-size: 14px;
      line-height: 17px;
      color: #FF3A3A;
      display: inline-block;
      margin-top: 5px; }
      @media (max-width: 575.98px) {
        .registration .cart form .error-span {
          font-size: 10px; } }
  .registration .cart .forgot-pass {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #76FFFF;
    display: block;
    text-align: right;
    margin-top: 8px; }
  .registration .cart .name-hidden {
    display: none; }
  .registration .cart p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px; }
    .registration .cart p a {
      color: #76FFFF; }
      @media (max-width: 991.98px) {
        .registration .cart p a br {
          display: none; } }
    @media (max-width: 575.98px) {
      .registration .cart p {
        margin-bottom: 18px;
        font-size: 14px; } }
  .registration .cart .btn-wrap {
    padding: 5px 6px; }
    .registration .cart .btn-wrap .join-now {
      font-size: 18px; }
    @media (max-width: 575.98px) {
      .registration .cart .btn-wrap {
        margin-top: 16px; } }

@media (max-width: 991.98px) {
  .reg-body .bg-elipse-7 {
    top: 120px; } }
@media (max-width: 575.98px) {
  .reg-body .bg-elipse-7 {
    top: 30px; } }
@media (max-width: 991.98px) {
  .reg-body .ellipse-52-2 {
    top: 100px; } }
@media (max-width: 575.98px) {
  .reg-body .ellipse-52-2 {
    top: 20px; } }

.stylish-select-container {
  width: 100%; }
  .stylish-select-container > .stylish-select-selected {
    color: inherit;
    border: none;
    padding: 25px 170px;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    transition: 0.2s; }
    @media (max-width: 1499px) {
      .stylish-select-container > .stylish-select-selected {
        padding: 20px 100px; } }
    @media (max-width: 991.98px) {
      .stylish-select-container > .stylish-select-selected {
        padding: 20px 200px; } }
    @media (max-width: 767.98px) {
      .stylish-select-container > .stylish-select-selected {
        padding: 20px 130px; } }
    @media (max-width: 575.98px) {
      .stylish-select-container > .stylish-select-selected {
        padding: 18px 44px; } }
    .stylish-select-container > .stylish-select-selected:after {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      right: 170px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../img/icons8-expand_arrow 1.svg");
      background-repeat: no-repeat;
      transition: 0.3s; }
      @media (max-width: 1499px) {
        .stylish-select-container > .stylish-select-selected:after {
          right: 100px; } }
      @media (max-width: 991.98px) {
        .stylish-select-container > .stylish-select-selected:after {
          right: 200px; } }
      @media (max-width: 767.98px) {
        .stylish-select-container > .stylish-select-selected:after {
          right: 130px; } }
      @media (max-width: 575.98px) {
        .stylish-select-container > .stylish-select-selected:after {
          right: 44px; } }
  .stylish-select-container[data-select-state="open"] > .stylish-select-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .stylish-select-container > .stylish-select-list {
    color: #fff;
    max-height: none;
    border: none;
    background: rgba(25, 37, 45, 0.83);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    border-radius: 0 0 12px 12px;
    border: 1px solid #303B42; }
    .stylish-select-container > .stylish-select-list > li {
      padding: 25px 170px;
      line-height: inherit;
      background-color: transparent !important;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      border-bottom: 1px solid #303B42;
      cursor: pointer; }
      @media (max-width: 1500px) {
        .stylish-select-container > .stylish-select-list > li {
          padding: 20px 100px; } }
      @media (max-width: 991.98px) {
        .stylish-select-container > .stylish-select-list > li {
          padding: 15px 200px; } }
      @media (max-width: 767.98px) {
        .stylish-select-container > .stylish-select-list > li {
          padding: 14px 130px; } }
      @media (max-width: 575.98px) {
        .stylish-select-container > .stylish-select-list > li {
          padding: 13px 44px; } }
      .stylish-select-container > .stylish-select-list > li:last-child {
        border-radius: 0 0 5px 5px; }
      .stylish-select-container > .stylish-select-list > li:hover {
        background: #19252d !important; }

[data-select-state=open] .stylish-select-selected:after {
  transform: translateY(-50%) rotate(180deg); }

.checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked ~ .custom-checkbox {
      opacity: 1;
      border: 1px solid #FFF; }
      .checkbox input:checked ~ .custom-checkbox:after {
        background: url("../img/check-icon.svg") no-repeat center; }
    .checkbox input:checked ~ .custom-text {
      opacity: 1; }

.custom-checkbox {
  position: relative;
  margin-right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px; }
  .custom-checkbox:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px; }

.custom-text {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.8; }

.Support {
  padding-top: 94px; }
  @media (max-width: 991.98px) {
    .Support {
      padding-top: 40px; } }
  .Support h2 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 36px; }
    @media (max-width: 575.98px) {
      .Support h2 {
        font-size: 26px;
        margin-bottom: 14px; } }
  .Support p {
    font-size: 18px; }
    @media (max-width: 575.98px) {
      .Support p {
        font-size: 16px; } }
  @media (max-width: 575.98px) {
    .Support .container-carts .cart-wrap {
      padding: 16px 10px; } }
  .Support .container-carts .cart-wrap p {
    font-size: 18px;
    line-height: 23px; }
    @media (max-width: 575.98px) {
      .Support .container-carts .cart-wrap p {
        font-size: 14px;
        line-height: 17px; } }

.contacts {
  padding: 50px 0 0 0; }
  @media (max-width: 575.98px) {
    .contacts {
      padding: 40px 0 0 0; } }
  @media (max-width: 991.98px) {
    .contacts .contact-us {
      margin-top: 32px; } }
  .contacts .contact-us h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px; }
    @media (max-width: 575.98px) {
      .contacts .contact-us h3 {
        font-size: 24px; } }
  .contacts .contact-us p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .contacts .contact-us p {
        line-height: 24px; }
        .contacts .contact-us p br {
          display: none; } }
    @media (max-width: 575.98px) {
      .contacts .contact-us p {
        font-size: 16px; } }
    @media (max-width: 330px) {
      .contacts .contact-us p {
        font-size: 14px;
        line-height: 18px; } }
  .contacts .contact-us .lh-min {
    line-height: 18px;
    font-weight: normal;
    margin-top: 12px; }
  .contacts .contact-us h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-top: 48px;
    margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .contacts .contact-us h4 {
        margin-top: 32px; } }
    @media (max-width: 575.98px) {
      .contacts .contact-us h4 {
        font-size: 16px;
        margin-top: 18px; } }
  .contacts .contact-us a {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #76FFFF; }
    @media (max-width: 575.98px) {
      .contacts .contact-us a {
        font-size: 16px; } }
  .contacts .contact-us span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    margin-top: 42px; }
    @media (max-width: 575.98px) {
      .contacts .contact-us span {
        font-size: 16px;
        margin-top: 22px; } }

#v-pills-Affiliate .payout-method-inside {
  padding: 42px 0; }
#v-pills-Affiliate .total-wrap {
  margin: 26px 0; }
  #v-pills-Affiliate .total-wrap .cart-dash h6 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 16px;
    font-weight: normal; }
    @media (max-width: 575.98px) {
      #v-pills-Affiliate .total-wrap .cart-dash h6 {
        font-size: 18px;
        margin-bottom: 8px; }
        #v-pills-Affiliate .total-wrap .cart-dash h6 br {
          display: none; } }
  #v-pills-Affiliate .total-wrap .cart-dash h5 {
    font-size: 30px;
    line-height: 37px; }
#v-pills-Affiliate .link-border {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid #76FFFF;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #v-pills-Affiliate .link-border h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #76FFFF;
    margin-bottom: 4px; }
    @media (max-width: 575.98px) {
      #v-pills-Affiliate .link-border h4 {
        font-size: 18px; } }
  #v-pills-Affiliate .link-border .link-block {
    display: flex;
    justify-content: center;
    align-items: center; }
    #v-pills-Affiliate .link-border .link-block span {
      font-weight: 500;
      font-size: 26px;
      line-height: 32px; }
      @media (max-width: 575.98px) {
        #v-pills-Affiliate .link-border .link-block span {
          font-size: 16px; } }
    #v-pills-Affiliate .link-border .link-block .copied {
      bottom: -34px;
      background: rgba(255, 255, 255, 0.5); }
#v-pills-Affiliate .baner-block .cart {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  height: 100%; }
  #v-pills-Affiliate .baner-block .cart .cart-block {
    display: flex;
    justify-content: center;
    padding: 25px 0; }
  #v-pills-Affiliate .baner-block .cart span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; }
  #v-pills-Affiliate .baner-block .cart img {
    margin-left: 8px; }
  #v-pills-Affiliate .baner-block .cart hr {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  #v-pills-Affiliate .baner-block .cart .wrap-cart-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 34px; }
    @media (max-width: 575.98px) {
      #v-pills-Affiliate .baner-block .cart .wrap-cart-block {
        padding-top: 22px; } }
    #v-pills-Affiliate .baner-block .cart .wrap-cart-block .cart-block {
      padding: 18px 0 25px 0; }
    #v-pills-Affiliate .baner-block .cart .wrap-cart-block .copied {
      bottom: -10px; }
  #v-pills-Affiliate .baner-block .cart .wrap-banner-125 {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 28px;
    margin-left: 0;
    height: 100%; }
    @media (max-width: 575.98px) {
      #v-pills-Affiliate .baner-block .cart .wrap-banner-125 {
        margin-top: 22px;
        margin-bottom: 0; } }
    #v-pills-Affiliate .baner-block .cart .wrap-banner-125 img {
      width: 305px;
      height: 305px;
      margin: 0; }

.steps-carts-wrap .steps-carts {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 575.98px) {
    .steps-carts-wrap .steps-carts {
      flex-direction: column; } }
  .steps-carts-wrap .steps-carts .cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 991.98px) {
      .steps-carts-wrap .steps-carts .cart {
        padding: 12px; } }
    .steps-carts-wrap .steps-carts .cart span {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #76FFFF;
      margin-bottom: 24px; }
      @media (max-width: 575.98px) {
        .steps-carts-wrap .steps-carts .cart span {
          margin-bottom: 12px; } }
      .steps-carts-wrap .steps-carts .cart span:last-child {
        font-size: 22px;
        line-height: 27px;
        color: #FFDE8A;
        margin-bottom: 0; }
        @media (max-width: 575.98px) {
          .steps-carts-wrap .steps-carts .cart span:last-child {
            font-size: 32px; } }
  .steps-carts-wrap .steps-carts img {
    transform: rotate(180deg);
    padding: 0 24px; }
    @media (max-width: 991.98px) {
      .steps-carts-wrap .steps-carts img {
        padding: 0 12px; } }
    @media (max-width: 575.98px) {
      .steps-carts-wrap .steps-carts img {
        transform: rotate(270deg);
        padding: 16px; } }

.bottom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px; }
  @media (max-width: 767.98px) {
    .bottom-links {
      flex-direction: column;
      align-items: start; } }
  @media (max-width: 575.98px) {
    .bottom-links {
      margin-top: 20px; } }
  .bottom-links .i-dont {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #76FFFF;
    background: transparent;
    border: none; }
    @media (max-width: 767.98px) {
      .bottom-links .i-dont {
        margin-top: 16px; } }
    @media (max-width: 575.98px) {
      .bottom-links .i-dont {
        font-size: 12px; } }

.tab-content {
  padding: 50px 0; }
  @media (max-width: 575.98px) {
    .tab-content {
      padding: 25px 0; } }

.cart-select-same .payout-method-inside {
  padding: 0;
  margin-top: 16px; }
  .cart-select-same .payout-method-inside .cart-coin {
    background: rgba(255, 255, 255, 0.15);
    padding: 24px; }
    @media (max-width: 575.98px) {
      .cart-select-same .payout-method-inside .cart-coin {
        flex-direction: row;
        min-height: 87px; } }

.noUi-connect {
  background: #FFDE8A;
  border-radius: 5px 0 0 5px;
  height: 5px; }

.noUi-base {
  background: rgba(255, 255, 255, 0.38);
  border-radius: 5px; }

.noUi-target {
  height: 5px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 5px;
  border: none;
  box-shadow: none; }

.noUi-horizontal .noUi-handle {
  width: 37px;
  height: 37px;
  background: linear-gradient(315.41deg, #FFDE8A 6.99%, #FFFFFF 148%);
  top: -16px;
  right: -15px;
  border-radius: 11px;
  border: 4px solid #FFDE8A;
  box-shadow: -1px 7px 23px -5px rgba(255, 222, 138, 0.31); }
  .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none; }

.noUi-touch-area {
  display: none; }

.noUi-tooltip {
  background: transparent;
  border: none;
  font-weight: 300;
  font-size: 55px;
  line-height: 67px;
  text-transform: uppercase;
  color: #FFDE8A;
  bottom: 180% !important; }
  .noUi-tooltip:before {
    content: "$ "; }
  @media (max-width: 1499px) {
    .noUi-tooltip {
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    .noUi-tooltip {
      font-size: 26px;
      bottom: 80% !important; } }
  @media (max-width: 575.98px) {
    .noUi-tooltip {
      font-size: 24px; } }

#settings .registration {
  padding-top: 30px; }
  @media (max-width: 1499px) {
    #settings .registration .cart h2 {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    #settings .registration .cart h2 {
      font-size: 28px; } }
  @media (max-width: 767.98px) {
    #settings .registration .cart h2 {
      line-height: 34px;
      font-size: 26px; } }
  @media (max-width: 330px) {
    #settings .registration .cart h2 {
      font-size: 20px;
      line-height: 28px; } }
#settings .email-notifications {
  padding-bottom: 40px; }
  #settings .email-notifications h6 {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 42px; }
    @media (max-width: 1199.98px) {
      #settings .email-notifications h6 {
        font-size: 34px; } }
    @media (max-width: 991.98px) {
      #settings .email-notifications h6 {
        font-size: 28px;
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      #settings .email-notifications h6 {
        font-size: 26px; } }
    @media (max-width: 575.98px) {
      #settings .email-notifications h6 {
        font-size: 20px; } }
  #settings .email-notifications .cart {
    text-align: left; }
    @media (max-width: 767.98px) {
      #settings .email-notifications .cart {
        padding: 16px; } }
    #settings .email-notifications .cart .email-notifications-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(239, 249, 255, 0.1); }
      #settings .email-notifications .cart .email-notifications-row:last-child {
        border: none; }
      #settings .email-notifications .cart .email-notifications-row span, #settings .email-notifications .cart .email-notifications-row h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 58px;
        line-height: 58px; }
        @media (max-width: 575.98px) {
          #settings .email-notifications .cart .email-notifications-row span, #settings .email-notifications .cart .email-notifications-row h5 {
            font-size: 14px;
            line-height: 26px; } }
      #settings .email-notifications .cart .email-notifications-row .active-status {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 575.98px) {
          #settings .email-notifications .cart .email-notifications-row .active-status {
            flex-direction: column; } }
        #settings .email-notifications .cart .email-notifications-row .active-status h5 {
          color: #556666;
          margin-bottom: 0;
          margin-left: 24px; }
          @media (max-width: 575.98px) {
            #settings .email-notifications .cart .email-notifications-row .active-status h5 {
              line-height: 26px;
              text-align: right;
              font-size: 14px; } }
        #settings .email-notifications .cart .email-notifications-row .active-status .active-color {
          text-decoration-line: underline;
          color: #76FFFF; }

#v-pills-Deposit .deposit-steps h2 {
  margin-bottom: 20px; }
#v-pills-Deposit .deposit-steps h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #76FFFF;
  margin-bottom: 58px; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .deposit-steps h3 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    #v-pills-Deposit .deposit-steps h3 {
      font-size: 20px;
      margin-bottom: 26px; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .deposit-steps h3 {
      font-size: 16px;
      line-height: 22px; } }
@media (max-width: 767.98px) {
  #v-pills-Deposit .deposit-steps .calculate-block {
    padding: 16px; } }
#v-pills-Deposit .deposit-steps .calculate-block .range-block {
  margin-top: 130px; }
  @media (max-width: 1199.98px) {
    #v-pills-Deposit .deposit-steps .calculate-block .range-block {
      margin-top: 90px; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .deposit-steps .calculate-block .range-block {
      margin-top: 75px; } }
  @media (max-width: 330px) {
    #v-pills-Deposit .deposit-steps .calculate-block .range-block {
      margin-bottom: 8px; } }
  #v-pills-Deposit .deposit-steps .calculate-block .range-block .noUi-tooltip {
    bottom: 110% !important; }
    @media (max-width: 330px) {
      #v-pills-Deposit .deposit-steps .calculate-block .range-block .noUi-tooltip {
        bottom: 80% !important; } }
#v-pills-Deposit .deposit-steps .calculate-block .diapazon-price {
  margin-top: 0; }
#v-pills-Deposit .deposit-steps .calculate-block .invest {
  margin-top: 48px;
  align-items: center; }
  @media (max-width: 1499px) {
    #v-pills-Deposit .deposit-steps .calculate-block .invest {
      margin-top: 20px; } }
  @media (max-width: 330px) {
    #v-pills-Deposit .deposit-steps .calculate-block .invest {
      margin-top: 0; } }
  #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest h6 {
    font-size: 26px;
    line-height: 22px; }
    @media (max-width: 1499px) {
      #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest h6 {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest h6 {
        font-size: 16px; } }
  #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest .usd-price {
    font-size: 32px;
    padding: 20px 16px;
    text-align: left; }
    @media (max-width: 1199.98px) {
      #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest .usd-price {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest .usd-price {
        padding: 12px;
        font-size: 22px; } }
    @media (max-width: 330px) {
      #v-pills-Deposit .deposit-steps .calculate-block .invest .your-invest .usd-price {
        padding: 10px;
        font-size: 16px; } }
#v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart {
  padding: 25px 0;
  background: rgba(152, 254, 254, 0.15);
  border-radius: 12px; }
  #v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart .profit-per {
    padding: 0 16px;
    text-align: left; }
    @media (max-width: 575.98px) {
      #v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart .profit-per {
        text-align: center; } }
    #v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart .profit-per h6 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 9px; }
      #v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart .profit-per h6 b {
        font-size: 14px;
        font-weight: 700px; }
    #v-pills-Deposit .deposit-steps .calculate-block .profit.profit-in-cart .profit-per h5 {
      font-size: 30px;
      line-height: 37px; }
#v-pills-Deposit .deposit-steps .calculate-block .block-button {
  margin-top: 38px; }
#v-pills-Deposit .deposit-steps .out-cart {
  background: rgba(152, 254, 254, 0.15); }
  #v-pills-Deposit .deposit-steps .out-cart h5 {
    color: #FFDE8A; }
#v-pills-Deposit .deposit-steps .progress-block {
  margin-top: 40px; }
  #v-pills-Deposit .deposit-steps .progress-block .progress-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    cursor: pointer; }
    #v-pills-Deposit .deposit-steps .progress-block .progress-cart:hover {
      opacity: 0.85; }
    #v-pills-Deposit .deposit-steps .progress-block .progress-cart .id-number {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 24px; }
      @media (max-width: 1499px) {
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .id-number {
          margin-bottom: 12px; } }
      @media (max-width: 330px) {
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .id-number {
          font-size: 14px; } }
    #v-pills-Deposit .deposit-steps .progress-block .progress-cart .next-pay {
      font-size: 24px;
      line-height: 130%;
      margin-bottom: 8px; }
      @media (max-width: 330px) {
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .next-pay {
          font-size: 16px; } }
    #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img {
      text-align: center;
      position: relative;
      margin-top: 24px; }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .proszent {
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translateX(-50%); }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .proszent-count {
        font-size: 36px;
        line-height: 42px;
        color: #76FFFF;
        top: 48%; }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .count-siniy {
        color: #009FC1; }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .count-darc-blue {
        color: #2E66D1; }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .count-darc-xl {
        color: #0A3AB7; }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .block-img .count-darc-xxl {
        color: #1D1AAB; }
    #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres {
      display: flex;
      margin-top: 60px; }
      @media (max-width: 1499px) {
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres {
          margin-top: 26px; } }
      #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0 4px; }
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:first-child {
          margin-right: 10px; }
          @media (max-width: 1499px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:first-child {
              margin-right: 4px; } }
          @media (max-width: 575.98px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:first-child {
              margin-right: 10px; } }
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:last-child {
          margin-left: 10px; }
          @media (max-width: 1499px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:last-child {
              margin-left: 4px; } }
          @media (max-width: 575.98px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div:last-child {
              margin-left: 10px; } }
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div small {
          font-size: 18px;
          line-height: 21px; }
          @media (max-width: 1499px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div small {
              font-size: 14px; } }
          @media (max-width: 767.98px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div small {
              font-size: 12px; } }
          @media (max-width: 575.98px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div small {
              font-size: 14px; } }
        #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div .baks {
          font-size: 24px;
          line-height: 28px;
          color: #FFDE8A;
          margin-top: 12px;
          margin-bottom: 0; }
          @media (max-width: 330px) {
            #v-pills-Deposit .deposit-steps .progress-block .progress-cart .footer-progres div .baks {
              font-size: 20px;
              margin-top: 0; } }
@media (max-width: 1499px) {
  #v-pills-Deposit .table-deposit-steps .cart-last-deposit .cart-last-deposit-inside {
    width: 1305px; } }
@media (max-width: 575.98px) {
  #v-pills-Deposit .table-deposit-steps .cart-last-deposit .cart-last-deposit-inside .list .row-1 > [class*="col"] {
    font-size: 16px; }
  #v-pills-Deposit .table-deposit-steps .cart-last-deposit .cart-last-deposit-inside .name div {
    font-size: 16px; } }
#v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin {
  padding: 94px 24px;
  text-align: center;
  min-height: 396px; }
  @media (max-width: 1499px) {
    #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin {
      min-height: 100%; } }
  @media (max-width: 767.98px) {
    #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin {
      padding: 24px; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin {
      padding: 24px 12px; } }
  @media (max-width: 330px) {
    #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin {
      padding: 20px 6px; } }
  #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin span {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 16px 0; }
    @media (max-width: 767.98px) {
      #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin span {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin span {
        margin: 0 0 6px 0; }
        #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin span br {
          display: none; } }
    @media (max-width: 330px) {
      #v-pills-Deposit #ChooseInvestmentMethod .payout-method.investment-method .payout-method-inside .cart-coin span {
        font-size: 15px;
        margin: 0; } }
#v-pills-Deposit #MakeNewDeposit .payout-method .payout-method-inside .cart-coin {
  min-height: 97px; }
#v-pills-Deposit #ChooseYourAmountFromBalance .h6-title {
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    #v-pills-Deposit #ChooseYourAmountFromBalance .h6-title {
      margin-bottom: 18px; } }
  @media (max-width: 330px) {
    #v-pills-Deposit #ChooseYourAmountFromBalance .h6-title {
      font-size: 20px; } }
#v-pills-Deposit #ChooseYourAmountFromBalance .your-invest {
  margin-bottom: 32px; }
  @media (max-width: 1499px) {
    #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest h6 {
      font-size: 18px; } }
  @media (max-width: 330px) {
    #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest h6 {
      font-size: 16px; } }
  #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .bonus h6 {
    font-size: 28px;
    line-height: 100%; }
    @media (max-width: 1499px) {
      #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .bonus h6 {
        font-size: 20px; } }
  #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .color-yel {
    color: #FFDE8A; }
    #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .color-yel small {
      position: absolute;
      left: 0;
      bottom: -30px;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #76FFFF; }
      @media (max-width: 991.98px) {
        #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .color-yel small {
          font-size: 16px;
          bottom: -24px; } }
      @media (max-width: 330px) {
        #v-pills-Deposit #ChooseYourAmountFromBalance .your-invest .color-yel small {
          bottom: -20px;
          font-size: 12px; } }
#v-pills-Deposit .MakeYourBitcoinPayment .cart {
  position: relative; }
  #v-pills-Deposit .MakeYourBitcoinPayment .cart .qr-code {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -98px;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 991.98px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .cart .qr-code {
        transform: none;
        right: 16px;
        bottom: 16px; } }
    @media (max-width: 575.98px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .cart .qr-code {
        width: 130px; } }
    @media (max-width: 330px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .cart .qr-code {
        width: 88px;
        right: 12px;
        bottom: 12px; } }
  #v-pills-Deposit .MakeYourBitcoinPayment .cart .qr-code-visible {
    opacity: 1;
    visibility: visible; }
#v-pills-Deposit .MakeYourBitcoinPayment .title-h6 {
  margin-bottom: 26px; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .title-h6 {
      margin-bottom: 0; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .title-h6 {
      font-size: 24px; } }
#v-pills-Deposit .MakeYourBitcoinPayment span {
  margin-bottom: 12px;
  margin-top: 32px;
  display: inline-block; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment span {
      margin-top: 18px; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment span {
      margin-bottom: 4px; } }
#v-pills-Deposit .MakeYourBitcoinPayment .block-1 .copied {
  bottom: -50px; }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .block-1 .copied {
      bottom: -30px;
      background: #000D16; } }
#v-pills-Deposit .MakeYourBitcoinPayment .block-2 .copied {
  right: 75px;
  bottom: -45px; }
  @media (max-width: 1499px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .block-2 .copied {
      right: 40px; } }
  @media (max-width: 1199.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .block-2 .copied {
      right: 117px; } }
  @media (max-width: 767.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .block-2 .copied {
      right: 0; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .block-2 .copied {
      bottom: -35px;
      background: #000D16; } }
#v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  border: 1.5px solid #98FEFE;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative; }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block {
      padding: 8px 14px; } }
  #v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block h5 {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none; }
    @media (max-width: 1499px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block h5 {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block h5 {
        font-size: 16px; } }
#v-pills-Deposit .MakeYourBitcoinPayment .link-copy-block-long {
  padding: 0;
  border: none; }
#v-pills-Deposit .MakeYourBitcoinPayment button {
  margin-top: 36px; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment button {
      margin-bottom: 32px;
      width: 100%; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment button {
      margin-top: 16px; } }
#v-pills-Deposit .MakeYourBitcoinPayment .span-right b {
  font-size: 28px;
  line-height: 40px;
  color: #FFDE8A; }
  @media (max-width: 1499px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .span-right b {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .span-right b {
      line-height: 24px; } }
#v-pills-Deposit .MakeYourBitcoinPayment .bottom-links {
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .bottom-links {
      margin-top: 20px; } }
  #v-pills-Deposit .MakeYourBitcoinPayment .bottom-links span {
    margin: 0; }
#v-pills-Deposit .MakeYourBitcoinPayment .right-block {
  text-align: right; }
  @media (max-width: 1199.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .right-block span {
      margin-top: 20px; } }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .MakeYourBitcoinPayment .right-block {
      display: flex;
      flex-direction: column;
      text-align: left; }
      #v-pills-Deposit .MakeYourBitcoinPayment .right-block span {
        margin-top: 0; } }
    @media (max-width: 991.98px) and (max-width: 575.98px) {
      #v-pills-Deposit .MakeYourBitcoinPayment .right-block span {
        margin-bottom: 8px; } }

@media (max-width: 575.98px) {
  #v-pills-Deposit .good-job h6 br {
    display: none; } }
#v-pills-Deposit .good-job p {
  padding: 50px 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    #v-pills-Deposit .good-job p {
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    #v-pills-Deposit .good-job p {
      padding-top: 0; } }
#v-pills-Deposit .good-job h5 {
  margin-top: 8px; }
#v-pills-Deposit .good-job .profit h5 {
  color: #FFDE8A;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0; }

#v-pills-Withdrawal .bg-military {
  background: rgba(255, 255, 255, 0.1); }

.cart-you-have {
  padding: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .cart-you-have {
      padding: 100px 50px; } }
  @media (max-width: 767.98px) {
    .cart-you-have {
      padding: 50px 30px; } }
  @media (max-width: 575.98px) {
    .cart-you-have {
      padding: 40px 16px; } }
  .cart-you-have span {
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #FF7676;
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .cart-you-have span {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .cart-you-have span {
        font-size: 24px;
        margin-bottom: 16px; } }
    @media (max-width: 330px) {
      .cart-you-have span {
        line-height: 30px;
        font-size: 20px; } }
  .cart-you-have a {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-decoration-line: underline;
    color: #fff; }
    @media (max-width: 767.98px) {
      .cart-you-have a {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .cart-you-have a {
        font-size: 18px; } }

.withdrawal {
  position: relative; }
  .withdrawal .your-invest {
    margin-bottom: 0; }
    .withdrawal .your-invest .usd-price {
      color: #FFDE8A; }
    .withdrawal .your-invest h6 {
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        .withdrawal .your-invest h6 {
          font-size: 18px;
          margin-bottom: 4px; } }
      @media (max-width: 330px) {
        .withdrawal .your-invest h6 {
          font-size: 16px;
          margin-bottom: 0; } }
    .withdrawal .your-invest h5 {
      font-size: 28px;
      line-height: 34px;
      color: #FFDE8A;
      margin-bottom: 0; }
    .withdrawal .your-invest .wallet-id {
      margin: 8px 0 32px 0;
      text-align: center; }
      @media (max-width: 767.98px) {
        .withdrawal .your-invest .wallet-id {
          margin: 0 0 16px 0; } }
      .withdrawal .your-invest .wallet-id h6 {
        margin-bottom: 4px; }
      .withdrawal .your-invest .wallet-id .link-copy-block {
        display: flex;
        justify-content: center; }
        .withdrawal .your-invest .wallet-id .link-copy-block h5 {
          font-weight: 500;
          font-size: 22px;
          line-height: 27px; }
          @media (max-width: 767.98px) {
            .withdrawal .your-invest .wallet-id .link-copy-block h5 {
              font-size: 18px; } }
    .withdrawal .your-invest .bottom-links {
      margin-top: 0;
      position: absolute;
      bottom: 24px;
      left: 24px; }
      @media (max-width: 767.98px) {
        .withdrawal .your-invest .bottom-links {
          position: static;
          margin-top: 12px; } }

.confirm-or-claim {
  position: relative; }
  .confirm-or-claim .arrow {
    position: absolute;
    right: -10px;
    top: 210px; }
    @media (max-width: 1499px) {
      .confirm-or-claim .arrow {
        right: -35px;
        top: 200px; } }
    @media (max-width: 1199.98px) {
      .confirm-or-claim .arrow {
        right: -20px; } }
    @media (max-width: 991.98px) {
      .confirm-or-claim .arrow {
        display: none; } }
  .confirm-or-claim .confirm {
    text-align: center;
    display: flex;
    flex-direction: column; }
    .confirm-or-claim .confirm h6 {
      font-size: 32px;
      margin-bottom: 57px; }
      @media (max-width: 1499px) {
        .confirm-or-claim .confirm h6 {
          font-size: 28px; } }
      @media (max-width: 991.98px) {
        .confirm-or-claim .confirm h6 {
          margin-bottom: 20px; } }
      @media (max-width: 575.98px) {
        .confirm-or-claim .confirm h6 {
          font-size: 20px; } }
    @media (max-width: 991.98px) {
      .confirm-or-claim .confirm .or {
        margin: 24px 0; } }
    .confirm-or-claim .confirm span {
      font-weight: 600;
      font-size: 24px;
      line-height: 150%;
      margin-bottom: 30px; }
      @media (max-width: 1499px) {
        .confirm-or-claim .confirm span {
          font-size: 20px; } }
      @media (max-width: 991.98px) {
        .confirm-or-claim .confirm span {
          margin-bottom: 12px;
          font-size: 16px; } }
      @media (max-width: 330px) {
        .confirm-or-claim .confirm span {
          margin-bottom: 0; } }
    .confirm-or-claim .confirm .btn-wrap {
      margin-top: 23px; }
      .confirm-or-claim .confirm .btn-wrap .join-now {
        padding: 7px 40px;
        line-height: 52px; }
        @media (max-width: 1499px) {
          .confirm-or-claim .confirm .btn-wrap .join-now {
            font-size: 24px;
            padding: 7px 12px; } }
        @media (max-width: 575.98px) {
          .confirm-or-claim .confirm .btn-wrap .join-now {
            padding: 7px;
            font-size: 18px; } }
      .confirm-or-claim .confirm .btn-wrap .reg-button {
        color: #fff !important;
        background: transparent;
        border: none; }
        .confirm-or-claim .confirm .btn-wrap .reg-button:hover {
          color: black !important; }
        @media (max-width: 1499px) {
          .confirm-or-claim .confirm .btn-wrap .reg-button {
            font-size: 24px;
            padding: 7px 12px; } }
        @media (max-width: 575.98px) {
          .confirm-or-claim .confirm .btn-wrap .reg-button {
            padding: 7px;
            font-size: 18px; } }
    .confirm-or-claim .confirm .btn-wrap.border-dark-btn .reg-button.confirm-withdrawal:hover {
      color: #fff !important; }

#v-pills-Withdrawal .withdrawal-is-pending, #v-pills-Deposit .withdrawal-is-pending {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center; }
  #v-pills-Withdrawal .withdrawal-is-pending h5, #v-pills-Deposit .withdrawal-is-pending h5 {
    font-weight: 500;
    font-size: 42px;
    color: #FFDE8A;
    margin-top: 48px; }
    @media (max-width: 991.98px) {
      #v-pills-Withdrawal .withdrawal-is-pending h5, #v-pills-Deposit .withdrawal-is-pending h5 {
        margin-top: 20px; } }
  #v-pills-Withdrawal .withdrawal-is-pending p, #v-pills-Deposit .withdrawal-is-pending p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    padding: 40px 0; }
    @media (max-width: 991.98px) {
      #v-pills-Withdrawal .withdrawal-is-pending p, #v-pills-Deposit .withdrawal-is-pending p {
        padding: 30px 0;
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      #v-pills-Withdrawal .withdrawal-is-pending p, #v-pills-Deposit .withdrawal-is-pending p {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 1499px) {
      #v-pills-Withdrawal .withdrawal-is-pending p br, #v-pills-Deposit .withdrawal-is-pending p br {
        display: none; } }
  @media (max-width: 575.98px) {
    #v-pills-Withdrawal .withdrawal-is-pending .btn-wrap .join-now, #v-pills-Deposit .withdrawal-is-pending .btn-wrap .join-now {
      padding: 7px; } }
  #v-pills-Withdrawal .withdrawal-is-pending .bottom-links, #v-pills-Deposit .withdrawal-is-pending .bottom-links {
    position: absolute;
    left: 24px;
    bottom: 24px; }
    @media (max-width: 991.98px) {
      #v-pills-Withdrawal .withdrawal-is-pending .bottom-links, #v-pills-Deposit .withdrawal-is-pending .bottom-links {
        position: static;
        margin-top: 12px; } }

#ChooseYourAmount {
  padding: 0 15px; }
  #ChooseYourAmount .withdrawal-is-pending .your-invest {
    margin-top: 32px; }
    #ChooseYourAmount .withdrawal-is-pending .your-invest .usd-price {
      color: #FFDE8A; }
  #ChooseYourAmount .withdrawal-is-pending .profit h5 {
    color: #76FFFF; }

.steps-carts.steps-carts-level {
  padding: 32px 0; }
  @media (max-width: 767.98px) {
    .steps-carts.steps-carts-level {
      flex-direction: column; } }
  @media (max-width: 1499px) {
    .steps-carts.steps-carts-level img {
      padding: 0 8px; } }
  @media (max-width: 767.98px) {
    .steps-carts.steps-carts-level img {
      padding: 16px;
      transform: rotate(270deg); } }
  .steps-carts.steps-carts-level .cart {
    padding: 32px;
    justify-content: space-between;
    min-height: 358px; }
    @media (max-width: 1499px) {
      .steps-carts.steps-carts-level .cart {
        padding: 24px 16px; }
        .steps-carts.steps-carts-level .cart .main-img {
          padding: 0; } }
    @media (max-width: 991.98px) {
      .steps-carts.steps-carts-level .cart {
        min-height: 320px; } }
    @media (max-width: 767.98px) {
      .steps-carts.steps-carts-level .cart {
        min-height: 300px; } }
    .steps-carts.steps-carts-level .cart .number {
      font-weight: 600;
      font-size: 34px;
      line-height: 25px;
      color: #FFDE8A;
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .steps-carts.steps-carts-level .cart .number {
          margin-bottom: 8px; } }
    .steps-carts.steps-carts-level .cart .cart-footter {
      color: #76FFFF;
      padding-top: 30px; }
      @media (max-width: 991.98px) {
        .steps-carts.steps-carts-level .cart .cart-footter {
          padding-top: 8px; } }
      .steps-carts.steps-carts-level .cart .cart-footter .number {
        margin-bottom: 0; }
      .steps-carts.steps-carts-level .cart .cart-footter small {
        font-size: 18px;
        line-height: 22px;
        display: block;
        margin-bottom: 4px; }
    .steps-carts.steps-carts-level .cart p {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      margin: 16px 0 14px 0; }
    .steps-carts.steps-carts-level .cart hr {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      width: 104px;
      margin: 0; }
    .steps-carts.steps-carts-level .cart .main-img {
      transform: none;
      margin-bottom: 20px; }
  .steps-carts.steps-carts-level .disabled-cart {
    opacity: 0.3; }
    .steps-carts.steps-carts-level .disabled-cart small {
      opacity: 0.3; }
    .steps-carts.steps-carts-level .disabled-cart .number {
      color: #fff;
      opacity: 0.3; }
    .steps-carts.steps-carts-level .disabled-cart p {
      opacity: 0.3; }

.profess-cart {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .profess-cart .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .profess-cart .top span {
      font-size: 24px;
      line-height: 29px;
      display: inline-block;
      margin-left: 8px; }
      @media (max-width: 1499px) {
        .profess-cart .top span {
          font-size: 22px; } }
      @media (max-width: 991.98px) {
        .profess-cart .top span {
          font-size: 16px; } }
  .profess-cart small {
    font-size: 16px;
    line-height: 20px; }
  .profess-cart .stars-block {
    display: flex;
    justify-content: space-around;
    padding: 6px 0; }
    .profess-cart .stars-block img {
      padding: 0 2px; }

#WaitAndReceive p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin: 66px 0 24px 0; }
  @media (max-width: 991.98px) {
    #WaitAndReceive p {
      margin: 30px 0 24px 0; } }
  @media (max-width: 991.98px) {
    #WaitAndReceive p {
      font-size: 20px;
      margin: 10px 0 24px 0; } }
  @media (max-width: 991.98px) {
    #WaitAndReceive p {
      font-size: 16px; } }
  @media (max-width: 330px) {
    #WaitAndReceive p {
      font-size: 14px; } }
#WaitAndReceive h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 170%;
  margin-bottom: 85px; }
  @media (max-width: 991.98px) {
    #WaitAndReceive h5 {
      margin-bottom: 30px;
      font-size: 20px; } }
  @media (max-width: 991.98px) {
    #WaitAndReceive h5 {
      font-size: 18px;
      line-height: 130%; } }
  @media (max-width: 330px) {
    #WaitAndReceive h5 {
      font-size: 14px; } }

#withdrawaSecond .copied {
  right: 235px; }
  @media (max-width: 1499px) {
    #withdrawaSecond .copied {
      right: 125px; } }
  @media (max-width: 1199.98px) {
    #withdrawaSecond .copied {
      right: 175px; } }
  @media (max-width: 991.98px) {
    #withdrawaSecond .copied {
      right: 95px; } }
  @media (max-width: 767.98px) {
    #withdrawaSecond .copied {
      right: 24px; } }
  @media (max-width: 575.98px) {
    #withdrawaSecond .copied {
      right: 0;
      background: #000D16; } }

.my-scrollbar {
  flex-grow: 1; }

.scrollbar-track {
  opacity: 0.6 !important;
  background: transparent !important;
  transition: 0.3s !important; }
  .scrollbar-track.show, .scrollbar-track:hover {
    opacity: 1 !important; }

.scrollbar-thumb {
  background: #fff !important; }

.scrollbar-track-x {
  height: 12px !important; }
  .scrollbar-track-x .scrollbar-thumb {
    top: 4px !important;
    height: 4px !important; }

.scrollbar-track-y {
  width: 12px !important; }
  .scrollbar-track-y .scrollbar-thumb {
    left: 4px !important;
    width: 4px !important; }

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