@media screen and (max-width: 1700px) {
    #shortcuts a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .topMenu ul li a {
        padding: 25px 15px
    }
    #shortcuts a {
        margin-bottom: 20px;
    }

    .greenWallet {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    article {
        height: auto !important
    }
    header {
        padding: 20px 0
    }
    .search {
        margin-top: 20px
    }
    .hc-nav-trigger {
        position: relative;
        top: auto
    }
    #shortcuts a {
        font-size: 18px;
        margin-bottom: 20px
    }
    #news .newsItem .newsPhoto {
        aspect-ratio:16/9
    }

  
    footer {
        padding: 30px 0
    }
    footer .footerLogo{
        display: block;
        width: 100%;
        text-align: center
    }
    footer .footerLogo a {
        display: inline-block;
        margin: auto
    }

}

@media screen and (max-width: 992px) {
    .exchange {
        margin-left: 10px;
    }
    .footerMenu ul {
        justify-content: center;
        flex-direction: column;
    }
    .liveChatIcon {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }

    #liveChat {
        position: fixed;
        right: 20px;
        bottom: 50px;
        width: calc(100% - 40px);
        z-index: 999;
    }
      .messageBox {
        max-height: 100% !important;
        margin-bottom: 20px
    }
    .asideMobile {
        display: block;
    }
    .asideMobile i {
        margin-right: 10px
    }
    .asideMobile + div {
        display: none
    }
        .asideMobile.open + div {
        display: block
    }
    .asideMobile.open .fa-caret-down:before {
        content: "\f0d8"
    }
    .invoinceAdress {
        text-align: left;
        margin: 10px
    }
    .dataTables_scrollHead th {
        padding: 0;
        vertical-align: middle
    }
  
}