._Header_mobile_root {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  background-color: white;
  box-shadow: 4px 4px 15px rgba(130, 141, 171, 0.1);
  height: 70px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}

._Header_mobile_warningIcon {
  width: 18px;
  height: 18px;
  opacity: 0.2;
}

._Header_mobile_id_text {
  padding-right: 4px;
  font-weight: 700;
  font-size: 15px;
  color: rgb(130, 141, 171);
  opacity: 0.37;
}

._Header_mobile_id_number {
  color: rgb(130, 141, 171);
  font-weight: 700;
  font-size: 16px;
  margin-right: 4px;
  border-bottom: 1px solid rgb(130, 141, 171);
}

._Header_mobile_wrapper {
  display: flex;
  align-items: start;
  position: relative;
  flex-grow: 1;
}

._Header_mobile_copied {
  font-size: 15px;
  font-weight: 500;
  padding: 1px 7px;
  position: absolute;
  right: 0;
  color: rgb(247, 249, 251);
  background-color: rgba(209, 213, 224, 0.71);
  border-radius: 3px;
}

._Header_mobile_copySquareIcon {
  cursor: pointer;
}

._Header_mobile_copySquareIcon path {
  transition: 300ms ease-in-out stroke;
}

._Header_mobile_copySquareIcon:hover path {
  stroke: rgb(130, 141, 171);
}

._Header_mobile_eoLogo {
  cursor: pointer;
}

._Header_mobile_menuIcon {
  cursor: pointer;
}

._Header_mobile_warningIcon {
  width: 18px;
  height: 18px;
  margin-right: 14px;
}

._Header_mobile_balance {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

._Header_mobile_balance_pause {
  background-color: rgb(17, 178, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  border-radius: 10px;
  width: 60px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border: 2px solid rgb(17, 178, 109);
  cursor: pointer;
}

._Header_mobile_balance_coins {
  cursor: pointer;
  border: 2px solid rgb(35, 209, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  border-radius: 10px;
  width: 60px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._Header_mobile_balance_coins_blocked {
  box-shadow: none;
  border: 2px solid rgb(221, 227, 243);
}

._Header_mobile_balance_coins_blocked svg ellipse {
  stroke: rgb(221, 227, 243);
}

._Header_mobile_balance_coins_blocked svg path {
  stroke: rgb(221, 227, 243);
}

._Header_mobile_balance_title {
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: rgb(142, 174, 222);
  margin-bottom: 4px;
  font-feature-settings: "tnum" on, "lnum" on;
}

._Header_mobile_balance_current {
  font-weight: 600;
  font-size: 13px;
  color: rgb(0, 57, 141);
  display: flex;
  align-items: center;
}

._Header_mobile_balance_coin {
  width: 15px;
  height: 15px;
  stroke: rgb(35, 209, 109);
  margin-left: 5px;
}._Menu_mobile_root {
  position: fixed;
  background-color: white;
  height: 100%;
  z-index: 2;
  top: 0;
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.25);
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  right: 100%;
  width: 0;
  overflow: hidden;
  transition: all 300ms;
}
._Menu_mobile_root-open {
  overflow: unset;
  right: calc(100% - 320px);
  width: 320px;
}
._Menu_mobile_profile {
  background-color: rgb(185, 217, 255);
  border-radius: 5px;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._Menu_mobile_close {
  cursor: pointer;
  position: absolute;
  right: -59px;
  top: 20px;
  background-color: rgb(231, 235, 246);
  height: 61px;
  width: 70px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._Menu_mobile_close ._Menu_mobile_crossIcon {
  margin-left: 12px;
}
._Menu_mobile_top {
  display: flex;
  align-items: stretch;
  color: rgb(27, 57, 109);
  margin-bottom: 24px;
}
._Menu_mobile_body {
  overflow-y: scroll;
}
._Menu_mobile_line {
  width: 100%;
  height: 2px;
  background-color: rgb(236, 242, 249);
}
._Menu_mobile_profileIcon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
._Menu_mobile_id_text {
  font-weight: 700;
  font-size: 20px;
  color: rgba(130, 141, 171, 0.37);
}
._Menu_mobile_id_number {
  margin-left: 4px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
}
._Menu_mobile_info {
  min-width: max-content;
  cursor: pointer;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._Menu_mobile_info ._Menu_mobile_auth {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
._Menu_mobile_info ._Menu_mobile_text {
  line-height: 140%;
  font-size: 12px;
}
._Menu_mobile_copySquareIcon {
  margin-right: 8px;
}
._Menu_mobile_copySquareIcon path {
  transition: 300ms ease-in-out stroke;
}
._Menu_mobile_copied {
  font-size: 10px;
}
._Menu_mobile_copy {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
._Menu_mobile_copy:hover ._Menu_mobile_copySquareIcon {
  margin-right: 8px;
}
._Menu_mobile_copy:hover ._Menu_mobile_copySquareIcon path {
  stroke: rgb(130, 141, 171);
}
._Menu_mobile_routes {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 34px;
}
._Menu_mobile_routes_main {
  color: rgb(177, 198, 245);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 28px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
._Menu_mobile_routes_icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
}
._Menu_mobile_routes_title {
  width: 100%;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
  color: rgb(122, 135, 168);
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 0;
  padding-left: 14px;
  transition: 300ms ease-in-out color;
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
._Menu_mobile_routes_title_text {
  margin-left: 10px;
}
._Menu_mobile_routes_title:last-child {
  margin-right: 0;
}
._Menu_mobile_routes_title_current {
  background-color: rgb(240, 247, 255);
  border-radius: 5px;
}
._Menu_mobile_routes_title_current span {
  color: rgb(74, 87, 124);
}
._Menu_mobile_routes_title_sub {
  align-items: center;
  display: flex;
}
._Menu_mobile_routes_title_main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 100%;
  padding-left: 14px;
  box-sizing: border-box;
}
._Menu_mobile_routes_title_main_text {
  display: flex;
  flex-grow: 1;
}
._Menu_mobile_routes_title_main_text-open {
  color: rgb(99, 107, 130);
}
._Menu_mobile_field {
  font-size: 16px;
  transition: 300ms ease-in-out color;
  margin-top: 14px;
  color: rgb(130, 141, 171);
  margin-left: 48px;
}
._Menu_mobile_checkArrowIcon {
  margin-left: auto;
}
._Menu_mobile_checkArrowIcon path {
  stroke: #adb5cd;
}
._Menu_mobile_checkArrowIcon-open path {
  stroke: #828dab;
}
._Menu_mobile_wrapper {
  display: flex;
  align-items: center;
}
._Menu_mobile_logOutIcon {
  margin-left: 8px;
}
._Menu_mobile_logOutIcon path {
  transition: 300ms ease-in-out fill;
}._SelectLanguage_mobile_root {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}

._SelectLanguage_mobile_modal {
  position: fixed;
  width: 100%;
  background: rgb(247, 249, 251);
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  transition: all 300ms;
}

._SelectLanguage_mobile_modal-open {
  top: 16px;
  height: calc(100% - 16px);
}

._SelectLanguage_mobile_modal_row {
  font-size: 20px;
  color: rgb(130, 141, 171);
  margin: 32px 60px 0 48px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._SelectLanguage_mobile_modal_header {
  text-align: center;
  position: relative;
  padding: 21px 24px;
  box-sizing: border-box;
  box-shadow: 4px 4px 15px rgba(192, 200, 220, 0.1);
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 4px;
  background-color: white;
  font-size: 16px;
  color: rgb(130, 141, 171);
  font-weight: 700;
}

._SelectLanguage_mobile_modal_back {
  display: flex;
  position: absolute;
  left: 0;
  align-items: center;
  cursor: pointer;
}

._SelectLanguage_mobile_checkArrowIcon {
  transform: rotate(90deg);
}

._SelectLanguage_mobile_checkArrowIcon path {
  margin-right: 6px;
  stroke: #adb5cd;
}

._SelectLanguage_mobile_checkIcon {
  fill: rgb(17, 178, 109);
}

._SelectLanguage_mobile_title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(122, 135, 168);
  margin-left: 10px;
  line-height: 140%;
}

._SelectLanguage_mobile_download {
  color: rgb(77, 140, 253);
}

._SelectLanguage_mobile_downloadIcon path {
  stroke: rgb(77, 140, 253);
}

._SelectLanguage_mobile_menu_footer {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

._SelectLanguage_mobile_iso {
  font-size: 16px;
  font-weight: 500;
  color: rgb(192, 200, 220);
  margin-left: auto;
}

._SelectLanguage_mobile_line {
  margin-bottom: 6px;
  width: 100%;
  height: 2px;
  background-color: rgb(236, 242, 249);
}._Footer_mobile_root {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 34px 40px;
  box-shadow: -4px -4px 15px rgba(130, 141, 171, 0.1);
}

._Footer_mobile_columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
}

._Footer_mobile_wrapper {
  margin-top: 30px;
}

._Footer_mobile_links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

._Footer_mobile_field {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 300ms ease-in-out color;
}

._Footer_mobile_field:hover {
  color: rgb(101, 117, 161);
}

._Footer_mobile_column_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgb(50, 72, 109);
}

._Footer_mobile_column:last-child {
  margin-right: 0;
}

._Footer_mobile_eoLogo {
  width: 200px;
  height: 48px;
  margin-bottom: 20px;
}

._Footer_mobile_underline {
  font-size: 13px;
  font-weight: 600;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(236, 242, 249);
  color: rgb(90, 113, 132);
  margin-top: 24px;
  font-family: "Open Sans", sans-serif;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
}._ReferalIcons_root {
  position: relative;
  display: flex;
  color: rgb(27, 57, 109);
  flex-direction: column;
}
._ReferalIcons_root div {
  z-index: 1;
}
._ReferalIcons_iconWrapper {
  height: 25px;
}
._ReferalIcons_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  width: auto;
  margin-bottom: 12px;
}
._ReferalIcons_title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._ReferalIcons_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
._ReferalIcons_icons {
  display: flex;
  align-items: center;
}
._ReferalIcons_social {
  margin-left: 20px;
}
._ReferalIcons_social-first {
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  ._ReferalIcons_root {
    flex-direction: row;
  }
  ._ReferalIcons_title {
    font-size: 32px;
    font-weight: 500;
    color: rgb(181, 211, 245);
    margin-bottom: 0;
    margin-right: 29px;
    width: 161px;
  }
  ._ReferalIcons_social {
    margin-left: 12px;
  }
}
@media screen and (max-width: 700px) {
  ._ReferalIcons_iconWrapper:first-child ._ReferalIcons_social {
    margin-left: 0;
  }
}._withMobileRouteContainer_root {
  box-sizing: border-box;
  background-color: rgb(247, 249, 251);
}

._withMobileRouteContainer_container {
  background-color: rgb(240, 247, 255);
  border-radius: 0px 0px 30px 30px;
  padding: 0 16px;
  padding-top: 48px;
}