.editorjs-container ul,.editorjs-container ol,.editorjs-container dl {
    padding-left: 1rem;
    font-size: 0.875rem;
}
.editorjs-container ol {
    list-style: none;
    counter-reset: li;
    width: 100%;
}
.editorjs-container ol li{
    line-height: 1.6em;
    display: flex;
    margin: 2px 0;
    width: 100%;
    flex-wrap: nowrap;
    margin: 10px 0 10px 2em;
    font-size: 16px;
}
.editorjs-container ul li{
    line-height: 1.6em;
    margin: 2px 0;
    width: 100%;
    margin: 10px 0 10px 2em;
    font-size: 16px;
}
.editorjs-container tr {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10px,1fr));
    position: relative;
    border-bottom: 1px solid #e8e8eb;
}

.editorjs-container th {
    border-right: 1px solid #e8e8eb;
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal;
}

.editorjs-container td {
    border-right: 1px solid #e8e8eb;
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal;
}

.editorjs-container tbody {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    font-size: 14px;
    border-top: 1px solid #e8e8eb;
    line-height: 1.4;
}
code-text {
    min-height: 200px;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    color: #41314e;
    font-size: 16px;
    background: #f8f7fa;
    white-space: pre;
    word-wrap: normal;
    overflow-x: auto;
    resize: vertical;
    display: block;
    border: 1px solid rgba(201,201,204,.48);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(35,44,72,.06);
    box-shadow: inset 0 1px 2px #232c480f;
    border-radius: 3px;
    padding: 10px 12px;
    outline: none;
    width: 100%;
}
.editorjs-container h2, .editorjs-container .h2, .editorjs-container h1 {
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 0px 10px;
}
.editorjs-container a.btn-primary, .editorjs-container .btn-primary, .editorjs-container .wizard > .actions a{
    background-color: #3b98ff;
    border-color: #3b98ff;
}
.editorjs-container ol li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
}
.editorjs-container ol li .disabled{
    display: none;
}
.editorjs-container ol li .form_radio label{
    margin-left: 2px;
}

/*Paragraph*/
.editorjs-container p {
    margin: 12px 0;
    font-size: 16px;
    line-height: 26px;
}
.editorjs-container{
    font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 0;
    font-size: 16px;
}
/*BlockQuote*/
.editorjs-container blockquote {
    margin: 0;
    padding: 30px 30px 30px 80px;
    position: relative;
}

.editorjs-container blockquote:before {
    content: "\201C";
    font-family: emoji;
    position: absolute;
    left: 20px;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 71px;
    line-height: 1.35;
    text-align: center;
    color: #3b98ff;
}

.editorjs-container .blockquote_autor {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 8px;
}
/*Notice*/
.editorjs-container .alert{
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 19px 30px 24px 50px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}
.editorjs-container .alert:before{
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-family: lkdev !important;
    font-variant: normal;
    height: 32px;
    top: 13px;
    left: 10px;
    position: absolute;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
}
.editorjs-container .alert.alert-success:before{
    content: "";
    color: #83c734;
}
.editorjs-container .alert.alert-warning:before{

    color: #f35f5f;
    content: "";
}
.editorjs-container .alert.alert-primary:before{
    content: "";
    color: #2fc6f7;
}
.align-center{
    text-align: center;
}


/*Delimiter*/
.delimiter {
    line-height: 1.6em;
    width: 100%;
    text-align: center;
    position: relative;
}
.delimiter:before {
    display: inline-block;
    content: "***";
    font-size: 30px;
    line-height: 65px;
    height: 30px;
    letter-spacing: 0.2em;
}

.cdx-checklist__item {
    display: flex;
    box-sizing: content-box;
}

.cdx-checklist__item-text {
    outline: none;
    flex-grow: 1;
}
/*Фикс додумать на будующее с чеклистами*/
.cdx-checklist__item-checkbox {
    display: none;
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 7px;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
    user-select: none;
}

.cdx-checklist__item-checkbox:hover {
    border-color: #b5b5b5;
}

.cdx-checklist__item-checkbox::after {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 9px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    content: '';
    opacity: 0;
    transform: rotate(-45deg);
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox {
    background: #388ae5;
    border-color: #388ae5;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox:hover {
    background: #307cd1;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox::after {
    opacity: 1;
}
/*Warning*/
.warning_block{
    padding: 40px;
    background: #fcebdd;
}
.warning_block .title {
    font-size: 29px;
    font-weight: 500;
    line-height: 37px;
}

/*Images*/
img.image.center{
    margin: auto;
}
img.image.right{
    margin-left: auto;
}
img.image {
    max-width: 100%;
}

/*Code*/
code {
    display: inline-block;
    font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #05203F !important;
    letter-spacing: -0.01em;
}