@import "calendar-inner.css";
@import "incut.css";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 17px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 21px;
  line-height: 34px;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 12.75px;
  color: #3b3b3b;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 17px;
  padding: 4px 6px;
  margin-bottom: 8.5px;
  font-size: 14px;
  line-height: 17px;
  color: #807e80;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 27px;
  *margin-top: 4px;
  line-height: 27px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #3b3b3b;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #3b3b3b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3b3b3b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
.radio,
.checkbox {
  min-height: 17px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.error.block_msg {
  font-size: 17px;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 16px 20px 17px;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 8.5px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 8.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 17px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a1e1aa;
  border-color: #39b04a;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 8.5px;
}
legend + .control-group {
  margin-top: 17px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 17px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 8.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
html {
  height: 100%;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}
body.main #wrap .content > .inner .row-grid .span-240 {
  margin-left: 40px;
}
body.main #wrap .content > .inner .row-grid .span-728 {
  margin-left: 28px;
}
body.main #wrap .content > .inner .row-grid .sidebar.left {
  width: 174px;
}
body.main #wrap .content > .inner .row-grid .sidebar.right {
  width: 240px;
}
body.main #wrap .content > .inner .row-fluid-grid .span-240 {
  margin-left: 3.31%;
}
body.main #wrap .content > .inner .row-fluid-grid .span-728 {
  margin-left: 3.01%;
}
body.page header#header .banner-set,
body.error header#header .banner-set,
body.main header#header .banner-set {
  margin: 0;
}
body.page #wrap .content > .inner {
  width: 1230px;
}
body.page #wrap .content > .inner .row-grid .span-1010 {
  margin-left: 30px;
}
body.page #wrap .content > .inner .row-grid .span-190 .sidebar {
  width: 190px;
}
body.error .row-grid {
  margin-left: -30px;
}
body.error .row-grid [class*="span"] {
  margin-left: 30px;
}
body.error hr {
  background-color: #999999;
}
body.error .content > .inner p {
  font-size: 24px;
  line-height: 28px;
}
body.error .content > .inner p.ta-c a {
  color: #ad272d;
}
body.error .content > .inner p.to-main {
  color: #005fa8;
}
body.error .content > .inner p.to-main a {
  font-weight: bold;
}
body.error .content > .inner .info {
  padding-top: 32px;
}
body.error .content > .inner .info p {
  font-size: 14px;
  line-height: 17px;
}
body.error .error-block {
  width: 252px;
  min-height: 270px;
  padding: 32px 316px 0px 40px;
  background: url("/static/garant/images/content/error-label.png") no-repeat 100% 32px;
  margin-bottom: 48px;
}
body.error .error-block p {
  color: #005fa8;
  font-weight: bold;
}
body.page .span-190 .menu.shifted > a {
  position: relative;
  *zoom: 1;
}
body.page .span-190 .menu.shifted > a.m-selected {
  background-color: #005fa8;
  color: #ffffff;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
body.page .span-190 .menu.shifted > a.m-selected + a {
  border-top: none;
}
body.page .search .btn-search {
  right: 6px;
}
body.page hr.bold {
  margin: 24px 0;
  *margin: 5px 0 17px;
}
body.page h1 {
  font-size: 30px;
  line-height: 32px;
}
#wrap {
  min-height: 100%;
  min-width: 1230px;
  position: relative;
}
#wrap #footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4d4d4d;
}
#page {
  padding: 0 0 250px;
  margin: auto;
}
header#header {
  /*height: 140px;
  position: relative;*/
}
header#header .top-panel {
  height: 32px;
  line-height: 29px;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  background-color: #f7f8fa;
  -webkit-box-shadow: 0 -2px 6px -1px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 6px -1px rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 6px -1px rgba(0,0,0,0.3) inset;
}
header#header .top-panel > .inner {
  width: 1210px;
  margin: auto;
  position: relative;
}
header#header .top-panel a {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
  font-weight: bold;
  color: #808080;
  position: relative;
}
header#header .top-panel a:hover {
  color: #005fa8;
  text-decoration: none;
}
header#header .top-panel a span {
  display: inline-block;
  width: 20px;
  height: 16px;
  overflow: hidden;
  background: url('/static/garant/images/layout/top-panel-link.png?v=9') no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
header#header .top-panel .side.left a.products-services {
  padding-left: 25px;
}
header#header .top-panel .side.left a.products-services span {
  width: 19px;
  background-position: 0 0;
}
header#header .top-panel .side.left a.products-services:hover span {
  background-position: -21px 0;
}
header#header .top-panel .side.left a.prices, header#header .top-panel .side.left a.clients {
  padding-left: 23px;
}
header#header .top-panel .side.left a.prices span {
  width: 17px;
  background-position: -393px 0;
}
header#header .top-panel .side.left a.prices:hover span {
  background-position: -410px 0;
}
header#header .top-panel .side.left a.buy-garant {
  padding-left: 26px;
}
header#header .top-panel .side.left a.buy-garant span {
  width: 28px;
  background-position: -55px 0;
}
header#header .top-panel .side.left a.buy-garant:hover span {
  background-position: -85px 0;
}
header#header .top-panel .side.left a.company-partners {
  padding-left: 30px;
}
header#header .top-panel .side.left a.company-partners span {
  width: 24px;
  background-position: -130px 0;
}
header#header .top-panel .side.left a.company-partners:hover span {
  background-position: -157px 0;
}

header#header .top-panel .side.left a.company-join {
  padding-left: 30px;
}
header#header .top-panel .side.left a.company-join span {
  width: 22px;
  background-position: -250px 0;
}
header#header .top-panel .side.left a.company-join:hover span {
  background-position: -272px 0;
}
header#header .top-panel .side.left a.seminars {
  padding-left: 22px;
}
header#header .top-panel .side.left a.seminars span {
  width: 15px;
  background-position: -308px 0;
}
header#header .top-panel .side.left a.seminars:hover span {
  background-position: -325px 0;
}
header#header .top-panel .side.left a.demo-access {
  padding-left: 25px;
}
header#header .top-panel .side.left a.demo-access span {
  background-position: -347px 0;
}
header#header .top-panel .side.left a.demo-access:hover span {
  background-position: -367px 0;
}
header#header .top-panel .side.left a.clients span {
  width: 16px;
  background-position: -434px 0;
}
header#header .top-panel .side.left a.clients:hover span {
  background-position: -450px 0;
}
header#header .top-panel .side.left a.job {
  padding-left: 28px;
}
header#header .top-panel .side.left a.job span {
  width: 23px;
  background-position: -473px 0;
}
header#header .top-panel .side.left a.job:hover span {
  background-position: -496px 0;
}
header#header .top-panel .side.right a.write-editor {
  padding-left: 26px;
}
header#header .top-panel .side.right a.write-editor span {
  width: 20px;
  background-position: -196px 0;
  top: 0;
}
header#header .top-panel .side.right a.write-editor:hover span {
  background-position: -218px 0;
}

header#header .top-panel .side {
  position: absolute;
  font-size: 0;
}
header#header .top-panel .side.left {
  left: 10px;
}
header#header .top-panel .side.left a {
  margin-left: 26px;
}
header#header .top-panel .side.left a:first-child {
  margin-left: 0;
}
header#header .top-panel .side.right {
  right: 10px;
}
header#header .top-panel .side.right a:first-child {
  margin-right: 18px;
}
header#header .top-panel .side.right .language-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 28px;
  text-align: center;
  border: 1px solid #BFBFBF;
  border-top: none;
  background-color: #ffffff;
}
header#header .top-panel .side.right .language-toggle a {
  margin: 0;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
header#header .top-panel .side.right .language-toggle a:hover {
  color: #ec2126;
}
header#header .site-logo {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
}
header#header .site-logo img {
  width: 270px;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
header#header .h-sidebar {
  position: absolute;
  top: 11px;
  right: 0;
  width: 295px;
  height: 56px;
  text-align: right;
}
header#header .h-sidebar .soc {
  line-height: 0;
  text-align: justify;
  text-align-last: justify;
  position: absolute;
  width: 100%;
  height: 19px;
  left: 0;
  bottom: 0;
}
header#header .h-sidebar .soc a {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 19px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: url('/static/garant/images/layout/icons.png?v8') no-repeat;
}
header#header .h-sidebar .soc a:hover {
  text-decoration: none;
}
header#header .h-sidebar .soc a:first-child {
  margin-left: 0;
}
header#header .h-sidebar .soc a.mail {
  background-position: 0px -19px;
}
header#header .h-sidebar .soc a.mail:hover {
  background-position: 0px 0px;
}
header#header .h-sidebar .soc a.ya {
  background-position: -23px -19px;
}
header#header .h-sidebar .soc a.ya:hover {
  background-position: -23px 0px;
}
header#header .h-sidebar .soc a.rss {
  background-position: -46px -19px;
}
header#header .h-sidebar .soc a.rss:hover {
  background-position: -46px 0px;
}
header#header .h-sidebar .soc a.mob {
  background-position: -69px -19px;
}
header#header .h-sidebar .soc a.mob:hover {
  background-position: -69px 0px;
}
header#header .h-sidebar .soc a.vk {
  background-position: -92px -19px;
}
header#header .h-sidebar .soc a.vk:hover {
  background-position: -92px -0px;
}
header#header .h-sidebar .soc a.fb {
  background-position: -115px -19px;
}
header#header .h-sidebar .soc a.fb:hover {
  background-position: -115px 0px;
}
header#header .h-sidebar .soc a.tw {
  background-position: -138px -19px;
}
header#header .h-sidebar .soc a.tw:hover {
  background-position: -138px 0px;
}
header#header .h-sidebar .soc a.telegram {
  background-position: -161px -19px;
}
header#header .h-sidebar .soc a.telegram:hover {
  background-position: -161px 0px;
}
header#header .h-sidebar .soc a.telegram-bot {
  background-position: -299px -19px;
}
header#header .h-sidebar .soc a.telegram-bot:hover {
  background-position: -299px 0px;
}
header#header .h-sidebar .soc a.instagram {
  background-position: -184px -19px;
}
header#header .h-sidebar .soc a.instagram:hover {
  background-position: -184px 0px;
}
header#header .h-sidebar .soc a.odnoklasniki {
  background-position: -207px -19px;
}
header#header .h-sidebar .soc a.odnoklasniki:hover {
  background-position: -207px 0px;
}
header#header .h-sidebar .soc a.youtube {
  background-position: -276px -19px;
}
header#header .h-sidebar .soc a.youtube:hover {
  background-position: -276px 0px;
}
header#header .h-sidebar .soc a.edit {
  background-position: -230px -19px;
  position: absolute;
  top: -20px;
  right: 0;
}
header#header .h-sidebar .soc a.edit:hover {
    background-position: -230px -0px;
}
header#header .h-sidebar .soc a.lenta {
  background-position: -253px -19px;
  position: absolute;
  top: -20px;
  right: 30px;
}
header#header .h-sidebar .soc a.lenta:hover {
  background-position: -253px -0px;
}
header#header .h-sidebar .user-panel {
  font-size: 0;
  margin-bottom: 9px;
}
header#header .h-sidebar .user-panel time,
header#header .h-sidebar .user-panel a {
  display: inline-block;
  font-size: 13px;
}
header#header .h-sidebar .user-panel time {
  font-weight: bold;
  margin-right: 8px;
  margin-top: 3px;
  float: left;
}
header#header .h-sidebar .user-panel a.auth {
  padding-left: 11px;
  overflow: hidden;
}
header#header .h-sidebar .user-panel a.reg {
  position: relative;
  padding-right: 11px;
  border-right: 1px solid #808080;
  width: 100px;
  overflow: hidden;
}
header#header .h-sidebar .user-panel a.reg:after {
  display: block;
  content: "";
  width: 10px;
  background: url('/static/garant/images/layout/bg-reg.png') 100% 0 repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
header#header .h-sidebar .user-panel a:active {
  background: none;
}
header#header .h-sidebar .services-block {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  width: inherit;
}
header#header .h-sidebar table.table.services {
  width: 100%;
  font-size: 17px;
}
header#header .h-sidebar table.table.services td {
  padding: 0;
}
header#header .nav-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  line-height: 32px;
}
header#header .nav-main > .inner {
  background-color: #828282;
  font-size: 0;
  position: relative;
  line-height: 0;
  text-align: justify;
  text-justify: newspaper;
  *zoom: 1;
  -ms-text-align-last: justify;
  text-align-last: justify;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
header#header .nav-main > .inner > a,
header#header .nav-main > .inner > span {
  display: inline-block;
  text-align: center;
}
header#header .nav-main > .inner:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
header#header .nav-main a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
header#header .nav-main a span {
  position: relative;
  z-index: 2;
}
header#header .nav-main a:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  padding: 0 5px;
  background-color: transparent;
  top: 50%;
  left: -5px;
  margin-top: -17px;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
header#header .nav-main a:hover:before {
  background-color: #005fa6;
}
header#header .nav-main a.active {
  color: #94CDFA;
}
header#header .nav-main a.m-selected {
  color: #cccccc;
}
header#header .category-section.m-2 .col {
  width: 49%;
  margin-left: 2%;
}
#header,
.content,
#footer,
.wide-block,
.nav-main,
.banner-set.m-wide {
  position: relative;
}
#header > .inner,
.content > .inner,
#footer > .inner,
.wide-block > .inner,
.nav-main > .inner,
.banner-set.m-wide > .inner {
  width: 1210px;
 /* height: 100%;*/
  padding: 0 10px;
  margin: auto;
  position: relative;
  *zoom: 1;
  background-color: #ffffff;
}
#header > .inner:before,
#header > .inner:after,
.content > .inner:before,
.content > .inner:after,
#footer > .inner:before,
#footer > .inner:after,
.wide-block > .inner:before,
.wide-block > .inner:after,
.nav-main > .inner:before,
.nav-main > .inner:after,
.banner-set.m-wide > .inner:before,
.banner-set.m-wide > .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
#header > .inner:after,
.content > .inner:after,
#footer > .inner:after,
.wide-block > .inner:after,
.nav-main > .inner:after,
.banner-set.m-wide > .inner:after {
  clear: both;
}
.content > .inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
.banner-set.m-wide > .inner {
  background-color: #005fa8;
  padding-top: 8px;
  padding-bottom: 30px;
}
div#footer {
  height: 250px;
  padding: 0;
}
div#footer a {
  color: #ffffff;
  text-decoration: underline;
}
div#footer a:hover {
  text-decoration: none;
}
div#footer > .inner {
  background-color: #4d4d4d;
  color: #ffffff;
  height: 250px;
}
div#footer .site-logo {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 10px 12px;
  background-color: #ffffff;
}
div#footer .site-logo img {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#footer aside {
  position: absolute;
  top: 26px;
}
div#footer aside p {
  font-size: 12px;
  line-height: 16px;
}
div#footer aside.left {
  left: 30px;
  width: 814px;
}
div#footer aside.left p {
  margin: 0px 0px 8px;
}
div#footer aside.right {
  right: 48px;
  width: 276px;
}
div#footer aside.right p:first-child {
  margin: 0px 0px 20px;
}
div#footer .counter-section {
  *zoom: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
div#footer .counter-section:before,
div#footer .counter-section:after {
  display: table;
  content: "";
  line-height: 0;
}
div#footer .counter-section:after {
  clear: both;
}
div#footer .counter-section a {
  float: left;
  display: block;
  width: 93px;
  height: 33px;
  margin-left: 12px;
}
div#footer .counter-section a:first-child {
  margin-left: 0;
}
div#footer .age-category {
  position: relative;
  padding-right: 104px;
}
div#footer .age-category:after {
  display: inline-block;
  content: "16+";
  color: inherit;
  font-size: 20px;
  position: absolute;
  right: 68px;
  top: 50%;
  margin-top: -8px;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0px 0px 17px;
  color: #4D4D4D;
}
h1 {
  font-size: 24px;
  line-height: 26px;
}
span.converted_hdr_xl {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0px 0px 17px;
  color: #4D4D4D;
  font-size: 26px;
  line-height: 26px;
}
span.converted_hdr_xl.custom,
h1.custom,
h2.custom,
h3.custom,
h4.custom {
  display: block;
  padding-left: 36px;
}
span.converted_hdr_xl.custom > a,
h1.custom > a,
h2.custom > a,
h3.custom > a,
h4.custom > a {
  color: #4D4D4D;
  text-decoration: none;
}
span.converted_hdr_xl.custom > a:hover,
h1.custom > a:hover,
h2.custom > a:hover,
h3.custom > a:hover,
h4.custom > a:hover {
  color: #949494;
  text-decoration: none !important;
}
span.converted_hdr_xl.custom.question,
h1.custom.question,
h2.custom.question,
h3.custom.question,
h4.custom.question {
  background: url('/static/garant/images/content/question.png?v1') no-repeat;
}
span.converted_hdr_xl.custom.infographic,
h1.custom.infographic,
h2.custom.infographic,
h3.custom.infographic,
h4.custom.infographic {
  background: url('/static/garant/images/content/infographic.png') no-repeat;
}
span.converted_hdr_xl.custom.articles,
h1.custom.articles,
h2.custom.articles,
h3.custom.articles,
h4.custom.articles {
  color: #949494;
  background: url('/static/garant/images/content/articles.png') no-repeat;
}
span.converted_hdr_xl.custom.press_release,
h1.custom.press_release,
h2.custom.press_release,
h3.custom.press_release,
h4.custom.press_release {
	background: url('/static/garant/images/content/pr.png') no-repeat;
}

span.converted_hdr_xl.custom.opinions,
h1.custom.opinions,
h2.custom.opinions,
h3.custom.opinions,
h4.custom.opinions {
  background: url('/static/garant/images/content/opinions.png') no-repeat 0 3px;
}
span.converted_hdr_xl.custom.i-events,
h1.custom.i-events,
h2.custom.i-events,
h3.custom.i-events,
h4.custom.i-events {
  background: url('/static/garant/images/content/i-events.png') no-repeat 0 0;
}
span.converted_hdr_xl.custom.i-interviews,
h1.custom.i-interviews,
h2.custom.i-interviews,
h3.custom.i-interviews,
h4.custom.i-interviews {
  background: url('/static/garant/images/content/i-interviews.png') no-repeat 0 0;
}
span.converted_hdr_xl.custom.cd,
h1.custom.cd,
h2.custom.cd,
h3.custom.cd,
h4.custom.cd {
  background: url('/static/garant/images/content/cd.png') no-repeat 0 0;
}
span.converted_hdr_xl.custom.research,
h1.custom.research,
h2.custom.research,
h3.custom.research,
h4.custom.research {
  background: url('/static/garant/images/content/research.png') no-repeat 0 0;
}
span.converted_hdr_xl.custom.m-1,
h1.custom.m-1,
h2.custom.m-1,
h3.custom.m-1,
h4.custom.m-1 {
  margin-bottom: 10px;
}
span.converted_hdr_xl.custom.vote,
h1.custom.vote,
h2.custom.vote,
h3.custom.vote,
h4.custom.vote {
  background: url('/static/garant/images/content/vote.png') no-repeat 0 50%;
}
span.converted_hdr_xl.custom.docs,
h1.custom.docs,
h2.custom.docs,
h3.custom.docs,
h4.custom.docs {
  background: url('/static/garant/images/content/docs.png') no-repeat 0 50%;
  color: #d80b1a;
}
span.converted_hdr_xl.custom.forum,
h1.custom.forum,
h2.custom.forum,
h3.custom.forum,
h4.custom.forum {
  background: url('/static/garant/images/content/forum.png') no-repeat 0 50%;
}
span.converted_hdr_xl.custom.test,
h1.custom.test,
h2.custom.test,
h3.custom.test,
h4.custom.test {
  background: url('/static/garant/images/content/test.png') no-repeat 0 50%;
}
span.converted_hdr_xl.custom.services,
h1.custom.services,
h2.custom.services,
h3.custom.services,
h4.custom.services {
  background: url('/static/garant/images/content/services.png') no-repeat 0 50%;
}
span.converted_hdr_xl.custom.calendar,
h1.custom.calendar,
h2.custom.calendar,
h3.custom.calendar,
h4.custom.calendar {
  background: url('/static/garant/images/content/calendar.png') no-repeat 0 50%;
}
span.converted_hdr_xl.custom.announce,
h1.custom.announce,
h2.custom.announce,
h3.custom.announce,
h4.custom.announce {
  background: url('/static/garant/images/content/announce.png') no-repeat 2px 2px;
}
span.converted_hdr_xl.custom.garant-open,
h1.custom.garant-open,
h2.custom.garant-open,
h3.custom.garant-open,
h4.custom.garant-open {
  background: url('/static/garant/images/content/garant-open.png') no-repeat 0px 50%;
}
span.converted_hdr_xl.custom.company-news,
h1.custom.company-news,
h2.custom.company-news,
h3.custom.company-news,
h4.custom.company-news {
  background: url('/static/garant/images/content/company-news.png') no-repeat 0 0;
}

div.col.press_release {
	padding: 8px;
	border: 1px solid #b8b8b8;
}

div.col.press_release article.item {
	margin-top: 15px;
}

div.col.press_release div.meta {
	margin-bottom: 8px;
}

div.col.press_release div.img {
	padding-right: 10px;
}

div.col.press_release a.title {
	color: #515151;
	font-size: 13px;
}

div.col.press_release p.muted {
	margin-top: 4px;
}

span.ia_press_release_ad {
	font-size: 11px !important;
	float: left;
}

h2 {
  font-size: 18px;
  line-height: 20px;
}
h3 {
  font-size: 17px;
  line-height: 18px;
  color: #333333;
}
h4 {
  font-size: 15px;
  line-height: 16px;
}
h4.comments {
  color: #333333;
  padding-left: 46px;
  line-height: 30px;
  background: url("/static/garant/images/content/comment-ico-lrg.png") no-repeat;
  margin-bottom: 0;
}
.soon,
time {
  font-size: 12px;
  line-height: 12px;
}
a {
  border: 0 none;
  color: #808080;
  outline: none;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a.how {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 35px;
  width: 150px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  background-color: #eb353b;
  background-image: -moz-linear-gradient(top, #eb353b 0%, #a72e33 100%);
  background-image: -webkit-linear-gradient(top, #eb353b 0%, #a72e33 100%);
  background-image: -ms-linear-gradient(top, #eb353b 0%, #a72e33 100%);
  background-image: linear-gradient(top, #eb353b 0%, #a72e33 100%);
  background-image: -o-linear-gradient(top, #eb353b 0%, #a72e33 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#eb353b), color-stop(100%,#a72e33));
}
a.how:hover {
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, #a72e33 0%, #eb353b 100%);
  background-image: -webkit-linear-gradient(top, #a72e33 0%, #eb353b 100%);
  background-image: -ms-linear-gradient(top, #a72e33 0%, #eb353b 100%);
  background-image: linear-gradient(top, #a72e33 0%, #eb353b 100%);
  background-image: -o-linear-gradient(top, #a72e33 0%, #eb353b 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#a72e33), color-stop(100%,#eb353b));
}
a.buy {
  color: #2060a4;
}
a[onclick] {
  cursor: pointer;
}
#buy-video {
  background: #f0f7ff;
  padding: 20px;
  color: #2060a4;
  width: 550px;
  font-size: 12px;
  margin: -40px auto 10px;
}
#buy-video a {
  color: #2060a4;
}
a.all {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
a.all.m-1 {
  color: #808080;
}
a.all.m-1:hover {
  color: #005fa6;
}
a.all:hover {
  text-decoration: none;
}
a.rules {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #808080;
  line-height: 30px;
}
a.rules:hover {
  color: #4d4d4d;
}
a:hover, .sidebar.left .menu > a:hover, div.col.press_release a.title:hover, .forum-block .item a.message:hover, .int .int_text > p > a:hover, .int .int_text > a:hover {
  color: #005fa6;
}
a img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 0 none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
p {
  margin: 0 0 17px;
  word-break: break-word;
}
p.lead {
  font-size: 18px;
  line-height: 20px;
}
div.muted, p.muted, .muted {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
p.error-type {
  font-size: 145px !important;
  line-height: 112px !important;
  margin-bottom: 78px;
}
img {
  /*max-width: 100%;
  max-height: 100%;*/
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
ul {
  padding: 0 0 0 15px;
  margin: 0 0 17px;
}
ul li {
  margin-top: 0px;
}
ul li:first-child {
  margin-top: 0;
}
.hide {
  display: none !important;
}
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.clr {
  clear: both;
}
.ta-c {
  text-align: center !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}
.size-s {
  width: 40px;
}
.size-xs {
  width: 104px;
}
.size-xl {
  width: 120px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border: 1px solid #636466;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  color: #000000;
  border: 1px solid #636466;
  -webkit-box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  -moz-box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
}
input[type="submit"] {
  outline: none;
}
input[type="submit"]:active {
  outline: none;
}
textarea {
  resize: none;
}
input[type="submit"].btn {
  *padding: 0;
}
label {
  margin: 0;
}
label.checkbox,
label.radio {
  font-size: 12px !important;
  line-height: 14px;
  color: #4D4D4D;
  cursor: pointer;
  padding-left: 24px;
  min-height: 14px;
  padding-left: 20px;
}
:root label.checkbox input[type="checkbox"],
:root label.radio input[type="radio"] {
  margin-top: -3px\0/;
}
label.checkbox.inline,
label.radio.inline {
  padding-top: 0;
}
label.checkbox.radio,
label.radio.radio {
  padding-left: 20px;
}
label.checkbox input[type="checkbox"],
label.checkbox input[type="radio"],
label.radio input[type="checkbox"],
label.radio input[type="radio"] {
  margin-top: 0;
  outline: none;
}
label.custom-check .icheckbox,
label.custom-check .iradio,
label.custom-radio .icheckbox,
label.custom-radio .iradio {
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
}
label.custom-check .iradio,
label.custom-radio .iradio {
  background: url('/static/garant/images/content/icheck-sprite.png') no-repeat;
}
label.custom-check .iradio.hover,
label.custom-radio .iradio.hover {
  background-position: -48px 0;
}
label.custom-check .iradio.checked,
label.custom-radio .iradio.checked {
  background-position: -24px 0;
}
label.custom-check .icheckbox,
label.custom-radio .icheckbox {
  background: url('/static/garant/images/content/icheck-sprite.png') 0px -24px no-repeat;
}
label.custom-check .icheckbox.hover,
label.custom-radio .icheckbox.hover {
  background-position: -48px -24px;
}
label.custom-check .icheckbox.checked,
label.custom-radio .icheckbox.checked {
  background-position: -24px -24px;
}
.search input[type="text"] {
  height: 30px;
  padding: 0px 28px 0px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search.main {
  margin: 0;
  width: 566px;
}
.search.main input[type="text"] {
  padding: 0px 40px 0px 66px !important;
  height: 32px;
}

.search.main.hot_search input[type="text"] {
  padding: 0px 30px 0 5px !important;
}

.search.main .control-group {
  margin: 0;
  width: 566px;
}
.search.main .control-group input[type="text"] {
  margin: 0;
}
.search.main .controls {
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 0;
  width: 54px;
  border-right: 1px solid #636466;
  overflow: hidden;
  z-index: 1;
}
.search.main .controls a {
  display: block;
  width: 27px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.search.main .controls a img {
  vertical-align: middle;
  display: inline-block;
}
.search.main .sep {
  display: block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background-color: #636466;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.search .btn.btn-search {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: -4px;
  width: 18px;
  height: 20px;
  z-index: 1;
}
.search.main .cap {
  display: block;
  height: 30px;
  background-color: #FFFFFF;
  position: absolute;
  top: 1px;
}
.search.main .cap.cap-l {
  width: 65px;
  left: 1px
}

.search.main.hot_search .cap.cap-l {
  width: 5px;
}

.search.main .cap.cap-r {
  width: 34px;
  right: 1px;
}

.search.main.hot_search .cap.cap-r {
  width: 25px;
}

.control-group {
  *zoom: 1;
  position: relative;
}
.control-group:before,
.control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group:after {
  clear: both;
}
.control-group a img {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wide-block {
  min-width: 1230px;
}
.row-grid {
  *zoom: 1;
}
.row-grid:before,
.row-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-grid:after {
  clear: both;
}
.row-grid [class*="span"] {
  float: left;
  min-height: 17px;
}
.row-grid .span-1010 {
  width: 1010px;
}
.row-grid .span-1010 .row-grid:first-child {
  margin-bottom: 17px;
}
.row-grid .span-930 {
  width: 930px;
}
.row-grid .span-930 .category-section .item .comment-block {
  width: 57.82%;
}
.row-grid .span-728 {
  width: 728px;
}
.row-grid .span-728 .category-section .item .comment-block {
  width: 52%;
}
.row-grid .span-846 {
  width: 846px;
}
.row-grid .span-334 {
  width: 334px;
}
.row-grid .span-750 {
  width: 750px;
}
.row-grid .span-220 {
  width: 220px;
}
.row-grid .span-240 {
  width: 240px;
}
.row-grid .span-190 {
  width: 190px;
}
.row-grid .span-174 {
  width: 174px;
}
.row-fluid-grid {
  *zoom: 1;
}
.row-fluid-grid:before,
.row-fluid-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid-grid:after {
  clear: both;
}
.row-fluid-grid [class*="span"] {
  float: left;
  min-height: 17px;
}
.row-fluid-grid .span-930 {
  width: 76.86%;
}
.row-fluid-grid .span-728 {
  width: 78.28%;
}
.row-fluid-grid .span-240 {
  width: 19.83%;
}
.row-fluid-grid .span-174 {
  width: 18.71%;
}
.sidebar .menu.shifted {
  background-color: #f4f7fa;
}
.sidebar .menu > a {
  display: block;
}
.sidebar.left .menu {
  margin-bottom: 26px;
}
.span-174 .sidebar.left .menu.shifted {
  margin-left: -10px;
}
.sidebar.left .menu.shifted {
  margin-left: 0px;
}
.sidebar.left .menu.shifted > h2 {
  padding: 8px 0 16px;
  background-color: #ad272d;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.sidebar.left .menu.shifted > h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  border: 10px solid transparent;
  border-left: 92px solid #f4f7fa;
}
.sidebar.left .menu.shifted > h2:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -10px;
  border: 10px solid transparent;
  border-right: 92px solid #f4f7fa;
}
.sidebar.left .menu.shifted > h2 + a {
  border: none;
}
.sidebar.left .menu.shifted a {
  font-weight: normal;
  margin-left: 10px;
  box-sizing: border-box;
}
.sidebar.left .menu > a {
  color: #333333;
  padding: 6px 0;
  border-top: 1px solid #BFD1E4;
  font-weight: bold;
  margin-right: 10px;
}
.sidebar.left .menu > a.badge {
    padding: 6px 10px 6px 10px;
    margin-right: 0;
    position: relative;
    width: 100%;
    display: table;
    background-color: #FFD0C0;
    margin-left: 0;
}
.sidebar.left .menu > a.badge, .sidebar.left .menu > a.badge + a {
    border-top: 1px solid transparent;
}
.sidebar.left .menu > a.badge:after {
    display: none;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url('/static/garant/images/content/badge-reklama-black.png') center no-repeat;
    width: 10px;
    height: 100%;
}
.sidebar.left .menu > a.badge > span {
    display: table-cell;
    vertical-align: middle;
}
.sidebar.left .menu > a:first-child {
  border: none;
}
.sidebar.left .menu > a.m-selected {
  font-weight: bold !important;
}
.sidebar.left .menu > a + .submenu {
  padding: 4px 10px 14px;
  margin: 0 0 0 24px;
  list-style-type: none;
  display: block !important;
}
.sidebar.left .menu > a + .submenu li {
  margin: 8px 0 0;
}
.sidebar.left .menu > a + .submenu li:first-child {
  margin-top: 0;
}
.sidebar.left .menu > a + .submenu li a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  color: #333333;
}
.sidebar.left .menu > a + .submenu li a.m-selected {
  color: #005fa8;
  font-weight: bold;
  text-decoration: none;
}
.sidebar.left .menu > a + .submenu li a.m-selected:hover {
  text-decoration: none;
}
.sidebar.left .menu > a + .submenu li a:hover {
  text-decoration: underline;
}
.sidebar.left .search {
  margin: 40px 0 38px;
}
.sidebar.left .search .btn-search {
  right: 6px;
}
.sidebar.left .category-section h1.custom.announce,
.sidebar.left .category-section h2.custom.announce,
.sidebar.left .category-section h3.custom.announce,
.sidebar.left .category-section h4.custom.announce {
  background: url('/static/garant/images/content/clock.png') no-repeat 0 0;
}
.sidebar.right .menu.shifted {
  *zoom: 1;
  margin: 0 -10px 17px;
  padding: 0 10px 0;
}
.sidebar.right .menu.shifted:before,
.sidebar.right .menu.shifted:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar.right .menu.shifted:after {
  clear: both;
}
.sidebar.right .menu.shifted > h1:first-child,
.sidebar.right .menu.shifted > h2:first-child,
.sidebar.right .menu.shifted > h3:first-child {
  margin-top: 10px;
}
.sidebar.right .menu.shifted .accordeon {
  margin: 0;
}
.sidebar.right .category-section {
  border-bottom: 1px solid #BFCFDE;
  margin-bottom: 17px;
}
.sidebar.right .category-section .section-inner .item:hover a,
.sidebar.right .category-section .section-inner .item:hover p {
  text-decoration: none;
}
.sidebar.right .category-section.test .section-inner .item .img img {
  border: 1px solid #2060a4;
}
.sidebar.right .category-section.test .section-inner .item .descr {
  margin-top: 0;
}
.sidebar.right .category-section .section-inner .item .img.fl-r,
.sidebar.right .category-section .section-inner .item .img.fl-l {
  border: none;
}
.sidebar.right .category-section .section-inner .item .descr p {
  margin-bottom: 17px;
}
.sidebar.right .category-section .section-inner .item .descr .all {
  color: #2060a4;
}
.sidebar.right .category-section .section-inner .item .descr .all:hover {
  color: #3886d8;
}
.banner-set {
  margin: 17px 0;
  position: relative;
}
.banner-set:first-child {
  margin-top: 0;
}
.banner-set .banner-item {
  margin-top: 14px;
  line-height: 0;
}
.banner-set .banner-item [id*='adfox'] > a {
  line-height: normal;
}
.banner-set .banner-item:not(.bookshop) {
  display: flex;
  justify-content: center;
}
#header .banner-set .banner-item img{
  width: 100%;
  height: auto;
}
.banner-set .banner-item .teaser {
  line-height: 1.2em;
}
.banner-set .banner-item:first-child {
  margin: 0;
}
.banner-set .banner-item.bookshop {
  line-height: normal;
  padding: 6px 6px 10px 87px;
  height: 94px;
  overflow: hidden;
  background: url("/static/garant/images/content/bg_bookshop.png") no-repeat;
}
.banner-set .banner-item.bookshop a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
}
.banner-set .banner-item.bookshop .title {
  font-weight: bold;
  color: #013C80;
  margin-bottom: 10px;
}
.banner-set .banner-item.bookshop .title a {
    font-size: 15px;
}

.banner-zone-102 {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}
.banner-zone-102 .banner-item div:after {
    display: block;
    content: "";
    padding-bottom: 2px;
}
.banner-zone-102 .banner-item > * {
  margin-bottom: 10px;
}
.banner-set.m-wide {
  margin: 30px -10px 17px;
  padding: 16px 0 0;
  border-top: 8px solid #005fa8;
}
.banner-set.m-wide .inner .all {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 10px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 24px;
}
.banner-set.m-wide .inner .all .arr {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.banner-set.m-wide .inner .all .arr.m-open {
  border-color: #ffffff transparent transparent;
  border-width: 8px 8px 8px;
  margin-top: -4px;
}
.banner-set.m-wide .inner .all .arr.m-close {
  border-color: transparent transparent #ffffff;
  border-width: 8px 8px 8px;
  margin-top: -12px;
}
.banner-set.m-wide .inner > .banner-row {
  *zoom: 1;
  line-height: 0;
  font-size: 0;
  margin-top: 17px;
}
.banner-set.m-wide .inner > .banner-row:before,
.banner-set.m-wide .inner > .banner-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner-set.m-wide .inner > .banner-row:after {
  clear: both;
}
.banner-set.m-wide .inner > .banner-row:first-child {
  margin-top: 0;
}
.banner-set.m-wide .inner .banner-row {
  margin-top: 17px;
  position: relative;
  line-height: 0;
  text-align: justify;
  text-justify: newspaper;
  *zoom: 1;
  -ms-text-align-last: justify;
  text-align-last: justify;
}
.banner-set.m-wide .inner .banner-row > a,
.banner-set.m-wide .inner .banner-row > span {
  display: inline-block;
  text-align: center;
}
.banner-set.m-wide .inner .banner-row:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.banner-set.m-wide .banner-item {
  display: inline-block;
  margin-top: 0;
}
.banner-set.bordered {
  padding: 18px 0;
  border-top: 1px #BFCFDE solid;
  border-bottom: 1px #BFCFDE solid;
}
hr {
  height: 1px;
  border: medium none #CCCCCC;
  background-color: #636466;
  margin: 0;
  border-width: 0;
  border-style: solid;
  margin: 17px 0;
}
hr.bold {
  height: 8px;
}
hr.bold.m-1 {
  margin: 30px 0px 20px;
  *margin: 20px 0px 0px;
}
hr.bold.m-2 {
  margin: 0 0 17px;
  *margin: 0 0 12px;
}
hr.bold.m-3 {
  *margin: 14px 0 0;
}
hr.m-gray {
  background-color: #4D4D4D;
}
hr.m-gray-light {
  background-color: #C0C0C0;
}
hr.m-red {
  background-color: #d80b1a;
  *margin-bottom: 0;
}
hr.m-blue {
  background-color: #005fa8;
}
hr.m-blue.m-1 {
  margin: 30px -10px 8px;
}
hr.normal {
  height: 2px;
  *height: 3px;
}
.category-section.m-1 .col {
  width: 47.53%;
  margin-left: 4.94%;
}
.category-section.m-2 .col {
  width: 48.12%;
  margin-left: 3.76%;
}
.category-section.m-3 .col {
  width: 48.71%;
  margin-left: 2.58%;
}
.category-section.m-1 .all,
.category-section.m-2 .all,
.category-section.m-3 .all {
  position: absolute;
  right: 14px;
  bottom: 0;
}
.category-section {
  *zoom: 1;
  position: relative;
  margin-top: 17px;
  padding-bottom: 20px;
}
.category-section:before,
.category-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-section:after {
  clear: both;
}
.category-section:first-child {
  margin-top: 0;
}
.category-section .section-inner {
  *zoom: 1;
}
.category-section .section-inner:before,
.category-section .section-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-section .section-inner:after {
  clear: both;
}
.category-section .col {
  float: left;
}
.category-section .col:first-child {
  margin-left: 0 !important;
}
.category-section .meta {
  position: relative;
  min-height: 22px;
  margin-bottom: 4px;
  *zoom: 1;
}
.category-section .meta:before,
.category-section .meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-section .meta:after {
  clear: both;
}
.category-section .meta time,
.category-section .meta hr,
.category-section .meta .tags-set,
.category-section .meta .soon {
  position: absolute;
  top: 50%;
}
.category-section .meta time{
  font-weight: normal;
}
.category-section .meta time,
.category-section .meta .tags-set,
.category-section .meta .soon {
  display: block;
  background-color: #ffffff;
  z-index: 90;
}
.category-section .meta time,
.category-section .meta .soon {
	margin-top: -9px;
}
.category-section .meta .tags-set {
	margin-top: -12px;
}
.category-section .meta time,
.category-section .meta .soon,
.category-section .meta .category {
  font-size: 12px;
  line-height: 12px;
}
.category-section .meta time span,
.category-section .meta .soon span,
.category-section .meta .category span {
  color: #666;
}
.category-section .meta .soon {
  text-transform: uppercase;
}
.category-section .meta hr {
  width: 100%;
  margin-top: -4px;
  background-color: #b8b8b8;
  margin-bottom: 0;
}
.press_release hr {
  width: 35%;
  float: right;
  margin-top: 8px;
  background-color: #b8b8b8;
  margin-bottom: 0;
}
.category-section .meta .soon,
.category-section .meta time {
  padding-right: 8px;
}
.category-section .meta .tags-set {
  *zoom: 1;
  right: 0;
  padding-left: 8px;
  font-size: 0;
}
.category-section .meta .tags-set:before,
.category-section .meta .tags-set:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-section .meta .tags-set:after {
  clear: both;
}
.category-section .meta .tags-set .category {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  font-size: 12px;
  margin-left: 6px;
}
.category-section .meta .tags-set .category.advrt_label {
  padding: 0;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 400;
  color: #808080 !important;
}
.category-section .meta .tags-set .category:first-child {
  margin-left: 0;
}
.category-section .meta .tags-set .category:hover {
  color: #005fa6;
}
.category-section .item {
  *zoom: 1;
  position: relative;
  margin-top: 22px;
}
.category-section .item:before,
.category-section .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-section .item:after {
  clear: both;
}
.category-section .item:first-child {
  margin-top: 0;
}
.category-section .item.comment .img {
  position: relative;
  overflow: hidden;
  width: 144px;
  height: 163px;

}
.category-section .item.comment .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: none;
  margin-left: 0 !important;
}
.category-section .item.comment .descr {
  position: relative;
  margin-bottom: 14px;
  max-height: 63px;
  z-index: 1;
}
.category-section .item.comment .descr .mount {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: #ffffff;
  z-index: 3;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.category-section .item.multimedia .meta {
  overflow: hidden;
}
.category-section .item.multimedia .img.fl-r,
.category-section .item.multimedia .img.fl-l {
  /*width: 84px;
  height: 48px;*/
  margin-bottom: 10px;
}
.category-section .item.multimedia .img.fl-r + .descr,
.category-section .item.multimedia .img.fl-l + .descr {
  /*overflow: visible;*/
}
.category-section .item.multimedia .img.fl-r + .descr p,
.category-section .item.multimedia .img.fl-r + .descr a,
.category-section .item.multimedia .img.fl-l + .descr p,
.category-section .item.multimedia .img.fl-l + .descr a {
  overflow: hidden;
}
.category-section .item.multimedia .img.fl-r + .descr p.muted,
.category-section .item.multimedia .img.fl-r + .descr a.muted,
.category-section .item.multimedia .img.fl-l + .descr p.muted,
.category-section .item.multimedia .img.fl-l + .descr a.muted {
  clear: left;
  overflow: visible;
  margin-top: 8px;
}
.category-section .item.multimedia a.title {
  display: inline;
}
.item.announce.bordered {
  margin-left: -5px;
  padding: 10px 5px;
  border: 1px solid #ad272d;
}
.category-section .item.announce > time {
  display: block;
  margin-bottom: 6px;
}
.category-section .item.announce > a {
  line-height: 15px;
}
.category-section .item.announce div.title {
  margin-bottom: 4px;
}
.category-section .item.announce div.title a.title{
  font-size: 14px;
}
.category-section .item.announce .img.fl-l img {
    margin: 0 10px 0 0;
}
.category-section .item.announce p {
  margin-top: 7px;
  line-height: 15px;
  margin-bottom: 0;
}
.category-section .item a:not(.btn) {
  *cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2em;
}
.endless-bar-news {
  font-size: 14px;
}
.endless-bar-news a:not(.btn) {
  font-size: inherit !important;
}
.endless-bar-news .muted {
  margin-top: 4px;
}
.category-section .item a.learn-more {
  color: #fff;
  display: inline-block;
  width: 190px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
  margin-top: 10px;
  border: 1px solid #414163;
  background-color: #0160a8;
  background-image: -moz-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -webkit-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -ms-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -o-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#0160a8), color-stop(100%,#0a538c));
}
.category-section .item a.learn-more:hover {
  text-decoration: none;
  background-color: #0160a8;
  background-image: -moz-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -webkit-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -ms-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -o-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#0160a8), color-stop(100%,#0a538c));
}
.category-section .item a.title {
  color: #333333;
}
.category-section .item a.title:hover {
  color: #005fa6;
}
.category-section .item .descr .meta p{
  margin-top: 24px;
  font-size: 13px;
}
.category-section .item .descr .meta p.muted{
  font-size: 12px;
}
.category-section .item .descr:first-child {
  margin-top: 0;
}
.category-section .item .descr p {
  margin-bottom: 0;
}
.category-section .item .descr div.muted,
.category-section .item .descr p.muted {
  margin-top: 4px;
  color: #808080;
}
.category-section .item .descr div.muted p + p {
    margin-top: 5px;
}
.categody-section .item .descr .meta{
  margin-top: 24px;
}
.category-section .item .img {
  line-height: 1;
  font-size: 10px;
}
.category-section .item .img.fl-l + .descr,
.category-section .item .img.fl-r + .descr {
  margin-top: 0;
  overflow: hidden;
}
.category-section .item .img.fl-l img {
  margin: 0 12px 0 0;
}
.category-section .item .img.fl-r img {
  margin: 0 0 0 12px;
}
.category-section .item .img img {
  display: block;
  margin-bottom: 10px;
}
.category-section .item .img + .descr > a.title + p.muted {
  margin-top: 10px;
}
.category-section .item .img.fl-l + .descr > a.title + p.muted {
  margin-top: 4px;
}
.category-section .item .comment-block {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background-color: #fff6d1;
  color: #333333;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.category-section .item .comment-block:after {
  position: absolute;
  display: block;
  content: "";
  right: -20px;
  top: 24px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border: 10px solid transparent;
  border-top: 10px solid #fff6d1;
  border-left: 10px #fff6d1 solid;
}
.category-section .item .comment-block > span {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border: 10px solid transparent;
  border-top: 10px solid #fff6d1;
  border-left: 10px #fff6d1 solid;
  display: none;
}
.category-section.m-1 .item .comment-block .comment-inner {
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  max-height: 77px;
  width: 100%;
  z-index: 1;
}
.category-section .item .comment-block .comment-inner {
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  max-height: 77px;
  min-height: 46px;
  z-index: 1;
}
.category-section .item .comment-block .comment-inner p {
  margin: 0;
}
.category-section .item .comment-block .comment-inner a {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}
.category-section .item .comment-block .comment-inner a:hover {
  color: #005fa6;
}
.category-section .item .comment-block .comment-inner .mount {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  z-index: 3;
  background-color: #fff6d1;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.category-section .tab-section {
  padding-bottom: 0;
}
.category-section .tab-section.m-2 .all {
  right: 0;
  bottom: -20px;
}
.advrt_label {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
}
.category-tags-set {
  background: #808080;
  padding: 10px;
}
body.main .advrt_label,
body.page .advrt_label {
	padding: 0px 5px;
	font-size: 10px !important;
	line-height: 1.5em !important;
}
.all-set {
  position: relative;
  *zoom: 1;
  margin-top: 17px;
  text-align: right;
}
.all-set:before,
.all-set:after {
  display: table;
  content: "";
  line-height: 0;
}
.all-set:after {
  clear: both;
}
.all-set .all {
  position: static !important;
  display: inline-block;
  margin-left: 20px;
}
.all-set .all.rss {
  vertical-align: middle;
}
.all-set .all:first-child {
  margin-left: 0;
}
.tab-section {
  *zoom: 1;
  position: relative;
}
.tab-section:before,
.tab-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab-section:after {
  clear: both;
}
.tab-section.m-1,
.tab-section.m-2 {
  padding-bottom: 24px;
  *padding-bottom: 10px;
}
.tab-section.m-1 .tabs a,
.tab-section.m-2 .tabs a {
  font-size: 16px;
  line-height: 24px;
  background: #ededed;
  color: #000000;
  padding-left: 22px;
}
.tab-section.m-1 .tabs a:hover,
.tab-section.m-2 .tabs a:hover {
  color: #595959;
}
.tab-section.m-1 .tabs a.active,
.tab-section.m-2 .tabs a.active {
  background-color: #f1faff;
}
.tab-section.m-1 .tabs,
.tab-section.m-1 .tab-content {
  float: left;
  min-height: 17px;
}
.tab-section.m-1 .tabs {
  width: 238px;
}
.tab-section.m-1 .tabs a {
  margin-top: 4px;
}
.tab-section.m-1 .tabs a:first-child {
  margin-top: 0;
}
.tab-section.m-1 .tab-content {
  position: relative;
  background-color: #f1faff;
  box-sizing: border-box;
  width: 692px;
  height: 192px;
  padding: 12px 12px 28px 44px;
}
.tab-section.m-1 .tab-content .content-inner {
  height: 154px;
  overflow: hidden;
}
.tab-section.m-1 .tab-content .title {
  font-size: 12px;
  line-height: 12px;
}
.tab-section.m-1 .tab-content .tab-pane {
  position: relative;
  text-align: right;
}
.tab-section.m-1 .tab-content .tab-pane p {
  margin-top: 6px;
  margin-bottom: 0;
  text-align: left;
}
.tab-section.m-1 .tab-content .tab-pane p.title {
  margin-top: 0;
}
.tab-section.m-1 .readmore {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  position: absolute;
  right: 12px;
  bottom: 14px;
  text-decoration: none;
}
.tab-section.m-1 .all {
  position: absolute;
  display: block;
  right: 12px;
  bottom: 0;
}
.tab-section.m-2 .tabs {
  margin-bottom: 12px;
}
.tab-section.m-2 .tabs a {
  float: left;
  width: 45.02%;
  padding-left: 4.98%;
}
.tab-section.m-3 {
  padding-bottom: 18px;
  border-bottom: 1px #BFCFDE solid;
}
.tab-section.m-3 .tabs a {
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  float: left;
  width: 50%;
  color: #808080;
  background: #ffffff;
}
.tab-section.m-3 .tabs a:hover {
  color: #5a5a5a;
}
.tab-section.m-3 .tabs a.active {
  background: #265699;
  color: #ffffff;
  cursor: default;
}
.tab-section.m-3 .tab-content {
  margin-top: 0;
}
.tab-section.m-3 > a {
  display: inline-block;
  margin-bottom: 18px;
}
.tab-section .tabs {
  *zoom: 1;
}
.tab-section .tabs:before,
.tab-section .tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab-section .tabs:after {
  clear: both;
}
.tab-section .tabs a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.tab-section .tab-pane {
  display: none;
}
.tab-section .tab-pane.active {
  display: block;
}
.company-info {
  position: relative;
  *zoom: 1;
}
.company-info:before,
.company-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.company-info:after {
  clear: both;
}
.company-info:before {
  width: 246px;
  height: 95px;
  position: absolute;
  right: 46px;
  bottom: 0;
  background: url('/static/garant/images/layout/35-logo-f.png?v1') 0 0 no-repeat;
  background-size: contain;
}
.company-info h1 > a,
.company-info h2 > a,
.company-info h3 > a,
.company-info h4 > a {
  color: #4D4D4D;
}
.company-info a {
  color: #808080;
}
.company-info.m-1 .col.m-1 {
  width: 15.88%;
  padding-bottom: 10px;
}
.company-info.m-1 .col.m-2 {
  width: 60.98%;
  margin-left: 2.16%;
}
.company-info.m-1 .col.m-2 article.item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #808080;
}
.company-info.m-1 .col.m-2 article.item .img {
  float: left;
  width: 55px;
  height: 45px;
  overflow: hidden;
  margin-right: 6px;
}
.company-info.m-1 .col.m-2 article.item .img + p {
  margin-top: 0;
}
.company-info.m-1 .col.m-3 {
  width: 18%;
  margin-left: 2.98%;
}
.company-info.m-2 .col.m-1 {
  width: 590px;
  margin-left: 30px;
}
.company-info.m-2 .col.m-2 {
  width: 281px;
  margin-left: 18px;
}
.company-info.m-2 .col:first-child {
  margin-left: 0;
}
.company-info .col {
  position: relative;
  float: left;
}
.company-info .title {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #4D4D4D;
  font-weight: bold;
  margin-bottom: 6px;
}
.company-info a.title {
  text-decoration: underline;
}
.company-info a.title:hover {
  text-decoration: none;
  color: #8d8d8d;
}
.company-info article.item {
  *zoom: 1;
  margin-bottom: 17px;
}
.company-info article.item:before,
.company-info article.item:after {
  display: table;
  content: "";
  line-height: 0;
}
.company-info article.item:after {
  clear: both;
}
.company-info article.item .title {
  text-decoration: none;
}
.company-info article.item .title:hover {
  color: #4D4D4D;
  text-decoration: underline;
}
.company-info article.item p {
  margin: 6px 0 0;
  overflow: hidden;
}
.company-info article.item p:first-child {
  margin-top: 0;
}
.company-info article.item p.tip {
  font-size: 12px;
  line-height: 12px;
  margin-top: 6px;
}
.company-info .row-content {
  margin-bottom: 0;
}
.company-info .all {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.to-preview {
  *zoom: 1;
}
.to-preview:before,
.to-preview:after {
  display: table;
  content: "";
  line-height: 0;
}
.to-preview:after {
  clear: both;
}
.to-preview .col {
  width: 32%;
  margin-left: 2%;
}
.to-preview .col:first-child {
  margin-left: 0;
}
.to-preview .item {
  min-height: 38px;
  padding-left: 46px;
  background: url('/static/garant/images/content/cd2.png') no-repeat;
}
.to-preview .item a,
.to-preview .item p {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.to-preview .item a:hover,
.to-preview .item p:hover {
  color: #404040;
}
.row-content {
  *zoom: 1;
  position: relative;
  margin-bottom: 17px;
}
.row-content:before,
.row-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-content:after {
  clear: both;
}
.row-content.tag-agregate {
  background-color: #005fa8;
}
.row-content.tag-agregate .category-tag,
.row-content.tag-agregate .breadcrumps {
  padding-top: 0;
  line-height: 32px;
}
.row-content.tag-agregate .category-tag {
  padding-left: 20px;
}
.row-content.tag-agregate .category-tag {
  line-height: 32px;
}
.row-content.tag-agregate .category-tag a {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.row-content.tag-agregate .category-tag a:hover {
  text-decoration: underline;
}
.row-content.tag-agregate .breadcrumps {
  width: 714px;
  padding-right: 16px;
  text-align: right;
}
.row-content.tag-agregate .breadcrumps a,
.row-content.tag-agregate .breadcrumps span.last_breadcrumb {
  color: #ffffff;
}
.row-content.tag-agregate .breadcrumps a {
  background: url("/static/garant/images/content/crumps-sep2.png") no-repeat 100% 50%;
}
.services-block {
  *zoom: 1;
  margin-bottom: 17px;
}
.services-block:before,
.services-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.services-block:after {
  clear: both;
}
.services-block p {
  margin-top: 7px;
  margin-bottom: 0;
}
.list1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list1 > li {
  margin-top: 4px;
}
.list1 > li:first-child {
  margin-top: 0;
}
.list1 ul {
  padding: 0;
  list-style-type: none;
  margin-left: 36px;
}
.list1 ul > li a {
  font-size: 12px;
  line-height: 17px;
}
.list1 a {
  color: #808080;
  display: inline-block;
  text-decoration: none;
}
.list1 a:hover {
  color: #005fa6;
}
.accordeon {
  position: relative;
  margin-bottom: 17px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.accordeon:before,
.accordeon:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordeon:after {
  clear: both;
}
.accordeon h2 {
  margin-bottom: 8px;
}
.accordeon .item {
  position: relative;
  *zoom: 1;
}
.accordeon .item:before,
.accordeon .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordeon .item:after {
  clear: both;
}
.accordeon .item.m-1 .title {
  color: #000000;
}
.accordeon .item.m-1 .title:hover {
  color: #595959;
}
.accordeon .item.m-2 .title {
  color: #808080;
}
.accordeon .item.m-2 .title:hover {
  color: #005fa6;
}
.accordeon .item.shift .item-inner {
  padding-left: 40px;
  padding-right: 40px;
}
.accordeon .item.shift .all {
  margin-left: -30px;
}
.accordeon .item .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #808080;
  text-decoration: none;
}
.accordeon .item .title span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 8px solid transparent;
}
.accordeon .item .title span.m-close {
  border-left: 8px solid #808080;
}
.accordeon .item .title span.m-open {
  border-top: 8px solid #808080;
  top: 50%;
  margin-top: -4px;
  *margin-top: -8px;
  bottom: auto;
}
.accordeon .item .title:hover {
  color: #005fa6;
}
.accordeon .item .item-inner {
  display: none;
  margin: 0px -10px;
  padding: 8px 10px;
  background-color: #ffffff;
  *zoom: 1;
}
.accordeon .item .item-inner:before,
.accordeon .item .item-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordeon .item .item-inner:after {
  clear: both;
}
.accordeon .item .item-content .block {
  margin-top: 8px;
  border-bottom: 1px #C8D8E9 solid;
  padding: 0px 0px 9px;
}
.accordeon .item .item-content .block:first-child {
  margin-top: 0;
}
.accordeon .item .item-content .block > a {
  display: block;
}
.accordeon .item .item-content .block a,
.accordeon .item .item-content .block p {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 6px;
}
.accordeon .item .item-content .block a:first-child,
.accordeon .item .item-content .block p:first-child {
  margin-top: 0;
}
.accordeon .item .item-content .block .muted {
  font-size: 11px;
  margin-top: 0;
}
.accordeon .item .item-content .block .muted time {
  color: #808080;
}
.accordeon .item .item-content .block > time {
  font-size: 11px;
  margin-top: 0;
  color: #808080;
  display: block;
}
.accordeon .item.active .item-inner {
  display: block;
}
.accordeon .item .all {
  display: inline-block;
  margin-top: 8px;
}
.accordeon .item[class*="m-"] .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.accordeon .item[class*="m-"] + h2 {
  margin-top: 7px;
}
.accordeon .bottom-block {
  position: relative;
  padding: 0 10px 20px;
  background-color: #ffffff;
  margin: 0 -10px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *zoom: 1;
}
.accordeon .bottom-block:before,
.accordeon .bottom-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordeon .bottom-block:after {
  clear: both;
}
.accordeon .bottom-block > .all {
  margin-top: 10px;
  display: inline-block;
}
.accordeon .bottom-block .sign-set {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.accordeon .bottom-block .sign-set a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
  margin-left: 6px;
}
.accordeon .bottom-block .sign-set a:first-child {
  margin-left: 0;
}
.accordeon .bottom-block .sign-set a img {
  display: inline-block;
  vertical-align: bottom;
}
.vote-block {
  margin-bottom: 17px;
  *zoom: 1;
}
.vote-block:before,
.vote-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.vote-block:after {
  clear: both;
}
.vote-block .title {
  font-weight: bold;
}
.vote-block .title span {
  font-weight: normal;
  color: #ad272d;
}
.vote-block .control-group {
  margin-top: 18px;
  margin-bottom: 0;
}
.vote-block .control-group:first-child {
  margin-top: 0;
}
.vote-block .comment-field {
  display: none;
}
.vote-block .comment-field input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 24px;
  margin-top: 6px;
  font-size: 14px;
}
.vote-block .comment-field input[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 2px rgba(99, 100, 102, 0.55), 0px 0px 6px rgba(99, 100, 102, 0.75);
  -moz-box-shadow: inset 0px 0px 2px rgba(99, 100, 102, 0.55), 0px 0px 6px rgba(99, 100, 102, 0.75);
  box-shadow: inset 0px 0px 2px rgba(99, 100, 102, 0.55), 0px 0px 6px rgba(99, 100, 102, 0.75);
  outline: none;
}
.vote-block .btn {
  margin: 28px 0px 0px 27px;
}
.vote-block .results-voteg {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 8px; 
}
.sidebar.left .vote-block {
  border-bottom: 1px solid #bfcfde;
  font-size: 13px;
}
.sidebar.left .vote-block .comment-field input[type="text"] {
  font-size: 13px;
}
.forum-block .item {
  *zoom: 1;
  margin-top: 14px;
}
.forum-block .item:before,
.forum-block .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.forum-block .item:after {
  clear: both;
}
.forum-block .item:first-child {
  margin-top: 0;
}
.forum-block .item .img img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.forum-block .item .img {
  width: 27px;
  height: 27px;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.forum-block .item p,
.forum-block .item a {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.forum-block .item a.message {
  display: block;
}
.forum-block .item .name {
  color: #808080;
  overflow: hidden;
}
.forum-block .item:hover .img img {
  opacity: 1;
}
.forum-block .item:hover a {
  color: #3886d8;
}
.calendar-head {
  height: 28px;
  position: relative;
  background-color: #ebf0f3;
}
.calendar-head .month-title {
  text-align: center;
  text-transform: uppercase;
  line-height: 28px;
  color: #808080;
  margin: 0;
  border-top: 1px solid #D8D8D8;
}
.calendar-head .control {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  display: block;
  border: 4px solid transparent;
  text-decoration: none;
}
.calendar-head .control.left {
  left: 8px;
  border-right: 6px solid #4d4d4d;
}
.calendar-head .control.right {
  right: 5px;
  border-left: 6px solid #4d4d4d;
}
.calendar-head .control img {
  display: block;
}
.container-result {
  display: none;
}
.container-result .item {
  *zoom: 1;
  margin-top: 17px;
}
.container-result .item:before,
.container-result .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-result .item:after {
  clear: both;
}
.container-result > p {
  color: #2060a4;
  font-weight: bold;
}
.container-result .row-content {
  margin-bottom: 8px;
}
.container-result .row-content > p {
  font-size: 12px;
  line-height: 14px;
  color: #4D4D4D;
  margin: 0;
  overflow: hidden;
}
.container-result .percent {
  float: left;
  margin-right: 10px;
}
.container-result .percent span {
  display: block;
  color: #2060a4;
  font-weight: bold;
  line-height: 14px;
}
.container-result .chart {
  position: relative;
  width: auto;
  height: 10px;
  border: 1px solid #c8c8c8;
  overflow: hidden;
}
.container-result .percent-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  width: 100%;
}
.container-result .fill {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.container-result .fill.m-blue {
  background-color: #2060a4;
}
.container-result .fill.m-white {
  z-index: 1;
  background-color: #ffffff;
}
.container-result .result-block {
  margin: 42px 0px 17px;
}
.container-result .result-block p {
  margin: 0;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}
.container-result .result-block p .total,
.container-result .result-block p time {
  color: #4D4D4D;
  font-weight: normal;
  margin-left: 4px;
}
.popover-garant {
  width: 142px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: -10px;
  border: 1px solid #fff;

}
.popover-garant a{
  display: block;
  width: 144px;
  height: 52px;
}
.popover-garant a img{
  position: absolute;
  right: -3px;
}
.popover-garant .popover {
top: 12px;
left: 2px;
width: 92px;
z-index: 110;
font-size: 11px;
line-height: 14px;
position: absolute;
}
.popover-garant:hover {
   /* background: url('/static/garant/images/content/btn-garant-bg.png') no-repeat 50% 50%; */
  background: #f1faff;
  border-radius: 3px;
  border: 1px solid #acd8e6;
  cursor: pointer;
}

.btn[class*="m-"] {
  height: 24px;
  line-height: 22px;
  padding: 0px 10px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none !important;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: none;
}
.btn.m-blue {
  background-color: #2060a4;
  -webkit-box-shadow: 1px 1px 2px rgba(20, 59, 100, 0.79);
  -moz-box-shadow: 1px 1px 2px rgba(20, 59, 100, 0.79);
  box-shadow: 1px 1px 2px rgba(20, 59, 100, 0.79);
}
.btn.m-blue:hover {
  background-color: #3886d8;
}
.btn.m-blue:active {
  -webkit-box-shadow: inset 1px 2px 4px rgba(0,0,0,0.44);
  -moz-box-shadow: inset 1px 2px 4px rgba(0,0,0,0.44);
  box-shadow: inset 1px 2px 4px rgba(0,0,0,0.44);
}
.btn.garant-system {
  display: block;
  width: 144px;
  height: 52px;
}
.btn.garant-system img {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.auth {
  padding: 0px 15px;
  background-color: #215fb6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 34px;
  height: 34px;
  color: #ffffff;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.breadcrumps {
  width: auto;
  float: right;
}
.category-tag {
  float: left;
  width: 204px;
  padding: 7px 16px 0 0;
}
.category-link {
  padding-left: 20px;
  margin: 0;
}

.category-link + .add-source, .row-content.tag-agregate + .add-source {
  font-size: 15px;
  margin: 17px 0 0;
  padding-left: 20px;
}

.category-link .consultations {
  display: inline-block;
  margin-left: 48px;
}

.row-content.tag-agregate .category-tag {
  width: auto;
}

.category-tag {
  font-size: 15px;
  font-weight: 700;
  color: #005fa8;
  line-height: 15px;
  margin: 0;
}
.category-tag + .breadcrumps {
  float: left;
  width: 750px;
}
.category-tag a {
  color: #808080;
}
.category-tag a:hover {
  text-decoration: none;
  color: #005fa6;
}
.breadcrumps {
  padding-top: 6px;
}
.breadcrumps a,
.breadcrumps span.last_breadcrumb {
  font-size: 12px;
  line-height: 14px;
}
.breadcrumps span.last_breadcrumb {
  margin-right: 4px;
}
.breadcrumps a {
  padding-right: 12px;
  margin-right: 8px;
  background: url("/static/garant/images/content/crumps-sep.png") no-repeat 100% 50%;
}
.breadcrumps span.last_breadcrumb {
  color: #b3b3b3;
}
.actions-info {
  *zoom: 1;
  position: relative;
  height: 14px;
  margin-bottom: 12px;
}
.actions-info:before,
.actions-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.actions-info:after {
  clear: both;
}
.actions-info time,
.actions-info .actions {
  position: absolute;
}
.actions-info time {
  left: 0;
  line-height: 14px;
}
.actions-info .actions {
  right: 0;
  *zoom: 1;
}
.actions-info .actions:before,
.actions-info .actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.actions-info .actions:after {
  clear: both;
}
.actions-info .actions div {
  float: left;
  margin-left: 16px;
  padding-left: 20px;
}
.actions-info .actions div:first-child {
  margin-left: 0;
}
.actions-info .actions div.guests.current {
  padding-left: 0;
}
.actions-info .actions div.guests.current .value {
  margin-left: 3px;
}
.actions-info .actions div.guests.total {
  background: url("/static/garant/images/content/guests-ico.png") no-repeat 0 1px;
}
.actions-info .actions div.comments {
  background: url("/static/garant/images/content/comments-ico.png") no-repeat 0 0;
}
.actions-info .actions div.likes {
  background: url("/static/garant/images/content/likes-sm-ico.png") no-repeat 0 0px;
  padding-top: 3px;
  margin-top: -3px;
}
.actions-info .actions p,
.actions-info .actions a {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  margin: 0;
}
.actions-info .actions a {
  display: inline-block;
  text-decoration: none;
}
.page-content {
  *zoom: 1;
}
.page-content:before,
.page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-content:after {
  clear: both;
}
.page-content > span:first-child:not(.category) + h1 {
  margin-top: 16px;
}
.page-content p, .page-content ol, .page-content ul {
  font-size: 15px;
  line-height: 18px;
}
.page-content a {
  text-decoration: underline;
}
.page-content .img.fl-l,
.page-content .img.fl-r {
  width: 228px;
  height: 228px;
  overflow: hidden;
  margin-right: 18px;
}
.page-content .feed.vertical .category-section .item .img {
  width: auto;
  height: auto;
  margin-right: 0;
}
.page-content .img img {
  display: block;
}
.page-content ol,
.page-content ul {
  padding: 0;
  margin: 0 0 17px 0;
  padding-left: 14px;
}
.page-content ol li,
.page-content ul li {
  margin: 4px 0px 0px 10px;
}
.page-content ol li:first-child,
.page-content ul li:first-child {
  margin-top: 0;
}
.source a {
  text-decoration: none;
}
.article-actions {
  *zoom: 1;
  position: relative;
  margin-bottom: 26px;
}
.article-actions:before,
.article-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-actions:after {
  clear: both;
}
.article-actions .part {
  position: relative;
  min-height: 24px;
  margin-top: 16px;
}
.article-actions .part:first-child {
  margin-top: 0px;
}
.article-actions .source {
  margin-bottom: 16px;
}
.article-actions .source p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.article-actions .source p a {
  line-height: 14px;
  font-weight: 400;
}
.article-actions .article-like {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.article-actions .article-like span {
  font-size: 14px;
}
.article-actions .article-like .btn,
.article-actions .article-like span {
  display: inline-block;
  vertical-align: top;
}
.article-actions .article-like .value {
  font-size: 12px;
  color: #808080;
  font-weight: bold;
  line-height: 19px;
}
.article-actions .article-like .btn {
  margin-left: 18px;
  margin-right: 4px;
  margin-top: -6px;
}
.article-actions .article-like .btn img {
  display: block;
}
.article-actions .repost a {
  display: inline-block;
  line-height: 29px;
  padding-left: 44px;
  background: url("/static/garant/images/content/repost-ico.png") no-repeat 0 50%;
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
.article-actions .repost a:hover {
  color: #4d4d4d;
}
.article-actions .btn-likes-section {
  position: absolute;
  bottom: 0;
  right: -6px;
  *zoom: 1;
}
.article-actions .ya-share2 {
  position: absolute;
  bottom: 7px;
  right: 0;
}
.article-actions .btn-likes-section:before,
.article-actions .btn-likes-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-actions .btn-likes-section:after {
  clear: both;
}
.article-actions .btn-likes-section .item {
  float: left;
  /*min-width: 106px;*/
  margin-left: 28px;
}
.article-actions .btn-likes-section .item.fb iframe,
.article-actions .btn-likes-section .item.tw iframe,
.article-actions .btn-likes-section .item.vk iframe {
  /*width: auto !important;*/
}
.article-actions .btn-likes-section .item.fb .fb_iframe_widget > span {
  /*width: auto !important;*/
}
.article-actions .btn-likes-section .item.fb .fb_iframe_widget > span iframe {
  /*position: relative !important;*/
  /*max-width: 144px !important;*/
}
.article-actions .btn-likes-section .item.tw > iframe {
  max-width: 111px !important;
}
.article-actions .btn-likes-section .item.vk iframe {
  /*max-width: 172px !important;*/
}
.article-actions .btn-likes-section .item.vk #vk_like {
  /*width: auto !important;*/
}
.article-actions .btn-likes-section .item:first-child {
  margin-left: 0;
}
.article-actions .btn-likes-section .item img {
  display: block;
}
.article-actions .actions-panel {
  display: flex;
  align-items: center;
  border-bottom: 2px #999 solid;
  border-top: 2px #999 solid;
  font-size: 0;
  position: relative;
  *zoom: 1;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}
.article-actions .actions-panel > a,
.article-actions .actions-panel > span {
  display: inline-block;
  text-align: center;
}
.article-actions .actions-panel a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  margin-right: 12px;
}
.article-actions .actions-panel a:last-child {
  margin-right: 0;
}
.article-actions .actions-panel a:hover {
  color: #575757;
}
.article-actions .actions-panel a .ico {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url("/static/garant/images/content/panel-actions-icons.png?v2") no-repeat;
}
.article-actions .actions-panel a.other-news .ico {
  background-position: 0 -60px;
}
.article-actions .actions-panel a.forum .ico {
  background-position: 0 -300px;
}
.article-actions .actions-panel a.print .ico {
  background-position: 0 -630px;
}
.article-actions .actions-panel a.forum .ico, .article-actions .actions-panel a.print .ico {
  margin-right: 0;
}
.article-actions .actions-panel a.forum, .article-actions .actions-panel a.print {
  margin-left: auto;
  margin-right: 0;
}
.article-actions .actions-panel a.forum + a.print {
  margin-left: 12px !important;
}

.article-actions .actions-panel a.prime_doc {
  position: absolute;
  right: 0;
  top: 25%;
}
.article-actions .actions-panel a.sign .ico {  
  background-position: 0 -330px;
}
.article-actions .actions-panel a.add-source .ico {
  background-position: 0 -660px;
}
.article-actions .actions-panel a.zen {
  margin-right: 4px;
}
.article-actions .actions-panel a.zen .ico, .article-actions .actions-panel a.dzen .ico {
   display: inline-block;
   margin: -3px 0 0 8px;
   width: 82px;
   height: 17px;
   background-repeat: no-repeat;
   background-size: contain;
 }
.article-actions .actions-panel a.zen .ico {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='24' width='113' xmlns='http://www.w3.org/2000/svg'%3E%3CclipPath id='a'%3E%3Cpath d='M0 1h22v22H0z'/%3E%3C/clipPath%3E%3Cg fill='%23000'%3E%3Cpath d='M29.412 2.733h3.006v7.428h5.616V2.733h3.006V20h-3.006v-7.503h-5.615V20h-3.007zM48.552 7.254c1.093 0 2.054.249 2.882.746.828.497 1.474 1.234 1.938 2.211.464.96.696 2.137.696 3.528 0 2.104-.514 3.719-1.54 4.845-1.028 1.11-2.353 1.665-3.976 1.665-1.077 0-2.037-.249-2.882-.746-.828-.513-1.474-1.25-1.938-2.211s-.696-2.137-.696-3.528c0-2.104.514-3.71 1.54-4.82 1.028-1.126 2.353-1.69 3.976-1.69zm0 10.659c.828 0 1.441-.331 1.839-.994.414-.662.62-1.722.62-3.18 0-1.441-.206-2.493-.62-3.155-.398-.663-1.01-.994-1.839-.994-.812 0-1.425.331-1.839.994-.414.662-.62 1.722-.62 3.18 0 1.44.206 2.493.62 3.155.414.663 1.027.994 1.839.994zM61.22 20h-5.167V7.503h5.217c2.766 0 4.15 1.06 4.15 3.18 0 .745-.2 1.35-.597 1.814-.397.464-.927.795-1.59.994.828.149 1.474.463 1.938.944.48.464.72 1.11.72 1.938 0 1.192-.413 2.095-1.242 2.708-.811.613-1.954.919-3.428.919zm-.297-10.31h-1.988v2.832h1.888c.563 0 .994-.125 1.292-.373.315-.248.472-.588.472-1.019 0-.96-.555-1.44-1.664-1.44zm.05 4.993h-2.038v3.13h2.037c.597 0 1.069-.124 1.416-.372.348-.265.522-.687.522-1.267 0-.994-.646-1.49-1.938-1.49zM72.67 7.254c1.093 0 2.053.249 2.881.746.828.497 1.474 1.234 1.938 2.211.464.96.696 2.137.696 3.528 0 2.104-.513 3.719-1.54 4.845-1.027 1.11-2.352 1.665-3.976 1.665-1.076 0-2.037-.249-2.882-.746-.828-.513-1.474-1.25-1.938-2.211-.463-.96-.695-2.137-.695-3.528 0-2.104.513-3.71 1.54-4.82 1.027-1.126 2.352-1.69 3.975-1.69zm0 10.659c.828 0 1.44-.331 1.838-.994.414-.662.621-1.722.621-3.18 0-1.441-.207-2.493-.621-3.155-.398-.663-1.01-.994-1.839-.994-.811 0-1.424.331-1.838.994-.414.662-.621 1.722-.621 3.18 0 1.44.207 2.493.62 3.155s1.028.994 1.84.994zM85.537 20.248c-1.971 0-3.445-.554-4.423-1.664-.96-1.126-1.44-2.733-1.44-4.82 0-1.275.215-2.402.645-3.38.431-.976 1.069-1.738 1.913-2.285.862-.563 1.922-.845 3.18-.845.73 0 1.359.058 1.889.174.546.1.977.24 1.292.423v2.51c-.298-.183-.704-.357-1.218-.523a5.31 5.31 0 00-1.64-.248c-.96 0-1.705.348-2.235 1.043-.514.68-.77 1.698-.77 3.056 0 1.292.231 2.32.695 3.081s1.226 1.143 2.286 1.143c.63 0 1.176-.074 1.64-.224s.877-.356 1.242-.62v2.41c-.712.513-1.731.77-3.056.77zM99.626 9.838h-3.479V20h-2.956V9.838h-3.479V7.503h9.914zM101.376 7.503h2.857v7.727l4.522-7.727h2.634V20h-2.858v-7.727L104.01 20h-2.634z'/%3E%3C/g%3E%3Cg clip-path='url(%23a)'%3E%3Cpath clip-rule='evenodd' d='M11 23c6.075 0 11-4.925 11-11a10.95 10.95 0 00-1.472-5.5h-8.611c-2.567 0-3.85 0-4.831.5a4.583 4.583 0 00-2.003 2.003c-.5.98-.5 2.263-.5 4.83v7.103A10.95 10.95 0 0011 23z' fill='%23eef3ff' fill-rule='evenodd'/%3E%3Cpath d='M20.528 6.5A10.995 10.995 0 0011 1C4.925 1 0 5.925 0 12c0 3.68 1.808 6.939 4.583 8.936v-7.103c0-2.567 0-3.85.5-4.83A4.583 4.583 0 017.086 7c.98-.5 2.264-.5 4.83-.5z' fill='%236f8bff'/%3E%3Cpath d='M19.25 15.667c0 .506-.41.916-.917.916H8.25a.917.917 0 110-1.833h10.083c.507 0 .917.41.917.917z' fill='%2399b3fb'/%3E%3Cpath clip-rule='evenodd' d='M21.653 9.25H13.75a1.833 1.833 0 100 3.667h8.212a11.021 11.021 0 00-.309-3.667z' fill='%23d3e0fe' fill-rule='evenodd'/%3E%3Ccircle cx='9.167' cy='11.083' fill='%23fc3f1d' r='1.833'/%3E%3C/g%3E%3C/svg%3E");
}
.article-actions .actions-panel a.dzen .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78 24' height='24' width='78'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.97 2.37A11.87 11.87 0 0 1 11.6.02c-.09 2.15-.06 4.35-.65 6.44a5.87 5.87 0 0 1-3.14 3.8c-2.33 1-4.93.93-7.42 1.03 0-3.47 1.82-6.86 4.6-8.92zM12.3 0c2.1.18 4.2.73 5.97 1.92a11.56 11.56 0 0 1 5.24 9.37c-2.3-.08-4.67-.05-6.88-.8a5.7 5.7 0 0 1-3.49-3.44c-.82-2.25-.8-4.69-.84-7.05zm19.16 2.86h10.71c-.02 5.04 0 10.09-.01 15.14h1.64v6h-2.85v-3.66h-9.36c-.04 1.22-.02 2.44-.01 3.66h-2.83v-6h1.17c.84-1.47 1-3.2 1.15-4.86.18-3.42.25-6.85.4-10.28zm2.35 9.27c-.12 1.98-.24 4.02-1.03 5.87 2.11-.03 4.22.02 6.33-.02V5.19c-1.69.03-3.38.01-5.06.01l-.24 6.93zm11.58-3.65a8.07 8.07 0 0 1 5.67-.86c1.05.24 2.12.9 2.5 1.97.35 1 .28 2.17-.35 3.05-.37.57-1.02.85-1.57 1.2 1 .2 1.98.81 2.34 1.8a3.8 3.8 0 0 1-1 3.84 5.54 5.54 0 0 1-3.53 1.11c-1.5 0-3.07-.24-4.38-1.02V17.1a6.59 6.59 0 0 0 4.87.99c1.16-.27 1.54-2.1.5-2.72-1.06-.5-2.27-.26-3.4-.3v-2.29c1.03-.06 2.19.22 3.12-.35.99-.6.63-2.33-.5-2.52a5.86 5.86 0 0 0-4.27 1.03V8.48zm10.71 1.67a4.74 4.74 0 0 1 3.6-2.63c1.51-.2 3.24-.01 4.36 1.11 1.69 1.68 1.54 4.27 1.57 6.47-2.43 0-4.85-.02-7.27.01.1 1.15.5 2.53 1.74 2.9 1.81.54 3.82-.01 5.4-.98-.01.84.02 1.67-.03 2.5a8.4 8.4 0 0 1-6.52.71 4.96 4.96 0 0 1-3.36-3.7 9.97 9.97 0 0 1 .51-6.39zm3.55-.15c-1.01.58-1.2 1.82-1.28 2.88 1.4-.02 2.8 0 4.2 0-.04-.92-.03-1.96-.72-2.66-.6-.5-1.5-.5-2.2-.22zm7.97-2.32h3v5.02h4V7.67h3.01v12.66H74.6c.04-1.77 0-3.53.02-5.29-1.34.03-2.67.01-4 .02-.02 1.76 0 3.51-.02 5.27h-3V7.68zm-50.57 4.96c2.1-.58 4.3-.6 6.47-.65A11.7 11.7 0 0 1 12.3 23.24c.06-2.4.02-4.9.9-7.18a5.78 5.78 0 0 1 3.85-3.42zM.38 11.99c2.62.1 5.41-.02 7.8 1.23 1.64.83 2.6 2.57 2.94 4.32.4 1.88.4 3.8.46 5.7a11.76 11.76 0 0 1-8.21-3.79c-1.83-2.03-3-4.71-3-7.46z'/%3E%3C/svg%3E");
}
.article-actions .actions-panel a.zen:hover .ico, .article-actions .actions-panel a.dzen:hover .ico {
  opacity: .8;
  transition: all .2s ease-out;
}
.article-actions .btn-rules-section .actions-panel {
  height: 36px;
  line-height: 36px;
  border: 0;
}
.article-actions .btn-rules-section .actions-panel .zen {
  font-weight: 700;
}
.article-actions .btn-rules-section .actions-panel {
  margin-top: 18px;
  height: 36px;
  line-height: 36px;
  border: 0;
}
.article-actions .btn-rules-section a[href="/company/disclaimer/"] {
  font-size: 12px;
  text-decoration: underline;
}
.related-subjects {
  *zoom: 1;
  margin-bottom: 17px;
}
.related-subjects:before,
.related-subjects:after {
  display: table;
  content: "";
  line-height: 0;
}
.related-subjects:after {
  clear: both;
}
.related-subjects .item {
  float: left;
  width: 47.98%;
  margin-left: 4.04%;
}
.related-subjects .item:first-child {
  margin-left: 0;
}
.related-subjects h4 {
  color: #333333;
}
.related-subjects ul {
  margin-bottom: 0;
}
.feed {
  *zoom: 1;
  margin-bottom: 17px;
}
.feed:before,
.feed:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed:after {
  clear: both;
}
.feed h4 {
  color: #333333;
  *zoom: 1;
}
.feed h4:before,
.feed h4:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed h4:after {
  clear: both;
}
.feed .category-section {
  padding-bottom: 0;
}
.feed.vertical .authors-opinion {
  margin-top: 3em;
}
.feed.vertical .category-section .item .img {
  overflow: hidden;
}
.feed.vertical .category-section .item .img img {
  width: 90px;
  height: auto;
}
.feed.horizontal h4 {
  line-height: 26px;
  margin-bottom: 14px;
}
.feed.horizontal .category-section .item {
  float: left;
  margin-left: 30px;
  margin-top: 0;
  width: 220px;
}
.feed.horizontal .category-section .item:first-child {
  margin-left: 0;
}
.feed.horizontal .category-section .item.comment .img {
  width: 88px;
  margin-left: 10px;
}
.feed.horizontal .category-section .item.comment .comment-block {
  padding: 8px 6px;
  width: 102px;
}
.feed.horizontal .category-section .item.comment .comment-block .comment-inner {
  height: 100px;
}
.feed.horizontal .category-section .item.comment .comment-block .comment-inner a {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
}
.feed.horizontal .category-section .item .img {
  width: 220px;
  height: 116px;
}
.feed.horizontal .category-section .item .descr {
  *zoom: 1;
  max-height: none;
  margin-bottom: 0;
}
.feed.horizontal .category-section .item .descr:before,
.feed.horizontal .category-section .item .descr:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed.horizontal .category-section .item .descr:after {
  clear: both;
}
.feed.horizontal .all {
  margin-top: 17px;
}
.feed .all {
  font-size: 14px;
  display: inline-block;
  line-height: 15px;
}
.feed .actions-info {
  margin-top: 12px;
  margin-bottom: 0;
}
.feed .actions-info .actions {
  position: relative;
}
.agregate-section {
  position: relative;
  margin-top: 0px;
}
.agregate-section .actions-info {
  margin-top: 12px;
  margin-bottom: 0;
}
.agregate-section .actions-info .actions {
  position: relative;
}
.agregate-section time {
  display: block;
  margin-bottom: 4px;
}
.agregate-section .meta {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.agregate-section .meta hr,
.agregate-section .meta .tags-set,
.agregate-section .section-inner .meta hr,
.agregate-section .section-inner .meta .tags-set {
  position: absolute;
}
.agregate-section .meta hr {
  top: 50%;
  width: 100%;
  margin: 0;
  background-color: #888;
}
.agregate-section .meta .tags-set,
.agregate-section .section-inner .meta .tags-set {
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
  margin: 0;
}
.agregate-section .meta .tags-set a,
.agregate-section .meta .tags-set span,
.agregate-section .section-inner .meta .tags-set a,
.agregate-section .section-inner .meta .tags-set span {
  font-size: 15px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
}
.agregate-section .meta .tags-set a:hover,
.agregate-section .meta .tags-set span:hover,
.agregate-section .section-inner .meta .tags-set a:hover,
.agregate-section .section-inner .meta .tags-set span:hover {
  text-decoration: none;
  color: #ffffff;
}
.agregate-section .category-section {
  padding-bottom: 0;
}
.agregate-section .category-section .item {
  margin-top: 0px;
}
.message-window {
  position: relative;
  padding: 8px 12px 62px;
  margin-bottom: 17px;
  background: url("/static/garant/images/content/message-bg.png") no-repeat;
}
.message-window textarea {
  padding: 0;
  margin: 0;
  border: none;
  height: 104px;
  width: 946px;
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.message-window textarea:focus {
  color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.message-window input[type="submit"].btn {
  *width: auto;
  position: absolute;
  bottom: 8px;
  right: 0;
  line-height: 22px;
  font-weight: bold;
  padding: 0 0 0 22px;
  *padding-left: 4px;
  *text-align: center;
  color: #ad272d;
  background: url("/static/garant/images/content/sent-ico.png") no-repeat 0 50%;
}
.message-window input[type="submit"].btn:hover {
  color: #d64a51;
}
.message-window .captcha-set {
  position: absolute;
  left: 0;
  bottom: 0;
}
.message-window .captcha-set label,
.message-window .captcha-set .captcha-field,
.message-window .captcha-set .refresh,
.message-window .captcha-set .captcha-img {
  display: inline-block;
  vertical-align: middle;
}
.message-window .captcha-set label,
.message-window .captcha-set .refresh,
.message-window .captcha-set .captcha-img {
  line-height: 36px;
}
.message-window .captcha-set .captcha-field,
.message-window .captcha-set .captcha-img {
  border: 2px #999 solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 78px;
  height: 36px;
}
.message-window .captcha-set .captcha-field {
  width: 66px;
  padding: 0px 6px;
  margin: 0 14px 0 16px;
  color: #333333;
}
.message-window .captcha-set .captcha-img {
  position: relative;
  margin-right: 18px;
  background-color: #ffffff;
}
.message-window .captcha-set .captcha-img img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}
.message-window .captcha-set .refresh {
  font-size: 12px;
  color: #808080;
}
.message-window + .auth-inner-section {
  margin-top: 25px;
}
.auth-inner-section {
  *zoom: 1;
  position: relative;
}
.auth-inner-section:before,
.auth-inner-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.auth-inner-section:after {
  clear: both;
}
.auth-inner-section .info {
  width: 248px;
  margin: 0;
  font-size: 12px;
}
.auth-inner-section .auth-set {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  font-size: 0;
}
.auth-inner-section .auth-set a {
  margin-left: 28px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.auth-inner-section .auth-set a:first-child {
  margin-left: 0;
}
.auth-inner-section .auth-set a.reg {
  color: #215fb6;
  text-decoration: underline;
}
.auth-inner-section .auth-set a.reg:hover {
  color: #4685dd;
  text-decoration: none;
}
.archive {
  display: inline-block;
  margin-top: 28px;
  padding: 0px 6px 0 40px;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
  background: #003E7C url("/static/garant/images/content/archive.png") no-repeat 6px 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.archive:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0057af;
  background-image: url("/static/garant/images/content/archive.png") no-repeat 6px 50%;
}
.archive + ins, #block_vote + ins {
  display: block;
}
.archive + ins {
  margin-top: 20px;
}
#block_vote + ins {
  margin-top: 35px;
}
.pagination {
  text-align: center;
}
.pagination-next {
  display: inline-block;
}
.pagination-next span {
  display: block;
  color: #000;
  border-bottom: 1px dashed transparent;
}
.pagination-next i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 17px 0 17px;
  border-color: #000 transparent transparent transparent;
  display: inline-block;
  margin-top: 5px;
}
.pagination-next:hover {
  cursor: pointer;
}
.pagination-next:hover span {
  text-decoration: none;
  border-bottom-color: black;
}
.pagination-next:hover i {
  cursor: pointer;
  border-top-color: #b9b9b9;
}
.table_big {
  background-color: white;
}
table.tabCalendar {
  border-collapse: separate;
  margin-bottom: 5px;
}
table.tabCalendar td,
table.tabCalendar th {
  padding: 6px 10px;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  line-height: normal;
}
table td {
  vertical-align: top;
}
.table-box .garantCommentWrap {
    display: none;
}
.table-box h1, .table-box h2, .table-box h3, .table-box h4 {
  color: #333;
}
.table-box h3 {
  font-size: 16px;
}
.table-box h3 + br, .table-box p + br{
  display: none;
}
.table-box h4 {
  margin-bottom: 0;
}
.table-box table {
  margin-bottom: 16px;
  table-layout: fixed;
}
table.table.default td,
table.table.default th,
.table-box table td, .table-box table th{
  text-align: left;
  padding: 6px 10px;
  line-height: 1;
}
table.table.default td,
.table-box table td {
  vertical-align: top;
  line-height: 17px;
  *min-height: 17px;
}
table td[rowspan] {
  vertical-align: middle;
}
table.table.default, .table-box table {
  border: none;
  width: 100%;
}
table.table.default th, .table-box table tr:nth-child(1) td, .table-box table + br + table tr:nth-child(2) td {
  padding: 12px 18px;
  background-color: #7AACD2;
  color: #ffffff;
  vertical-align: middle;
}

table.table.nosplit th, table.table.nosplit tr:first-child td {
  padding: 12px 18px;
  background-color: #7AACD2;
  color: #ffffff;
  vertical-align: middle;
}
table.table.nosplit tr:first-child td {
    font-weight: 700;
}
table.table.nosplit th, table.table.nosplit td {
  text-align: left;
}
table.table.nosplit td {
  padding: 6px 18px;
}
table.table.nosplit td {
  border-bottom: 1px #BFBFBF solid;
}
table.table.split th, table.table.split tr:first-child td {
  padding: 12px 18px;
  background-color: #7AACD2;
  color: #ffffff;
  vertical-align: middle;
}
table.table.split tr:first-child td {
    font-weight: 700;
}
table.table.split th, table.table.nosplit td {
  text-align: left;
}
table.table.split td {
  padding: 6px 18px;
}
table.table.split td {
  border-bottom: 1px #BFBFBF solid;
}
table.table.split th:not(:first-child), table.table.split tr:first-child td:not(:first-child) {
  border-left: 6px #ffffff solid;
}

.table-box table tr td p {
  margin: 0;
}
table.table.default th, .table-box table th,
table.table.default td, .table-box table td {
  text-align: left;
}
table.table.default th, .table-box table th {
  border-left: 6px #ffffff solid;
}
table.table.default th:first-child,
table.table.default td:first-child {
  border-left: 0;
}
table.table.default th.col1 {
  width: 156px;
}
table.table.default th.col2 {
  width: 398px;
}
table.table.default th.col3 {
  width: 296px;
}
table.table.default td, .table-box table td {
  padding: 6px 18px;
}
table.table.default td {
  border-bottom: 1px #BFBFBF solid;
}
.table-box table td {
  border: 1px #BFBFBF solid;
}
table.table.default td[rowspan] {
  vertical-align: middle;
  border-right: 6px #ffffff solid;
}
table.table.services {
  border: none;
  margin-bottom: 0;
}
table.table.services tr.last td {
  padding: 8px 0 4px;
}
table.table.services th,
table.table.services td {
  border: none;
  padding-left: 0;
  padding-right: 0;
  min-width: 60px;
}
table.table.services td {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
table.table.services tr:first-child td {
  padding-bottom: 7px;
}
table.table.services td:first-child {
  text-align: left;
}
table.table.services td.course {
  text-align: left;
}
table.table.services td.course p {
  margin: 0 8px 0 10px;
}
table.table.services td p {
  margin-bottom: 0;
  color: #808080;
}
table.table.services td p.money-unit {
  text-transform: uppercase;
  white-space: nowrap;
}
table.table.services td p.m-green {
  color: #39b04a;
}
table.table.services td p.m-red {
  color: #ad272d;
}
table.table.services td p:first-child {
  margin-top: 0;
}
table.table.services .arr {
  width: 0;
  height: 0;
  display: inline-block;
  border: 6px solid transparent;
  margin-right: 10px;
}
table.table.services .arr.up {
  border-bottom: 6px solid #39b04a;
  vertical-align: baseline;
  *vertical-align: top;
}
table.table.services .arr.down {
  border-top: 6px solid #ad272d;
  vertical-align: bottom;
}
pre {
  margin: 0;
  text-align: left;
}
.text-collapseble {
  margin-bottom: 17px;
}
.text-collapseble table {
  border: none;
}
.text-collapseble table td,
.text-collapseble table th {
  border: none;
}
.text-collapseble table td {
  background-color: #ffffff;
  padding: 0;
}
.text-collapseble table td pre {
  line-height: 17px;
}
.pre pre {
  line-height: normal;
}
.form-overview {
  width: 560px;
  padding: 0 18px 18px;
  background-color: #f2f7fb;
  margin: 0 auto 30px;
}
.form-overview form {
  margin: 0;
}
.form-overview .control-group {
  margin: 17px 0 0;
  *zoom: 1;
}
.form-overview .control-group:before,
.form-overview .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-overview .control-group:after {
  clear: both;
}
.form-overview > .control-group:first-child {
  margin-top: 0;
}
.form-overview .control-group.error {
  text-align: center;
  background-color: #ffffff;
  margin: 14px -18px 0;
  padding: 0px 18px 8px;
  margin-bottom: 17px;
  *font-size: 14px;
  *line-height: 17px;
}
.form-overview .control-group.error .error-message {
  color: #ad272d;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin: 0;
}
.form-overview .control-group.error label {
  width: auto;
}
.form-overview .control-group.select-date label.checkbox,
.form-overview .control-group.select-date label.radio {
  position: relative;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
}
.form-overview .control-group.select-date label.size-xl {
  width: 120px;
  margin-right: 10px;
}
.form-overview .control-group.select-date label.size-xs {
  width: 104px;
  margin-left: 14px;
}
.form-overview .control-group.select-date select {
  width: auto;
  height: 24px;
  margin-left: 16px;
  padding: 2px 4px;
}
.form-overview .control-group.select-date label,
.form-overview .control-group.select-date select {
  float: left;
}
.form-overview .control-group.select-date.line-group label,
.form-overview .control-group.select-date.line-group label.radio {
  margin: 0 0 0 15px;
  line-height: 14px;
}
.form-overview .control-group.select-date.line-group label:first-child {
  margin-left: 0;
}
.form-overview .control-group.select-date.line-group select,
.form-overview .control-group.select-date.line-group input[type="text"] {
  margin-top: -5px;
}
.form-overview .control-group label {
  font-size: 14px;
}
.form-overview .control-group label span {
  display: block;
  font-size: 12px;
}
.form-overview .control-group label.error-message {
  display: none;
}
.form-overview .control-group label.from,
.form-overview .control-group label.confirm {
  padding: 0;
}
.form-overview .control-group label.from input[type="checkbox"],
.form-overview .control-group label.confirm input[type="checkbox"] {
  float: right;
}
.form-overview .control-group input[type="text"],
.form-overview .control-group input[type="password"] {
  height: 28px;
  border: 1px #939597 solid;
  padding: 0px 10px 0px 12px;
  font-size: 14px;
  color: #666;
}
.form-overview .control-group input[type="text"].meta-field,
.form-overview .control-group input[type="password"].meta-field {
  width: 274px;
}
.form-overview .control-group + h4 {
  margin-top: 17px;
}
.form-overview select {
  height: 30px;
  border: 1px #939597 solid;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  outline: none;
  width: 202px;
}
.form-overview select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-overview select[multiple] {
  height: auto;
  padding: 0;
}
.form-overview select[multiple] option:hover {
  background-color: #cfcfcf;
}
.form-overview textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  resize: none;
  height: 86px;
  border: 1px #939597 solid;
  color: #666;
}
.form-overview textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/*.form-overview.m-1 .control-group {
  font-size: 0;
}*/
.form-overview.m-1 input[type="text"],
.form-overview.m-1 input[type="password"],
.form-overview.m-1 select {
  width: 197px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-overview.m-1 label {
  width: 250px;
  margin-right: 108px;
  vertical-align: top;
}
.form-overview.m-1 label.m-2-label {
  width: auto;
  margin-right: 0;
  margin-bottom: 5px;
}
.form-overview.m-2 input[type="text"],
.form-overview.m-2 input[type="password"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
.form-overview.m-2 label {
  display: block;
  margin-bottom: 10px;
}
.form-overview.m-2 label.checkbox {
  min-height: 14px;
  margin: 0;
}
.form-overview.m-2 select {
  width: 276px;
}
/* Begin: special rules for page /hotlaw/encmon/ */
.form-overview.m-2 select#law_parts,
.form-overview.m-2 select#regions {
  width: 100%;
}
/* End: special rules for page /hotlaw/encmon/ */
.form-overview.m-2 input[type="checkbox"] {
  margin-right: 0;
  outline: none;
  cursor: pointer;
}
.form-overview.m-2 .info {
  margin-top: 17px;
}
.form-overview .general-info {
  margin-bottom: 26px;
}
.form-overview .meta-data-block label {
  width: 168px;
  margin-right: 94px;
  vertical-align: middle;
}
.form-overview .meta-data-block + .row-content {
  margin-bottom: 0;
}
.form-overview label sup,
.form-overview p sup {
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  color: #ad272d;
}
.form-overview label.agreement,
.form-overview p.agreement {
  display: block;
  margin-right: 0;
  width: auto;
}
.form-overview label.agreement input[type="checkbox"],
.form-overview p.agreement input[type="checkbox"] {
  margin-right: 8px;
}
.form-overview p.info {
  font-size: 12px;
  line-height: 14px;
  color: #4D4D4D;
  margin-top: 26px;
  margin-bottom: 0;
  text-align: right;
}
.form-overview .btn {
  padding: 0;
  width: 298px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  outline: none;
  color: #ffffff;
  background-color: #005fa8;
  text-align: center;
  margin-top: 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 66, 117, 0.9);
  -moz-box-shadow: 0px 1px 1px rgba(0, 66, 117, 0.9);
  box-shadow: 0px 1px 1px rgba(0, 66, 117, 0.9);
}
.form-overview .btn:hover {
  background-color: #007cdb;
}
.form-overview .btn:active {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
  box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
}
#job #position {
  width: 100%;
}
#job #date_day,
#job #date_month,
#job #date_year {
  width: 181px;
}
.partnerblock {
  *zoom: 1;
  margin-left: -8px;
  font-size: 0;
  margin-bottom: 17px;
}
.partnerblock:before,
.partnerblock:after {
  display: table;
  content: "";
  line-height: 0;
}
.partnerblock:after {
  clear: both;
}
.partnerblock > span,
.partnerblock > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #2060a4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px;
  background-color: #f4f7fa;
  margin-left: 8px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.partnerblock > span:hover,
.partnerblock > a:hover {
  background-color: #dfe8f0;
  color: #458edb;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.45);
}
.chosen-container {
  display: block;
  width: 276px !important;
}
.chosen-container.chosen-container-active .chosen-search {
  display: none;
}
.chosen-container .chosen-single {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  filter: none;
}
.popup {
  position: relative;
}
.popup a:active {
  background: none;
}
.popup.auth-popup {
  padding: 22px 26px 10px;
  width: 400px;
  background-color: #005FA8;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.popup.auth-popup .line {
  position: absolute;
  top: 0px;
  right: -34px;
  width: 220px;
  padding-left: 16px;
  height: 24px;
  line-height: 24px;
  background-color: #C4E7F2;
}
.popup.auth-popup .line span {
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px #6EA2B2 solid;
  border-left: 4px #6EA2B2 solid;
}
.popup.auth-popup .line a {
  color: #005fa8;
  display: inline-block;
  text-decoration: none;
}
.popup.auth-popup .line a:hover {
  color: #008af5;
}
.popup.auth-popup .control-group {
  margin-bottom: 0;
  margin-top: 12px;
}
.popup.auth-popup .control-group:first-child {
  margin-top: 0;
}
.popup.auth-popup .control-group .controls {
  position: relative;
  padding-bottom: 16px;
}
.popup.auth-popup input[type="checkbox"] {
  margin-left: -21px;
}
.popup.auth-popup h1,
.popup.auth-popup h2,
.popup.auth-popup h3,
.popup.auth-popup p,
.popup.auth-popup label,
.popup.auth-popup a {
  color: #ffffff;
}
.popup.auth-popup p,
.popup.auth-popup label,
.popup.auth-popup input[type="text"],
.popup.auth-popup input[type="password"],
.popup.auth-popup input[type="submit"] {
  font-size: 15px;
}
.popup.auth-popup input[type="text"],
.popup.auth-popup input[type="password"] {
  height: 28px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #002542;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.popup.auth-popup input[type="text"]:focus,
.popup.auth-popup input[type="password"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 37, 66, 0.75);
  -moz-box-shadow: 0 0 8px rgba(0, 37, 66, 0.75);
  box-shadow: 0 0 8px rgba(0, 37, 66, 0.75);
}
.popup.auth-popup input[type="text"].error,
.popup.auth-popup input[type="password"].error {
  -webkit-box-shadow: 0 0 10px rgba(240, 157, 21, 0.75);
  -moz-box-shadow: 0 0 10px rgba(240, 157, 21, 0.75);
  box-shadow: 0 0 10px rgba(240, 157, 21, 0.75);
  border: 1px solid #F09D15;
}
.popup.auth-popup input[type="text"].error + p.error-msg,
.popup.auth-popup input[type="password"].error + p.error-msg {
  display: block;
}
.popup.auth-popup label.control-label {
  margin-bottom: 10px;
}
.popup.auth-popup label.checkbox {
  padding-left: 22px;
  min-height: 14px;
  display: inline-block;
}
.popup.auth-popup p.error-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  color: #F09D15;
  margin-bottom: 0;
  display: none;
}
.popup.auth-popup .get-password {
  display: inline-block;
  text-decoration: underline;
}
.popup.auth-popup .get-password:hover {
  text-decoration: none;
}
.popup.auth-popup .row-content.m-1 {
  margin-top: 8px;
  padding-top: 42px;
}
.popup.auth-popup .row-content.m-1 .checkbox,
.popup.auth-popup .row-content.m-1 .get-password {
  position: absolute;
  top: 0;
}
.popup.auth-popup .row-content.m-1 .checkbox {
  left: 0;
}
.popup.auth-popup .row-content.m-1 .get-password {
  right: 0;
}
.popup.auth-popup .btn {
  display: block;
  padding: 0;
  width: 338px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  background-color: #629AC7;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 37, 66, 0.85);
  -moz-box-shadow: 1px 1px 1px rgba(0, 37, 66, 0.85);
  box-shadow: 1px 1px 1px rgba(0, 37, 66, 0.85);
}
.popup.auth-popup .btn:hover {
  background-color: #88b2d4;
}
.popup.auth-popup .btn:active {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
  box-shadow: inset 1px 2px 1px rgba(0, 37, 66, 0.85);
}
.popup .social-section {
  *zoom: 1;
  background-color: #ffffff;
  padding: 12px 26px 10px;
  margin: 22px -24px 0;
}
.popup .social-section:before,
.popup .social-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.popup .social-section:after {
  clear: both;
}
.popup .social-section .social-row, .form-overview .social-section .social-row{
  float: right;
  margin-left: 26px;
  font-size: 0;
  line-height: 0;
}
.popup .social-section .social-row a, .form-overview .social-section .social-row a {
  display: inline-block;
  text-decoration: none;
  margin-left: 14px;
}
.popup .social-section .social-row a:first-child, .form-overview .social-section .social-row a:first-child {
  margin-left: 0;
}
.popup .social-section .social-row a img, .form-overview .social-section .social-row a img {
  display: block;
}
.popup .social-section p {
  overflow: hidden;
  color: #005fa8;
  margin: 0;
}
.popup .popup-inner {
  position: relative;
}
.popup .popup-inner > h1,
.popup .popup-inner > h2,
.popup .popup-inner > h3 {
  margin-bottom: 34px;
}
.popup .popup-inner > p.error-msg {
  bottom: auto;
  top: 40px;
}
.popup .popup-inner form {
  margin: 0;
}
.popup .popup-row {
  *zoom: 1;
}
.popup .popup-row:before,
.popup .popup-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.popup .popup-row:after {
  clear: both;
}
.popup-social {
  width: 210px;
  height: 130px;
  position: fixed;
  bottom: -130px;
  left: 0;
  background: #C1ED6E;
  color: #2A2929;
  padding: 2px 5px 15px 5px;
  z-index: 9999999;
  font-size: 16px !important;
  line-height: 1.3em;
  -webkit-box-shadow: 3px -3px 10px rgba(90,90,90,.9);
  -moz-box-shadow: 3px -3px 10px rgba(90,90,90,.9);
  box-shadow: 3px -3px 10px rgba(90,90,90,.9);
}
.popup-social #close-banner{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
}
.popup-social div {
  clear: both;
  margin: 25px 2px 15px;
  text-align: center;
}
.popup-social .free {
  color: rgb(255, 203, 3);
}
.popup-social #button-banner {
  display: block;
  margin: 0 10px;
  border: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  background-color: #31176D;
  color: white;
  line-height: 2.2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.popup-social .badge {
  font-size: 8px;
  position: absolute;
  top: 6px;
  left: 9px;
  margin: 0;
  color: #B2B2B2;
}
.popup-social img[width="1"] {
  display: none;
}
.hot_doc_region {
  background-color: #ABA9A9;
  padding-top: 10px;
  padding-bottom: 20px;
}
.hot_doc_region p {
  color: #FFFFFF;
  font-size: 11px;
  margin: 0px 14px;
}
.hot_doc_region_select {
  background-color: #F8F9FB;
  height: 200px;
  overflow: auto;
  margin: 10px 14px 0px 14px;
}
.hot_doc_region_select span {
  display: block;
  font-size: 11px;
  color: #003C80;
  padding: 1px 0px 1px 10px;
  cursor: pointer;
}
.hot_doc_region_select span:hover {
  background-color: #DDE6F1;
}
.region_item.selected {
  background-color: #DDE6F1;
}
#select_my_region {
  bottom: 9px;
  color: #848484;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  position: absolute;
  right: 0;
}
#select_my_region:hover {
  text-decoration: none;
  color: #5e5e5e;
}
#oblako a {
  line-height: 23px;
}
.wrap-calendar table {
  border: none;
  margin-bottom: 0;
}
.wrap-calendar table th,
.wrap-calendar table td {
  border: none;
  background: none;
}
.wrap-calendar table td.td_day_hover {
  background: url("/static/garant/images/content/calendar_td_hover.png") no-repeat 50% 50%;
}


.btn:hover {
  text-decoration: none;
}
.date {
  font-size: 12px;
  line-height: 12px;
  color: #ad272d;
}

.category-section .item .descr.vacancy p {
  margin-bottom: 17px;
}
.category-section .item .descr.vacancy a.title{
  display: block;
  background-color: #7AACD1;
  font-weight: bold;
  color: #FFFFFF;
  padding: 6px 10px;
}
.category-section .item .descr.vacancy .text{
  background-color: #F4F8FB;
  padding: 10px;
}
.category-section .item .descr.vacancy span.or {
  display: inline-block;
  padding: 0 10px;
}

.documents-loaded .feed {
  margin-bottom: 27px;
}
.documents-loaded .feed h4 {
  color: #005FA8;
}
.documents-loaded div.toggle-review {
  text-align: right;
}
.documents-loaded a.toggle-review {
  width: 120px;
  text-align: left;
  background: url('/static/garant/images/content/calendar-control-select.png') no-repeat  94% 50% #2060A4;
  padding-right: 30px;
}
.documents-loaded a.open {
  background: url('/static/garant/images/content/calendar-control-select-top.png') no-repeat  94% 50% #2060A4 !important;
}
.documents-loaded .category-section .item {
  margin-top: 17px;
}
.documents-loaded .category-section .item a.title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.documents-loaded .category-section .item .date {
  margin-bottom: 10px;
}
.documents-loaded .category-section .item a.icon {
  display: inline-block;
  margin-bottom: 5px;
}
.documents-loaded .category-section .item a.icon img {
  height: 30px;
  width: auto;
  filter: none;
}
.documents-loaded .category-section .item .descr div.muted {
  font-size: 13px;
  color: #808080;
  margin-top: 0px;
}
.documents-loaded .category-section .item .descr div.muted .s_10 {
  font-weight: bold;
}

.documents-loaded-inner .download-document {
  display: inline-block;
  float: right;
}
.documents-loaded-inner .download-document a {
  display: inline-block;
}
.documents-loaded-inner .download-document a img {
  height: 30px;
  width: auto;
  filter: none;
}
.documents-loaded-inner .link-review img {
  height: 30px;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
  filter: none;
}
.documents-loaded-inner .text-document {
  margin-bottom: 40px;
}
.documents-loaded-inner .text-document img {
  max-height: none;
  max-width: none;
}
.documents-loaded-inner .text-document #gerb {
  display: block;
  margin: 0 auto;
}
.documents-loaded-inner .text-document h1#name_doc, .documents-loaded-inner .text-document h3#emitent{
  color: #4D4D4D;
  font-size: 14px;
  margin: 15px auto;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.documents-loaded-inner .text-document .pre {
  min-width: 586px;
}
.documents-loaded-inner .text-head, .documents-loaded-inner h1#name_doc, .documents-loaded-inner .review-document,
.documents-loaded-inner .text-document p.s_1,  .documents-loaded-inner .text-document .s_3, .documents-loaded-inner .text-document table.sbs,
 .documents-loaded-inner .text-document div.garantCommentWrap{
  width: 586px;
}
.documents-loaded-inner .text-document table td, .documents-loaded-inner .text-document table th {
  border: 1px solid #D6DEE9;
  background-color: #ffffff;
  padding: 6px 10px;
}
.documents-loaded-inner .text-document table p, .documents-loaded-inner .text-document table p.s_1 {
  text-align: left;
  width: auto !important;
}
.documents-loaded-inner .text-document p,  .documents-loaded-inner .review-document p {
  margin: 0;
}
.documents-loaded-inner #review {
  border-bottom: 1px solid #F0F0F0;
  text-transform: uppercase;
  font-weight: bold;
}
.documents-loaded-inner .text-document #p_1 {
    display: none;
}
.documents-loaded-inner .text-document .s_1 {
  text-align: justify;
  text-indent: 3em;
}
.documents-loaded-inner .text-document .s_3 {
  font-weight: bold;
  text-align: center;
}
.documents-loaded-inner p.s_9 {
  display: inline;
  color: #800080;
  font-style: italic;
}
.documents-loaded-inner .text-document .s_9 h4, .documents-loaded-inner .text-document .s_22 h4 {
  background: url("/images/base/comment_garant.jpg") no-repeat scroll 0 -5px;
  color: #800080;
  display: inline;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 1px 2px 0 21px;
}
.documents-loaded-inner .text-document table.sbs, .documents-loaded-inner .text-document table.sbs td{
  border: none;
  padding: 0;
}
.documents-loaded-inner .review-document {
  margin-bottom: 22px;
  text-align: justify;
}
.documents-loaded-inner .review-document p {
  text-indent: 3em;
}
.documents-loaded-inner .review-document .s_10 {
  font-weight: bold;
}

.expired-doc {
	margin-bottom: 30px;
	width: 586px;
}
.expired-doc .info {
	display: inline-block;
	margin-bottom: 10px;
	font: italic bold 1.15em Georgia, serif;
}

#back-top {
  display:none;
  margin:0;
  padding:0;
  width:48px;
  bottom: 14px;
  position: fixed;
  right: 14px;
  z-index: 999;
}
#back-top a {
  width: 48px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #C8C8C8;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor:pointer;
}
#back-top a:hover {
  color: #777;
  opacity: 1;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}
#back-top span {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 7px;
  background: url(/images/www/all/bg_back_top.png) repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.5);
}
#back-top span span {
  width: 48px;
  height: 48px;
  display: block;
  background: url(/images/www/all/back_top.png) no-repeat center center;
}
#back-top a:hover span {
  background-color: #777;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.7);
  box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.7);
}

#page .inner a[href=\#extra] {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
}

.main .banner-set.m-wide .inner .banner-row > a img {
  width: 120px;
  height: 60px;
}
.main h1.custom.question {
  padding-bottom: 2px;
}
header#header .inner .inner-logo {
  height: 110px;
  margin: 0 -10px;
  position: relative;
}
header#header .inner .inner-logo .category-section {
  width: 610px;
  position: absolute;
  top: 18px;
  left: 308px;
  margin: 0;
  padding: 0;
}
header#header .inner .inner-logo .category-section:before, header#header .inner .inner-logo .category-section:after {
  display: none;
}
header#header .inner .inner-logo .category-section .item .descr {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}
header#header .inner .inner-logo .category-section .item a.title {
  font-size: 12px;
  text-transform: uppercase;
}
.size-40 img {
  width: 40px;
}
.size-52 img {
  width: 52px;
}
.size-60 img {
  width: 60px;
}
.size-62 img {
  width: 62px;
}
.size-90 img {
  width: 90px;
}
.size-120 img {
  width: 120px;
}
.size-144 img {
  width: 144px;
}
.size-346 img {
  width: 346px;
}
.size-408 img {
  width: 408px;
}
.size-40 img, .size-52 img, .size-60 img, .size-62 img, .size-90 img, .size-120 img, .size-144 img, .size-346 img, .size-408 img {
  height: auto;
  filter: none !important;
}
.important-info {
  background: url('/static/garant/images/content/exclamation.png') no-repeat;
  padding: 6px 0 6px 36px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.eliminatory-tour {
  font-weight: 700;
}
.eliminatory-tour a {
  color: #005fa6;
}
.eliminatory-tour a:hover {
  color: #0B8BED;
}
.generated_code {
  min-height: 400px;
}

.fancybox-wrap.register-model {
  width: 452px !important;
}
.fancybox-opened .fancybox-skin {
  background-color: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.int {
  clear: both;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.int .int_pic {
  float: left;
}
.int .int_pic img {
  width: 90px;
  height: auto;
  margin-right: 12px;
}
.int .int_text, .int .int_text p {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
}
.int .int_text > p > a, .int .int_text > a {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
}
.int .int_text > p, .int .int_pic p {
  margin: 0;
}

.read-more {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 23px;
}
.read-more p {
  display: none;
}
.read-more .int {
  display: flex;
  gap: 6px;
  width: calc((100% - 6px * 3)/4);
  position: relative;
  margin-bottom: 0;
}
.read-more .int .int_pic {
  float: none;
}
.read-more .int .int_pic img {
  width: 90px;
  height: auto;
  margin-right: 0;
}
.read-more .int .int_text a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.anons {
  margin: 0 0 5px 0;
  width: 260px;
}
.anons.fl-l {
  margin-right: 10px !important;
}
.anons.fl-r {
  margin-left: 10px !important;
}
.anons .btn[class*="m-"] {
  height: auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.seminar h4 {
  margin: 0 0 10px 0;
}
.seminar .category-section .item a.title,
.seminar .category-section .item .title {
  color: #990000;
  font-weight: bold;
}
.seminar .muted strong {
  color: #990000;
  font-weight: normal;
}
h4 .ft-topics-seminar, .ft-topics-seminar {
  font-size: 17px;
  text-transform: uppercase;
  color: #215FB6;
  font-weight: bold;
}
.c-red, .c-red:hover, .ts_bukhgalteru, .ts_bukhgalteru:hover {
  color: #FF0000 !important;
}
.c-purple, .c-purple:hover, .ts_juristu, .ts_juristu:hover {
  color: #800080 !important;
}
.c-green, .c-green:hover, .ts_specialistu_po_zakupkam, .ts_specialistu_po_zakupkam:hover {
  color: #008000 !important;
}


.dv_container {
  width: 100%;
  background-color: #F2F7FB;
  border-left: 1px solid #636466;
  border-right: 1px solid #636466;
  border-bottom: 1px solid #636466;
  -webkit-box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  -moz-box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  box-shadow: 0px 0px 8px rgba(99, 100, 102, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.dv_container .dv_list span {
  display: block;
  padding: 2px 12px;
  cursor: pointer;
}
.dv_container .dv_list span:hover {
  color: #FFFFFF;
  background-color: #005FA8;
}

.agreements_text {
  border: 1px solid #ccc;
  background: #fff;
  margin: 5px 0;
  padding: 3px 5px;
  height: 120px;
  overflow: auto;
}

#block_vote .block_question {
    padding: 2px 10px;
    border: 2px solid transparent;
}
#block_vote .block_question.unanswered {
    border: 2px solid #f02c00;
    background: #f8b9b7;
}

.upper {
  text-transform: uppercase;
}

.reg_seminar {
	float: right;
	height: 43px;
	width: 186px;
	margin-top: 4px;
	padding: 0;
	background: url('/static/garant/images/content/badge-online-registration.png') no-repeat right top;
}

.subscribe {
    padding-top: 14px;
    margin-bottom: 19px;
}

.subscribe .rubric {
    display: inline-block;
    float: right;
}

.subscribe + .article-actions {
    margin-bottom: 0;
}

.subscribe + .article-actions .part {
    min-height: 0;
}

body.page .span-1010 .documents-loaded
.category-section article.item
.descr div.muted {
  color: #000000;
  padding-left: 20px;
}

/*-- feedback form hint block --*/
div.control-group .hint {
	width: 100%;
	margin-bottom: 17px;
	font-size: 11px;
}
/*-- end feedback form hint block --*/

.non-bckrd {
	background: none;
}

.calendar, .calendar table {
  border-collapse: separate;
}

.glitch-fix {
  height: 100%;
  background: #fff;
}

.english #page {
	padding: 0 0 100px;
}

.english header#header .inner .inner-logo {
	height: 100px;
	border-bottom: 1px solid #4473a6;
	padding-bottom: 10px;
}

.english div#footer {
	height: 100px;
}

.english div#footer >.inner {
	height: 100px;
}
.english div#footer aside.left {
	width: 840px;
}
body.english.error .error-block {
	background: url("/static/english/images/error-label.png") no-repeat 100% 32px;
}
.english header#header .h-sidebar .soc a {
	float: right;
}

#container_result div.explanation {
	background-color: #e3ffd7;
	line-height: 20px;
	padding: 0 7px;
	margin-bottom: 1em;
}
#container_result label {
	display: table;
	margin-bottom: 2px;
}
#container_result label span:first-child {
	padding: 0 7px;
	max-width: 80%;
	display: table-cell;
}
#container_result .answer_correct,
#container_result .answer_wrong {
	line-height: 20px;
}
#container_result .label_correct ,
#container_result .label_wrong {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#container_result .label_correct {
	border: 1px solid #5fc639;
}

#container_result .label_wrong {
	border: 1px solid #ec2125;
}

#container_result .answer_wrong span.label-img,
#container_result .correct .answer_correct span.label-img {
	float: right;
	margin-left: 8px;
	width: 19px;
	height: 20px;
	margin-right: 8px;
}

#container_result .answer_wrong span.label-img {
	background: url('/static/garant/images/layout/tst_a.png') no-repeat -19px 5px;
}
#container_result .correct .answer_correct span.label-img{
	background: url('/static/garant/images/layout/tst_a.png') no-repeat 0 5px;
}

#container_result .marker_block {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.forum_acc_restore {
	margin: 0 auto;
	width: 560px;
}

.forum_acc_restore a {
	cursor: pointer;
}

.restore_acc_block {
	margin-top: 16px !important;
	padding-top: 26px;
}

.main_lenta.but {
	display: inline-block;
	line-height: 20px;
	background-color: #828282;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top: 1px solid #7D7D7D;
	position: absolute;
	top: -1px;
	left: 105px;
	cursor: pointer;
}

.form-overview .block-base-linkify textarea {
    height: 220px;
}

.consult-banner {
  display: block;
  margin: 10px 25px 20px;
}

.tips.feed.vertical .item {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 20px;
  width: 260px;
  margin-right: 60px;
  min-height: 350px;
}
.tips.feed.vertical .item .img {
  width: 100%;
}
.tips.feed.vertical .item .img img {
  width: 100% !important;
}
.tips.feed.vertical .item:nth-child(3) {
  margin-right: 0;
}
.tips.feed.vertical .tips-img {
  position: relative;
}
.tips.feed.vertical .tips-img .tips-title {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  min-height: 30px;
  max-height: 65px;
  overflow: hidden;
  width: 240px;
  font-size: 14px;
  line-height: 22px;
  background: rgba(0,0,0, .5);
}
.tips.feed.vertical .tips-img .tips-title:hover {
  text-decoration: none;
}
/*Article styles*/
.button-article {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  line-height: 25px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid #414163;
  background-color: #0160a8;
  background-image: -webkit-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -moz-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -ms-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: -o-linear-gradient(top, #0160a8 0%, #0a538c 100%);
  background-image: linear-gradient(top, #0160a8 0%, #0a538c 100%);
}
.button-article:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0160a8;
  background-image: -moz-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -webkit-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -ms-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
  background-image: -o-linear-gradient(bottom, #0160a8 0%, #0a538c 100%);
}
.table-article {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #818284;
  margin-bottom: 30px;
}
.table-article th {
  border-top: 1px solid;
  background-color: #B0C4DE;
  line-height: 26px;
}
.table-article td {
  border-top: 1px solid #818284;
  line-height: 18px;
}
.table-article td,
.table-article th {
  border-left: 1px solid #818284;
  border-bottom: 1px solid #818284;
}
.table-article td.bordered {
  border-bottom: 1px solid #818284 !important;
   border-top: 1px solid #818284 !important;
 }
.table-article th.bordered {
  border-bottom: 1px solid #818284 !important;
  border-top: 1px solid #B71C20 !important;
}
.table-article td {
  padding-left: 12px;
}
.question-block {
  border-radius: 8px;
  background: none repeat scroll 0 0 #DEE5ED;
  padding: 4px 4px 6px 8px;
  margin: 20px 0 10px 0px;
  overflow: hidden;
}
.question-block p {
  text-align: justify;
  margin: 0;
}

span.converted_hdr_xl_login_enter_text {
  display: inline-block;
  padding: 0;
  margin-bottom: 34px;
  line-height: 26px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.editors_choice_tag {
  margin-left: 0 !important;
  padding: 5px;
  background-color: #ad272d;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}

.editors_selected_news {
  margin-left: 0 !important;
  padding: 2px 8px;
  background-color: #f5f5f5;
  color: #515151 !important;
  font-size: 12px !important;
  font-weight: bold;
  margin-top: -1px;
}

.category-section .meta time .editors_selected_news {
  margin-left: 5px !important;
}
.page-content .editors_selected_news ~ h1 {
  margin-top: 10px;
}

.editors_choice_box {
  height: 90px;
  padding: 0 10px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.editors_choice_title_wrapper {
  height: 90px;
  position: relative;
  top: -26px;
  display: table-cell;
  vertical-align: middle;
}

a.title.editors_choice {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}

pre.pre_prime_text {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.i-interviews + .section-inner > .col,
.cd + .section-inner > .col {
    margin-left: 0;
    margin-top: 22px;
}

.i-interviews + .section-inner > .col:first-child,
.i-interviews + .section-inner > .col:nth-child(2),
.cd + .section-inner > .col:first-child,
.cd + .section-inner > .col:nth-child(2) {
    margin-top: 0;
}

.i-interviews + .section-inner > .col:nth-child(even),
.cd + .section-inner > .col:nth-child(even) {
    margin-left: 3.76% !important;
}

.partner .item {
  margin-bottom: 15px;
}

.partner .item .title {
  text-align: center;
  color: red;
  font-weight: 700;
  margin-bottom: 5px;
}

.partner .item .img{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.partner .item .img a{
  margin-left: 15px;
  margin-right: 15px;
}

.partner .item .img img{
  max-width: 100%;
  height: auto;
  margin: 0;
}

@media (max-width: 650px) {
  .partner .item .img{
    flex-wrap: wrap;
  }

  .partner .item .img a{
    display: block;
    width: 50%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 414px) {
  .partner .item .img a{
    width: 100%;
  }
}

.info-important {
  display: block;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 22px 22px;
  line-height: 1.2;
  background-color: #FF5D60;
  text-transform: uppercase;
}

.info-important:hover {
  color: #ffffff;
  background-color: #0962AE;
}

.info-important-text {
  font-size: 12px;
}

.info-important-text:hover {
  background-color: #FF5D60;
}

.info-important .email:not(:hover){
  color: white;
}

@media print {
  .banner-set,
  .nav-main,
  .span-190,
  .side.left,
  .side.right,
  .h-sidebar,
  .btn-rules-section,
  .btn-likes-section,
  .popup-social,
  #footer, .actions-panel,
  .part + .part, .article-actions + p,
  hr.bold, .span-1010 .feed.horizontal, a.site-logo-2,
  .span-174, .span-240, .main .row-content, #consult, .company-info, .top-panel {
    display: none;
  }
  #back-top {
    display: none !important;
  }
  #wrap, .inner, #page, .content {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .row-grid .span-1010, .span-1010, .span-728, .category-tag, .breadcrumps {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .article-actions, .article-actions .part {
    margin-top: 0;
  }
  .site-logo {
    left: 10px !important;
  }
  .row-grid .span-1010, .span-1010 {
    margin: -30px 0 0 0 !important;
  }
}

.mourning .site-logo img {
  filter: grayscale(100%);
}

.mourning .sidebar.left .menu.shifted {
  background-color: #fff;
}

.mourning .sidebar.left .menu.shifted > h2 {
  background-color: #505050;
}

.mourning .sidebar.left .menu.shifted > h2:before {
  border-left-color: #fff;
}

.mourning .sidebar.left .menu.shifted > h2:after {
  border-right-color: #fff;
}

.mourning .sidebar.left .menu > a {
  border-color: #EDEDEF;
}

.mourning .sidebar.left .menu > a.badge {
  background-color: #EDEDEF;
}

.alert-info {
  background-color: #D9EBFF;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.alert-info .item {
  margin-top: 10px;
}

.speakers {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.speakers .btn {
  margin-left: auto;
  white-space: nowrap;
}

.speaker {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.speaker + .speaker {
    margin-left: -20px;
}

.speaker-img {
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .2s ease-out;
}

.speaker-img img {
    width: 100%;
    height: auto;
}

.speaker:hover {
    z-index: 2;
}

.speaker:hover .speaker-img {
    transform: scale(1.1);
}

.speaker:hover .speaker-name {
    display: block;
}

.speaker-name {
    display: none;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    font-size: 11px;
    line-height: normal;
    color: #FFFFFF;
    background-color: #000;
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.speaker-name.arrow-top:before {
    position: absolute;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px;
    left: 50%;
    border-bottom: 8px solid #000;
    top: -7px;
}

.dest-block {
  margin-bottom: 50px;
}

.dest-block .dest {
  font-size: 18px;
}

[role="button"] {
  cursor: pointer;
}

.broadcast {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.broadcast * {
  box-sizing: border-box;
}
.broadcast svg {
  color: #EC2126;
  flex-shrink: 0;
  animation: pulse-animation 2s infinite;
}
.broadcast > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: .25rem;
  overflow: hidden;
}
.broadcast .title {
  font-size: 20px;
  color: #333333;
  padding-bottom: .125rem;
}
.broadcast a:hover {
  opacity: .6;
}
.broadcast .title > span {
  display: flex;
  white-space: nowrap;
}
.broadcast .title > span > span {
  display: flex;
  padding-right: 1.5rem;
  flex-shrink: 0;
  gap: 1.5rem;
  animation: running-animation 20s linear infinite;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes running-animation {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.cookies {
  width: 600px;
  max-width: 100%;
  min-height: 148px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(90,90,90,.9);
  box-sizing: border-box;
  z-index: 9999999;
  position: fixed;
  bottom: -148px;
  left: 50%;
  transform: translateX(-50%);
}