@media(max-width: 1740px) {

  .trade_table {
    font-size: 0.85em;
  }

  #apps .app_inf {
    width: 80%;
  }

  #contentinner.cont {
    padding: 0px !important;
  }

    .cont_f {
      padding-left: inherit;
      padding-right: inherit;
    }

  .cont_b {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .menu {
    margin-left: 0em;
  }

  #footer .menu .item:last-child {
    width: auto;
  }

  #himCurr .cont .curr {
    width: 800px;
  }

  #himCurr .cont .h_hidd {
    width: calc(100% - 800px);
  }

  #apps .app_item {
    flex-direction: column;
  }

  #homeTop {
    font-size: 14px;
  }

  #footer .cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #footer .logo {
    margin: 0px auto 3em auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }

  #footer .f_socials a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .logo .text {
    text-align: center;
  }

  #footer .menu {
    width: 100%;
    justify-content: space-around;

  }

  #footer .menu .item:last-child {
    flex-grow: unset;
    display: none;
  }

  #footer .menu > .item {
    width: calc(100% / 6);
    position: static !important;
    margin-right: 0px;
    text-align: center;
  }

  #footer .menu {
    position: static;
  }

  #footer .menu .subsc {
    position: absolute;
    width: 100%;
    left: calc((100% - 400px) / 2);
    bottom: 140px;
  }

  #footer .copy {
    text-align: left;
    width: 20%;
    height: auto;
    margin-top: 0px;
  }

  #footer .subsc {
    width: 60%;
    margin: 5em auto;
  }

  #himCurr .cont {

  }

  #himCurr .textBlock {
    width: auto;
  }

  #himCurr .h_hidd {
    width: 40%;
    width: calc(100% - 760px);
  }

  #homeCurr .board {
    width: 60%;
  }

  #homeCurr .infoSwitch {
    width: 40%;
    margin-left: 60px;
    padding-right: 20px;
  }

  #homeCurr tr td:last-child {
    padding-right: 0px;
  }

  #homeCurr tr:first-child td:nth-child(2),
  #homeCurr tr:first-child td:nth-child(3) {
    padding-left: 0px;
  }

  #homeCurr tr td:first-child {
    padding-left: 20px;
  }

  #homeCurr tr td:nth-child(2),
  #homeCurr tr td:nth-child(3) {
    text-align: center;
  }

  #homeCurr {
    font-size: 14px;
  }

  #homeCurr .h_hidd .nr {
    margin-right: 30px;
  }

  #footer .mid {
    width: 100%;
    text-align: center;
  }

}

@media(max-width: 1400px){

  #himCurr .cont .curr {
    width: 60%;
  }

  #himCurr .cont .h_hidd {
    width: 35%;
  }


  body {
    font-size: 14px;
  }

  #himCurr .curr {
    width: 60%;
  }

  #himCurr .h_hidd {
    width: 40%;
  }

  #footer .menu .subsc {
    right: auto;
    left: calc((100% - 400px) / 2);
  }

  #charts {
    flex-direction: column;
  }

  #charts > div {
    width: 100%;
  }

  #charts > div:nth-child(2) {
    margin-top: -100px;
  }

  #donutchart,
  #donutchart2 {
    width: 300px;
    height: 400px;
  }

  #hdStatus .left {
    width: 65%;
  }

}

@media(max-width: 1024px) {

  .logoutLink {
    display: block;
  }

  #mainMenu .leftMenu {
    display: none;
  }

  #mainMenu .nonLoggedIn .leftMenu {
    display: block;
    padding: 0px !important;
  }

  #mainMenu .leftMenu .har,
  #mainMenu .leftMenu {
    height: 75px;
  }

  .trading-table-wrapper .trade_table {
    table-layout: auto !important;
  }

  .scrollable_table_cont > div {
    position: relative;
    overflow: auto;
  }

  .scrollable_table_cont {
    position: relative;
  }

  .scrollable_table {
    position: relative;
    z-index: 0;
    white-space: nowrap;
    font-size: 1.15em;
  }

  .scrollable_table td,
  .scrollable_table th {
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .scrollable_table_cont::before, .scrollable_table_cont::after {
    content: '';
    position: absolute;
    width: 1.25em;
    left: 0px;
    top: 0px;
    height: 100%;
    background: red;
    display: block;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transition-duration: 0.15s;
    pointer-events: none;
  }
  
  .scrollable_table_cont::after {
    left: auto;
    right: 0px;
    transform: rotate(180deg);
  }
  
  .scrollable_table_cont > .scrollable_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }

  .scrollable_table_cont.disabled::before, .scrollable_table_cont.disabled::after {
    opacity: 0 !important;
  }
  
  .scrollable_table_cont.pos_start::after,
  .scrollable_table_cont.pos_mid::after, .scrollable_table_cont.pos_mid::before,
  .scrollable_table_cont.pos_end::before {
    opacity: 0.85;
  }

  #d_cont {
    display: flex;
  }

  #footer .copy {
    width: 30%;
  }

  #footer .subsc {
    height: auto;
  }

  #footer .text_block {
    width: 100% !important;
    padding: 0px;
    text-align: center;
  }

  #footer .text_block .title4 {
    margin-bottom: 2em;
  }

  #footer .text_block .title2 {
    margin-bottom: 1em;
  }

  .har:hover::before,
  .har:hover::after {
    /*display: none;*/
  }

  #user_top_ico:hover .active {
    display: none;
  }

  #user_top_ico:hover .main {
    display: block;
  }

  #divEmp {
    margin: 0px auto;
  }

  .user-login-wrapper {
    min-height: calc(100vh - 187px);
    padding: 6em 20px;
  }
  .message-page-wrapper {
    min-height: calc(100vh - 187px);
  }
  #top_menu_space {
    height: 75px;
  }

  #mainMenu .menues > a {
    padding: 1.25em 1.5em;
  }

  #topLogo img {
    height: 30px;
  }

  #security #h_apps .item .mid {
    padding: 0px 30px;
    width: 150px;
  }

  #security #h_apps .item .mid img {
    width: 100%;
  }

  .cd_block_switch.hex .switch_blocks {
    margin-top: -80px;
  }

  .subHead {
    width: 100%;
    max-width: 100%;
  }

  .subHead br,   .title4 br, .title2 br, .title br {
    display: none;
  }

  #homeTop .textBlock .subHead {
    width: auto;
  }

  #apps .pageTitle {
    padding-left: 40px;
  }

  #himCurr .cont .curr,
  #himCurr .cont .h_hidd {
    width: 100%;
    margin-right: 0px;
    height: auto;
    max-width: 600px;
  }

  #himCurr .cont .curr {
    margin-bottom: 40px;
  }

  #himCurr .curr .item .ext {
    position: relative;
  }

  #himCurr .cont {
    flex-wrap: wrap;
    justify-content: center;
  }

  #apps .cont {
    flex-direction: column;
  }

  #apps .app_item {
    flex-direction: row;
  }

  #apps .img,
  #apps .info1 {
    width: 100%;
  }

  #homeCurr > .cont {
    flex-direction: column;
  }

  #homeCurr .board,
  #homeCurr .infoSwitch {
    width: 100%;
  }

  #homeCurr .infoSwitch {
    position: relative;
    background-color: white;
    padding: 35px;
    margin-left: 0px;
  }

  #footer .menu {
    flex-wrap: wrap;
  }

  #footer .menu > .item {
    margin: 0px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  #footer .menu > .item:last-child {
    margin-bottom: 0em;
  }

  #footer .menu > .item:nth-child(3n) {
    padding-right: 0px;
  }

  #homeTop.home .exch {
    margin-top: 60px;
  }

  .home #stat_bar {
    padding: 0px;
  }

  #homeTop.trade_top.home {
    padding: 0px;
  }

  .home_tml #timeline > .item {
    width: 100%;
  }

  .home_tml #timeline .left {
    padding-right: 25px;
  }
  
  
  .home_tml #timeline .right {
    padding-left: 25px;
  }

  .trade_top.home #stat_bar {
    margin-bottom: 3em !important;
  }

  #charts > div > div {
    width: 50% !important;
  }

  #homeTop > .cont {
    flex-direction: column;
    height: auto;
    padding: 6.25em 20px;
    font-size: 12px;
  }

  #homeTop > .cont > div,
  #h_token_sale,
  #count_down .name {
    max-width: calc(100% - 40px);
    width: 600px;
  }
  
  #count_down {
    font-size: 2.625em;
    padding: 80px 0px;
  }

  #count_down .nr,
  #count_down .nr > div {
    width: 25px;
  }

  #homeTop .exch {
    max-width: 100%;
    padding: 50px 20px;
  }

  .exch .inpBox .item {
    width: 100px;
  }

  .exch .inpBox .item.curr .abr {

  }

  .exch .inpBox input,
  .exch .inpBox .item .abr {
    padding: 0px 20px;
  }

  @keyframes change {
    0% {
      margin-top: -70px;
    }
    50%, 100% {
      margin-top: 51px;
    }
  }

  #hdStatus .cont .all {
    flex-direction: column;
  }

  #hdStatus .cont .all > div {
    width: 100%;
  }

  #hdStatus .cont .all .users {
    justify-content: center;
    margin-top: 40px;
  }

  #homeTop .exch_explore {
    display: block;
    margin: 50px auto 0px auto;
    display: table;
  }

}

@media(max-width: 768px) {

  #hweb_notif, .iziToast-wrapper {
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  #homeTop > .cont > .exch {    
    max-width: 100%;
  }

  #homeCurr > .cont {
    padding: 60px 0px;
  }

  #apps .cont {
    padding: 0px 0px 60px 0px;
  }

  #apps .img {
    padding-bottom: 60px;
  }

  #apps .app_item {
    flex-direction: column;
  }

  body {
    font-size: 12px;
  }

  #homeCurr .h_hidd.active {
    margin-bottom: 30px;
  }

  #homeCurr .h_hidd {
    margin-bottom: 0px;
  }

  #homeCurr .h_hidd .nr,
  #homeCurr .h_hidd.active .sp {
    display: none;
  }

  #homeCurr .h_hidd > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #homeCurr .infoSwitch {
    padding: 20px;
  }

  #homeCurr {
    font-size: 12px;
  }

  #homeCurr .board {
    padding: 45px 0px;
  }

  #bot_exch {
    padding: 0px;
  }

  #bot_exch .exch .blocks > div {
    flex-direction: column;
  }

  .hco_vid_bg {
    width: 200%;
  }

  #h_vid .play_block {
    transform: scale(0.7);
  }

  #hdStatus .all .users .circle {
    width: 155px;
    height: 155px;
  }

  #hdStatus .all .users .circle .cover {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  #hdStatus .all .left .ico {
    width: 75px;
    height: 75px;
  }

  #hdStatus .all .left .ico img {
    width: calc(100% - 40px);
  }

  #hdStatus .all .left {
    flex-direction: column;
  }

  #hdStatus .all .left .item {
    width: 300px;
    max-width: 100%;
  }

  #timeline .item:nth-child(odd) .left .title,
  #timeline .item:nth-child(even) .right .title {
    font-size: 1.25em;
  }

  #timeline .title {
    height: auto;
  }

  #timeline {
    max-width: calc(100% - 40px);
    font-size: 12px;
  }

  #charts > div > div {
    width: 100% !important;
  }

  #charts > div {
    flex-direction: column;
  }

  #charts > div:nth-child(2) {
    margin: auto;
  }

  #charts .info {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    width: auto !important;
  }

  #stat_bar {
    padding: 60px 20px;
    margin-bottom: 80px;
  }

  #stat_bar lh {
    display: none;
  }

  #stat_bar .left {
    padding-right: 20px;
  }

  #stat_bar .right {
    padding-left: 20px;
  }

  #stat_bar .left,
  #stat_bar .right {
    width: 70px;
  }

  #stat_bar .mid .status,
  #stat_bar .mid {
    height: 50px;
  }

  #sub_stats {
    flex-direction: column;
    align-self: center;
  }

  #sub_stats > div {
    align-items: center !important;
    width: 100%;
    margin-bottom: 40px;
  }

  #sub_stats .title {
    margin-bottom: 10px;
  }

  #sub_stats .value {
    font-size: 2em;
  }

  input:not([type="checkbox"]):not([type='radio']):not([type="submit"]), select {
    height: 45px;
  }

  form .inl, .inputs .inl {
    width: 100%;
  }

  .btn, .btn2 {
    height: 40px;
  }

}

@media(max-width: 640px) {

  .datePickerContainerItem input {
    font-size: 0.85em !important;
    min-width: 7.25em !important;
    width: 7.25em;
  }

  .richgrid-pagenavi {
    padding: 0px;
  }

  .richgrid-pagenavi > span {
    display: none;
  }

  .richgrid-pagenavi > .first, .richgrid-pagenavi > .previouspostslink, .richgrid-pagenavi > .current, .richgrid-pagenavi > .nextpostslink, .richgrid-pagenavi > .last {
    display: inline-flex;
  }

  .message-page-wrapper .message-page-title {
    padding: 0px 1em;
    text-align: center;
    font-size: 2.5em;
  }

  [aria-label="cookieconsent"] {
    flex-direction: column !important;
    font-size: 12px;
  }

  .cc-message {
    padding: 0em 0em 1em 0em;
  }

  .cc-banner .cc-btn:last-child {
    min-width: auto !important;
  }

  #hweb_notif {
    right: 20px;
    width: calc(100% - 40px);
  }

  #footer .menu {
    margin: 3em 0em;
  }

  #footer .menu > .item {
    width: 50%;
    font-size: 14px;
  }

  #footer .menu > .item:nth-child(3n) {
    padding-right: 15px;
  }

  #footer .menu > .item {
    padding-right: 0px !important;
  }

  #footer .menu .item > a {
    text-align: center;
  }

  #footer .menu > .item:last-child {
    margin-bottom: 0px;
  }

  #footer .subsc {
    width: 100%;
  }

  #footer .copy {
    position: absolute;
    left: 20px;
    bottom: -40px;
    width: calc(100% - 40px);
  }

  #footer .f_socials {
    justify-content: center;
    width: 100%;
  }

  #footer .f_socials a {
    height: auto;
    text-align: center;
  }

}


@media(max-width: 480px) {
  .user-login-wrapper {
    min-height: calc(100vh - 211px);
    padding: 6em 20px;
  }
  .message-page-wrapper {
    min-height: calc(100vh - 211px);
  }
  .har {
    padding: 0px 1.5em;
  }

  #footer .menu > .item {
    width: 100%;
  }

  .inp_descl.nowrap {
    white-space: normal;
  }

  .inp_descl {
    display: block;
  }
  
  .nav-item-label {
    font-size: 0px;
  }  

  .mini_menu #mainMenu {
    font-size: 1em;
  }

  #topLogo {
    margin-right: auto;
  }

  .home_tml #timeline .title {
    margin-top: -3px;
  }

  #timeline .mid::before {
    width: 15px;
    height: 15px;
  }

  .legal_files #apps .app_inf .status,
  .legal_files #apps .app_inf .app_links {
    display: none;
  }

  .legal_files #apps .app_inf {
    width: 100%;
    display: block !important;
    padding-right: 20px;
  }

  .legal_files #apps .app_item .img_box {
    max-width: 100%;
  }

  .legal_files #apps .list.active {
    justify-content: space-between;
  }

  .legal_files #apps .app_item {
    width: 47%;
  }

  #apps .img img {
    width: 150%;
  }

  #apps .app_item > img {
    max-width: 100%;
  }

  #apps .info1 {
    padding: 40px 20px;
  }

  #footer .menu .subsc {
    max-width: calc(100% - 40px);
    left: 20px;
  }

  #stat_bar .mid .status,
  #stat_bar .mid {
    height: 35px;
  }
  
  #mainMenu .leftMenu .har {
    padding: 0px 0.75em;
  }

}