.half-width-video-wrapper {
    width: 50%;
    position: relative;
    padding: 0;
    padding-top: 0px;
}

.footer-content hr{
  border: 0;
    border-bottom: #465260 1px solid;
    border-top: #1B1F23 1px solid;
    padding: 0;
  margin:10px 0;
}


.solution .img-responsive{
  width:100%;
}

.solution .item-box {
  min-height:250px;
}

.bs-callout-steel {
    clear: both;
    position: relative;
    overflow: hidden;
    background: #ddd;
    margin: 60px 0;
    padding: 16px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bs-callout-steel h1, .bs-callout-steel h2, .bs-callout-steel h3{
    margin: 0;
    text-transform: none;
    line-height: 30px;
}

figure img{
  width:100%;
}

.orange{
  color: #ff6d0e;
}

.orange_bg{
  background-color: #ff6d0e;
  color:#fff;
}

.mt-30{
  margin-top:30px;
}

.buttons{
  margin:10px 0;
}

.buttons .btn {
  margin:5px;
}

.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: 8px;
  line-height: 1.42857143;
  /*vertical-align: top;*/
  border-top: 1px solid #ddd;
}

.phone a > {
  text-decoration: none;
}

.breadcrumb {
    font-size: 13px;
    margin: 0px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-warning {
    color: #fff;
    background-color: #ff6d0f;
    border-color: #fb6708;
}

strong {
    font-weight: 700;
    color: #337ab7;

}

h1, h2, h3, h4, h5 {
    color: #003f87;
    font-weight: normal;
}

.btn {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
    /*color: red;  Ссылка красного цвета */
} 

header#topNav.topHead {
    top: 40px;
    background-color: #2f3192;
}

header#topNav nav ul.nav-pills > li > a, header#topNav nav ul.nav-pills > li > a:hover, header#topNav nav ul.nav-pills > li > a:focus, header#topNav nav ul.nav-pills > li.active > a, header#topNav nav ul.nav-pills > li.active > a:hover, header#topNav nav ul.nav-pills > li.active > a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    color: #ffffff;
}

#wrapper {
    background-color: #ffffff;
}

.item-box {
     background-color: #dddddd;
}

.bs-callout.whiteBg {
    /* background: #fff !important; */
    background: #dddddd;
}
header#page-title {
    color: #fff;
    /*padding: 20px 0;*/
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.tp-caption a {
    color: #2E3192;
}

header#topHead {
    z-index: 200;
}

/*Buttons*/
a.blue_button, a.diff_config, a.add_question {background: #014984;color: #fff;padding: 8px 18px;display: inline-block;margin-bottom: 10px;}
a.buy_button {background: #d52a33/*#BD0029*/;color: #fff;padding: 7px 10px;display: inline-block;margin-bottom: 20px;}
a.button_light {background: /*#F9F8FB*/#F3FAFF;color: #000;padding: 7px 10px;display: inline-block;margin-bottom: 20px;border: 1px dotted #014984;font-weight: normal}

.bggray {
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
}

header#topNav li.search::before {
	color: #fff;
}

.two_cols {
	display: flex;
	align-items: center;
    justify-content: center;
}

blockquote {
  border-left: 5px solid transparent;
}

.pr_table img {
	margin: 10px;
}

form[name='SIMPLE_FORM_33'] div > span {
	display: none;
}

form[name='SIMPLE_FORM_33'] div {
	text-align: center;
}

form[name='SIMPLE_FORM_33'] div > input,
form[name='SIMPLE_FORM_33'] div > textarea {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #d8d8d8;
  background-color: #ededed;
  padding: 8px;
  font-size: 16px;
  color: #777777;
  margin-bottom: 0px;
  width: 300px;
} 

form[name='SIMPLE_FORM_33'] div > textarea {
	height: 120px;
}

form[name='SIMPLE_FORM_33'] div > input[name='web_form_submit'] {
	background-color: #2f3192;
	color: #fff;
}

input[name='captcha_word'] {
	margin-top: 20px;
}



@media (max-width: 768px) {
  section img {
	/* max-width: 70vw; */
	max-width: 100%;
	height: auto;
  }
  .two_cols {
	  flex-direction: column;
  }
  button,
  .form-b  {
	  margin-bottom: 5px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  
}

.form-b:hover {
	color: #fff;
	text-decoration: none;
}

h2 {
  margin: 42px 0 22px 0;
}

.page_menu {
	padding-left: 0;
	padding-bottom: 20px;
}

.page_menu li {
	list-style: none;
	margin-bottom: 3px;
}

li {
	margin-bottom: 10px;
}

ol li {
	margin-top: 10px;
}

ul.submenu {
	padding-left: 20px !important; 
}

.flex-block {
	display: flex;
}

.flex-block-inner {
	width: 50%;
	padding: 10px;
}

.flex-block-inner img {
	max-width: 100%;
}

.flex-block-inner h2 {
	margin-top: 0;
}

.padd_left {
	padding-left: 20px;
}

.table-inline {
	background: transparent;
	border: 1px solid #ccc;
}

.table-inline td {
	text-align: center;
	padding: 8px 10px;
	border: 1px solid #ccc;
}

.table-inline td .green {
	font-weight: bold;
	font-size: 20px;
}

.table-inline td:first-child {
	text-align: left;
}


@media (max-width: 768px) {
  .flex-block {
	flex-direction: column;
  }
  .flex-block-inner {
	width: 100%;
  }
}

table.editions_table {
	background: transparent;
	border: 1px solid #ccc;
	width: 100%;
}

table.editions_table tr td {
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	width: 20%;
}

table.editions_table tr:first-child td {
	background: #ddd;
}

table.editions_table tr td:first-child {
	text-align: left;
	width: 60%;
}

.buttons.buttons_comosys {
  margin: 20px 0 0 10px;
}

.buttons.buttons_comosys a,
.buttons.buttons_comosys button {
  min-width: 200px;
}