.accordion-icon {
    display: inline-block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Обеспечиваем правильное выравнивание заголовков с иконками */
.t585__header {
    display: flex !important;
    align-items: center !important;
    padding-left: 15px !important;
}

.t585__header .t585__caption {
    flex-grow: 1;
}