h2 { display: inline-block; width: 100%; }
.bx-imopenlines-config-sidebar-info-block { display: none!important; }
table.table thead tr {
  color: #cb1103;
  background: #e9e9e9;
}
table.table.thead-center thead tr td {
  text-align: center;
}

ul.list-style-ok {
  list-style: none;
  margin: 8px;
  padding: 0;
}
ul.list-style-ok li{
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  font-size: 14px;
}
ul.list-style-ok li::before {
  content: '';

  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;

  background: url("img/list-style-ok.png");
}

a.btn-big {
  font-size: 16px;
  padding: 14px 40px;
}

span[class*=box] {
  display: block;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
span.box-red {
  color: #FFF;
  background-color: #e46767;
  border: 1px solid #d05c5c;
}
span.box-yellow {
  color: #353535;
  background-color: #ffe97e;
  border: 1px solid #ead777;
  display: inline-block;
}
span.box-yellow.text-red {
  color: #c12e24;
}
span.box-yellow.text-white {
  color: #c12e24;
}
.phone-number{
	display: none;
}
.feedback-in-news {margin-top:50px;}