b,
strong {
    font-weight: 700;
}

a:not([class]) {
    text-decoration: underline;
}
.bx-no-touch a:not([class]):hover {
    text-decoration: none;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
}

.table {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-weight: 300;
    background: #fff;
    border-collapse: separate;
    border-bottom: none;
}
.table tr:nth-child(even) {
    background: #f4f4f4;
}
.table th {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    border-collapse: collapse;
    border: none;
}
.table td {
    margin: 0;
    padding: 20px;
    border-collapse: collapse;
    vertical-align: middle;
    border: none;
}
.table td:first-child {
    border-left: none;
}
.table_vacancy th {
    width: 300px;
}
.wrap-tabs-pane_search .tabs-pane-header {
    margin-bottom: 33px;
}
.table-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-styled {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border-collapse: separate;
    border-bottom: none;
}
.table-styled__mark {
    color: #cc193d;
}
.table-styled tr:first-child th {
    background: #132742;
    border-top: none;
    border-left: 4px solid #707d8d;
}
.table-styled tr:first-child th:first-child {
    border-left: none;
}
.table-styled th {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    border-top: 4px solid #fff;
    background: #b58f46;
}
.table-styled td {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    background: #f4f4f4;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}
.table-styled td:first-child {
    border-left: none;
}
.table-doc-download {
    margin-right: -20px;
    padding-right: 55px;
    height: 100%;
    position: relative;
}
.table-doc-download__link {
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.table-doc-download__link:hover {
    opacity: 0.8;
}


.InfoPageText__Inner img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: none;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    margin: 0;
    padding: 0;
}
table tr td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.table.wb {
border: 1px solid #000;
}

.table_border {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-weight: 300;
    background: #fff;
    border-collapse: collapse;
	border: 1px solid #000;
}

.table_faq {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
	border: none;
}

.table_faq td {
    padding: 0 15px 15px 0;
    vertical-align: top;
}

div.faq_info {
    border: 1px dotted;
    padding: 3px;
    font-size: 14px;
}

.table_border td, .table_border th {
margin: 0;
padding: 10px;
border-collapse: collapse;
border: 1px solid #000;
vertical-align: top;
}

.InfoPageText__Inner img[align="left"] {
    margin: 0 15px 5px 0;
    float: left;
}
.InfoPageText__Inner img[align="right"] {
    margin: 0 15px 5px 0;
    float: right;
}
.img_left {
    margin: 0 15px 5px 0;
    float: left;
}
.img_right {
    margin: 0 0 5px 15px;
    float: right;
}