@charset "UTF-8";

@font-face {
  font-family: 'Craftwork Grotesk';
  src: url('CraftworkGrotesk-Regular.ttf')  format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Craftwork Grotesk';
  src: url('CraftworkGrotesk-SemiBold.ttf')  format('truetype');
  font-weight: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: 'Craftwork Grotesk';
  background: #171C22;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.125rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Craftwork Grotesk';
  font-weight: normal;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00FFB9;
  text-decoration: none;
}
a:hover {
  color: #00FFB9;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: 'Craftwork Grotesk';
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: 'Craftwork Grotesk';
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 0.125rem solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}


/*NEW CSS*/

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.hero {
  background: url("../assets/img/hero_bg.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 150px 0;
  padding-bottom: 30px;
}
.hero h1{
  color: #fff;
  font-size: 64px;
  font-weight: 600;
}
.hero h1 span{
  color: #00FFB9;
}
.hero p{
  color: #fff;
  font-size: 18px;
}
.hero a{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  color: #171C22;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  margin-top: 25px;
}
.hero a:hover {
  opacity: 0.75;
}
.hero a img {
  margin-left: 70px;
}

.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.nav-link:focus, .nav-link:hover {
  color: #00FFB9;
}

.navbar-brand {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #00FFB9;
}

.navbar {
  padding: 15px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
}

.login_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-right: 15px;
}

.login_btn:hover {
  color: #00FFB9;
}

.register_btn {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #00FFB9;
  border-radius: 5px;
  padding: 14px 21px;
  color: #FFFFFF;
}

.register_form {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 50px 30px;
}

.register_form h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.register_form h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #00FFB9;
}

.register_form p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  color: #FFFFFF;
}

.cloud_mining_text {
  position: relative;
}

.form-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.form-control {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #0F1216;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 12px 15px;
  color: #7D7D7D !important;
}

.form-control:focus {
  background: #0F1216;
  border: 1px solid #00FFB9;
  box-shadow: none;
  outline: 0;
}

.register_form button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  padding: 12px 20px;
  color: #171C22;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}

.register_form button img {
  margin-left: 15px;
}

.register_form button:hover {
  opacity: 0.75;
}

.bonus {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bonus_bg {
  position: relative;
}

.bonus_bg:before {
  content: '';
  background: url("../assets/img/bonus_bg.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: scale(1.5);
  left: 25px;
}

.bonus h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00FFB9;
  margin-bottom: 5px;
}

.bonus h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}

.bonus h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}

.bonus h3 span {
  color: #00FFB9;
}

.bonus p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  margin-left: 100px;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bonus a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  margin-left: 100px;
  background: #00FFB9;
  border-radius: 5px;
  padding: 12px 25px;
}

.bonus a:hover {
  opacity: 0.75;
}

.about_content h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00FFB9;
  margin-bottom: 15px;
}

.about_content h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.about_content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.about {
  padding: 80px 0;
}

.about_content {
  background: linear-gradient(243.27deg, #00FFB9 0%, #00FFB9 22.86%, #171C22 70.89%);
  border-radius: 10px;
  padding-top: 86px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 180px;
  position: relative;
}

.about_img {
  position: absolute;
  right: 100px;
  top: -70px;
}

.about_block {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
}

.about_block img {
  height: 80px;
  width: auto;
  margin-bottom: 15px;
}

.about_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.about_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.calculator {
  padding-top: 60px;
}

.blocks_about {
  padding: 0 100px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #00FFB9;
}

.title_sec {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 15px 0;
}

.desc_sec {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.left_calc {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 50px 40px;
  padding-bottom: 35px;
}

.calculator .container {
  background: url("../assets/img/calc_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 100px;
}

.menu_select {
  display: none;
  z-index: 2;
}

.left_calc label {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
}

.choose_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 12px 15px;
}

.custom_item {
  display: flex;
  align-items: center;
}

.image_select img {
  width: 25px;
  margin-right: 10px;
}

.custom_item span {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.custom_select {
  position: relative;
  margin-bottom: 20px;
}

.menu_select {
  display: none;
  background: #fff;
  margin-top: -10px;
  list-style: none;
  position: absolute;
  width: 100%;
  padding: 10px 0;
}

.menu_select img {
  width: 25px;
  margin-right: 10px;
}

.menu_select li {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  padding: 7px 15px;
}

.menu_select li:hover {
  background: rgba(0,0,0,0.3);
}

i {
  font-style: normal;
}

.price_invest, .days_invest {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}

.minimum_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 30px;
  display: block;
}


.right_calc {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  position: relative;
}

.block_res {
  background: rgba(21, 23, 42, 0.5);
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 15px;
}

.block_res span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}

.block_res h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00FFB9;
  margin-bottom: 0;
}

.right_calc h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 25px;
}

.right_calc h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #00FFB9;
}

.right_calc a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  color: #171C22;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  margin-top: 25px;
}
.right_calc a img {
  margin-left: 70px;
}
.right_calc a:hover {
  opacity: 0.75;
}

.change_img {
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}

.referral {
  padding: 60px 0;
  padding-bottom: 100px;
}

.referral {
  background: url("../assets/img/calc_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.ref_block {
  display: flex;
  align-items: center;
  border: 1px solid #8A61FF;
  border-radius: 10px;
  padding: 15px 40px;
  margin-top: 30px;
}

.ref_block img {
  margin-right: 20px;
}

.ref_block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}

.ref_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #00FFB9;
}

.ref_desc {
  background: rgba(16, 19, 27, 0.35);
  border-radius: 10px;
  padding: 30px;
  width: 100%;
}

.ref_desc h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 163%;
  color: #00FFB9;
  margin-top: 15px;
}

.ref_desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.description_ref {
  margin-top: 30px;
}

.contact {
  padding-top: 60px;
  padding-bottom: 120px;
}

.contact .register_form h4 {
  margin-bottom: 30px;
}

.contact .register_form .sub_contact_text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00FFB9;
}

.contact {
  background: url("../assets/img/calc_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

footer {
  background: rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 40px;
}

.list_crypto_block {
  display: flex;
  align-items: center;
}

.list_crypto_block img {
  margin-right: 10px;
}

.list_crypto_block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
  color: #00FFB9;
}

.list_crypto_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.list_crypto_block {
  margin-right: 20px;
}

.list_crypto {
  display: flex;
}

.str_wrap {
  background: transparent;
  margin-bottom: 60px;
}

.str_move {
  display: flex;
}

footer .navbar-nav {
  flex-direction: row;
}

footer .navbar-nav .nav-item {
  padding: 0 7px;
}

.bottom_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.bottom_footer span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.login_page {
  background: url("../assets/img/login_bg.png");
  background-position: left top;
  background-size: 90%;
  background-repeat: no-repeat;
}

.price_block {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px;
}

.price_block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
}

.price_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #00FFB9;
  margin-bottom: 30px;
}

.price_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #94A3B8;
  margin-bottom: 20px;
}

.price_block ul {
  padding: 0;
  list-style: none;
  padding-left: 30px;
}

.price_block ul li {
  position: relative;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.price_block ul li:before {
  content: '';
  background: url("../assets/img/market-arrow.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.price_block h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #00FFB9;
  margin-top: 20px;
}

.price_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.price_block a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: block;
  color: #171C22;
  background: #00FFB9;
  border-radius: 5px;
  padding: 17px;
  margin-top: 15px;
}

.faq_block {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 50px 35px;
  margin-bottom: 30px;
}

.faq_block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #00FFB9;
  margin-bottom: 30px;
}

.faq_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.account {
  padding: 120px 0;
  background: url("../assets/img/dashboard_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.wallet_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-right: 20px;
}

.wallet_btn img {
  margin-right: 5px;
}

.account_panel {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 15px;
  width: 100%;
}

.left_menu {
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  padding: 8px;
}

.left_menu ul {
  background: rgba(34, 32, 32, 0.5);
  border-radius: 50px;
  list-style: none;
  padding: 8px;
}

.left_menu ul li {
  display: flex;
  justify-content: center;
}

.left_menu ul li a {
  background: transparent;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}

.left_menu ul li a.active img, .left_menu ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(0%) hue-rotate(181deg) brightness(87%) contrast(97%);
}

.left_menu ul li a.active, .left_menu ul li a:hover {
  background: #00FFB9;
}

.header_account {
  display: flex;
  justify-content: space-between;
}

.account_content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  min-height: 700px;
}

.right_title {
  display: flex;
  align-items: center;
}

.header_account h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00FFB9;
  margin-bottom: 0;
}

.right_title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.right_title span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 15px;
  color: #FFFFFF;
}

.right_title .purchase_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  display: inline-block;
  padding: 9px 15px;
  color: #171C22;
}

.right_title .purchase_btn:hover {
  opacity: 0.75;
}

.header_account {
  margin-bottom: 30px;
}

.hello_popup {
  background: #171717;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.hello_popup h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.hello_popup span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00FFB9;
}

.balances {
  background: #171717;
  border-radius: 15px;
  padding: 15px 20px;
}

.balances h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00FFB9;
  margin-bottom: 30px;
}

.balance_block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.balance_block h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.balance_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.balance_block img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.balances_blocks {
  max-height: 350px;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #101010;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00FFB9;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00FFB9;
  border-radius: 5px;
}

.content_cpu {
  display: flex;
}

.content_cpu h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #00FFB9;
  margin-right: 15px;
}

.content_cpu h5 .cp_use_title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  display: block;
}

.notification_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification_panel nav {
  margin: 0;
  background: rgba(23, 23, 23, 0.25);
  border-radius: 15px;
  padding: 7px 12px;
}

.nav-tabs .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 8px 10px;
  border-radius: 15px;
  border: none;
  margin: 0 2px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #00FFB9;
  border-radius: 15px;
  padding: 8px 10px;
  color: #000000;
  border: none;
}

.notification_panel {
  margin-top: 20px;
}

.mining_block {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 7px;
}

.mining_section {
  margin-top: 55px;
}

.mining_block h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0;
  color: #FFFFFF;
}

.mining_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.mining_block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #86A2ED;
}

.range_mining {
  position: relative;
  margin-top: 15px;
}

.range_val {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #383B46;
  border-radius: 3px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  width: 61px;
  height: 32px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 5px;
}

.range_mining h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: right;
  color: #00FFB9;
}

.change_usd {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: flex;
  margin-top: 20px;
  justify-content: end;
}

.change_usd:hover {
  color: #fff;
  text-decoration: underline;
}

.change_usd img {
  margin-left: 15px;
}

.purchase_block {
  padding: 10px 0;
  padding-top: 50px;
}

.purchase_block label {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.purchase_block .menu_select {
  max-height: 300px;
  overflow-y: scroll;
}

.purchase_block input {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 5px;
  color: #000000;
  border: none;
  width: 100%;
  padding: 12px 15px;
  outline: 0;
  box-shadow: none;
  margin-bottom: 15px;
}

.calc_purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.pur_desc h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.pur_desc span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.purchase_buy {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  padding: 15px 20px;
  border: none;
  color: #000000;
  margin-top: 25px;
}

.purchase_buy img {
  margin-left: 25px;
}

.purchase_buy:hover {
  opacity: 0.75;
}

.dep_block {
  display: flex;
  align-items: center;
  border: 1px solid #AEAEAE;
  border-radius: 15px;
  padding: 14.3px;
  margin-bottom: 15px;
}

.dep_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.dep_block h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: #00FFB9;
}

.dep_block:hover {
  background: #86A2ED;
  border: 1px solid #86A2ED;
}

.dep_block:hover h3, .dep_block:hover h4 {
  color: #fff;
}

.dep_block img {
  margin-right: 15px;
}

.withdraw_form label {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: block;
  color: #00FFB9;
  margin-bottom: 7px;
}

.withdraw_form input {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 15px;
  color: #000000;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  outline: 0;
  box-shadow: none;
  width: 100%;
}

.withdraw_form button {
  display: block;
}

td {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom: 1px solid #FFF;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

td span {
  color: #00FFB9;
}

.referal_section {
  padding: 0 100px;
}

.referal_section img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
}

.referal_section h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-top: 15px;
  color: #FFFFFF;
}

.referal_section input {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 163%;
  text-align: center;
  color: #10181D;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  padding: 7px;
}

.copy_button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  color: #171C22;
  border: none;
  display: flex;
  margin: 0 auto;
  margin-top: 15px;
  padding: 7px 15px;
  margin-bottom: 50px;
}

.copy_button:hover {
  opacity: 0.75;
}

.stat_ref {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.stat_block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.stat_block h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.stat_block span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #00FFB9;
}

@media (max-width: 768px) {
  .referal_section {
    padding: 0;
  }
  .referal_section h4 {
    font-size: 18px;
  }
  .referal_section input {
    font-size: 16px;
  }
  .withdraw_form label {
    font-size: 16px;
  }
  .withdraw_form input {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .deposit_panel {
    margin-top: 25px;
  }
  .dep_block {
    margin-bottom: 15px;
  }
  .purchase_block {
    padding: 0;
    margin-top: 20px;
  }
  .purchase_block label {
    font-size: 14px;
  }
  .purchase_block input {
    font-size: 16px;
    padding: 8px;
  }
  .pur_desc h4 {
    font-size: 12px;
  }
  .pur_desc span {
    font-size: 18px;
  }
  .purchase_buy {
    font-size: 14px;
  }
  .left_menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .header_account {
    flex-direction: column;
  }
  .account_content {
    padding-left: 20px;
  }
  .header_account h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .right_title h3 {
    font-size: 16px;
  }
  .right_title span {
    font-size: 14px;
    max-width: 90px;
  }
  .account_panel {
    height: auto;
  }
  .balances_blocks {
    max-height: 100%;
    overflow: hidden;
  }
  .notification_panel {
    flex-direction: column;
  }
  .notification_panel nav {
    margin-top: 15px;
  }
  .mining_section {
    margin-top: 20px;
  }
  .mining_section {
    height: 100%;
    overflow: hidden;
  }
  .left_menu ul li a {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .faq_block h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .navbar {
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
  .navbar-toggler {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 153%;
    background: #00FFB9;
    border-radius: 5px;
    padding: 5px 10px;
    color: #171C22;
  }
  .navbar-brand {
    font-size: 20px;
  }
  .navbar-nav {
    margin: 20px 0;
  }
  .hero {
    padding-top: 90px;
    background: transparent;
  }
  .register_form {
    padding: 15px;
  }
  .register_form h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .register_form h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .form-label, .form-control {
    font-size: 14px;
  }
  .register_form button {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .register_form {
    margin-bottom: 30px;
  }
  .bonus h5 {
    font-size: 16px;
  }
  .bonus h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .bonus h3 {
    font-size: 24px;
  }
  .bonus p {
    margin: 0;
  }
  .bonus a {
    margin: 0;
    margin-top: 20px;
  }
  .about_img {
    position: inherit;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .about_content {
    padding: 25px;
  }
  .about_content h6 {
    font-size: 16px;
  }
  .about_content h5 {
    font-size: 24px;
    line-height: 1.2;
  }
  .about_content h4 {
    font-size: 16px;
  }
  .blocks_about {
    padding: 0;
    margin-top: 30px;
  }
  .about_block {
    margin-bottom: 30px;
  }
  .about {
    padding-bottom: 0;
  }
  .subtitle {
    font-size: 16px;
    margin: 0;
  }
  .title_sec {
    font-size: 24px;
    line-height: 1.5;
  }
  .desc_sec {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .left_calc {
    padding: 20px;
  }
  .left_calc label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .custom_item span {
    font-size: 16px;
  }
  .choose_select {
    padding: 8px;
  }
  .right_calc h6 {
    font-size: 18px;
  }
  .right_calc h5 {
    font-size: 24px;
  }
  .right_calc a {
    margin-top: 0;
  }
  .calculator .container {
    padding-bottom: 0;
  }
  .right_calc {
    margin-top: 30px;
  }
  .referral .img-fluid {
    max-width: 40% !important;
    display: block;
    margin: 0 auto;
  }
  .ref_block {
    padding: 15px;
  }
  .ref_block img {
    width: 75px;
  }
  .ref_block h5, .ref_block span {
    font-size: 24px;
    margin-bottom: 0;
  }
  .referral {
    padding-bottom: 0;
  }
  .contact .img-fluid {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  .contact {
    padding-bottom: 40px;
  }
  .list_crypto_block span {
    font-size: 14px;
  }
  .str_wrap {
    margin-bottom: 15px;
  }
  footer .navbar-nav {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .bonus_bg::before {
    display: none;
  }
}


.error-validation{
  color: #f44336;
  font-size: 12px;
  line-height: 10px;
}
.stat_itm{
  margin-top: 30px;
  color: #fff;
}
.stat_itm img{
  width: 48px;
  margin-right: 12px;
}
.stat_itm_title{

}
.stat_itm_desc{
  font-size: 18px;
  font-weight: 600;
}
.cacl_input{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 12px 15px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

.right_title{
  display: none;
}
.right_title.show{
  display: flex;
}
.content_cpu{
  display: none;
}
.content_cpu.show{
  display: flex;
}
.pop_alert{
  display: none;
  position: fixed;
  padding: 5px 20px;
  top: 50px;
  right: 0;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
}
#confirm_true{
  background-color: #00e29a;
}
#confirm_false{
  background-color: #ef0027;
}
.alert-error{
  background: #ef0027;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.alert-success{
  background: #00e29a;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

input[type=range] {
  width: 100%;
  margin: 4.8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #00ffb9;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 6.4px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -4.8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1fffc1;
}
input[type=range]::-moz-range-track {
  background: #00ffb9;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 6.4px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 5.8px 0;
  color: transparent;
  width: 100%;
  height: 6.4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #00e0a3;
  border: 0;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: #00ffb9;
  border: 0;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #00ffb9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #1fffc1;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.order_available{
  display: none;
}
.order_available.show{
  display: inline;
}
.acc_modal{
  position: fixed;
  background: #000000;
  display: none;
  padding: 20px;
  color: #fff;
  width: 500px;
  top: 100px;
  left: calc(50% - 250px);
  border-radius: 10px;
  z-index: 9;
}
.acc_modal_title{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00FFB9;
  margin-bottom: 15px;
}
.overlay{
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000000de;
}
.acc_modal_submit{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  background: #00FFB9;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  color: #000000;
}
.copy_button{
  background: none;
  color: #00FFB9;
  padding: 0;
  margin-top: 0px;
}
.close_modal{
  background: #f44336;
  position: absolute;
  right: -16px;
  top: -16px;
  border-radius: 10px;
  width: 32px;
  height: 32px;
}
.withdraw_tag_block{
  display: none;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00ffb9;
  border-color: #00ffb9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border-color: #00ffb9;
}
.page-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #00ffb9;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.acc_text{
  color: #fff;
}
@media (max-width: 900px) {
  .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 16px;
  }
  .cloud_mining_text{
    display: none;
  }
  .bonus {
    padding-top: 20px;
  }
  .left_menu {
    border-radius: 15px;
  }
  .acc_modal{
    width: 100%;
    left: 0;
    top: 80px;
  }
  .close_modal{
    right: 0;
    border: none;
  }
}
