@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Open+Sans+Condensed:300,300i,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
body#tinymce {
    margin: 0 12px;
}
body.ol-table#tinymce {
    margin: 12px;
}
.ol-article {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #37474f;
    display: block;
    line-height: 22px;
}
.ol-article b ,
.ol-article strong {
    font-weight: 700;
}
.ol-article a {
    color: #485e88;
    border-bottom-color: #485e88;
    display: inline !important;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: 0.3s;
}
.ol-article a:hover {
    color: #37474f;
    border-bottom-color: transparent;
    cursor: pointer;
}
.ol-article p {
    margin: 1em 0 1em 0;
}
.ol-article ul {
    display: block;
    list-style: none;
    margin: unset;
    padding: unset;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.ol-article li {
    display: list-item;
    list-style: unset;
    padding: 0 0 0 8px;
}
.ol-article i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.ol-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #b0bec5;
    background: #fff !important;
}
.ol-table table tbody tr:hover {
    background: #fff0d1;
    transition: 0.3s;
}
.ol-table table thead tr, .ol-table table thead tr:nth-child(even) {
    background: #485e88;
}
.ol-table table tfoot tr, .ol-table table tfoot tr:nth-child(even) {
    background: #546e7a;
}
.ol-table table caption,.ol-table table td,.ol-table table th {
    padding: 12px 8px;
    font: inherit;
}
.ol-table table thead caption,.ol-table table thead td,.ol-table table thead th {
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.ol-table table tfoot caption,.ol-table table tfoot td,.ol-table table tfoot th {
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.ol-table table td,.ol-table table th {
    border: 1px solid #b0bec5;
    border-collapse: collapse;
}
.ol-table table th {
    font-weight: 700;
    color: #546e7a;
    background-position: 100% 100%;
    background-size: 2px 10px;
    background-repeat: no-repeat;
}
.ol-table table th:last-child {
    background: 0 0;
}
.ol-table > table td > p {
    margin: 0;
}
