/* ITEM */
.item {
    padding: 5px 0px 10px 0px;
    border-bottom: 0.5px solid #A3A6AC;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.item:hover {
    border-bottom: 0.5px solid #A3A6AC !important;
}

@media (max-width: 1150px) {
    .item {
        margin-left: -15px;
        width: 100%;
        padding: 5px 15px 15px 15px;
    }
}

.item h3 {
    margin-top: 7px;
    margin-bottom: 0px;
    line-height: 100%;
}

.item p {
    margin-bottom: 0px;
    padding-top:-10px;
}

.img_like_text {
    height: 14px !important;
    align-items: center;
    margin-bottom: -1.5px;
}

.item .sub {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 3px;
}

.item .sub p {
    margin-right: 15px;
    color: #5C5C5C !important;
    padding-top: 0px;
}

@media (max-width: 1150px) {
    .item .sub p  {
        font-size: 12px;
    }
    
    .img_like_text {
        height: 12px !important;
        align-items: center;
        margin-bottom: -1.5px;
    }
}

.item .sub p:last-child {
    margin-right: 0px;
}

.item .sub img {
    filter: invert(36%) sepia(0%) saturate(1%) hue-rotate(162deg) brightness(91%) contrast(81%);
}

.item .sub_img img{
    filter: none !important;
max-width: 50px;
max-height: 45px;
margin-top: -2px;
/* width: 100%; */
}
.item_img .comment,
.item_img .topbar {
    width: calc(100% - 60px);
}
.topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: -5px;
}

.comment {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: -3px !important;
}

.item_img .topbar {
    width: ;
}



/* BOOK CARD */
/* Есть на странице СБ, надо передлать под новый стиль и удалить нафиг этот бук кард!!! */
div.book_card {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

div.book_card div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
    width: 100%;
}
@media (max-width: 1150px) {
    div.book_card {
        max-width: 400px;
        width: calc(100% - 32px);
        padding: 16px 15px;
    }
}





/* SITEMAP */
.sitemap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 50px;
    margin: 25px 0 50px 0;
    
}
hr {
    margin: 0px;
    border: 0.5px solid var(--gray);
    border-bottom: none;
}
hr:hover {
border: 0.5px solid var(--gray) !important;
border-bottom: none !important;
}

.sitemap div {
    width: calc(100% / 3 - 100px / 3);
    min-width: 250px;
}

@media (max-width: 1150px) {
    .sitemap {
        padding: 0px 15px 75px 15px;
        gap: 20px;
    }
    
}

.sub_wide {
width: 70px;
justify-content: right !important;
}