@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@keyframes show {

    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing:border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html {
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    line-height: 1;
    font-size: 16px;
    color: #1E2630!important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background: linear-gradient(122.84deg, #ECF3FB 20.86%, #FFECF2 98.67%);
}

button{
    cursor:pointer;
}

label{
    font-size: 16px;
}

input:active{
    outline: 0!important;
    outline-offset: 0!important;
}

.lk-footer{
    width: 100%;
    background: #333;
    bottom: 0;
    /*position: absolute;*/
    color:#ddd;
    /*text-align:center;*/
    padding:30px;
}

.footer-flex{
    display: flex;
    justify-content: space-between;
}

/*.footer_link{
    display: block;
    color: inherit;
    margin: 0 0 5px 0;
}*/

.footer-logo_wrap{
    display: flex;
    gap: 20px;
}

.footer-logo{
    opacity: .5;
}

.footer-lblock{
    margin: 0 0 0 30px;
    gap: 20px;
    display: flex;
}

.footer-link{
    color: #BCB6CA;
    text-decoration: underline;
}

.about-margin{
    display: block;
    margin: 0 0 10px 0;
}

.gapfooter{
    gap: 20px;
    align-items: center;
    display: block;
}

.flex-basis{
    flex-basis: 0!important;
}

.lk-footer-new{
    /*position: absolute;*/
    /*height: 200px;*/
    display: flex;
    width: 100%;
    background: #1E2630;
    bottom: 0;
    color: #ddd;
    padding: 30px;
    justify-content: space-between;
    margin: 90px 0 0 0;
}

.lk-footer_mc{
    display: flex;
    width: 100%;
    background: rgba(188, 182, 202, 0.8);
    bottom: 0;
    color:#ddd;
    padding:30px;
    /*position: fixed;*/
    justify-content: space-between;
    z-index: 10;
    /*margin: 0 0 10rem 0;*/
}

.lk-footer_mc__people{
    font-weight: 700;
    color: #1e2630;
    display: block;
}

.lk-footer_mc__send{
    background: #E5ECF6;
    color: #1E2630;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.lk-footer_mc__stat{
    text-decoration: underline;
    color: #1e2630;
}

.lk-cont_dop{
    display: flex;
    justify-content: space-between;
}

.lk-footer_mc__right{
    width: 100%;
}

.link_gray{
    color: #AFACAC;
    font-weight: 700;
}

/*-----------Login----------------------*/

.login__row{
    display:flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.login__main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login__wrapper{
    width:100%;
    background-color:#1e2630;
    max-width:780px;
    padding: 64px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgb(234 233 233 / 50%);
}

.login__cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login__column{
    max-width: 300px;
    margin-right: 48px;
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow:1;
}

.login__header{
    margin:0 0 40px 0;
}

.login__logo{
    width:50px;
}

.login__title{
    color:#fff;
    font-size:18px;
    margin:0 0 20px 0;
}

.hi-margin{
    margin: -90px 0 0 0;
}

.login__logpass{
    font-size:13px;
    color:#fff;
}

.login__buttonn_wrap{
    display:flex;
    gap:0 10px;
}

.login_input{
    border-radius:4px;
}

.login__button {
    background-color: #02cdea;
    color: #1E2630;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    font-size:14px;
}

.login__button_client {
    background-color: #1E2630;
    color: #A1A1A1;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    font-size:14px;
    border:1px solid #A1A1A1;
}

::placeholder{
    color:#aaa!important;
}

.lk-wrapper{
    overflow:auto;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    /*margin: 0 0 4em 0;*/
}

.lk-container{
    max-width:1178px;
    margin:0 auto;
    padding:0 15px;
    flex-basis:100%;
    width:100%;
}

.lk-container1{
    max-width:1440px;
    margin:0 auto;
    padding:0 15px;
    flex-basis:100%;
    width:100%;
}

/*-----------Header----------------------*/

.lk-header{
    width:100%;
    z-index:50;
}

.lk-header__head{
    min-height:115px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
}

.lk-leftobjects{
    display:flex;
    align-items:center;
}

.lk-rightobjects{
    /*display:flex;*/
    margin:3px 0 0 0;
    align-items:center;
    font-size:14px;
}

.lk-logo{
    width:60px;
    height:60px;
    border-radius:50%;
    overflow: hidden;
    background-color:#fff;
    margin:0 10px 0 0;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid #e2e2e2;
    font-size: 22px;
}

.lk-name{
    font-weight:700;
    margin-right:20px;
    color: #1E2630!important;
}

.lk-status{
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    margin: 5px 0 0 0;
    font-weight: 500;
    text-align: center;
    width: 50px;
    color: #ababab;
}
.lk-status.holding{
    width: 70px;
    background-color: #61ae64;
    color: white;
}
.lk-ballance{
    /*margin-right:120px;
    display:flex;
    align-items:center;*/
}

.arrowup{
    margin: 0 0 5px 5px;
}

.lk-i_addbalance{
    display: none;
    width:20px;
    height:20px;
    color:#BCB6CA;
    margin-left:10px;
}

.lk-id{
    display:none;
    color:#BCB6CA;
    text-transform:uppercase;
    margin-right:20px;
}

.lk-exit{
    display:none;
    color: #1E2630;
    align-items:center;
}

.lk-i_exit{
    height:20px;
    margin:0 0 0 5px;
}

.exit-options{
    display:block;
    color: #BCB6CA;
    text-align: center;
    text-decoration: underline;
}

.account-footer{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.moder-options{
    display:block;
    color: #fff;
    background: #AFACAC;
    margin: 20px auto;
    width: 210px;
    padding: 10px;
    text-align: center;
    border: 1px solid #AFACAC;
    border-radius: 5px;
}

.short-name_title{
    width: 250px;
}

/*-----------Menu----------------------*/

.lk-nav{
    background-color:#1E2630;
}

.lk-header__nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px 15px 0 15px;
}

.lk-header__menu{
    min-height:90px;
    display:flex;
    align-items:center;
    margin-bottom:0;
    margin-left:0;
}

.lk-header__menu_item{
    font-weight:700;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}

.lk-header__menu_btn{
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px 30px;
    font-weight: 400;
    color: #fff;
    margin: -12px 0 0 0;
    display: flex;
    align-items: center;
}

.lk-header__menu_btn .icon{
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
}

.lk-header__menu_btn:hover{
    color: #fff;
}

.menu-triangle{
    width: 20px;
    height: 16px;
    margin: 29px 0 0 0;
}

.lk-header__menu_link{
    color:#d9d9d9;
}

.lk-header__menu_link:hover{
    color: #02cdea;
    stroke: #02cdea;
    fill: #02cdea;
}

.lk-header__menu_link svg:hover{
    color: #02cdea;
    stroke: #02cdea;
    fill: #02cdea;
}

.link_act{
    color:#02cdea;
}

.lk-header__menu_icon{
    margin:0 8px 0 0;
}

.lk-header__menu_icon:hover{
    stroke: #02cdea;
    fill: #02cdea;
    color: #02CDEA;
}

.lk-header__swich{
    display:flex;
    align-items:center;
}

.lk-header__swich_button{
    width: 100%;
    height: 40px;
    background-color:#4a4e55;
    padding: 5px;
    border-radius:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.swich_button__act{
    background: #1E2630;
    color: #fff;
    padding: 8px 25px;
    border-radius: 20px;
    min-width: 90px;
    text-align: center;
}

.swich_button__noa{
    color: #61AE64;
    padding: 8px 25px;
}

.lk-header__turbo{
    display:flex;
    align-items:center;
}

.lk-header__turbo_title{
    color:#d9d9d9;
    font-weight:500;
    margin:0 25px 0 0;
}

.lk-header__turbo_button{
    background-color:#02cdea;
    padding:10px 0 10px 15px;
    font-weight:700;
    border-radius:6px;
    color:#1E2630;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.test_burger{
    display:none;
}

/*--------------Statistic new-------------------*/
.stat-box_header{
    display: flex;
    justify-content: space-between;
}

.stat-box__h2{
    font-size: 20px;
    margin: 8px 0;
}

.stat-box_header_number{
    font-size: 29px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.stat-box_flex{
    display: flex;
    /*align-items: center;*/
    margin: 0 0 3px 0;
}

.stat-box_round-red{
    background-image: url('/img/lk_business/statistics/c_red.svg');
    width: 11px;
    height: 8px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.stat-box_round-yellow{
    background-image: url('/img/lk_business/statistics/c_yellow.svg');
    width: 11px;
    height: 8px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.stat-box_round-blue{
    background-image: url('/img/lk_business/statistics/c_blue.svg');
    width: 11px;
    height: 8px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.stat-box_round-magenta{
    background-image: url('/img/lk_business/statistics/c_magenta.svg');
    width: 11px;
    height: 8px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.stat-box_cont{
    color: #afacac;
    font-size: 14px;
    margin: 0 0 0 5px;
    line-height: 1.3;
}

.preload-color{
    width: 45px;
    height: 45px;
}

/*--------------Statistic-------------------*/
.stat-wrap{
    display: flex;
    /*gap: 32px;*/
    padding: 90px 0 20px 0;
    justify-content: space-between;
}

.stat-left{
    width: 60%;
}

.stat-right{
    background: #F2F0F7;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 45%;
    height: 100%;
    min-height: 394px;
    overflow: hidden;
    animation: show 5s;
    position: relative;
}



.stat-girl{
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.stat-left_wrap{
    display: flex;
    justify-content: space-between;
    /*gap: 20px;*/
    margin: 0 0 20px 0;

}

.stat-left_box{
    background: #F2F0F7;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 100%;
    height: inherit;
    color: #1E2630;
    padding: 22px;
    margin: 0 20px 0 0;
}

.stat-left_box.small__box{
    min-height: 187px;
}

.animation1s{
    animation: show 1s;
}

.animation3s{
    animation: show 3s;
}

.animation5s{
    animation: show 5s;
}

.stat-icon{
    width: 40px;
    height: 40px;
}

.stat-left_box:hover{
    box-shadow: 0px 6px 15px rgba(81, 140, 199, 0.2);
    color: #AFACAC;
}

/*-----------Know----------------------*/

.lk-know{
    padding:0 15px;
    margin:40px 0 0 0;
}

.lk-know__content{
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
}

.lk-know__leftpart{
    flex-basis:60%;
}

.lk-know__boxgrid{
    display: flex;
    flex-wrap:wrap;
    margin: 0 0 30px 0;
}

.lk-know__title{
    font-size:60px;
    font-weight:700;
    margin:0 0 30px 0;
    grid-area:1 / 1 / 2 / 3;
}


.lk-know__box{
    width:280px;
    min-height:190px;
    background: #F2F0F7;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding:30px;
    margin: 30px 20px 0 0;
    color:#1E2630;
}

.lk-know__box:hover{
    box-shadow: 0px 6px 15px rgba(81, 140, 199, 0.2);
    color: #AFACAC;
}

.full-width{
    width:580px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2)!important;
}

.lk-know__box_title{
    font-size:25px;
    margin:23px 0 4px 0;
    word-break:break-all;
}

.lk-know__box_title:hover{
    color: #AFACAC;
}

.lk-know__box_title_sum{
    font-size:35px;
    margin:23px 0 4px 0;
}

.lk-know__box_title_sum:hover{
    color: #AFACAC;
}

.lk-know__box_text{
    font-size: 16px;
}

.buy-index{
    font-size:16px;
    color:#02CDEA;
    font-weight:700;
    top:-20px;
}

.lk-know__img{
    /*background: url('/img/lk_business/girl_big.png') right top no-repeat;
    min-width:50%;
    height:50em;*/
}


/*-----------Learn----------------------*/

.mc-instrustion_btn__copy{
    border: 1px solid #1E2630;
    color: #1E2630;
    border-radius: 5px;
    padding: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap20px{
    gap: 20px;
}

.mc-instrustion_btn__download{
    /*border: 1px solid #1E2630;*/
    color: #1E2630;
    border-radius: 5px;
    padding: 5px;
}

.viravnivanie{
    align-items: center;
    gap: 10px;
}

.mc-instrustion_btn{
    padding: 10px;
    /*border: 1px solid #1E2630;*/
    color: #1E2630;
    border-radius: 5px;
}

.mc-newselect__cifra{
    display: flex;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #1E2630;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    margin: 0 10px 0 0;
}

.mc-newselect__nums{
    margin: 20px 0;
    align-items: center;
}

.mc-newselect__step1-title{
    font-size: 18px;
    font-weight: bold;
}

.mc-newselect__nums{
    display: flex;
}

.mc-newselect__step1{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
}

.mc-dannie-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ebf1ff;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.mc-dannie-num{
    font-size: 30px;
    margin: 30px 0;
}

.mc-dannie-po-ocifrovke{
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 100%;
}

.diglink-flex{
    display: flex;
    align-items: center;
    width: 35%;
    border: 8px solid #E5ECF7;
    margin: 15px 0 5px 0;
    border-radius: 8px;
    background: #E5ECF7;
    justify-content: space-between;
    gap: 10px;
}

.diglink-input {
    width: 100%;
    padding: 10px;
    outline: none;
    border-width: 0;
    height: 28px;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
}

.diglink-copy_b{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #E5ECF7;
    width: 35px;
    height: 35px;
}

.diglink-text{
    color: #AFACAC;
    font-size: 16px;
}

.mc-ocifrovka_flex{
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc-formselect{
    width: 100%;
}

.mc-newselect{
    width: 100%;
    min-width: 220px;
    display: flex;
    gap: 20px;
}

.flex-digiclients{
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

.mc-digi_button{
    width: 365px;
    height: 150px;
    display: flex;
    border-radius: 10px;
    box-shadow: -15px -15px 30px #FAFBFF, 15px 15px 30px #A6ABBD;
    margin: 40px 0 0 0;
    background: #fff;
}

.select-all{
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
}

.select-all_cb{
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.mc-man_text{
    margin: 20px 0 0 20px;
    color: #AFACAC;
}

.mc-speaker_text{
    color: #AFACAC;
    margin: 10px 25px 0 25px;
    line-height: 1.2;
}

.mc-space{
    justify-content: space-between;
}

.mc-push_clients{
    position: fixed;
    bottom: 0;
    margin: 0 0 100px 0;
    width: 100%;
    background: #1E2630;
    padding: 20px 0;
}

.mc-checkbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mc-stats{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}

.mc-purecashes{
    color: #AFACAC;
    margin: 0 0 12px 0;
}

.mc-man_bg{
    width: 160px;
    background: #d2d5de;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

.mc-man_img{
    height: 130px;
}

.mc-man__flexcol{
    display: flex;
    flex-direction: column;
}

.mc-man_button{
    width: 80%;
    background: #E5ECF7;
    padding: 10px 15px;
    margin: 30px 0 0 20px;
    color: #1E2630;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    text-align: center;
}

.ava_color1{
    background: #F9BA1D!important;
    color: #1E2630;
}

.clients-circle{
    visibility: hidden;
    border-radius:50%;
    position:relative;
    background:#BCB6CA;
    margin:0 0 50px -40px;
    width:25px;
    height:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

.top-title{
    font-size:22px;
    color:#1E2630;
    font-weight:bold;
    letter-spacing:-0.02em;
    margin:40px 0 20px 0;
}

.top-text{
    font-size:16px;
    color:#1E2630;
    max-width:750px;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.top-text-form{
    font-size:16px;
    color:#BCB6CA;
    max-width:750px;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.bp-btn-bar{
    display:flex;
    margin:0 0 30px 0;
    align-items:center;
}

.bp-bar-btn{
    background:#E5ECF6;
    border-radius:5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding:12px 24px;
    color:#1E2630;
    font-size:14px;
    text-align:center;
    margin:0 20px 0 0;
}

.btn-icon-mar{
    margin:0 8px 0 0;
}

.arrow-right-1{
    margin:0 20px;
}

.learn-table{
    background-color:transparent;
}

.learn-table-title{
    font-size:12px;
    font-weight:500;
    color:#AFACAC;
    text-align:center;
}

.learn-table-title_sort{
    font-size:12px;
    color:#1E2630;
    text-align:right;
    text-decoration:underline;
}

.learn-table-content{
    font-size:12px;
    font-weight:500;
    color:#1E2630;
    text-align:center;
}

.learn-table-total{
    font-size:12px;
    font-weight:bold;
    color:#6750A4;
    text-align:center;
}

.clients-list__nobody{
    margin: 35px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #AFACAC;
}

.clients-list {
    margin: 0 0 20rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4em;
}

.clients-list .page {
    display: flex;
    width: 100%;
    gap: 22px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}

.client-flex{
    display:flex;
    align-items:center;
}

.client-ava{
    width:40px;
    height:40px;
    border-radius:100px;
    background-color:#BCB6CA;
    margin:0 10px 0 0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.client-ava-do{
    width: 50px;
    height: 50px;
    border-radius:100px;
    background-color:#BCB6CA;
    margin:0 0 0 -15px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 13px;
}
.client-ava-do:nth-child(1) {
    margin:0 0 0 0px;
    background-color: orange;
}
.client-ava-do:nth-child(2) {
    background-color: yellow;
}
.client-ava-do:nth-child(3) {
    background-color: yellowgreen;
}
.client-ava-do:nth-child(4) {
    background-color: aquamarine;
}

.table-checkbox{
    display:block!important;
    width: 18px;
    height: 18px;
    margin:0 0 20px 0;
    padding:0;
}

.learn-area1{
    display:flex;
}

.learn-right-block{
    width:278px;
    height:600px;
    background:#E5ECF6;
    border-radius:15px;
    margin:-80px 0 0 0;
    padding:40px 0 0 0;
    text-align:center;
}

.learn-right-block_phone{
    width:278px;
    height:600px;
    background:none;
    border-radius:15px;
    margin:-80px 0 0 0;
    padding:40px 0 0 0;
    text-align:center;
}

.learn-right-block_title{
    font-size:16px;
    color:#1E2630;
    padding:30px 0 10px 0;
    font-weight:600;
}

.learn-right-btn{
    background: #D0CCD9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding:8px 26px;
    color:#6750A4;
    font-size:13px;
    margin:0 0 30px 0;
}

.arrow_magenta{
    margin:0 0 0 5px;
}

.learn-right-link{
    display:block;
    font-size:14px;
    color:#AFACAC;
    margin:10px 0 0 10px;
}

.small-icon-margin{
    margin:0 6px 0 0;
}

.filter-inputs{
    display:flex;
    justify-content:space-between;
}

.input-filter{
    border-radius:5px;
    border:1px solid #d9d9d9;
    width:90px;
    height:30px;
    padding:4px;
}


.filter-title{
    margin-bottom:5px;
    margin-top:15px;
}

::placeholder{
    font-size:14px;
}

.slider-double{
    margin:20px 0;
}

.jessika-hide{
    display:none;
}

.sex-block{
    display:flex;
}

.sex-label{
    color:#AFACAC;
    margin:15px 0 0 30px;
}

.purchases-block{
    margin:40px 0 0 0;
}

.purchases-flex{
    display:flex;
    gap: 40px;
    flex-wrap: wrap;
}

.purchases-flex_col{
    display:flex;
    flex-direction: column;
}

.purchases-label{
    font-size:14px;
    color:#AFACAC;
    margin-bottom:0;
}

.purchases-label label{
    font-size:14px;
    color:#AFACAC;
    margin-bottom:0;
}

.purchases-label__marg{
    margin:0 0 0 30px;
}

#filter-modal_new{
    padding: 10px 20px 60px;
    width: 100%;
    max-width: 420px;
}

.filial-block{
    margin-top:40px;
}

.filial-select{
    color:#AFACAC;
    border:1px solid #AFACAC;
}

.filter-btns{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:40px 0 0 0;
}

.filter-reset{
    color:#AFACAC;
    font-size:14px;
}

.filter-accept{
    background: #BCB6CA;
    padding: 10px 20px;
    text-align: center;
    display: block;
    color:#1E2630;
    border-radius:5px;
    font-size:14px;
}

#filter-modal{
    width:100%;
    max-width:400px;
    overflow-x: hidden;
}

#turbo-modal{
    width:100%;
    max-width:400px;
    background:#ECF3FB;
}

.turbo-rev_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;

}

.turbo-rev_img{
    display: block;
    margin: 30px auto;
}

.turbo-rev_title{
    font-size: 18px;
}

.turbo-rev_text{
    font-size: 14px;
    margin: 20px 0;
}

.turbo-rev_btn{
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    padding: 10px 15px;
    background: #fff;
    margin: 10px 0;
}

.modal-standart{
    width:100%;
    max-width:400px;
    padding:20px;
}

.push-rev_title{
    margin: 20px 0;
}

.push-rev_btn{
    padding:10px 15px;
    margin:10px 0;
    border:1px solid #dedede;
}

/*------------История покупок--------------*/

.h-card{
    display: flex;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    margin: 20px 0 30px 0;
    width: 100%;
    flex-direction: column;
}

.h-card_id{
    font-size: 14px;
    color: #AFACAC;
    margin: 0 0 20px 0;
}

.h-card_info{
    display: flex;
    justify-content: space-between;
}

.h-card_info_block{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.h-card_info_block_w{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 50%;
}

.h-card_logo{
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 60px 20px 40px;
}

.h-card_logo{
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 60px 20px 40px;
}

.h-card_logo__bi{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 60px 20px 40px;
}

.h-card_logo__ti{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    width: 55px;
}

.other_in{
    display: flex;
    align-items: center;
}

.h-card_title{
    font-size: 22px;
    margin: 0 0 14px 0;
    line-height: 1.12;
}

.h-card_cont{
    color: #AFACAC;
    margin: 0 0 8px 0;
}
.h-card_cont.description {
    line-height: 20px;
}

.h-card_b1{
    margin: 0 5rem 0 0;
}

.h-card_b2{
    margin: 0 5rem 0 0;
}

.h-card_cashok{
    color: #61AE64;
    font-size: 15px;
    display: flex;
    gap: .5em;
}

.h-card_cashoff{
    color: #FF6D6D;
    font-size: 15px;
}

.h-card_cashwait{
    color: #BCB6CA;
    font-size: 15px;
}

.h-card_cashback-change {
    color: #AFACAC;
    margin: 0 0 8px 0;
    text-decoration: underline;
    cursor: pointer;
}
.check_small{
    width: 18px;
    height: 18px;
}

.h-phone, .age, .city, .uprid{
    line-height: 1.5;
}

/*----------Transactions-----------*/

.pending-wrap{
    width: 205px;
    height: 165px;
    border-radius: 10px!important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)!important;
}

.window-pending{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0 0;
}

.window-pending_success{
    background: #E5ECF6;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px 10px;
    color: #61AE64;
    margin: 0 0 20px 0;
}

.window-pending_cancel{
    background: #E5ECF6;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px 10px;
    color: #FF6D6D;
}

.margin-zero{
    margin:0 0 0 0!important;
}

.percetn-margin{
    margin: 0 0 0 -15px;
}

.tranz-clients{
    display: flex;
    margin: 50px 0;
    /*justify-content: space-between;*/
}

.tranz-clients_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin: 0 30px 0 0;
}

.tranz-info{
    padding: 30px;
}

.tranz-card_name{
    display:flex;
    align-items:center;
    margin: 0 0 40px 0;
}

.tranz-avatar{
    width: 40px;
    height: 40px;
    background: #f9ba1d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin: 0 30px 0 0;
}

.tranz-field{
    margin: 0 0 8px 0;
}

.tranz-fieldname{
    font-size:14px;
    color: #afacac;
}

.tranz-cardsum{
    display: flex;
    background: #f3f3f3;
    width: 100%;
    padding: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
}

/*-----------Do----------------------*/
.do-area1{
    display:flex;
    justify-content:space-between;
}

.do-cross-bar{
    display:flex;
    margin:0 0 20px 0;
    color:#fff;
}

.gray-btn-cross{
    background:#BCB6CA;
    border-radius:5px 0 0 5px;
    color:#fff;
    padding:7px;
    margin:0 2px 0 0;
}

.gray-btn-cross__cross{
    background:#BCB6CA;
    border-radius:0 5px 5px 0;
    color:#fff;
    padding:7px;
    margin:0 15px 15px 0;
    width:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.grey-btn-cross{
    display:flex;
}

.cross-btn{
    background:#BCB6CA;
}

.do-cards{
    display:flex;
    justify-content:space-between;
}

.do-object{
    width:230px;
    height:260px;
    background: #ECF3FB;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding:20px;
    margin:0 20px 0 0;
}

.do-object-title{
    font-size:16px;
    margin:15px 0 0 0;
    font-weight:500;
}

.do-object-title_ul{
    list-style: disc;
    color:#AFACAC;
    margin:40px 0 0 25px;
}

.do-object-cont{
    color:#AFACAC;
    margin:40px 0 0 25px;
}

/*-------------Do Start Action----------------*/
.do-start-action__wrapper{
    display:flex;
    flex-direction:column;
}

.do-start-action__textarea{
    width: 100%;
    border-radius:5px;
    border:1px solid #BCB6CA;
    height:120px;
    margin:20px 0 40px 0;
}

.hidden {
    display: none !important;
}

/*------------About form new-----------------*/

.about-flex{
    display: flex;
    flex-wrap: wrap;
}

.about-flex-week{
    display: flex;
    flex-wrap: wrap;
    width: 55%;
}

.work-time_wrap{
    margin: 0 0 28px 0;
}

.about-pad-left{
    padding-left: 0;
}

.about-week{
    align-items: center;
    gap: 10px;
}

.work_time-input{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 30px 0 0;
    width: 100%;
    max-width: 200px;
}

.work_time{
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    height: 30px;
    background: transparent;
    margin: 10px 30px 10px 0;
    padding: 0 4px;
    box-shadow: none;
}

.social{
    margin: 45px 0;
}

.soc-title{
    margin: 0 0 10px 0;
}

.soc-wrap{
    display: flex;
    gap: 25px;
    margin: 0 0 20px 0;
}

.soc-field{
    display: flex;
    align-items: center;
    margin: 0 25px 0 0;
}

.soc-icon{
    margin: 0 15px 0 0;
}

.set-input_soc{
    height: 30px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    border-radius: 5px;
    color: #afacac;
    font-size: 14px;
    padding: 10px;
    margin: 0;
}

.epty-block{
    margin: 0 0 45px 0;
}

.about-address{
    margin: 0 0 10px 0;
    font-weight: 600;
}

/*-----------Am----------------------*/

.set-wrap{
    display: flex;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 10px 0;
    justify-content: space-between;
    align-items: center;
}

.set-flex{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 30px;
}

.set-status_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set-status{
    display: flex;
    align-items: center;
    color: #AFACAC;
    justify-content: end;
    margin: 40px 0 10px 0;
}

.set-menu_title{
    text-align: left;
}

.set-form{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: auto;
    transition: max-height 0.2s ease-out;
    margin: -10px 0 10px 0;
    /*height: 100%;*/
}

.set-input{
    width: 40%;
    height: 30px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    margin: 0 0 35px 0;
    border-radius: 5px;
    color: #afacac;
    font-size: 14px;
    padding: 10px;
}

.width-input{
    width: 18%!important;
}

.width-input90{
    width: 90%!important;
}

.width-input100{
    width: 100%!important;
}

.set-select{
    width: 25%;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    margin: 0 0 15px 0;
    border-radius: 5px;
    color: #afacac;
    font-size: 14px;
    height: 30px;
    padding: 0 25px 0 5px;
}

.equir-info{
    display: flex;
    gap: 30px;
}

.equir-title{
    font-size: 19px;
    text-decoration: underline;
    margin: 0 0 15px 0;
}

.bank-equire-title{
    font-size: 16px;
    margin: 0 0 15px 0;
}

.equir-radio{
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
}

.w-site{
    width: 25%;
}

.mar-bot35{
    margin: 0 0 35px 0!important;
}

.mar-bot15{
    margin: 0 0 15px 0!important;
}

.width100{
    width: 100%;
}

.cassa-logo{
    margin: 10px 0 15px 0;
}

.equir-wrap{
    margin: 0 0 0 0;
}

.merch-flex{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.term-flex{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.region-block{
    display: flex;
}

.del-region{
    margin: 37px 0 0 6px;
    cursor: pointer;
}

.region_field {
    font-size: 12px;
}
.autocomplete-suggestions {
    font-size: 10px;
}

.info-size{
    width: 16px;
    height: 16px;
    margin: 15px 0 0 0;
}

.add-point{
    display: flex;
    align-items: center;
    /*gap:13px;*/
    color: #BCB6CA;
    text-decoration: underline;
    margin: 7px 0 0 10px;
    /*width: 100%;*/
    max-width: 180px;
}

.add-img{
    margin: 0 5px 0 0;
}

.filial-equir{
    text-decoration: underline;
    margin: 10px 0 20px 0;
}

.merch-label{
    margin: 0 0 10px 0;
}

.merch-input{
    width: 150px;
    height: 30px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    margin: 0 0 18px 0;
    border-radius: 5px;
    color: #afacac;
    font-size: 14px;
}

.add-mt{
    margin: -21px 0 0 15px;
}

.address-block{
    display: flex;
    align-items: center;
    gap: 20px;
}

.address-input{
    height: 30px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    margin: 0 0 28px 0;
    border-radius: 5px;
    color: #afacac;
    font-size: 14px;
}

.address-city{
    width: 312px;
}

.a-home{
    width: 90px;
}

.safty-flex{
    display: flex;
    align-items: center;
    gap: 20px;
}

.safty-pass{
    color: #AFACAC;
    font-size: 14px;
    cursor: pointer;
    margin: -25px 0 0 0;

}

.safty-margin{
    margin: -30px 0 0 0;
}

.w100{
    width: 100%;
}

.address-marg{
    margin: 30px 0 0 0;
}

.label-small{
    font-size: 15px;
}

.top-text-form_s{
    font-size:14px;
    color:#BCB6CA;
    max-width:750px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.margin10{
    margin: 0 0 10px 0!important;
}

.margin3010{
    margin: 30px 0 10px 0!important;
}

.set-contact_input{
    display: flex;
    gap: 40px;
    align-items: center;
}

.am-title{
    font-size:18px;
    color:#1E2630;
    margin:50px 0 20px 0;
}

.cb-title{
    color:#1E2630;
    margin:50px 0 5px 0;
}

.am-input{
    width:100%;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #D9D9D9;
    height:40px;
    padding:15px 0 10px 10px;
    background:transparent;
    margin:10px 20px 20px 0;
    color: #AFACAC;
}

.am-container{
    display:flex;
}

.am-progress__title{
    padding:0 0 10px 0;
    font-size:14px;
}

.am-progress{
    width:220px;
    height:20px;
    border-radius:5px;
    background:#DDDCDE;
}

.am-adress-term{
    display:flex;
    flex-wrap:wrap;
}

.am-input-round{
    width: 100%;
    border-radius:5px;
    border: 1px solid #D9D9D9;
    height:2.5rem;
    /*flex-basis:30%;*/
    background:transparent;
    margin:0 30px 45px 0;
    padding:0 10px;
    box-shadow: none;
}

.add-address{
    display: flex;
    width: 17rem;
    height: 2.5rem;
    background: #BCB6CA;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor:pointer;
    font-size: 20px;
}

.add-terminal-fill{
    display: flex;
    width: 100%;
    max-width: 250px;
    background: #BCB6CA;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor:pointer;
    font-size: 16px;
    padding: 12px 15px;
}

.big-round{
    width:60%;
}

.add-avatar{
    display:flex;
    margin:0 0 15px 0;
    width:130px;
    height:110px;
    border-radius:8px 8px 0 0;
    border:1px solid #BCB6CA;
    background:#fff;
    flex-direction:column;
    cursor:pointer;
    overflow: hidden;
    justify-content: end;
}

.avatar-text{
    margin: 0 0 45px 0;
    color: #BCB6CA;
    font-size: 14px;
}

.flex{
    display:flex;
    margin:0 0 15px 0;
}

.flex-clear{
    display: flex;
}

.flex-hor-align{
    display: flex;
    align-items: center;
}

/*Cachback-plug*/
.plug__wrap{
    position: relative;
}

.plug__frame{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px dashed #BAC2CA;
    opacity: .8;
}

.plug__flex{
    display: flex;
    justify-content: end;
}

.plug__items{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6em;
    position: absolute;
    z-index: 100;
    margin: 100px 100px 0 0;
}

.flex-digital{
    display: flex;
    align-items: center;
    gap: 1.2em;
    margin: 40px 0 10px 0;
}

.flex-digital_b{
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin: 40px 0 10px 0;
}

.digital-icon{
    width: 55px;
    height: 55px;
}

.digital-switch{
    background: #007BFF;
    border-radius: 20px;
    width: 30px;
    height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.digital-switch.off{
    background: #FFF;
    border: 1px #BAC2CA solid;
    border-radius: 20px;
    width: 30px;
    height: 18px;
    display: flex;
    align-items: center;
}

.happy-houars{
    display: flex;
    flex-direction: column;
}

.plus_link{
    display: flex;
    align-items: center;
    color: #BCB6CA;
    text-decoration: underline;
    gap: 20px;
}

.switch-circle{
    border-radius: 50%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
}
.digital-switch.off .switch-circle{
    border-radius: 50%;
    background: #BAC2CA;
    width: 12px;
    height: 12px;
    margin: 0 0 0 2px;
}

.lk_business-calendar{
    width:240px;
    margin:0 0 0 10px;
    cursor:pointer;
    background: url('/img/lk_business/i_calendar.svg') no-repeat 10px 11px;
    background-color: #E5ECF6;
    border: 0;
}

.lk_business-calendar:active{
    border: 0;
    outline: 0;
    outline-offset: 0;
}

.lk_business-calendar:focus{
    border: 0;
    outline: 0;
    outline-offset: 0;
}

.add-plus-big{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.add-logo-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.add-plus-big_logo{
    object-fit: contain;
    padding: 8px;
}

.add-avatar-btn{
    text-align:center;
    display:block;
    padding:3px 0;
    background:#EEE;
    margin-top:0;
    font-size:13px;
    color:#AFACAC;
}

.small-round{
    flex-basis:30%;
}

.am-select{
    width:auto;
    margin:0 0 15px 0;
}

.am-sub-title{
    margin:0 0 15px 0;
}

.am-input-dop{
    width:80px;
    height:28px;
    border-radius:5px;
    border:1px solid #BCB6CA;
    margin:0 8px;
    background:transparent;
    padding:0 5px;
}

.week-days{
    display:flex;
}

.am-days{
    display:flex;
    flex-direction:column;
    margin:0 15px 0 0;
    line-height:3.3;
}

am-days-select{
    display:flex;
    flex-direction:column;
}

.am-dop-day{
    margin:0 0 0 120px;
}

.am-btn-dis{
    background:#BCB6CA;
    padding:10px 20px;
    text-align:center;
    margin:30px 0;
    display:block;
    color: #1E2630;
    border-radius: 5px;
}
.am-btn-dis:disabled {
    color: #BBB;
    background-color: #DDD;
    cursor: default;
}

.am-btn-dis_filt{
    background:#BCB6CA;
    padding:10px 20px;
    text-align:center;
    margin:30px 0;
    display:block;
    color: #1E2630;
    border-radius: 5px;
}

.filter-reset{
    font-size: 16px;
}

.am-btn-act{
    background:#02CDEA;
    padding:10px 20px;
    text-align:center;
    margin:30px 0;
    display:block;
    color: #fff;
}

/*.am-btn-dis1{
        background:#BCB6CA;
        padding:10px 20px;
        text-align:center;
        margin:30px 0;
        display:block;
}*/

.input-file1 {
    height: 0;
    width: 0;
}

.am-btn-dis_a{
    padding:10px 20px;
    text-align:center;
    border:1px solid #BCB6CA;
    border-radius:5px;
    background:#BCB6CA;
}

.am-btn-dis_noa{
    margin:0 0 0 30px;
    padding:10px 20px;
    text-align:center;
    border:1px solid #BCB6CA;
    border-radius:5px;
}

.hamburger-menu{
    display:none;
}

/*----------Скрываем блок полей---------*/
.hide {
    display: none;
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
    padding: 0;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
    background: none;
    padding: 10px;
}

.options_form{
    width:100%;
    padding:30px!important;
    border:1px solid #aaa!important;
    border-radius:5px;
    margin:30px 0!important;
}

/*----------Support-----------*/

.faq-manager{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px 0;
}

.faq-manager_name{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.faq-manager_icons{
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-manager_phone{
    margin: 0 0 0 10px;
}

.faq-manager_icons.mbot{
    margin: 0 0 10px 0;
}

.faq-chat{
    margin: 0 0 20px 0;
}

.vhide{
    visibility: hidden;
}

.faq-flex {
    display: flex;
    gap: 15px;
}

.faq-wrap {
    width: 100%;
    /*height: 250px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.faq-video {
    border-radius: 8px;
    background: #E5E6E9;
    width: 350px;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #1E2630;
    font-size: 16px;
    gap: 10px;
}

.faq-btn.sys {
    background-image: url('/img/lk_business/faq/i_download.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.faq-btn.sys:hover {
    background-image: url('/img/lk_business/faq/i_download_act.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.faq-btn.chat {
    background-image: url('/img/lk_business/faq/i_support.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.faq-btn.chat:hover {
    background-image: url('/img/lk_business/faq/i_support_act.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.faq-btn_und{
    border-bottom: 2px solid;
    margin: 0 0 0 20px;
}

.faq-btn_wrap{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.faq-hr {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.sup-faq{
    margin: 0 0 40px 0;
}

/*----------Accordeon for FAQ--------------*/

.question {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1E2630;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: 300;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}


/*-----------Push----------------*/

.mc-push_button{
    background: #AFACAC;
    padding: 10px 15px;
    width: 120px;
    margin: auto;
    color: #fff;
    border-radius: 5px;
}

.push-flex{
    gap: 10px;
    width: 100%;
    max-width: 300px;
}

.push-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 50px 0;
}

.dig-push_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 5px;
    width: 372px;
    height: 398px;
}

.push-card_header{
    width: 100%;
}

.push-card_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.push-card_send{
    color: #61AE64!important;
}

.push-card_date{
    color: #AFACAC;
}

.push-card_bottom{
    width: 100%;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.push-tale1{
    margin-left: auto;
}

.push-tale2{
    margin: -4px 123px 0 0;
}

.push-card_point1{
    perspective: 400px;
    display: inline-block;
    width: 280px;
    height: 40px;
    margin: -3px 0 0 0;
}

.push-card_point1:before {
    background-color: #E5ECF6;
    border: 1px solid #BBCBE1;
    transform: rotateX(150deg);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

.p-imgae2{
    width: 247px;
}

.push-card_point2{
    perspective: 400px;
    display: inline-block;
    width: 260px;
    height: 40px;
    margin: -3px 0 0 0;
}

.push-card_point2:before {
    background-color: #E5ECF6;
    border: 1px solid #BBCBE1;
    transform: rotateX(150deg);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

.push-card_point3{
    display: none;
    perspective: 400px;
    width: 240px;
    height: 40px;
    margin: -3px 0 0 0;
}

.push-card_point3:before {
    background-color: #E5ECF6;
    border: 1px solid #BBCBE1;
    transform: rotateX(150deg);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

.push-card_point4{
    perspective: 400px;
    display: inline-block;
    width: 237px;
    height: 40px;
    margin: -3px 0 0 0;
}

.push-card_point4:before {
    background-color: #E5ECF6;
    border: 1px solid #BBCBE1;
    transform: rotateX(150deg);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

.push-card_text{
    padding: 10px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.push-p1{
    margin: -6px 0 0 0;
}

.push-card_title{
    margin: 0 0 10px 0;
}

.push-card_descr{
    font-size: 14px;
    color: #AFACAC;
}

.push-icon{
    margin: 0 0 0 10px;
}

.dig-instructions{
    justify-content: end;
}

.push-speaker{
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf0f5;
    width: 100%;
    height: 42px;
    margin: 0 10px 0 0;
    max-width: 42px;
    ;
}

/*------------Digital------------*/
.dig-wrapper{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.dig-content{
    flex-basis: 55%;
}

.dig-link{
    display: flex;
    margin: 15px 0 0 0;
    height: 75px;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
}
.web-link_wrap{
    display: flex;
    background: #E5ECF7;
    border-radius: 5px;
    gap: 10px;
    padding: 25px;
}

.web-link_field{
    padding: 6px;
    font-size: 16px;
    color: #AFACAC;
    width: 320px;
    border: 1px solid #AFACAC;
    border-radius: 5px;
    background: #ffffff;
}

.web-link_btn{
    background: #BCB6CA;
    padding: 6px;
    border-radius: 5px;
}

.transactions-list_margin{
    margin: 0 0 15rem 0;
}

.dig-stat{
    display: flex;
    padding: 27px;
    background: #fff;
    border-radius: 5px;
    margin: 30px 0 50px 0;
    width: 100%;
    justify-content: space-between;
}

.dig-stat_card{
    width: 100%;
}

.trans-icon_big{
    margin: 0 8px 0 0;
    width: 57px;
}

.income-margin{
    display: flex;
    justify-content: center;
}

.dig-stat_card_icon{
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 50%;
    background: #E5ECF7;
    justify-content: center;
    align-items: center;
}

.dig-stat_card_num{
    font-size: 20px;
    margin: 0 0 10px 0;
}

.dig-stat_card_name{
    color: #AFACAC;
    margin: 0 0 10px 0;
}

.bt_balance{
    display: block;
    width: 100%;
    background-color: #BCB6CA;
    color: #1E2630;
    font-size: 14px;
    padding: 4px 0;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 0 0;
}

.bt_balance:hover{
    color: #1E2630;
}

.sb_modal{
    padding: 50px;
}

.sb_modal__text{
    font-size: 25px;
    margin: 0 0 20px 0;
}

.bt_balancemodal{
    background: #BCB6CA;
    padding: 10px 0px;
    width: 90px;
    text-align: center;
    margin: 30px 0;
    color: #1E2630;
    border-radius: 5px;
}

.stat-mob{
    display: flex;
}

.dig-search{
    /*margin: 50px 0 0 0;*/
    border-radius: 5px;
    height: 75px;
    padding: 0 50px;
    background: url('/img/lk_business/dig_i-search.svg') no-repeat 20px 25px;
    border: none;
    box-shadow: none;
}

.dig-search_col{
    background-color: #E5ECF7;
    /*margin: 50px 0 0 0;*/
    border-radius: 5px;
    height: 75px;
    padding: 0 50px;
    background: url('/img/lk_business/dig_i-search.svg') no-repeat 20px 25px;
    border: none;
    box-shadow: none;
    background-color: #E5ECF7;
}

.selected-wrap{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    height: 75px;
    padding: 0 50px;
    margin: 20px 0;
    justify-content: space-between;
    gap: 4em;
}

.card-wrap{
    display: flex;
    gap: 80px;
}

.card-photo{
    width: 354px;
    height: 354px;
    border-radius: 8px;
    background-color: #F9BA1D;
    font-size:160px;
    text-align: center;
    color: white;
    overflow: hidden;
}
.card-photo div {
    padding-top: 80px;
}

.card-title{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.card-name{
    color: #AFACAC;
}

.card-string{
    font-size: 16px;
    margin: 8px 0 0 0;
}

.card-download{
    text-align: center;
}

.qr-dnd{
    margin: 0 10px 0 0;
}

.qr-block{
    background-image: url("../img/lk_business/card/card-wb.png");
    width: 279px;
    height: 381px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.qr-img{
    width: 60px;
    height: 60px;
    border-radius: 6px;
    margin: 0 0 40px 0;
    background-color: white;
}

.qr-block-col{
    background-image: url("../img/lk_business/card/card-color.png");
    width: 279px;
    height: 381px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.qr-img-col{
    width: 60px;
    height: 60px;
    border: 2px solid #8de8ff;
    border-radius: 6px;
    margin: 0 0 40px 0;
}

.dig-clients{
    margin: 10px;
    /*justify-content: space-between;*/
}

.dig-clients_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    min-width: 280px;
}

.margin4col{
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 267px;
}
.staff-page {
    cursor: pointer;
    color: #1E2630;
}
.staff-page:focus, .staff-page:hover, .staff-page:visited {
    text-decoration: none;
    color: #1E2630;
}
.dig-clients_avatar{
    width: 64px;
    height: 64px;
    background: #AFACAC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.dig-clients_name{
    font-weight: 700;
    margin: 6px 0 12px 0;
}

.hor-line{
    height: 1px;
    width: 100%;
    margin: 26px 0;
    background: #dadada;
}

.dig-cliets_stat{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dig-clients_icon{
    margin: 0 10px 0 0;
}
/*#change-password {
    position: relative;
    top: -58px;
    left:275px;
    border-radius: 5px;
}*/

.am-btn__change{
    background: #BCB6CA;
    padding: 10px 20px;
    text-align: center;
    color: #1E2630;
}

.error-hint {
    color: red;
}
.success-hint {
    color: green;
}
.uploadBlock {

}

.ps-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
}

.ps-sendbutton{
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.ps-btn-bg{
    background: #d2d5de;
    border-radius: 10px 0 0 10px;
    padding: 15px;
}

.forgot-pass{
    color: #AFACAC;
    text-decoration: underline;
}

.desk-nodisp{
    display: none;
}

.desk-disp{
    display: block;
}
.pro {
    background-color: #61ae64;
    color: white;
}
.closed {
    background-color: rgb(210, 23, 23);
    color: white;
    width: 65px;
}
/*-----New tariffs-------*/
.ntf__img{
    margin: 20px 0 0 0;
}

.ntf__wrap{
    display: flex;
    gap: 1em;
}

.ntf__wrap-block{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 15px;
}

.ntf__h1{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.ntf__btn{
    padding: 10px 20px;
    text-align: center;
    background-color: #BCB6CA;
    display: block;
    border-radius: 5px;
    color: #1E2630;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
}
.package[disabled] {
    color: #BBB;
    background-color: #DDD;
}
.package:hover {
    text-decoration: underline;
}
.package[disabled]:hover {
    text-decoration: none;
}
.select-package {
    display: inline-block;
    width: 150px;
}
.btn-product[disabled] {
    color: #BBB;
    background-color: #DDD;
    cursor: default;
}
/*New tariffs redis*/
.ntr__wrap{
    display: flex;
    margin: 20px 0;
}

.ntr__active{
    flex-basis: 52%;
}

.ntr__noactive{
    flex-basis: 16%;
}

.ntr__item-act{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 8px 8px 0 0;
}

.ntr__item-noa{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 8px 8px 0 0;
}

.ntr__promo{
    background-image: url('/img/tariffs/1_promo-act.svg');
}

.ntr__lite{
    background-image: url('/img/tariffs/2_lite.svg');
}

.ntr__classic{
    background-image: url('/img/tariffs/3_classic.svg');
}

.ntr__business{
    background-image: url('/img/tariffs/4_business.svg');
}

.ntr__h1{
    font-size: 22px;
    font-weight: normal;
}

.table__active{
    background-color: #fff;
}

.table__promo{
    background-color: #fcf0df;
}

.table__lite{
    background-color: #EEFDE5;
}

.table__classic{
    background-color: #E5F1FF;
}

.table__business{
    background-color: #FFECE7;
}

.ntr__table-item{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 13px;
    border-bottom: 1px solid #D9D9D9;
}

.ntr__table-item:last-child{
    border-bottom: none;
}

.ntr__table-text{
    font-size: 14px;
    width: 70%;
}

.ntr__table-val{
    font-weight: bold;
    font-size: 15px;
}
.ntr__table-item-buy{
    display: flex;
    height: 49px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 13px;
    border-bottom: 1px solid #D9D9D9;
}

.ntr__snoska{
    font-size: 12px;
    color: #BAC2CA;
    margin: 0 10px;
}

.ntr__vopros::after {
    content: attr(data-title);
}
.ntr__vopros:hover::after {
    content: attr(data-title);
}



.val__center{
    margin: 0 auto;
}

.ntr__table-item-price{
    display: flex;
    justify-content: space-between;
    padding: 20px 13px;
    height: 100px;
}

.ntr__button-go{

    background: #BCB6CA;
    padding: 10px 16px;
    text-align: center;
    margin: 0 25px 10px;
    display: block;
    color: #1E2630;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;

}
button.ntr__button-go {
    padding: 10px 36px;
}

.ntr__push-val{
    font-size: 20px;
    margin: 10px 0;
}

.ntr__box-title{
    font-weight: bold;
}

.ntr__digital-wrap{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.ntr__digital-val{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1em;
}

.ntr__link-classic{
    color: #71B2F2;
}

.ntr__link-business{
    color: #FF7A7A;
}

.ntr__box-text{
    width: 400px;
}

.ntr__wrap-mob{
    display: none;
}

/*-------Accordion------------*/

.accordionWrapper{
    display: block;
}
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    width:100%;
    border-radius: 5px;
    box-sizing: border-box;
}

.accordionItemHeading:last-child{
    margin:0px 0px 40px 0px;
}

.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;


}
.open .accordionItemContent{
    padding: 2px;
    background-color: #fff;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.acc__arrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ntr__h2{
    margin-bottom: 0;
    font-weight: normal!important;
}

.box-wrap{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
}

.ntr__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ntr__box-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

/*-----Push tariffs-----*/
.pt__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pt__box-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    padding: 20px 40px;
    border: 1px solid #ddd;
}

.opti{
    border: 2px solid #3778CA;
    padding: 20px 40px;
}

.pt__box-q{
    font-size: 20px;
    margin-bottom: 40px;
}

.pt__box-r{
    font-size: 20px;
    margin-bottom: 5px;
}

.pt__box-text{
    font-size: 14px;
    margin-bottom: 40px;
}

.pt__box-sum{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.pt__box-green{
    font-size: 20px;
    color: #2AA946;
    margin-top: 15px;
}

.pt__box-blue{
    font-size: 20px;
    color: #3778CA;
    margin-top: 15px;
}

.pt__box-orange{
    font-size: 20px;
    color: #FBA807;
    margin-top: 15px;
}

.pt__box-red{
    font-size: 20px;
    color: #FD2121;
    margin-top: 15px;
}

/*----Filters New-----*/

.filter-wrapper .filter-controls {
    display: flex;
    gap: 10px;
}
.filter-wrapper .filter-controls .control {
    background-color: #E5ECF6;
    border-radius: 5px;
    font-size: 14px;
}
.filter-wrapper .filter-controls .datepicker.control {
    background: #E5ECF6 url(/img/lk_business/i_calendar.svg) no-repeat 10px 11px;
    width: 212px;
    padding-left: 35px;
}
.filter-wrapper .filter-controls .btn {
    border-radius: 5px;
}

.nowrap{
    flex-wrap: nowrap!important;
}

.upgrade__cashback-text{
    width: 200px;
}
/*Modal standart*/
.modal__wrap{
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: linear-gradient(122.84deg, #ECF3FB 20.86%, #FFECF2 98.67%);
    border-radius: 20px;
}

.modal__wrap-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(122.84deg, #ECF3FB 20.86%, #FFECF2 98.67%);
    border-radius: 20px;
}

.modal__flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.modal__title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.modal__text{
    margin: 0 0 20px 0;
}

.tip-block {
    position: absolute;
    display: inline-block;
    background: transparent;
    margin: 0 0 0 -50px;
    /*padding: 10px 20px;*/
    border: 0;
    height: 0;
    width: 100%;
}

.tip{
    display: none;
    background: #ededed;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    opacity: .8;
    z-index: 5;
    margin: -10px 0 0 -20px;
    width: 200px;
    color: black;
}

.a__black{
    color: #1e2630!important;
}

.bi_wrapper {
    background-image: url("/img/auth/bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.bi_main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bi_win{

    border-radius: 20px;
    background: #fff;
    padding: 20px;
    margin: 50px 0 0 0;
    width: 450px;
}

.bi_title-wrap{
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

.bi_win-title{
    font-size: 22px;
    font-weight: bold;
}

.bi_input{
    width: 100%;
    height: 55px!important;
    border: 1px solid #D9D9D9;
    border-radius: 5px!important;
    padding: 17px;
    margin: 30px 0 60px;
    box-shadow: none;
}

.bi_input.login {
    margin: 30px 0 10px;
}

.bi_input.sms{
    /*width: 55px;
    margin: 30px 0 20px;*/
    margin: 30px 0 10px;
    width: 160px;
    font-size: 30px;
    font-weight: 500;
    box-shadow: none;
    letter-spacing: 10px;
    text-align: center;
}

.bi_input.err{
    border: 1px solid #F36643;
    margin: 30px 0 10px;
    box-shadow: none;
}

.bi_input.promo{
    margin: 30px 0 5px;
    width: 170px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #A9A9A9;
}

.bi_button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 5px;
    background: #1B04BE;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.bi_button:hover{
    background: #220cce;
}

.bi_button.dis{
    background: #fff;
    color: #A9A9A9;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    margin: 0 0 20px 0;
}

.bi_button.grey{
    background: #E2E1EC;
    color: #A9A9A9;
    margin: 0 0 7px 0;
}

.bi_text{
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #070707;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.bi_text2{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #070707;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.bi_text-red{
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #F36643;
    margin: 0 0 30px 0;
    font-weight: 500;
    text-align: center;
    line-height: 15px;
}

.bi_link{
    font-size: 12px;
    color: #1B04BE;
}

.bi_link-grey{
    color: #A9A9A9;
    text-decoration: underline;
}

.bi_text-grey{
    color: #A9A9A9;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
}

.bi_text-grey.big{
    font-size: 18px;
    line-height: 0;
}

.bi_text-grey.blue{
    color: #1B04BE;
    font-size: 18px;
    line-height: 0;
}

.bi_text-grey.red{
    color: #F36643;
    font-size: 18px;
    line-height: 0;
}

.bi_sms{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    font-size: 35px;
}

.bi_promo{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 25px 0;
}

.bi_promo-code{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bi_time{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    color: #A9A9A9;
}

.bi_password{
    position: relative;
}

.bi_eye{
    position: absolute;
    margin-top: -50px;
    right: 17px;
    cursor: pointer;
}

.bi_eye-c{
    position: absolute;
    margin-top: -45px;
    right: 20px;
    cursor: pointer;
}

@media (max-width:1440px){


    /*.lk-ballance{
            margin-right:calc(20px + (120 - 20) * ((100vw - 320px) / (1440 - 320)));
    }*/

    .lk-id{
        margin-right:calc(8px + (20 - 8) * ((100vw - 320px) / (1440 - 320)));
    }

    /*.lk-i_addbalance{
            margin-right:calc(2px + (10 - 2) * ((100vw - 320px) / (1440 - 320)));
    }*/

    /*.lk-header__menu_item{
        margin-right:calc(20px + (80 - 20) * ((100vw - 320px) / (1440 - 320)));
    }*/

    .lk-know__title{
        font-size:calc(25px + (60 - 25) * ((100vw - 320px) / (1440 - 320)));
    }
}
@media (max-width:1250px){
    .dig-clients_card{
        min-width: 245px;
    }
}

@media (max-width:1190px){
    /*.lk-know__box_title_sum{
            font-size:calc(15px + (40 - 15) * ((100vw - 320px) / (1440 - 320)));
    }*/

    .flex-digiclients{
        flex-direction: column;
        gap: 30px;
    }

    .mc-digi_button{
        margin: 0;
    }
}

@media (max-width:1175px){
    .push-wrap{
        justify-content: space-evenly;
    }
}

@media (max-width:1120px){

    .lk-header__menu_link{
        display:block;
        text-align:center;
    }
}

@media (max-width:980px){
    .lk-know__box_title{
        font-size:20px;
    }

    .lk-know__box_text{
        font-size:14px;
    }
}

@media (max-width:820px){

    .h-card_b1{
        margin: 0;
    }

    .h-card_title{
        font-size: 12px;
    }

    .dig-stat_card_num{
        font-size: 12px;
    }

    .dig-stat_card_name{
        font-size: 12px;
    }

    .tip-block{
        /*position: relative;*/
        display: flex;
        background: transparent;
        margin: 0;
        width: 200px;
        border-radius: 5px;
        height: 60px;
    }
    .ntr__table-item{
        padding: 0 13px;
        height: 100px;
    }

    .ntr__table-text{
        width: 130px;
    }

    .lk-header__nav {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 30px 15px 0 15px;
    }

    .lk-know__img{
        display: none;
    }
}

@media (max-width:768px){
    .ntr__table-text{
        width: 110px;
    }
}

@media (max-width:763px){
    .am-dop-day{
        margin:0 0 0 30px;
    }
}

@media (max-width:730px){
    .mc-ocifrovka_flex{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:650px){
    .lk-header__menu{
        /*display:none;*/
    }

    .test_burger{
        display:block;
    }
}

@media (max-width:506px){

    .lk-logo{
        display:none;
    }

    .exit-label{
        display:none;
    }
}

@media (max-width:450px){

    .bi_win{
        width: 100%;
    }

    .bi_text-grey.big{
        font-size: 12px;
        line-height: 0;
    }
    
    .bi_text-grey.blue{
        color: #1B04BE;
        font-size: 12px;
        line-height: 0;
    }
    
    .bi_text-grey.red{
        color: #F36643;
        font-size: 12px;
        line-height: 0;
    }

    .dig-stat_card_name{
        font-size: 20px;
    }

    .h-card_title{
        font-size: 20px;
    }

    .select-package{
        margin: 15px 0 0 0;
        width: 100%;
    }

    .pt__box-item{
        margin: 0 0 40px 0;
        width: 80%;
    }

    .pt__box{
        flex-direction: column;
    }

    .tip {
        display: block;
        background: #ededed;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        opacity: .8;
        z-index: 5;
        margin: 0;
        width: 200px;
        color: black;
    }

    .ntr__snoska{
        margin: 0 10px;
    }

    .ntr__digital-wrap{
        width: 100%;
        text-align: center;
    }

    .ntr__table-text{
        width: 70%;
    }

    .ntr__box-item{
        border: 1px solid #BAC2CA;
        padding: 20px 32px;
        border-radius: 5px;
    }

    .ntr__box-text{
        width: 100%;
        text-align: justify;
    }

    .top-title{
        text-align: center;
        margin: 40px 10px 20px 10px;
    }

    .ntr__box{
        flex-direction: column;
        gap: 2em;
        align-items: inherit;
    }

    .ntr__button-go{
        margin: 20px 8px;
    }
    button.ntr__button-go {
        width: 95%;
        margin-right: 5px;
    }
    .ntr__table-val{
        text-align: right;
    }

    .ntr__table-item-price{
        padding: 10px;
    }

    .ntr__table-item{
        padding: 20px 10px;
        gap: 10px;
        height: 70px;
    }

    .ntr__wrap-mob{
        display: block;
        padding: 0 10px;
    }

    .ntr__wrap-desk{
        display: none;
    }

    .ntf__wrap{
        flex-direction: column;
    }

    .ntf__img{
        width: 100%;
    }
    .plug__items{
        margin: 100px 0 0 0;
    }

    .plug__flex{
        justify-content: center;

    }

    .sb_modal{
        min-height: 290px;
        height: 290px;
    }

    .bt_balance{
        font-size: 16px;
        padding: 12px 0;
    }

    .lk-container{
        padding:0 25px;
    }

    .filter-wrapper .filter-controls .datepicker.control{
        width: 100%;
    }

    .filter-wrapper .filter-controls{
        flex-direction: column;
        gap: 0;
    }

    .h-card_info_block_w{
        width: 100%;
    }

    .trans-icon_big{
        width: 55px;
        margin: 0 20px 0 0;
    }

    .lk-header__menu_btn .icon{
        margin: 0 6px 0 -18px;
    }

    .clients-list{
        display: flex;
        flex-direction: column;
    }

    .income-margin{
        display: block!important;
    }

    .h-card_logo__bi{
        margin: 0;
        width: 100%;
        max-width: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .h-card_logo__ti{
        display: none;
    }

    .percetn-margin {
        margin: 0;
    }


    .margin3010{
        margin: 30px auto 10px auto!important;
    }

    .region_field{
        min-width: 285px;
    }

    .region-block{
        justify-content: space-between;
    }

    .top-text{
        margin: 0 0 40px 0!important;
        text-align: center;
    }

    .soc-wrap{
        flex-direction: column;
    }

    .dig-push_card{
        width: 100%;
    }

    .push-wrap{
        flex-direction: column;
    }


    .footer-lblock{
        margin: 0;
    }

    .footer-mob{
        flex-direction: column;
    }

    .selected-wrap{
        display: flex;
        height: auto;
        padding: 20px 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1em;
        text-align: center;
    }

    .card-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .purchases-flex {
        gap: 30px;
    }
    .flex-digital{
        flex-wrap: wrap;
        gap: .8em;
    }

    .cb-title{
        margin: 40px 0 4px 0;
    }
    .mc-digi_button{
        margin: 0 0 30px 0;
    }

    .stat-girl{
        width: 94%;
        margin: 0;
        right: 0;
    }

    .stat-icon{
        width: 25px;
        height: 25px;
    }

    .stat-left_box{
        padding: 10px;
        height: auto;
        margin: 0;
    }

    .mob-clients_gap{
        display: flex;
        gap: 50px;
    }

    .mob-clients_flex{
        display: flex;
        flex-direction: column;
    }

    .stat-newicon{
        width: 20px;
        height: 20px;
    }

    .stat-box_h2{
        font-size: 10px;
    }

    .stat-right{
        width: 100%;
        padding: 0;
        min-height: 186px;
    }

    .stat-left{
        width: 100%;
    }

    .stat-box_header_number{
        font-size: 20px;
        font-weight: 300;
        padding: 0 0 5px 0;
    }

    .stat-box_cont{
        font-size: 12px;
        margin: 0 0 0 5px;
    }

    .stat-left_wrap{
        gap: 7px;
        margin: 0 0 7px 0;
    }

    .stat-wrap{
        padding: 30px 0;
        flex-direction: column-reverse;
        gap: 7px;
    }

    .faq-flex{
        flex-direction: column;
    }

    .diglink-flex{
        width: 100%;
    }

    .menu-triangle{
        width: 20px;
        height: 16px;
        margin: 19px 0 0 0;
    }

    .lk-nav{
        padding: 0 10px;
    }

    .lk-header__menu_item{
        margin-right: 50px;
        font-size: 14px;
        font-weight: 500;
        height: 42px;
    }

    /*#change-password {
        position: initial;
        margin: 0 0 20px 0;
    }*/

    .address-block{
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }

    .mob-box{
        margin: 0!important;
    }

    .width-100{
        width: 100%;
    }

    .flex-gap15{
        gap: 15px;
    }

    .mob-disp{
        display: block;
    }

    .mob-nodisp{
        display: none;
    }

    .login__column{
        max-width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }

    .hi-margin{
        margin: 50px 0 0 0;
        width: 70%;
    }

    .login__cont{
        flex-direction: column-reverse;
        align-items: normal;
    }

    .login__wrapper{
        padding: 15px;
        height: 100vh;
        border-radius: 0;
        box-shadow: none;
    }

    .exit-options{
        margin: 0 0 40px 0;
    }

    .account-footer{
        flex-direction: column-reverse;
        gap: 0;
    }

    .safty-pass{
        margin: 10px 0;
    }

    .safty-flex{
        flex-direction: column;
        gap: 0;
        display: block;
    }

    .width-input{
        width: 100%!important;
    }

    .about-flex-week{
        width: 100%;
    }

    .am-btn-dis{
        margin: 30px auto;
    }

    .am-btn-dis_filt{
        margin: 0 0 1rem;
    }

    .am-input-round{
        margin: 0 0 15px 0;
        width: 100%;
    }

    .about-pad-left{
        padding-right: 0;
    }

    .add-terminal-fill{
        max-width: 100%;
    }

    .add-terminal{
        margin: 0 0 30px 0;
        max-width: 100%;
    }

    .ps-header{
        flex-direction: column;
    }

    .dig-clients_card{
        margin-bottom: 15px;
    }

    .margin4col{
        margin: 0 auto;
        max-width: 100%;
    }

    .mc-push_button{
        margin-bottom: 15px;
    }

    .push-flex{
        flex-direction: column;
        margin: 0 auto 20px;
    }

    .fdc{
        flex-direction: column;
    }

    .mc-newselect{
        flex-direction: column;
    }

    .mc-ocifrovka_flex{
        flex-direction: column;
    }

    .mc-dannie-po-ocifrovke{
        flex-direction: column;
    }

    .mc-space{
        flex-direction: column;
    }

    .lk-footer_mc__margin{
        margin: 0 auto;
        text-align: center;
    }

    .probel_mob{
        display: none;
    }

    .clients-circle{
        width: 40px;
    }

    .h-sum{
        font-size: 22px;
    }

    .h-card_b1{
        margin: 20px 0 0 72px;
    }

    .h-card_b2{
        margin: 20px 0 0 0;
    }

    .h-card_cont{
        margin: 0 0 3px 0;
    }

    .h-card_title{
        margin: -3px 0 5px 0;
    }

    .h-card_logo{
        margin: 0;
        width: 100%;
        max-width: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .h-card_info{
        flex-direction: column;
    }

    .set-status_wrap{
        flex-wrap: wrap;
    }

    .set-contact_input{
        flex-wrap: wrap;
        gap: 0;
    }

    .am-input{
        margin: 10px 20px 40px 0;
    }

    .add-address{
        margin: 0 0 30px 0;
        width: 40%;
    }

    .address-marg{
        margin: 0;
        width: 100%;
    }

    .set-flex{
        gap:10px;
        margin: 0 10px;
    }

    .set-flex_mob{
        flex-direction: column;
        gap: 0;
        align-items: baseline;
    }

    .set-select{
        width: 100%;
    }

    .set-input{
        width: 100%;
    }

    .stat-mob{
        margin: 0 0 10px 0;
        align-items: flex-start;
    }

    .dig-stat_card_num{
        margin: 0 0 6px 0;
        font-size: 30px;
    }

    .dig-stat_card{
        display: flex;
        align-items: center;
    }

    .dig-stat{
        flex-direction: column;
        gap: 20px;
    }

    .tranz-clients_card{
        margin: 0 0 30px 0;
    }

    .tranz-clients{
        flex-direction: column;
    }

    .lk-footer{
        position:relative;
    }

    .full-width{
        width:280px;
        margin:0 auto 30px!important;
    }

    .dig-clients{
        flex-direction: column;
    }

    .web-link_wrap{
        flex-wrap: wrap;
    }

    .dig-link{
        flex-direction: column;
        height: 100%;
    }

    .dig-wrapper{
        display: block;
    }

    .mobile-hide{
        display: none;
    }

    /*Do Actions*/

    .learn-right-block_phone{
        margin: auto;
    }

    /*Burger menu start*/

    .hamburger-menu{
        display:block;
        z-index:1;
    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: relative;
        top: 7px;

        width: 35px;
        height: 30px;
        margin:15px 0 0 0;

        cursor: pointer;
        z-index: 1;
    }

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;

        width: 100%;
        height: 2px;

        background-color: #fff;

        transition-duration: .25s;
    }
    .menu__btn > span::before {
        content: '';
        top: -8px;
    }
    .menu__btn > span::after {
        content: '';
        top: 8px;
    }

    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 60px;
        left: -100%;

        width: 70%;
        height: 100%;

        margin: 0;
        padding: 80px 0;

        list-style: none;

        background-color: #1E2630;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

        transition-duration: .25s;
    }

    .menu__item {
        display: block;
        padding: 20px;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition-duration: .25s;
    }
    .menu__item:hover {
        background-color: #CFD8DC !important;
        color:#313234!important;
    }

    .menu__item_dis{
        color:#7a7d83;
    }

    .menu__item_bottom{
        display:block;
        position:absolute;
        bottom:0;
        background-color:#2a2b2d;
        width:100%;
        height:240px;
        text-align:center;
    }

    .menu__item_bottom_element{
        color:#fff;
        font-size:16px;
        padding:15px 0 0 0;
    }

    .menu__item_bottom_button{
        display:block;
        color:#68e1ff;
        border:1px solid #68e1ff;
        border-radius:8px;
        text-align:center;
        padding:8px;
        width:200px;
        margin:0 auto;
        text-transform:uppercase;
        font-size:15px;
    }

    .burger-icons{
        margin:5px 20px 5px 5px;
        width:25px;
    }
    /*Burger menu end*/

    .lk_business-calendar{
        width:100%;
        height:55px;
        border:none;
        background: url('/img/lk_business/i_calendar.svg') no-repeat 5px 20px;
        background-color: #E5ECF6;
    }

    .bp-bar-btn{
        padding:12px 20px;
    }

    .learn-right-block_title{
        font-size:22px;
    }

    .learn-right-link{
        font-size:20px;
        margin:0 0 20px 10px;
    }

    .learn-right-btn{
        padding:18px 40px;
        font-size:20px;
    }

    .lk-header__turbo_button{
        padding:5px 0 5px 15px;
    }

    .lk-header__nav{
        overflow-x: visible;
        overflow-y: hidden;
        padding: 30px 15px 0 15px;
    }

    .lk-header__head{
        min-height:75px;
    }

    .lk-know{
        padding: 0;
        margin: 0;
    }

    .lk-know__box_text{
        font-size:14px;
    }

    .lk-know__box_title_sum{
        font-size:30px;
    }

    .lk-know__box{
        margin:30px auto 0;
        width: 100%;
    }

    .box4{
        margin-bottom:30px;
    }

    .lk-know__leftpart{
        flex-basis:100%;
        text-align:center;
    }

    .lk-know__img{
        display:none;
    }

    .do-object{
        margin:0 0 15px 0;
    }

    .do-cards{
        flex-wrap:wrap;
        justify-content:center;
        margin:0 0 30px 0;
    }

    .do-area1{
        flex-wrap:wrap;
    }

    .grey-btn-cross{
        margin:0 0 8px 0;
    }

    .do-cross-bar{
        flex-wrap:wrap;
    }

    .learn-area1{
        flex-wrap:wrap;
    }

    .learn-right-block{
        width:100%;
        height:100%;
        margin:0 0 20px 0;
        padding:40px 0;
    }

    .lk-header__turbo_title{
        display:none;
    }

    .am-container{
        flex-wrap:wrap-reverse;
    }

    .am-form{
        width:100%;
        max-width:430px;
    }

    .am-dop-day{
        margin:30px 0 0 0;
    }

    .equir-wrap{
        margin: 0;
    }

    .address-input{
        margin: 0 0 28px 0;
    }

    .a-phone{
        width: 100%;
        margin: 0 0 15px 0;
    }

    .info-size{
        margin: 15px 0 0 20px;
    }

    .top-text-form{
        margin: -20px 0 30px 0;
    }

    .filial-equir{
        margin: 40px 0 20px 0;
    }

    .add-point{
        margin: 3px 0 0 0;
    }

    .term-flex{
        margin: 35px 0 0 0;
        gap: 0;
    }

    .merch-flex{
        display: block;
        margin: 0 0 0 0;
    }
}

@media (max-width:375px){

    .stat-box_header_number {
        font-size: 18px;
    }

    .stat-box_cont{
        font-size: 10px;
    }

    .login__header{
        margin: 0;
    }

    .login__cont{
        margin: 0;
    }


    .hi-margin{
        width: 50%;
    }
}
