._index_mobile {
  display: none;
  min-height: 100%;
}

._index_desktop {
  min-height: 100%;
  background-color: rgb(247, 249, 251);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 700px) {
  ._index_desktop {
    display: none;
  }
  ._index_mobile {
    display: block;
  }
}._DesktopLayout_container {
  display: flex;
  flex-direction: column;
  width: 1180px;
  flex-grow: 1;
  margin-bottom: 20px;
}

._DesktopLayout_scrolling {
  background-color: white;
}

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

._DesktopLayout_section {
  flex: 1 1 0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

._DesktopLayout_section_filled {
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
  background-color: white;
}

._DesktopLayout_section_session {
  margin-bottom: 20px;
}

._DesktopLayout_section_hashes {
  padding-bottom: 14px;
  display: flex;
  flex-grow: 1;
  margin-bottom: 20px;
}

._DesktopLayout_section_total {
  width: 280px;
  box-sizing: border-box;
}

._DesktopLayout_section_balance {
  padding: 31px 40px 43px 38px;
  margin-left: 20px;
}

._DesktopLayout_section_desktop {
  padding: 0;
  align-items: flex-start;
  margin-right: 20px;
  min-width: 580px;
}

._DesktopLayout_section_referal {
  background: linear-gradient(270deg, rgba(196, 223, 254, 0.2) 0%, rgba(240, 247, 255, 0) 56.55%), #FFFFFF;
  padding: 30px;
  padding-bottom: 19px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  ._DesktopLayout_container {
    width: 768px;
  }
  ._DesktopLayout_section_miningSpeed {
    width: 282px;
    flex: none;
  }
  ._DesktopLayout_section_hashes {
    margin-top: 12px;
    padding-bottom: 0;
  }
  ._DesktopLayout_section_session {
    margin-bottom: 0px;
  }
  ._DesktopLayout_section_total {
    width: 223px;
    min-width: 223px;
    padding-bottom: 26px;
  }
  ._DesktopLayout_section_balance {
    padding: 26px 30px;
  }
  ._DesktopLayout_mined_separator {
    width: 16px;
  }
}._Hashes_desktop_root {
  display: flex;
  width: 100%;
  justify-content: center;
}

._Hashes_desktop_chart {
  position: relative;
  width: 240px;
  height: 182px;
}

._Hashes_desktop_text_wrapper {
  margin: 20px 0;
  margin-bottom: 24px;
}

._Hashes_desktop_wrapper {
  display: flex;
  flex-direction: column;
}

._Hashes_desktop_title {
  font-family: "TTTravels";
  font-feature-settings: "tnum" on, "lnum" on;
  position: absolute;
  font-size: 58px;
  font-weight: 600;
  text-align: center;
  color: rgb(27, 57, 109);
  top: 51px;
  left: 50%;
  transform: translate(-50%);
  line-height: 1;
  transition: 300ms ease-in-out color;
}

._Hashes_desktop_title_hashes {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "CeraPro";
  line-height: 1.4;
}

._Hashes_desktop_title_disabled {
  color: rgb(221, 227, 243);
}

._Hashes_desktop_value_highlighted {
  font-weight: 700;
}

._Hashes_desktop_dayReward {
  margin-bottom: 16px;
}

._Hashes_desktop_dayReward div {
  color: rgb(130, 141, 171);
}

._Hashes_desktop_increaseHashes {
  width: max-content;
  max-width: 190px;
  display: none;
}

._Hashes_desktop_increaseHashes_mac {
  display: block;
}

@media screen and (max-width: 1280px) {
  ._Hashes_desktop_chart {
    width: 195px;
    height: 135px;
  }
  ._Hashes_desktop_increaseHashes {
    display: block;
  }
  ._Hashes_desktop_title {
    font-size: 42px;
  }
  ._Hashes_desktop_title_hashes {
    font-size: 12px;
  }
  ._Hashes_desktop_text_wrapper {
    margin-bottom: 16px;
  }
}._Text_desktop_root {
  color: rgb(27, 57, 109);
  line-height: 1.2;
  font-family: "CeraPro";
}
._Text_desktop_root_title {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
._Text_desktop_root_subtitle {
  font-weight: 400;
  font-size: 16px;
  color: rgb(192, 200, 220);
}
@media screen and (max-width: 1280px) {
  ._Text_desktop_root_subtitle {
    font-size: 12px;
  }
  ._Text_desktop_root_title {
    font-size: 18px;
  }
}._Balance_desktop_value {
  font-size: 50px;
  font-weight: 600;
  font-family: "TTTravels";
  color: rgb(27, 57, 109);
  text-align: center;
  transition: 300ms ease-in-out color;
  font-feature-settings: "tnum" on, "lnum" on;
}
._Balance_desktop_value_disabled {
  color: rgb(221, 227, 243);
}
._Balance_desktop_miningSpeed {
  font-size: 16px;
  font-weight: 500;
  color: rgb(27, 57, 109);
  line-height: 140%;
  margin-top: 60px;
  text-align: end;
}
._Balance_desktop_title {
  width: 100%;
  text-align: start;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: rgb(54, 98, 174);
}
._Balance_desktop_button_wrapper {
  position: relative;
  width: fit-content;
}
._Balance_desktop_wrapper {
  display: flex;
  width: 100%;
  margin-top: 38px;
  align-items: center;
}
._Balance_desktop_label {
  position: absolute;
  top: 31px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: rgb(35, 209, 109);
  opacity: 0.62;
  bottom: -6px;
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
._Balance_desktop_balance {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  height: 50px;
}
._Balance_desktop_currency {
  color: rgb(27, 57, 109);
  margin-left: 16px;
  margin-bottom: 8px;
  align-self: flex-end;
  display: flex;
  font-feature-settings: "tnum" on, "lnum" on;
  transition: 300ms ease-in-out color;
}
._Balance_desktop_currency_disabled {
  color: rgb(221, 227, 243);
}
._Balance_desktop_currency_icon {
  margin-left: 16px;
  transition: 300ms ease-in-out stroke, 300ms ease-in-out fill;
  stroke: rgb(35, 209, 109);
}
._Balance_desktop_currency_icon path {
  fill: rgb(35, 209, 109);
}
._Balance_desktop_currency_icon_disabled {
  stroke: rgb(221, 227, 243);
}
._Balance_desktop_currency_icon_disabled path {
  fill: rgb(221, 227, 243);
}
._Balance_desktop_margin {
  height: 30px;
}
._Balance_desktop_section {
  height: 100%;
  min-width: fit-content;
  display: flex;
  flex-direction: column;
}
._Balance_desktop_section_buttons {
  margin-right: 60px;
}
._Balance_desktop_subtitle_highlighted {
  font-weight: 700;
}
._Balance_desktop_subtitle_wrapper {
  margin-top: 4px;
}
@media screen and (max-width: 1280px) {
  ._Balance_desktop_miningSpeed {
    color: rgb(99, 129, 172);
    margin-top: 32px;
    text-align: start;
    width: 100%;
  }
  ._Balance_desktop_title {
    font-size: 20px;
    color: rgb(99, 129, 172);
  }
  ._Balance_desktop_wrapper {
    margin-top: 24px;
  }
  ._Balance_desktop_value {
    font-size: 26px;
  }
  ._Balance_desktop_margin {
    height: 18px;
  }
  ._Balance_desktop_section_buttons {
    margin-left: 0;
    margin-right: 24px;
  }
  ._Balance_desktop_section_balance {
    padding: 26px 30px;
  }
  ._Balance_desktop_button_wrapper {
    width: unset;
  }
}._MiningSpeed_root {
  margin-top: 54px;
  display: flex;
}

._MiningSpeed_speed {
  background-color: #F2F8FF;
  display: flex;
  border-radius: 5px;
}

._MiningSpeed_speed_element {
  font-size: 16px;
  font-weight: 500;
  color: rgb(192, 200, 220);
  display: flex;
  width: 170px;
  flex-grow: 1;
  justify-content: center;
  height: 40px;
  align-items: center;
  cursor: pointer;
  transition: 300ms ease-in-out color;
  box-sizing: border-box;
}

._MiningSpeed_speed_element:hover {
  color: rgb(27, 57, 109);
}

._MiningSpeed_speed_element-active {
  color: rgb(27, 57, 109);
  border-radius: 5px;
  border: 2px solid rgb(194, 208, 234);
}

@media screen and (max-width: 1280px) {
  ._MiningSpeed_root {
    margin-top: 16px;
    width: 100%;
  }
  ._MiningSpeed_speed_element {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  ._MiningSpeed_root {
    margin-top: 16px;
    width: 100%;
  }
  ._MiningSpeed_speed {
    width: 100%;
  }
  ._MiningSpeed_speed_element {
    width: unset;
    flex-grow: 1;
  }
}._Section_desktop_value {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: "TTTravels";
  font-feature-settings: "tnum" on, "lnum" on;
  color: rgb(17, 178, 109);
  margin-top: 24px;
  margin-bottom: 12px;
}

._Section_desktop_currency {
  color: rgb(17, 178, 109);
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
  font-family: "CeraPro";
  margin-left: 8px;
}

._Section_desktop_root {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
  justify-content: space-between;
}

._Section_desktop_title {
  color: rgb(27, 57, 109);
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  ._Section_desktop_value {
    font-size: 15px;
    margin-top: 28px;
    margin-bottom: 14px;
  }
  ._Section_desktop_currency {
    font-size: 15px;
  }
}._Title_root {
  text-align: center;
  color: rgb(52, 81, 123);
  font-weight: 900;
  font-size: 50px;
  line-height: 1.4;
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  ._Title_root {
    font-size: 36px;
  }
}

@media screen and (max-width: 700px) {
  ._Title_root {
    font-size: 32px;
    text-align: start;
    margin-top: 0px;
  }
}._Subtitle_root {
  text-align: center;
  color: rgb(78, 117, 154);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 52px;
}

@media screen and (max-width: 1280px) {
  ._Subtitle_root {
    font-size: 20px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 700px) {
  ._Subtitle_root {
    font-size: 16px;
    margin-bottom: 36px;
    text-align: start;
  }
}._Referal_desktop_root {
  display: flex;
  color: rgb(27, 57, 109);
  flex-direction: column;
}
._Referal_desktop_root div {
  z-index: 1;
}
._Referal_desktop_iconWrapper {
  height: 25px;
}
._Referal_desktop_text_section {
  margin-right: 30px;
}
._Referal_desktop_text_section_tablet {
  width: 70%;
}
._Referal_desktop_title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  width: auto;
  margin-bottom: 12px;
}
._Referal_desktop_title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._Referal_desktop_image {
  display: none;
}
._Referal_desktop_image_tablet {
  display: block;
  position: absolute;
  top: 29px;
  right: -30px;
  width: 326px;
  height: 214px;
}
._Referal_desktop_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
._Referal_desktop_icons {
  display: flex;
  align-items: center;
}
._Referal_desktop_share {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-top: 32px;
}
._Referal_desktop_share_title {
  display: block;
  margin-left: 32px;
}
._Referal_desktop_share ._Referal_desktop_social {
  margin-left: 20px;
}
._Referal_desktop_share ._Referal_desktop_social-first {
  margin-left: 0;
}
._Referal_desktop_share_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
._Referal_desktop_share_wrapper svg {
  cursor: pointer;
  min-width: 17px;
}
@media screen and (max-width: 1280px) {
  ._Referal_desktop_text_section {
    margin-right: 0px;
  }
  ._Referal_desktop_share ._Referal_desktop_social {
    margin-left: 12px;
  }
  ._Referal_desktop_image_tablet {
    display: block;
    position: absolute;
    top: 49px;
    right: -106px;
    width: 353px;
    height: 214px;
  }
}._GoogleAds_root {
  text-align: center;
}._DownloadDesktop_desktop_root {
  position: relative;
  padding: 30px;
  padding-bottom: 19px;
  height: 100%;
  box-sizing: border-box;
}

._DownloadDesktop_desktop_wrapper {
  color: rgb(27, 57, 109);
  position: relative;
  z-index: 1;
}

._DownloadDesktop_desktop_title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  width: 306px;
  margin-bottom: 15px;
}

._DownloadDesktop_desktop_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 29px;
}

._DownloadDesktop_desktop_desktopPicture {
  top: -30px;
  left: -30px;
  position: absolute;
  width: 580px;
  height: 100%;
}

@media screen and (max-width: 700px) {
  ._DownloadDesktop_desktop_root {
    background-color: white;
    padding: 24px;
    margin-top: 29px;
    box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
    border-radius: 10px;
  }
  ._DownloadDesktop_desktop_desktopPicture {
    display: none;
  }
  ._DownloadDesktop_desktop_subtitle {
    margin-bottom: 18px;
  }
}._Scrolling_desktop_copied {
  position: fixed;
  top: 20px;
  font-size: 14px;
  color: white;
  font-weight: 500;
  background-color: rgb(17, 178, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  z-index: 2;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
}

._Scrolling_desktop_scrolling {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 124px 0;
}

._Scrolling_desktop_scrolling_banner {
  padding: 60px;
  padding-bottom: 80px;
  background-color: rgb(0, 57, 141);
  border-radius: 50px;
  color: white;
}

._Scrolling_desktop_scrolling_banner_arrow {
  margin-top: 36px;
}

._Scrolling_desktop_scrolling_banner_description {
  max-width: 291px;
  text-align: center;
}

._Scrolling_desktop_scrolling_banner_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._Scrolling_desktop_scrolling_banner_step_hovered {
  cursor: pointer;
}

._Scrolling_desktop_scrolling_banner_phrase {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 140%;
  margin-bottom: 8px;
}

._Scrolling_desktop_scrolling_banner_wrapper {
  display: flex;
  align-items: flex-start;
}

._Scrolling_desktop_scrolling_banner_title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 48px;
}

._Scrolling_desktop_scrolling_minerTitle {
  font-size: 48px;
  font-weight: 700;
  color: rgb(55, 77, 117);
  margin-bottom: 80px;
  margin-top: 124px;
}

._Scrolling_desktop_scrolling_image {
  width: 480px;
  min-width: 480px;
  height: 368px;
  border-radius: 30px;
}

._Scrolling_desktop_scrolling_image_main {
  width: 442px;
  height: 336px;
}

._Scrolling_desktop_scrolling_text {
  font-weight: 500;
  font-size: 20px;
  color: rgb(55, 77, 117);
  white-space: break-spaces;
}

._Scrolling_desktop_scrolling_title {
  line-height: 140%;
  font-size: 32px;
  font-weight: 700;
  color: rgb(52, 81, 123);
  margin-bottom: 24px;
}

._Scrolling_desktop_scrolling_title_main {
  font-size: 48px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture,
._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture {
  display: flex;
  justify-content: center;
  width: 1064px;
  align-items: center;
  margin-bottom: 120px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture:last-child,
._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture:last-child {
  margin-bottom: 0px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image {
  margin-left: 77px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_wrapper {
  width: 464px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture {
  flex-direction: row-reverse;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image {
  margin-right: 120px;
}

._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_wrapper {
  width: 425px;
}

._Scrolling_desktop_arrow_clicked {
  transform: rotate(-180deg);
}

._Scrolling_desktop_referral {
  width: 550px;
  background: linear-gradient(270deg, rgba(196, 223, 254, 0.2) 0%, rgba(240, 247, 255, 0) 56.55%), #FFFFFF;
  padding: 20px;
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
  border-radius: 10px;
  position: relative;
}

._Scrolling_desktop_referral_mobile {
  width: unset;
  padding: unset;
  padding: 0 10px;
  background: unset;
  box-shadow: unset;
}

._Scrolling_desktop_referral_back {
  top: 0;
  position: fixed;
  background-color: rgba(27, 57, 109, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

._Scrolling_desktop_crossIcon {
  position: absolute;
  right: 0;
  top: -39px;
  cursor: pointer;
}

._Scrolling_desktop_crossIcon * {
  fill: white;
}

._Scrolling_desktop_crossIcon_mobile {
  right: 10px;
}

._Scrolling_desktop_question {
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
  border-radius: 20px;
  padding: 30px 52px 36px 52px;
  width: 982px;
  margin-bottom: 20px;
  cursor: pointer;
}

._Scrolling_desktop_question_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: rgb(71, 85, 123);
  display: flex;
  justify-content: space-between;
}

._Scrolling_desktop_question_answer {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: rgb(101, 119, 169);
  margin-top: 24px;
  white-space: break-spaces;
}

._Scrolling_desktop_question_answer a {
  font-weight: 500;
  color: rgb(77, 140, 253);
  text-decoration: underline;
  cursor: pointer;
  transition: 300ms ease-in-out color;
}

._Scrolling_desktop_question_answer a:hover {
  color: rgb(41, 94, 192);
}

._Scrolling_desktop_questions {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f0f7ff;
  border-radius: 70px 70px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._Scrolling_desktop_questions_main {
  font-weight: 700;
  font-size: 48px;
  color: rgb(52, 81, 123);
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 1280px) {
  ._Scrolling_desktop_scrolling {
    padding: 50px 0;
  }
  ._Scrolling_desktop_scrolling_banner {
    padding: 28px;
    padding-bottom: 30px;
  }
  ._Scrolling_desktop_scrolling_banner_arrow {
    margin-top: 36px;
  }
  ._Scrolling_desktop_scrolling_banner_description {
    max-width: 202px;
    font-size: 14px;
  }
  ._Scrolling_desktop_scrolling_banner_phrase {
    font-size: 20px;
    margin-top: 26px;
  }
  ._Scrolling_desktop_scrolling_banner_title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  ._Scrolling_desktop_scrolling_minerTitle {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 80px;
  }
  ._Scrolling_desktop_scrolling_image {
    width: 374px;
    min-width: 374px;
    height: 287px;
  }
  ._Scrolling_desktop_scrolling_image_main {
    width: 324px;
    min-width: 324px;
    height: 246px;
    border-radius: 50px;
  }
  ._Scrolling_desktop_scrolling_text {
    font-weight: 500;
    font-size: 16px;
  }
  ._Scrolling_desktop_scrolling_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  ._Scrolling_desktop_scrolling_title_main {
    font-size: 36px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture {
    width: 768px;
    margin-bottom: 80px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture:last-child,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture:last-child {
    margin-bottom: 0px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_wrapper {
    width: 328px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image {
    margin-left: 66px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image {
    margin-right: 66px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_wrapper {
    width: 328px;
  }
  ._Scrolling_desktop_question {
    padding: 24px 52px;
    width: 768px;
    margin-bottom: 16px;
  }
  ._Scrolling_desktop_question_title {
    font-size: 24px;
  }
  ._Scrolling_desktop_question_answer {
    font-size: 20px;
    margin-top: 16px;
  }
  ._Scrolling_desktop_questions {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  ._Scrolling_desktop_questions_main {
    font-size: 36px;
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 700px) {
  ._Scrolling_desktop_scrolling_minerTitle {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 60px;
    width: 330px;
  }
  ._Scrolling_desktop_scrolling_title_main {
    font-size: 32px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture {
    width: 328px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image {
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
    width: 328px;
    min-width: 328px;
    height: 252px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image_main,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image_main {
    width: 328px;
    min-width: 328px;
    height: 249px;
  }
  ._Scrolling_desktop_scrolling_banner {
    width: 368px;
    padding: 40px;
    padding-bottom: 48px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  ._Scrolling_desktop_scrolling_banner_step {
    margin-bottom: 60px;
  }
  ._Scrolling_desktop_scrolling_banner_step:last-child {
    margin-bottom: 0;
  }
  ._Scrolling_desktop_scrolling_banner_description {
    font-size: 16px;
    font-weight: 500;
  }
  ._Scrolling_desktop_scrolling_banner_phrase {
    margin-top: 24px;
  }
  ._Scrolling_desktop_scrolling_banner_title {
    font-size: 28px;
    margin-bottom: 44px;
  }
  ._Scrolling_desktop_scrolling_banner_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._Scrolling_desktop_scrolling_banner_arrow {
    display: none;
  }
  ._Scrolling_desktop_arrow {
    width: 24px;
    height: 24px;
  }
  ._Scrolling_desktop_question {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px;
  }
  ._Scrolling_desktop_question_title {
    font-size: 20px;
  }
  ._Scrolling_desktop_question_answer {
    font-size: 16px;
  }
  ._Scrolling_desktop_questions {
    padding: 22px;
    padding-top: 40px;
    box-sizing: border-box;
    border-radius: 30px 30px 0px 0px;
  }
  ._Scrolling_desktop_questions_main {
    font-size: 32px;
    text-align: start;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  ._Scrolling_desktop_scrolling_minerTitle {
    font-size: 28px;
    width: 307px;
  }
  ._Scrolling_desktop_scrolling_title_main {
    font-size: 28px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture {
    width: 307px;
    flex-wrap: wrap;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image {
    width: 307px;
    min-width: 307px;
    height: 236px;
  }
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_rightPicture ._Scrolling_desktop_scrolling_image_main,
  ._Scrolling_desktop_scrolling ._Scrolling_desktop_leftPicture ._Scrolling_desktop_scrolling_image_main {
    width: 307px;
    min-width: 307px;
    height: 233px;
  }
  ._Scrolling_desktop_scrolling_banner {
    width: 343px;
    padding: 40px;
    padding-bottom: 48px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  ._Scrolling_desktop_scrolling_banner_step {
    margin-bottom: 60px;
  }
  ._Scrolling_desktop_scrolling_banner_step:last-child {
    margin-bottom: 0;
  }
  ._Scrolling_desktop_scrolling_banner_description {
    font-size: 16px;
    font-weight: 500;
  }
  ._Scrolling_desktop_scrolling_banner_phrase {
    margin-top: 24px;
  }
  ._Scrolling_desktop_scrolling_banner_title {
    font-size: 28px;
    margin-bottom: 44px;
  }
  ._Scrolling_desktop_scrolling_banner_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._Scrolling_desktop_scrolling_banner_arrow {
    display: none;
  }
}._Referal_mobile_root {
  position: relative;
  padding: 24px;
  color: rgb(27, 57, 109);
  background: #fcfdff;
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
  border-radius: 10px;
  margin-top: 18px;
  margin-bottom: 48px;
}
._Referal_mobile_root div {
  z-index: 1;
}
._Referal_mobile_iconWrapper {
  height: 25px;
}
._Referal_mobile_readMore {
  color: rgb(170, 205, 246);
}
._Referal_mobile_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 12px;
}
._Referal_mobile_title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._Referal_mobile_title_section {
  font-size: 12px;
  width: auto;
  margin-bottom: 16px;
}
._Referal_mobile_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
._Referal_mobile_share {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}
._Referal_mobile_share_title {
  margin-right: 6px;
  display: flex;
  flex-grow: 1;
}
._Referal_mobile_share ._Referal_mobile_social {
  margin-left: 20px;
}
._Referal_mobile_share_icons {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
._Referal_mobile_share_wrapper {
  align-items: flex-end;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._Referal_mobile_share_wrapper img {
  cursor: pointer;
  min-width: 24px;
  width: 24px;
  margin-right: 6px;
}
._Referal_mobile_text {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 24px;
}
._Referal_mobile_copyButton {
  margin-bottom: 16px;
}
._Referal_mobile_copyButton button {
  width: 100%;
}
._Referal_mobile_redditIcon {
  display: block;
  width: 24px;
  height: 24px;
}
._Referal_mobile_redditIcon rect {
  fill: #1b396d;
}
._Referal_mobile_redditIcon path {
  fill: rgb(164, 233, 255);
}._Balance_mobile_root {
  padding: 18px;
  background: white;
  border-radius: 10px;
  padding-bottom: 24px;
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
}

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

._Balance_mobile_buttons {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  margin-bottom: 29px;
}

._Balance_mobile_buttons button {
  width: 150px;
}

._Balance_mobile_label {
  position: absolute;
  top: 31px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: rgb(35, 209, 109);
  opacity: 0.62;
  bottom: -6px;
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

._Balance_mobile_currency {
  font-size: 16px;
  font-weight: 700;
  color: rgb(35, 209, 109);
  transition: 300ms ease-in-out color;
}

._Balance_mobile_currency_disabled {
  color: rgb(221, 227, 243);
}

._Balance_mobile_title {
  transition: 300ms ease-in-out color;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: rgb(99, 129, 172);
}

._Balance_mobile_title_icon {
  margin-left: 8px;
  transition: 300ms ease-in-out stroke, 300ms ease-in-out fill;
  stroke: rgb(35, 209, 109);
}

._Balance_mobile_title_icon path {
  fill: rgb(35, 209, 109);
}

._Balance_mobile_title_icon_disabled {
  stroke: rgb(221, 227, 243);
}

._Balance_mobile_title_icon_disabled path {
  fill: rgb(221, 227, 243);
}

._Balance_mobile_balance {
  color: rgb(27, 57, 109);
  font-feature-settings: "tnum" on, "lnum" on;
  transition: 300ms ease-in-out color;
  font-size: 30px;
  font-weight: 600;
  font-family: "TTTravels";
  margin-top: 21px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

._Balance_mobile_balance_disabled {
  color: rgb(221, 227, 243);
}

._Balance_mobile_subtitle_highlighted {
  font-weight: 700;
}

._Balance_mobile_subtitle_wrapper {
  font-size: 14px;
  color: rgb(192, 200, 220);
}

._Balance_mobile_minimal {
  margin-top: 8px;
}

._Balance_mobile_miningSpeed {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgb(27, 57, 109);
}

@media screen and (max-width: 414px) {
  ._Balance_mobile_balance {
    font-size: 32px;
  }
  ._Balance_mobile_buttons button {
    width: 148px;
  }
}._Hashes_mobile_root {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 0 19px;
  padding-left: 21px;
}

._Hashes_mobile_mainTitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

._Hashes_mobile_value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: rgb(17, 178, 109);
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "TTTravels";
  font-weight: 600;
}

._Hashes_mobile_value_currency {
  font-size: 12px;
  color: rgb(17, 178, 109);
  font-weight: 400;
  font-family: "CeraPro";
  margin-left: 2px;
}

._Hashes_mobile_approxValue {
  font-size: 12px;
  color: rgb(192, 200, 220);
  margin-top: 10px;
}

._Hashes_mobile_chart {
  position: relative;
  width: 180px;
  height: 119px;
}

._Hashes_mobile_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 8px;
}

._Hashes_mobile_title {
  font-feature-settings: "tnum" on, "lnum" on;
  font-family: "TTTravels";
  position: absolute;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: rgb(27, 57, 109);
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  line-height: 1;
  width: 200px;
  transition: 300ms ease-in-out color;
}

._Hashes_mobile_title_hashes {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: "CeraPro";
  line-height: 1.4;
}

._Hashes_mobile_title_disabled {
  color: rgb(221, 227, 243);
}

._Hashes_mobile_value_highlighted {
  font-weight: 700;
}

._Hashes_mobile_dayReward div {
  color: rgb(130, 141, 171);
}

@media screen and (max-width: 414px) {
  ._Hashes_mobile_root {
    padding-left: 0px;
  }
}._DownloadNotification_desktop_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 30, 55, 0.9);
  top: 0;
  left: 0;
  z-index: 3;
}

._DownloadNotification_desktop_notification {
  display: flex;
  position: fixed;
  bottom: 111px;
  font-size: 20px;
  left: 40px;
  background-color: rgb(247, 249, 251);
  z-index: 3;
  padding: 20px 17px;
  border-radius: 10px;
}

._DownloadNotification_desktop_text {
  font-size: 20px;
  font-weight: 500;
  margin-left: 30px;
  color: rgb(27, 57, 109);
}

._DownloadNotification_desktop_downloadArrowBig {
  z-index: 3;
  position: fixed;
  bottom: 16px;
  left: 44px;
}

._DownloadNotification_desktop_curvedIcon {
  position: fixed;
  bottom: 8px;
  left: 32px;
  transform: scale(1, -1);
  height: 200px;
  z-index: 3;
  fill: white;
}

._DownloadNotification_desktop_old_root {
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

._DownloadNotification_desktop_old_wrapper {
  text-align: center;
  color: white;
}

._DownloadNotification_desktop_mainTitle {
  font-size: 42px;
  margin-bottom: 16px;
}

._DownloadNotification_desktop_subTitle {
  font-size: 30px;
  white-space: break-spaces;
}