.lk-menu__tit .user-ico{
    background: -webkit-gradient(linear, left bottom, left top, from(#5558FF), to(#00C0FF));
    background: -o-linear-gradient(bottom, #5558FF 0%, #00C0FF 100%);
    background: linear-gradient(0deg, #5558FF 0%, #00C0FF 100%);
}
header .menu__link{
    font-weight: 500;
}
.header__lk-menu .ico-more{
    margin-right: 10px;
}
.header__balance .tit{
    font-weight: 500;
    color: #626262;
}
.header__balance .balance-val{
    color: #0f0f0f;
    font-weight: 600;
}
.lk-menu__container {
    top:70px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgb(175 175 175 / 15%);
    box-shadow: 0px 2px 2px rgb(175 175 175 / 15%);
    border-radius: 0px 0px 10px 10px;
}
.lk-menu__header {
    background: transparent;
    padding: 24px 30px;
    line-height: 0;
}
.lk-menu__balance-tit {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #1B1B1B;
}
.header__lk-menu .lk-menu__body{
    padding-top: 0;
}
.lk-menu__body .nav-link {
    margin: 0;
    padding: 12px 30px;
}
.lk-menu__body .nav-link.active, .lk-menu__body .nav-link:hover{
    background: transparent;
    color: #4083FD;
}
.lk-menu__body .nav-link.active path, .lk-menu__body .nav-link:hover path{
    fill:#4083FD;
}
.page__header{
    border:0;
}
.page__header.header__scroll{
    -webkit-box-shadow: 0 0 44px rgb(154 156 165 / 20%);
    box-shadow: 0 0 44px rgb(154 156 165 / 20%);
}
/* admin */
.admin-row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 254px 36px 1fr;
    grid-template-columns: 254px 1fr;
    gap: 36px;
}
.admin-card{
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.admin-card__header{
    border-bottom: 1px solid #DDDDDD;
    padding: 30px 39px;
}
.admin-card__header .tit{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1B1B1B;
}
.admin-null{
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.admin-null .img{
    margin-bottom: 45px;
}
.admin-null .tit{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B1B1B;
}
.admin-null p{
    font-weight: 500;
    margin: 25px 0 45px;
}
.admin-null .create-order_btn{
    margin: 0 auto;
}
.admin-aside{
    padding: 0 37px;

    margin-bottom: 22px;
}
.admin-aside__header{
    padding: 29px 0 24px;
}
.admin-balance{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.admin-balance__value .tit{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
}
.admin-balance__value .val{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #1B1B1B;
}
.add-balance_btn{
    margin-bottom: 12px;
    font-weight: 500;
}
.admin-btn_border{
    background: #FFFFFF;
    border: 1px solid #4083FD;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 40px;
    gap: 11px;
    font-weight: 500;
    font-size: 14px;
    color: #4083FD;
    padding: 0 18px;
    margin: 0 auto;
}
.admin-btn_border:hover{
    border: 1px solid rgba(64, 131, 253, 0.5);
}
.admin-aside__menu{
    padding: 14px 0 6px;
}
.admin-aside__menu-list{
    list-style: none;
}
.admin-aside__menu-link{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 10px 1fr;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
    font-weight: 500;
    font-size: 14px;
}
.admin-aside__menu-link .ico{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}
.admin-aside__menu-link .tit{
    color:#7A7A7A;
}
.admin-aside__menu-link .img{
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.admin-aside__menu-link--active .tit{
    color: #1B1B1B;
}
.admin-aside__menu-link--active path{
    fill:#1B1B1B;
}
.admin-aside__menu-link:hover .tit{
    background: transparent;
    color: #4083FD;
}
.admin-aside__menu-link:hover path{
    fill:#4083FD;
}
.rate-work{
    padding: 28px 25px 34px;
    text-align: center;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
}
.rate-work__img{
    margin-bottom: 20px;
}
.rate-work__tit{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #1B1B1B;
}
.rate-work p{
    margin: 20px 0;
    font-weight: 500;
    color: #7A7A7A;
}
.admin-orders__null{
    padding: 51px 0 81px;
}
.admin__banner-promocode{
    background: url(../img/banner.jpg) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px;
    margin-top: 24px;
}
.admin__banner-promocode .txt{
    max-width: 420px;
}
.admin__banner-promocode .tit{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}
.admin__banner-promocode p{
    margin: 12px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.admin__banner-promocode .btn{
    width: 180px;
    height: 40px;
    font-weight: 500;
}
.new-orders{
    padding: 30px 39px 53px;
}
.new-orders__tit{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #1B1B1B;
    margin-bottom: 25px;
}
.new-orders__list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 40px 180px;
    grid-template-columns: 180px 180px;
    gap: 20px 40px;
}
.new-orders__link{
    background: #F9F9F9;
    border-radius: 4px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.new-orders__link:hover{
    background: rgb(64 131 253 / 10%);
}
.new-orders__link .img{
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-orders__link .tit{
    font-weight: bold;
    font-size: 14px;
    color: #1B1B1B;
}
.new-orders__link .arrow{
    position: absolute;
    right: 18px;
}
.admin-orders .admin-card__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.admin-orders .admin-card__header .tit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.orders-platform{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.orders-platform .img{
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.orders-platform .tit{
    font-weight: bold;
    font-size: 14px;
    color: #4083FD;
}
.back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.new-orders__order .order-steps{
    border: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 456px 1fr;
    grid-template-columns: 456px 1fr;
}
.new-orders__order .order-steps .step{
    width: 100%;
    border: 0;
}
.new-orders__order .order-steps .step-2{
    border-right: 1px solid #e3e3e3;
}
.new-orders__order .step__header{
    border: 0;
    padding: 18px 40px;
}
.new-orders__order .step__body{
    padding: 28px 40px;
}
.get-promocode{
    margin-bottom: 15px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    gap: 7px;
    height: 35px;
    margin: 0 0 15px 0;
}
.admin-orders__filter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.admin-orders__filter .tit{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
}
.filter-select{
    width: 150px;
}
.filter-select .bootstrap-select > .dropdown-toggle, .filter-select .bootstrap-select > .dropdown-toggle:hover, .filter-select .bootstrap-select > .dropdown-toggle:focus{
    padding: 0 14px;
    height:40px;
}
.filter-select .bootstrap-select .icon{
    width: 16px;
    height: auto;
}
.filter-select .bootstrap-select .dropdown-menu{
    width:150px;
    margin-top: -1px;
}
.filter-select .dropdown-menu > li > a{
    padding: 10px 14px;
    border: 0;
    opacity: 0.7;
}
.filter-select .dropdown-menu > li > a:hover{
    opacity:1;
}
.filter-select .bootstrap-select .dropdown-menu li a span.text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-select .bootstrap-select.open, .filter-select .bootstrap-select .dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-select .bootstrap-select.open > .dropdown-toggle{
    border: 1px solid #e5e9f2;
}
.filter-select .bootstrap-select .dropdown-menu.inner {
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e9f2;
}
.admin-orders__history{
    padding: 25px 40px 20px;
}
.admin-table table {
    border-collapse: separate;
}
.admin-table{
    border: 0;
}
.admin-table .tr-tit{
    border: 0;
}
.admin-table th:first-child{
    padding-left: 0;
}
.admin-table td {
    padding: 20px 20px 20px 0;
    background: #F8F8F8;
}
.admin-table td:first-child {
    border-radius: 4px 0 0 4px;
    text-align: left;
    padding-left: 0;
    background: #F8F8F8;
}
.admin-table td:last-child {
    border-radius: 0 4px 4px 0;
    background: #F8F8F8;
    padding-right: 20px;
}
.admin-orders__history .td-kol{
    min-width: 115px;
}
.admin-table .td-date .value{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-left: 17px;
}
.admin-orders__history .history-platform{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.td-spacer{
    height: 20px;
}
.admin-table th{
    padding: 0 0 25px 0;
}
.admin-table th{
    background: transparent;
}
.admin-table th .tit{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
}
.admin-table .td-status{
    width: 130px;
}
.admin-table .status{
    width: 130px;
    height: 36px;
    background: #62C979;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.admin-table .status .tit{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
}
.admin-table .status-inwork{
    background: #4083FD;
}
.admin-table .status-info{
    background: #4083FD;
}
.admin-table .status-completed{
    background: #62C979;
}
.admin-table .status-canceled{
    background: #D00841;
}
.admin-table .status-cansel{
    background: #D00841;
}
.admin-pagination{
    margin-top: 20px;
}
.admin-pagination__list{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:10px;
}
.admin-pagination__link{
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.admin-pagination__dots{
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
}
.admin-setting .admin-form{
    padding: 25px 40px 35px;
    max-width: 340px;
}
.admin-form__form-group{
    margin-bottom: 25px;
}
.admin-form .form-btn{
    width: 100%;
    height: 40px;
    font-weight: 500;
}
.form-group__img{
    position: relative;
}
.form-group__img .img{
    position: absolute;
    width: 35px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-group__img .admin-form__form-control{
    padding-left: 35px;
}
.admin-form input.form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #575757;
}
.admin-form input.form-control::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #575757;
}
.admin-form input.form-control:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #575757;
}
.admin-form input.form-control:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #575757;
}
.admin-operations__row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 290px 480px;
    grid-template-columns: 290px 480px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 39px;
}
.lk-balance__tabs .balance_add{
    width: 100%;
}
.lk-balance__history{
    margin: 0;
}
.lk-balance__tabs .balance_add label, .admin-operations__title h3,
    .admin-operations__title .h3{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #1B1B1B;
    margin-bottom: 16px;
}
/*.balance-add__sum{*/
/*    max-width: 180px;*/
/*}*/
.lk-balance__tabs .balance_add .balance_sum-value{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.lk-balance__tabs .balance_add .balance_sum{
    width: 100%;
    height: 30px;
}
.lk-balance__tabs .order-form{
    max-width: 100%;
    margin: 0;
}
.order-form .radio label{
    padding: 10px 18px;
    font-weight: 500;
}
.note{
    margin-top: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14px 13px 1fr;
    grid-template-columns: 14px 1fr;
    gap:13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.note p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #979797;
}
.admin-operations__history .td-tit .img{
    display: none;
}
.admin-operations__history .td-tit{
    width: 165px;
}
.admin-operations__title h3, .admin-operations__title .h3{
    margin-bottom: 30px;
}
.admin-table .admin-table__none{
    padding: 38px 20px !important;
    text-align: center;
}
.admin-table__none p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.lk-menu__body .nav-link .ico {
    margin-right: 10px;
    width: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}
.label-mobile{
    display: none;
}
.admin-table table{
    width: 100%;
}
.admin-table td{
    color: #000000;
}
.admin-table td .tit{
    display: none;
}
.admin-table td p{
    margin: 0;
}
.rate-work--mobile{
    display: none;
}
.back--mobile{
    display: none;
}
@media (max-width: 1300px){
    .page__header:before{
        display: none;
    }
    /*.admin-row__left-side{*/
    /*    display: none;*/
    /*}*/
    .lk-menu__container {
        top: 55px;
        width: 320px;
        padding: 15px;
    }
    .header__lk-menu .ico-more{
        display: none;
    }
    .lk-menu__header-mob{
        background: transparent;
        padding: 0;
        display: block;
    }
    .lk-menu__header-mob .admin-balance{
        margin-bottom: 23px;
    }
    .lk-menu__header-mob .admin-btn_border{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__lk-menu .lk-menu__body{
        margin-top: 13px;
    }
    .lk-menu__body .nav-link{
        padding: 12px 0;
    }
    .page__header{
        position: fixed;
        margin: 0;
    }
    .main {
        padding-top: 58px;
    }
    .admin-row {
        display: block;
        width: 100%;
    }
    .admin-row__right-side .admin-card {
        border: 0;
        border-radius: 0;
    }
    .admin-card__header{
        padding: 15px;
    }
    .admin-card__body{
        padding: 25px 15px;
        border-bottom: 1px solid #DDDDDD;
    }
    .admin-operations__row{
        display: block;
        padding: 0;
    }
    .new-orders__order .radio__list{
        display: block;
    }
    .admin-operations__history{
        margin-top: 70px;
    }
    .admin-operations__history .lk_order-table table{
        display: block;
    }
    .admin-operations__history .lk_order-table tr{
        border: 0;
    }
    .admin-table .admin-table__none {
        padding: 21px 20px !important;
    }
    .label-desc{
        display: none;
    }
    .label-mobile{
        display: block;
    }
    .admin__banner-promocode {
        width: calc(100% - 30px);
        margin: 30px auto;
    }
    .admin-setting .admin-form{
        padding: 0;
    }
    .admin-setting .admin-card__body{
        border-bottom: 0;
    }
    .tr-tit__none{
        display: none;
    }
}
@media (max-width: 950px){
    .new-orders__order .order-steps {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .new-orders__order .order-steps .step-2{
        border: 0;
    }
    .new-orders__order .step__body{
        padding: 0;
    }
    .new-orders__order .radio__list{
        display: none;
    }
    .new-orders__order .form-group label{
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #1B1B1B;
    }
    .new-orders__order .step__header{
        display: none;
    }
    .new-orders__order .form-group{
        margin-bottom: 35px;
    }
    .new-orders__order{
        border-bottom: 0;
    }
}
@media (max-width: 600px){
    .lk-menu__container {
        width: 100vw;
        right: -15px;
        border-radius: 0px;
    }
    .admin-table .tr-tit{
        display: none;
    }
    .td-spacer{
        display: none !important;
        height: 0;
    }
    .admin-table table, .admin-table tbody{
        display: block;
    }
    .admin-table tr{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        background: #F8F8F8;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 29px 0;
    }
    .admin-table td{
        padding: 0 !important;
        text-align: center;
    }
    .admin-table .td-kol .value{
        font-weight: 600;
        color: #000000;
    }
    .admin-table .td-kol .value span{
        margin:0 5px;
    }
    .admin-table .td-kol .value br{
        display:none;
    }
    .admin-table .td-date .val-date{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #7A7A7A;
    }
    .admin-table .td-date .value{
        padding:0;
    }
    .admin-table .td-date .val-date span{
        margin-right: 5px;
    }
    .admin-table .td-date .val-date br{
        display: none;
    }
    .admin-table .td-date .img{
        display:none;
    }
    .admin-table td p{
        margin:0;
    }
    .admin-operations__history .admin-table tr{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .admin-operations__history .td-tit{
        width: 100%;
    }
    .admin-operations__history .td-tit p{
        color: #3B4F5F;
    }
    .admin-operations__history .td-tit .img{
        display: block;
        margin-bottom:15px;
    }
    .admin-orders__history tr{
        padding-bottom: 0;
    }
    .admin-table .td-status, .admin-table .status{
        width: 100%;
        border-radius: 0;
    }
    .admin-orders__history .td-tit{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .admin-orders__history .td-kol{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .admin-orders__history .td-date{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .admin-orders__history .td-status{
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .admin-orders__history .history-platform{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 23px;
    }
    .admin-orders__history .history-platform img{
        width:30px;
    }
    .admin-pagination__list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .admin__banner-promocode{
        width: calc(100% - 30px);
        margin: 30px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../img/banner-mobile.jpg) no-repeat center;
        background-size: cover;
        padding: 26px 30px;
    }
    .admin__banner-promocode .txt{
        max-width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }
    .admin__banner-promocode .btn{
        width:100%;
    }
    .admin-orders .admin-orders__filter .tit{
        display: none;
    }
    .rate-work--mobile{
        display: block;
        width: calc(100% - 30px);
        margin: 30px auto;
    }
    .new-orders__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .mobile-none{
        display: none;
    }
    .admin-orders .admin-card__header .back{
        display: none;
    }
    .back--mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 35px;
    }
    /*.order-steps .step{*/
    /*    margin-bottom: 0;*/
    /*}*/
    .admin-null .img{
        margin-bottom: 30px;
    }
    .admin-null p{
        margin: 25px 0;
    }
}
@media (max-width: 500px){
    .admin-setting .admin-form{
        max-width: 100%;
    }
}
