@import url(reset.css);

body {
  background: #fff;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 69%;
  line-height: 1.45;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button, label, input, select, textarea {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.helper {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 140px;
}

/* === Typography presets === */

a {
  color: #2d749e;
}

/*a:visited {
  color: #750000;
}*/

a:hover {
  text-decoration: none;
}

h1, h2 {
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

h3, h4 {
  line-height: 1.35;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 1em;
}

h3 {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 16px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

p {
  margin-bottom: 0.85em;
}

/* === Global styles === */

.g-indented {
  margin-bottom: 32px;
}

.g-justify-left { text-align: left; }
.g-justify-right { text-align: right; }
.g-justify-center { text-align: center; }
.g-justify-justify { text-align: justify; }

.g-image-align-left { float: left; padding: 10px 10px 10px 0; }
.g-image-align-right { float: right; padding: 10px 0 10px 10px; }

.g-field-error {
  color: #ff0000;
}

.g-field-success {
  color: #00ff00;
}

.g-captcha-container {
  width: 120px;
  height: 49px;
}

/* links */
.g-link-pseudo {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.g-link-to-all {
  color: #222;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.g-link-rc {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 8px;

  -moz-border-radius: 5px;
  border-radius: 5px;
}

.g-link-print {
  background: url(../i/i-print.png) no-repeat;
  padding-left: 15px;
}

.g-tooltip {
  position: relative;
}

.g-tooltip .g-tooltip-link {
  border-bottom: 1px dotted;
  color: #750000;
  text-decoration: none;
}

.g-tooltip .g-tooltip-box {
  background: #fff;
  border: 1px solid #750000;
  cursor: default;
  display: none;
  font-size: 11px;
  left: 50%;
  line-height: 16px;
  margin-left: -78px;
  padding: 5px 8px;
  position: absolute;
  width: 142px;
  z-index: 1000;

  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.g-tooltip-up .g-tooltip-box {
  bottom: 17px;
}

.g-tooltip-down .g-tooltip-box {
  top: 18px;
}

.g-tooltip:hover .g-tooltip-box {
  display: block;
}

.g-tooltip .g-tooltip-box:after {
  height: 7px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
}

.g-tooltip-up .g-tooltip-box:after {
  bottom: -1px;
  content: url(../i/bg-tooltip-decor-up.png);
}

.g-tooltip-down .g-tooltip-box:after {
  content: url(../i/bg-tooltip-decor-down.png);
  top: -11px;
}

.g-tooltip .g-tooltip-box a {
  color: #222;
}

.g-views {
  background: url(../i/i-views.png) no-repeat 0 50%;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  padding-left: 23px;
}

.g-dark {
  background: #414140;
  color: #fff;
  padding: 12px 0 12px 15px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.g-dark a,
.g-dark h3 {
  color: #fff;
}

.g-dark .g-views {
  background-image: url(../i/i-views-2.png);
  color: #b3b3b3;
}

.g-highlighted {
  background: #f7f7cf;
  font-weight: bold;
  margin: 0 -2px;
  padding: 0 2px;
}

.g-voters {
  background: url(../i/i-voters.png) no-repeat;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  padding-left: 17px;
}

/* slider */
.sl {
  background: url(../i/bg-sl.png) repeat-y;
  height: 100%;
  position: absolute;
  top: 0;
  width: 62px;
  z-index: 15;
}

.p-lite .sl {
  background-image: url(../i/bg-sl-lite.png);
}

.sl-next {
  right: 0;
}

.sl-prev {
  background-position: -62px 0;
  left: 0;
}

.sl-button {
  background: url(../i/bg-sl-button.png) no-repeat;
  cursor: pointer;
  height: 38px;
  position: absolute;
  top: 50px;
  width: 38px;
}

.p-lite .sl-button {
  background-image: url(../i/bg-sl-button-lite.png);
}

.sl-next .sl-button {
  right: 6px;
}

.sl-prev .sl-button {
  background-position: 0 -38px;
  left: 6px;
}

/* submit button */
.g-ng-button {
  border-color: #eef0f2 #ccd1d5 #9ba2aa #cbd0d4;
  border-style: solid;
  border-width: 1px;
  color: #414140;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  min-width: 78px;
  overflow: visible;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;

  -moz-border-radius: 4px;
  border-radius: 4px;

  background: #dce0e3;
  background: -moz-linear-gradient(top, #dce0e3 0%, #c3c8cc 100%);
  background: -o-linear-gradient(#dce0e3, #c3c8cc);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dce0e3), color-stop(100%, #c3c8cc));
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dce0e3', endColorstr = '#c3c8cc', GradientType = 0);*/

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-ng-button-main {
  border-color: #cfdae3 #9cb2c1 #3f637e #8ca4b6;

  background: #9db5c5;
  background: -moz-linear-gradient(top, #9db5c5 0%, #8ba2b1 100%);
  background: -o-linear-gradient(#9db5c5, #8ba2b1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9db5c5), color-stop(100%, #8ba2b1));
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9db5c5', endColorstr = '#8ba2b1', GradientType = 0);*/
}

.g-ng-button-count {
  background: #b7bdc2;
  color: #000;
  margin-left: 1px;
  padding: 2px 3px;

  -moz-border-radius: 3px;
  border-radius: 3px;

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46), inset 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46), inset 0 1px 1px rgba(0, 0, 0, 0.75);
}

.g-ng-button-edit-in-admin {
  display: block;
  padding: 5px 2px;
}

/* vertical centered list */
.g-vcentered-list {
  list-style: none;
  margin: 0;
}

.g-vcentered-list .g-vcentered-list-item {
  display: table;
  margin-bottom: 14px;
}

.g-vcentered-list .g-vcentered-list-item-title {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

.g-vcentered-list .g-vcentered-list-item-pic {
  float: left;
  margin-right: 10px;
}

.g-vcentered-list .g-vcentered-list-item-title-link {
  display: block;
}

/* play overlay button */
.g-play {
  background: url(../i/i-play.png) no-repeat;
  cursor: pointer;
  height: 38px;
  left: 50%;
  margin: -16px 0 0 -19px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.g-play-lite {
  background: url(../i/i-play-lite.png) no-repeat;
  display: inline-block;
  height: 14px;
  margin: 0 4px 0 -4px;
  position: relative;
  vertical-align: -3px;
  width: 14px;
}

/* spread overlay button */
.g-spread {
  background: url(../i/i-spread.png) no-repeat;
  cursor: pointer;
  height: 38px;
  left: 50%;
  margin: -16px 0 0 -19px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 38px;

  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

a:hover .g-spread {
  opacity: 1;
}

/* photos count */
.g-photos-count {
  background: url(../i/bg-photos-count.png) no-repeat;
  color: #fffefe;
  cursor: pointer;
  bottom: 3px;
  font-size: 8px;
  font-style: normal;
  line-height: 11px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  right: 4px;
  width: 18px;
}

/* quote block */
.g-quote {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}

.g-quote .g-quote-before,
.g-quote .g-quote-after {
  background: url(../i/bg-quotes.png) no-repeat;
  font-size: 0;
  height: 15px;
  position: absolute;
  width: 14px;
}

.g-quote .g-quote-before {
  margin-left: -21px;
}

.g-quote .g-quote-after {
  background-position: 0 -15px;
  margin: 1px 0 0 3px;
}

/* indent lines */
.g-hr {
  background: #d0d0d0;
  border: none;
  height: 1px;
  margin: 20px 0 18px;
}

.g-hr-thick {
  background: #750000;
  height: 4px;
  margin: 40px 0 38px;
}

/* horizontal centered title */
.g-hcentered-title {
  border-top: 1px solid #d0d0d0;
  font-size: 0;
  height: 0;
  margin: 20px 0;
  text-align: center;
}

.g-hcentered-title span {
  background: #fff;
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 0 8px;
  position: relative;
  top: -7px;
  text-transform: uppercase;
}

/* === Layout === */

.l-wrapper {
  margin: 0 auto;
  padding: 0 5px;
  width: 990px;
}

.l-content {
}

.l-main-column {
  float: left;
  width: 725px;
}

.l-side-column-2 {
  float: right;
  width: 240px;
}

.l-side-column {
  float: left;
  width: 130px;
}

.l-content-area {
  float: right;
  width: 570px;
}

.l-content-area-2 {
  clear: both;
}

.l-content-wrapper {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
}

/* top banner */
.b-top-banner img {
  display: block;
}

.b-top-banner {
  text-align: center;
}

/* === Header === */

.l-header {
  border-bottom: 1px solid #cccecf;
  margin-bottom: 15px;
  padding: 10px 0 15px;
}

.p-english .l-header {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.l-header-inner {
  margin-bottom: 6px;
  position: relative;
}

.b-logo {
  float: left;
  position: relative;
  text-indent: -1000em;
  top: 10px;
}

.b-logo .b-logo-link {
  background: url(../i/logo.png);
  display: block;
  height: 65px;
  width: 193px;
}

.b-logo .b-logo-link:active {
  outline: none;
}

.p-english .b-logo .b-logo-link {
  background: url(../i/logo-en.png);
  height: 75px;
  width: 159px;
}

.b-showdown {
  left: 226px;
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  position: absolute;
  top: 6px;
  width: 415px;
}

.b-showdown .i-showdown-tweet {
  vertical-align: -3px;
}

.b-dashboard {
  float: right;
  text-align: right;
}

.b-dashboard .b-dashboard-row {
  clear: both;
  margin-bottom: 8px;
  position: relative;
}

.b-dashboard .b-dashboard-link {
  color: #222;
  margin-left: 8px;
}

.b-dashboard .b-dashboard-link-rss {
  color: #ff9000;
}

.b-dashboard .g-link-rc {
  margin-left: 5px;
}

.b-dashboard .b-dashboard-link-lang {
  padding-left: 27px;
  position: relative;
}

.b-dashboard .b-dashboard-link-lang-flag {
  background: url(../i/i-lang.png) no-repeat;
  height: 11px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 16px;
}

.b-dashboard .b-dashboard-link-lang-ru .b-dashboard-link-lang-flag {
  background-position: 0 -11px;
}

.b-dashboard .b-dashboard-item-phone {
  position: relative;
  top: 2px;
}

.b-dashboard .b-dashboard-item-phone strong {
  font-size: 13px;
}

.f-qsearch .f-qsearch-label {
  display: none;
}

.f-qsearch .f-qsearch-field {
  background: url(../i/bg-search.png) no-repeat;
  border: none;
  height: 12px;
  padding: 4px 5px 4px 27px;
  width: 279px;
}

.f-qsearch .f-qsearch-field:focus {
  outline: none;
}

.f-qsearch .f-qsearch-field.placeholder {
  color: #a9a9a9;
}

.b-search-list .g-vcentered-list-item {
  float: left;
  width: 190px;
}

.b-search-list .g-vcentered-list-item-title {
  padding-right: 10px;
  width: 139px;
}

/* forms */
.f-form .f-form-row {
  margin-bottom: 18px;
}

.f-form .f-form-row-half {
  float: left;
  width: 265px;
}

.f-form .f-form-row-half-right {
  float: right;
  width: 280px;
}

.f-form .f-form-row-submit {
  margin-bottom: 0;
}

.f-form .f-form-row-submit-indented {
  margin: 38px 0;
}

.f-form .f-form-label {
  color: #666;
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 15px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.f-form .f-form-field,
.f-form .f-form-area,
.f-form .f-form-select {
  width: 100%;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.f-form .f-form-field {
  font-size: 11px;
  line-height: 14px;
}

.f-form .f-form-field-big {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}

.f-form .f-form-field-short {
  width: 175px;
}

.f-form .f-form-area {
  font-size: 13px;
  line-height: 18px;
}

.f-form .f-form-button {
  float: left;
  margin-right: 20px;
}

.f-form .f-form-button-big {
  width: 130px;
}

.f-form .f-form-button:last-child {
  margin-right: 0;
}

.f-form .f-form-checkbox {
  position: relative;
  top: -2px;
}

.f-form .f-form-checkbox-label,
.f-form .f-form-radio-label {
  font-size: 13px;
}

.f-form .f-form-notice {
  color: #cc7878;
}

#register-captcha {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  vertical-align: top;
  width: 90px;
}

#ajax-auth-captcha {
  display: inline-block;
  height: 50px;
  margin-left: 10px;
  vertical-align: top;
}

/* login form */
.b-dashboard-popup {
  background: #fff;
  border: 1px solid #d0d0d0;
  position: absolute;
  right: -20px;
  text-align: left;
  top: -5px;
  width: 272px;
  z-index: 1999;
}

.b-dashboard-popup .b-dashboard-popup-header {
  border-bottom: 1px solid #d0d0d0;
  color: #e3e4e4;
  padding: 6px 0;
  text-align: right;
}

.b-dashboard-popup .b-dashboard-popup-header .b-dashboard-popup-header-item {
  padding: 0 19px;
}

.b-dashboard-popup .b-dashboard-popup-header .b-dashboard-popup-header-link {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.b-dashboard-popup .b-dashboard-popup-header .b-dashboard-popup-header-link-current {
  border-bottom: none;
  color: #222;
  cursor: default;
}

.b-dashboard-popup .b-dashboard-popup-form {
  padding: 18px 20px 1px;
}

/* top menu */
.b-top-menu {
  background: #2d749e;
  color: #fff;
  font-size: 12px;
  margin-bottom: 16px;
  padding: 8px 0 8px 8px;
}

.b-top-menu-list {
  list-style: none;
  margin: 0;
}

.b-top-menu-list .b-top-menu-list-item {
  background: url(../i/bg-top-menu-delimiter.png) no-repeat 100% 50%;
  float: left;
  font-weight: bold;
  padding: 4px 9px 4px 6px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(21, 56, 77, 0.25);
}

.p-english .b-top-menu-list .b-top-menu-list-item {
  padding: 4px 25px 4px 25px;
}

.b-top-menu-list .b-top-menu-list-item.b-top-menu-list-item_splitter {
  background-image: none;
}

.b-top-menu-list .b-top-menu-list-item .b-top-menu-list-item-link {
  color: #fff;
}

.b-top-menu-list .b-top-menu-list-item:last-child {
  background-image: none;
}

.b-top-menu-list .b-top-menu-list-item-current {
  background: #fff none;
  margin-left: -2px;
  margin-right: 3px;
  padding-right: 6px;
  text-shadow: none;
}

.b-top-menu-list .b-top-menu-list-item-current .b-top-menu-list-item-link {
  color: #222;
  text-decoration: none;
}

.b-top-menu-list .b-top-menu-list_sub {
  background: #2D749E;
  border: 1px solid #e8e8e8;
  display: none;
  padding: 6px 0 2px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 135px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.b-top-menu-list .b-top-menu-list_sub a {
  display: inline-block;
  margin: 0 8px 5px;
  color: #fff;
}

.b-top-menu-list .b-top-menu-list_sub a.b-top-menu-list_sub-current {
  color: #000;
  text-decoration: none;
  background: #fff;
}

.b-top-menu-list-item:hover .b-top-menu-list_sub {
  display: block;
}

/* threads in header */
.b-threads {
  border-right: 1px solid #e3e4e4;
  list-style: none;
  margin: 0;
}

.b-threads .b-threads-item {
  border-left: 1px solid #e3e4e4;
  float: left;
  height: 49px;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  width: 139px;
}

.b-threads .b-threads-item .b-threads-item-title {
  color: #750000;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-top: -3px;
}

.b-threads .b-threads-item .b-threads-item-title .b-threads-item-title-link {
  color: #750000;
  display: block;
}

.b-threads .b-threads-item .b-threads-item-count {
  color: #808080;
}

/* bottom banner */
.b-bottom-banner img {
  display: block;
}

.b-bottom-banner {
  text-align: center;
  margin-bottom: 30px;
}

/* === Footer === */

.l-footer {
  border-top: 4px solid #750000;
  padding-top: 35px;
  position: relative;
}

.b-copyright {
  left: 0;
  position: absolute;
  width: 130px;
}

.b-bottom-menu {
  margin: 0 0 35px 155px;
}

.b-bottom-menu-list {
  list-style: none;
  margin: 0;
}

.b-bottom-menu-list .b-bottom-menu-list-item {
  background: url(../i/bg-bottom-menu-delimiter.png) no-repeat 100% 50%;
  float: left;
  padding: 0 6px 0 4px;
  position: relative;
}

.b-bottom-menu-list .b-bottom-menu-list-item:last-child {
  background: none;
}

.b-bottom-menu-list .b-bottom-menu-list-item .b-bottom-menu-list-item-link {
  color: #222;
}

.b-memory {
  margin-bottom: 35px;
  padding: 16px 24px !important;
}

.b-memory-list {
  list-style: none;
  margin: 0;
}

.b-memory-list .b-memory-list-item {
  float: left;
  padding: 0 10px;
  text-align: center;
  width: 136px;
}

.b-memory-list .b-memory-list-item-title {
  font-size: 13px;
}

.b-memory-list .b-memory-list-item-title .b-memory-list-item-title-link {
  color: #fff;
}

.b-licence {
  background: url(../i/18-plus.jpg) no-repeat right top;
  color: #808080;
  font-size: 9px;
  line-height: 15px;
  margin-bottom: 35px;
}

.b-licence .b-licence-part {
  float: left;
  margin-right: 20px;
  width: 420px;
}

.b-licence .b-licence-wide-part {
  float: left;
  margin-right: 20px;
  width: 860px;
}

.b-counters {
  float: right;
}

/* === Side blocks styles === */

/* latest issue */
.b-latest-issue-title {
  margin-bottom: 12px;
}

.b-latest-issue-title .b-latest-issue-title-link {
  color: #222;
}

.b-latest-issue-title .b-latest-issue-title-pic {
  border: 1px solid #d3d5d7;
  display: block;
  margin-bottom: 4px;
  position: relative;
}

.b-latest-issue-title .b-latest-issue-title-pic .b-latest-issue-title-pic-img {
  display: block;
}

.b-latest-issue-title .b-latest-issue-title-pic .b-latest-issue-title-pic-overlay {
  background: url(../i/bg-latest-issue-title-pic-overlay.png) no-repeat 0 100%;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-latest-issue-list {
  list-style: none;
  margin: 0;
}

.b-latest-issue-list .b-latest-issue-list-item {
  margin-bottom: 10px;
}

.b-latest-issue-list .b-latest-issue-list-item .b-latest-issue-list-item-subtitle-link {
  color: #4C4C4C;
  display: block;
}

.b-latest-issue-list-item-preview {
  float: left;
  padding: 5px 10px 5px 0;
}

/* voting */
.b-voting-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.b-voting-list {
  list-style: none;
  margin: 0 0 12px;
}

.b-voting-list .b-voting-list-item {
  margin-bottom: 7px;
  padding: 2px 0;
  position: relative;
}

.b-voting-list .b-voting-list-item .b-voting-list-item-fill {
  background: #fcd2d2;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.b-voting-list .b-voting-list-item .b-voting-list-item-value {
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 2px;
}

.b-voting-list .b-voting-list-item .b-voting-list-item-key {
  display: block;
  margin-left: 30px;
  position: relative;
}

/* advert */
.b-advert-item {
  margin-bottom: 20px;
}

.b-advert-item img {
  display: block;
}

.b-advert-item .b-banner-image {
  margin: 0 auto;
}

/* recent */
.b-recent-pic {
  margin-bottom: 12px;
  position: relative;
}

.b-recent-pic img {
  display: block;
}

.b-recent-title-link {
  display: block;
}

.b-recent-photo .b-recent-pic .g-spread {
  opacity: 1;
}

.p-lite .b-recent-video .b-recent-title {
  margin-bottom: 14px;
}

/* infographics */
.b-infographics {
  padding-left: 46px;
  position: relative;
}

.b-infographics.b-infographics-without-image {
  padding-left: 0;
}

.b-infographics .b-infographics-pic {
  left: 0;
  position: absolute;
  top: 3px;
}

.b-infographics .b-infographics-title-link {
  color: #222;
}

/* social links */
.b-social-side {
  margin: 46px 0 0;
  position: relative;
  z-index: 10;
}

.b-social-side-alone {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 14px;
}

.b-social-side .b-social-side-list {
  background: #fff;
  height: 25px;
  left: 50%;
  margin-left: -107px;
  padding: 0 1px;
  position: absolute;
  top: -11px;
  z-index: 10;
}

.b-social-side .b-social-side-link {
  background: url(../i/i-social-side.png?1) no-repeat;
  display: inline-block;
  height: 25px;
  left: 5px;
  margin: 0 4px;
  text-indent: -1000em;
  top: 0;
  width: 25px;
}

.b-social-side .b-social-side-link-tw {
  background-position: 0 0;
}

.b-social-side .b-social-side-link-fb {
  background-position: 0 -25px;
}

.b-social-side .b-social-side-link-vk {
  background-position: 0 -50px;
}

.b-social-side .b-social-side-link-yt {
  background-position: 0 -75px;
}

.b-social-side .b-social-side-link-lj {
  background-position: 0 -100px;
}

.b-social-side .b-social-side-link-is {
  background-position: 0 -125px;
}

/* side news */
.b-snews {
  border-color: #750000;
  border-style: solid;
  border-width: 4px 1px;
  padding: 20px 8px 12px 12px;
  position: relative;
}

.b-snews-list {
  list-style: none;
  margin: 0 0 12px;
}

.b-snews-list .b-snews-list-item {
  font-weight: bold;
  margin-bottom: 8px;
}

.b-snews-list .b-snews-list-item-link {
  color: #750000;
  display: block;
}

.b-snews-date-title {
  font-size: 9px;
  margin-bottom: 2px;
}

.b-snews-time-list {
  list-style: none;
  margin: 0;
}

.b-snews-time-list .b-snews-time-list-item {
  margin-bottom: 10px;
}

.b-snews-time-list .b-snews-time-list-item-time {
  color: #750000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

/* twee news */
.b-twee-news-list {
  list-style: none;
  margin: 0;
}

.b-twee-news-list .b-twee-news-list-item {
  margin-bottom: 6px;
}

.b-twee-news-list .b-twee-news-list-item a {
  color: #222;
}

.b-twee-news a[href*="search/%23NG"] {
  color: #750000;
}

/* in regions */
.b-regions-side-list {
  list-style: none;
  margin: 0 0 12px;
}

.b-regions-side-list .b-regions-side-list-item {
  font-size: 13px;
  margin-bottom: 8px;
}

.b-regions-side-list .b-regions-side-list-item-link {
  color: #222;
}

/* help */
.b-help-list {
  list-style: none;
  margin: 0;
}

.b-help-list .b-help-list-item {
  margin-bottom: 10px;
}

.b-help-list .b-help-list-item-title {
  font-size: 13px;
  margin-bottom: 12px;
}

.b-help-list .b-help-list-item-title-link {
  color: #222;
}

/* donate */
.b-donate {
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}

.b-donate .b-donate-link {
  background: url(../i/bg-donate.jpg) no-repeat;
  color: #fff;
  display: block;
  height: 120px;
  overflow: hidden;
  text-decoration: none;
  width: 195px;
}

.b-donate .b-donate-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 9px;
  text-transform: uppercase;
}

.b-donate .b-donate-theme {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 11px;
}

.b-donate .b-donate-theme-name {
  font-size: 11px;
}

.b-donate .b-donate-descr {
  display: block;
}

.p-lite .b-donate {
  text-shadow: none;
}

.p-lite .b-donate .b-donate-link {
  color: #222;
  background: url(../i/bg-donate-lite.png) 50% 50% no-repeat;
  border: 1px solid #d2d2d2;

  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* column leaders */
.b-leaders-list {
  list-style: none;
  margin: 0;
}

.b-leaders-list .g-vcentered-list-item {
  min-height: 34px;
}

.b-leaders-list .g-vcentered-list-item-pic {
  height: 34px;
  margin-right: 7px;
  position: relative;
  width: 34px;
}

.b-leaders-list .g-vcentered-list-item-pic-img {
  display: block;
}

.b-leaders-list .g-vcentered-list-item-pic-overlay {
  background: url(../i/bg-face-overlay_34x34.png) no-repeat;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

.b-leaders-list .g-vcentered-list-item-title-link {
  color: #222;
}

/* side investigations */
.b-invest-side .b-invest-side-item {
  margin-bottom: 10px;
}

.b-invest-side .b-invest-side-item-title {
  font-weight: bold;
}

.b-invest-side .b-invest-side-item-title-link {
  color: #750000;
}

.b-invest-side .b-invest-side-item-date {
  color: #666;
}

/* side interviews */
.b-interview-side-item {
  margin-bottom: 15px;
}

.b-interview-side-item .b-interview-side-item-head {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}

.p-lite .b-interview-side-item .b-interview-side-item-head {
  padding-left: 0;
}

.b-interview-side-item .b-interview-side-item-head .b-interview-side-item-head-pic {
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.b-interview-side-item .b-interview-side-item-head .b-interview-side-item-head-date {
  color: #808080;
  position: relative;
  top: -3px;
}

.b-interview-side-item .b-interview-side-item-head .b-interview-side-item-head-title {
  font-size: 13px;
  font-weight: bold;
}

.b-interview-side-item .b-interview-side-item-head .b-interview-side-item-head-title-link {
  display: block;
}

.b-interview-side-item p {
  margin-bottom: 2px;
}

/* side editor's choice */
.b-editors-side-list .g-vcentered-list-item-title-link {
  color: #750000;
}

/* side person */
.b-person-side .b-person-side-pic {
  display: block;
  height: 128px;
  margin-bottom: 10px;
  padding: 1px;
  position: relative;
  width: 128px;
}

.b-person-side .b-person-side-pic .b-person-side-pic-img {
  display: block;
}

.b-person-side .b-person-side-pic .b-person-side-pic-overlay {
  background: url(../i/bg-face-overlay_130x130.png) no-repeat;
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
}

.b-person-side .b-person-side-title {
  font-size: 13px;
  font-weight: bold;
}

.b-person-side .b-person-side-title .b-person-side-title-link {
  color: #222;
}

.b-person-side .b-person-side-trade {
  color: #676767;
  margin-bottom: 12px;
}

.b-person-side .b-person-side-related-title {
  color: #666;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}

.b-person-side .b-person-side-related-list {
  list-style: none;
  margin: 0 0 12px;
}

.b-person-side .b-person-side-related-list .b-person-side-related-list-item {
  font-weight: bold;
  margin-bottom: 8px;
}

.b-person-side .b-person-side-related-list .b-person-side-related-list-item-link {
  display: block;
}

.b-person-side .b-interviewer-footer {
  margin-bottom: 10px;
}

/* author's board */
.b-author-board .b-author-board-pic {
  display: block;
  height: 128px;
  margin-bottom: 10px;
  padding: 1px;
  position: relative;
  width: 128px;
}

.b-author-board .b-author-board-pic .b-author-board-pic-img {
  display: block;
}

.b-author-board .b-author-board-pic .b-author-board-pic-overlay {
  background: url(../i/bg-face-overlay_130x130.png) no-repeat;
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
}

.b-author-board .b-author-board-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.b-author-board .b-author-board-name .b-author-board-name-link {
  color: #222;
}

.b-author-board .b-author-board-status {
  background: #f5f5f5;
  border: 1px solid #cecece;
  margin-bottom: 15px;
  position: relative;

  -moz-border-radius: 3px;
  border-radius: 3px;
}

.b-author-board .b-author-board-status:before {
  content: url(../i/bg-author-board-status.png);
  height: 14px;
  margin: -14px 0 0 110px;
  position: absolute;
  width: 14px;
}

.b-author-board .b-author-board-status .b-author-board-status-text {
  padding: 7px 9px;
}

.b-author-board .b-author-board-status .b-author-board-status-links {
  border-top: 1px solid #cecece;
  height: 16px;
  position: relative;
}

.b-author-board .b-author-board-status .b-author-board-status-links-item {
  background: url(../i/i-author-board-status-links.png);
  height: 16px;
  position: absolute;
  text-indent: -1000em;
  width: 17px;
}

.b-author-board .b-author-board-status .b-author-board-status-links-edit {
  left: 35px;
}

.b-author-board .b-author-board-status .b-author-board-status-links-delete {
  background-position: 0 -16px;
  left: 76px;
}

.b-author-board .b-author-board-status-form {
  padding: 8px 4px;
  text-align: center;
}

.b-author-board .b-author-board-status-form textarea {
  height: 42px;
  margin-bottom: 4px;
  width: 100%;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-author-board .b-author-board-status-form .editor_cancel_link {
  padding-left: 5px;
}

.b-author-board .b-author-board-trade {
  color: #666;
  margin-bottom: 20px;
}

.b-author-board .b-author-board-trade .b-author-board-trade-title {
  margin-bottom: 6px;
}

.b-author-board .b-author-board-trade .b-author-board-trade-title-link {
  color: #666;
}

.b-author-board-menu {
  list-style: none;
  /*margin: 20px 0 0;*/
  margin: 0;
}

.b-author-board-menu .b-author-board-menu-item {
  margin-bottom: 10px;
}

.b-author-board-menu .b-author-board-menu-item-link {
  display: block;
  padding: 5px 2px;
}

.b-author-board-menu .b-author-board-menu-item-link-messages {
  background: url(../i/i-author-board-menu-item-link-messages.png) no-repeat 100% 2px;
  margin-left: 5px;
  padding-right: 16px;
}

.b-author-subscriptions-list {
  list-style: none;
  margin: 0;
}

.b-author-subscriptions-list .b-author-subscriptions-list-item {
  font-size: 13px;
}

.b-author-subscriptions-list .b-author-subscriptions-list-item .b-author-subscriptions-list-item-link {
  color: #222;
}

/* investigation help */
.b-askforhelp .b-askforhelp-big {
  font-size: 13px;
}

.b-askforhelp .b-askforhelp-big .b-askforhelp-help {
  cursor: pointer;
  vertical-align: -4px;
}

.b-askforhelp .b-askforhelp-button {
  display: block;
  margin: 3px 0 6px;
  padding-right: 35px;
  position: relative;
}

.b-askforhelp .b-askforhelp-button .b-askforhelp-button-dl {
  background: url(../i/bg-askforhelp-button-dl.png) no-repeat;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 11px;
}

.b-askforhelp .b-askforhelp-biglink {
  color: #750000;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/* investigation participants */
.b-participants .b-participants-list {
  list-style: none;
  margin: 0 0 8px;
}

.b-participants .b-participants-list .b-participants-list-item {
  margin-bottom: 5px;
}

.b-participants .b-participants-list .b-participants-list-item .b-participants-list-item-link {
  color: #222;
  font-weight: bold;
}

.b-participants .b-participants-notice {
  color: #666;
  font-style: italic;
  font-weight: bold;
}

.b-participants .b-participants-footer {
  margin-top: 20px;
}

/* investigators */
.b-investigators .b-investigators-list {
  list-style: none;
  margin: 0;
}

.b-investigators .b-investigators-list .b-investigators-list-item {
  margin-bottom: 12px;
  padding-top: 6px;
  text-align: center;
}

.p-lite .b-investigators .b-investigators-list .b-investigators-list-item {
  margin-bottom: 14px;
  padding-top: 0;
  text-align: left;
}

.b-investigators .b-investigators-list .b-investigators-list-item .b-investigators-list-item-pic {
  background-repeat: no-repeat;
  display: block;
  height: 68px;
  margin: 0 auto 6px;
  position: relative;
  width: 68px;
}

.b-investigators .b-investigators-list .b-investigators-list-item .b-investigators-list-item-pic-img {
  display: block;
}

.b-investigators .b-investigators-list .b-investigators-list-item .b-investigators-list-item-pic-overlay {
  background: url(../i/bg-face-overlay_68x68.png) no-repeat;
  display: block;
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 68px;
}

.b-investigators .b-investigators-list .b-investigators-list-item .b-investigators-list-item-link {
  color: #222;
  font-weight: bold;
}

/* investigation upcoming */
.b-upcoming .b-upcoming-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}

.b-upcoming .b-upcoming-title .b-upcoming-title-link {
  color: #750000;
}

.b-upcoming .b-upcoming-footer {
  margin-top: 18px;
}

.b-upcoming .b-upcoming-button {
  display: block;
}

/* current issue viewer */
.b-issue-current {
  position: relative;
}

.b-issue-current .b-issue-current-item {
  position: relative;

  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.b-issue-current .b-issue-current-item .b-issue-current-item-pic {
  display: block;
}

.b-issue-current .b-issue-current-item .b-issue-current-item-overlay {
  background: url(../i/bg-issue-current-item-overlay.png) no-repeat 50% 100%;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-issue-current .b-issue-current-item .b-issue-current-item-control {
  background: url(../i/i-prev.png) no-repeat 50% 51%;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.b-issue-current .b-issue-current-item .b-issue-current-item-control-next {
  background-image: url(../i/i-next.png);
  left: auto;
  right: 0;
}

.b-issue-current .b-issue-current-count {
  color: #666;
  font-style: italic;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
}

/* other issues */
.b-issue-other {
}

.b-issue-other .b-issue-other-item {
  float: left;
  margin-top: 5px;
  width: 60px;
  text-align: center;
}

.b-issue-other .b-issue-other-item-right {
  float: right;
}

.b-issue-other .b-issue-other-item .b-issue-other-item-pic {
  display: block;
  margin-bottom: 8px;

  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.b-issue-other .b-issue-other-item .b-issue-other-item-link {
  color: #222;
}

/* memory pages side */
.b-memory-side-list .g-vcentered-list-item .g-vcentered-list-item-title {
  font-size: 13px;
  font-weight: normal;
}

.b-memory-side-list .g-vcentered-list-item .g-vcentered-list-item-title .g-vcentered-list-item-title-link {
  color: #222;
}

/* === Main content styles === */

.g-content {
  font-size: 13px;
}

/* editor's choice */
.b-editors {
  margin-bottom: 24px;
}

.b-editors .b-editors-item {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.b-editors .b-editors-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.b-editors .g-views {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

.b-editors .b-editors-item-folded .g-views {
  display: none;
}

.b-editors .b-editors-item .b-editors-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.b-editors .b-editors-item .b-editors-item-brief-link {
  color: #222222;
  text-decoration: none;
}

.b-editors .b-editors-item-folded .b-editors-item-title {
  margin-bottom: 8px;
}

.b-editors .b-editors-item-folded .g-content {
  display: none;
}

.b-editors .b-editors-item .b-editors-item-pic {
  float: right;
  margin: 0 0 12px 20px;
}

.b-editors .b-editors-item .b-editors-item-author-link {
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}

.b-editors .b-editors-item .b-editors-item-author-position {
  color: #666666;
  font-size: 11px;
  padding-left: 5px;
}

/* columns */
.b-columns {
  margin-bottom: 20px;
}

.b-columns-row {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.b-columns-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-english .b-columns-row:first:child {
  border-bottom: none;
  padding-bottom: 0;
}

.b-columns-block {
  float: left;
  width: 270px;
}

.b-columns-block:last-child {
  float: right;
  width: 280px;
}

.b-columns-block .b-columns-block-item {
  margin-bottom: 12px;
}

.b-columns-block .b-columns-block-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

.b-columns-block .b-columns-block-item-title-with-subtitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.b-columns-block .b-columns-block-item-title-with-subtitle-link {
  display: block;
}

.b-columns-block .b-columns-block-item-preview-block {
  margin-bottom: 12px;
}

.b-columns-block .b-columns-block-item-date {
  color: #808080;
}

.b-columns-block .b-columns-block-item-subtitle,
.b-columns-block .b-columns-block-item-subtitle-link {
  color: #4c4c4c;
  display: block;
}

.b-columns-block .b-columns-block-item-pic {
  float: left;
  margin: 0 11px 12px 0;
}

.b-columns-block-author {
  background: #e7e7e7;
  float: right;
  padding: 5px 10px 8px;
  width: 260px !important;
}

.b-columns-block-author .b-columns-block-item {
  border-bottom: 1px dotted #fff;
  margin: 0 -8px 16px;
  padding: 0 8px 16px;
}

.b-columns-block-author .b-columns-block-footer {
  margin-top: -8px;
}

.b-columns-block-author .b-columns-block-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

.p-lite .b-columns-block-author .b-columns-block-item-title {
  font-size: 14px;
}

.b-columns-block-author .b-columns-block-item-title-link {
  color: #222;
}

.b-columns-block-author .b-columns-block-item-pic {
  height: 78px;
  margin: 0 8px 12px 0;
  position: relative;
  width: 78px;
}

.b-columns-block-author .b-columns-block-item-pic .b-columns-block-item-img {
  display: block;
}

.b-columns-block-author .b-columns-block-item-pic .b-columns-block-item-pic-overlay {
  background: url(../i/bg-face-overlay_78x78_grey.png) no-repeat;
  height: 78px;
  left:  0;
  position: absolute;
  top: 0;
  width: 78px;
}

.b-columns-block-author .b-columns-block-item-descr {
  margin-bottom: 12px
}

.b-columns-block-author .b-columns-block-item-quote {
  clear: both;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
}

.b-columns-block-author .b-columns-block-item-quote-link {
  display: block;
}

/* investigations */
.b-invest {
}

.b-invest-main {
  float: left;
  width: 420px;
}

.b-invest-other {
  float: right;
  width: 280px;
}

.b-invest-main .b-invest-main-item-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.b-invest-main .b-invest-main-item-title-link {
  color: #750000;
}

/* investigation progress */
.b-timeline {
  height: 150px;
  position: relative;
}

.b-timeline-wrapper {
  height: 96px;
  margin: 0 35px;
  overflow: hidden;
  position: relative;
}

.b-timeline-title {
  color: #666;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 3px;
}

.b-timeline-line {
  border-top: 1px solid #750000;
  border-bottom: 1px solid #d5b2b2;
  height: 0;
  position: relative;
  top: 35px;
  /*width: 380px;*/
}

.b-timeline-year {
  left: 0;
  position: absolute;
  top: 0;
}

.b-timeline-button {
  background: #fff url(../i/i-play.png) no-repeat;
  cursor: pointer;
  height: 38px;
  left: 0;
  margin-left: -5px;
  position: absolute;
  top: 36px;
  width: 40px;
  z-index: 5;
}

.b-timeline-button.b-timeline-button-stop {
  background: #fff url(../i/i-stop.png) no-repeat;
}

.b-timeline-year-begin {
  color: #818181;
  left: 0;
  position: absolute;
  top: -23px;
  z-index: 10;
}

.b-timeline-year-begin:after {
  background: #aaa;
  content: '';
  height: 4px;
  margin: 20px 0 0 -24px;
  position: absolute;
  width: 1px;
}

.b-timeline-point {
  background: url(../i/bg-timeline-point.png) no-repeat;
  height: 4px;
  position: absolute;
  top: -2px;
  width: 4px;
  z-index: 11;
}

.b-timeline-point-small {
  cursor: pointer;
}

.b-timeline-point-big {
  background-image: url(../i/bg-timeline-point-big.png);
  height: 6px;
  top: -3px;
  width: 6px;
}

.b-timeline-tip {
  display: none;
  position: absolute;
  z-index: 12;
}

.b-timeline-point-footnote .b-timeline-tip {
  top: 10px;
  width: 150px;
}

.b-timeline-point-tooltip .b-timeline-tip {
  background: #fff;
  border: 1px solid #750000;
  bottom: 11px;
  cursor: default;
  margin-left: -78px;
  padding: 5px 8px;
  top: auto;
  width: 142px;

  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.b-timeline-point-small:hover .b-timeline-tip,
.b-timeline-point-footnote .b-timeline-tip {
  display: block;
}

.b-timeline-tip .b-timeline-tip-date {
  color: #818181;
}

.b-timeline-tip .b-timeline-tip-decor {
  background: url(../i/bg-timeline-tip-decor.png);
  bottom: -6px;
  display: none;
  font-size: 0;
  height: 7px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
}

.b-timeline-point-tooltip .b-timeline-tip .b-timeline-tip-decor {
  display: block;
}
/*
.b-timeline-point-remote .b-timeline-tip {
  top: 60px;
}
*/
.b-timeline-point-remote .b-timeline-tip .b-timeline-tip-decor {
  background: none;
  border-left: 1px solid #dadada;
  bottom: auto;
  display: block;
  height: 50px;
  left: 2px;
  margin: -1px 0 0 0;
  top: -50px;
  width: 1px;
}

.b-timeline-control {
  background: url(../i/bg-timeline-control.png) no-repeat;
  cursor: pointer;
  height: 28px;
  left: 10px;
  position: absolute;
  top: 54px;
  width: 28px;
}

.b-timeline-control-next {
  background-position: -28px 0;
  left: auto;
  right: 10px;
}

.b-timeline-control-prev.b-timeline-control-disabled {
  background-position: -28px 0;
  cursor: default;
}

.b-timeline-control-next.b-timeline-control-disabled {
  background-position: -28px -28px;
  cursor: default;
}

.b-timeline-overlay {
  background: url(../i/bg-timeline-overlay.png) no-repeat -15px 0;
  height: 2px;
  left: 0;
  position: absolute;
  top: 65px;
  width: 15px;
}

.b-timeline-overlay-next {
  background-position: 0 0;
  left: auto;
  right: 0;
}

/* single investigation */
.b-investigation {
  background: #edf6fb;
/*  height: 225px; */
  margin-bottom: 35px;
  position: relative;
}

.b-investigation .b-investigation-header {
  left: 0;
  padding: 18px 15px 0;
  position: absolute;
  top: 0;
  width: 910px;
}

.b-investigation .b-investigation-footer {
  background: #dae7ef;
  border-top: 1px solid #aeb9bf;
  padding: 18px 15px 10px;
/*
  bottom: 0;
  left: 0;
  position: absolute;
  width: 910px;
  */
}

.b-investigation .b-investigation-footer .b-investigation-footer-title-notitle {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.b-investigation .b-investigation-footer .b-investigation-footer-title-notitle .b-investigation-footer-title-notitle-link {
  color: #222;
}

.b-investigation .b-timeline {
  height: 167px;
}

.b-investigation .b-timeline .b-timeline-line {
  left: 15px;
  right: auto;
  top: 65px;
  width: 910px;
}

/* all investigations */
.b-investigation-all,
.b-investigation-all .b-timeline,
.b-investigation-all .b-timeline-wrapper {
  height: 96px;
}

.b-investigation-list {
  list-style: none;
  margin: 0 0 42px;
}

.b-investigation-list .b-investigation-list-item {
  margin-bottom: 14px;
}

.b-investigation-list .b-investigation-list-item .b-investigation-list-item-date {
  color: #818181;
}

.b-investigation-list .b-investigation-list-item .b-investigation-list-item-link {
  color: #222;
}

.b-investigation-item-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.b-investigation-item-footer .b-investigation-item-footer-name {
  color: #666;
  font-weight: bold;
}

.b-investigation-item-footer p {
  margin-bottom: 6px;
}

.b-invest-other .b-invest-other-header-title {
  color: #666;
  font-style: italic;
  font-weight: bold;
  margin: -15px 0 3px;
}

.b-invest-other .b-invest-other-item {
  margin-bottom: 10px;
}

.b-invest-other .b-invest-other-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.b-invest-other .b-invest-other-item-title-link {
  color: #750000;
}

.b-invest-other .b-invest-other-item-date {
  color: #7f7f7f;
}

.b-invest-other .b-invest-other-footer {
  margin-top: 12px;
}

/* experts */
.b-experts {
  overflow: hidden;
  position: relative;
}

.p-lite .b-experts {
  border: 1px solid #d1d1d1;
  padding: 15px;
}

.b-experts-list {
  list-style: none;
  margin: 0 0 0 -28px;
  width: 1000em;
}

.g-dark .b-experts-list {
  margin-left: -18px;
}

.b-experts-list .b-experts-list-item {
  float: left;
  margin-left: 35px;
  padding-left: 62px;
  position: relative;
  width: 158px;
}

.g-dark .b-experts-list .b-experts-list-item {
  margin-left: 20px;
}

.p-lite .b-experts-list .b-experts-list-item {
  padding-left: 0;
  width: 220px;
}

.b-experts-list .b-experts-list-item-face {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.b-experts-list .b-experts-list-item-face-img {
  display: block;
}

.b-inset .b-experts-list .b-experts-list-item-face {
  left: 2px;
}

.b-experts-list .b-experts-list-item-face-overlay {
  background: url(../i/bg-face-overlay_50x50.png) no-repeat;
  height: 58px;
  left: -4px;
  position: absolute;
  top: -2px;
  width: 58px;
}

.g-dark .b-experts-list .b-experts-list-item-face-overlay {
  background-image: url(../i/bg-face-overlay_50x50_dark.png);
}

.b-experts-list .b-experts-list-item-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.p-lite .b-experts-list .b-experts-list-item-name {
  margin-bottom: 10px;
}

.b-experts-list .b-experts-list-item-name .b-experts-list-item-name-link {
  color: #222;
}

.g-dark .b-experts-list .b-experts-list-item-name .b-experts-list-item-name-link {
  color: #fff;
}

.p-lite .b-experts-list .b-experts-list-item-trade {
  margin-bottom: 7px;
  position: relative;
  z-index: 6;
}

.b-experts-list .b-experts-list-item-quote {
  border: 1px solid #d0d0d0;
  font-style: italic;
  margin: 0 0 5px -6px;
  padding: 4px 6px;
  position: relative;
  z-index: 5;

  -moz-border-radius: 3px;
  border-radius: 3px;
}

.b-experts-list .b-experts-list-item-quote a {
  text-decoration: none;
}

.b-experts-list .b-experts-list-item-quote a:hover {
 text-decoration: underline;
}

.g-dark .b-experts-list .b-experts-list-item-quote {
  background: #4b4b4b;
  border-color: #4b4b4b;
}

.p-lite .b-experts-list .b-experts-list-item-quote {
  background: #d0d0d0;
  border-color: #d0d0d0;
}

.b-experts-list .b-experts-list-item-quote .decor {
  background: url(../i/i-experts-decor.png) no-repeat;
  height: 15px;
  left: -14px;
  position: absolute;
  top: 2px;
  width: 14px;
}

.g-dark .b-experts-list .b-experts-list-item-quote .decor {
  background-image: url(../i/i-experts-decor-dark.png);
}

.p-lite .b-experts-list .b-experts-list-item-quote .decor {
  background: url(../i/i-experts-decor-lite.png) no-repeat;
  height: 13px;
  left: auto;
  right: 7px;
  top: -14px;
}

.b-experts.b-inset {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.b-experts .sl-button {
  top: 100px;
}

/* blog */
.b-blog {
  float: left;
  width: 392px;
  padding: 12px 12px 8px 16px;
  background: url(../i/bg-lj-blog.jpg) no-repeat center top;
}

.b-blog .b-blog-header {
  margin-bottom: 20px;
  min-height: 49px;
  position: relative;
}

.b-blog .b-blog-header-title {
  background: url(../i/bg-blog-title.png) no-repeat;
  height: 49px;
  left: 0;
  position: absolute;
  text-indent: -1000em;
  top: 0;
  width: 102px;
}

.b-blog .b-blog-header-options {
  margin-left: 155px;
}

.b-blog .b-blog-header-options a {
  color: #626262;
}

.b-blog .b-blog-item {
  margin-bottom: 10px;
}

.b-blog .b-blog-item .b-blog-item-meta {
  color: #808080;
  margin-bottom: 0;
}

.b-blog .b-blog-item-main .b-blog-item-title {
  font-size: 13px;
  font-weight: bold;
}

.b-blog .b-blog-footer {
  margin-top: 15px;
}

/* mailbox */
.b-mailbox-banner {
  float: right;
  padding: 0;
  width: 240px;
  min-height: 400px;
}

.b-mailbox {
  background: #f2f2f2 url(../i/bg-mailbox.png) no-repeat;
  float: right;
  padding: 12px 12px 0 16px;
  width: 252px;
}

.l-side-column-2 .b-mailbox {
  background: none;
  float: none;
  width: auto;
  padding: 0;
}

.l-side-column-2 .b-mailbox .b-mailbox-inner {
  background: #f2f2f2 url(../i/bg-mailbox-sidebar.png) no-repeat;
  padding: 8px;
}

.l-side-column-2 .b-mailbox .b-mailbox-inner p {
  margin-bottom: 0;
}

.l-side-column-2 .b-mailbox .b-mailbox-footer {
  margin: 10px 0 0 0;
  padding: 0;
}

.p-lite .b-mailbox {
  background: none;
  padding: 0;
  width: 280px
}

.b-mailbox .b-mailbox-item {
  color: #626262;
  margin-bottom: 10px;
}

.b-mailbox .b-mailbox-item .b-mailbox-item-title {
  font-weight: bold;
}

.b-mailbox .b-mailbox-item .b-mailbox-item-title-link {
  display: block;
}

.b-mailbox .b-mailbox-footer {
  border-top: 1px dotted #fff;
  margin: 15px -12px 0 -16px;
  padding: 8px 12px 8px 16px;
}

/* photo reports */
.b-photo-report {
  overflow: hidden;
  position: relative;
}

.b-photo-report .b-photo-report-header-title-link {
  text-decoration: none;
}

.p-lite .b-photo-report {
  border: 1px solid #d1d1d1;
  padding: 15px;
}

.b-photo-report-header {
  position: relative;
  z-index: 20;
}

.b-photo-report-list {
  list-style: none;
  margin: 0;
  width: 1000em;
}

.b-photo-report-list .b-photo-report-list-item {
  float: left;
  margin-right: 20px;
  width: 110px;
}

.b-photo-report-list .b-photo-report-list-item-pic {
  border: 1px solid #b5b5ad;
  height: 75px;
  margin-bottom: 12px;
  position: relative;
  width: 100px;

  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -pie-box-shadow: 0 2px 5px rgba(25, 25, 25, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.p-lite .b-photo-report-list .b-photo-report-list-item-pic {
  border: none;

  -moz-box-shadow: none;
  -pie-box-shadow: none;
  box-shadow: none;
}

.b-photo-report-list .b-photo-report-list-item-pic a {
  text-decoration: none;
}

.b-photo-report-list .b-photo-report-list-item-pic img {
  display: block;
}

.b-photo-report-list .b-photo-report-list-item-title {
  margin-bottom: 5px;
}

.b-photo-report-list .b-photo-report-list-item-title-link {
  display: block;
}

.p-lite .b-photo-report-list .b-photo-report-list-item-title-link {
  color: #222;
}

/* most interesting */
.b-most-talk {
  float: left;
  width: 425px;
}

.b-most-read {
  float: right;
  width: 280px;
}

.b-most .b-most-item {
  margin-bottom: 10px;
}

.b-most .b-most-item .b-most-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.b-most .b-most-item .b-most-item-title-link {
  display: block;
}

.b-most-talk .b-most-item {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.b-most-talk .b-most-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.b-most-read .b-most-item .b-most-item-title {
  margin-bottom: 2px;
}

.b-most .b-most-item .b-most-item-comments {
  padding-left: 54px;
  position: relative;
  overflow: hidden;
}

.b-most .b-most-item .b-most-item-comments .b-most-item-comments-count {
  background: url(../i/i-comments-count.png) no-repeat 0 50%;
  left: 0;
  padding-left: 18px;
  position: absolute;
  top: 0;
}

.b-most .b-most-item .b-most-item-comments .b-most-item-comments-quote {
  width: 1000em;
}

.b-most .b-most-item .b-most-item-comments .b-most-item-comments-quote-author {
  color: #7f7f7f;
  font-style: normal;
}

.b-most .b-most-item .b-most-item-comments .fade {
  background: url(../i/bg-comments-fade.png) repeat-y;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  z-index: 15;
}

/* our authors */
.b-authors {
  overflow: hidden;
  position: relative;
}

.p-lite .b-authors {
  border: 1px solid #d1d1d1;
  padding: 15px;
}

.b-authors-header {
  position: relative;
  z-index: 20;
}

.b-authors-list {
  list-style: none;
  margin: 0;
  width: 1000em;
}

.b-authors-list .b-authors-list-item {
  float: left;
  margin-right: 20px;
  min-height: 89px;
  padding-left: 90px;
  position: relative;
  width: 130px;
}

.p-lite .b-authors-list .b-authors-list-item {
  min-height: 0;
  padding-left: 0;
  width: 220px;
}

.b-authors-list .b-authors-list-item .b-authors-list-item-face {
  height: 78px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 78px;
}

.b-authors-list .b-authors-list-item .b-authors-list-item-face-img {
  display: block;
}

.b-authors-list .b-authors-list-item .b-authors-list-item-face-overlay {
  background: url(../i/bg-face-overlay_78x78.png) no-repeat;
  height: 78px;
  left: 0;
  position: absolute;
  top: 0;
  width: 78px;
}

.g-dark .b-authors-list .b-authors-list-item .b-authors-list-item-face-overlay {
  background-image: url(../i/bg-face-overlay_78x78_dark.png);
  height: 86px;
  left: -4px;
  top: -2px;
  width: 86px;
}

.b-authors-list .b-authors-list-item .b-authors-list-item-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-lite .b-authors-list .b-authors-list-item .b-authors-list-item-name-link {
  color: #222;
}

.b-authors-list .b-authors-list-item .b-authors-list-item-trade {
  margin-bottom: 0;
}

/* friends */
.b-friends {
  float: left;
  margin-right: 25px;
  width: 130px;
}

.b-friends .b-friends-item {
  margin-bottom: 15px;
}

.b-friends .b-friends-link {
  background: no-repeat 50% 25%;
  color: #222;
  padding: 55px 5px 15px;
  text-align: center;
  width: 118px;
}

.b-friends .b-friends-link-es {
  background-image: url(../i/evening_standard.png);
}

.b-friends .b-friends-link-ti {
  background-image: url(../i/the_independent.png);
}

/* in english */
.b-in-english {
  float: left;
  width: 265px;
}

/* contacts */
.b-contacts {
  float: right;
  width: 280px;
}

.b-contacts .b-contacts-phone {
  font-size: 13px;
  margin-left: 13px;
}

/* title switch */
.title-switch {
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 4px 4px 3px;
  text-transform: uppercase;
}

.title-switch span {
  border-bottom: 1px dotted;
  cursor: pointer;
}

.title-switch a {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #222;
}

.title-switch-active {
  background: #e8e8e8;
}

.g-dark .title-switch-active {
  background: #000;
}

.title-switch-active span {
  border-bottom: none;
  cursor: default;
}

.title-switch-inactive span {
  border-bottom: none;
  color: #d0d0d0;
  cursor: default;
}

/* === Inner pages content === */

/* main title */
.b-title {
  margin-bottom: 12px;
}

.b-title-underlined {
  border-bottom: 1px solid #d0d0d0;
}

.b-title .b-title-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.b-title h2.b-title-name {
  font-size: 15px;
}

.b-title .b-title-name .g-views {
  float: right;
  line-height: 26px;
  margin-left: 5px;
}

.b-title h2.b-title-name .g-views {
  line-height: 20px;
}

.b-title .b-title-filter {
  font-size: 9px;
  line-height: 13px;
  margin: 0 0 20px -3px;
  position: relative;
}

.f-tsearch {
  margin-bottom: 18px;
  position: relative;
}

.f-tsearch .f-tsearch-label {
  display: none;
}

.f-tsearch .f-tsearch-field {
  background: url(../i/bg-tsearch.png) no-repeat;
  border: none;
  height: 12px;
  padding: 4px 5px 4px 27px;
  width: 455px;
}

.f-tsearch .f-tsearch-field:focus {
  outline: none;
}

.f-tsearch .f-tsearch-field.placeholder {
  color: #a9a9a9;
}

.f-tsearch input[type="submit"] {
  margin-left: 4px;
}

.b-title .b-title-aside {
  float: right;
  font-size: 11px;
  line-height: 18px;
}

.b-title .b-title-aside .b-title-aside-link {
  background-position: 0 2px;
  color: #222;
  display: inline-block;
}

.b-title .b-title-columnname .b-title-columnname-link {
  color: #222;
}

.b-title .b-title-description {
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 2px;
}

.b-title .b-title-meta {
  font-size: 11px;
}

.b-title .b-title-meta .b-title-meta-date {
  color: #818181;
  margin-right: 10px;
}

.b-title .b-title-meta .b-title-meta-tags {
  background: url(../i/i-title-meta-tags.png) no-repeat 0 1px;
  padding-left: 13px;
}

.b-title .b-title-meta .b-title-meta-tags-link {
  color: #222;
}

.b-title .b-title-lead {
  font-size: 13px;
  margin-bottom: 14px;
}

.b-title .b-title-summary {
  color: #666;
  font-size: 9px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* feed */
.b-feed-item {
  border-bottom: none !important;
  margin-bottom: 30px !important;
}

.b-feed-item .b-feed-item-head {
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
}

.b-feed-item .b-feed-item-head-date {
  color: #7f7f7f;
  font-size: 11px;
  position: absolute;
  text-align: right;
  width: 100px;
}

.b-feed-item-no-pic .b-feed-item-head-date,
.p-lite .b-feed-item .b-feed-item-head-date {
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: left;
  width: auto;
}

.b-feed-item .b-feed-item-head-title {
  margin-left: 110px;
}

.b-feed-item-no-pic .b-feed-item-head-title,
.p-lite .b-feed-item .b-feed-item-head-title {
  margin-left: 0;
}

.b-feed-item .b-feed-item-head-title .b-feed-item-head-title-link {
  font-size: 13px;
  font-weight: bold;
  margin-right: 6px;
}

.b-feed-item .b-feed-item-head-title .b-feed-item-head-title-column {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.b-feed-item .b-feed-item-content-el {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}

.b-feed-item .b-feed-item-content-el img {
  display: block;
}

.b-feed-item-reader .b-feed-item-head {
  margin-bottom: 12px;
}

.b-feed-item-reader .b-feed-item-head-title {
  margin-left: 0;
}

.b-feed-item-reader .b-messages {
  margin-top: 15px;
  margin-bottom: 0;
}

.b-feed-item-reader .b-feed-item-content .b-feed-item-date {
  color: #7f7f7f;
  font-size: 11px;
  margin-right: 7px;
}

/* votings */
.b-votings-item .b-feed-item-content {
  margin-left: 110px;
}

.b-votings-item .b-voting-list {
  margin-bottom: 0;
}

.b-votings-item .b-voting-list .b-voting-list-item {
  line-height: 18px;
  margin-bottom: 2px;
}

.b-votings-item .b-voting-list .b-voting-list-item .b-voting-list-item-key {
  margin-left: 0;
}

.b-votings-item .b-voting-list .b-voting-list-item .b-voting-list-item-value {
  left: -36px;
}

.b-votings-item-inactive .b-voting-list .b-voting-list-item .b-voting-list-item-key:before {
  content: '\2014';
  margin-left: -17px;
  position: absolute;
}

.b-votings-item-active .b-voting-list .b-voting-list-item .b-voting-list-item-key {
  border-bottom: 1px dotted;
  cursor: pointer;
  display: inline-block;
  line-height: 12px;
}

.b-voting-form {
  margin-top: 28px;
  width: 525px;
}

.b-voting-form-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 12px 40px;
}

.b-voters-list {
  list-style: none;
  margin-left: 0;
}

.b-voters-list .b-voters-list-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.b-voters-list .b-voters-list-item .b-voters-list-item-value {
  margin-right: 7px;
}

/* tags */
.b-tags {
  border: 1px solid #d0d0d0;
  margin: 18px 0 30px;
  position: relative;
}

.b-tags .b-tags-inner {
  background: url(../i/bg-tags.png) no-repeat 0 50%;
  line-height: 21px;
  margin: -1px;
  padding: 5px 5px 5px 25px;
  position: relative;
}

.b-tags .b-tags-title {
  display: inline;
  margin-right: 8px;
}

.b-tags .b-tags-link {
  color: #222;
  margin-right: 8px;
}

.b-tags .b-tags-link-selected {
  background: #e8e8e8 url(../i/i-tags-link-remove.png) no-repeat 92% 7px;
  font-weight: bold;
  margin: -3px 8px -3px 0;
  padding: 3px 27px 3px 6px;
  text-decoration: none;
}

.b-tags-notice {
  bottom: -18px;
  left: 0;
  position: absolute;
}

.b-tags-notice .b-tags-notice-link {
  color: #222;
}

.b-tags-simple {
  margin-bottom: 20px;
}

.b-tags-simple .b-tags-simple-link {
  color: #222;
}

/* pagination */
.b-pagination {
  line-height: 13px;
  margin-bottom: 32px;
  text-align: center;
}

.b-pagination a {
  color: #222;
}

.b-pagination span {
  color: #808080;
  cursor: default;
}

.b-pagination .b-pagination-page {
  font-weight: bold;
  padding: 0 3px;
}

.b-pagination .b-pagination-current {
  border: 1px solid #b2b2b2;
  color: #222;

  -moz-border-radius: 2px;
  border-radius: 2px;
}

.b-pagination .b-pagination-prev,
.b-pagination .b-pagination-next {
  margin: 0 3px;
}

/* related columns */
.b-related {
}

.b-related-section {
  float: left;
  width: 265px;
}

.b-related-section:last-child {
  float: right;
  width: 280px;
}

.b-related-section .b-related-section-header-title {
  color: #666;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}

/* search filter */
.b-filter-list {
  list-style: none;
  margin: 0;
}

.b-filter-list .b-filter-list-item {
  font-size: 13px;
  margin-bottom: 12px;
  position: relative;
}

.b-filter-list .b-filter-list-item-expanded {
  z-index: 2;
}

.b-filter-list .b-filter-list-item .b-filter-list-param {
  border-bottom: 1px dotted;
  cursor: pointer;
}

.b-filter-list .b-filter-list-item .b-filter-list-el {
  font-weight: bold;
}

.b-filter-list .b-filter-list-item .b-filter-list-el-chosen {
  color: #750000;
}

.b-filter-list .b-filter-list-item .b-filter-list-el .b-filter-list-el-remove {
  cursor: pointer;
  margin-left: -1px;
}

.b-filter-vars {
  background: #fff;
  border: 1px solid #750000;
  font-size: 11px;
  left: -11px;
  position: absolute;
  top: -6px;
  width: 142px;
  z-index: 100;

  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 10px rgba(150, 150, 150, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.b-filter-vars .b-filter-vars-param {
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0 5px 10px;
}

.b-filter-vars .b-filter-vars-list {
  border-top: 1px solid #d0d0d0;
  max-height: 200px;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding-bottom: 5px;
}

.b-filter-vars .b-filter-vars-list .b-filter-vars-list-item {
  cursor: pointer;
  padding: 4px 8px 4px 25px;
}

.b-filter-vars .b-filter-vars-list .b-filter-vars-list-item:hover {
  background-color: #f6f6f6;
}

.b-filter-vars .b-filter-vars-list .b-filter-vars-list-item-selected {
  background: url(../i/bg-filter-vars-list-item-selected.png) no-repeat 8px 6px;
  color: #750000;
  font-weight: bold;
}

.b-filter-vars .b-filter-vars-search-input {
  width: 120px;
}

.b-filter-range {
  font-size: 13px;
  padding: 6px;
}

.b-filter-range .b-filter-range-link {
  color: #222;
}

/* datepicker */
.b-calendar {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.b-calendar-inner {
  padding: 10px 0 10px 2px;
}

.b-calendar .b-calendar-submit {
  margin-bottom: 10px;
  text-align: center;
}

.b-calendar .b-calendar-submit .b-calendar-submit-button {
  width: 130px;
}

/* online conferences list */
.b-conferences {
  margin: -35px 0 32px -40px;
  word-spacing: -0.5em;
}

.b-conferences .b-conferences-item {
  display: inline-block;
  margin: 35px 0 0 40px;
  vertical-align: top;
  width: 160px;
  word-spacing: normal;
}

.b-conferences .b-conferences-item-pic {
  display: block;
  margin-bottom: 8px;
}

.b-conferences .b-conferences-item-meta {
  color: #808080;
  margin-bottom: 4px;
}

.b-conferences .b-conferences-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* article */
.b-article {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
}

.b-article table tr td {
  padding: 5px;
}

.b-article img {
  max-width: 100%;
}

.b-media {
  margin: 15px 0 12px;
}

.b-media-content {
  text-align: center;
}

.b-media-caption {
  font-size: 11px;
  font-style: italic;
  margin-left: 40px;
}

.b-media-control {
  font-size: 11px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.b-media-control .b-media-control-subs-link {
  color: #750000;
  font-weight: bold;
}

.b-media-control .b-media-control-lang {
  position: absolute;
  right: 0;
  top: 15px;
}

.b-media-control .b-media-control-lang .b-media-control-lang-link {
  color: #666;
  font-weight: bold;
  margin: 0 2px 0 4px;
}

.b-media-control .b-media-control-lang .b-media-control-lang-link-active {
  border-bottom: none;
  color: #222;
  cursor: default;
}

.b-inset {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 15px 0 15px 40px;
  padding: 15px 0;
}

.b-inset .b-inset-first {
  color: #676767;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.b-inset p:last-child {
  margin-bottom: 0;
}

.b-inset .b-feed-item {
  margin-bottom: 0 !important;
}

.b-inset-bytheway {
  font-size: 15px;
  line-height: 18px;
}

.b-inset-bytheway a {
  color: #222;
}

.b-inset-related a {
  color: #750000;
  font-weight: bold;
}

.b-inset-person {
  font-size: 18px;
  line-height: 18px;
}

.b-inset-person .b-inset-person-pic {
  float: left;
  margin-right: 12px;
}

.b-article-accent {
  font-size: 18px;
  line-height: 23px;
  margin-left: 40px;
}

.b-share {
  margin-bottom: 18px;
}

.b-share .b-share-row {
  display: table;
  margin-bottom: 12px;
}

.b-share .b-share-row .b-share-item {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
}

.b-share .b-share-row .fb-like {
  overflow: hidden;
  width: 460px;
}

.b-online-time {
  font-weight: bold;
  float: left;
  padding-right: 5px;
}



/* Comments */
.b-comments-header-title-link {
  color: #666;
}

/* Related lists */
.b-related-header .b-related-header-title-link {
  color: #750000;
}

.b-related-list {
  letter-spacing: -0.5em;
  margin: -32px 0 32px -20px;
  word-spacing: -0.5em;
}

.b-related-list .b-related-list-item {
  display: inline-block;
  letter-spacing: 0;
  margin: 32px 0 0 20px;
  vertical-align: top;
  word-spacing: normal;
}

.b-related-list .b-related-list-item-link {
  display: block;
}

.b-related-list .b-related-list-item .b-related-list-item-pic a {
  text-decoration: none;
}

.b-related-list .b-related-list-item .b-related-list-item-meta {
  color: #808080;
  margin-top: 6px;
}

.b-related-list .b-related-list-item-author,
.b-related-list .b-related-list-item-subtitle {
  display: block;
  color: #4C4C4C;
  font-size: 11px;
  font-weight: normal;
}

.b-related-list .b-related-list-item-author-link,
.b-related-list .b-related-list-item-subtitle-link {
  color: #4C4C4C;
}

.b-related-list-size2 .b-related-list-item {
  font-size: 13px;
  font-weight: bold;
  width: 265px;
}

.b-related-list-size2 .b-related-list-item .b-related-list-item-pic {
  float: left;
  margin: 0 12px 5px 0;
  width: 100px;
}

.b-related-list-size3 .b-related-list-item {
  font-size: 13px;
  font-weight: bold;
  width: 175px;
}

.b-related-list-named .b-related-list-item {
  font-size: 11px;
}

.b-related-list-named .b-related-list-item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.b-related-list-named .b-related-list-item-title .b-related-list-item-title-link {
  color: #750000;
}

.b-related-list-size4 {
  margin-left: -15px;
}

.b-related-list-size4 .b-related-list-item {
  margin-left: 15px;
  width: 130px;
}

.b-related-list-size4 .b-related-list-item .b-related-list-item-pic {
  margin-bottom: 15px;
  position: relative;
}

.b-related-list-size4 .b-related-list-item .b-related-list-item-pic img {
  display: block;
}

.b-related-list-width100 {
  margin-left: -55px;
}

.b-related-list-width100 .b-related-list-item {
  margin-left: 55px;
  width: 100px;
}

.b-related-list-width100 .b-related-list-item .b-related-list-item-link {
  color: #222;
}

/* Interview transcripts */
.b-transcript {
  font-size: 15px;
  line-height: 20px;
}

.b-transcript-img-floated {
  float: left;
  margin: 0 20px 14px 0;
}

.b-transcript .g-quote {
  clear: both;
}

.b-question-switch {
  border-top: 1px solid #d0d0d0;
  font-size: 11px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.b-question-switch-item {
  width: 272px;
}

.b-question-switch-item-prev {
  float: left;
}

.b-question-switch-item-next {
  float: right;
  text-align: right;
}

.b-question-switch-item .b-question-switch-item-name {
  font-weight: bold;
  margin: 8px 0 0;
  text-align: left;
}

.b-question-switch-item-disabled .b-question-switch-item-name {
  display: none;
}

.b-question-switch-item .b-question-switch-item-control-link {
  border-bottom: 1px dotted;
  color: #222;
  text-decoration: none;
}

.b-question-switch-item-disabled .b-question-switch-item-control-link {
  border-bottom: none;
  color: #7f7f7f;
  cursor: default;
}

/* === Messages === */

.b-messages-item {
  border-top: 1px solid #d0d0d0;
  font-size: 11px;
  position: relative;
  z-index: 10;
}

.b-messages-item:first-child {
  border-top: none;
}

.b-messages-item-level2 {
  margin-left: 20px;
}

.b-messages-item-level2 .b-messages-item {
  border-top: 1px dotted #D0D0D0;
}

.b-messages-item-level3 {
  border-style: dotted;
  margin-left: 40px;
}

.b-messages-item-level4 {
  border-style: dotted;
  margin-left: 60px;
}

.b-messages-item-level5 {
  border-style: dotted;
  margin-left: 80px;
}

.b-messages-item .b-messages-item-inner {
  margin-left: -6px;
  padding: 16px 15px 16px 6px;
  position: relative;
}

.b-messages-item-unread .b-messages-item-inner {
  background: #fcfbe5;
}

.b-messages-item-admin .b-messages-item-inner,
.b-messages-item-reader .b-messages-item-inner {
  padding-left: 46px;
}

.b-messages-item .b-messages-item-meta {
  margin-bottom: 3px;
}

.b-messages-item .b-messages-item-meta .b-messages-item-meta-link {
  text-decoration: none;
}

.b-messages-item .b-messages-item-meta .b-messages-item-meta-person {
  font-weight: bold;
}

.b-messages-item-admin .b-messages-item-meta .b-messages-item-meta-person {
  background: #750000;
  color: #fff;
  padding: 3px 4px;
}

.b-messages-item-reader .b-messages-item-meta .b-messages-item-meta-person {
  background: #2d749e;
  color: #fff;
  padding: 3px 4px;
}

.b-messages-item-admin .b-messages-item-meta .b-messages-item-meta-person-name,
.b-messages-item-reader .b-messages-item-meta .b-messages-item-meta-person-name {
  text-transform: uppercase;
}

.b-messages-item-my .b-messages-item-meta .b-messages-item-meta-person {
  background: #d9e9f2;
  padding: 3px 4px;
}

.b-messages-item-admin .b-messages-item-meta-pic,
.b-messages-item-reader .b-messages-item-meta-pic {
  height: 34px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 34px;
}

.b-messages-item-admin .b-messages-item-meta-pic .b-messages-item-meta-pic-img,
.b-messages-item-reader .b-messages-item-meta-pic .b-messages-item-meta-pic-img {
  display: block;
}

.b-messages-item-admin .b-messages-item-meta-pic .b-messages-item-meta-pic-overlay,
.b-messages-item-reader .b-messages-item-meta-pic .b-messages-item-meta-pic-overlay {
  background: url(../i/bg-face-overlay_34x34.png) no-repeat;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

.b-messages-item .b-messages-item-body {
  font-size: 13px;
  margin-bottom: 3px;
  overflow: hidden;
}

.b-messages-item .b-messages-item-control-link {
  color: #750000;
}

.b-messages-item .b-messages-item-read-all {
  font-size: 13px;
  margin-top: 12px;
}

.b-messages-item .b-messages-item-read-all .b-messages-item-read-all-link {
  color: #222;
}

.b-messages-form {
  background: #e7e7e7;
  margin-bottom: 20px;
  padding: 12px 15px;
  position: relative;
  z-index: 15;
}

.b-messages-form-reply {
  margin-top: -6px;
}

.b-messages-form-reply:before {
  content: url(../i/bg-messages-form-decor.png);
  margin-top: -23px;
  position: absolute;
}

.b-messages-form .f-form-row {
  margin-bottom: 12px;
}

.b-messages-form .f-form-row .f-form-label {
  margin-bottom: 10px;
}

.b-messages-form .f-form-row .f-form-label .f-form-label-person {
  letter-spacing: normal;
  text-transform: none;
}

.b-messages-form .f-form-row-submit {
  margin-bottom: 3px;
}

/* === Photo gallery === */
.b-gallery {
  margin-left: -16px;
  position: relative;
}

.b-gallery .b-gallery-item {
  float: left;
  margin: 0 0 20px 16px;
  position: relative;
  width: 100px;
}

/*.b-gallery .b-gallery-item:nth-child(5n+6) {
  float: right;
  margin-left: 0;
}*/

.b-gallery .b-gallery-item-main {
  float: none;
  width: 565px;
}

.b-gallery .b-gallery-item .b-gallery-item-overlay {
  background: url(../i/bg-gallery-item-overlay.png) no-repeat;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-gallery .b-gallery-item-main .b-gallery-item-overlay {
  background-image: url(../i/bg-gallery-item-main-overlay.png);
}

.b-gallery .b-gallery-item .b-gallery-item-pic {
  display: block;
}

.b-gallery .b-gallery-item-main .g-spread {
  background-image: url(../i/i-spread-big.png);
  height: 68px;
  margin: -31px 0 0 -34px;
  width: 68px;
}

/* gallery popup */

.w-gallery {
  background: #000;
  color: #fff;
  font-size: 11px;
  *margin: 0 auto;
  padding: 10px;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  width: 920px;
  -moz-box-shadow: 0 0 80px rgb(255, 255, 255);
  box-shadow: 0 0 80px rgb(255, 255, 255);
}

.w-gallery a {
  color: #fff;
}

.w-gallery .w-gallery-pic {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
}

.w-gallery .w-gallery-main {
  height: 610px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.w-gallery .w-gallery-main .w-gallery-main-close {
  position: absolute;
  right: 5px;
  top: -8px;
  font-size: 36px;
  text-decoration: none;
}

.w-gallery .w-gallery-main .w-gallery-main-control-link {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 9999;
}

.w-gallery .w-gallery-main .w-gallery-main-control-link-next {
  right: 0;
  left: auto;
}

.w-gallery .w-gallery-main .w-gallery-main-control {
  background: url(../i/bg-gallery-prev.png) no-repeat 50% 50%;
  cursor: pointer;
  height: 100%;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 68px;

  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.w-gallery .w-gallery-main .w-gallery-main-control-next {
  background-image: url(../i/bg-gallery-next.png);
  left: auto;
  right: 20px;
}

.w-gallery:hover .w-gallery-main .w-gallery-main-control,
.touch .w-gallery .w-gallery-main .w-gallery-main-control {
  opacity: .25;
}

.w-gallery .w-gallery-main .w-gallery-main-control-link:hover .w-gallery-main-control {
  opacity: 1;
}

.w-gallery .w-gallery-mini {
  height: 67px;
  margin: -5px 0;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list {
  height: 67px;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 5px;
  width: 1000em;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list .w-gallery-mini-list-item {
  float: left;
  margin-right: 1px;
  position: relative;
  width: 100px;
  z-index: 4;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list .w-gallery-mini-list-item-selected {
  background: #fff;
  margin: -5px;
  padding: 5px;
  z-index: 5;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list .w-gallery-mini-list-item-selected .w-gallery-pic {
  opacity: 0.3;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list .w-gallery-mini-list-item-selected a:hover .g-spread {
  opacity: 0;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list-overlay {
  background: url(../i/bg-gallery-mini-list-overlay-left.png) no-repeat;
  cursor: pointer;
  height: 67px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 83px;
  z-index: 10;
}

.w-gallery .w-gallery-mini .w-gallery-mini-list-overlay-right {
  background-image: url(../i/bg-gallery-mini-list-overlay-right.png);
  left: auto;
  right: 0;
}

.w-gallery .w-gallery-copyrights {
  padding: 15px 0 10px;
  text-align: center;
}

.w-gallery .w-gallery-copyrights .w-gallery-link-buy {
  background: url(../i/i-gallery-link-buy.png) no-repeat 0 4px;
  float: right;
  padding-left: 17px;
}

.w-gallery .w-gallery-footer {
  border-top: 1px solid #333;
  overflow: hidden;
  padding-top: 10px;
}

.w-gallery .w-gallery-footer .w-gallery-name {
  float: left;
  font-size: 15px;
  width: 430px;
}

.w-gallery .w-gallery-footer .w-gallery-share {
  float: right;
  margin: 5px 0 0;
  width: 460px;
}

@media (max-width: 940px) {
  .w-gallery {
    width: auto;
  }

  .w-gallery .w-gallery-main {
    height: auto;
  }

  .w-gallery .w-gallery-footer .w-gallery-name,
  .w-gallery .w-gallery-footer .w-gallery-share {
    float: none;
    width: auto;
  }

  .w-gallery .w-gallery-footer .w-gallery-name {
    margin-bottom: 20px;
  }

  .w-gallery .b-share .b-share-row .fb-like {
    width: auto;
  }

  .w-gallery .b-share .b-share-row .b-share-item iframe {
    width: 80px !important;
  }
}

@media (max-width: 767px) {
  .touch.lightbox-mode body {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

  .w-gallery-mini,
  .w-gallery-share,
  .w-gallery .w-gallery-copyrights .w-gallery-link-buy {
    display: none;
  }
}

/* upload form items */
.w-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.w-popup {
  background: #fff;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -225px;
  position: fixed;
  top: 30%;
  width: 550px;
  z-index: 9999;

  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.w-popup-inner {
  border: 1px solid #750000;
  padding: 16px 18px 0;
  position: relative;
}

.f-form .f-form-row-attach {
  position: relative;
}

.f-form .f-form-row-attach-button {
  margin-right: 10px;
  width: 130px;
}

.f-form .f-form-row-attach-url-container {
  padding-top: 10px;
  position: relative;
}

.f-form .f-form-row-attach-url {
  line-height: 14px;
  margin-left: 0;
  vertical-align: 0;
  width: 100%;
}

.f-form .f-form-row-attach-add {
  cursor: pointer;
  margin-left: 14px;
  vertical-align: -8px;
}

.f-form .f-form-row-attached {
  margin: -20px 0 18px -20px;
}

.f-form .f-form-row-attached-item {
  float: left;
  margin: 20px 0 0 20px;
  position: relative;
}

.f-form .f-form-row-attached-item .f-form-row-attached-item-delete {
  background: url(../i/i-delete.png) no-repeat;
  cursor: pointer;
  height: 24px;
  position: absolute;
  top: -10px;
  right: -12px;
  width: 24px;
}

.f-form .f-form-row-interest {
  float: left;
  margin-bottom: 5px;
  width: 265px;
}

.f-form .f-form-row-interest .f-form-select {
  width: 190px !important;
}

.f-form .f-form-row-interest .f-form-row-attach-add {
  margin-left: 8px;
  vertical-align: -12px;
}

/* === Feedback === */

.b-feedback-contacts-column {
  float: left;
  font-size: 13px;
  width: 265px;
}

.b-feedback-contacts-column-right {
  float: right;
  width: 280px;
}

.b-feedback-contacts-column a {
  color: #222;
}

.b-feedback-contacts-phones {
  line-height: 24px;
  margin-bottom: 10px;
}

.b-feedback-contacts-phones dt {
  float: left;
}

.b-feedback-contacts-phones dd {
  margin: 0 0 10px 87px;
}

.b-feedback-contacts-phones dd strong {
  font-size: 18px;
}

/* === Info pages === */
.b-info a {
  color: #222;
}

.b-info-ol {
  list-style: none;
  margin: 0;
}

.b-info-ol-item {
  margin-bottom: 2em;
}

.b-info-ol-number {
  font-size: 15px;
  font-weight: bold;
}

.b-info-list {
  list-style: none;
  margin: 0 0 2em;
}

.b-info-list .b-info-list-item {
  margin-bottom: 3px;
}

.b-info-table {
  font-size: 13px;
}

.b-info-table thead {
  border-bottom: 1px solid #cccecf;
  font-size: 11px;
}

.b-info-table thead td,
.b-info-table thead th {
  padding: 1px 5px 1px 0;
}

.b-info-table thead td strong {
  font-size: 13px;
}

.b-info-table tbody td {
  padding: 15px 5px 5px 0;
}

.b-info-table tbody tr:first-child td {
  padding-top: 15px;
}

.b-info-eprices {
  position: relative;
}

.b-info-eprices .b-info-eprices-item {
  float: left;
  width: 205px;
}

.b-info-eprices .b-info-eprices-item-right {
  left: 265px;
  position: absolute;
  top: 0;
}

.b-info-eprices .b-info-eprices-title {
  border-bottom: 1px solid #cccecf;
}

.b-info-eprices .b-info-eprices-dl {
  line-height: 19px;
}

.b-info-eprices .b-info-eprices-dl-dt {
  border-bottom: 1px dotted #cccecf;
  float: left;
  width: 104px;
}

.b-info-eprices .b-info-eprices-dl-dd {
  margin: 0 0 20px 105px;
}

.b-info-eprices .b-info-eprices-dl-dl-dt {
  border-bottom: 1px dotted #cccecf;
  float: left;
  font-size: 11px;
  width: 69px;
}

.b-info-eprices .b-info-eprices-dl-dl-dd {
  margin-left: 70px;
}

.b-info-eprices-value {
  background: #fff;
  bottom: -6px;
  position: relative;
}

.b-info-note {
  font-size: 11px;
}

/* === Partners page === */
.b-partners-list {
  list-style: none;
  margin: 0;
}

.b-partners-list .b-partners-list-item {
  margin-bottom: 32px;
  padding-left: 112px;
  position: relative;
}

.b-partners-list .b-partners-list-item .b-partners-list-item-pic {
  float: left;
  margin-left: -112px;
  text-align: right;
  width: 100px;
}

.b-partners-list .b-partners-list-item .b-partners-list-item-address {
  font-size: 11px;
}

.b-partners-list .b-partners-list-item .b-partners-list-item-address .b-partners-list-item-address-link {
  color: #222;
}

/* === Issue content === */
.b-issue-content-block {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 18px;
}

.b-issue-pdf-pager-block {
  margin-bottom: 18px;
}

.b-issue-content-block .b-related-list {
  margin-bottom: 18px;
}

.b-issue-content-item {
  margin-bottom: 16px;
}

.b-issue-content-item .b-issue-content-item-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.b-issue-content-item h2.b-issue-content-item-title {
  font-size: 15px;
}

.b-issue-content-item .b-issue-content-item-lead {
  margin-bottom: 2px;
}

.b-issue-content-item-main .b-issue-content-item-title .b-issue-content-item-title-link {
  color: #750000;
}

.b-issue-content-item .b-issue-content-item-author,
.b-issue-content-item .b-issue-content-item-author .b-issue-content-item-author-link {
  color: #4c4c4c;
}

/* === Issues archive === */
.b-archive {
  margin: -32px 0 32px -20px;
  word-spacing: -0.5em;
}

.b-archive-search {
  margin: 20px 0 0;
}

.b-archive .b-archive-item {
  display: inline-block;
  margin: 32px 0 0 20px;
  min-height: 176px;
  padding-left: 110px;
  position: relative;
  vertical-align: top;
  width: 155px;
  word-spacing: normal;
}

.b-archive .b-archive-item:nth-child(2n) {
  width: 170px;
}

.b-archive-search .b-archive-item {
  display: block;
  width: auto !important;
  margin: 0 0 32px;
  min-height: 73px;
  padding-left: 60px;
}

.p-lite .b-archive .b-archive-item {
  min-height: 0;
  padding-left: 0;
  width: 265px;
}

.p-lite .b-archive-search .b-archive-item {
  width: auto !important;
}

.b-archive .b-archive-item .b-archive-item-side {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.b-archive .b-archive-item .b-archive-item-cover {
  height: 146px;
  margin-bottom: 5px;
  position: relative;
  width: 100px;
}

.b-archive-search .b-archive-item .b-archive-item-cover {
  height: 73px;
  margin-bottom: 0;
  width: 50px;
}

.b-archive .b-archive-item .b-archive-item-cover .b-archive-item-cover-pic {
  display: block;
  height: 146px;
  width: 100px;

  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.b-archive-search .b-archive-item .b-archive-item-cover .b-archive-item-cover-pic {
  height: 73px;
  width: 50px;
}

.b-archive .b-archive-item .b-archive-item-cover .b-archive-item-cover-pic .b-archive-item-cover-overlay {
  background: url(../i/bg-archive-item-cover-overlay.png) no-repeat;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-archive .b-archive-item .b-archive-item-side-link {
  color: #222;
}

.b-archive .b-archive-item .b-archive-item-meta {
  color: #666;
  margin-bottom: 10px;
}

.b-archive .b-archive-item .b-archive-item-articles {
  list-style: none;
  margin: 0;
}

.b-archive .b-archive-item .b-archive-item-articles .b-archive-item-articles-item {
  line-height: 17px;
  margin-bottom: 10px;
}

.b-archive .b-archive-item .b-archive-item-articles .b-archive-item-articles-item .b-archive-item-articles-item-title {
  font-weight: bold;
}

/* === Authors page === */
.b-authors-page .b-authors-list {
  letter-spacing: -0.5em;
  margin: -32px 0 0 -20px;
  position: relative;
  width: auto;
  word-spacing: -0.5em;
}

.b-authors-page .b-authors-list .b-authors-list-item {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  margin: 32px 0 0 20px;
  min-height: 78px;
  padding-left: 90px;
  position: relative;
  vertical-align: top;
  width: 175px;
  word-spacing: normal;
}

.b-authors-page .b-authors-list .b-authors-list-item:nth-child(2n) {
  width: 190px;
}

.b-authors-page .b-authors-list .b-authors-list-item .b-authors-list-item-name .b-authors-list-item-name-link {
  color: #222;
}

.p-lite .b-authors-page {
  border: none;
  padding: 0;
}

/* editorial menu */
.b-editorial-menu {
  list-style: none;
  margin-left: 0;
}

.b-editorial-menu .b-editorial-menu-item {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.b-editorial-menu .b-editorial-menu-item .b-editorial-menu-item-link {
  background: url(../i/i-editorial-menu.png) no-repeat 100% 0;
  color: #750000;
  display: inline-block;
  line-height: 23px;
}

.b-editorial-menu .b-editorial-menu-item-edit .b-editorial-menu-item-link {
  padding-right: 44px;
}

.b-editorial-menu .b-editorial-menu-item-hist .b-editorial-menu-item-link {
  background-position: 100% -50px;
  padding-right: 20px;
}

.b-editorial-menu .b-editorial-menu-item-win .b-editorial-menu-item-link {
  background-position: 100% -100px;
  padding-right: 20px;
}

.b-editorial-menu .b-editorial-menu-item-ad .b-editorial-menu-item-link {
  background-position: 100% -150px;
  padding-right: 32px;
}

/* === Regions === */

.b-regions-map {
  margin-bottom: 10px;
  position: relative;
}

.b-regions-map-russia {
  background: url(../i/bg-regions-map-russia.png) no-repeat;
  height: 262px;
}

.b-regions-map .b-regions-map-link {
  color: #222;
  line-height: 11px;
  position: absolute;
}

.b-regions-other .b-regions-other-pic {
  margin: 0 3px;
  vertical-align: middle;
}

.b-regions-other .b-regions-other-link {
  color: #222;
}

.b-regions-list {
  list-style: none;
  margin: -10px 0 20px -20px;
  word-spacing: -0.5em;
}

.b-regions-list .b-regions-list-item {
  display: inline-block;
  margin: 10px 0 0 20px;
  position: relative;
  vertical-align: top;
  width: 265px;
  word-spacing: normal;
}

.b-regions-list .b-regions-list-item .b-regions-list-item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.b-regions-list .b-regions-list-item .b-regions-list-item-link {
  color: #222;
  font-weight: bold;
}

.b-regions-list .b-regions-list-item-new {
  background: #ffffea;
  margin: 29px -10px -3px 10px;
  padding: 3px 10px;

  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* === Advertisement === */
.b-mediakit-list {
  list-style: none;
  margin: 0;
}

.b-mediakit-list .b-mediakit-list-item {
  margin-bottom: 10px;
}

.b-ad-features .b-ad-features-text {
  margin-top: -12px;
}

.b-ad-features .b-ad-features-text .b-ad-features-text-link {
  color: #222;
}

.b-ad-prices {
  position: relative;
}

.b-ad-table {
  margin-bottom: 5px;
  text-align: center;
}

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

.b-ad-table tbody {
  line-height: 15px;
}

.b-ad-table tbody td {
  padding: 5px 5px 5px 0;
}

.b-ad-table-web {
  text-align: left;
}

.b-ad-table-web .b-ad-table-web-small {
  font-size: 11px;
}

.b-ad-table-web .b-ad-table-web-thick td {
  padding-top: 0;
  padding-bottom: 8px;
}

.b-ad-table-value {
  cursor: pointer;
  padding: 2px 3px;
}

.b-ad-table-value:hover {
  background: #cccecf;
}

.b-ad-table-value .b-ad-table-value-pic {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
  .b-ad-table-value .b-ad-table-value-pic.b-ad-table-value-pic-lower {
    bottom: 0;
    top: auto;
  }

.b-ad-table-value:hover:after {
  border-bottom: 1px solid #cccecf;
  content: '';
  margin-top: 17px;
  position: absolute;
  width: 170px;
}

.b-ad-table-value:hover .b-ad-table-value-pic {
  display: block;
}

.b-ad-columns {
  margin-bottom: 15px;
}

.b-ad-column {
  float: left;
  width: 265px;
}

.b-ad-column-right {
  float: right;
  width: 280px;
}

.b-ad-column-dl {
  margin-bottom: 18px;
}

.b-ad-column-dl .b-ad-column-dl-dt {
  float: left;
}

.b-ad-column-dl .b-ad-column-dl-dd {
  margin-left: 120px;
}

.b-ad-column-dl .b-ad-column-dl-dd-indented {
  margin-left: 270px;
}

.b-ad-gigantic {
  font-size: 28px;
  line-height: 28px;
}

.b-autocomplete { position:absolute !important; width:140px !important; background-color:white !important; border:1px solid #888 !important; margin:0 !important; padding:0 !important; }
.b-autocomplete ul { list-style-type:none !important; margin:0 !important; padding:0 !important; }
.b-autocomplete ul li.selected { background-color: #F0F0F0 !important; }
.b-autocomplete ul li { list-style-type:none !important; display:block !important; margin:0 !important; padding:2px 5px !important; cursor:pointer !important; }

.b-views-counter-code {
  height: 0;
}

.b-kartanarusheniy {
  margin: -28px 0 -30px 0;
}

.b-kartanarusheniy img {
  display: block;
  margin: 0 auto;
}

.b-tv-block {
  width:510px;
  height: 270px;
  background: url(../i/bg-tv-index.jpg) no-repeat 0 0;
  padding: 30px;
}
.b-tv-block .b-tv-block-item {
  float: left;
  width: 150px;
  margin-top: 10px;
  padding-right: 20px;
}
.b-tv-block .b-tv-block-item:last-child {
  padding-right: 0;
}
.b-tv-block .b-tv-block-item h3 a {
  text-decoration: none;
  color: #666666;
}
.b-tv-block .b-tv-block-item img {
  display: block;
}
.b-tv-block .b-tv-block-item .b-tv-block-item-title {
  margin-top: 10px;
}
.b-tv-block .b-tv-block-item .b-tv-block-item-title.b-tv-block-item-title-ann {
  margin-top: 0;
  margin-bottom: 10px;
  color: #666666;
}

/* Like box */

.b-likebox {
  background: #fff;
  left: 0;
  margin-top: -88px;
  padding: 20px 15px 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 80px;
  z-index: 999;
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.b-likebox .item {
  margin-bottom: 20px;
}

.b-likebox .item > div {
  margin: 0 auto;
}

.b-likebox .item iframe {
  vertical-align: middle;
}

@media (max-width: 1180px) {
  .b-likebox {
    display: none;
  }
}

/* Anonsy */

.b-anonsy {
  background: #ebf2f8 url(../i/sovsekretno.png?1) no-repeat 295px 155%;
  margin-bottom: 30px;
  padding: 12px 15px 15px;
}

.b-anonsy-header {
  border-bottom: 1px solid #d8e5f1;
  margin-bottom: 15px;
}

.b-anonsy-header-title {
  color: #466c93;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: uppercase;
}

.b-anonsy-header-title a {
  border-bottom: 1px solid #b9cada;
  text-decoration: none;
}

.b-anonsy-header-title a:hover {
  border-bottom-color: #466c93;
}

.b-anonsy-list {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
}

.b-anonsy-list-item {
  float: left;
  margin-left: 20px;
  width: 120px;
}

.b-anonsy-list-item-pic {
  margin-bottom: 5px;
}

.b-anonsy-list-item-date {
  color: #8fa5b6;
  font-size: 10px;
  margin-bottom: 4px;
}

.b-anonsy-list-item-link {
  margin-bottom: 0;
}

.b-anonsy-list-item-link a {
  border-bottom: 1px solid #aeb3b7;
  color: #202020;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.b-anonsy-list-item-link a:hover {
  border-bottom-color: #202020;
}

/* gdeetotdom adv */

.gdeetotdom-adv-logo {
  width: 80px;
  margin-bottom: 5px;
}

.gdeetotdom-adv-240 {
  width: 240px;
}
.gdeetotdom-adv-240 ul {
  list-style: none;
  padding: 0;
  margin: -3px 0 0 0;
}
.gdeetotdom-adv-240 ul li {
  padding: 3px 0;
  min-height: 60px;
}
.gdeetotdom-adv-240 ul li .photo img {
  width: 90px;
}
.gdeetotdom-adv-240 ul li .photo {
  float: left;
  margin-right: 5px;
}
.gdeetotdom-adv-240 ul li .info p {
  margin: 0;
}
.gdeetotdom-adv-240 ul li .company {
  display: none;
}

.gdeetotdom-adv-130 {
  width: 130px;
}
.gdeetotdom-adv-130 ul {
  list-style: none;
  padding: 0;
  margin: -3px 0 0 0;
}
.gdeetotdom-adv-130 ul li .photo img {
  width: 90px;
}
.gdeetotdom-adv-130 ul li .company {
  display: none;
}
.gdeetotdom-adv-130 ul li {
  padding: 3px 0;
}
.gdeetotdom-adv-130 ul li .info p {
  margin: 0;
}

/* Modal window, fixed scroll */

.lightbox-mode,
.lightbox-mode body {
  overflow: hidden;
}

.w-modal-container {
  background: rgba(0,0,0,.5);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.lightbox-mode .w-modal-container {
  outline: none;
  overflow-x: auto;
  overflow-y: scroll;
}

.w-modal-outer {
  display: table;
  *display: block;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.w-modal-inner {
  display: table-cell;
  *display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.w-modal-wrapper {
  display: inline-block;
  *display: block;
  margin: 60px 0;
  outline: none;
  position: relative;
  text-align: left;
}

/* Login popup in fixed modal window */

.w-modal-container .b-dashboard-popup {
  border: none;
  *margin: 0 auto;
  position: relative;
  right: auto;
  top: auto;
  width: 320px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.b-dashboard-popup .b-dashboard-popup-header {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 16px 8px 14px;
  text-align: left;
  text-transform: uppercase;
}

.b-dashboard-popup .b-dashboard-popup-header .b-dashboard-popup-header-item {
  color: #666;
  padding: 0 12px;
}

.b-dashboard-popup .b-dashboard-popup-header .b-dashboard-popup-header-link-current {
  color: #666;
}

/* Ratings */

.b-messages-item-voting {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 14px;
}

.b-messages-item-voting .mark {
  font-weight: bold;
  vertical-align: middle;
}

.b-messages-item-voting .mark.pos {
  color: #1d8800;
}

.b-messages-item-voting .mark.neg {
  color: #c33700;
}

.b-messages-item-voting .vote {
  background: url(../i/links-vote.png) no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 1px;
  vertical-align: middle;
  width: 16px;
}

.b-messages-item-voting .vote.plus {
  margin-left: 4px;
}

.b-messages-item-voting .vote.plus:hover {
  background-position: 0 -16px;
}

.b-messages-item-voting .vote.minus {
  background-position: -16px 0;
}

.b-messages-item-voting .vote.minus:hover {
  background-position: -16px -16px;
}

.b-messages-item-body.bad {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.b-messages-item-body.bad1 {
  opacity: .8;
  filter: alpha(opacity=80);
}

.b-messages-item-body.bad2 {
  opacity: .65;
  filter: alpha(opacity=65);
}

.b-messages-item-body.bad3 {
  opacity: .5;
  filter: alpha(opacity=50);
}

.b-messages-item-body.bad4 {
  opacity: .35;
  filter: alpha(opacity=35);
}

.b-messages-item-body.bad5 {
  opacity: .2;
  filter: alpha(opacity=20);
}

.b-messages-item-body.bad:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.g-hr-grey {
  background: #c5c5c5;
  height: 4px;
  margin: 18px 0;
}

.b-author-karma {
  margin-bottom: 20px;
}

.b-author-karma .karma {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
  position: relative;
  text-align: center;
}

.b-author-karma .karma.karma-small-mark {
  font-size: 25px;
}

.b-author-karma .karma .mark {
  cursor: pointer;
}

.b-author-karma .karma .mark.pos {
  color: #1d8800;
}

.b-author-karma .karma .mark.neg {
  color: #c33700;
}

.b-author-karma .karma .vote {
  background: url(../i/links-vote.png) no-repeat;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.b-author-karma .karma .vote.plus {
  right: 0;
}

.b-author-karma .karma .vote.plus:hover {
  background-position: 0 -16px;
}

.b-author-karma .karma .vote.minus {
  background-position: -16px 0;
  left: 0;
}

.b-author-karma .karma .vote.minus:hover {
  background-position: -16px -16px;
}

.b-author-karma .karma-about {
  text-align: center;
}

.b-author-karma .karma-about a {
  color: #959595;
  font-size: 11px;
}

.b-author-karma .karma-history-container {
  position: relative;
}

.b-author-karma .karma-history {
  position: absolute;
  right: auto;
  width: 300px;
  z-index: 10;
  background: #fff;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 1px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.b-author-karma .karma-history .b-dashboard-popup-form {
  padding-bottom: 20px;
}

.b-author-karma .karma-history .karma-history-col {
  float: left;
  width: 130px;
}

.b-author-karma .karma-history .karma-history-col a {
  display: block;
}

.b-author-karma .karma-history .b-pagination {
  margin-bottom: 18px;
}

.b-karma-info-body {
  padding: 20px;
  font-size: 13px;
}

.b-karma-info-body ul {
  margin-bottom: 0.85em;
}

.b-author-karma .karma-label-regular {
  background: url(../i/karma-label-regular.png) no-repeat;
  color: #fff;
  font-size: 11px;
  height: 20px;
  margin: 0 auto 18px;
  padding-top: 25px;
  text-align: center;
  width: 127px;
}

/*** TV **/
.b-tv-block {
  background: url(../i/tv-bg.jpg) no-repeat;
  height: 290px;
  margin: 0 -15px 5px;
  padding: 22px 34px 50px;
  position: relative;
  width: 532px;
}

.b-tv-block-inner {
  height: 280px;
  padding: 10px 30px 0;
  position: relative;
}

.b-tv-block-content {
  height: 280px;
  overflow: hidden;
}

.b-tv-block .scrollbar-track {
  background: #dadada;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
}

.b-tv-block .scrollbar-handle {
  background: #4a4a4a;
  cursor: pointer;
  width: 10px;
  height: 40px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tv-logo {
  background: url(../i/tv-logo.png) no-repeat;
  bottom: 30px;
  height: 42px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 121px;
  z-index: 5;
}

.b-tv-title {
  border-bottom: 2px solid #4a4a4a;
  font-size: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}

.b-tv-title a {
  color: #303030;
}

.b-tv-columns {
  margin-left: -40px;
}

.b-tv-column {
  float: left;
  margin-left: 40px;
}

.b-tv-column.col-1-3 {
  width: 130px;
}

.b-tv-column.col-2-3 {
  width: 300px;
}

.b-tv-column.col-1-2 {
  width: 215px;
}

.b-tv-block .b-tv-column-title {
  color: #818181;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 11px;
  text-align: center;
  text-transform: uppercase;
}

.b-tv-block .b-tv-column-title a {
  color: #818181;
  text-decoration: none;
}

.b-tv-block .b-tv-column-title a:hover {
  text-decoration: underline;
}

.b-tv-block .b-tv-item {
  border-bottom: 1px solid #757575;
  margin-bottom: 12px;
  padding-bottom: 7px;
}

.b-tv-block .b-tv-item:last-child {
  border-bottom: none;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
}

.b-tv-block .b-tv-item .pic {
  margin-bottom: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.b-tv-block .b-tv-item .date {
  color: #808080;
  margin-bottom: 2px;
}

.b-tv-block .b-tv-item .title {
  color: #202020;
  font-size: 12px;
  line-height: 16px;
}

.b-tv-block .b-tv-item .title a {
  color: #202020;
  text-decoration: none;
}

.b-tv-block .b-tv-item .title a:hover {
  text-decoration: underline;
}

.b-tv-block .b-tv-column.col-1-2 .b-tv-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.b-tv-block .b-tv-column.col-1-2 .b-tv-item .pic {
  margin-bottom: 6px;
}

.b-tv-block .b-tv-column.col-1-2 .b-tv-item .title {
  font-size: 14px;
  line-height: 18px;
}

/* New stories */

.b-stories {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0,0,0);
}

.b-stories-item {
  float: left;
  height: 80px;
  position: relative;
  width: 330px;
}

.b-stories-item-link {
  color: #fff;
  display: block;
  height: 80px;
  text-decoration: none;
}

.b-stories-item-text {
  border-bottom: 1px solid #000;
  display: table;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 330px;
}

.b-stories-item-link:hover .b-stories-item-text {
  border-bottom-color: #6b0000;
}

.b-stories-item-text .wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.b-stories-item-text h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.b-stories-item-text p {
  font-size: 12px;
  margin: 0;
}

.b-stories-item-overlay {
  background-color: rgba(0,0,0,.2);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

.b-stories-item-link:hover .b-stories-item-overlay {
  background-color: rgba(150,0,0,.66);
}
