
.box-site {
    background: #fdfdfd;
    max-width: 1400px;
    overflow-x: hidden;
    margin: 0 auto;
}



/*-----------MOBILE-MENU-----------------------*/

.mobile-menu-items {

    width: 97%;
}

.mobile-menu {
    list-style-type: none;
    margin: 15px 0px 0px 18px;
    padding: 0;
}

.menu-mobile-item {
    font-size: 20px;
    width: 100%;
    margin-top: 4px;
    height: auto;
    border-bottom: 1px solid #537091;
}

.item-nav-menu-mobile {
    text-decoration: none;
    color: #616568;
    display: block;
    padding: 0.5rem 8px;
}


.item-nav-active {
    font-size: 19px;
    color: var(--global-color) !important;

}



.h4-profile {
    float: left;
    margin: 58px 0px 7px 16px;
}


.mobile-for-sub {
    padding: 10px;
}

.auth-on-mobile {
    display: none;
}

/*-----------MOBILE-MENU----------------------^^^^*/



/*----------------head--------------------^^^^^^-*/

.site-main {
    height: auto;
    margin-top: 125px;
    width: 100%;
}




/*----------------Content---------------------*/

.site-content {
    width: 75%;
    float: left;
}



/*----------------REGISTER---------------------*/


.prof-box {
    background-color: white;
    margin-top: 100px;
    min-height: 650px;
}

.background-register {
    background: url(/template/new-image/background-register.png) center no-repeat;
    background-size: 75% 100%;
    height: 100%;
}


input[type="checkbox"] {
    transform: scale(1.2);
    transition: transform .4s ease-in;
}

input[type="checkbox"]:checked {
    transform: scale(1.6);
}

.checkbox-ok span{
    color: #258e9f;
    font-weight: 800;
    font-size: 18px;
}

.register-field h4 {
    font-size: 17px;
}

.register-in h4 {
 font-size: 25px;
    color: #8d24aa;
}

.register-front {
    margin: 0 auto;
    text-align: center;
}

.name-reg-container {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    width: 100%;
    padding: 2px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 0.1em;
}

.reg-input {
    width: 100%;
    height: 35px;
    outline: aliceblue;
    font-size: 16px;
    border: 1px solid #c1bdbd;

}
.reg-input:focus {
    border: 1px solid #2398ab;
}

.reg-input.confirm-code {
    margin-top: 70px;
}


#out-email {
    margin-top: 10px;
    color: #4b9ebd;
    font-size: 18px;;
}

.timeout-remail {
    font-size: 16px;
}


.reg-ok-but {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    width: 100%;
    padding: 2px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
}

.reg-ok-but:hover {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #aebcbf 70%, #b4bcbd 25%) !important;
}

.actions {
    width: auto;
    max-width: 800px;
    perspective: 3000px;
    margin: 0 auto;
    margin-top: 75px;
}

.register-field {
    width: 51%;
    height: 76%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 2s;
    border-radius: 5px;
    float: right;

}

#regform {
    margin-top: 25px;
}

.field {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #2398ab;
    background-color: #f2f3f3e6;
}

.register-back {
    text-align: center;
    transform:rotateY(180deg);
}


.reverse {
    transform: rotateY(180deg);
}

.timeout-remail {
    margin-top: 15px;
}

/*----------------REGISTER---------------------^^^^^^^^^*/



/*----------------MODAL-REGISTER---------------------*/

.modal-ok {}

.modal-ok.show-modal .modal-overley,
.modal-ok.show-modal .modal-window {
    opacity: 1;
    z-index: 1000;
}

.modal-ok.hide-modal .modal-overley,
.modal-ok.hide-modal .modal-window {
    opacity: 1;
    z-index: 1000;
}

.modal-ok.show-modal .modal-window {
    transition: opacity 1s, visibility 0s;
}

.modal-ok.hide-modal .modal-window {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}

.modal-ok.show-modal .modal-overley {
    background: #1b1d1ec4;
    transition: opacity 1s, visibility 0s;
}

.modal-overley, .modal-window {
    opacity: 0;
    z-index: -1;
}


.modal-ok.hide-modal .modal-overley {
    background: #1b1d1e12;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}


.modal-overley {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    position: fixed;
    background: #000000a6;
}

.modal-window {
    position: absolute;
    width: 100%;
    height: auto;
    background: white;
    border-radius: 4px;

}

.modal-header {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.modal-body {
    text-align: center;
}

.modal-body img {
    width: 200px;
}

.modal-footer {
   text-align: center;
}

.but-modal {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #42a3b3 70%, #5aadb9 25%);
    width: 90%;
    padding: 2px;
    color: #ffffff;
    font-size: 15px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 15px;
}

.but-modal:hover {
    background: #969d9f;
}

.modal-scene {
    width: 500px;
    height: 500px;
    perspective: 3000px;
    margin: 0 auto;
    margin-top: 230px;

}
.modal-reverse {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 2s;
}

.modal-back {
    background-color: #ffffffc9;
    position: absolute;
    width: 100%;
    height: auto;
    border-radius: 4px;
    transform: rotateY(180deg);
    text-align: center;
    padding: 14px;

}

#create-pass {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #42a3b3 70%, #5aadb9 25%);
    width: 90%;
    padding: 2px;
    color: #ffffff;
    font-size: 15px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 15px;
}

#create-pass:hover {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #aababd 70%, #acbbbd 25%) !important;
}

.vopros {

    position: absolute;
    background: #999999;
    width: 42px;
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
    margin: 4px 3px 0 17px;
    color: white;
    font-weight: bold;


}

.vopros:hover {
    background-color: red;

}

/*----------------MODAL-REGISTER--------------------^^^^^^^^-*/

#confirm-email {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    width: 100%;
    padding: 2px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    margin-top: 30px;
}

#confirm-email:hover {

    outline: inset;
}

#remail {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #42a3b3 70%, #5aadb9 25%);
    width: 50%;
    padding: 2px;
    color: #ffffff;
    font-size: 12px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    margin-top: 30px;
}

#remail:hover {
    outline: inset;
}



.reset-register {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #a0a9ab 70%, #adb7b9 25%);
    width: 50%;
    padding: 2px;
    color: #ffffff;
    font-size: 12px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    margin-top: 30px;
}

.reset-register:hover {
    outline: none;

}

.back-reg {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}

/*---------------------RECOVER-PASSWORD-------------------*/

.recover-input {
    line-height: 2em;
    width: 400px;
    font-size: 17px;
    outline: none;
}


.newpass {
    text-align: center;
    margin: 40px auto;
}

#recover-but {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    width: 200px;
    padding: 2px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
}

#recover-but:hover {
    radial-gradient(ellipse farthest-corner at 24% 123%, #b7b9b9 70%, #bdbdbd 25%);
}

.site-main h3 {
    color: #636868;
    font-size: 22px;
}

.name-block-text {
    color: var(--global-color);
}


#create-new-pass {

    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    width: 200px;
    padding: 2px;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
}

#create-new-pass:hover {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #a0a9ab 70%, #adb7b9 25%);
}

.createpass {
    text-align: center;
    margin: 120px auto;
}


#newpassform label {
    font-size: 19px;
    font-family: var(--text-ubuntu);
}


/*---------------------RECOVER-PASSWORD------------------^^^^^^^-*/


.content-404 {

    text-align: center;
    height: 400px;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: center;

}

/*----------------AUTH---------------------*/

.backAuth {
    margin: 0 auto;
    width: 400px;
    background-color: white;
    margin-top: 60px;
    padding: 10px;
    border-radius: 6px;
}


.backAuth form {
    display: grid;
    grid-row-gap: 6px;
}

.input-auth {
    line-height: 1.8em;
    font-size: 18px;
    outline: none;
    width: 100%;
    margin-top: 5px;
}

#msgErrorAuth {
    text-align: center;
    padding-top: 20px;
}

.msgEr {
    text-align: center;
    margin-top: 5px;
}

.ItemHrefAuth {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.RecoveryPass {
    text-align: center;
    margin-top: 15px;
}

.RecoveryPass a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.RecoveryPass a:hover {
    color: var(--global-color);
}


.ItemHrefAuth button {
    cursor: pointer;
    background: linear-gradient(14deg, #40a4b5 36%, #2298ab 0);
    color: white;
    border: #cccccc;
    font-size: 18px;
    border-radius: 4px;
    padding: 5px 30px 5px 30px;
    font-weight: bolder;
    width: 170px;
}

.ItemHrefAuth button a{
    text-decoration: none;
    color: white;
}



.ItemHrefAuth button:hover {
    background: linear-gradient(200deg, #7b8587 36%, #879193 0);
}



.ItemHrefAuth button a:hover {
    background: linear-gradient(200deg, #7b8587 36%, #879193 0) !important;
}



/*----------------AUTH-----------------^^^----*/

/*----------------LK---------------------*/


/*---------------LK-Sidebar--------------------*/

.lk-sidebar {
    height: auto;
    float: left;
    padding: 10px 10px;
    max-width: 22%;
    transform: translateX(0px);
    transition: transform 300ms ease-in;
}

.hide-lk-sidebar {
    transform: translateX(0px);
}

/* -----*/

.item-lk-for-out:nth-child(1) {
    transform: translateX(0px);
    transition: transform 150ms ease-out;
}
.item-lk-for-out:nth-child(2) {
    transform: translateX(0px);
    transition: transform 200ms ease-out;
}
.item-lk-for-out:nth-child(3) {
    transform: translateX(0px);
    transition: transform 250ms ease-out;
}
.item-lk-for-out:nth-child(4) {
    transform: translateX(0px);
    transition: transform 250ms ease-out;
}
.item-lk-for-out:nth-child(5) {
    transform: translateX(0px);
    transition: transform 350ms ease-out;
}
.item-lk-for-out:nth-child(6) {
    transform: translateX(0px);
    transition: transform 400ms ease-out;
}
.item-lk-for-out:nth-child(7) {
    transform: translateX(0px);
    transition: transform 450ms ease-out;
}
.item-lk-for-out:nth-child(8) {
    transform: translateX(0px);
    transition: transform 450ms ease-out;
}

.item-lk-for-out:nth-child(9) {
    transform: translateX(0px);
    transition: transform 500ms ease-out;
}

.item-lk-for-out:nth-child(10) {
    transform: translateX(0px);
    transition: transform 550ms ease-out;
}

.item-lk-for-out:nth-child(11) {
    transform: translateX(0px);
    transition: transform 600ms ease-out;
}

.item-lk-for-out:nth-child(12) {
    transform: translateX(0px);
    transition: transform 600ms ease-out;
}

/*-------*/


.items-lk {


}

.item-lk {
    width: 22%;
    min-width: 260px;
    cursor: pointer;
    background: #eceded;
    height: 49px;
    border-top: 2px solid #fff;
    font-size: 18px;
    color: #393c4a;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.item-lk:hover {
    background-color: #dadddd;
}


.item-lk span {
    padding-left: 15px;
}

.item-lk a {
    text-decoration: none;
    color: #393c4a;
    width: 240px;

}

.active-sidebar-lk {
    color: var(--global-color) !important;
}

.open-lk-item {
    margin: 0 auto;
}

.blue-point {
    color: var(--global-color);
    font-size: 15px;
    margin-left: -15px;
}

.hide-items-score {
    display: none;
    width: 260px;
}

.show-items-score {
    display: block;
}



/*-----DOP-CLASS-------*/

.item-lk-mobile {
    min-width: 260px !important;
}

.hide-items-score-mobile {
    display: block !important;
    position: absolute !important;
    width: 0 !important;
}

.span-open-class {
    display: block !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
}

.item-lk-mobile-hide {
    min-width: 197px !important;
    margin-left: 63px !important;
}

.ul-blue-point-hide {
    margin-left: -36px !important;
}

.a-hide-span {
    display: block !important;
    margin-left: -15px !important;
}


.item-lk-first {
    min-width: 260px !important;
}

.item-lk-a-first {
    display: flex !important;
    height: 100%;
    align-items: center;
}

/*-----DOP-CLASS------^^^^^-*/

/*---------------LK-Sidebar--------------------^^^^^^^^^^^-*/

.content-lk {
    width: 75%;
    float: right;
    padding: 10px 10px;
    min-height: 500px;
    background-color: white;
    border-radius: 6px;
    margin-top: 11px;
}

.dashbord-lk {
    display: flex;
    justify-content: space-between;
    background-color: #eceded;
    color: #5d6060;
    padding: 1px 30px 1px 30px;
    font-size: 16px;
}

.dashbord-mobile-lk {
    display: none;
}


/*----------------LK-Главаня--------------------*/


.table-info-user
{
    width: 100%;
    font-size: 17px;
    border-collapse: collapse;
}




.table-info-user tbody:nth-child(2n+1){
    background-color: #e7ebeb;
}

.table-info-user tbody:nth-child(2n){
    background-color: #f3f7f7;
}


.table-info-user tr {

    height: 95px;
}

.table-info-user td{
    padding: 5px;
    color: #5d6060;

}

.table-info-user tr td:nth-child(2) {
    width: 50%;
}


/*----------------LK-Главаня--------------------^^^^^^^^^^^*/


/*----------------------Пагинация JAVASCRYPT-------------*/

.pag-ul {
    display: flex;
    column-gap: 5px;
    font-size: 20px;
}

.pag-li {
    list-style-type: none;
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--global-color);
    color: var(--global-color);
    min-width: 30px;
    text-align: center;
}

.pag-li-back, .pag-li-forward, .pag-li-start, .pag-li-end {
    list-style-type: none;
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--global-color);
    color: var(--global-color);
}



.pag-li-back:hover , .pag-li-forward:hover ,.pag-li-start:hover , .pag-li-end:hover {
    color: #222426;
    border-color: #222426;
    font-weight: 600;
}


.pag-li:hover {
    color: #222426;
    border-color: #222426;
    font-weight: 600;
}

.pag-li-active {
    list-style-type: none;
    color: #222426;
    padding: 5px;
    border: 1px solid #222426;
    font-weight: 600;
}


/*----------------------Пагинация JAVASCRYPT-------------^^^^^^^^*/


/*----------------LK--КРИПТО-БИРЖи--------------------*/


.item-cryptos {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    margin-top: 28px;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    padding: 10px 20px;
    background: #f5f5f5;
}

.item-crypt {
    text-align: center;
    width: auto;
    height: 61px;
    padding-top: 16px;
    background: white;
    border-radius: 6px;

}

.info-crypt {
    margin: 21px;
    display: none;
}

.info-crypt a {
    color: var(--global-color);
}


.forButton {
    margin-top: 20px;
    float: right;
    display: flex;
    gap: 20px;
}

#ClearTabl {
    width: 200px;
    line-height: 1.8em;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    background-color: #6e6e6e;
    font-weight: 800;
    color: white;
    border-color: #6e6e6e;
    border-radius: 5px;
}

#UpdateScores {
    width: 200px;
    line-height: 1.8em;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--global-color);
    font-weight: 800;
    color: white;
    border-color: var(--global-color);
    border-radius: 5px;
}

/*----------------LK--КРИПТО-БИРЖи--------------------^^^^^^^^^^^*/




/*----------------LK--ТОРГОВЫЕ СЧЕТА--------------------*/

.forManagement {
    margin-top: 25px;
}

.sectionTrading {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50%,1fr));
}


.selectExchange {

}

.nameExchange {
    margin-bottom: 11px;
    font-family: var(--text-nav-menu);
    font-weight: 600;
    color: #878a8b;
}


.selectScore {

}

.nameScore {
    margin-bottom: 10px;
    font-family: var(--text-nav-menu);
    font-weight: 600;
    color: #878a8b;
}

.contentSelect {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #5d6060;
    width: 200px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .7s;
}

.openSelect {
    overflow: auto;
    height: 150px
}


.titleSelect {
    margin: 0px;
    font-size: 20px;
    color: cadetblue;
    width: 100%;
    line-height: 2em;
    padding-left: 7px;
}

.disChek {
    display: none;
}

.disLabel {
    font-family: var(--text-ubuntu);
    font-weight: 600;
    padding: 8px;
    margin: 0;
    color: #5d6060;
    cursor: pointer;
}

.disLabel:hover{
    background-color: var(--global-color);
    color: white;
}


#addedExchanges {
    min-width: 200px;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    border-radius: 5px;
    transition: all .5s;
    color: cadetblue;
    outline: none;
    cursor: pointer;
}

#addedExchanges option{
  color: #5d6060;
    border-radius: 5px;
}


.openInCurrency {
    margin-top: 10px
}

.cazCurrency {
    display: grid;
    gap: 10px;
}


.firstCaz {
display: flex;
    column-gap: 10px;
}


.firstCaz i {
    font-size: 2em;
    color: var(--global-color);
}

.firstCaz span {
    align-self: center;
}

.inputIdAndDate {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
    gap: 10px;
}

.inputCurrency {
    width: 250px;
    line-height: 1.8em;
    outline: none;
    font-size: 16px;
}

.goCrypto   {
    width: 250px;
    line-height: 1.8em;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--global-color);
    font-weight: 800;
    color: white;
    border-color: var(--global-color);
    border-radius: 5px;
}

.OutCurrency {
    margin-top: 30px;
    border: 1px solid;
    padding: 8px;
    border-radius: 5px;
    min-height: 50px;
}


.OutCurrency table{
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    color: cadetblue;
    font-size: 15px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
    padding: 8px;
}

.OutCurrency table tr:nth-child(1){
    border-bottom: 1px solid  #5d6060;
}

.OutCurrency table tr:nth-child(n+2){
    font-size: 14px;
    color: #5d6060;
}








    /*----------------LK--ТОРГОВЫЕ СЧЕТА--------------------^^^^^^^^^^^*/


.status-takeoff {

}


.id-takeoff , .date-takeoff , .currency-takeoff ,
.sum-takeoff, .wallet-takeoff , .status-takeoff  {

align-self: center;
}


/*---------------------------------BALANCE---------------------*/

.dashbord-balance strong a {
    color: #6c7172;
}

.dashbord-balance strong a:hover {
    color: var(--global-color);
}

.block-balance {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.balanceIn , .balanceOut {
    display: grid;
    gap: 7px;
    width: 50%;
}

.CurSum {
    display: flex;
    justify-content: space-between;
}



.CurSum:nth-child(1n) {
    background-color: #dbdbdb;
    padding: 5px;
    color: #565a5a;
    border-radius: 5px;
}

.CurSum:nth-child(2n) {
    background-color: #eceded;
    padding: 5px;
    color: #5d6060;
    border-radius: 5px;
}


/*------------------------------BALANCE-----------------------------------^^^^^*/

/*------------------------------ВЫВОД СРЕДСТ-----------------------------------*/


.takeoff-lk {
    margin-top: 35px;
}

.create-currency-out {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    color: white;
    width: 170px;
    border-radius: 5px;
    text-align: center;
    padding: 4px;
    font-size: larger;
    font-weight: 900;
    cursor: pointer;
    line-height: 1.5em;
}

.create-currency-out:hover {
    background: #a6aeaf;
}


/*---------------------MODAL-TAKEOFF_--------------*/

.take {}

.take.showTake .takeOverlay,
.take.showTake .takeWindow {
    opacity: 5;
    z-index: 101;
}

.take.hideTake .takeOverlay,
.take.hideTake .takeWindow {
    opacity: 5;
    z-index: 101;
}

.take.showTake .takeOverlay{
    transition: opacity 1s , visibility 1s;
}

.take.hideTake .takeOverlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s , visibility 1s 2s;
}


.takeWindow , .takeOverlay {
    opacity: 0;
    z-index: -1;
}


.take.showTake .takeWindow{
    transform: rotate3d(0, 0, 0, 0deg);
}





.takeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #33343485;

}

.takeWindow {
    width: 600px;
    margin: 0 auto;
    margin-top: 200px;
    background: white;
    min-height: 300px;
    border-radius: 5px;
    border: 2px solid var(--global-color);
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 700ms ease-in-out;
    transform: rotate3d(1, 3, 3, 212deg);
}






.takeHeader {
    text-align: center;
    border: 1px solid var(--global-color);
    border-radius: 4px;
    color: white;
    font-size: 18px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--text-nav-menu);
}


.takeHeader span:nth-child(2) {
    cursor: pointer;

}

.takeBody {
    width: 100%;
    text-align: center;
    height: 270px;
}

.firstNameTake {
    font-family: var(--text-nav-menu);
    color: var(--global-color);
    font-weight: 800;
}


#SelectTake {
    font-size: 17px;
    min-width: 120px;
    margin-top: 5px;
    border-radius: 4px;
    color: #4e5152;
    outline: none;
    font-weight: 600;
    font-family: var(--text-nav-menu);
    height: 35px;
}

#SelectTake option , .OneSelect option{
    font-weight: 600;
    font-family: var(--text-nav-menu);
}

.OneSelect {
    font-size: 17px;
    min-width: 120px;
    margin-top: 5px;
    border-radius: 4px;
    color: #4e5152;
    outline: none;
    font-weight: 600;
    font-family: var(--text-nav-menu);
    height: 35px;
}

.subWallet {
    display: flex;
    flex-direction: column;
}

.takeFooter {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid;
}

.footerBottomFirst {
    display: flex;
    gap: 20px;
}

#TakeCurrency {
    font-size: 17px;
    line-height: 1.5em;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: #354b4e 0 0 5px 3px;
}



#TakeAllCurrency {
    font-size: 17px;
    line-height: 1.5em;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: #3b646a 0 0 5px 3px;
}


#TakeCurrency:hover , #TakeAllCurrency:hover {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #748d91 70%, #6c888d 25%);
}

#TakeCurrency:active , #TakeAllCurrency:active {
    box-shadow: none;
}


#TakeOut {
    font-size: 17px;
    line-height: 1.5em;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #909495 70%, #95a1a3 25%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: #656868 0 0 5px 3px;
}

#TakeOut:hover {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #393d3e 70%, #3f4a4c 25%);
}

#TakeOut:active {
    box-shadow: none;
}



.takeFooter button {
    cursor: pointer;
}

.takeSelect {
    display: grid;
    grid-row-gap: 10px;
    width: 50%;
    margin: 0 auto;
}

.forInput {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.forInput span {
    font-family: var(--text-nav-menu);
    color: var(--global-color);
    font-weight: 600;
}

.outTakeoff {
    line-height: 1.7em;
    font-size: 16px;
    outline: none;
}

#AddWallet {
    line-height: 1.7em;
    font-size: 14px;
    font-family: var(--text-nav-menu);
    font-weight: 800;
    border-color: var(--global-color);
    cursor: pointer;
}


.successful {
    margin-top: 30px;
    font-family: var(--text-nav-menu);
    color: var(--global-color);
    font-weight: 800;
}


/*---------------------MODAL-TAKEOFF_--------------^^^^^^^*/

.all-takeoff-list {
    display: grid;
    gap: 5px;
}

.take-row {
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    padding: 4px;
    border-radius: 5px;
    line-height: 1.7em;
    font-size: 18px;
    font-family: var(--text-nav-menu);
    background: #efefef;
}


.take-row:nth-child(2n) {
    background: #f7f7f7;;
}

.wallet-takeoff {
    min-width: 17%;
}

.sum-takeoff {
    min-width: 17%;
}

.currency-takeoff {
    min-width: 6%;
}

.date-takeoff {
    min-width: 17%;
}



/*------------------------------ВЫВОД СРЕДСТ-----------------------------------^^^^^*/





/*----------------Редактирование-LK---------------------*/

/*-----------------TEL------------------------------------*/
.edit-tel {
    width: 100%;
    background: #eceded;
    padding: 20px;
    margin-bottom: 20px;
}

.edit-tel i {
    color: var(--global-color);
}

.name-edit-tel {
    font-size: 20px;
    margin: 20px;
    font-variant: small-caps;
}

.edit-item-tel {
    margin-top: 25px;
    margin-bottom: 20px;
}

.info-edit-tel-span {

}

.numeric-edit-tel-span {
    font-weight: bolder;
    font-size: 17px;
    margin: 10px;

}

.action-edit-tel {
    cursor: pointer;
    float: right;
    text-decoration: underline;
    color: var(--global-color);
}

.edit-field-tel {
    margin-top: 20px;
}

#edit-tel {
    width: 60%;
    height: 30px;
    font-size: 17px;
}

.edit-tel-button {
    float: right;
}

#go-edit-tel {
    width: 150px;
    height: 30px;
    border: none;
    background: var(--global-color);
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

#go-edit-tel:hover {
    background: #567e85;;
}

#cancel-edit-tel {
    width: 150px;
    height: 30px;
    border: none;
    background: #8d8e8f;
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

#cancel-edit-tel:hover {
    background: #5d6368;
}

/*-----------------TEL-----------------------------------^^^^^^^-*/

/*-----------------EMAIL------------------------------------*/
.edit-email {
    width: 100%;
    background: #eceded;
    padding: 20px;
    margin-bottom: 20px;
}

.edit-email i {
    color: var(--global-color);
}

.name-edit-email {
    font-size: 20px;
    margin: 20px;
    font-variant: small-caps;
}

.edit-item-email {
    margin-top: 25px;
    margin-bottom: 20px;
}

.info-edit-email-span {

}

.numeric-edit-email-span {
    font-weight: bolder;
    font-size: 17px;
    margin: 10px;
}

.action-edit-email {
    cursor: pointer;
    float: right;
    text-decoration: underline;
    color: var(--global-color);
}

.edit-field-email {
    margin-top: 20px;

}

#edit-email {
    width: 60%;
    height: 30px;
    font-size: 17px;
}

.edit-email-button {
    float: right;
}

#go-edit-email {
    width: 150px;
    height: 30px;
    border: none;
    background: var(--global-color);
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

#go-edit-email:hover {
    background: #567e85;;
}

#cancel-edit-email {
    width: 150px;
    height: 30px;
    border: none;
    background: #8d8e8f;
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

#cancel-edit-email:hover {
    background: #5d6368;
}

/*-----------------EMAIL-----------------------------------^^^^^^^-*/

.edit-all-profile {
    width: 100%;
    background: #eceded;
    padding: 20px;
    margin-bottom: 20px;
}

.edit-all-profile i {
    color: var(--global-color);
}

.name-edit-all-profile {
    font-size: 20px;
    margin: 20px;
    font-variant: small-caps;
}

.name-profile-label {
    font-size: 18px;
    margin-right: 25px;
}

.input-profile {
    width: 500px;
    height: 30px;
    font-size: 17px;
}

/*-----------------Данные-Профиля------------------------------------*/


#formalleditprofile {
    margin-left: 0px;
    margin-top: 35px;
}

.form-group {
    display: flex;
    justify-content: flex-end;
    margin: 0px 145px 15px 0px;
}

.col-mod-label {

}

.col-mod-input {

}

#save-all-profile {
    width: 150px;
    height: 30px;
    border: none;
    background: var(--global-color);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}

#save-all-profile:hover {
    background: #567e85;;
}

#reset-password {
    width: 150px;
    height: 30px;
    border: none;
    background: #8d8e8f;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}

#reset-password:hover {
    background: #5d6368;
}

.col-mod-button {
    text-align: center;
}

/*-----------------Данные-Профиля-----------------------------------^^^^^^^-*/

/*----------------Редактирование-LK---------------------^^^^^^^^^^^*/

/*----------ТЕХ-Поддержка----------------------------------------*/

#dashbord-ticket {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

#find-ticket {
    width: 170px;
    height: 35px;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
}

.add-ticket {
    background-color: var(--global-color);
    color: white;
    padding: 7px 10px 7px 10px;
    font-size: 19px;
    cursor: pointer;
    height: 38px;
    border-radius: 6px;

}
.add-ticket:hover {

    background-color: var(--global-color);
}

#timeLocal {
    width: 170px;
    height: 35px;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
}

#tickets-table {
    width: 100%;
    color: white;
    border-collapse: collapse;
}

#tickets-table tr:nth-child(2n+2) {
    cursor: pointer;
    background-color: #e7ebeb;
    padding: 5px 5px 5px 7px;
    border-bottom: 2px solid #ffffff;
    border-radius: 10px;
    color: #5d6060;
}

#tickets-table tr:nth-child(2n+3) {
    cursor: pointer;
    background-color: #f3f7f7;
    padding: 5px 5px 5px 7px;
    border-bottom: 2px solid #ffffff;
    border-radius: 10px;
    color: #5d6060;
}


#tickets-table tr:nth-child(n+2):hover {
    background-color: #818b8d;
    color: white;
}


.tickets table tr:nth-child(1) td:nth-child(1n) {
    background-color: #818b8d;
    padding: 5px 5px 5px 7px;
}


.tickets table tr:nth-child(n+2) td:nth-child(1n) {
    padding: 5px 5px 5px 7px;
}

.empty-tickets {
    font: caption;
    color: #585858;
    font-weight: bold;
}

.mobile-table {
    display: none;
}

.mobile-value {

}

/*----------ТЕХ-Поддержка-МODAL---------------------------------------*/

.modal-ticket {}

.modal-ticket.show .modal-ticket-overlay,
.modal-ticket.show .modal-ticket-window {
    z-index: 1;
    opacity: 1;
}

.modal-ticket.hide .modal-ticket-overlay,
.modal-ticket.hide .modal-ticket-window {
    z-index: 1;
    opacity: 1;
}

.modal-ticket.hideCreate .modal-ticket-overlay,
.modal-ticket.hideCreate .modal-ticket-window {
    z-index: 1;
    opacity: 1;
}


.modal-ticket.show .modal-ticket-overlay {
    transition: opacity 1s, visibility 0s;
}

.modal-ticket.hide .modal-ticket-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}

.modal-ticket.hideCreate .modal-ticket-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s, visibility 0s 2s;
}

.modal-ticket.show .modal-ticket-window {
    transform: translateX(0px);
}

.modal-ticket.hide .modal-ticket-window {
    transform: translateX(1000px);
}

.modal-ticket.hideCreate .modal-ticket-window {
    transform: translateX(-1500px);
}



.modal-ticket-overlay,.modal-ticket-window {
    z-index: -1;
    opacity: 0;
}


.modal-ticket-overlay {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #191c1eb5;
}

.modal-ticket-window {
    margin: 0 auto;
    width: 50%;
    background: white;
    margin-top: 150px;
    min-height: 500px;
    border: 2px solid var(--global-color);
    transform: translateX(500px);
    transition: transform .5s ease-in;
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--global-color);
    font-size: 18px;
}

#CloseTicket {
    cursor: pointer;
}

.ticket-body {
    height: 400px;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
}

#title {
    height: 35px;
    font-size: 18px;
}


.ticket-footer {
    padding: 10px;
    border-top: 1px solid var(--global-color);

}

.ticket-footer button {
    cursor: pointer;
    background: var(--global-color);
    color: white;
    font-size: 16px;
    padding: 3px 8px 3px 8px;
    border: none;
    border-radius: 5px;
}

#OutTicket {
    background-color: #6b7881;
}



/*----------ТЕХ-Поддержка-МODAL----------------------------^^^^^^^-----------*/

/*----------ТЕХ-Поддержка-------------------------------------^^^^^^^^^^^^^^^^^^^^^---*/




/*-----------------ТИКЕТ-------------------------------*/

.block-message {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    row-gap: 30px;
}

.text-message-block {
    width: 95%;
    height: 400px;
    border: 1px solid #808080;
    overflow: auto;
    background-color: #ededed;
}

.send-user {
    margin-right: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.login-user {
    background-color: #6fa4ad;
    color: white;
    padding: 7px 7px 7px 7px;
    margin: 10px 5px 0px 20px;
    width: 325px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 1px solid #fdfdfd;
    border-radius: 5px;
}

.text-user {
    background-color: #749297;
    padding: 7px 7px 7px 7px;
    margin: 0px 5px 0 20px;
    color: white;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
    border-radius: 5px;
}

#up-text-user {
    width: 90%;
    height: 70px;
    margin-bottom: 10px;
}


/*----АДМИН----*/

.send-admin {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 15%;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.login-admin {
    background-color: #62686e;
    color: white;
    padding: 7px 7px 7px 7px;
    margin: 5px 30px 0px 20px;
    width: 325px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 1px solid #fdfdfd;
    align-self: flex-end;
    border-radius: 6px;
}

.text-admin {
    background-color: #3c3e40;
    padding: 7px 7px 7px 7px;
    margin: 0px 30px 0px 20px;
    color: white;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
    border-radius: 6px;
}


.close-ticket-for-user {
    float: right;
    margin: -55px 70px 0 0;
    background: #e35858;
    color: white;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.close-ticket-for-user:hover {
  background-color: #b5b9b9;
}

#up-msg {
    background-color: var(--global-color);
    color: white;
    font-size: 17px;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    box-shadow: inset 0px 0px 0px 2px;
    border: 1px solid #749297;
    border-radius: 5px;
}

.info-tickets {
    display: flex;
    column-gap: 10px;
    margin-top: -20px;
}

.img-load img {
    width: 150px;
}

#tickets-table td {
    border-radius: 5px;
    border: 3px solid #ffffff;
}

/*-----------------ТИКЕТ------------^^^^^-------------------*/



/*----Notification-------------------------*/

.notification-block {
    position: fixed;
    bottom: 0;
    right: 0;
}


.notification.open .notification-window {
    transform: translateX(0px);

}

.notification.close .notification-window {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s, visibility 0s 2s;
}


.notification-window {
    background: white;
    width: 250px;
    height: 175px;
    margin: 0 30px 20px 0;
    transition: transform .7s ease-in;
    transform: translateX(500px);
    box-shadow: 0px 0px 12px 8px;
    color: #34373a;
    border-radius: 3px;
    border: 2px solid var(--global-color);
}


.notification-header {
    display: flex;
    justify-content: space-between;
    padding: 9px;
    font-weight: bold;
    font-size: 14px;
}

.CloseNotification {
    cursor: pointer;
    padding: 2px 10px 2px 10px;
}


.notification-body {
    text-align: center;
    padding: 3px;
    min-height: 40px;

}

.notification-footer {
    text-align: center;
}

.notification-footer img {
    width: 60px;
}

/*----Notification-----------------^^^^^^^--------*/

/*----------------LK---------------------^^^^^^^^^^^*/


/*--------------Пагинация----------------------------*/

.block-pagination {
    padding: 5px;
}

.pagination {
    display: flex;
    list-style-type: none;
    column-gap: 5px;
}

.page-item {
    font-size: 20px;
    border: 1px solid #919697;
    padding: 0px 5px 0px 5px;
}

.page-item a{
    color: #5d6364;
    font-weight: 800;
}

.page-item.active {
    background:#5d6364;
}

.page-item.active a{
    color: white;
}


.page-link {
    text-decoration: none;
}


/*--------------Пагинация----------------------------^^^^^^^^^^^-*/


/*-----------BOX-SITE----------------*/

.mobile-nav {
    background: #fffdfd;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 100px;
    right: 0;
    opacity: 2;
    z-index: 102;
    transform: translateX(100%);
    transition: transform 400ms ease-out;
}

.mobile-nav.active-mobile {

    transform: translateX(0px);
    opacity: 2;
    z-index: 102;

}


.overlay-site.on-overlay {
    background: #1e222ea1;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 100;
}

.close-mobile-menu {
    float: right;
    margin: 10px;
    color: var(--global-color);
    border: none;
    background: none;
    cursor: pointer;
}










/*----------------ADMIN-MENU---------------------*/

.admin-href {
    position: absolute;
}

/*----------------ADMIN-MENU--------------------^^^^^^-*/


.navbar-toggle-button, .navbar-icon {

}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#close-menu , #open-menu {
    color: var(--global-color);
    background-color: white;
    border: none;
}





/*-------------------------ЧАТ-----------------*/

.chat {
    position: fixed;
    bottom: -20px;
    left: 20px;
    transform: translateY(392px);
    transition: transform 1s ease-out;

}

.toggle-chat {
    transform: translateY(0px);
}


.box-for-chat {
    width: 310px;
    height: 450px;
    /*background-color: #1d83f3;*/

}

.header-chat {
    padding: 8px;
    text-align: center;
    color: white;
    border: 2px solid #154d7c;
    cursor: pointer;
    box-shadow: 1px 1px 4px 4px #617387;
    width: 107%;
    margin-left: -11px;
    background: #1d83f3;
    display: flex;
    justify-content: space-evenly;
    transition: transform .8s ease-in-out;
    transform: translateX(1900px);
}


.body-chat {
    background-color: white;
    height: 70%;
    border-right: 2px solid #959997;
    border-left: 2px solid #959997;
    box-shadow: 1px 1px 4px 4px #617387;
    overflow: auto;
}

.chat-msg-error {
    background-color: #f1f1f1;
    height: 60px;
    position: absolute;
    width: 98%;
    color: red;
    font: icon;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: end;
}

.chat-msg-error span {
    text-align: center;
    font-weight: 600;
}

.start-chat-name {
    text-align: center;
    margin-top: 90px;
}

#chat-name {
    outline: none;
    padding: 3px 5px 2px 5px;
    margin: 5px;
}

#chat-email {
    outline: none;
    padding: 3px 5px 2px 5px;
}


.chat-admin {
    background-color: #e7dfdf;
    margin: 13px;
    width: 65%;
    padding: 10px 5px 10px 12px;
    border-radius: 23px;
    transition: transform .5s ease-in;
    word-wrap: break-word;

}



.chat-admin:after{

}

.chat-user {
    background-color: #c9f9de;
    margin: 13px;
    width: 65%;
    padding: 10px 5px 10px 12px;
    border-radius: 23px;
    transition: transform .5s ease-in;
    margin-left: 70px;
    word-wrap: break-word;
}


.failed-connect {
    background-color: #db9191;
    margin: 11px;
    padding: 5px 5px 5px 5px;
    border-radius: 16px;
}

.ok-connect {
    background-color: #1ec808;
    margin: 11px;
    padding: 5px 5px 5px 5px;
    border-radius: 16px;
}



.start-chat-name button {
    margin-top: 6px;
    padding: 6px 8px 6px 8px;
    background-color: ghostwhite;
    font-size: 11px;
    border: none;
    box-shadow: 1px 1px 1px 2px;
    cursor: pointer;
    font-weight: 700;
    color: #443f3f;
    align-self: baseline;
}




.footer-chat {
    border: 2px solid #154d7c;
    height: 58px;
    width: 107%;
    margin-left: -10px;
    background-color: #1d83f3;
    box-shadow: 1px 4px 4px 4px #617387;
    display: flex;
    justify-content: space-between;
}


.footer-chat button {
    padding: 6px 8px 6px 8px;
    margin: 14px 0 0 10px;
    background-color: ghostwhite;
    font-size: 11px;
    border: none;
    box-shadow: 1px 1px 1px 2px;
    cursor: pointer;
    font-weight: 700;
    color: #443f3f;
    align-self: baseline;
}

.footer-chat button:hover {
    background-color: #8e979f;
    color: white;
}

.footer-chat textarea {
    width: 60%;
    height: 80%;
    align-self: center;
    margin-right: 7px;
}


/*-------------------------ЧАТ-----------------^^^^^^*/





/*--------------MEDIA---------------------------------*/

@media screen and (max-width: 1200px){





    /*-------------LK----------------*/

    .content-lk {
        width: 70%;
    }


    #edit-tel {
      width: 50%;
    }

    #edit-email {
        width: 50%;
    }


    .input-profile {
        width: 300px;
    }


    .block-table-brocker .thead-tabl {
        width: 650px;
    }


    .block-table-brocker .thead-tabl-ex {

        width: 650px;
    }


    /*------Торговые счета------*/
    .thead-tabl td {
        min-width: 125px;
    }


    .thead-tabl-ex td {
        min-width: 125px;
    }

    .list-brocker {
        display: flex;
        column-gap: 5px;
    }

    /*------Торговые счета-----^^^^^^-*/

    /*-------------LK--------------^^^--*/


    .inputIdAndDate {
        flex-direction: column;
        text-align: center;
    }

}




@media screen and (max-width: 1024px){


    .admin-href {
        display: none;
    }

    .content-mobile {
        display: grid;
        position: fixed;
        z-index: 101;
        top: 40px;
        right: 80px;
        border: 1px solid var(--global-color);
        height: 36px;
        border-radius: 5px;
        box-shadow: #2398ab 0 0 0px 1px;
        transition: all .5s;
    }

    .content-mobile i {
        font-size: 2.4em;
    }


    .content-mobile.on-menu {
        box-shadow: #2398ab 0 0 4px 2px !important;

    }



    /*-----------HEAD-MENU---------------------*/

    .navbar-toggle, .navbar-icon {
         visibility: visible;
    }

    .navbar-toggle-button {
        transition: .15s;
        cursor: pointer;

    }

    .navbar-icon {
        height: 21px;
        width: 25px;
        display: block;
        position: relative;
        color:var(--global-color);
    }

    .navbar-icon span {
        top: 9px;
    }

    .navbar-icon:before {
        content: "";
        top: 0;
    }

    .navbar-icon:after {
        content: "";
        bottom: 0;
    }


    .navbar-icon:before, .navbar-icon:after, .navbar-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: currentColor;
    }

    .navbar-content {
        top: 47px;
        left: -7%;
    }


    .info-head {
      margin-top: -14px;
    }

    .nav-menu {
        display: none;
    }


    .login-sidebar {
        border-bottom: 2px solid var(--global-color);
        width: 96%;
        margin: 50px 0 0 5px;
    }

    .login-on {

    }

    .auth-on-mobile {
        display: block;
        transition: .15s;
        cursor: pointer;
        z-index: 101;
        position: fixed;
        top: 47px;
        left: 66px;

    }

    .auth-on-mobile i {

        color: #989d9d;

    }

    #online-point {
        display: block;
        width: 8px;
        background: #59cf32;
        height: 7px;
        border-radius: 10px;
        position: absolute;
        margin: 0 0 0 20px;
    }


    .mobile-for-sub {
        display: flex;
        justify-content: space-between;
    }

    .mobile-for-sub i {
        color: var(--global-color);
        cursor: pointer;
    }


    .sub-cashback {
        font-family: var(--text-nav-menu);
        display: none;
    }

    .sub-cashback ul{
        list-style-type: none;
        display: flex;
        justify-content: space-around;
    }

    .sub-cashback a {
       list-style-type: none;

    }





    /*-----------HEAD-MENU----------------------^^^^*/

    .actions {

    }

    .register-field {
        float: none;
        width: 400px;
        margin: 0 auto;
    }





    /*-----------LK-MOBILE-MENU----------------------*/


     .dashbord-lk {
         display: none;
     }

     .dashbord-mobile-lk {
         display: block;
         background: #eceded;
         width: 100%;
         height: 45px;
         float: right;
         margin-bottom: 10px;
     }

     .dashbord-login-mobile {
         float: right;
         font-size: 19px;
         color: #818787;
         margin: 12px 3px;
     }

     #id-card-info {
         float: right;
         margin: 6px 10px;
         color: #818787;

     }
     #toggle-bar-lk {
         float: left;
         margin: 7px 16px;
         color: #818787;
         width: 33px;
         text-align: center;
         cursor: pointer;
     }

     .toggle-bar-lk-open {
         box-shadow: 0px 0px 11px 9px;
     }



    .lk-sidebar {
        max-width: 22%;
        width: 75px;
        position:absolute;
        margin-top: 58px;
        margin-left: 2px;
    }

    .hide-lk-sidebar {
        transform: translateX(-85px);
    }

    .item-lk {
        min-width: 60px;
        box-shadow: 0px 0px 2px 1px;
    }

    .transform-item{
        transform: translateX(-85px);
        transition: transform 600ms ease-out;
    }

    .item-lk span {
        display: none;
    }

    .open-lk-item i {
        display: none;
    }

    .item-lk i {
        padding: 10px 23px 11px 0px;
    }


    .content-lk {
        width: 100%;
    }

    .edit-tel {

    }



    /*-----------LK-MOBILE-MENU----------------------^^^^*/



    /*-----------LK-MOBILE-EDIT----------------------*/

    #edit-tel {
        width: 50%;
    }

    #edit-email {
        width: 50%;
    }

    .input-profile {
        width: 350px;
    }



    .edit-profile-lk h3 {
     text-align: center;
    }


    /*---------------LK-MOBILE-EDIT------------------^^^^-*/


/*---------------Тех-поддержка------------------------------ */

    #tickets-table {
        width: 100%;
    }

   .modal-ticket-window {
       width: 70%;
       min-height: 350px;
       margin-top: 100px;
   }

   .ticket-body {
       height: 250px;
       row-gap: 5px;
   }


    /*---------------Тех-поддержка------------------------------ */


/* ----------------ВЫвод средств-------------------*/



    /*----------------ВЫвод средств---------------^^^^----*/



    .forManagement {
        margin-top: 70px;
    }

    .takeoff-lk {
        margin-top: 70px;
    }


    .takeWindow {
        margin-top: 100px;
    }

}




@media screen and (max-width: 768px){



    .mobile-nav {
        top: 75px;
    }

    .navbar-content {
        display: none;
    }


    .content-mobile {
        top: 20px;
        right: 30px;

    }


    .navbar-toggle-button {
    }

    .auth-on-mobile {
        top: 25px;
        left: 35px;

    }


    /*-----------------REGISTER---------------*/






    /*-----------------REGISTER--------------^^^^^*/

    #edit-tel {
        width: 100%;

    }

    .edit-tel-button {
        float: none;
    }

    #go-edit-tel {
        width: 100%;
        height: 35px;
        margin-top: 10px
    }

    #cancel-edit-tel {
        width: 100%;
        height: 35px;
        margin-top: 10px
    }


    #edit-email {
        width: 100%;

    }

    .edit-email-button {
        float: none;
    }

    #go-edit-email {
        width: 100%;
        height: 35px;
        margin-top: 10px
    }

    #cancel-edit-email {
        width: 100%;
        height: 35px;
        margin-top: 10px
    }


    .form-group {
        display: block;
        width: 100%;


    }

    .input-profile {
        min-width: 200px;
        width: 100%;
    }


    .col-mod-label {
        margin-bottom: 7px;
    }

    #save-all-profile {
        width: 100%;
        margin-bottom: 7px;
    }
    #reset-password {
        width: 100%;
    }
    .balance-sidebar-site {
        background: #a79e9e;
        color: white;
        margin: 0 auto;
        font-size: 12px;
        width: 85%;
        margin-top: 10px;
        padding: 5px;
    }



    .notification-body {
        font-size: 12px;
    }



/*--------------Торговые счета----------*/


    .block-table-brocker {

    }


    .block-table-brocker .thead-tabl {
        font-size: 16px;
        width: auto;
    }

    .block-table-brocker .thead-tabl-ex {
        font-size: 16px;
        width: auto;

    }

    .thead-tabl td {
        min-width: 100px;
    }

    .thead-tabl-ex td {
        min-width: 100px;
    }


    /*--------------Торговые счета-------^^^^^--*/


/*-------------CRIPTO-----------LK----------------*/
    .item-cryptos {

    }

    .item-crypt {


    }

    .info-crypt {

    }

    /*---------CRIPTO---------------LK----------------*/


    .take-row {
        font-size: 13px;
    }


    .create-currency-out {
        width: 150px;
        font-size: 14px;

    }


    .takeWindow {
        width: 450px;
    }

    .takeSelect {
        width: 80%;
    }
}

@media screen and (max-width: 568px){





    /*--------------MODAL-REGISTER---------------------*/

    .modal-scene {
        width: 330px;
        margin-top: 130px;
    }
    /*--------------MODAL-REGISTER-------------------^^^^--*/



/*-------------------- ТЕх-Поддержка------------------ */

    .ticket-header {
        font-size: 11px;
    }

    .ticket-body {
        font-size: 13px;
    }

    #title {
        font-size: 13px;
    }

    #CreateTicket{
        font-size: 13px;
    }
    #OutTicket {
        font-size: 13px;
    }

    #dashbord-ticket {
        -webkit-box-orient: vertical;
        flex-direction: column;
        align-items: center;
    }

   #dashbord-ticket form {
       display: flex;
       -webkit-box-orient: vertical;
       flex-direction: column;
       row-gap: 10px;

   }

   .add-ticket {
       width: 170px;
       font-size: 18px;
       padding: 9px 10px 7px 10px;
   }


   #name-tr {
       display: none;
   }

   #tickets-table {
       font-size: 12px;
   }

    #tickets-table tr:nth-child(n+2) {
        -webkit-box-orient: vertical;
        flex-direction: column;
        display: flex;
        border-bottom: 2px solid #ffffff;
        margin: 5px;
    }

    .tickets table tr:nth-child(n+2) td:nth-child(1n) {
        border: 1px solid #fff;
        padding: 10px;
        margin: 3px;
        display: flex;
        justify-content: space-between;
    }

    .mobile-table {
        display: block;
        font-weight: 900;
        padding: 10px;
        font-size: 16px;
    }
    .mobile-value {
        display: block;
        font-weight: 900;
        padding: 10px;
        font-size: 16px;
    }

    .block-message {
        row-gap: 15px;
    }

    .text-message-block {
        width: 100%;
    }

    #up-text-user {
        width: 100%;
    }

    .send-user {
        margin-right: 30%;
    }

    .login-user {
        width: 260px;
        font-size: 11px;
        margin: 10px 5px 0px 4px;
    }
    .text-user {
        margin: 0px 5px 0 4px;
        font-size: 12px;
    }

    .send-admin {
        margin-left: 25%;
    }

    .login-admin {
        width: 255px;
        font-size: 11px;
        margin: 5px 9px 0px 20px;
        text-align: end;
    }

    .text-admin {
        margin: 0px 9px 0px 20px;
        font-size: 12px;
    }

    .close-ticket-for-user {
        margin: -45px 7px 0 0;
    }
    /* -------------------- ТЕх-Поддержка------------------ */


    .table-info-user
    {
        font-size: 12px;
    }

    .table-info-user tr td:nth-child(2) {
        width: 40%;
    }


    /*-------------Торговые счета----------*/


    .block-table-brocker {

        margin:5px;
    }


    .block-table-brocker .thead-tabl {
        font-size: 9px;
        width: auto;
    }

    .block-table-brocker .thead-tabl-ex {
        font-size: 9px;
        width: auto;

    }

    .thead-tabl td {
        min-width: 57px;
    }

    .thead-tabl-ex td {
        min-width: 57px;
    }

    .board-buttons {
        margin-right: 0;
        margin-top: 10px;
    }


    .all-select-block {
        -webkit-box-orient: vertical;
        flex-direction: column;
        row-gap: 10px;
    }
    .msg-block-brocker {
        padding: 1px;
        margin-bottom: 15px;
        font-size: 11px;
    }


    .all-brocker-block input {
        margin-bottom: 10px;
    }



    /*--------------Торговые счета-------^^^^^--*/


    .block-balance {
        grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    }


    /*----------------ВЫвод средств-------------------*/


    .all-takeoff-list {
        margin-left: -1px;
    }

    .wallet-block {

        -webkit-box-orient: vertical;
        flex-direction: column;
        row-gap: 5px;
    }

    #wallet-takeoff {
        min-width: 100%;
    }

    .wallet-block label {
        font-size: 12px;
    }
    .change-currency {
        -webkit-box-orient: vertical;
        flex-direction: column;
        row-gap: 5px;
    }


    .takeoff-window {
        margin-top: 80px;
        width: 80%;
    }

    #takeoff-currency {
        font-size: 12px;
    }


    .change-currency label {
        text-align: center;
    }


    .all-out-but:nth-child(1) {
        font-size: 13px;

    }

    .all-out-but:nth-child(2) {

        font-size: 13px;

    }


    .wallet-block label {

        text-align: center;
    }




    .create-currency-out {
        width: 140px;
        font-size: 12px;


    }


    #sum-takeoff {
        min-width: 100%;
    }


    .take-row {
        font-size: 12px;
    }

    .id-takeoff, .name-id-takeoff {
        min-width: 5%;
    }

    .bridge-takeoff, .name-date-takeoff {
        display: none;
    }

    .date-takeoff, .name-date-takeoff {
        display: none;
    }

    .currency-takeoff, .name-currency-takeoff {
        min-width: 10%;
    }

    .sum-takeoff, .name-sum-takeoff {
        min-width: 20%;
    }

    .wallet-takeoff, .name-wallet-takeoff {
        min-width: 20%;
    }

    .status-takeoff, .name-status-takeoff {
        min-width: 15%;
    }

    .create-currency-out {
        width: 150px;
        font-size: 14px;

    }

    .takeoff-header {
        font-size: 11px;
    }

    .takeoff-body {
        font-size: 12px;
    }

    .all-take {
        font-size: 14px;
    }

    #CancelTakeoff {
        font-size: 12px;
    }

    #CreateTakeoff {
        font-size: 12px;
    }


    .inputIdAndDate {

    }

    .sectionTrading {
        display: unset;
    }

    .forButton {
        flex-direction: column;
        align-items: center;
        float: unset;
    }

    .OutCurrency table tbody tr td:nth-child(5) {
        display: none;
    }

    .OutCurrency table {
        font-size: 13px;
    }

    .openInCurrency {
        margin-top: 23px;
    }

    .titleSelect {
        font-size: 18px;
    }

    #addedExchanges {
        font-size: 15px;
    }


    .takeWindow {
        width: 350px;
    }

    .takeSelect {
        width: 80%;
    }



}

@media screen and (max-width: 465px) {


    .prof-box {


    }


    .backAuth {
        width: 95%;
    }


    .ItemHrefAuth {
        flex-direction: column;
        row-gap: 16px;
    }


    .ItemHrefAuth button {
        width: 100%;
        align-self: center;
    }


    .recover-input {
        width: 90%;
    }


    .actions {
        margin-top: 20px;
    }

    .register-field {
        width: 96%;
        font-size: 12px;
    }


    #remail  {
        font-size: 12px;
        width: 80%;
        align-self: center;

    }

    .reset-register {
        font-size: 12px;
        width: 80%;
        margin-top: 0;
        align-self: center;
    }

    .vopros {
        top: 276px;
        right: 144px;
    }


    .back-reg {
        flex-direction: column;
    }


    .content-mobile {
        right: 15px;
    }

    .auth-on-mobile {
        left: 15px;
    }

     .board-slide {
         padding: 5px;
     }

    .table-info-user
    {
        font-size: 11px;
    }

    .table-info-user tr td:nth-child(2) {
        width: 40%;
    }
}
/*--------------MEDIA--------------------------------^^^^^^-*/

@media screen and (max-width: 360px) {
    .take-row {
        font-size: 10px;
    }

    .takeWindow {
        width: 280px;
        margin-top: 70px;
    }

    .takeSelect {
        width: 96%;
    }

    #AddWallet {
        font-size: 13px;
    }
}


/*-----------------CSS-Повороата-------------------*/
/*.scene {*/
/*    width: 800px;*/
/*    height: 500px;*/
/*    perspective: 3000px;*/
/*}*/

/*.cards {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    transform-style: preserve-3d;*/
/*    transition: transform 2s;*/
/*}*/

/*.card {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 30px;*/
/*}*/

/*.front {*/
/*    background-color: #8d24aa;*/
/*}*/

/*.back {*/
/*    background-color: #2b7ad1;*/
/*    transform:rotateY(180deg) ;*/
/*}*/

/*.reverse {*/
/*    transform: rotateY(180deg);*/
/*}*/
/*-----------------CSS-Повороата-------------------*/