.alert{
    border-radius: var(--br-main);
    display: flex;
    gap: 15px;
}

/* breadcumbs */
.item-breadcrumbs{
    display: flex;
    box-shadow: var(--shadow-0) !important;
    background-color: var(--main-bg) !important;
    border-radius: 0px !important;
    padding: 15px;
    overflow: auto;
}

.item-breadcrumbs ul{
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.item-breadcrumbs ul li{
    min-width: fit-content;
    display: flex;
    align-items: center;
}

.item-breadcrumbs ul li > span{
    display: flex;
    width: max-content;
}

.item-breadcrumbs ul li:nth-last-child(1){
    opacity: 0.5;
}

.item-breadcrumbs ul li:nth-last-child(1):after{
    content:'' !important;
}

.item-breadcrumbs ul li:after{
    content: "\f152";
    font-family: uicons-regular-rounded !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    margin-left: 4px;
}

.breadcubms > a{
    margin-right: 5px;
    height: 30px;
    display: flex;
    align-content: center;
}

.view-grid .in-list{
    display: none;
}

.item-vertical{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.items{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.view-grid{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.view-list{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
}

.new-notify {
    position: absolute;
    padding: 0px;
    background: yellowgreen;
    top: 0px;
    border-radius: var(--br-main);
    overflow: hidden;
    box-shadow: var(--box-shadow-l);
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 3s;
    color: white;
    font-size: 12px;
    width: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-notify-item{
    display: flex;
    background: #fe521a;
    height: 0px;
    width: 0px;
    padding: 4px;
    border-radius: var(--br-main);
    margin-left: 3px;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
}

/* labels */

.labels-list{
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    width: fit-content;
    height: auto;
}

.labels-list > div{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    min-width: 22px;
    height: 22px;
    border-radius: 15px;
    padding: 4px;
    font-size: 12px;
    color: white;
    background: linear-gradient(45deg, #d54c20, #776af1);
    box-shadow: 0px 0px 10px #0000007a;
}

.labels-list > div img{
    height: 100%;
}

.card-book .labels-list{
    /* flex-direction: column; */
}

.item-disable {
    background: #0000001c;
    color: #5f5f5f;
}

/* label */
.item-label{
    font-size: 11px;
    line-height: 0;
    background-color: inherit;
    border-radius: var(--br-main);
    height: 16px;
    display: flex;
    align-items: center;
    padding: 0px 6px;
    width: max-content;
    min-width: fit-content;
}

.item-label i{
    font-size: calc(100% - 2px);
}

.label-new{
    background: #4943aa;
    color: white;
}

.label-prim{
    background: var(--bg-primary);
    color: white;
}

.label-sec{
    background: var(--bg-secondary);
    color: white;
}

.label-proc{
    background: orange !important;
    color: white;
}

.label-del{
    background: #fe521a !important;
    color: white;
}

.label-done{
    background: #009933 !important;
    color: white;
}

.label-warn{
    background: #fab619 !important;
    color: black;
}

.item-label-triagle {
    background: black;
    border-radius: 4px;
    padding: 3px 15px 3px 6px;
    position: relative;
    color: #fff;
    font-size: 12px;
   }

   .item-label-triagle:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    border: 10px solid transparent;
    border-right: 10px solid;
    border-right-color: inherit;
   }


/**/
.f-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.f-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.space-between{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.item-group{
    display: flex;
    gap: 5px;
    align-items: center;
}

.item-group-btn{
    display: flex;
    gap: 5px;
    align-items: center;
}

/* item menu */
.item-menu{
    position: relative;
}

.item-menu.open .item-menu-body{
    display: flex;
}

.item-menu.open .arr-down i{
    transform: rotate(-180deg);
    display: flex;
}

.swiper-slide .item-menu, .mini .item-menu{
    display: none;
}

.item-menu-head {
    padding: 15px 10px;
    background-color: #0000000a;
    margin: -10px 0px 5px -10px;
    width: calc(100% + 20px);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    font-weight: 700;
}

.item-menu-head > b{
    display: flex !important;
}

.item .item-menu > button{
    border: 0px;
    padding: 4px;
    margin: 0px;
    background-color: white;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

.item .item-menu:hover > button, .item .item-menu > button.active{
    background-color: var(--bg-secondary);
    color: white;
}

.item-menu-body{
    display: none;
    flex-direction: column;
    position: absolute;
    right: auto;
    top: 40px;
    background-color: var(--main-div);
    border: 0px solid black;
    box-shadow: var(--box-shadow-l);
    border-radius: var(--br-main);
    padding: 10px;
    min-width: 160px;
    z-index: 1;
}

.item .item-menu, .div-item > .item-menu{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    display: flex;
}

.item .item-menu-body{
    right: 0;
    left: auto;
}

.item-menu-body.activated{
    display: flex;
}

.item-menu-body button{
    padding: 6px 5px;
    width: 100%;
    border: 0px;
    justify-content: left;
    box-shadow: none;
}

.item-menu-body button.active{
    background-color: var(--bg-secondary);
    color: white;
}

.item-menu-body button i{
    font-size: calc(100% - 2px);
}


/*  */
.item-group-btn > div{
    display: flex;
    width: 100%;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
}

.item-group-btn > div:hover > button{
    background-color: var(--bg-secondary);
    color: white;
}

.item-group-btn > div > button{
    width: 100% !important;
    height: 100% !important;
}

.item-group-btn > div > button.active, .item-group-btn > div:hover > button.active{
    background-color: var(--main-div);
    color: var(--bg-secondary);
}

/* div-item */
.div-item{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    background-color: var(--main-div);
    box-shadow: var(--box-shadow-l);
    border-radius: var(--br-main);
}

.div-item > p{
    margin-top: -10px;
    margin-bottom: 5px;
}

.div-text{
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    background-color: inherit;
    box-shadow: var(--box-shadow-l);
    border-radius: var(--br-main);
}

.div-item h2{
    font-size: calc(100% + 2px);
    font-weight: 600;
    padding-right: 5px;
}

.div-item h1{
    font-size: 26px;
    font-weight: 800;
    margin: 0px;
}

.item-background{
    position: absolute;
    width: fit-content;
    height: 100%;
}

.item-background-img{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.item-background-img > div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(5px); 
}

/* item-pagination */
.item-pagination{
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 5px !important
    padding: 15px;
    background-color: inherit !important;
    box-shadow: var(--shadow-0) !important;
}

.item-pagination a{
    padding: 8px 15px;
    border: 0px solid;
    align-items: center;
    line-height: 0;
    display: flex;
    height: 30px;
    border-radius: var(--br-alt);
    cursor: pointer;
}

.item-pagination a:hover{
    background-color: var(--main-div);
}

.item-pagination a.active, .item-pagination a.active:hover{
    background-color: var(--bg-secondary);
    color: white;
}

.item-pagination .dots{
    display: flex;
    align-items: flex-end;
}

.item-pagination i{
    display: none;
}

.item-pagination ul{
    display: flex;
    gap: 5px;
}

.item-pagination.reader{
    width: 100%;
    border: 3px solid;
    border-color: inherit;
    background-color: inherit;
    padding: 0px;
    gap: 15px;
}

.item-pagination.reader > a{
    flex: 1;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    line-height: normal;
    border:0px solid;
    font-size: 16px;
    background-color: var(--main-div);
    display: flex;
    gap: 10px;
}

.item-pagination.reader > a:hover{
    background-color: var(--bg-secondary);
    color: white;
}

.item-pagination.reader > a i{
    display: flex;
}

.item-pagination.reader > a div{
    display: flex;
    flex: 1;
    flex-direction: column;
}


.item-pagination.alt{
    position: fixed;
    width: calc(var(--box-w) - 12px);
    margin: 0px auto;
    left: 0;
    right: 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    top: 70px;
    padding: 0px;
    height: calc(100vh - 70px);
}

.item-pagination.alt > a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    width: 130px;
    background-color: #92929221;
    font-size: 24px;
    opacity: 0.4;
}

.item-pagination.alt > a:hover{
    opacity: 0.8;
}

/*  item-author  */
.item-user{
    display: flex;
    gap: 10px;
    position: relative;
    width: -webkit-fill-available;
}

.item-user-name{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.item-user-name h1, .item-user-name h3, .item-user-name b{
    font-size: calc(100% - 2px);
    font-weight: 600;
}

.item-user-images{
    width: 40px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
    border-radius: calc(var(--br-main));
}

.item-user-images > a{
    border-radius: inherit;
}

.item-user-images img{
    border-radius: inherit;
    overflow: hidden;
}

.item-user-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.item-user-info > div{
    flex-direction: row;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.item-user-info > div > *{
    width: auto;
}

.item-user-info > div em{
    font-style: normal;
    max-width: 110px;
}

.item-user-info > div i{
    font-size: 10px;
    opacity: 0.5;
}

.item-user-info .item-group{
    font-size: 12px;
}

.item-user-info .item-name{
    font-size: 14px;
}

.item-user > a > span{
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.item-user-status{
    position: absolute;
    z-index: auto;
    top: -3px;
    left: -3px;
    background-color: var(--main-div);
    border-radius: 50%;
    line-height: 0;
    color: #d54c20;
}

.item-author-status-bd{
    position: relative;
    padding: 2px;
    background-color: #fe521a;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: var(--br-alt);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -45px;
    left: -7px;
}

.item-online{
    border-radius: 50%;
    border: 0px solid white;
    background: #727272;
    padding: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: gray;
}

.item-user-notification{
    position: absolute;
    z-index: 1;
    top: -4px;
    left: auto;
    right: auto;
    min-width: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 16px;
    background-color: #776af1;
    color: white;
    border-radius: var(--br-alt);
    align-items: center;
    font-size: 10px;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    padding: 2px 4px;
}

.item-datatime{
    line-height: normal;
}

.item-user.mini em{
    display: none;
}

.item-user.mini .item-user-images{
    width: 18px;
    height: 18px;
}

.item-user.mini a{
    color: var(--bg-secondary);
}


/* item-user-group */
.item-user-group{
    display: flex;
    align-items: center;
    transition: all 400ms ease-in-out;
    width: unset;
    overflow: hidden;
}

.item-user-group > a{
    background: #7850af;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-main);
    width: 30px;
    height: 30px;
    color: white;
}

.item-user-group .item-user{
    margin-right: -13px;
    width: auto;
    transition: all 400ms ease-in-out;
}

.item-user-group .item-user .item-user-images{
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    box-shadow: var(--box-shadow-l0);
    padding: 5px;
    background-color: var(--main-div);
}

.item-user-group:hover .item-user{
    margin-right: 10.5px;
}

.item-user-group:hover .item-user .item-user-images{
    border-radius: 50%;
}

.item-user-group:hover .item-user .item-user-images:hover{
    margin-top: -5px;
}

/* item-alert */
.item-alert{
    padding: 15px;
    background-color: #eeeeee;
    border-radius: var(--br-alt);
    align-items: center;
    justify-content: space-between;
}

/* card-alert */
.card-alert{
    text-align: center;
    justify-content: center;
}

.card-alert .item-icon{
    margin-bottom: 5px;
}

.card-alert .item-name{
    width: 100%;
}

.card-alert .item-center{
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.card-alert img{
    width: 105px;
}

/* item */
.item{
    width: 100%;
    height: auto;
    max-height: max-content;
    min-height: fit-content;
    position: relative;
    padding: 15px;
    border-radius: var(--br-alt);
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--main-div);
    box-shadow: var(--box-shadow-l);
}

.item-start{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.item-icon{
    align-items: center;
    justify-content: center;
    display: flex;
}

.item-images{
    position: relative;
    width: 235px;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 15px;
    background-color: #00000017;
    z-index: 0;
}

.item-covers{
    display: flex;
    justify-content: center;
    padding: 25px 15px;
    gap: 5px;
}

.item-covers .item-cover{
    max-width: 33.3%;
}

.item-cover{
    position: relative;
    width: 100%;
}

.item-cover > a{
    border-radius: var(--br-main);
    display: flex;
    overflow: hidden;
}

.item-images-bottom {
    width: 100%;
    border-radius: inherit;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.item-images-process{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    gap: 5px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border-radius: inherit;
    color: white;
}

.item-images-process > div{
    z-index: 1;
}

.item-images-process .item-group{
    gap: 2px;
}

.item-images-process:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(#ffa50000, #45464f);
}

.item-images-process > div:nth-last-child(1){
    width: 100%;
    height: 5px;
}

.item-number{
    background-color: #ffffff;
    padding: 5px;
    border-radius: var(--br-alt);
    text-align: center;
}

.item-cover-icon{
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: red;
    width: 16px;
    z-index: 1;
}

.item-cover-top, 
.item-cover-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    padding: 10px;
    width: 100%;
    z-index: 1;
    top: 0;
}

.item-cover-bottom {
    bottom: 0;
    top: auto;
}

.item-images-bottom .block-buy{

}

.item-images-bottom .block-buy a{
    transition: background-color 10.4s ease-in-out;
    background-color: unset;
}

.item-center{
    width: 100%;
    min-height: 40px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.item-end{
    width: 135px;
    min-height: 40px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    flex-shrink: 0;
    gap: 15px;
}

.item-descr{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-descr.four{
    -webkit-line-clamp: 4;
}

.item-descr.three{
    -webkit-line-clamp: 3;
}

.item-descr.two{
    -webkit-line-clamp: 2;
}

.item-descr.one{
    -webkit-line-clamp: 1;
}

.item-descr.full{
    -webkit-line-clamp: initial;
}

.item-descr.expanded {
    -webkit-line-clamp: unset;
}

.descr-toggle-btn {
    padding: 5px;
}

.item-tags, .item-jenres, .item-author{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.item-tags i, .item-jenres i, .item-author i{
    font-size: calc(100% - 2px);
    line-height: 1;
}

.item-author{
    color: var(--bg-primary);
}

.item-author > a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.swiper .item-author{
    font-size: calc(100% - 1px);
}

.item-top{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item-name{
    width: fit-content;
    font-size: calc(100% + 0px);
    font-weight: 700;
}

.item-name > a > h3{
    opacity: 0.7;
    font-weight: 600;
}

.item-name:hover > a > h3{
    opacity: 1;
}

.item-name h1{
    margin-bottom: 5px;
    font-size: calc(100% + 6px);
    font-weight: 800;
    letter-spacing: 0.7px;
}

.item-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.item-bottom-l, .item-bottom-r{
    display: flex;
    gap: 10px;
    font-size: calc(100% - 0px);
    flex-wrap: wrap;
}

.item-bottom-l i, .item-bottom-l i{
    font-size: calc(100% - 1px);
}

.item-bottom-element{
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.7;
    cursor: pointer;
}

.item-bottom-element:hover{
    opacity: 1;
}

.item-bottom-element a{
    display: flex;
    align-items: center;
}

.item-rate{
    align-items: center;
    display: flex;
    background: #89898975;
    border-radius: inherit;
    height: 32px;
    width: 32px;
    text-align: center;
    justify-content: center;
    border-radius: var(--br-main);
    flex-shrink: 0;
}

/* mix */
.card-news .item-images,
.card-cycle .item-images,
.card-collection .item-images
{
    margin: -15px 0px -15px -15px;
    z-index: 0;
}



/* b-card */
.b-card .item-name{
    margin: 5px 0px;
}

.b-card .item-center{
    justify-content: space-between;
}

/* m-card */
.m-card{
    padding: 8px;
}

.m-card .item-images{
    
}

.m-card .item-center{
    min-height: auto;
    gap: 0;
}

/* c-card */
.c-card{
    flex-direction: column;
    width: 100% !important;
    gap: 5px;
}

.c-card .item-images{
    
}

.c-card .item-center{
    
}

.c-card .review_body{
    flex-direction: row;
}

.c-card .item-center{
    min-height: auto;
}


.modal-body .item{
    padding: 0px;
}

/**/
.card-text{
    flex-direction: column;
    gap: 25px;
    box-shadow: var(--shadow-0);
    padding: 0px;
}

/* card-book */
.card-book{
    align-items: start;
}

.card-book .item-start{
    flex-direction: column;
    gap: 15px;
    border-radius: inherit;
    width: fit-content;
    flex-shrink: 0;
    justify-content: space-between;
    z-index: 0;
}

.card-book .item-center{

}

.card-book .item-center .labels-list{
    margin-bottom: 5px;
}

.card-book .item-images{
    width: 130px;
}

.card-book .item-buttons {
    border-radius: inherit;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.card-book .item-buttons .block-buy{
    width: 100%;
    height: 30px;
    background-color: #d63400;
    border-radius: inherit;
    padding: 0px;
    position: relative;
}


.card-book:hover .item-buttons .block-buy a{
    background-color: var(--bg-primary);
    color: white;
}

.card-book .item-buttons .block-buy em{
    display: none;
}

.card-book .item-buttons .block-buy .normal-prise {
    font-size: calc(100% + -2px);
}

.card-book .item-end{
    display: none;
}


/*  */
.card-collection .item-covers > .item-cover,
.card-cycle .item-covers > .item-cover{
    border-radius: var(--br-main);
    box-shadow: var(--box-shadow-l);
    transition: all 400ms ease-in-out;
}

.card-collection .item-covers > .item-cover:nth-child(1),
.card-cycle .item-covers > .item-cover:nth-child(1){
    margin-left: -35px;
}

.card-collection .item-covers > .item-cover:nth-child(2),
.card-cycle .item-covers > .item-cover:nth-child(2){
    z-index: 1;
    margin: 0px -40px 0px -40px;
}

.card-collection .item-covers > .item-cover:nth-child(3),
.card-cycle .item-covers > .item-cover:nth-child(3){
    margin-right: -35px;
}

.card-collection:hover .item-covers > .item-cover:nth-child(1),
.card-cycle:hover .item-covers > .item-cover:nth-child(1){
    margin-left: -0.1px;
}

.card-collection:hover .item-covers > .item-cover:nth-child(2),
.card-cycle:hover .item-covers > .item-cover:nth-child(2){
    margin: 0px 0px 0px 0px;
}

.card-collection:hover .item-covers > .item-cover:nth-child(3),
.card-cycle:hover .item-covers > .item-cover:nth-child(3){
    margin-right: -0.1px;
}

/* card-*/
.card-stories{
    height: 100%;
    justify-content: space-between;
    gap: 15px;
    flex-direction: column !important;
    min-height: 170px;
}

.card-stories .stories-bg {
    width: 65px;
    height: 65px;
    position: relative;
    left: 15px;
    top: 15px;
}

.card-stories .stories-bg img{
    height: unset;
}

.card-stories .item-label{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00000059 !important;
}

.card-stories .name-card{
    background: linear-gradient(0deg, #cfcfcf, transparent);
    padding: 15px;
    position: relative;
    border-radius: var(--br-alt);
}

/*  */
.card-reklam-slider{
    padding: 25px 15px !important;
    position: relative;
    box-shadow: 0 0 0;
    background-color: transparent;
    border-radius: var(--br-alt);
    overflow: hidden;
    color: white;
    flex-direction: row !important;
}

.card-reklam-slider .item-images{
    max-width: 135px;
    width: 30%;
}

.card-reklam-slider .page-background-img{
    position: absolute;
    z-index: -1;
    margin-left: -10%;
    width: 200%;
    filter: blur(25px) !important;
}

.card-reklam-slider .item-top{
    height: 100%;
    justify-content: center;
}

.card-reklam-slider .item-center{
    padding: 0;
}

.card-reklam-slider p{
    color: inherit;
}
.card-review .item-stars{
    max-width: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-review .item-stars-rate{
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3px;
    display: flex;
}

.comments_list, .reviews_list{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.podcomments{
    margin-left: 7.5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
    border-left: 2px solid #776af152;
    padding-left: 7.5px;
}

.podcomments > :nth-child(1){

}

.comment-attachment .img-thumbnail{
    width: 20%;
}

.div-item.comments .item-descr{
    -webkit-line-clamp: initial;
}

.comment_body .item-descr{
    -webkit-line-clamp: initial;
}

.swiper .comment_body .item-descr{
    -webkit-line-clamp: 5;
}

.card-user{

}

.card-user .item-name{
    font-size: inherit;
}

.card-user .item-top, .card-code .item-top{
    gap: 0px;
}

.card-user .item-center{
    gap: 0px;
    flex-direction: row;
}

.card-user .item-button{
    display: none;
}

.card-user:hover .item-bottom{
    display: none;
}

.card-user.referal:hover .item-bottom{
    display: flex;
}

.card-user.referal .item-end{
    width: auto;
}

.card-user:hover .item-button{
    display: flex;
}

.card-user .item-number, .card-code .item-number{
    position: relative;
    background-color: var(--main-bg);
    font-size: 12px;
    width: 40px;
}

.card-code .item-number{
    width: 60px;
    height: 40px;
    background-color: var(--main-bg);
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--br-main);
}

/* card-bank */
.card-bank{
    padding: 4px 8px;
    opacity: 0.6;
    border: 3px solid white;
}

.modal-body .card-bank{
   padding: 4px 8px;
}

.card-bank .item-icon img{
    width: 40px;
}

.card-bank .item-icon i{
    font-size: 26px;
}

.card-bank .item-end{
    width: fit-content;
}

.card-bank .item-end > button{
    visibility: hidden;
}

.card-bank:hover .item-end > button{
    visibility: visible;
}

.card-bank .item-end > button{
    padding: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
}

.card-bank .item-end > button:hover{
    background-color: var(--bg-primary);
    color: white;
}

.card-bank .item-center{
    align-items: start;
    height: max-content;
    justify-content: center;
    flex: 1;
}

.check-select-card{
    position: absolute;
    width: 100%;
    height: 100% !important;
    z-index: -1;
    opacity: 0;
}

.check-select-card+label{
    width: 100%;
}

.check-select-card:hover+label .card-bank,
.check-select-card:checked+label .card-bank{
    border: 3px solid;
    cursor: pointer;
}

.check-select-card:hover+label .card-bank{
    opacity: 0.8;
    border-color: gray;
}

.check-select-card:checked+label .card-bank{
    opacity: 1;
    border-color: var(--bg-secondary);;
}

/* card-gift */
.card-gift .item-end{
    width: auto;
}


/* swiper */
.swiper-slide .item{
    border: 0px solid;
    flex-direction: column;
    padding: 0px;
    box-shadow: var(--shadow-0);
}

.swiper-slide .item-menu{
    display: none;
}


.swiper-slide .m-card{

}

.swiper-slide .card-user{

}

.swiper-slide .item-user{
    gap: 10px;
}

.swiper-slide .card-user .item-number{
    display: none;
}

.swiper-slide .card-user .item-background{
    margin-bottom: -30px !important;
}

.swiper-slide .b-card .item-images{
    width: 100%;
    height: 180px;
    margin: 0px;
}

/* .view-grid */
.view-grid .item{
    width: calc((100% / 3) - 10px);
    flex-direction: column;
}

.view-grid .b-card, 
.swiper-slide .b-card{
    flex-direction: column;
}

.view-grid .b-card .item-name > a > h3, 
.swiper-slide .b-card .item-name > a > h3,
.view-grid .card-book .item-name > a > h3, 
.swiper-slide .card-book .item-name > a > h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.view-grid .m-card, 
.swiper-slide .m-card{
    gap: 5px;
}

.view-grid .card-book, 
.swiper-slide .card-book{
    padding: 0px;
    box-shadow: var(--shadow-0);
    background-color: transparent;
    gap: 5px;
    height: 100%;
}

.view-grid .card-book .item-start .item-buttons,
.swiper-slide .card-book .item-start .item-buttons{
    display: none;
}

.view-grid .card-book .item-end, 
.swiper-slide .card-book .item-end{
    display: flex;
    width: 100%;
    border-radius: 15px;
}

.view-grid .card-book{
    max-width: calc((100% / 6) - 13px);
}

.view-grid .card-user{
    gap: 10px;
    max-width: calc((100% / 5) - 12px);
}

.view-grid .card-user .item-user,
.swiper-slide .card-user .item-user{
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: -30px;
}

.swiper-slide .card-user .item-user{
    margin-top: 0;
}

.view-grid .card-user .item-user-info > div,
.swiper-slide .card-user .item-user-info > div{
    justify-content: center;
}

.view-grid .card-user .item-background,
.swiper-slide .card-user .item-background{
    height: 54px;
    width: 100%;
    border-radius: inherit;
    position: relative;
    margin-bottom: 0px;
}

.swiper-slide .card-user .item-background{
    margin-bottom: -64px;
}

.view-grid .card-user .item-number,
.swiper-slide .card-user .item-number{
    position: absolute;
}

.view-grid .card-user .item-end,
.swiper-slide .card-user .item-end{
    width: auto;
}

.view-grid .b-card .item-images{
    width: calc(100% + 30px);
    height: 180px;
    margin: -15px 0px 0px 0px;
}


.view-grid .b-card .item-center,
.swiper-slide .b-card .item-center{
    justify-content: space-between;
    height: 160px;
}


.view-grid .card-book .item-images, 
.swiper-slide .card-book .item-images{
    width: 100%;
    margin: 0px;
}

.view-grid .card-news .item-images, 
.swiper-slide .card-news .item-images{
    height: 130px;
    overflow: hidden;
}


.view-grid .card-book .item-bottom, .swiper-slide .card-book .item-bottom,
.view-grid .card-book .item-author b, .swiper-slide .card-book .item-author b,
.view-grid .card-book .item-tags, .swiper-slide .card-book .item-tags,
.view-grid .card-book .item-descr, .swiper-slide .card-book .item-descr,
.view-grid .card-book .item-tags, .swiper-slide .card-book .item-tags,
/* .view-grid .card-book .item-buttons, .swiper-slide .card-book .item-buttons, */

.view-grid .b-card .item-tags, .swiper-slide .b-card .item-tags,  .swiper-slide .b-card .item-bottom,
.swiper .item-user-status{
    display: none;
}

/* card-banner */
.card-banner{
    background: linear-gradient(0deg, #3d3d3d, #7074ad, #3d3d3d);
    color: #ffffff;
    padding: 25px !important;
    align-items: center !important;
}

.card-banner .item-center{
    justify-content: center;
}

.card-banner p{
    color: inherit;
}

/* card-notify */
.card-notify .item-user-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3px;
}

.card-notify .item-user-info a:nth-child(1){
    width: 100%; 
}

/* card-article */
.card-article{
    align-items: center;
}

.card-article .item-icon, .card-glava .item-icon{
    padding: 12px;
    border-radius: inherit;
    background-color: var(--main-bg);
}

.card-article:hover .item-icon{
    background-color: var(--bg-secondary);   
    color: white;
}

/* card-code */
.card-code:hover .item-number{
    background-color: var(--bg-secondary);
    color: white;
}

/* card-metrik  */
.card-metrik{
    padding: 0px;
}

/* card-glava */
.card-glava{
    padding: 8px;
    gap: 5px;
}

.card-glava .item-center{
    gap: 5px;
}

.card-glava .item-center .item-bottom-l{
    gap: 5px;
    font-size: 11px;
}

.card-glava .item-end{
    width: auto;
}

/* card-messages */
.card-messages{
    align-items: start;
}

.card-messages .messages-check{
    width: 40px; 
    height: 40px; 
    justify-content: center; 
    align-items: center; 
    display: flex;
    visibility: hidden;
}


.item-user-info-top.full{
    justify-content: space-between;
}

.chat .card-messages{
    width: 100%;
    gap: 10px;
}

.chat .card-messages .item-user{
    width: fit-content;
} 

.chat .card-messages .item-center{
    padding: 0px;
}

.chat .card-messages .item-name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 14px;
}

.chat .card-messages .item-center .item-top{
    gap: 0;
}

.chat .card-messages .item-user-images{
    width: 36px;
    height: 36px;
}

/* card-stat */
.card-stat {
    height: 100px;
}

.card-stat h3{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-stat span{
    display: flex;
    gap: 3px;
    align-items: center;
}

.card-stat em{
    font-size: 14px;
}

.card-stat b{
    font-size: 21px;
    font-weight: 600;
}

.card-stat .item-descr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card-stat .item-icon{
    display: none;   
}

/* .card-gift */
.card-gift{
    box-shadow: none;
    flex-direction: row !important;
}

/* card-lp  */
.sections .item{
    background-color: inherit;
}

.card-lp{
    align-items: center;
}

.card-lp .item-images{
    width: 100px;  
}

.card-lp .item-center{
    gap: 5px;
}

.colories{
    background: linear-gradient(317deg, #4943aa, #fe521a);
    color: white;
}

.colories p{
   color: white; 
}

.item-reverse .card-lp{
    flex-direction: row-reverse;
}

.item-reverse > div:nth-child(2n) .card-lp{
    flex-direction: row;
}

.item-reverse .card-lp .item-center{
    align-items: end;
    text-align: end;
}

.item-reverse > div:nth-child(2n) .card-lp .item-center{
    align-items: start;
    text-align: start;
}

.card-contest .item-cover img{
    height: 220px;
    width: 220px;
}

/* mini */
.mini{
    font-size: 12px;
}

.mini .item{
    width: 100%;
    gap: 5px;
    padding: 0px;
    box-shadow: none;
    flex-direction: row !important;
}

.mini .item-images, .mini .swiper-slide .item-images{
    width: 46px;
}

.mini .item-center{
    padding: 5px;
}

.mini .item-cover > a{
    border-radius: var(--br-main);
}

.mini .item-cover-top, 
.mini .item-cover-bottom, 
.mini .item-menu, 
.mini b,
.mini .item-descr{
    display: none;
}

.mini.discount .item-cover-top, 
.mini.discount .item-cover-bottom,
.mini.discount .item-tags{
    display: flex;
}


.mini.discount .item-cover-top{
    padding: 4px;
}

.mini.discount .item-cover-top .item-label{
    padding: 0px 3px;
    font-size: calc(100% - 4px);
    font-weight: 600;
    height: 14px;
}

/* big */
.item.big{
    height: fit-content;
    width: calc(100vw / 4.5);
    max-width: 200px;
    flex-shrink: 0;
    padding: 0px;
    flex-direction: column;
    border-width: 0px;
    box-shadow: var(--shadow-0);
    gap: 5px;
    box-shadow: none;
}

.item.big .item-images{
    width: 100%;
}

.item.big .item-center{
    padding: 15px 0px;
}

/* card-null */
.card-null .item, 
.card-null .item:hover {
    padding: 0px;
    border-width: 0px;
    box-shadow: var(--shadow-0);
    background-color: transparent;
    border-radius: 0px;
}

.card-null .item:hover .item-number{
    background-color: var(--bg-secondary);
    color: white;
}

/* если книга автора */
.author-cycles .item{
    max-width: calc((100% / 5) - 12px);
}

.in-author .item .item-menu{
    display: none;
}

.in-author .item-name{
    font-size: 12px;
}

.in-author .item-author{
    display: none !important;
}