.swagger-ui .topbar .link {
    content: url('https://itk.academy/imgs/smm/logoWhite_ru.png'); /* Replace 'path_to_your_new_logo.png' with the actual path to your new logo */
    zoom: .15;
    padding: 5px;
}

.title .version-stamp  {
    display: none!important;
}

[id^="model-Paginated"] {
    display: none;
}

[id^="model-Formatte"] {
    display: block;
}

[id^="model-example"] {
    display: none;
}


.property {
    white-space: pre;
}