

/* Start:/local/templates/astra-new/styles.css?16786811384038*/
/**
 * Styles used on frotend and in bitrix wysiwyg editor
 * Prefix "body[contenteditable=true]" added to apply styles in wysiwyg editor
 */

.accent-text {
    color: #F26640;
}
.content img {
    max-width: 100%;
    object-fit: contain;
}
/* media xs */
@media (min-width: 0px) and (max-width: 767px) {
    .content-table__inner.styled {
        /*width: calc(100% + 40px);*/
        margin: 30px -20px;
        padding: 0 20px 20px;
        overflow: hidden;
        position: relative;
    }
}
/* media sm */
@media (min-width: 768px) and (max-width: 1023px) {
    .content-table__inner.styled {
        margin: 30px 0;
        padding-bottom: 20px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-width: 0) and (max-width: 1023px) {
    .content-table__inner.styled:last-child {
        margin-bottom: 0;
    }
    .content-table__inner.styled {
        margin-bottom: -20px;
        padding-bottom: 20px;
        overflow-x: auto;
    }
}
body[contenteditable=true] table.styled,
.content table.styled {
    width: 100%;
    margin: 20px 0;
    border-spacing: 0;
    border: none;
}
.content table.styled:last-child {
    margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
    .content table.styled {
        margin: 0;
    }
}

body[contenteditable=true] table.styled th,
.content table.styled th,
body[contenteditable=true] table.styled td,
.content table.styled td {
    padding: 15px 17px 14px 14px;
}

body[contenteditable=true] table.styled td,
.content table.styled td {
    background: #FFF;
    border-bottom: 1px solid #CDCEEF;
    vertical-align: top;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: #6F6D90;
}

body[contenteditable=true] table.styled th,
body[contenteditable=true] table.styled tr:first-child td,
.content table.styled th,
.content table.styled tr:first-child td {
    color: #6F6D90;

    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: -0.01em;
    border-bottom: 0;
}

body[contenteditable=true] table.styled td strong,
body[contenteditable=true] table.styled td b,
.content table.styled td strong,
.content table.styled td b {
    color: #201C6F;
}
body[contenteditable=true] table.styled tr:last-child th,
body[contenteditable=true] table.styled tr:last-child td,
.content table.styled tr:last-child th,
.content table.styled tr:last-child td {
    border-bottom: 0;
}


.content table.orange-table tr:first-child th:first-child,
.content table.orange-table tr:first-child td:first-child,
.content table.blue-table tr:first-child th:first-child,
.content table.blue-table tr:first-child td:first-child
{
    border-top-left-radius: 12px;
}
.content table.orange-table tr:first-child th:last-child,
.content table.orange-table tr:first-child td:last-child,
.content table.blue-table tr:first-child th:last-child,
.content table.blue-table tr:first-child td:last-child
{
    border-top-right-radius: 12px;
}
.content table.orange-table tr:last-child th:first-child,
.content table.orange-table tr:last-child td:first-child,
.content table.blue-table tr:last-child th:first-child,
.content table.blue-table tr:last-child td:first-child
{
    border-bottom-left-radius: 12px;
}
.content table.orange-table tr:last-child th:last-child,
.content table.orange-table tr:last-child td:last-child,
.content table.blue-table tr:last-child th:last-child,
.content table.blue-table tr:last-child td:last-child
{
    border-bottom-right-radius: 12px;
}

body[contenteditable=true] table.orange-table th,
body[contenteditable=true] table.orange-table tr:first-child td,
.content table.orange-table th,
.content table.orange-table tr:first-child td {
    background: #FF6937;
    color: #fff;
}

body[contenteditable=true] table.blue-table th,
body[contenteditable=true] table.blue-table tr:first-child td,
.content table.blue-table th,
.content table.blue-table tr:first-child td {
    background-color: #201C6F;
    color: #fff;
}

@media print {
    .content table.styled {
        page-break-inside: avoid;
    }
}

/* End */
/* /local/templates/astra-new/styles.css?16786811384038 */
