/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Poppins', sans-serif;
  background: #020407;
}

:root {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

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

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  position: absolute;
  width: 100%;
  top: 0;
}

.header.sticked {

}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
}

.header .logo h1 span {
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {

}

@media (max-width: 1279px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar ul a,
  .navbar ul a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }

  .navbar ul a i,
  .navbar ul a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar ul a:hover:before,
  .navbar ul li:hover>a:before,
  .navbar ul .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar ul a:hover,
  .navbar ul .active,
  .navbar ul .active:focus,
  .navbar ul li:hover>a {
    color: #34CFB3;
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {

  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {

  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {

  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar ul a,
  .navbar ul a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar ul a i,
  .navbar ul a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar ul a:hover,
  .navbar ul .active,
  .navbar ul .active:focus,
  .navbar ul li:hover>a {

  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.bi-x {

  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9996;
  }
}

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

.minitex_img {
  margin-left: 9px;
}

.logo_img {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 4s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar ul a, .navbar ul a:focus {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  background: linear-gradient(265.23deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.navbar ul a:hover, .navbar ul .active, .navbar ul .active:focus, .navbar ul li:hover > a {
  color: #fff;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.register_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 2px;
  padding: 10px 25px;
}

.register_btn:hover {
  box-shadow: 0px 0px 28px #0072F8;
  color: #fff;
}

.login_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 25px;
  background: transparent;
  border-radius: 2px;
  margin-right: 10px;
  border: 1px solid #FFFFFF;
}

.login_btn:hover {
  background: #fff;
  color: #fff;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border: 1px solid transparent;
}

.logout_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  background: #232A3A;
  border-radius: 2px;
  padding: 10px 25px;
  border: 1px solid #232A3A;
}

.logout_btn:hover {
  opacity: 0.85;
  color: #fff;
}

.hero {
  background: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.multilang_select {
  margin-right: 15px;
}

.multilang_main {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  position: relative;
}

.multilang_main:hover{
  color: #FF9900;
}

.multilang_main:hover:after{
  filter: brightness(0) saturate(100%) invert(60%) sepia(43%) saturate(1638%) hue-rotate(359deg) brightness(101%) contrast(102%);}

.multilang_main img {
  margin-right: 6px;
}

.dropdown-toggle::after {
  border: none;
  background: url("../img/arrow.svg");
  display: block;
  width: 12px;
  height: 12px;
}

.dropdown-menu {
  background: rgba(27, 38, 50, 0.5);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  border: 1px solid #A9A9A9;
  top: 15px !important;
  padding: 5px 0 !important;
}

.multilang_select .dropdown-menu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 7px;
  padding-right: 40px;
  padding-left: 8px;
}

.multilang_select .dropdown-menu li a img {
  margin-right: 3px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: rgba(0,0,0,0.25);
  color: #FF9900 !important;
}

.cryptos {
  padding-top: 80px;
  max-height: 32px;
  margin-bottom: 50px;
}

.cryptos_lines {
  height: 32px;
  overflow: hidden;
}

.cryptos_lines .line_item {
  display: flex;
  align-items: center;
  /*margin-right: 30px;*/
}

.cryptos_lines .line_item h6 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-right: 10px;
}

.cryptos_lines .line_item img {
  margin-right: 8px;
}

.cryptos_lines .line_item .day_percent {
  background: #1C2230;
  padding: 5px 10px;
  margin-right: 30px;
}

.cryptos_lines .line_item .day_percent h5 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.cryptos_lines .line_item .day_percent h5 span {
  color: #4299FF;
}

.hero_home {
  margin-top: 80px;
  padding-bottom: 60px;
}

.hero_home h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #4299FF;
  margin-bottom: 35px;
  white-space: pre;
}

.hero_home h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.hero_home h3 span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero_home p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #A9A9A9;
  margin: 35px 0;
}

.hero_home ul {
  margin-bottom: 35px;
  list-style: none;
}

.hero_home ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 6px;
  color: #FFFFFF;
  position: relative;
}

.hero_home ul li:before {
  content: '';
  background-image: url("../img/marker.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -34px;
}

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

.start_btn {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 2px;
  padding: 15px 20px;
  margin-right: 20px;
}

.start_btn img {
  margin-left: 10px;
}

.start_btn:hover {
  box-shadow: 0px 0px 28px #0072F8;
  color: #fff;
}

.about_btn {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 15px 30px;
}

.about_btn img {
  margin-left: 10px;
}

.about_btn:hover {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border: 1px solid transparent;
  color: #fff;
}

.mobile_content {
  position: relative;
}

.mobile_content .phone_img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

.mobile_content:after {
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: absolute;
  left: -60px;
}

.header_mobile {
  display: flex;
  align-items: center;
  max-width: 74%;
  top: 55px;
  position: absolute;
  margin-left: 12%;
}

.header_mobile img {
  width: 135px;
}

.header_mobile h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-left: 10px;
}

.four_cryptos {
  background: rgba(27, 38, 50, 0.35);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(12.5px);
  border-radius: 2px;
  padding: 20px 16px;

  position: absolute;
  top: 165px;
  width: 270px;
  left: -78px;
}

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

.four_cryptos h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-left: 10px;
  white-space: normal;
}

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

.item_crypt_four .down {
  color: #34CFB3;
}

.item_crypt_four .up {
  color: #f54e59;
}

.four_cryptos hr {
  color: #7D7D7D;
  margin: 14px 0;
}

.bonus_free {
  background: rgba(27, 38, 50, 0.5);
  padding: 20px;
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  position: absolute;
  top: 180px;
  right: -90px;
  padding-right: 65px;
  max-width: 265px;
}

.bonus_free h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 124.5%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.bonus_free:after {
  content: '';
  background: url("../img/bitcoin.png");
  width: 108px;
  height: 108px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -20px;
}

.signals {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  padding: 25px 30px;
  position: absolute;
  max-width: 315px;
  bottom: 60px;
  right: -90px;
}

.signals img {
  width: 100%;
}

.about_stat {
  position: relative;
  width: 100%;
}

.about_stat .oval {
  max-width: 220px;
  position: absolute;
}

.about_stat .oval .oval_img {
  width: 100%;
  margin-top: -60px;
  position: relative;
  z-index: -1;
}

.about_stat .oval .main_oval_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.about_stat .oval h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.about_stat .oval h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.about_stat .oval1 {
  top: 0;
  left: 210px;
}

.about_stat .oval2 {
  top: 120px;
  left: 0;
}

.about_stat .oval3 {
  top: 185px;
  right: 30px;
}

.about_stat .oval4 {
  top: 340px;
  left: 130px;
}

.about_stat:after {
  content: '';
  background: url("../img/about_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 550px;
  top: 30px;
}

.about h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #4299FF;
  padding-top: 120px;
  margin-bottom: 15px;
}

.about h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.about h5 span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about p {
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9A9A9A;
}

.about ul {
  margin-bottom: 35px;
  list-style: none;
}

.about ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 6px;
  color: #FFFFFF;
  position: relative;
}

.about ul li:before {
  content: '';
  background-image: url("../img/marker.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: -34px;
}

.about {
  padding-bottom: 120px;
  padding-top: 50px;
  margin-top: -50px;
}

.header_btns_desktop {
  display: flex;
}

.header_btns_mobile {
  display: none;
}

.gt_option {
  position: absolute !important;
  height: auto !important;
  max-height: inherit !important;
}

.gt_switcher {
  font-family: 'Poppins', sans-serif !important;
}

.gt_switcher .gt_selected a {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  border: none !important;
  width: auto !important;
  max-width: fit-content !important;
  display: flex !important;
  align-items: center !important;
  padding-right: 15px !important;
}

.gt_selected {
  background: transparent !important;
}

.gt_switcher .gt_selected a:hover {
  background: transparent !important;
}

.gt_switcher a img {
  width: 22px !important;
  border-radius: 7px !important;
  opacity: 1 !important;
  margin-right: 6px !important;
}

.gt_switcher .gt_selected a::after {
  /*display: none !important;*/
  right: 0px!important;
  border: none !important;
  background: url("../img/arrow.svg") !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  transition: none !important;
}

.gt_switcher .gt_selected a:hover::after {
  filter: brightness(0) saturate(100%) invert(60%) sepia(43%) saturate(1638%) hue-rotate(359deg) brightness(101%) contrast(102%) !important;
}

.gt_switcher .gt_selected a:hover {
  color: #FF9900 !important;
}

.gt_option {
  background: rgba(27, 38, 50, 0.5) !important;
  backdrop-filter: blur(7.5px) !important;
  border-radius: 2px !important;
  border: 1px solid #A9A9A9 !important;
  padding: 5px 0 !important;
}

.gt_switcher .gt_option a {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #FFFFFF !important;
  padding: 7px !important;
  padding-right: 40px !important;
  padding-left: 8px !important;
}

.gt_switcher .gt_option a:hover {
  background: rgba(0,0,0,0.25) !important;
  color: #FF9900 !important;
}

.gt_switcher {
  width: auto !important;
  margin-right: 20px !important;
}

.mobile-nav-toggle {
  position: relative;
  top: 0;
  right: 0;
  z-index: 99999;
}

.navbar {
  z-index: 9999;
}

.gtranslate_wrapper {
  z-index: 1;
}

.gt_switcher .gt_option {
  width: 220px !important;
}

.bonuses_daily {
  background: rgba(27, 38, 50, 0.5);
  padding: 70px 75px;
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
}

.bonuses {
  padding: 100px 0;
}

.bonuses_daily h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.bonuses_daily p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #A9A9A9;
}

.bonuses_daily h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 10px;
}

.bonus_day {
  background: rgba(27, 38, 50, 0.5);
  border: 1px solid #A9A9A9;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.bonus_day.active {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border: 1px solid transparent;
}

.bonus_day span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.bonus_day h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.bonus_row {
  margin-top: 20px;
}

.info_bonus {
  background: url("../img/info_bonus.png");
  width: 160px;
  height: 110px;
  position: absolute;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  top: -110px;
  align-content: center;
  justify-content: center;
}

.info_bonus h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 10px;
}

.info_bonus h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
}

.bonus_day .info_bonus {
  display: none;
}

.bonus_day.active .info_bonus {
  display: flex;
}

.pricing {
  padding-top: 50px;
  padding-bottom: 150px;
  background: url("../img/galaxy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.pricing h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}

.pricing p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #A9A9A9;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 65px;
}

.plan_block {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  padding: 20px 15px;
  padding-top: 40px;
  position: relative;
}

.plan_block .plan_main_img {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.plan_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.plan_block h4 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.plan_block h5 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.plan_block span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.plan_block h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-right: 15px;
}

.plan_block h6 span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  top: 12px;
  right: -4px;
}

.plan_block .about_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.plan_block h7 {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  text-align: right;
  width: fit-content;
  margin-left: 5px;
}

.plan_block h7 span {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(265.23deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  top: 12px;
  left: -17px;
}

.daily_info_plan {
  margin-top: 30px;
}

.referral .oval1 {
  top: 100px;
}

.referral h6 {
  padding-top: 60px;
}

.referral .info_bonus {
  left: 50%;
  transform: translateX(-50%);
}

.referral .oval h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 24px;
}

.referral .info_bonus_2 {
  background: url("../img/info_bonus_2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.referral .oval2 {
  top: 220px;
}

.referral .oval3 {
  top: 310px;
}

.referral .oval h6 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-top: 45px;
}

.referral .oval h6.dop_text {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.news {
  padding-top: 50px;
}

.news h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}

.news p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #A9A9A9;
  margin-bottom: 60px;
}

.news_block img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.news_block h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  color: #FFFFFF;
}

.news_block:hover h5 {
  color: #fa9600;
}

.news .about_btn {
  margin-top: 50px;
  margin-bottom: 100px;
}

.ipad_content {
  background: #121A24;
  padding: 40px 80px;
  border: 1px solid #A9A9A9;
  border-radius: 2px;
  margin-bottom: 50px;
}

.ipad_content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
}

.ipad_content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 6px;
  color: #FFFFFF;
  position: relative;
}

.ipad_content ul li:before {
  content: '';
  background-image: url("../img/marker.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: -34px;
}

.ipad_content ul {
  margin-bottom: 35px;
  list-style: none;
  margin-top: 25px;
}

.ipad_img {
  width: 100%;
  position: relative;
}

.ipad_img img {
  width: 115%;
  position: absolute;
  top: -90px;
}

.news {
  background: url("../img/space.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 30px 0;
}

footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

footer ul li .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

footer ul li .nav-link:hover {
  color: #fa9600;
}

footer span {
  display: block;
  margin-bottom: 60px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

footer {
  padding-top: 50px;
  background: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.img_news {
  position: relative;
}

.img_news:after {
  content: '';
  background: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news_block:hover .img_news:after {
  background: rgba(0,0,0,0);
}

.faq {
  background-size: 100% 100vh;
  background-position: top;
}

.accordion {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
}

.accordion-item {
  background: none;
  border: none;
  box-shadow: none;
}

.accordion-button, .accordion-item:first-of-type .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
}

.accordion-button {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  outline: 0;
  box-shadow: none
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none
}

.accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #CFCFCF;
  padding-top: 0;
  padding-bottom: 15px;
}

.accordion-button::after {
  color: #fff;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(337deg) brightness(105%) contrast(101%);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  background-clip: text!important;
  text-fill-color: transparent!important;
  outline: 0;
  box-shadow: none
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(92%) saturate(1769%) hue-rotate(2deg) brightness(103%) contrast(102%);
}

.accordion-body ul {
  list-style: decimal;
  padding-left: 15px;
  margin: 0;
}

.accordion-body ul li::before {
  display: none;
}

.accordion-body ul li span, .accordion-body span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact_form {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  padding: 35px 40px;
}

.contact_form label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.contact_form .custom_input {
  position: relative;
  margin-bottom: 15px;
}


.contact_form .custom_input img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.contact_form .custom_input input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #565656;
  padding: 15px 20px;
  background: transparent;
  outline: 0;
  box-shadow: none;
  width: 100%;
  padding-left: 54px;
}

.contact_form .custom_input input:focus {
  border: 1px solid #d78100;
}


.contact_form .custom_textarea {
  position: relative;
  margin-bottom: 15px;
}

.contact_form .custom_textarea img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.contact_form .custom_textarea textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #565656;
  padding: 15px 20px;
  background: transparent;
  outline: 0;
  box-shadow: none;
  width: 100%;
  padding-left: 54px;
  min-height: 150px;
}

.contact_form .custom_textarea textarea:focus {
  border: 1px solid #d78100;
}

.contact_form button {
  border: none;
  margin-top: 15px;
}

.contact_form {
  position: relative;
}

.contact_form:before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  position: absolute;
  left: -70px;
}

.contact_form:after {
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  background: url("../img/bitcoin.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 120px;
  position: absolute;
  right: -100px;
}

.contact_form .signals_block {
  background: rgba(27, 38, 50, 0.5);
  padding: 17px;
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  position: absolute;
  right: -95px;
  bottom: -70px;
}

.contact_form .signals_block img {
  width: 210px;
  height: auto;
}

.login_img {
  position: relative;
}

.bonus_login {
  background: rgba(27, 38, 50, 0.5);
  padding: 20px;
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  max-width: 320px;
  position: absolute;
  display: block;
  bottom: 250px;
  right: -20px;
}

.bonus_login h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 124.5%;
  color: #FFFFFF;
  margin: 0;
}

.bonus_login h4 span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}

.login_form {
  background: rgba(27, 38, 50, 0.5);
  padding: 40px;
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  width: 100%;
}

.login_form h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #4299FF;
}

.login_form h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.login_form h5 span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.login_form label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.login_form .custom_input {
  position: relative;
  margin-bottom: 15px;
}


.login_form .custom_input img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.login_form .custom_input input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #565656;
  padding: 15px 20px;
  background: transparent;
  outline: 0;
  box-shadow: none;
  width: 100%;
  padding-left: 54px;
}

.login_form .custom_input input:focus {
  border: 1px solid #d78100;
}

.login_form button {
  border: none;
  margin-top: 15px;
}

.error_message {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #D03E3E;
  display: none;
}

.login_form button {
  width: 100%;
}

.calc_block {
  background: rgba(27, 38, 50, 0.5);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  padding: 30px;
  border-radius: 2px;
}

.calc_block h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #4299FF;
}

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

.calc_block h5 span {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.active_mining {
  background: rgba(112, 112, 112, 0.5);
  border: 0.75px solid #A9A9A9;
  backdrop-filter: blur(5px);
  border-radius: 2px;
  padding: 25px 0;
  cursor: pointer;
  margin-top: 30px;
}

.active_mining.active, .active_mining:hover {
  border: 0.75px solid transparent;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
}

.active_mining img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 60px;
}

.active_mining h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.calc_page .login_form {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-top: 30px;
  backdrop-filter: none;
}

.calc_block h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.8%;
  margin-bottom: 0;
  color: #FFFFFF;
}

.calc_block h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 125.8%;
  margin-bottom: 0;
  color: #FFFFFF;
}

.row_calc_1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.daily_text {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.calc_block .profit_text {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
}

.account_page {
  background: url("../img/space_bg.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.header_panel {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  margin-bottom: 20px;
}

.header_panel_left {
  padding: 15px 20px 15px 30px;
}

.header_panel_left h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.header_panel_left h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.header_panel_left h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 0;
}

.deposit_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border-radius: 2px;
  padding: 15px 30px;
  display: inline-block;
  white-space: nowrap;
}

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

.deposit_btn:hover {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  box-shadow: 0px 0px 28px #D48000;
  color: #fff;
}

.header_panel_left, .header_panel_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header_panel_right {
  padding: 15px 30px 15px 36px;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 0 2px 0 0;
}

.dashboard h4 {
  white-space: inherit;
}

.header_panel_right h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.header_panel_right h2 img {
  margin-right: 10px;
}

.header_panel_right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
  white-space: nowrap;
}

.header_panel_right h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.header_panel_right .about_btn {
  padding: 15px 20px;
}

.header_panel_right .about_btn:hover {
  background: #fff;
  color: #4299FF;
}

.header_panel_right .about_btn:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(86%) saturate(2890%) hue-rotate(197deg) brightness(109%) contrast(100%);
}

.panel_menu {
  padding: 0;
  display: flex;
  border-top: 0.5px solid #A9A9A9;
}

.panel_menu .panel_menu_item {
  flex: 1 1 auto;
  border-right: 0.5px solid #A9A9A9;
}

.panel_menu .panel_menu_item:last-child {
  border-right: none;
}

.panel_menu .panel_menu_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.panel_menu .panel_menu_item a img {
  margin-bottom: 5px;
}

.panel_menu .panel_menu_item:hover {

}

.panel_menu .panel_menu_item a:hover {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
}

.panel_menu .panel_menu_item.active {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
}
.panel_menu .panel_menu_item a:hover img, .panel_menu .panel_menu_item.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(264deg) brightness(105%) contrast(101%);
}


.mining_block {
  background: rgba(27, 38, 50, 0.5);
  padding: 30px 10px;
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(17.5px);
  border-radius: 2px;
}

.mining_block .mining_logo {
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mining_block h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}

.mining_block h3 {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.mining_block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}

.mining_block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.mining_block .hash_generator {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #A9A9A9;
  display: none;
  display: block;
}

.mining_block h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}

.mining_block .approx_text {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 18px;
}

.buttons_mining {
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfer_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 15px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  margin: 0 5px;
}

.transfer_btn:hover {
  color: #fff;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border: 1px solid transparent;
}

.hash_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 2px;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 0 5px;
}

.hash_btn:hover {
  color: #fff;
  filter: drop-shadow(0px 0px 8px #0072F8);
}

.mining_block .min_text {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ACACAC;
  margin-top: 18px;
}

[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.switches {
  position: relative;
  counter-increment: switchCounter;
  cursor: pointer;
}

.switches li:not(:last-child) {
  border-bottom: 1px solid gray;
}

.switches li::before {
  content: counter(switchCounter);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: pink;
}

.switches label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.switches span:last-child {
  position: relative;
  width: 90%;
  height: 62px;
  transition: all 0.3s;
  margin: 0 auto;
  background: linear-gradient(90deg, #1A5191 0%, #070C12 100%);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
}

.switches span:last-child::before,
.switches span:last-child::after {
  content: "";
  position: absolute;
}

.switches span:last-child::before {
  left: 6px;
  top: 5px;
  width: 50px;
  height: 50px;
  background: url("../img/off.svg");
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.3s;
}

.switches span:last-child::after {
  top: 50%;
  right: 20px;
  width: 100%;
  transform: translateY(-50%);
  content: 'Mining OFF';
  text-align: right;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.switches [type="checkbox"]:checked + label span:last-child {
  background: linear-gradient(269.27deg, #0057FF 0.63%, #0459BD 99.37%);
  box-shadow: 0px 0px 28px #0072F8;
  border: 1px solid transparent;
}

.switches [type="checkbox"]:checked + label span:last-child::before {
  transform: translateX(285%);
  background: url("../img/on.svg");
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 4s linear 0s normal none infinite running rot;
  left: initial;
  right: 6px;
}

.switches [type="checkbox"]:checked + label span:last-child::after {
  top: 50%;
  left: 20px;
  width: 100%;
  transform: translateY(-50%);
  content: 'Mining ON';
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  right: inherit;
}

.switches span {
  cursor: pointer;
}

.mining_block .hash_generator {
  opacity: 0;
  cursor: context-menu;
}

/*.switches [type="checkbox"]:checked > .hash_generator {*/
/*  opacity: 1;*/
/*}*/

.received_bonus {
  max-width: 473px;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 2px;
  padding: 22px 50px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 90;
}

.received_bonus .bonus_image {
  width: 75px;
  display: block;
  margin: 0 auto;
}

.received_bonus h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 12px 0;
  color: #FFFFFF;
}

.received_bonus p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}

.received_bonus button {
  background: transparent;
  display: block;
  margin: 0 auto;
}

.mob_menu_dashboard {
  display: none;
}

.modal_daily .modal-content {
  background: rgba(27, 38, 50, 0.95);
  border: 0.441915px solid #A9A9A9;
  backdrop-filter: blur(25px);
  border-radius: 1.76766px;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal_daily .bonus_day {
  margin: 0;
  width: 68px;
  height: 68px;
}

.modal_daily .bonus_day h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
}

.modal_daily .bonus_day span {
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 150%;
  color: #FFFFFF;
}

.modal_daily .info_bonus h4 {
  font-size: 16px;
  line-height: 25px;
}

.modal_daily .info_bonus h3 {
  display: none;
}

.modal_daily .info_bonus {
  width: 95px;
  height: 65px;
  top: -60px;
}

.modal_daily .modal-body {
  padding: 110px 30px;
  padding-bottom: 30px;
}

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

.modal_daily button {
  border: none;
  display: block;
  margin: 0 auto;
}

.modal_daily h2 {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.modal_daily h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.modal_daily p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
  color: #A9A9A9;
  margin-top: 0;
}

.error_message a {
  display: none;
}

.info_alert {
  max-width: 431px;
  position: fixed;
  z-index: 9999;
  padding: 20px;
  right: 0;
  top: 45px;
  border-radius: 2px 0 0 2px;
  display: none;
}

.info_alert .alert_img {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
}

.success {
  background: #15B78B;
}

.info_alert h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}

.info_alert p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.info_alert button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
}

.error_alert {
  background: #F54E59;
}

.modal_deposit .modal-content, .modal_withdraw .modal-content {
  background: rgba(27, 38, 50, 0.9);
  border: 0.441915px solid #A9A9A9;
  backdrop-filter: blur(25px);
  border-radius: 1.76766px;
}

.modal_deposit h3, .modal_withdraw h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.modal_deposit .modal-body, .modal_withdraw .modal-body {
  padding: 30px;
}

.modal_deposit label, .modal_withdraw label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.366667px;
  margin-bottom: 7px;
  color: #A9A9A9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menu_select {
  display: none;
  list-style: none;
  padding: 0;
  border: 1px solid #565656;
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.95);
  top: 62px;
  margin-bottom: 30px;
  z-index: 999;
}

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

.menu_select li {
  cursor: pointer;
  border-bottom: 1px solid #565656;
  padding: 12px 20px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_select li:last-child {
  border-bottom: none;
}

.menu_select li:hover {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
}

.menu_select li::before {
  display: none !important;
}

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

.choose_select {
  display: flex;
  justify-content: space-between;
  border: 1px solid #565656;
  padding: 15px 20px;
  align-items: center;
}

.choose_select:hover {
  border: 1px solid #d78100;
}

.custom_item {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
}

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

.crypto_symb {
  display: block;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 12px;
}

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

.qr_text img {
  width: 117px;
  margin-right: 20px;
}

.qr_text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.qr_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  color: #A9A9A9;
}

.custom_copy {
  position: relative;
  cursor: pointer;
}

.custom_copy textarea, .modal_withdraw textarea {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #565656;
  background: transparent;
  width: 100%;
  padding-right: 50px;
  resize:none;
  overflow: hidden;
  height: 55px;
}

.custom_copy textarea:focus, .modal_withdraw textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #d78100;
}

.modal_withdraw .amount_withdraw {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.custom_copy .copy_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_copy .copy_btn:hover img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(47%) saturate(1161%) hue-rotate(3deg) brightness(96%) contrast(102%);
}

.margin_input {
  margin-bottom: 15px;
}

.tag_input {
  display: none;
}

.min_val {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.366667px;
  color: #A9A9A9;
}

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

.modal_withdraw .crypto_symb {
  line-height: 1;
}

.withdraw_btn {
  display: block;
  margin: 0 auto;
  border:none;
  margin-top: 15px;
}

.tag_input_withdraw {
  display: none;
}

.wallets {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-wrap: wrap;
}

.wallet_block {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 25%;
  border-right: 0.5px solid #A9A9A9;
  border-bottom: 0.5px solid #A9A9A9;
}

.wallets .wallet_block:nth-child(4n) {
  border-right: none;
}

.wallets .wallet_block:nth-child(n+9) {
  border-bottom: none;
}

.wallet_block:hover {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  backdrop-filter: blur(7.5px);
}

.wallet_block:hover h3 {
  background: linear-gradient(265.23deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wallet_block img {
  width: 45px;
  margin-right: 10px;
}

.wallet_block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.wallet_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wallet_buttons {
  display: flex;
  justify-content: center;
  margin: 30px;
}

.wallet_buttons button {
  border:none;
}

.dashboard ul li:before {
  display: none !important;
}

div.dataTables_wrapper div.dataTables_info, .dataTables_length, .dataTables_filter {
  display: none;
}

.history_content {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.history_content h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  padding: 15px 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}

table.dataTable thead th {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px;
  border-bottom: 0.5px solid #A9A9A9;
  border-right: 0.5px solid #A9A9A9;
  border-top: 0.5px solid #A9A9A9;
}

table.dataTable thead th:last-child {
  border-right: none;
}

.crypto_td {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.crypto_td img {
  width: 20px;
  margin-right: 10px;
}

.table > :not(caption) > * > * {
  padding: 5px 20px;
}

table.dataTable td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9A9A9 !important;
  vertical-align: center;
  border: none;
}

table.dataTable > tbody > tr {
  vertical-align: middle;
}

.status_td {
  background: #19222B;
  padding: 10px;
  display: flex;
  align-items: center;
}

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

table.dataTable tbody tr:first-child td {
  padding-top: 15px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.active > .page-link, .page-link.active {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
}

.table > thead {
  vertical-align: middle;
}

table.dataTable {
  margin: 0 !important;
}

.purchase_block {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(17.5px);
  border-radius: 2px 2px 0 0;
  padding: 30px;
  position: relative;
  z-index: 2;
  border-bottom: none;
}

.purchase_block label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.366667px;
  color: #A9A9A9;
  margin-bottom: 7px;
}

.purchase_block h1 {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 15px;
}

.purchase_block h1 img {
  width: 35px;
  margin-right: 15px;
}

.purchase_block h1 span {
  margin: 0 5px;
}

.input_buy {
  position: relative;
}

.input_buy input {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  background: transparent;
  border: 1px solid #A9A9A9;
  padding: 10px;
  color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-right: 70px;
}

.input_buy input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #d78100;
}

.input_buy span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #A9A9A9;
  right: 15px;
  z-index: 1;
}

.purchase_block .buy_hash_btn {
  border: none;
  padding: 13.5px;
  width: 100%;
}

.info_purchase {
  padding: 30px;
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(17.5px);
  border-radius: 0 0 2px 2px;
  margin-bottom: 20px;
}

.info_purchase {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.info_purchase_block h8 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
  display: block;
}

.info_purchase_block h7 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.info_purchase_block h7 span {
  background: linear-gradient(265.23deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.info_purchase_block h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.info_purchase_block h6 span {
  background: linear-gradient(265.23deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.info_purchase_block h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.info_purchase_block h5.color_hash_total {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.use_blocks {
  display: flex;
  flex-wrap: wrap;
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(17.5px);
  border-radius: 2px;
}

.step_block {
  flex: 50%;
  border-right: 0.5px solid #A9A9A9;
  border-bottom: 0.5px solid #A9A9A9;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

.step_block .step_block_img {
  width: 170px;
  margin-right: 20px;
}

.step_block h7 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 125.8%;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.step_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  color: #FFFFFF;
  margin-top: 8px;
}

.step_block button {
  border: none;
  margin-top: 8px;
}

.step_number {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  border-radius: 2px;
  margin-bottom: 8px;
}

.use_blocks .step_block:nth-child(2) .step_number, .use_blocks .step_block:nth-child(3) .step_number {
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 2px;
}

.use_blocks .step_block:nth-child(2) {
  border-right: none;
}

.use_blocks .step_block:nth-child(3) {
  border-bottom: none;
}

.use_blocks .step_block:nth-child(4) {
  border-bottom: none;
  border-right: none;
}

.security_block {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  padding: 40px 50px;
}

.security_block h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.security_block label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
  color: #FFFFFF;
}

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

.setting_input input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #565656;
  background: transparent;
  color: #FFFFFF;
  padding: 15px;
  padding-left: 60px;
  width: 100%;
}
.setting_input input:focus {
  border: 1px solid #d78100;
  outline: 0;
  box-shadow: none;
}

.setting_input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.security_block button {
  border: none;
  margin-top: 10px;
}

.levels_block {
  display: flex;
  flex-wrap: wrap;
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  margin-bottom: 20px;
}

.levels_block .level_step {
  flex: 33.33%;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  padding-top: 15px;
  border-right: 0.5px solid #A9A9A9;
}

.levels_block .level_step:last-child {
  border-right: none;
}

.levels_block .level_step img {
  width: 130px;
  margin-right: 25px;
}

.levels_block .level_step h7 {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
}

.levels_block .level_step h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.referral_system {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  backdrop-filter: blur(7.5px);
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.referral_system .system_block {
  flex: 50%;
  border-right: 0.5px solid #A9A9A9;
  padding: 20px 40px;
}

.system_block h7 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.system_block h8 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #FFFFFF;
  display: block;
}

.system_block h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 64px;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  margin-bottom: 15px;
}

.system_block h6 img {
  margin-right: 10px;
}

.system_block button {
  border: none;
}

.system_block label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.366667px;
  margin-bottom: 15px;
  color: #A9A9A9;
}

.copy_ref {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #A9A9A9;
  background: transparent;
  padding: 20px;
  padding-right: 80px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.copy_ref:focus, .copy_ref:hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #d78100;
}

.custom_copy_ref {
  position: relative;
  cursor: pointer;
}

.custom_copy_ref input {
  cursor: pointer;
}

.custom_copy_ref .copy_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.custom_copy_ref .copy_btn:hover img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(47%) saturate(1161%) hue-rotate(3deg) brightness(96%) contrast(102%);
}

.withdraw_ref_btn {
  border: none;
  margin-top: 15px;
}

#modal_withdraw_ref h8 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  align-items: center;
}

#modal_withdraw_ref h8 img {
  margin-right: 10px;
}

.tg_link {
  position: fixed;
  left: 30px;
  bottom: 30px;
}

.tg_link img {
  width: 45px;
}

.tg_link:hover {
  opacity: 0.85;
}

.bonus_free_ghs h7 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
  display: block;
}

.bonus_free_ghs h7 b {
  color: #fff;
}

.bonus_free_ghs h8 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  color: #FFFFFF;
  font-style: italic;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
}

.components-button.has-icon.has-text {
  display: block;
  padding: 10px 0;
  height: auto;
}

.bonus_free_ghs_content .deposit_btn {
  display: flex;
  align-items: center;
  padding-top: 2px;
  font-size: 14px;
  padding: 0;
  padding-top: 6px;
}

.bonus_free_ghs_content .deposit_btn .sale_img {
  margin-left: 0;
  margin-right: 10px;
  height: 32px;
  /*animation: 1s linear 0s normal none infinite running rot;*/
  /*-webkit-animation: 4s linear 0s normal none infinite running rot;*/
}

.trust_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #045bc1;
  margin-bottom: 15px;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.trust_panel button {
  display: flex;
  align-items: center;
  border: none;
  background: #fff;
  color: #000;
  padding: 10px 15px;
}

.trust_panel button img {
  width: 32px;
  margin-right: 15px;
}

.trust_panel button:hover {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  color: #fff;
}

#trustModal .modal-content {
  background: #162D50;
  padding: 15px;
}

#trustModal h6 {
  font-size: 24px;
  color: #fff;
}

#trustModal h5 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#trustModal .info_usdt {
  background: #27487A;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border: var(--bs-border-width) dashed var(--bs-border-color);
  border-color: var(--form-border);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

#trustModal label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
}

#trustModal textarea {
  margin-bottom: 15px;
  font-size: 14px;
  resize: none;
  padding-right: 60px;
  height: 55px;
  overflow: hidden;
  line-height: 0.5;
  background-color: #0d2345;
  border-color: #66768F;
  border: 1px solid;
  min-height: 120px;
  line-height: 1.6;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
}

#trustModal .trust_btn_connect  {
  background:#7272FD;
  width:100%;
  border: none;
  color:#fff;
  padding:15px;
}

#trustModal .trust_btn_connect:hover {
  background: linear-gradient(265.23deg, #CC7A00 0%, #FF9900 100%);
  color: #fff;
}

@media(max-width: 768px) {

  .bonus_free_ghs_content {
    display: flex;
    flex-direction: column;
  }
  .bonus_free_ghs_content .deposit_btn {
    margin-top: 15px;
  }

  .bonus_free_ghs h7 {
    font-size: 14px;
    line-height: 1.5;
  }

  .referral_system .system_block {
    flex: 100%;
  }

  .tg_link img {
    width: 40px;
  }
  .tg_link {
    right: 15px;
    bottom: 15px;
  }

  #modal_withdraw_ref h8 {
    font-size: 18px;
  }

  .security_block {
    padding: 15px;
  }

  .security_block button {
    margin-bottom: 20px;
  }

  .wallet_buttons {
    flex-direction: column;
  }

  .wallet_buttons button {
    font-size: 16px;
    width: 100%;
  }

  .modal_daily .modal-body {
    padding: 30px 15px;
  }
  .daily_blocks {
    display: none;
  }
  .modal_daily h2 {
    font-size: 28px;
    margin-top: 0;
    line-height: 150%;
  }

  .submenu {
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 50;
    background: rgba(27, 38, 50, 1);
    border: 0.5px solid #A9A9A9;
    backdrop-filter: blur(17.5px);
    display: none;
  }

  .submenu a {
    display: block;
    padding: 12px 18px;
    border-bottom: 0.5px solid #A9A9A9;
  }
  .submenu a:hover {
    background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  }
  .submenu a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
  }
  .submenu a:last-child {
    border: none;
  }
  .submenu a img {
    width: 35px;
    margin-right: 5px;
  }
  .submenu a span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
  }
  .mob_menu_dashboard {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .active-mode {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
    padding: 12px 18px;
    cursor: pointer;
  }
  .active-mode img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
  }
  .active-mode span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-left: 5px;
    color: #FFFFFF;
  }
  .submenu.opened {
    display: block;
  }
  .login_btn, .logout_btn, .register_btn {
    padding: 10px 15px;
  }
  .calc_block h6 {
    font-size: 14px;
  }
  .calc_block h5 {
    font-size: 22px;
  }
  .active_mining {
    margin-top: 15px;
    padding: 15px 0;
  }
  .active_mining img {
    height: 45px;
  }
  .calc_block {
    padding: 15px;
  }
  .login_form {
    padding: 20px;
  }
  .login_form h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .login_form label, .login_form .custom_input input {
    font-size: 14px;
    line-height: 18px;
  }
  .login_form button {
    margin-top: 0;
    font-size: 16px;
  }
  .bonus_login h4 {
    font-size: 14px!important;
    margin-bottom: 0!important;
  }
  .bonus_login {
    right: 20px;
  }
  .contact_form {
    padding: 20px;
  }
  .contact_form .signals_block {
    display: none;
  }

  .contact_form:after, .contact_form:before {
    display: none;
  }

  .accordion {
    margin-top: 15px;
  }
  .accordion-button {
    font-size: 14px;
    line-height: 150%;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 150%;
  }
  footer ul {
    display: none;
  }
  footer span {
    margin-top: 30px;
  }
  .news h2 {
    font-size: 30px;
    line-height: 130%;
  }
  .news p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .news {
    padding-top: 0px;
  }
  .news_block h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  .news_block {
    margin-bottom: 30px;
  }
  .news .about_btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ipad_content {
    padding: 20px;
  }
  .ipad_content h3 {
    font-size: 30px;
    line-height: 130%;
  }
  .ipad_content ul {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .ipad_img img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .referral .info_bonus_mobile {
    transform: rotate(0deg);
  }
  .referral .oval h4 {
    font-size: 20px !important;
    margin-bottom: 55px;
  }
  .referral .oval2 {
    top: 200px !important;
    left: 180px !important;
  }
  .referral .oval3 {
    top: 300px !important;
  }
  .referral .oval h6 {
    font-size: 28px;
    line-height: 130%;
    padding-top: 30px;
  }
  .pricing {
    padding-bottom: 0;
  }
  .referral .about_stat {
    margin-top: 30px;
  }
  .bonuses {
    padding-bottom: 0;
  }
  .pricing h2 {
    font-size: 30px;
    line-height: 130%;
  }
  .pricing p {
    font-size: 14px;
  }
  .plan_block {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .plan_block h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .plan_block h5 {
    margin-bottom: 10px;
  }
  .plan_block h6 {
    font-size: 36px;
    line-height: 150%;
    width: fit-content;
    margin: 0 auto;
  }
  .plan_block h7 {
    font-size: 36px;
    line-height: 150%;
    margin: 0 auto;
  }
  .plan_block h6 span {
    font-size: 18px;
    right: -17px;
    top: 5px;
  }
  .plan_block h7 span {
    font-size: 18px;
    left: -15px;
    top: 5px;
  }
  .about {
    padding-bottom: 0;
  }
  .bonuses_daily {
    padding: 20px;
  }
  .bonuses_daily h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .bonuses_daily p {
    font-size: 14px;
    line-height: 150%;
  }
  .bonuses_daily h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .bonuses_daily h3 img {
    width: 24px;
  }
  .bonus_day {
    width: 80px;
    height: 80px;
    margin-top: 15px;
  }
  .bonus_day span {
    font-size: 14px;
  }
  .bonus_day h5 {
    font-size: 48px;
  }
  .info_bonus h4 {
    font-size: 20px;
  }
  .info_bonus h3 {
    font-size: 12px;
    line-height: 150%;
  }
  .bonus_day .info_bonus {
    transform: rotate(180deg);
    top: 65px;
    z-index: 1;
  }
  .info_bonus_mobile {
    transform: rotate(180deg);
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 15px;
  }
  .navbar ul a, .navbar ul a:focus {
    padding: 10px 15px;
  }
  .hero_home {
    margin-top: 60px;
  }
  .hero_home h4 {
    white-space: normal;
  }
  .hero_home h4 {
    margin-bottom: 15px;
  }
  .hero_home h3 {
    font-size: 30px;
  }
  .header_mobile h3 {
    font-size: 20px;
  }
  .mobile_content .phone_img {
    max-width: 100%;
  }
  .header_mobile {
    margin-left: -5%;
    top: 40px;
    max-width: 95%;
  }
  .hero_home {
    padding-bottom: 0;
  }
  .mobile_content .phone_img {
    margin-bottom: -90px;
  }
  .signals {
    max-width: 240px;
    bottom: 100px;
    right: -90px;
  }
  .about h6 {
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .about h5 {
    font-size: 30px;
  }
  .about p {
    margin: 15px 0;
    font-size: 14px;
  }
  .bonus_free {
    top: 170px;
    max-width: 230px;
  }
  .four_cryptos {
    width: 250px;
  }
  .about ul li {
    font-size: 14px;
  }
  .about ul {
    margin-bottom: 15px;
  }
  .about_stat {
    min-height: 500px;
  }

  .about_stat .oval {
    max-width: 139px;
  }
  .about_stat .oval h3 {
    font-size: 40px;
  }
  .about_stat .oval h4 {
    font-size: 12px;
  }
  .about_stat .oval .oval_img {
    margin-top: -35px;
  }
  .about_stat .oval .main_oval_img {
    width: 36px;
    margin-bottom: 5px;
  }
  .about .start_btn {
    margin-bottom: 30px;
  }
  .about_stat .oval1 {
    left: 50px;
  }
  .about_stat .oval2 {
    left: 160px;
    top: 105px;
  }
  .gt_switcher .gt_option {
    background: #03080E !important;
  }
  .about_stat .oval3 {
    right: unset;
    left: 15px;
    top: 170px;
  }
  .about_stat .oval4 {
    right: 15px;
    top: 270px;
  }

  .bonus_free h5 {
    font-size: 18px;
  }
  .four_cryptos {
    top: 130px;
  }
  .four_cryptos {
    padding: 10px 16px;
  }
  .four_cryptos hr {
    margin: 6px 0;
  }
  .left_img_crypt h4 {
    margin-bottom: 0;
  }
  .hero_home p {
    font-size: 14px;
    margin: 15px 0;
  }
  .hero_home ul li {
    font-size: 14px;
  }
  .hero_btns {
    flex-direction: column;
    align-items: start;
  }
  .start_btn {
    margin-bottom: 15px;
  }
  .mobile_content {
    margin-top: -50px;
  }
  .gt_switcher .gt_option {
    margin-left: -65px !important;
  }
  .gt_switcher {
    margin-right: 0 !important;
  }
  .header_btns_desktop {
    display: none;
  }
  .header_btns_mobile {
    display: flex;
    z-index: 9999999;
    top: 240px;
    left: 15px;
    position: absolute;
  }
  .mobile_content {
    transform: scale(0.6);
  }
  .multilang_select {
    margin-right: 50px;
  }
  .mobile-nav-toggle {
    background: linear-gradient(265.23deg, rgb(0, 117, 255) 0%, rgb(4, 89, 189) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 36px;
    top: 12px;
    right: 15px;
  }
  .navbar ul {
    background: #03080E;
    border-right: 0.5px solid #A9A9A9;
  }
  .mobile-nav-toggle {
    position: relative;
    top: 0;
    right: 0;
  }
  .active_mining h3 {
    font-size: 18px;
  }
  .calc_block {
    margin-bottom: 15px;
  }
  .calc_block h2 {
    font-size: 14px;
  }
  .calc_block h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .row_calc_1 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .received_bonus {
    padding: 10px;
  }
  .received_bonus .bonus_image {
    width: 45px;
  }
  .received_bonus h3 {
    font-size: 18px;
    margin: 0;
  }
  .received_bonus p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
  }
  .received_bonus {
    bottom: 0;
  }
  .header_panel_left h2 {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .header_panel_left h3 {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .header_panel_left {
    padding: 15px;
  }
  .header_panel_left h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .deposit_btn {
    padding: 15px 20px;
    font-size: 12px;
  }
  .deposit_btn img {
    margin-left: 5px;
  }
  .panel_menu {
    display: none;
  }
  .header_panel_right {
    border-radius: 0 0 2px 2px;
    padding: 15px;
  }
  .header_panel_right h2 {
    font-size: 10px;
    line-height: 150%;
  }
  .header_panel_right h2 img {
    margin-right: 5px;
  }
  .header_panel_right h3 {
    font-size: 36px;
    line-height: 150%;
  }
  .header_panel_right h4 {
    font-size: 10px;
    line-height: 150%;
  }
  .header_panel_right .about_btn {
    padding: 15px;
    font-size: 12px;
  }
  .header_panel_right .about_btn img {
    margin-left: 5px;
  }
  .mining_block {
    margin-bottom: 20px;
  }
  .mining_block h4 {
    margin-bottom: 0;
  }
  .modal_daily h3 {
    font-size: 16px;
    line-height: 150%;
  }
  .info_alert {
    width: 90%;
    padding: 10px;
  }
  .info_alert .alert_img {
    width: 25px;
  }
  .info_alert h4 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .info_alert p {
    margin: 0;
  }
  .modal_deposit .modal-body, .modal_withdraw .modal-body {
    padding: 15px;
  }
  .modal_deposit h3, .modal_withdraw h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .modal_deposit label, .modal_withdraw label {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .choose_select {
    padding: 10px 15px;
  }
  .qr_text img {
    width: 90px;
  }
  .qr_text h6 {
    font-size: 14px;
  }
  .qr_text p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom_copy textarea {
    padding: 10px 15px;
    font-size: 15px;
    padding-right: 50px;
  }
  .min_val {
    font-size: 13px;
  }
  .wallet_block {
    flex: 100%;
  }
  /*.wallets .wallet_block {*/
  /*  border-bottom: 0.5px solid #A9A9A9 !important;*/
  /*}*/
  /*.wallets .wallet_block:nth-child(n+11) {*/
  /*  border-bottom: none;*/
  /*}*/
  .wallet_block h4 {
    margin-bottom: 0;
  }
  .wallet_block h3 {
    font-size: 18px;
  }
  .wallets .wallet_block:nth-child(n+9) {
    border-bottom: 0.5px solid #A9A9A9;
  }
  .wallets .wallet_block:last-child {
    border-bottom: none;
  }
  .history_content h6 {
    font-size: 20px;
  }
  table.dataTable thead th {
    padding: 10px 15px;
    line-height: 130%;
  }
  .purchase_block {
    padding: 15px;
  }
  .purchase_block label {
    font-size: 14px;
  }
  .purchase_block h1 {
    font-size: 14px;
    margin-top: 0;
  }
  .purchase_block h1 img {
    width: 25px;
    margin-right: 10px;
  }
  .input_buy input {
    font-size: 16px;
  }
  .input_buy {
    margin-bottom: 10px;
  }
  .info_purchase {
    padding: 15px;
  }
  .info_purchase {
    flex-direction: column;
  }
  .info_purchase_block h8 {
    font-size: 18px;
    line-height: 120%;
  }
  .info_purchase_block h7 {
    font-size: 20px;
    line-height: 28px;
  }
  .info_purchase_block h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .info_purchase_block h5 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  .step_block {
    padding: 10px;
  }
  .step_block .step_block_img {
    width: 100px;
  }
  .step_block h7 {
    font-size: 20px;
  }
  .step_block p {
    margin: 0;
  }
  .use_blocks .step_block {
    border: none;
    border-bottom: 0.5px solid #A9A9A9 !important;
  }
  .use_blocks .step_block:nth-child(4) {
    border: none;
  }
  .step_block button {
    padding: 14px;
  }
  .levels_block .level_step {
    border: none;
    padding: 15px;
  }
  .levels_block .level_step {
    border-bottom: 0.5px solid #A9A9A9;
  }
  .levels_block .level_step:last-child {
    border-bottom: none;
  }
  .levels_block .level_step img {
    width: 100%;
  }
  .referral_system .system_block {
    padding: 15px;
  }
  .system_block h7 {
    font-size: 20px;
  }
  .system_block h6 {
    font-size: 26px;
    line-height: 150%;
  }
  .system_block h8 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .system_block label {
    font-size: 14px;
    line-height: 150%;
  }
  .copy_ref {
    font-size: 14px;
    padding: 10px;
    padding-right: 50px;
  }
  .levels_block .level_step {
    flex: 100%;
  }
  .levels_block .level_step img {
    width: 100px;
  }

}


@media (min-width: 768px) and (max-width: 1279px)  {
  .levels_block .level_step {
    padding: 0;
  }
  .system_block h8 {
    font-size: 22px;
  }
  .step_block h7 {
    font-size: 20px;
  }
  .wallet_block {
    flex: 50%;
  }
  .wallets .wallet_block:nth-child(n+9) {
    border-bottom: 0.5px solid #A9A9A9;
  }
  .wallets .wallet_block:nth-child(n+11) {
    border-bottom: none;
  }
  .mobile-nav-toggle {
    color: #fff;
    right: -5vw;
  }
  .navbar ul {
    background: #03080E;
    border-right: 0.5px solid #A9A9A9;
  }
  .navbar {
    width: 250px;
  }
  .signals {
    display: none;
  }
  .hero_home h3 {
    font-size: 32px;
  }
  .header_mobile h3 {
    font-size: 14px;
    line-height: 150%;
  }
  .start_btn {
    font-size: 14px;
    padding: 15px;
  }
  .four_cryptos {
    z-index: 1;
  }
  .bonus_free {
    z-index: 2;
  }
  .about_stat .oval h3 {
    font-size: 50px;
  }
  .about_stat .oval3 {
    right: -30px;
  }
  .about h5 {
    font-size: 32px;
  }
  .about p {
    font-size: 14px;
  }
  .bonuses_daily h2 {
    font-size: 26px;
    line-height: 150%;
  }
  .bonuses_daily h3 {
    font-size: 18px;
  }
  .info_bonus h3 {
    font-size: 14px;
  }
  .bonus_day {
    width: 100px;
    height: 100px;
  }
  .plan_block h4, .plan_block span {
    font-size: 12px;
    line-height: 150%;
  }
  .plan_block h6, .plan_block h7 {
    font-size: 36px;
  }
  .plan_block h6 span {
    right: -12px;
  }
  .about_btn {
    font-size: 14px;
    padding: 15px;
  }
  .ipad_content h3 {
    font-size: 32px;
    line-height: 150%;
  }
  footer ul li .nav-link {
    font-size: 12px;
  }
  .calc_block h5 {
    font-size: 24px;
  }
  .active_mining h3 {
    font-size: 18px;
  }
  .calc_block h1 {
    font-size: 20px;
  }
  .calc_block .profit_text {
    font-size: 20px;
  }
  .header_panel_left h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #FFFFFF;
  }
  .mining_block h2 {
    font-size: 26px;
    line-height: 150%;
  }
  .mining_block h3 {
    font-size: 20px;
    line-height: 1;
  }
  .mining_block {
    padding: 17px;
  }
  .switches [type="checkbox"]:checked + label span:last-child::after {
    font-size: 10px;
  }
  .mining_block .hash_generator {
    font-size: 12px;
  }
  .mining_block h6 {
    font-size: 14px;
    line-height: 150%;
  }
  .mining_block .approx_text {
    font-size: 10px;
  }
  .mining_block .min_text {
    font-size: 12px;
  }
  .mining_block h5 {
    margin-bottom: 10px;
  }
  .switches span:last-child::after {
    font-size: 10px;
  }

  .wallet_block h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 670px;
  }
  .modal_deposit .modal-dialog, .modal_withdraw .modal-dialog {
    max-width: 500px;
  }
}

.btn_new {
  position: relative;
  display: inline-block !important;
  width: 200px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  background: transparent;
  background-size: 400%;
  z-index: 1;
  line-height: 2;
  /*animation: animate 8s linear infinite;*/
  border: 1px solid #fff;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.btn_new:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #e68a00, #0072f7, #045bc1, #fd9800);
  background-size: 400%;
  opacity: 0;
  transition: .5s;
}

.btn_new:before {
  filter: blur(20px);
  opacity: 1;
  /*animation: animate 8s linear infinite;*/
  display: none;
}

/*.bonus_free_ghs_content {*/
/*  animation: scroll 100s linear infinite;*/
/*  background: url("https://images.unsplash.com/photo-1465146633011-14f8e0781093?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3450&q=80"),*/
/*  #111111;*/
/*  perspective: 1000px;*/
/*  perspective-origin: 50% 50%;*/
/*  position: relative;*/
/*}*/

/*.bonus_free_ghs_content:before {*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  background: rgba(0,0,0,0.6);*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: -1;*/
/*}*/

/*@keyframes scroll {*/
/*  100% {*/
/*    background-position: 0px -400%;*/
/*  }*/
/*}*/

/*!* Fallback if the operatring system prefers reduced motion*!*/
/*@media (prefers-reduced-motion) {*/
/*  .bonus_free_ghs_content {*/
/*    animation: scroll 800s linear infinite;*/
/*  }*/
/*}*/

.new_bon {
  position: relative;
}

.new_bon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.85);
  z-index: 8;
}

.new_bon .new_bon_text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}

.new_bon22  {
  position: relative;
}

.new_bon22:after  {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  top: 0;
  left: 0;
  z-index: 1;
}

.personal_bonus_index {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.success_contact {
  background: rgba(27, 38, 50, 0.5);
  border: 0.5px solid #A9A9A9;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  padding: 35px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  display: none;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: transparent;
  padding: 4px 11px;
  font-size: 14px;
  cursor: pointer;
  text-shadow: none;
  color: #fff;
  border: 1px solid #565656;
  text-transform: uppercase;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #F90;
  border: 1px solid #F90;
  color: #fff;
}

.radio-toolbar label:hover {
  border: 1px solid #F90;
  color: #F90;
}

@media (max-width: 768px) {
  .menu_select {
    top: 50px;
  }
}

.daily_rewards_text {
  color: #fff;
  font-size: 16px;
}

.info_contact_us {
  padding: 15px 30px 15px 36px;
  background: linear-gradient(265.23deg, #0075FF 0%, #0459BD 100%);
  border-radius: 0 2px 0 0;
  color: #fff;
  margin-bottom: 15px;
}