ol.inner-breadcrumb li.active{
    display: none !important;
}
.wrap-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px 0;
}
.title-text{
    color: #A4A4A4;
    margin-right: 5px;
}
.content-text{
    color: #000;
    margin-right: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;

    max-width: 100%; /* ограничение по ширине */
    word-break: break-word; /* перенос длинных слов */
}
.new-detail i {
    width: 10px;
    height: auto;
    display: flex;
    justify-content: center;
}
.new-name{
    margin-bottom: 20px;
}
preview_picture{
    max-width: 330px;
    height: auto;
}
.new-detail{
    margin: 20px;
}
@media screen and (max-width: 775.98px) {
    .preview_picture {
        display: flex    ;
        justify-content: center;
        margin: auto;
        float: none !important;
    }
}