 .text_justify { text-align: justify !important; text-align-last: justify !important; } 

.tabshide {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    background-color: transparent;
    transition: height 0.3s;
}

/* Плавное появление */
.uc-showmore {
    height: auto; /* Автоматическая высота, чтобы не схлопывался контент */
    opacity: 1;
    transition: height 0.3s;
}

/* Плавное появление */
.uc-showmore_02 {
    height: auto; /* Автоматическая высота, чтобы не схлопывался контент */
    opacity: 1;
    transition: height 0.3s;
}

.uc-showmore_03 {
    height: auto; /* Автоматическая высота, чтобы не схлопывался контент */
    opacity: 1;
    transition: height 0.3s;
}

/* Плавное появление */
.uc-showmore_04 {
    height: auto; /* Автоматическая высота, чтобы не схлопывался контент */
    opacity: 1;
    transition: height 0.3s;
}

element.style {
    background-color: #000000;
}