/* textpage */
.textpage {
  overflow: hidden;
  line-height: 17px;  
  color: #333;
  font-size: 14px;
  font-family: Calibri,Arial,Helvetica,sans-serif;
}
.textpage p {
  margin-bottom: 10px;
}
.textpage ul,
.textpage ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
.textpage ul ul,
.textpage ul ol,
.textpage ol ol,
.textpage ol ul {
  margin-bottom: 0;
}
.textpage ul, .b-list_vacancies ul {
  list-style-image: url('../images/list-style-image.png');

}
.textpage ol {
  list-style: decimal;
}
.textpage li {
  line-height: 18px;
}
.textpage ul.unstyled,
.textpage ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.list-1 li,
ol.list-1 li {
  padding-bottom: 5px;
}
ol.list-1 li ul li,
ul.list-1 li ul li {
  padding: 0;
}
ul.list-1 li .list-1 li,
ol.list-1 li .list-1 li {
  padding: 5px 0 0;
}
ul .list-1,
ol .list-1 {
  padding-top: 5px;
}
ul.list-1 .list-1,
ol.list-1 .list-1 {
  padding-top: 0;
}
ul.list-2 li,
ol.list-2 li {
  padding-bottom: 8px;
}
ol.list-2 li ul li,
ul.list-2 li ul li {
  padding: 0;
}
ul.list-2 li .list-2 li,
ol.list-2 li .list-2 li {
  padding: 8px 0 0;
}
ul .list-2,
ol .list-2 {
  padding-top: 8px;
}
ul.list-2 .list-2,
ol.list-2 .list-2 {
  padding-top: 0;
}
.textpage img { 
  clear: both; 
  margin: 0 15px 5px 0;
}
.textpage h6,
.textpage h5,
.textpage h4,
.textpage h3,
.textpage h2,
.textpage h1 {
  margin-bottom: 0.4em;
  line-height: normal;
  font-weight: 600;
}
.textpage h1 {
  font-size: 30px;
}
.textpage h2 {
  font-size: 24px;
}
.textpage h3 {
  font-size: 18px;
}
.textpage h4 {
  font-size: 14px;
}
.textpage h5 {
  font-size: 12px;
}
.textpage h6 {
  font-size: 11px;
}
table,
td,
th {
  border: none;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
}
table {
  border-spacing: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  max-width: 100%;
}
table th {
  font-weight: bold;
}
table[border],
.table {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table[border] thead td,
table[border] thead th,
.table thead td,
.table thead th {
  background: #f3f3f3;
}
table[border] th,
table[border] td,
.table th,
.table td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
table[border] th,
.table th {
  background: #f8f8f8;
}
table[border="2"], 
table[border="2"] td,
table[border="2"] th {
  border-width: 2px !important;
}
table[border="3"], 
table[border="3"] td,
table[border="3"] th {
  border-width: 3px !important;
}