/* css заказчика */

.text-content * {
    box-sizing: border-box;
}

.text-content table td[class*="col-"],
.text-content table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.bx-clear {
    clear: both;
}

.text-center {
    text-align: center;
}

.toc {
    border: 1px solid #ed5c03;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.toc .toc_title {
    font-size: 17px;
    font-weight: bold;
}

.toc a:hover {
    text-decoration: underline;
}

.toc a {
    color: #000000 !important;
}

.row {
    margin: 0 -0.8%;
}

.row:before,
.row:after {
    content: ' ';
    display: table;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18 {
    float: left;
    padding: 0 0.8%;
    background-clip: padding-box !important;
}

.col-xs-1 {
    width: 5.55555555556%;
}
.col-xs-2 {
    width: 11.1111111111%;
}
.col-xs-3 {
    width: 16.6666666667%;
}
.col-xs-4 {
    width: 22.2222222222%;
}
.col-xs-5 {
    width: 27.7777777778%;
}
.col-xs-6 {
    width: 33.3333333333%;
}
.col-xs-7 {
    width: 38.8888888889%;
}
.col-xs-8 {
    width: 44.4444444444%;
}
.col-xs-9 {
    width: 50%;
}
.col-xs-10 {
    width: 55.5555555556%;
}
.col-xs-11 {
    width: 61.1111111111%;
}
.col-xs-12 {
    width: 66.6666666667%;
}
.col-xs-13 {
    width: 72.2222222222%;
}
.col-xs-14 {
    width: 77.7777777778%;
}
.col-xs-15 {
    width: 83.3333333333%;
}
.col-xs-16 {
    width: 88.8888888889%;
}
.col-xs-17 {
    width: 94.4444444444%;
}
.col-xs-18 {
    margin-left: 0;
    width: 100%;
}

.infographics-list .section {
    margin-bottom: 14px;
    padding: 5px;
    border: 1px solid #eeeeee;
}

.infographics-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.elem-conpic.left {
    float: left;
    margin-right: 20px;
}

.infographics-list .item .talk {
    position: relative;
    background: #eaeaea;
    border-radius: 8px;
    padding: 12px 15px;
    width: 100%;
}

.infographics-list .item .talk.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #eaeaea;
    top: 50%;
    right: 100%;
    margin-top: -10px;
}

.infographics-list .item .talk.right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #eaeaea;
    top: 50%;
    left: 100%;
    margin-top: -10px;
}

.elem-conpic.right {
    float: right;
    margin-left: 20px;
}

.infographics-list .item .elem-conpic {
    margin-top: 0px;
    margin-bottom: 0px;
}

.elem-conpic {
    margin-top: 1px;
    margin-bottom: 20px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

h1.bold,
.h1.bold,
h2.bold,
.h2.bold,
h3.bold,
.h3.bold {
    font-weight: bold;
}

.text-primary {
    color: #ed5c03;
}

.benefit {
    background: #ededed;
    font-size: 13px;
    padding: 20px;
    color: #000000;
    width: 287px;
    float: right;
    margin-left: 10px;
}

.benefit h3 {
    font-size: 18px;
}

.benefit ol,
.benefit ul {
    padding-left: 14px;
}

.benefit ul > li:before {
    background: #ed5c03;
}

.pseudolink {
    color: #000000;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
    border: none;
    line-height: 1;
    border-bottom: 1px dashed;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered > caption + thead > tr:first-child > th,
.table-bordered > colgroup + thead > tr:first-child > th,
.table-bordered > thead:first-child > tr:first-child > th,
.table-bordered > caption + thead > tr:first-child > td,
.table-bordered > colgroup + thead > tr:first-child > td,
.table-bordered > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table-bordered > thead > tr > th:first-child {
    border-left: 1px solid #ed5c03 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th {
    border-top: 1px solid #ed5c03 !important;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 7px 10px;
    line-height: 1.25;
    vertical-align: middle;
}

.table th {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    letter-spacing: 0.5px;
}

.white {
    color: #fff;
}

.table-hover > tbody > tr:hover {
    background-color: #eaeaea;
}

.table .sTitle {
    background-color: #d5d5d5;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f3f3f3;
}

.text-small {
    font-size: 10px;
    line-height: 1.3;
}

.text-middle {
    font-size: 11px;
    line-height: 1.272727272727273;
}

.text-large {
    font-size: 14px;
    line-height: 1.214285714285714;
}

.elem-conpic .descr {
    margin-top: 10px;
    font-size: 11px;
}

.text-justify {
    text-align: justify;
}
