[contenteditable="true"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 14px;
}

.page__content {
    font-size: 14px;
}

.light-text {
    font-weight: 300;
}

@media (max-width: 575px) {
    [contenteditable="true"] h2,
    .page__content h2 {
        margin-bottom: 19px;
        font-size: 20px;
        line-height: 28px;
    }
}

[contenteditable="true"] b,
.page__content b {
    font-weight: 600;
}

[contenteditable="true"] h2,
.page__content h2 {
    max-width: 550px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

[contenteditable="true"] h3,
.page__content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

[contenteditable="true"] hr,
.page__content hr {
    margin: 38px 0 33px;
    border: unset;
    border-top: 1px solid #D9D9D9;
}

.custom-blog-section {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 60px;
    line-height: 22px;
    box-sizing: border-box;
}

.custom-blog-section p {
    margin-bottom: 22px;
}

.custom-blog-section:nth-of-type(2n - 1) {
    clear: left;
    float: left;
}

.custom-blog-section:nth-of-type(2n) {
    clear: right;
    float: right;
}

@media (max-width: 575px) {
    .custom-blog-section {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}


.custom-link {
    color: #CD072D;
    text-decoration: underline;
}

.custom-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 23px
}

.custom-list li {
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}


.custom-list li::before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 8px
}

@media (max-width: 575px) {
    .custom-list {
        padding-left: 40px;
    }
}

.custom-num-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}

.custom-num-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 14px;
    margin-bottom: 20px;

    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
}

.custom-num-list li:before {
    content: counter(num);
    counter-increment: num;
    width: 28px;
    height: 28px;
    margin-top: -2px;
    border-radius: 4px;
    background: #CD072D;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1px;
    padding-bottom: 1px;
}



.custom-thesis-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}

.custom-thesis-list li {
    padding: 27px 45px;
    border: 1px solid #D9D9D9;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 24px;

    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.custom-thesis-list li:first-of-type {
    border-radius: 20px 20px 0px 0px;
}

.custom-thesis-list li:last-of-type {
    margin-bottom: 0;
    border-radius: 0px 0px 20px 20px;
}

.custom-thesis-list li:before {
    content: ' ';
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: url('/local/templates/main/assets/img/ico-thesis-arrow.svg') center no-repeat, #CD072D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


[contenteditable="true"] table,
.page__content table {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px
}

[contenteditable="true"] table tr,
.page__content table tr {
    border-bottom: 1px solid #D9D9D9
}

[contenteditable="true"] table th,
.page__content table th {
    background: #FAF8F9;
    padding: 16px 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #D9D9D9
}

[contenteditable="true"] table th:nth-child(1),
.page__content table th:nth-child(1) {
    text-align: left
}

[contenteditable="true"] table td,
.page__content table td {
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 30px;
    max-width: 370px
}

[contenteditable="true"] table td:nth-child(1),
.page__content table td:nth-child(1) {
    text-align: left
}


@media (max-width: 575px) {
    [contenteditable="true"] table,
    .page__content table {
        margin: 20px -20px;
        padding: 0 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        overflow-x: scroll;
        border: 0
    }

    [contenteditable="true"] table tbody,
    .page__content table tbody {
        display: table
    }

    [contenteditable="true"] table td,
    .page__content table td,
    [contenteditable="true"] table th,
    .page__content table th {
        min-width: 40vw;
        padding-left: 13px;
        padding-right: 13px
    }
}